/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

.elementor-icon-wrapper {
    line-height: 1;
}
.elementor-widget-text-editor .elementor-widget-container p:last-child {
    margin-bottom: 0;
}

a {
	color: var(--e-global-color-primary);
}
a:active, a:hover {
	color: inherit;
}
footer a {
	color: inherit;
}
footer a:active, footer a:hover {
	text-decoration: underline;
}


/***************/
/*  MENUKAART  */
/***************/

.jet-checkboxes-list__label i {
    margin-right: 0.4em;
    font-size: 1em;
    line-height: 1;
}
.jet-filter-items-moreless {
	background: linear-gradient(0deg, #e3dfda, #e3dfda00) !important;
    margin-top: -4rem;
	padding-top: 4.5rem !important;
    position: relative;
    z-index: 9;
	pointer-events: none;
}
.jet-filter-items-moreless__toggle {
	pointer-events: all;
}


/***************/
/*  PROTECTED  */
/***************/

.post-password-form {
    margin: 0 auto;
    padding: 2rem 4rem;
    max-width: 600px;
    text-align: center;
}

.post-password-form label {
	font-weight: bold;
}
.post-password-form input[type=password] {
    width: 90%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background: var(--e-global-color-ab2ea60);
    border: 1px solid var(--e-global-color-primary);
}

@media screen and (max-width: 768px) {
	.post-password-form {
		padding: 1.5rem;
	}
}


/***********/
/*  PRINT  */
/***********/

@media print {
	a[href]:after {
    	content: "";
	}
	.no-print {
		display: none;
	}
	header {
		display: none;
	}
	footer {
		display: none;
	}
}


/************/
/*  COOKIE  */
/************/

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	overflow: hidden;
}
#moove_gdpr_cookie_info_bar::after {
	content: "";
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='cookie-bite' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-cookie-bite'%3E%3Cpath fill='white' d='M510.52 255.82c-69.97-.85-126.47-57.69-126.47-127.86-70.17 0-127-56.49-127.86-126.45-27.26-4.14-55.13.3-79.72 12.82l-69.13 35.22a132.221 132.221 0 0 0-57.79 57.81l-35.1 68.88a132.645 132.645 0 0 0-12.82 80.95l12.08 76.27a132.521 132.521 0 0 0 37.16 72.96l54.77 54.76a132.036 132.036 0 0 0 72.71 37.06l76.71 12.15c27.51 4.36 55.7-.11 80.53-12.76l69.13-35.21a132.273 132.273 0 0 0 57.79-57.81l35.1-68.88c12.56-24.64 17.01-52.58 12.91-79.91zM176 368c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm32-160c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32zm160 128c-17.67 0-32-14.33-32-32s14.33-32 32-32 32 14.33 32 32-14.33 32-32 32z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 1rem;
    opacity: 0.1;
    width: 12rem;
    height: 12rem;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	line-height: 1.5 !important;
	font-weight: normal !important;
}

#moove_gdpr_cookie_modal {
	font-family: 'Basel Grotesk', sans-serif !important;
}
#moove_gdpr_cookie_modal .gdpr-nav-tab-title, #moove_gdpr_cookie_modal .tab-title, #moove_gdpr_cookie_modal button {
	font-family: 'Basel Grotesk', sans-serif !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

@media screen and (min-width: 768px) {
	#moove_gdpr_cookie_info_bar {
    	border: 1px solid #fff;
    	border-radius: 1rem;
    	margin-bottom: 1rem !important;
    	left: 1rem !important;
    	width: 40% !important;
    	max-width: 500px !important;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
		padding: 1.5rem !important;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    	align-items: start !important;
    	flex-direction: column !important;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
		margin-bottom: 1rem;
	}
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
		padding-left: 0 !important;
	}
}

