/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body{
    font-family: "Fredoka", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 1px;
}
h1, h2, h3, h4{
	font-family: "Fredoka", Sans-serif;
}

ul{margin-top:15px; margin-bottom:25px;}

.elementor-widget-form .elementor-field-group > label {
        font-size: var(--e-global-typography-text-font-size);
        display: none;
    }
    
.circle-blur {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #dea464;
  opacity: 0.7;
  filter: blur(100px);
}

.circle-blur2 {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #dea464;
  opacity: 0.7;
  filter: blur(50px);
}

#site-header {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#site-header.scrolled {
    background-color: #2a2a2a;
	border-bottom:2px solid #DEA466;
}

.post-grid .item .reviewwrapper{
	min-height:240px;
}
.owl-dots {
    display: none;
}

.post-grid .item .title_link{
	float:left;
	width:100%;
	height:65px;
	margin-bottom:20px;
	font-family: "Fredoka", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 1px;
    color: #F8F6F1;
}

.post-grid .item .excerpt{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:20px;
	font-family: "Fredoka", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #DBA163;
}

.post-grid .item{
	border-radius:12px;
}

.post-grid .layer-wrapper img {
    border-radius: 12px 12px 0px 0px;
}

.post-grid .item .meta_key{
	float:left;
	width:100%;
	padding-left:5%;
	height:auto;
	margin-bottom:5px;
	font-family: "Fredoka", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #F8F6F1;
}

.post-grid .item .meta_key img{
	float:left;
	width:15px;
	height:15px;
	margin-right:15px;
}

.post-grid .item .read_more {
    float: left;
    background-color: #DBA163;
    font-size: 18px;
    font-weight: 500;
    fill: #2E2E2F;
    color: #2E2E2F;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 24px;
    margin: 10px 0px;
    width: 100%;
    text-align: center;
}


.post-grid .item .tekstblokproduvt{
	float:left;
	height:auto;
	width:90%;
	margin:5%;
}

.e-woocommerce-notices-wrapper{
	display:none;
}

.cart-subtotal{
	display:none;
}

.order-total{
	display:none;
}

.post-grid .item .content p {
    font-family: Fredoka, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
}

.vierkant{
	height:25px;
	width:25px;
	background:red;
}




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {

.vierkant{
	background:pink;
}

}




/* #Desktop - Large
================================================== */
@media only screen and (min-width: 1140px) {

.vierkant{
	background:blue;
}
}


/* #Desktop - Extra Large
================================================== */
@media only screen and (min-width: 1340px) {

.vierkant{
	background:orange;
}
}


/* #Desktop - Mega Large
================================================== */
@media only screen and (min-width: 1600px) {

.vierkant{
	background:purple;
}
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px, Gutter: 30px, Unit: 32px */
@media only screen and (min-width: 768px) and (max-width: 989px) {


.post-grid .item .title_link{
	float:left;
	width:100%;
	height:65px;
	margin-bottom:20px;
	font-family: "Fredoka", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 1px;
    color: #F8F6F1;
}

.vierkant{
	background:aqua;
}
}


/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

	.circle-blur {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #dea464;
  opacity: 0.7;
  filter: blur(100px);
}
	.circle-blur2 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dea464;
  opacity: 0.7;
  filter: blur(50px);
}

	.post-grid .item .reviewwrapper{
	min-height:400px;
}

.post-grid .item .title_link{
	float:left;
	width:100%;
	height:50px;
	margin-bottom:20px;
	font-family: "Fredoka", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 1px;
    color: #F8F6F1;
}
.elementor-907 .elementor-element.elementor-element-1610d9e .cart button, .elementor-907 .elementor-element.elementor-element-1610d9e .cart .button{
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 10px 15px 10px;
    color: #FFFFFF;
    background-color: #DBA163;
    border-color: #DBA163;
    transition: all 0.2s;
    width: 100%;
}
	
.elementor-907 .elementor-element.elementor-element-1610d9e {
    --button-spacing: 0px;
}

	.post-grid .item .content p {
    font-family: Fredoka, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
}


}

/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}