<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
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
-------------------------------------------------------------- */
:root {
--global-md-spacing: 1.2em !important;
}
.site-header-main-section-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.primary-menu-container.header-menu-container {
    font-size: 1.125em;
}
.site-header-item.site-header-item-main-navigation {
    align-items: flex-end;
}
.header-contact-link {
    text-decoration: none !important;
    font-weight: 600;
}
.sub-menu .consultation a,
.sub-menu .consultation a:hover{
    background: #9725C7 !important;
    color: #fff !important;
	margin-top: .5em;
}
.sub-menu .consultation a {
	opacity: .8;
}
#primary-menu li:last-child .sub-menu {
    right: 0;
}

/* HEROES */
@media screen and (min-width: 1800px){
	#kt-layout-id_4cd5a6-0d &gt; .kt-row-column-wrap {
		/* min-height: 800px !important; */
	}
}

/* GALLERIES */
.wp-block-kadence-advancedgallery .kb-gallery-ul {
    align-items: center;
}


/* FEATURED NEWS AND BLOG */
.latest-news-block .entry-content-wrap,
.latest-blog-block .entry-content-wrap{
    padding: 0 2em !important;
}
.latest-news-block .entry-content-wrap .entry-title,
.latest-blog-block .entry-content-wrap .entry-title {
	line-height: 1.2em;
}</pre></body></html>