/*
Theme Name: Streektuinen
Theme URI: https://github.com/elementor/hello-theme/
Description: Child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.form-subscribe-footer
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
*/



/*** FONTS ***/
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;700&family=Zilla+Slab:wght@700&display=swap');




:root {
	/*** COLORS ***/
    --prim-color: #91B632;				/* green */
    --prim-color-darker: #7A9D21;
    --prim-color-lighter: #A8C659;

    --sec-color: #EA5D96;				/* pink */
    --sec-color-darker: #E04685;
    --sec-color-lighter: #EC81AC;

    --tert-color: #3A6C15;				/* dark green */
    --tert-color-darker: #29530A;
    --tert-color-lighter: #588636;

    --foc-color: #EA5D96;					/* pink */
    --foc-color-darker: #E04685;
    --foc-color-lighter: #EC81AC;

    --headings-color: #2E2C2F;				/* dark gray */
    --text-color: #2E2C2F;					/* black */
    --text-color-light: #A8A8A8;			/* light gray */

    --line-color: #EDEDE3;					/* light gray */
    --border-color: #EDEDE3;					
    --divider-color: #EDEDE3;

	--background-color: #FFF;			    /* white */

	--box-background-color: #fff;					/* white */
	--card-background-color: #fff;					/* white */
    

    --background-color-alternate: #F8F8F1;					/* light gray */
    --background-color-green: #91B632;					/* green */

	--form-background-color: #F8F8F1;		       /* light gray */
	--field-background-color: #FFF;		       /*  white */
	--field-border-color: #EDEDE3;		       /*  light gray */
	--field-border-width: 2px;		                


	--footer-background-color: #3A6C15;		/* dark green */
	--footer-line-color: #588238;

	--border-radius: 10px;
	--border-width: 2px;
}

:focus,
a:focus,
.elementor-button:focus {
    /* outline-color: transparent !important;
    outline-style: auto;
    outline-width: 0 !important; */
    outline: none !important;
}




/*** TEXT * HEADINGS ***/

body {
	font-family: 'Mukta', sans-serif;
	font-size: 1.125rem;  
	color: var(--text-color);
	line-height: 167%;
	font-weight: 400;
	background-color: var(--background-color);
}

table th,
table td,
table tfoot th,
table thead td {
    font-size: 1rem !important;   /* 16px */
}

p {
	margin-bottom: 1.50rem;
}

b,
strong,
.strong {
	font-weight: 700;
}

hr,
.elementor-divider .elementor-divider-separator {
	color: var(--line-color) !important;
	background-color: var(--line-color);
	border-color: var(--line-color) !important;
	border-style: solid;
	border-top-width: 2px !important;
	border-bottom: 0;
	margin: 20px 0 20px 0;
}

..elementor-divider {
    color: var(--line-color);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Zilla Slab', sans-serif;
    font-weight: 700;
	color: var(--headings-color);
    line-height: 120%;
}

h1.elementor-heading-title,
h2.elementor-heading-title,
h3.elementor-heading-title,
h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
    line-height: 120%;
}


.elementor-widget-heading {
    margin-bottom: -20px !important;
}

.elementor-widget-heading.elementor-widget:not(:last-child) {
    margin-bottom: inherit;
}


/* heading sizes */
h1 { font-size: 4.5rem; margin-bottom: 0 !important; line-height: 100% !important; }
h2 { font-size: 3.75rem; margin-bottom: 20px !important; line-height: 100% !important; }
h3 { font-size: 2.5rem; margin-top: 10px !important; margin-bottom: 10px !important; }
h4 { font-size: 2rem; margin-bottom: 10px !important; }
h5 { font-size: 1.5rem; margin-bottom: 5px !important;  }
h6 { font-size: 1.25rem; margin-bottom: 5px !important; }


.elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}


.intro {
	font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0 !important;
}

.intro.bold,
.intro.strong {
    font-weight: 700;
}

.intro p em {
    font-style: normal;
    /* border-bottom: 4px solid var(--sec-color); */
    text-decoration: underline;
    text-decoration-thickness: 6px;
    text-decoration-color: var(--sec-color);
    text-underline-offset: 3px;

}

.meta {
    font-size: 1rem;
    color: var(--text-color-light);
    line-height: 150%;
}

.meta svg path {
    fill: var(--text-color-light);
}

.meta.elementor-widget-jet-listing-dynamic-terms .jet-listing-dynamic-terms {
    /* display: flex; */
}

.meta.elementor-widget-jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap {
    align-items: flex-start;
}

.jet-listing-not-found {
	font-size: 1rem;
	color: var(--text-color-light);
}


.elementor-text-editor ul,
.elementor-text-editor ol {
	margin-bottom: 30px;
}

.elementor-text-editor ul li::marker {
  color: var(--foc-color);
}

figure.wp-caption figcaption {
	padding-top: 5px;
	text-align: left;
	font-size: 16px;
}

.swiper-slide {
	border: 0 !important;
}

.jet-listing-dynamic-repeater__items {
    display: block;
}













/*** LINKS ***/

a {
	color: var(--prim-color);
}

a:hover {
	color: var(--prim-color-darker);
}

.elementor-widget-text-editor p a,
.elementor-widget-text-editor ul li a,
.elementor-toggle .elementor-tab-content a {
    /* text-decoration: underline;
    text-decoration-color: var(--line-color);
    */
}

.elementor-widget-image a img {
    width: 100% !important;
    height: auto !important;
}









/*** BUTTONS ***/


a.btn,
li.btn a,
.elementor-widget-button .elementor-button,
input[type=submit],
.woocommerce button[type=button],
.woocommerce button[type=submit].button,
.woocommerce button[type=submit].button.alt,
button[type=submit],
button[type=button],
.elementor-form .elementor-button,
.jet-form button,
.pt-checkout-form button.pt-payment-btn,
a.elementor-button {
    font-family: 'Zilla Slab';
	font-weight: 700;
    font-size: 1rem;
    line-height: 100%;
	background-color: var(--prim-color);
	padding: 17px 30px;
	border-radius: 30px;
	border: 0;
	text-align: center;
	text-decoration: none !important;
	transition: all .1s ease-in-out;
	color: #fff;
    /* margin-bottom: 20px; */
}


a.btn:hover,
li.btn a:hover,
.elementor-widget-button .elementor-button:hover,
input[type=submit]:hover,
input[type=button]:hover,
button[type=button]:hover,
button[type=submit]:hover,
.jet-form button:hover,
.pt-checkout-form button.pt-payment-btn:hover {
	background-color: var(--prim-color-darker);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    color: #fff;
}



.elementor-widget-button .elementor-button:focus,
input[type=submit]:focus,
input[type=button]:focus,
button[type=button]:focus {
	background-color: var(--prim-color-darker);
	color: #fff;
	/* box-shadow: none; */
}


.elementor-widget-button.elementor-button-info .elementor-button,
.bn-reset button[type=button] {
	background-color: transparent;
	padding: 14px 28px;
    color: var(--prim-color);
    border: 2px solid #DFE5D8;
}

.elementor-widget-button.elementor-button-info .elementor-button:hover,
.bn-reset button[type=button]:hover {
    color: var(--prim-color-darker);
    border: 2px solid #C5D3B4;
}


.elementor-widget-button.elementor-button-success .elementor-button,
.jet-form button.btn-focus {
    color: #fff;
	background-color: var(--sec-color);
}

.elementor-widget-button.elementor-button-success .elementor-button:hover,
.jet-form button.btn-focus:hover {
	background-color: var(--sec-color-darker);
}


.elementor-widget-button.elementor-button-warning .elementor-button {
	background-color: transparent;
	padding: 16px 28px;
    color: var(--prim-color);
    border: 2px solid #DFE5D8;
    color: #fff;
}

.elementor-widget-button.elementor-button-warning .elementor-button:hover {
    color: var(--prim-color-darker);
    border: 2px solid #C5D3B4;
}

.elementor-widget-button .elementor-button-icon {
    margin-right: 15px;
}








/*** FORMS ***/

.form-wrapper,
form.elementor-form {
	margin-bottom: 40px !important;
	box-sizing: border-box;
	background-color: var(--form-background-color);
	padding: 30px;
    transition: all 0.3s ease-in-out !important;
    border-radius: 5px;
}


input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea,
.elementor-field-group .elementor-field-textual {
	 /* border: 0;
    border-bottom: 3px solid var(--line-color); */
    border: 2px solid var(--line-color);
	border-radius: 5px;
	color: var(--text-color);
	padding-left: 0.5rem;
	padding-right: 0.5rem;
    /*  font-size: 1.125rem 18px */;
    font-size: 1rem !important /* 16px */;
    background-color: var(--field-background-color);
}



select::after {
    color: var(--prim-color);
}

.jet-date-period__datepicker-button,
.jet-date-period__prev,
.jet-date-period__next {
    background-color: #fff !important;
    padding-top: 5px !important;
    padding-bottom: 4px !important;
    color: var(--text-color);
    border-color: var(--line-color) !important;
}

.datepicker,
.datepicker--cells .datepicker--cell {
    font-family: 'Lexend';
}

.datepicker--cells .datepicker--cell.-current- {
    color: var(--prim-color);
}

.datepicker--cells .datepicker--cell.-current-.-selected- {
    background-color: var(--prim-color);
}


.elementor-form textarea.elementor-field {
	/* border: 0;
    border-bottom: 3px solid var(--line-color); */
    border: 2px solid var(--line-color);
	color: var(--text-color);
	padding-left: 0.5rem;
    /*  font-size: 1.125rem 18px */;
    font-size: 1rem /* 16px */;
    background-color: var(--field-background-color) !important;
}



input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus,
.elementor-form textarea.elementor-field:focus {
    border-color: var(--prim-color);
}

input:focus-visible,
textarea:focus-visible {
    outline-width: 0;
}

.elementor-field-group input.elementor-field {
    /* background-color: var(--field-background-color) !important;
	border: 0 !important;
    border-bottom: 3px solid var(--line-color) !important; */
    border: 2px solid var(--line-color);
	
}

.elementor-field-group .elementor-field-textual {
	/* border: 0;
    border-image-width: 0; */
}

.elementor-field-group.elementor-field-type-submit {
    margin-top: 20px;
}

.elementor-field-group input.elementor-field-textual:focus,
.elementor-form textarea.elementor-field:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--prim-color) !important;
}


label,
.field-label,
.jet-form-builder__label,
.elementor-form .elementor-field-label {
	font-weight: 700;
	color: var(--text-color);
    line-height: 167.5%;
    margin-bottom: 5px;
}

.elementor-mark-required .elementor-field-label:after {
    color: var(--prim-color);
}

.form-group {
	margin-bottom: 20px;
}


.form-actions {
	text-align: center;
}

.form-actions input[type=submit] {
	margin: 0 auto;
}


.jet-form .jet-form-row {
    margin-bottom: 10px;
}

.jet-form__label-text {
	font-weight: 600;
}

.jet-form__field-label {
	font-weight: 400;
    font-size: 1rem;
}

.jet-form .field-type-radio {
	margin: 10px 0;
}

.jet-form button {
	margin: 10px auto;
}

.jet-form-builder__field-label {
    color: var(--text-color);
    font-weight: 400;
}

.jet-form-builder__desc,
.jet-form-builder-file-upload__message {
    color: var(--text-color-light);
}

.jet-form-builder__action-button-wrapper {
        text-align: center;
}

.jet-form-builder .wp-block-columns {
    margin-bottom: 0;
}

.jet-form-builder .field-type-submit-field .jet-form-builder__action-button-wrapper {
    justify-content: center;
}

.jet-form-builder .field-type-submit-field .jet-form-builder__action-button-wrapper button.jet-form-builder__submit {
    width: 260px;
    align-items: center;
    justify-content: center;
}


.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option input[type=radio] {
    margin-right: 5px;
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 20px;
}


form input[type=checkbox],
form input[type=radio] {
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    width: 20px;
    height: 20px;
    outline: 2px solid var(--line-color);
    border: 0 !important;
    vertical-align: middle;
    margin-right: 15px;
}

form input[type=checkbox]:checked,
form input[type=radio]:checked {
    outline: 2px solid var(--line-color);
    background-color: var(--text-color) !important;
}



.elementor-form .elementor-field-subgroup label {
    color: var(--text-color);
    font-weight: 400;
    padding-left: 10px;
    margin-top: -10px;
}


.elementor-field-type-upload {
    width: auto;
    max-width: 260px;
}

.jet-engine-file-upload__content {
    background-color: #fff;
}

.jet-form__desc-text,
.jet-engine-file-upload__message {
    color: var(--text-color-light);
}

.form-wrapper .jet-form__heading {
	font-family: 'Zilla Slab', sans-serif;
    font-weight: 700;
	color: var(--headings-color);
    line-height: 120%;
    font-size: 1.5rem;
}

.jet-form__heading-desc .jet-form__desc-text {
    font-size: 1rem;
    color: var(--text-color);
}









/*** IMAGES ***/

.elementor-widget-image.rounded img {
    border-radius: 10px;
}





/*** TERMS (TAXONOMIES/CATEGORIES) ***/

.jet-listing-dynamic-terms {

}

.jet-listing-dynamic-terms .jet-listing-dynamic-terms__icon {
    width: 16px;
    text-align: center;
    margin-right: 10px;
    padding-top: 2px;
}














/*** nav-bar ***/

#nav-bar {
    background-color: #fff;
	transition: all .1s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


#logo-col {
    height: 90px;
}


#site-logo>.elementor-widget-container {
    text-align: left;
}

#site-logo  {
    height: 68px;
}

#site-logo img {
    width: 310px;
    height: 68px;
	display: block;
}

#site-logo a {
    padding: 0;
    margin: 0;
}

/*
#site-logo .elementor-image:after {
	content: "";
	height: 0;
	display: none;
}


#menu-col {
    padding-right: 20px;
}
*/

#nav-bar .elementor-nav-menu {
    column-gap: 25px;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: end !important;
    margin-right: -25px;
}

#nav-bar #menu-col {
    justify-content: flex-end !important;
}

#nav-bar #menu-col li {
    align-items: center;
}


#nav-bar #menu-col a,
#nav-bar .elementor-nav-menu--dropdown a,
.mobile-menu-popup .popup-content a {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 100%;
    color: var(--text-color);
    padding: 6px 0 6px 0;
    box-sizing: border-box;
    display: inline-block;
    text-wrap: wrap;
    text-align: center;
	transition: all .1s ease-in-out;
    white-space: nowrap;
}

#nav-bar #menu-col a:hover {
    color: var(--prim-color);
}

#nav-bar #menu-col a.elementor-item-active {
    color: var(--prim-color);
}



#nav-bar .menu-item.button a {
    font-family: 'Zilla Slab';
	font-weight: 700;
    font-size: 1rem !important;
    line-height: 100%;
	background-color: var(--foc-color);
	padding: 17px 30px !important;
	border-radius: 30px;
	border: 0;
	text-align: center;
	text-decoration: none !important;
	transition: all .1s ease-in-out;
	color: #fff !important;
    margin: 0;
}


#nav-bar .menu-item.button a:hover {
	background-color: var(--foc-color-darker);
}


#nav-bar #menu-col .menu-btn a,
.mobile-menu-popup .popup-content .menu-btn a  {
    background-color: transparent;
	padding: 16px 28px;
    border: 2px solid var(--border-color);
}

#nav-bar #menu-col .menu-btn {
	padding-left: 20px;
}

#nav-bar #menu-col .menu-btn a:hover {
	padding-top: 15px;
	padding-bottom: 17px;
}

#nav-bar .elementor-widget-nav-menu {
    margin-bottom: 0 !important;
}


#nav-bar .elementor-menu-toggle {
    padding: 0;
    background-color: transparent;
    width: 32px;
    height: 32px;
}


#nav-bar .elementor-menu-toggle svg {
    display: none;
}


#nav-bar .elementor-menu-toggle .elementor-menu-toggle__icon--open,
#nav-bar .elementor-menu-toggle .elementor-menu-toggle__icon--close {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    background-image: url("/wp-content/themes/streektuinen/assets/images/icon-menu.svg");
}

#nav-bar .elementor-menu-toggle.elementor-active {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    background-image: url("/wp-content/themes/streektuinen/assets/images/icon-close.svg");
}


#nav-bar .elementor-nav-menu--dropdown {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    color: #fff;
    text-align: center;
    min-width: 220px !important;
}

#nav-bar .elementor-nav-menu--dropdown li {
    max-width: none;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}


#nav-bar .elementor-nav-menu--dropdown li a {
    border: 0;
}



#nav-bar .elementor-nav-menu--dropdown .menu-item a,
#nav-bar .elementor-nav-menu--dropdown .menu-item a:hover {
    background-color: transparent !important;
    color: var(--prim-color);
}


#nav-bar  .elementor-nav-menu--dropdown .sub-menu {
    padding: 0 0 10px 0;
    box-shadow: none;
    min-width: auto !important;
    display: block !important;
}

#nav-bar  .elementor-nav-menu--dropdown .sub-menu a {
    font-size: 1rem;
    font-weight: normal;

}

.elementor-widget-nav-menu a.elementor-item-active::after {
    content: "" !important;
    display: none !important;
}

#nav-bar  .elementor-nav-menu--dropdown .button {
    margin-top: 40px;
}


@media screen and (max-width: 1024px) {
    
    #nav-bar .elementor-nav-menu--dropdown {
        padding: 30px 20px 30px 20px;
    }

    #nav-bar li.menu-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #nav-bar #menu-col a,
    #nav-bar .elementor-nav-menu--dropdown a {
        font-size: 1.25rem;
    }

    #nav-bar .elementor-nav-menu--dropdown ul.sub-menu li {
        padding-left: 30px;
    }

    #nav-bar #menu-col ul.sub-menu li a,
    #nav-bar .elementor-nav-menu--dropdown ul.sub-menu li a {
        font-size: 1rem;
    }

    #nav-bar li.menu-item .sub-menu {
        padding-bottom: 0;
    }

    #nav-bar .elementor-nav-menu--dropdown .menu-item.button {
        text-align: center;
    }

    #nav-bar .elementor-nav-menu--dropdown .menu-item.button a {
        background-color: var(--foc-color) !important;
    }
}






/*** MOBILE MENU POPUP ***/
/*
.mobile-menu-popup,
.mobile-menu-popup .dialog-widget-content {
    background-color: #fff;
}

.mobile-menu-popup .popup-content {
    padding-top: 100px;
    padding-bottom: 60px;
}


.mobile-menu-popup .popup-content .elementor-widget-nav-menu li {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.mobile-menu-popup .popup-content a {
    display: inline-block;
}

.mobile-menu-popup .popup-content a:focus::after {
    display: none;
    content: "";
}


.mobile-menu-popup .popup-content .menu-btn a {
    margin-top: 20px;
}


.dialog-widget-content .dialog-close-button {
    width: 32px;
    height: 32px;
    background: url("/wp-content/themes/streektuinen/assets/images/icon-menu-close.svg") no-repeat center center;
}


.dialog-widget-content .dialog-close-button i,
.dialog-widget-content .dialog-close-button svg {
    display: none;
}
*/












/*** FOOTER ***/


#footer {
    background-color: var(--footer-background-color);
    color: #fff;
}

#footer .elementor-widget-heading {
    margin-bottom: 0 !important;
}


#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
}

#footer-top .elementor-widget-text-editor,
#footer-top .elementor-widget-text-editor p {
    margin-bottom: 0;
}

#footer-top  .contact-list {
    margin-bottom: 20px;
}


#footer-bottom {
    border-top: 2px solid var(--footer-line-color);
    padding-top: 50px;
    padding-bottom: 30px;
}

#footer-bottom li.elementor-icon-list-item {
    margin-right: 20px !important;
}

#footer-bottom li.elementor-icon-list-item .elementor-icon-list-text {
    color: #fff;
}


#footer-bottom a {
    text-decoration: underline;
}

#footer h3 {
    font-size: 2rem;
}

#menu-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


#menu-footer-menu li {
    background: url('/wp-content/themes/streektuinen/assets/images/ar-green-right.svg') no-repeat top 8px left 0;
    padding-left: 30px;
}

#footer-graphic img {
    width: 100%;
    height: auto;
}








/*** ELEMENTOR LIST ***/

.elementor-widget-icon-list {

}

.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: center;
    width: 20px;
    margin-right: 6px;
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    text-align: center;
    width: 20px;
    color: var(--prim-color);
}

.elementor-widget-icon-list .elementor-icon-list-icon svg,
.elementor-widget-icon-list .elementor-icon-list-icon svg path {
    color: var(--prim-color);
    fill: var(--prim-color);
}


.elementor-widget-icon-list .elementor-icon-list-text {
    font-size: 1.125rem;
}

.elementor-widget-icon-list.elementor-icon-list--layout-inline .elementor-icon-list-item {
    margin-left: 10px;
    margin-right: 10px;
}


.content-section .elementor-widget-icon-list ul.elementor-icon-list-items {
    margin-top: 10px;
    border-top: 2px solid var(--line-color);
}

.content-section .elementor-widget-icon-list li.elementor-icon-list-item {
    border-bottom: 2px solid var(--line-color);
    padding: 15px 0;
}


.content-section .elementor-widget-icon-list li.elementor-icon-list-item a:hover {
    text-decoration: underline;
}

















/*** SWIPER ***/

.swiper-pagination {
    bottom: -10px !important;
}

.swiper-pagination .swiper-pagination-bullet {
    padding-top: 10px;
    width: 12px;
    height: 12px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--foc-color);
}










/*** LAYOUT ***/

.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}


.elementor-widget-text-editor .elementor-widget-container ul {
    margin-bottom: 1.5rem;
}

#header-image {
    height: 180px;
    border-bottom: 5px solid var(--foc-color);
}

#page-title-container {
    padding-top: 30px;
    padding-bottom: 10px;
}


@media screen and (max-width: 768px) {
    #header-image {
        height: 120px;
    }

    #page-title-container {
        padding-top: 10px;
        padding-bottom: 0;
    }
}


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

    #page-intro {
        min-height: 1px;
    }

    #header-image {
        height: 420px;
        border-bottom: 0;
    }

    #page-title-container {
        /* z-index: 1; */
        margin-top: -210px;
        min-height: 210px;
        padding-top: 50px;
        background-color: #fff;
        border-top: 5px solid var(--foc-color);
        width: 1280px;
        margin-left: -60px;
        display: block;
    }

    #page-title-container > .e-con-inner {
        display: block;
        height: auto;
    }

    #page-title-container #page-title {
        margin-bottom: 0 !important;
    }
    
    body.elementor-editor-active #page-intro {
            height: auto;
    }
    
    body.elementor-editor-active #page-title-container {
            z-index: 0;
            margin-top: 0;
            min-height: auto;
            width: auto;
            margin-left: 0;
    }
   
}

#back-link {
    color: var(--prim-color);
    font-size: 1rem;
    margin-bottom: 10px !important;
}


.column-wrapper {
    padding-left: 0;
    padding-right: 0;
}


















/*** CONTENT SECTIONS ***/

.header {
   
}

.header > .elementor-background-overlay {
   
}


.content-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.content-section h1 {
    margin-bottom: 20px !important;
}

/*
body:not(.home) .content-section:first-child, 
body:not(.home) :not(.content-section) + .content-section {
    padding-top: 0;
    margin-top: 0;
}
*/

.content-section.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.content-section.no-padding-bottom {
    padding-bottom: 0;
}


.content-section.first,
.content-section.no-padding-top {
    padding-top: 0;
}

.content-section.first > .e-con-inner {
    padding-top: 0;
}

.content-section.no-padding-bottom {
    padding-bottom: 0;
}

.content-section.alternate {
    background-color: var(--background-color-alternate);
}


.content-section.action,
.content-section.banner {
    background-color: var(--prim-color);
    color: #fff;
}

.content-section.action h1,
.content-section.action h2,
.content-section.action h3,
.content-section.action h4,
.content-section.action h5,
.content-section.action h6,
.content-section.banner h1,
.content-section.banner h2,
.content-section.banner h3,
.content-section.banner h4,
.content-section.banner h5,
.content-section.banner h6 {
    color: #fff;
}






/*** POST CONTENT ***/

.post-content-wrapper {

}

.post-content-wrapper .e-con-boxed {
    padding-left: 0;
    padding-right: 0;
}

















/*** HOME ***/

#home-intro {
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: 5px solid var(--sec-color);
}


#intro-image {
    height: auto;
}



#intro-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 460px;
}

















/*** LISTINGS ***/

.listing {
    background-color: #fff !important;
    border-radius: 10px;
    /* padding: 0 20px; */
}


.listing .listing-footer {
    padding: 0;
}

.listing .listing-content {
    padding: 0;
    align-items: stretch;
    flex-grow: 1;
}

.listing .listing-footer {
    padding: 0;
}


.listing .listing-content .title h3 {
    margin: 0 !important;
}


.listing .elementor-widget-jet-listing-dynamic-field,
.listing .elementor-widget-jet-listing-dynamic-link {
    margin-bottom: 0;
}

.listing .elementor-widget-jet-listing-dynamic-field .jet-listing-dynamic-field i,
.listing .elementor-widget-jet-listing-dynamic-link a.jet-listing-dynamic-link__link i {
    width: 20px;
    text-align: center;
    color: var(--prim-color);
    font-size: 1rem;
    margin-right: 15px;
}

.listing .elementor-widget-jet-listing-dynamic-link a.jet-listing-dynamic-link__link span {
    color: var(--text-color);
}

.listing .elementor-widget-jet-listing-dynamic-link a.jet-listing-dynamic-link__link span:hover {
    color: var(--focus-color);
}

.listing .elementor-widget-jet-listing-dynamic-field.meta,
.listing .elementor-widget-jet-listing-dynamic-link.meta,
.listing .elementor-widget-jet-listing-dynamic-field.meta i,
.listing .elementor-widget-jet-listing-dynamic-link.meta i {
    color: var(--text-color-light);
    font-size: 1rem;
}

.listing .elementor-widget-jet-listing-dynamic-link.meta svg path,
.listing .elementor-widget-jet-listing-dynamic-field.meta svg path {
    fill: var(--text-color-light);
}


.listing .jet-listing-dynamic-link__icon {
    margin-right: 10px;
}

.listing .elementor-widget-jet-listing-dynamic-link a,
.listing .elementor-widget-jet-listing-dynamic-link a span {
    color: var(--prim-color) !important;
}




/*** CARDS ***/

.card {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background: url("/wp-content/themes/streektuinen/assets/images/ar-green-right.svg") no-repeat bottom 25px right 23px;
	transition: all .2s ease-in-out;
}

.card:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    background-position: bottom 25px right 20px;
    scale: 1.02;
}

















/*** REGION LISTING ***/

.region-listing {
    padding: 0 20px;
}

.region-listing .listing-image {
    padding-top: 10px;
    margin-bottom: -10px;
}

.region-listing .listing-image img {
    border-radius: 10px;
}

.region-listing .listing-content {
    align-items: stretch;
    flex-grow: 1;
}

.region-listing .title h4 {
    color: var(--prim-color);
    font-size: 1.25rem;
}















/*** SOORTEN LISTING (SPECIES) ***/


.soorten-listing.listing {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
}


.soorten-listing.listing .thumbnail img {
    border-radius: 10px;
}

.soorten-listing .e-con-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.soorten-listing.listing .listing-content {
    padding-left: 100px;
}











/*** PARTNER LISTING ***/

.partner-listing {
    border: 2px solid #EDEDE3;
}

.partner-listing .listing-content {
    padding: 20px;
}








/*** INITIATIEFNEMER LISTING ***/

.initiatiefnemer-listing {
    border: 2px solid #EDEDE3;
}

.initiatiefnemer-listing .listing-image {
    padding: 20px 20px 0 20px;
}

.initiatiefnemer-listing .listing-image img {
    border-radius: 75px;
}

.initiatiefnemer-listing .listing-content {
    
}

.initiatiefnemer-listing .listing-content .e-con-inner {
    row-gap: 0;
}

.initiatiefnemer-listing .listing-footer {
    padding-bottom: 20px;
}











/*** VOORBEELDTUINEN LISTING ***/

.voorbeeldtuinen-listing {

}

.voorbeeldtuinen-listing .listing-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.voorbeeldtuinen-listing .listing-content {
    padding: 0 20px 20px 20px;
}


.voorbeeldtuinen-listing .listing-footer {
    padding: 0 20px 10px 20px;
}

.voorbeeldtuinen-listing .listing-footer .e-con-inner {
    row-gap: 0;
}








/*** VERHALEN LISTING ***/

.verhalen-listing {

}

.verhalen-listing .listing-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.verhalen-listing .listing-content {
    min-height: 220px;
    padding: 0 20px 40px 20px;
}


.verhalen-listing .listing-footer {
    padding: 0 20px 10px 20px;
}

.verhalen-listing .listing-footer .e-con-inner {
    row-gap: 0;
}












/*** VOORBEELDTUINEN LISTING ***/

.voorbeeldtuinen-listing {

}

.voorbeeldtuinen-listing .listing-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.voorbeeldtuinen-listing .listing-content {
    min-height: 220px;
    padding: 0 20px 40px 20px;
}






/*** PAGE/PAGINA LISTING ***/

.page-listing {

}

.page-listing .listing-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page-listing .listing-content {
    min-height: 220px;
    padding: 0 20px 40px 20px;
}










/*** KWEKERS LISTING ***/

.kwekers-listing {
    padding: 10px 20px;
    background: none;
    font-size: 1rem;
	font-family: 'Mukta', sans-serif;
}

.region-listing .title h4 {
    color: var(--prim-color);
    font-size: 1.25rem;
}


.kwekers-listing .listing-content {
    min-height: 140px;
}

.kwekers-listing .introduction {
    line-height: 150%;
}

.kwekers-listing .listing-footer>.e-con-inner {
    row-gap: 0 !important;
}

.kwekers-listing .listing-footer .meta {
    color: var(--text-color);
}














/*** STREEKMIX LISTING ***/

.streekmix-listing-grid {
    padding: 15px 0;
    border-top: 2px solid var(--line-color);
    border-bottom: 2px solid var(--line-color);
    margin-bottom: 30px;
}

/*
.streekmix-listing {
    padding: 15px 0;
    border-top: 2px solid var(--line-color);
    border-bottom: 2px solid var(--line-color);
    margin-bottom: -2px;
}
*/

.streekmix-listing {
    padding: 0;
}


.streekmix-listing .title {
    font-weight: 700;
    /* padding-left: 30px;
    background: url("/wp-content/themes/streektuinen/assets/images/icon-li.svg") no-repeat left 0 top 8px; */
}






















/*** QUOTE LISTING ***/

.quote-listing {
    margin-top: 40px;
}

.quote-listing .e-con-inner {
    row-gap: 0;
}

.quote-listing .quote-content {
    background-color: #fff;
    padding: 10px 30px 30px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.quote-listing .quote h6 {
    line-height: 150% !important;
}

.quote-listing .quote-author {
    background-color: #fff;
    padding: 10px 30px 30px 110px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quote-listing .quote-author .photo {
    left: 30px !important;
    top: 15px !important;
}

.quote-listing .quote-author .photo img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.quote-footer {
    height: 40px;
    background: url("/wp-content/themes/streektuinen/assets/images/corner-quote.svg") no-repeat top 0 left 30px;
}


















/*** BOXES ***/

.box {
    padding: 18px 28px;
    border: 2px solid var(--line-color);
    border-radius: 10px;
    margin-bottom: 20px;
}

.box .elementor-button {
    width: 100%;
    max-width: 280px;
}


.box h4 {
    
}






















/*** ELEMENTS ***/


.elementor-widget-image.featured img {
    margin-bottom: 20px;
}





/*** SHARE THIS ***/

.element-share-this {
    margin-bottom: 20px;
}












/*** TOGGLE ***/

.elementor-widget-toggle {
    margin-top: 20px;
}

.elementor-widget-toggle .elementor-toggle-item {
	border: 0 solid var(--line-color);
	border-width: 2px 0 2px 0;
	margin-top: -2px;
	margin-bottom: -2px;
	padding: 10px 0;
}


.elementor-widget-toggle .elementor-tab-content,
.elementor-toggle .elementor-tab-title {
	border: 0;
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
	font-size: 1.25rem;
	color: var(--prim-color);
    line-height: 150%;
    padding: 20px 50px 20px 0;
    background: url('/wp-content/themes/streektuinen/assets/images/icon-expand.svg') no-repeat top 20px right 0;
}

.elementor-widget-toggle .elementor-tab-content {
    padding: 10px 0;
}

.elementor-toggle .elementor-tab-title.elementor-active {
    background-image: url('/wp-content/themes/streektuinen/assets/images/icon-collapse.svg');
}

.elementor-toggle .elementor-tab-title .elementor-toggle-title:hover,
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-title {
	color: var(--focus-color);
}

.elementor-toggle .elementor-tab-content {
	margin-bottom: 30px;
    padding-right: 60px;
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon-closed,
.elementor-toggle .elementor-tab-title .elementor-toggle-icon-opened {
    display: none !important;
}









/*** BLOCKQUOTE ***/
.elementor-widget.elementor-widget-blockquote {
    margin-top: 20px;
    margin-bottom: 20px !important;
}

.elementor-widget-blockquote .elementor-blockquote {
    border-left: 5px solid var(--sec-color);
    padding: 0 0 0 30px;
    color: var(--text-color);
    font-family: 'Zilla Slab';
    font-weight: 700;
    font-size: 1.50rem;
    line-height: 150%;
}

.elementor-widget-blockquote .elementor-blockquote__author {
    font-family: 'Mukta';
    font-weight: normal;
    font-size: 1rem;
    color: var(--text-color-light);
    margin-top: 0;
}

.elementor-widget-blockquote .e-q-footer {
    margin-top: 0;
}







/*** MEDIA CAROUSEL ***/


.elementor-widget-media-carousel {
    
}


.elementor-widget-media-carousel .elementor-carousel-image {
    border-radius: 10px;
}














/*** SPECIES POPUP ***/


.jet-popup ul.more-info {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
}

.jet-popup ul.more-info li {
    background: url("/wp-content/themes/streektuinen/assets/images/ar-green-right.svg") no-repeat top 7px left 0;
    padding-left: 30px; 
}

.jet-popup ul.more-info li a {
    color: var(--text-color);
}

.jet-popup ul.more-info li a:hover {
    color: var(--prim-color-darker);
    text-decoration: underline;
}
































/*** RESPONSIVE STUFF ***/



/* extra large screens */
@media screen and (min-width: 1280px) {



}


/* large screens */
@media screen and (max-width: 1140px) {



}



/* desktops */
@media screen and (min-width: 1024px) {

    .hidden-desktop {
        display: none !important;
    }

    .narrow {
		padding-left: 180px;
        padding-right: 180px;
	}

    .small {
        padding-right: 350px;
	}

    /*
    .elementor-column.padding-top {
        padding-top: 90px;
    }
    */
}


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

    
}




/* tablets */
@media screen and (max-width: 1024px) {



    .content-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    

    /*

    #logo-col {
        padding-left: 0;
    }


    #menu-col {
        padding-right: 0;
    }

    #menu-col .elementor-widget-wrap.elementor-element-populated {
        padding-top: 0;
        padding-bottom: 0;
    }

    */
    


}



/* mobile */
@media screen and (max-width: 767px) {



    body,
    .elementor-widget-icon-list .elementor-icon-list-text {
        font-size: 1rem;
    }


	h1 { font-size: 3rem; }
    h2 { font-size: 2rem; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1.25rem; }
    h5 { font-size: 1.125rem;  }
    h6 { font-size: 1rem;  }

    .intro {
        font-size: 1.167rem;
        line-height: 150%;
    }

 


    input[type=date],
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    select,
    textarea {
        font-size: 1rem;
    }

    .elementor-widget-blockquote .elementor-blockquote {
        font-size: 1.125rem;
        padding-left: 20px;
    }



    .prev-arrow.slick-arrow {
        margin-left: -10px;
        display: none !important;
    }
    
    .next-arrow.slick-arrow {
        margin-right: -10px;
        display: none !important;
    }
    
    #logo-col {
        height: 50px;
        width: 230px;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    #site-logo  {
        height: 50px;
    }
    
    #site-logo img {
        width: 230px !important;
        height: 50px !important;
    }



    #footer {
        font-size: 1rem;
    }

    #footer h3 {
        font-size: 1.5rem;
        margin: 0 !important;
        margin-bottom: -10px !important;
    }

    #footer-top {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    #footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content-section {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    

    .elementor-widget-icon-list li.elementor-icon-list-item {
        margin-top: 2px;
        margin-bottom: 2px;
    }


    #footer-bottom .elementor-widget-icon-list li {
        width: 100%;
    }


    
    .elementor-toggle .elementor-tab-title {
        font-size: 1.125rem;
    }


    .elementor-toggle .elementor-tab-content {
        padding-right: 0;
    }

    #home-intro {
        padding-top: 50px;
        padding-bottom: 50px;
    }
   
}















/*** CSS SCROLL STUFF ***/
/*
@media (prefers-reduced-motion: no-preference) {

    .anim-grid .listing  {
        scale: 0.8; 
        opacity: 0; 
        top: 80px;

        animation: fade-in linear forwards;
        animation-timeline: view();
        animation-range: entry;
    }   

    .anim-fade-in-left {
        position: relative;
        left: -80px;
        opacity: 0;

        animation: fade-in linear forwards;
        animation-timeline: view();
        animation-range: entry;
    }

    .anim-fade-in-right {
        position: relative;
        left: 80px;
        opacity: 0;

        animation: fade-in linear forwards;
        animation-timeline: view();
        animation-range: entry;
    }

    .anim-fade-in-up {
        top: 80px;
        opacity: 0;
        scale: 0.8;

        animation: fade-in linear forwards;
        animation-timeline: view();
        animation-range: entry;
    }

    .anim-fade-in-down {
        top: -80px;
        opacity: 0;

        animation: fade-in linear forwards;
        animation-timeline: view();
        animation-range: entry;
    }

    @keyframes fade-out {
        to { opacity: 0; }
    }

    @keyframes fade-in {
        to { 
            scale: 1; 
            opacity: 1; 
            top: 0; 
            left: 0;
        }
    }

    @keyframes slide-left {
        to {
            margin-left: 0;
        }
    }
}
*/