/*!
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;
}

.site-footer-middle-section-1 {
	padding-left: 1rem;
}

@media screen and (max-width: 1024px) {
	body .site-header-focus-item.site-header-row-mobile-layout-contained{
		padding: 0rem 1rem;
	}
	body .site-footer-middle-section-3 {
		padding-left: 1rem;
	}	
	footer{
		background: white;
	}	
}

