/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Code to change layout of cookiepage. Change this code to your font-sizes  */
#cmplz-document{
	max-width: unset;
}

#cmplz-document p{
	font-size: 18px !important;
}

#cmplz-document li, .cmplz-description, .cmplz-category-title{
	font-size: 18px !important;
}

#cmplz-document subtitle{
	font-size: 24px !important;
}

#cmplz-document h2{
	font-size: 36px !important;
}
.entry-content-wrap {
	padding: 10px 15px;
}
h1{
	text-shadow: 3px 3px 6px #00000019, -3px 3px 6px #00000019, 3px -3px 6px #00000019, -3px -3px 6px #00000019;
}

.wpcf7-form label.error{
	display: block;
}

.wpcf7-form .wpcf7-text.iban{
	text-transform: uppercase;
} 



h1 {
	margin-left: var(--global-kb-spacing-sm, 1.5rem) !important;
	margin-right: var(--global-kb-spacing-sm, 1.5rem) !important;
}
#title-homepage {
    margin-left: 0px !important;
	margin-right: 0px !important;
}
.wpcf7-radio .first {
	margin-left: 0px;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px;
}



.single-post .entry-content-wrap{
	padding: 0rem 1rem 1rem 1rem;
}
.single-post h1 {
	text-shadow: none !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-top: 1rem;
	
}

@media (max-width: 767px){
	.single-post h1 {
		text-shadow: none !important;
	}
	body .kadence-thumbnail-position-behind{
		margin-bottom: 0;
	}
		.drawer-content .mobile-html {
		width: 80% !important;
	}
}
@media (min-width: 768px){
		#mobile-drawer .drawer-inner, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner {
		background: #fafafaa6 !important;
	}
}