/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Christian Burghart
Author URI: https://christianburghart.de/
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
Domain Path: /languages/
*/

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
/* Default Elementor CSS for every Website */
.elementor-section > .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 24px;
}

/* Inner section fix */
.elementor-inner-section > .elementor-column-gap-default > .elementor-column:first-child > .elementor-element-populated {
	padding-left: 0;
}

.elementor-inner-section > .elementor-column-gap-default > .elementor-column:last-child > .elementor-element-populated {
	padding-right: 0;
}
/* End inner section fix */
/* End default Elementor CSS */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-navigation .dropdown-nav-toggle .kadence-svg-iconset.svg-baseline svg {
	top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.elementor-widget-text-editor .elementor-widget-container ul {
	padding-left: 1.2em;
}

.cta-inner-box .elementor-col-50 > .elementor-widget-wrap {
	padding: 24px !important;
}

.cta-inner-box .elementor-col-50:first-child {
	width: 49%;
	margin-right: 1%;
}

.cta-inner-box .elementor-col-50:last-child {
	width: 49%;
	margin-left: 1%;
}

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

	.cta-inner-box .elementor-col-50 {
		width: 100% !important;
		margin: 0 !important;		
	}

	.cta-inner-box .elementor-col-50:first-child {
		margin-bottom: 2% !important;
	}

}

.cta-inner-box a {
	color: #fff;
	text-decoration: underline !important;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

