/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2025 | 22:40:14 */
/* Intellichoice Footer */
.site-footer-row .widget.widget_nav_menu ul.menu {
	row-gap: 20px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.site-footer-row .widget.widget_nav_menu ul.menu a {
    color: rgba(255, 255, 255, 0.8);
}
.wp-block-social-links {
    gap: 30px;
}

/* General Settings */
.site-footer-section {
    gap: 60px;
}
.site-top-footer-inner-wrap .menu-item {
	line-height: 1.3;
}
#footer-menu .menu-item {
	display: flex;
	font-size: 14px;
}
#colophon .footer-navigation .footer-menu-container > ul li a {
    font-size: 14px;
    line-height: 1;
}
#colophon .footer-navigation .footer-menu-container > ul > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.site-middle-footer-inner-wrap .footer-widget-area-inner {
	display: flex;
    place-items: flex-end;
}
.site-middle-footer-inner-wrap .content-align-right .footer-widget-area-inner {
    justify-content: flex-end;
}
#colophon .footer-html {
    margin: 0px;
	line-height: 14px;
}
.has-small-font-size {
	font-size: 16px;
    line-height: 1.3;
}
.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 2fr);
}
.site-middle-footer-inner-wrap .footer-widget-area-inner {
    justify-content: center;
}
.widget li:not(.kb-table-of-content-list li) {
    line-height: 1.5;
}