/*!
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
-------------------------------------------------------------- */
header #main-header .header-button{color: white;}
#main-header .header-button:hover{
	color: white;
}
.footer-html-inner {
    font-size: 16px;
}
.site-footer-wrap .widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)){color: rgba(255,255,255,.8);}
.site-footer-wrap p{
    color: rgba(255,255,255,.8);
}
.site-footer-wrap h5 {color: white;}

.site-footer-wrap .site-middle-footer-inner-wrap .widget {
    margin-bottom: 20px;
}

footer.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button:hover {
    color: white;
}

.page-id-592 .testimonial-pattern{background: #181818 !important;}

@media only screen and (min-width: 1025px) and (max-width: 1285px) {
.site-header-section-right {
    flex-direction: column-reverse;
    align-items: end;
}
.main-navigation .primary-menu-container > ul li.menu-item > a {
    font-size: 18px !important;
}
}

@media (max-width: 1699px) {
	.kb-row-layout-wrap:not(.width-inherit) .kt-row-column-wrap {
		max-width: 90% !important;
		margin: auto;
	}
	.kb-row-layout-wrap:not(.width-inherit) .kb-row-layout-wrap .kt-row-column-wrap {
		max-width: 100% !important;
	}
}


@media (max-width: 782px) {
	.kb-row-layout-wrap:not(.width-inherit) .kt-row-column-wrap {
		max-width: 100% !important;
	}
}