/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@700&family=Readex+Pro:wght@400;500;600;700&display=swap');

/* ==========================================================================
    THEME SYSTEM – GLOBAL STYLES & UTILITIES
    --------------------------------------------------------------------------
    This file contains all shared theme-level CSS systems.
    Token values live within the Theme Options Plugin. Structural rules live here.
    ==========================================================================

    TABLE OF CONTENTS
    --------------------------------------------------------------------------
    1.  Top Bar
    2.  Side Menu / Mobile Menu
    3.  Top Navigation (Desktop – Split Left/Right)
    4.  Header Layout & Buttons
    5.  Global Text Styles (Body, Headings, Links)
    6.  Text Color Utilities
    7.  Font Family Utilities
    8.  Font Weight Utilities
    9.  Internal Page Typography & Layout
    10. Single Blog Post
    11. Blog Search Page
    12. Footer Typography & Layout
    13. Forminator Typography
    14. Global Button System
        14.1 Base Button Styles
        14.2 Primary Button
        14.3 Primary Icon Buttons
        14.4 Secondary Button
        14.5 Secondary Icon Buttons
    15. Keyboard Accessibility / Focus States
    16. Global Accordion System
        16.1 Primary Accordion
        16.2 Secondary Accordion
    17. Image Gallery Styles
    18. Background Utility Classes
        18.1 Solid Backgrounds
        18.2 Fade Gradients
    19. Border Radius Utilities
    20. Shadow Utilities
    21. Border Utilities
    22. FOUC Prevention Override
    23. Utility Overrides & Helpers
    --------------------------------------------------------------------------

    NOTES
    --------------------------------------------------------------------------
    • This file defines HOW the theme behaves.
    • Color, spacing, and typography values are controlled via Theme Options plugin.
    • Coordinate changes with the theme options panel when applicable.
========================================================================== */

/* ======================================================
   1. TOP BAR
====================================================== */
#top-bar, #top-bar-mobile {
   position: fixed;
   top: 0;
   z-index: 999999;
   width: 100%;
}

#top-bar, #top-bar-mobile, #top-bar-widget, #top-bar-mobile-widget {
    z-index: 999999;
    width: 100%;
}

#top-bar-widget, #top-bar-mobile-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: var(--font-weight-semibold);
    color: var(--topbar-text-color);
    margin: 0;
}

#top-bar-widget a, #top-bar-mobile-widget a {
    font-weight: var(--font-weight-regular);
    font-size: inherit;
    color: var(--topbar-link-color);
    margin: inherit;
}

#top-bar-widget a:hover, #top-bar-mobile-widget a:hover {
    color: var(--topbar-link-hover-color);
}

#top-bar-widget p, #top-bar-mobile-widget p {
    font-weight: inherit;
    font-size: inherit;
    color: var(--topbar-text-color);
    margin: inherit;
}

#top-bar-left-wrapper,
#top-bar-right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#top-bar-text-wrapper p {
    font-weight: var(--font-weight-regular);
}

#top-bar-right-wrapper div.wp-block-wpzoom-blocks-social-icons {
    top: -1px;
    left: 3px;
}

#top-bar-left-wrapper > div,
#top-bar-right-wrapper > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#top-bar-left-wrapper #visit-us-wrapper span,
#top-bar-right-wrapper #visit-us-wrapper span {
    padding: 0;
    margin: 0;
    font-size: 25px;
    padding-top: 3px;
}

/* "Follow Us" section in Top Bar hidden by default */
#top-bar-widget #top-bar-follow-us-wrapper,
#top-bar #top-bar-widget #divider-before-follow-us,
#top-bar #top-bar-widget #follow-us-wrapper {
    display: none;
}

#top-bar-right-wrapper #call-us-wrapper span {
    padding: 0;
    margin: 0;
    margin-right: 5px;
    padding-top: 2px;
    font-size: 20px;
}

#top-bar-right-wrapper #follow-us-wrapper span,
#top-bar-right-wrapper #rate-us-wrapper span {
    padding: 0;
    margin: 0;
    margin-right: 5px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: inherit;
}

@media (max-width: 1150px) {
    #top-bar-widget, #top-bar-mobile-widget {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
	}
		
    #top-bar-left-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    #top-bar-widget, #top-bar-mobile-widget {
        padding-left: 10px;
        padding-right: 10px;
				font-size: 15px;
    }

    #top-bar #top-bar-widget span.social-icon, #top-bar-mobile #top-bar-mobile-widget span.social-icon {
        margin-right: 0;
        padding-right: 5px;
    }

    #top-bar #top-bar-widget span.social-icon.dashicons-star-empty, #top-bar-mobile #top-bar-mobile-widget span.social-icon.dashicons-star-empty {
        padding-right: 0;
    }

    #top-bar-left-wrapper,
    #top-bar-right-wrapper {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
				justify-content: center;
    }

    #top-bar-widget #top-bar-store-link, #top-bar-mobile-widget #top-bar-store-link {
        font-size: 0;
    }

    #top-bar-widget #top-bar-store-link:before, #top-bar-mobile-widget #top-bar-store-link:before {
        content: 'Store\a ';
        font-size: 15px;
        white-space: pre;
    }

    #top-bar-widget #top-bar-new-client-reg-link, #top-bar-mobile-widget #top-bar-new-client-reg-link {
        font-size: 0;
    }

    #top-bar-widget #top-bar-new-client-reg-link:before, #top-bar-mobile-widget #top-bar-new-client-reg-link:before {
        content: 'Register';
        font-size: 15px;
        white-space: pre;
    }

    #top-bar-widget #top-bar-right-wrapper p.divider-line, #top-bar-mobile-widget #top-bar-right-wrapper p.divider-line {
        display: none;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    #top-bar-widget, #top-bar-mobile-widget {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
				justify-content: center;
	}
		
    #top-bar-left-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* ======================================================
   2. SIDE MENU / MOBILE MENU
====================================================== */
#mobile-menu-column #mobile-menu a {
    color: var(--nav-side-link) !important;
}

#mobile-menu-column #mobile-menu li.level0.menu-item.current > a,
#mobile-menu-column #mobile-menu li.level0.menu-item.current-ancestor.has-child > a,
#mobile-menu-column #mobile-menu li.level0.menu-item.current-parent.has-child > a {
    color: var(--nav-side-link-active) !important;
    font-weight: var(--font-weight-bold);
}

/* Fallback: Home link active state when on homepage */
body.page-template-template-home-page-mobile #mobile-menu-column #mobile-menu li.level0.menu-item:first-child > a {
    color: var(--nav-side-link-active) !important;
    font-weight: var(--font-weight-bold);
}

#mobile-menu-column #mobile-menu li.level0 > a:hover,
#mobile-menu-column #mobile-menu a:hover {
    color: var(--nav-side-link-hover) !important;
}

#mobile-menu-column #mobile-menu li.level0.menu-item.current-menu-item > a,
#mobile-menu-column #mobile-menu li.level0.menu-item.current-ancestor.has-child > a,
#mobile-menu-column #mobile-menu li.level0.menu-item.current-parent.has-child > a {
    color: var(--nav-side-link-active) !important;
}

#mobile-menu-column #mobile-menu li.level1.menu-item.current > a {
    color: var(--nav-side-link-active) !important;
}

#mobile-menu-column #mobile-menu li.has-child > a:after {
    color: currentColor !important;
}

@media only screen and (max-width: 500px) {
    #mobile-menu-column #mobile-menu li.has-child > a:after {
        color: currentColor !important;
    }
}

#mobile-menu-column #mobile-menu li.has-child.open > a:after {
    color: currentColor !important;
}

@media only screen and (max-width: 500px) {
    #mobile-menu-column #mobile-menu li.has-child.open > a:after {
        color: currentColor !important;
    }
}

/* Admin bar mobile menu offset */
@media only screen and (max-width: 1200px) {
    body.admin-bar #wrapper #mobile-menu-column {
        padding-top: 116px;
    }
}

@media only screen and (max-width: 781px) {
    body.admin-bar #wrapper #mobile-menu-column {
        padding-top: 130px;
    }
}

/* ======================================================
   3. TOP NAVIGATION (DESKTOP – SPLIT LEFT/RIGHT)
====================================================== */
#top-left-menu-widget ul.menu,
#top-right-menu-widget ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding-left: 0;
    list-style: none;
}

#top-left-menu-widget ul.menu {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

#top-right-menu-widget ul.menu {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

#top-left-menu-widget ul.menu li,
#top-right-menu-widget ul.menu li {
    display: block;
    cursor: pointer;
    padding: 8px 10px;
}

#top-left-menu-widget ul.menu li a,
#top-right-menu-widget ul.menu li a {
    text-decoration: none;
    color: var(--nav-top-link);
}

#top-left-menu-widget ul.menu li.menu-item.has-child,
#top-right-menu-widget ul.menu li.menu-item.has-child {
    padding-right: 25px;
}

#top-left-menu-widget ul.menu li.has-child ul li,
#top-right-menu-widget ul.menu li.has-child ul li {
    z-index: 999995;
    padding: 10px 18px;
    white-space: nowrap;
    background-color: var(--nav-dropdown-bg);
}

#top-left-menu-widget ul.menu li.level0,
#top-right-menu-widget ul.menu li.level0 {
    position: relative;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
}

#top-left-menu-widget ul.menu li.has-child ul li a, #top-right-menu-widget ul.menu li.has-child ul li a {
	font-size: 16px;
}

#top-menu-widget ul.menu li.level0.menu-item.current-menu-item > a,
#top-menu-widget ul.menu li.level0.menu-item.current-ancestor.has-child > a,
#top-menu-widget ul.menu li.level0.menu-item.current-parent.has-child > a {
    text-decoration: none;
    color: var(--nav-top-link-active);
}

#top-menu-widget ul.menu li.has-child ul li.level1.menu-item.current > a, #top-menu-widget ul.menu li.has-child ul li.level1.menu-item.active > a {
    text-decoration: underline;
    color: var(--nav-top-link-active);
}

#top-left-menu-widget ul.menu li.level0.current,
#top-right-menu-widget ul.menu li.level0.current {
    background-color: var(--color-light);
}

#top-left-menu-widget ul.menu li.level0.current, #top-left-menu-widget ul.menu li.level0.current-ancestor, #top-left-menu-widget ul.menu li.level0.current-parent, #top-right-menu-widget ul.menu li.level0.current, #top-right-menu-widget ul.menu li.level0.current-ancestor, #top-right-menu-widget ul.menu li.level0.current-parent {
    background-color: var(--color-light);
	border-radius: 8px;
}

#top-left-menu-widget ul.menu li.level0.menu-item.current > a,
#top-left-menu-widget ul.menu li.level0.menu-item.current-ancestor.has-child > a,
#top-left-menu-widget ul.menu li.level0.menu-item.current-parent.has-child > a, #top-right-menu-widget ul.menu li.level0.menu-item.current-menu-item > a,
#top-right-menu-widget ul.menu li.level0.menu-item.current-ancestor.has-child > a,
#top-right-menu-widget ul.menu li.level0.menu-item.current-parent.has-child > a {
    text-decoration: none;
    color: var(--nav-top-link-active);
}

#top-left-menu-widget ul.menu li.has-child ul li.level1.menu-item.current > a, #top-left-menu-widget ul.menu li.has-child ul li.level1.menu-item.active > a, #top-right-menu-widget ul.menu li.has-child ul li.level1.menu-item.current > a, #top-right-menu-widget ul.menu li.has-child ul li.level1.menu-item.active > a {
    text-decoration: none;
    color: var(--nav-top-link-active);
}

#top-left-menu-widget ul.menu li.has-child ul li.level1.menu-item.current, #top-left-menu-widget ul.menu li.has-child ul li.level1.menu-item.active, #top-right-menu-widget ul.menu li.has-child ul li.level1.menu-item.current, #top-right-menu-widget ul.menu li.has-child ul li.level1.menu-item.active {
	background-color: var(--color-light);
}

#top-left-menu-widget ul.menu li.has-child ul li:hover, #top-right-menu-widget ul.menu li.has-child ul li:hover {
	background-color: var(--color-light);
}

#top-left-menu-widget ul.menu li.level0:hover:not(.current), #top-right-menu-widget ul.menu li.level0:hover:not(.current) {
		background-color: var(--color-light);
		border-radius: 8px;
}

#top-left-menu-widget ul.menu li.has-child ul.level1 li:hover, #top-right-menu-widget ul.menu li.has-child ul.level1 li:hover {
		background-color: var(--color-light);
}

#top-left-menu-widget ul.menu li.level0.has-child > ul.level1,
#top-right-menu-widget ul.menu li.level0.has-child > ul.level1 {
    -webkit-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
}

#top-left-menu-widget ul.menu li.level0.has-child:hover > ul.level1,
#top-right-menu-widget ul.menu li.level0.has-child:hover > ul.level1 {
    position: absolute;
    display: block;
    margin-top: 5px;
		filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.15));
}

#top-left-menu-widget ul.menu li.has-child > a::after,
#top-right-menu-widget ul.menu li.has-child > a::after {
    display: inline-block;
    font-family: 'icomoon';
    font-size: 23px;
    content: "";
    position: absolute;
    right: -20px;
    top: 0px;
    color: currentcolor;
}

#top-left-menu-widget ul.menu li.level0.has-child:hover > a::after,
#top-left-menu-widget ul.menu li:not(.level0).has-child.open > a::after,
#top-right-menu-widget ul.menu li.level0.has-child:hover > a::after,
#top-right-menu-widget ul.menu li:not(.level0).has-child.open > a::after {
    content: "";
}

#top-left-menu-widget ul.menu li.has-child > ul.sub-menu,
#top-right-menu-widget ul.menu li.has-child > ul.sub-menu {
    display: none;
}

#top-left-menu-widget ul.menu li.level0.has-child > ul.level1,
#top-right-menu-widget ul.menu li.level0.has-child > ul.level1 {
    -webkit-transition: all .33s ease-in-out;
    -o-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    padding-left: 10px;
		z-index: 3;
}

@media (min-width: 1300px) {
		#top-left-menu-widget, #top-right-menu-widget {
    	min-width: 375px;
		}
}

@media (min-width: 1025px) {
		body.mobile #top-menu-widget {
				display: none !important;
		}
}

/* ======================================================
   4. HEADER LAYOUT & BUTTONS
====================================================== */
/* Header Structure */
#header-logo {
	margin: 0;
}

#hamburger-menu, #hamburger-menu:before, #header-wrap #hamburger-menu:before, #hamburger-menu.icon-uniF136:before {
    color: var(--color-accent-1);
}

#header-wrap #header-buttons-widget span.social-icon {
    color: var(--color-accent-1);
}

/* Base logo sizing */
#header-logo-widget img {
    width: var(--logo-width-desktop);
    height: auto;
    filter: none;
    margin-top: 0px;
}

/* Tablet */
@media (max-width: 870px) {
    #header-logo-widget img {
        width: var(--logo-width-tablet);
    }
}

/* Mobile layout + size */
@media (max-width: 767px) {
    #header-logo-widget img {
        width: var(--logo-width-mobile);
    }
}

/* Allow logo to visually break out of the header boundary */
#header-wrap,
#header-1, #header-1-mobile {
    overflow: visible;
}

/* White arch that cradles the logo at the bottom of the header */
#header-1::after, #header-1-mobile::after {
    content: "";
    position: absolute;
    bottom: -50px;        /* how far the arch dips below */
    left: 50%;
    transform: translateX(-50%);
    width: 300px;         /* width of the arch - match logo width */
    height: 70px;         /* depth of the arch */
    background: #ffffff;
    border-radius: 0 0 50% 50%;
    z-index: 1;
}

#header-wrap.scrolling #header-1::after, #header-wrap.scrolling #header-1-mobile::after {
		box-shadow: rgba(0, 0, 0, 0.15) 0 21px 10px -20px;
}

/* Logo widget overflows below header */
#header-logo-widget {
    position: relative;
    margin-bottom: -10px; /* how much the logo hangs below */
    z-index: 2;
}

@media (min-width: 1200px) {
		#header-logo-widget {
				margin-bottom: -25px;
		}
}

/* By default, "Follow Us" section is hidden */
body #header-wrap #header-buttons-widget #header-buttons-social-icons-container {
    display: none;
}

#header-wrap {
    width: 100%;
    position: fixed;
    z-index: 999998;
	padding-left: 20px;
	padding-right: 20px;
}

body.desktop #header-wrap {
    width: 100%;
    max-width: 100%;
	justify-content: center;
	background: var(--bg-header);
}

body.mobile #header-wrap {
	background: var(--bg-header);
}

#header-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

#header-call-button-widget {
    display: none;
}

#header-buttons-widget {
	max-width: 270px;
}


@media (min-width: 1025px) {
		#header-wrap #header-3 {
				display: none;
		}
}

@media (max-width: 1250px) {
    #wrapper #header-wrap {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    #header-wrap #top-left-menu-widget ul.menu,
    #header-wrap #top-right-menu-widget ul.menu {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

@media only screen and (max-width: 1180px) {
    #header-buttons-widget {
        max-width: 200px;
    }
    
    #header-1 {
        gap: 10px;
    }
}

@media (max-width: 1150px) {
    #wrapper #header-wrap {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    #header-wrap #top-left-menu-widget ul.menu,
    #header-wrap #top-right-menu-widget ul.menu {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width: 1050px) {
    #wrapper #header-wrap {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    #header-wrap #top-left-menu-widget ul.menu,
    #header-wrap #top-right-menu-widget ul.menu {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media (max-width: 1024px) {
    #hamburger-menu {
        display: block !important;
        position: fixed !important;
        left: 10px !important;
        top: 80px !important; /* Adjust based on header height */
        z-index: 999999 !important;
    }

    #top-menu-widget, #top-left-menu-widget, #top-right-menu-widget {
        display: none !important;
    }

    #header-buttons-widget {
        max-width: 260px;
    }
		
	#header-buttons-widget .btn, #header-buttons-widget a.kt-button.btn, #header-buttons-widget .wp-block-button__link.btn {
        padding: 10px 18px;
		font-size: 15px;
    }
		
    #header-1 {
        gap: 20px;
        justify-content: right;
    }
		
    #header-wrap {
        padding-left: 20px;
        padding-right: 20px;
				justify-content: right;
    }
		
    body.desktop #header-wrap {
        padding-left: 20px;
        padding-right: 20px;
				justify-content: right;
    }
		
    #header-1, #header-1-mobile {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
		
		#header-1::after, #header-1-mobile::after {
				bottom: -47px;        /* how far the arch dips below */
		}
}

@media (max-width: 767px) {
    #hamburger-menu {
        top: 60px !important;
    }
}

@media (max-width: 577px) {
		#hamburger-menu {
				top: 100px !important;
		}
}

@media (min-width: 1025px) {
  #hamburger-menu {
    display: none !important;
  }
  
  #mobile-menu-column {
    display: none !important;
  }
}

/* Header - Mobile Adjustments */
@media (max-width: 767px) {
		#header-call-button-widget {
				display: block;
		}
		
    body #header-wrap #header-buttons-widget #header-buttons-container {
        display: none!important;
    }
    
    body #header-wrap #header-buttons-widget #header-buttons-social-icons-container {
        display: block;
    }
		
	#header-wrap #header-1,
	#header-wrap #header-1-mobile {
		order: 1;
	}
	
	#header-wrap #header-2,
	#header-wrap #header-2-mobile {
		width: 55px;
		height: 100px;
		order: 0;
	}
	
	#header-wrap #header-3,
	#header-wrap #header-3-mobile {
		order: 2;
	}
	
	#header-wrap #header-2 #top-menu-widget div.menu-main-container,
	#header-wrap #header-2-mobile #top-menu-widget div.menu-main-container {
		display: none;
	}
	
	#header-wrap #header-3 #header-buttons-widget #header-buttons-container,
	#header-wrap #header-2 #top-menu-widget div.menu-main-container,
	#header-wrap #header-3-mobile #header-buttons-widget #header-buttons-container,
	#header-wrap #header-2-mobile #top-menu-widget div.menu-main-container {
		display: none;
	}
	
	#header-wrap #header-3 #header-buttons-widget #header-buttons-social-icons-container,
	#header-wrap #header-3-mobile #header-buttons-widget #header-buttons-social-icons-container {
		display: block;
		width: 55px;
	}
		
#header-1::after, #header-1-mobile::after {
    bottom: -38px;        /* how far the arch dips below */
		width: 260px;
}
}

@media (max-width: 767px) {
    #header-wrap {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: right;
        height: 90px;
    }

    #wrapper #header-wrap #header-2,
    #wrapper #header-wrap #header-2-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #header-call-button-widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header-call-us-button-wrapper a.social-icon-link > span.social-icon {
        color: var(--color-primary);
        background-color: white;
        font-size: 30px;
    }

    #top-right-menu-widget {
        display: none;
    }

    #wrapper #header-wrap #header-3 #header-buttons-widget #header-buttons-social-icons-container,
    #wrapper #header-wrap #header-3-mobile #header-buttons-widget #header-buttons-social-icons-container {
        display: block;
        width: 55px;
    }
}

@media (max-width: 400px) {
    #wrapper #header-wrap {
        gap: 0;
        padding: 0;
    }
}

#header-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#header-buttons span.kb-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

#header-buttons span.kb-button > span.kt-btn-inner-text {
    white-space: nowrap;
}

#open-closed-message-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 15px;
}

#open-closed-message-wrapper span {
    padding: 5px;
    border: 1px solid gray;
}

#open-closed-message-wrapper span.open {
    background-color: lightskyblue;
}

#open-closed-message-wrapper span.closed {
    background-color: gainsboro;
}

/* ======================================================
   5. GLOBAL TEXT STYLES (BODY, HEADINGS, LINKS)
====================================================== */

/* Apply body font to body element only */
body {
    font-family: var(--font-body) !important;
}

/* Headings - use heading font variable */
h1 {
    font-family: var(--font-heading) !important;
    font-weight: var(--h1-weight) !important;
}

h2 {
    font-family: var(--font-heading) !important;
    font-weight: var(--h2-weight) !important;
}

h3 {
    font-family: var(--font-body) !important;
    font-weight: var(--h3-weight) !important;
}

h4 {
    font-family: var(--font-body) !important;
    font-weight: var(--h4-weight) !important;
}

h5 {
    font-family: var(--font-body) !important;
    font-weight: var(--h5-weight) !important;
}

h6 {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
}

/* Body text elements - exclude headings and icons */
p:not(:has(span.social-icon)),
li,
span:not(.social-icon),
a:not(:has(span.social-icon)),
div:not(:has(span.social-icon)) {
    font-family: var(--font-body) !important;
}

a:not(.kb-gallery-item-link) {
	font-weight: var(--font-weight-regular);
	color: var(--link-color);
	text-decoration: underline;
	transition: color .2s ease;
}

a:not(.kb-gallery-item-link):hover {
	color: var(--link-hover-color);
	text-decoration: underline;
	transition: color .2s ease;
}

a:not(.kb-gallery-item-link):focus-visible {
	color: var(--link-focus-color);
	text-decoration: underline;
	transition: color .2s ease;
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* ======================================================
   6. TEXT COLOR UTILITIES
====================================================== */
.text-black, .text-black p, .text-black a {
    color: var(--color-black) !important;
}

.text-white, .text-white p, .text-white a {
    color: var(--color-white) !important;
}

.text-muted, .text-muted p, .text-muted a {
    color: var(--text-muted-color) !important;
}

.text-primary, .text-primary p, .text-primary a {
    color: var(--color-primary) !important;
}

.text-secondary, .text-secondary p, .text-secondary a {
    color: var(--color-secondary) !important;
}

.text-tertiary, .text-tertiary p, .text-tertiary a {
    color: var(--color-tertiary) !important;
}

.text-accent-1, .text-accent-1 p, .text-accent-1 a {
    color: var(--color-accent-1) !important;
}

.text-accent-2, .text-accent-2 p, .text-accent-2 a {
    color: var(--color-accent-2) !important;
}

/* ======================================================
   7. FONT FAMILY UTILITIES
====================================================== */
.font-body {
    font-family: var(--font-body) !important;
}

.font-heading {
    font-family: var(--font-heading) !important;
}

/* ======================================================
   8. FONT WEIGHT UTILITIES
====================================================== */
.font-light {
    font-weight: var(--font-weight-light) !important;
}

.font-regular {
    font-weight: var(--font-weight-regular) !important;
}

.font-medium {
    font-weight: var(--font-weight-medium) !important;
}

.font-semibold {
    font-weight: var(--font-weight-semibold) !important;
}

.font-bold {
    font-weight: var(--font-weight-bold) !important;
}

.font-extrabold {
    font-weight: var(--font-weight-extrabold) !important;
}

/* ======================================================
   9. INTERNAL PAGE TYPOGRAPHY & LAYOUT
====================================================== */
/* Override page titles */
#content-title {
    font-family: var(--font-heading) !important;
    font-weight: var(--page-heading-weight) !important;
}

#content-subtitle {
    font-family: var(--font-body) !important;
    font-weight: var(--font-weight-regular) !important;
		text-align: center;
}

#wrapper #content-column #content-wrap #content-header #content-header-wrapper #content-title {
		text-transform: none;
    font-size: clamp(40px, 4vw, 50px) !important;
    letter-spacing: normal;
    font-weight: var(--font-weight-bold);
    line-height: 1.3 !important;
    text-align: center;
}

#wrapper #content-column #content-wrap #content-header #content-header-wrapper {
    max-width: 1240px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.hero-heading:not(:has(span.social-icon)) {
		font-family: var(--font-heading)!important;
}

.page-copy h2 {
    color: var(--page-heading-color);
    font-size: var(--page-h2-size);
    font-weight: var(--page-heading-weight);
    line-height: 1.3 !important;
}

.page-copy h3 {
    font-size: var(--page-h3-size);
    font-weight: var(--page-heading-weight);
    line-height: 1.3 !important;
}

.page-copy h4 {
    font-size: var(--page-h4-size);
    line-height: 1.3 !important;
}

.page-copy li {
    line-height: 1.5;
}

#page-sidebar span.social-icon {
    color: var(--color-black)!important;
    background-color: var(--color-white)!important;
}

#page-sidebar .get-in-touch-icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: var(--color-black)!important;
}

#page-sidebar .get-in-touch-icon svg * {
    color: var(--color-black)!important;
    fill: var(--color-black)!important;
}

body.page-template-template-page-with-sidebar #wrapper #content-column #content {
    display: flex !important;
    flex-direction: row;
    gap: 40px;
    padding: 40px 20px;
    max-width: 1240px;
    width: 100% !important;
    box-sizing: border-box !important; 
}

.page-main-content {
    flex: 1 1 auto;
    width: auto !important;
    max-width: 825px !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.page-template-template-page-with-sidebar #wrapper #content-column #content #content-inner {
    padding-left: 0px;
    padding-right: 0px;
}

#page-sidebar {
    flex: 0 0 370px;
    width: 370px !important;
    min-width: 0 !important;
    max-width: 370px !important;
    margin-top: 0px !important;
    padding: 0;
}

@media (max-width: 1024px) {
		body.page-template-template-page-with-sidebar #wrapper #content-column #content {
				gap: 20px;
				padding: 20px 20px;
		}
		
    #page-sidebar {
        max-width: 35% !important;
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    body.page-template-template-page-with-sidebar #wrapper #content-column #content {
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    #page-sidebar {
        flex: 1 1 auto;
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 1700px) {
		#content-header::after {
    height: 80px !important;
		}
}

#content-header::after {
    content: '' !important;
    position: absolute !important;
    bottom: -1px !important;
    left: 0 !important;
    width: 100% !important;
    height: 60px !important;
    background-image: url('/wp-content/uploads/2026/03/theme-divider-01.svg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 2 !important;
}

#content-header {
    min-height: 25vw;
		height: auto;
}

@media (max-width: 1560px) {
    #wrapper #content-column #content-wrap #content-header {
        min-height: 25vw;
    }
}

@media (max-width: 1280px) {
		#content-header::after {
    height: 40px !important;
		}
		
}

@media (max-width: 1180px) {
    #wrapper #content-column #content-wrap #content-header {
        min-height: 32vw;
    }
}

@media (max-width: 768px) {
    #wrapper #content-column #content-wrap #content-header {
        min-height: 40vw;
    }
		
		#content-header::after {
    height: 33px !important;
		}
}


@media (max-width: 767px) {
    #wrapper #content-column #content-wrap #content-header {
        min-height: 90vw;
    }
		
		#content-header::after {
    height: 18px !important;
		}
}

/* ======================================================
   10. SINGLE BLOG POST TYPOGRAPHY & LAYOUT
====================================================== */
body.single #content h2 {
  	color: var(--blog-heading-color);
  	font-size: var(--blog-h2-size);
  	font-weight: var(--blog-heading-weight);
}

body.single #content h3 {
  	font-size: var(--blog-h3-size);
}

body.single #content h4 {
  	font-size: var(--blog-h4-size);
}

body.single #content li {
    line-height: 1.5;
}

body.single #content-header {
    position: relative;
}

body.single #content-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
		
    z-index: 0;
}

body.single #content-header-wrapper {
    position: relative;
    z-index: 1;
}

body.single #wrapper #content-column #content-wrap #content-header #content-header-wrapper #content-title {
    color: var(--color-white) !important;
		text-align: center;
		font-size: 50px;
		margin-bottom: 0;
}

body.single #wrapper #content-column #content {
    display: block !important;
    width: 1240px;
    padding: 20px 20px 40px 20px;
}

body.single #wrapper #content-column #content-wrap #content-header {
    background-position: 50% 50%;
}

@media (max-width: 1560px) {
    body.single #wrapper #content-column #content-wrap #content-header {
        height: 35vw !important;
				justify-content: center !important;
    }
}

.am_post_grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;;
}

body.single #wrapper #content-column #content-wrap nav.post-navigation {
    padding: 15px 0px;
    width: 100%;
    margin-top: -1px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent !important;
}

body.single h4.am__title {
    margin-top: 0;
}

body.single .am__excerpt {
    margin-bottom: 15px;
}

body.single .am_single_grid {
    border-radius: 15px;
}

body.single .am_thumb {
    border-radius: 15px 15px 0px 0px;
}

body.single #wrapper #content-column #content-wrap nav.post-navigation div.nav-links a {
    font-size: 18px;
    text-decoration: underline;
    color: var(--link-color) !important;
}

@media (max-width: 1180px) {
    body.single #wrapper #content-column #content-wrap #content-header {
        min-height: 32vw;
    }
}

@media (max-width: 768px) {
    body.single #wrapper #content-column #content-wrap #content-header {
        min-height: 40vw;
    }
}

@media (max-width: 767px) {
    body.single #wrapper #content-column #content-wrap #content-header {
        min-height: 90vw;
    }
}

/* ======================================================
   11. BLOG SEARCH PAGE
====================================================== */
/* Search Results Page */
body.search #wrapper #content-column #content-wrap {
  padding: 40px 20px;
  max-width: 1240px;
  margin: 0 auto;
}

/* Search Title */
body.search #search-title {
  font-family: var(--heading-font) !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: var(--font-weight-bold) !important;
  color: var(--color-black) !important;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3;
}

body.search #search-title::before {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--color-accent-1);
  margin: 0 auto 20px;
}

/* Back to Blog Link */
body.search #link-to-blog-page {
  text-align: center;
  margin-bottom: 40px;
}

body.search #link-to-blog-page a {
  color: var(--link-color) !important;
  font-family: var(--font-body) !important;
  font-size: 18px;
  font-weight: var(--font-weight-semibold);
  text-decoration: underline;
  transition: color 0.2s ease;
}

body.search #link-to-blog-page a:hover {
  color: var(--link-hover-color) !important;
}

/* Search Grid Container */
#search-grid-wrap {
  margin-bottom: 60px;
}

body.search #search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

/* Individual Search Items */
body.search .search-item {
  background-color: var(--color-white);
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

body.search .search-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

body.search .search-item a {
  text-decoration: none !important;
  display: block;
}

/* Search Item Thumbnail */
body.search .search-item-thumb {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

body.search .search-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Search Item Content */
body.search .search-item-content {
  padding: 20px;
}

/* Search Item Title */
body.search .search-item-title h3 {
  font-family: var(--heading-font) !important;
  font-size: 24px !important;
  font-weight: var(--font-weight-bold) !important;
  color: var(--link-color) !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.3;
  transition: color 0.2s ease;
}

body.search .search-item:hover .search-item-title h3 {
  color: var(--link-hover-color) !important;
}

/* Search Item Excerpt */
body.search .search-item-excerpt {
  font-family: var(--font-body) !important;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-body-color) !important;
  margin: 0;
}

/* Search Pagination (if needed later) */
body.search #search-pagination {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  body.search #search-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  body.search #wrapper #content-column #content-wrap {
    padding: 30px 15px;
  }
  
  body.search .search-item-thumb {
    height: 200px;
  }
}

@media (max-width: 480px) {
  body.search .search-item-title h3 {
    font-size: 20px !important;
  }
  
  body.search .search-item-excerpt {
    font-size: 15px;
  }
}

body.search-no-results #wrapper #content-column #content-wrap {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}

/* ======================================================
   12. FOOTER TYPOGRAPHY & LAYOUT
====================================================== */
#footer-wrap p,
#footer span {
    color: var(--footer-text-color) !important;
    margin: 0;
}

#footer-wrap a:not(.social-icon) {
    color: var(--footer-link-color) !important;
    font-size: 16px;
    margin: 0;
}

#footer-wrap a:not(.social-icon):hover {
    color: var(--footer-link-hover-color) !important;
}

#footer-wrap span.social-icon {
    color: var(--color-black);
    background-color: var(--footer-social-icons-color);
}

#footer-wrap #footer-col1 span.social-icon,
#footer-wrap #footer-col1 span.social-icon:before {
    color: var(--color-white);
    background-color: var(--color-white);
}

#footer-wrap #footer-col2 span.social-icon,
#footer-wrap #footer-col2 span.social-icon:before {
    color: var(--color-black);
    background-color: var(--color-white);
}

/* Footer Copyright Bar */
#footer-wrap #footer-copyright {
    background-color: var(--color-black);
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--color-white) !important;
}

#footer-wrap #footer-copyright p {
    padding: 0;
    margin: 0;
}

#footer-wrap #footer-copyright p,
#footer-wrap #footer-copyright span,
#footer-wrap #footer-copyright a {
    color: var(--color-white);
}

#footer-wrap {
    background-color: var(--bg-footer);
		background-image: url('/wp-content/uploads/2026/03/theme-footer-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footer-wrap #footer-logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#footer-wrap #footer-1 {
		z-index: 1;
}

#footer-wrap #footer-2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
		position: relative;
}

#footer-widget {
    background-color: inherit;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

#footer-widget #footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 100%;
    height: 400px;
    max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
		align-items: center;
}

#footer-col2 .wp-block-wpzoom-blocks-social-icons {
    margin: 0 !important;
}

@media (max-width: 1330px) {
    #footer-widget #footer-wrapper {
        gap: 30px;
    }
}

#footer-widget #footer-wrapper #footer-get-in-touch-row1 {
    margin-bottom: 10px;
}

#footer-widget #footer-wrapper #footer-our-hours-header,
#footer-widget #footer-wrapper #footer-get-in-touch-header {
    margin-bottom: 10px;
}

#footer-widget #footer-wrapper p.opening-hours {
    font-size: 15px;
    line-height: 1.5;
}

#footer-widget #footer-wrapper #footer-map-text {
    font-size: 15px;
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
    max-width: 250px;
}

#footer-widget #footer-wrapper #footer-col1,
#footer-widget #footer-wrapper #footer-col2,
#footer-widget #footer-wrapper #footer-col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer-widget #footer-wrapper #footer-col1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: calc(25% - 40px);
}

#footer-widget #footer-wrapper #footer-col2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: calc(25% - 40px);
}

#footer-widget #footer-wrapper div.footer-get-in-touch-icon {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

#footer-widget #footer-wrapper div.footer-get-in-touch-icon span.social-icon {
    color: var(--color-black)!important;
    background-color: var(--color-white)!important;
}

#footer-widget #footer-wrapper .footer-get-in-touch-icon svg * {
    color: var(--color-black)!important;
    fill: var(--color-black)!important;
}

#footer-widget #footer-wrapper #footer-col3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: calc(50% - 40px);
}

#footer-widget #footer-wrapper #col1-inner-wrapper,
#footer-widget #footer-wrapper #col2-inner-wrapper,
#footer-widget #footer-wrapper #col3-inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

#footer-wrap #footer-col1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1100px) {
    #footer-widget #footer-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    #footer-widget #footer-wrapper #col1-inner-wrapper,
    #footer-widget #footer-wrapper #col2-inner-wrapper,
    #footer-widget #footer-wrapper #col3-inner-wrapper {
        top: 0;
    }

    #footer-widget #footer-wrapper #footer-col1,
    #footer-widget #footer-wrapper #footer-col2 {
        width: 45%;
    }
		
    #footer-widget #footer-wrapper #footer-col3 {
        width: 100%;
    }
		
		#footer-wrap #footer-logo {
				-ms-flex-item-align: flex-start;
				-ms-grid-row-align: flex-start;
				align-self: flex-start;
		}
}

@media (max-width: 768px) {
  #footer-wrap {
    	padding-top: 55px;
		}
}

@media (max-width: 767px) {
    #footer-widget #footer-wrapper #footer-col1,
    #footer-widget #footer-wrapper #footer-col2 {
        width: 100%;
    }
		
    #footer-widget #footer-wrapper #footer-col3 {
        width: 100%;
    }
		
#footer-wrap #footer-col1 {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
}

#footer-widget #footer-wrapper #footer-col3 #col3-inner-wrapper {
    width: 100%;
}

#footer-widget #footer-wrapper #footer-col3 div.footer-map > iframe {
    border-radius: 20px;
}

/* ======================================================
   13. FORMINATOR TYPOGRAPHY
====================================================== */
.forminator-label {
    font-size: 18px !important;
    font-weight: var(--font-weight-regular) !important;
    font-family: var(--font-body) !important;
}

.forminator-ui input,
.forminator-ui select {
    font-family: var(--font-body) !important;
}

h2.forminator-title {
    color: var(--page-heading-color) !important;
    font-size: var(--page-h2-size) !important;
    font-weight: var(--font-weight-semibold) !important;
}

.forminator-ui .forminator-description,
.forminator-ui .forminator-consent__label p,
.forminator-ui .forminator-file-upload > span {
    font-size: 18px !important;
}

.forminator-ui .forminator-consent__label p {
    margin-top: 0px !important;
}

/* ======================================================
   14. GLOBAL BUTTON SYSTEM
====================================================== */
/* 14.1 Base Button Styles */
.btn, a.kt-button.btn,
.wp-block-button__link.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    border-radius: var(--radius-button) !important;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

/* Make all buttons full width on mobile (except header and icon-only buttons) */
@media only screen and (max-width: 767px) {
    .btn,
    a.kt-button.btn,
    .wp-block-button__link.btn {
        width: 100% !important;
    }

    #header-wrap .btn,
    #header-wrap a.kt-button.btn,
    #header-wrap .wp-block-button__link.btn {
        width: auto !important;
    }

    .btn.kt-btn-has-text-false,
    a.kt-button.btn.kt-btn-has-text-false,
    .wp-block-button__link.btn.kt-btn-has-text-false {
        width: auto !important;
    }
}

/* 14.2 Primary Button */
.btn.btn--primary,
a.kt-button.btn--primary,
.wp-block-button__link.btn--primary {
    background-color: var(--btn-primary-bg) !important;
    color: var(--btn-primary-text) !important;
    font-weight: var(--font-weight-semibold);
}

/* Default color for Forminator form buttons */
.forminator-repeater-add, .forminator-repeater-remove, .forminator-button-next,
.forminator-button-back, .forminator-button-upload, .forminator-button-submit {
    background-color: var(--btn-primary-bg) !important;
    border-radius: var(--radius-button) !important;
    color: var(--btn-primary-text) !important;
    font-weight: var(--font-weight-semibold) !important;
    font-size: 16px !important;
    border: none !important;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.forminator-button-submit {
    float: right;
}

/* Hover/Focus */
.btn.btn--primary:hover,
a.kt-button.btn--primary:hover,
a.kt-button.btn--primary:focus-visible,
.wp-block-button__link.btn--primary:hover,
.wp-block-button__link.btn--primary:focus-visible,
.btn.btn--primary:focus-visible {
    background-color: var(--btn-primary-hover-bg) !important;
    color: var(--btn-primary-hover-text) !important;
}

.forminator-repeater-add:hover, .forminator-repeater-remove:hover, .forminator-button-next:hover,
.forminator-button-back:hover, .forminator-button-upload:hover, .forminator-button-submit:hover {
    background-color: var(--btn-primary-hover-bg) !important;
    color: var(--btn-primary-hover-text) !important;
}

#email-notice {
    color: var(--link-color) !important;
}

/* 14.3 Primary Icon Buttons */
a.kt-button.btn--primary.kt-btn-has-svg-true.kt-btn-has-text-false .kb-svg-icon-wrap {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--btn-primary-icon-only) !important;
    fill: var(--btn-primary-icon-only) !important;
    font-size: var(--btn-icon-size) !important;
}

a.kt-button.btn--primary.kt-btn-has-svg-true.kt-btn-has-text-true .kb-svg-icon-wrap {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--btn-primary-icon) !important;
    fill: var(--btn-primary-icon) !important;
    font-size: var(--btn-icon-size) !important;
}

a.kt-button.btn--primary.kt-btn-has-svg-true.kt-btn-has-text-false:hover .kb-svg-icon-wrap,
a.kt-button.btn--primary.kt-btn-has-svg-true.kt-btn-has-text-false:focus-visible .kb-svg-icon-wrap {
    color: var(--btn-primary-icon-only-hover) !important;
    fill: var(--btn-primary-icon-only-hover) !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

a.kt-button.btn--primary.kt-btn-has-svg-true.kt-btn-has-text-true:hover .kb-svg-icon-wrap,
a.kt-button.btn--primary.kt-btn-has-svg-true.kt-btn-has-text-true:focus-visible .kb-svg-icon-wrap {
    color: var(--btn-primary-icon-hover) !important;
    fill: var(--btn-primary-icon-hover) !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.wp-block-social-links a, [class*=forminator-icon-], .kt-info-svg-icon, .kb-svg-icon-wrap {
    color: var(--btn-primary-icon-only) !important;
    fill: var(--btn-primary-icon-only) !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.wp-block-social-links a:hover, [class*=forminator-icon-]:hover, [class*=forminator-icon-]:active,
.kt-info-svg-icon:hover, .kb-svg-icon-wrap:hover {
    color: var(--btn-primary-icon-only-hover) !important;
    fill: var(--btn-primary-icon-only-hover) !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

/* 14.4 Secondary Button */
.btn.btn--secondary,
a.kt-button.btn--secondary,
.wp-block-button__link.btn--secondary {
    background-color: var(--btn-secondary-bg) !important;
    color: var(--btn-secondary-text) !important;
    border: none !important;
    font-weight: var(--font-weight-semibold);
}

/* Hover/Focus */
.btn.btn--secondary:hover,
a.kt-button.btn--secondary:hover,
a.kt-button.btn--secondary:focus-visible,
.wp-block-button__link.btn--secondary:hover,
.wp-block-button__link.btn--secondary:focus-visible,
.btn.btn--secondary:focus-visible {
    background-color: var(--btn-secondary-hover-bg) !important;
    color: var(--btn-secondary-hover-text) !important;
    border: none !important;
}

/* 14.5 Secondary Icon Buttons */
a.kt-button.btn--secondary.kt-btn-has-svg-true.kt-btn-has-text-false .kb-svg-icon-wrap {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--btn-secondary-icon-only) !important;
    fill: var(--btn-secondary-icon-only) !important;
    font-size: var(--btn-icon-size) !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

a.kt-button.btn--secondary.kt-btn-has-svg-true.kt-btn-has-text-true .kb-svg-icon-wrap {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--btn-secondary-icon) !important;
    fill: var(--btn-secondary-icon) !important;
    font-size: var(--btn-icon-size) !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

a.kt-button.btn--secondary.kt-btn-has-svg-true.kt-btn-has-text-false:hover .kb-svg-icon-wrap,
a.kt-button.btn--secondary.kt-btn-has-svg-true.kt-btn-has-text-false:focus-visible .kb-svg-icon-wrap {
    color: var(--btn-secondary-icon-only-hover) !important;
    fill: var(--btn-secondary-icon-only-hover) !important;
}

a.kt-button.btn--secondary.kt-btn-has-svg-true.kt-btn-has-text-false:hover,
a.kt-button.btn--secondary.kt-btn-has-svg-true.kt-btn-has-text-false:focus-visible {
    color: var(--btn-secondary-icon-hover) !important;
    fill: var(--btn-secondary-icon-hover) !important;
}

/* ======================================================
   15. KEYBOARD ACCESSIBILITY / FOCUS STATES
====================================================== */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible,
[tabindex]:focus-visible, .btn:focus-visible, .wp-block-button__link.btn:focus-visible, .kt-button.btn:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* ======================================================
   16. GLOBAL ACCORDION SYSTEM
====================================================== */
/* 16.1 Primary Accordion */
.accordion--primary .kt-blocks-accordion-header {
    background-color: var(--accordion-primary-bg) !important;
    color: var(--accordion-primary-text) !important;
    font-weight: var(--font-weight-semibold);
    font-family: var(--font-body) !important;
    border-radius: var(--radius-button) !important;
    padding: 15px 24px !important;
}

.accordion--primary .kt-accordion-header-wrap .kt-blocks-accordion-icon-trigger:before,
.accordion--primary .kt-accordion-header-wrap .kt-blocks-accordion-icon-trigger:after {
    color: var(--accordion-primary-text) !important;
    background-color: var(--accordion-primary-icon) !important;
}

.accordion--primary .kt-blocks-accordion-header:hover,
.accordion--primary .kt-blocks-accordion-header:focus-visible,
.accordion--primary .kt-blocks-accordion-header.kt-accordion-panel-active {
    background-color: var(--accordion-primary-hover-bg) !important;
    color: var(--accordion-primary-hover-text) !important;
}

.accordion--primary .kt-accordion-header-wrap > .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before,
.accordion--primary .kt-accordion-header-wrap > .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after,
.accordion--primary .kt-accordion-header-wrap .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.accordion--primary .kt-accordion-header-wrap .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after {
    color: var(--accordion-primary-hover-text) !important;
    background-color: var(--accordion-primary-icon-hover) !important;
}

/* 16.2 Secondary Accordion */
.accordion--secondary .kt-blocks-accordion-header {
    background-color: var(--accordion-secondary-bg) !important;
    color: var(--accordion-secondary-text) !important;
    font-weight: var(--font-weight-semibold);
    font-family: var(--font-body) !important;
    border-radius: var(--radius-button) !important;
    padding: 15px 24px !important;
}

.accordion--secondary .kt-accordion-header-wrap .kt-blocks-accordion-icon-trigger:before,
.accordion--secondary .kt-accordion-header-wrap .kt-blocks-accordion-icon-trigger:after {
    color: var(--accordion-secondary-text) !important;
    background-color: var(--accordion-secondary-icon) !important;
}

.accordion--secondary .kt-blocks-accordion-header:hover,
.accordion--secondary .kt-blocks-accordion-header:focus-visible,
.accordion--secondary .kt-blocks-accordion-header.kt-accordion-panel-active {
    background-color: var(--accordion-secondary-hover-bg) !important;
    color: var(--accordion-secondary-hover-text) !important;
}

.accordion--secondary .kt-accordion-header-wrap > .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:before,
.accordion--secondary .kt-accordion-header-wrap > .kt-blocks-accordion-header.kt-accordion-panel-active .kt-blocks-accordion-icon-trigger:after,
.accordion--secondary .kt-accordion-header-wrap .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:before,
.accordion--secondary .kt-accordion-header-wrap .kt-blocks-accordion-header:hover .kt-blocks-accordion-icon-trigger:after {
    color: var(--accordion-secondary-hover-text) !important;
    background-color: var(--accordion-secondary-icon-hover) !important;
}

/* Inner Accordion Overrides */
.kt-accordion-panel-inner {
    border: 0px solid transparent !important;
    padding: 0px !important;
}

/* ======================================================
   17. IMAGE GALLERY STYLES
====================================================== */
.gallery-zoom
.kb-gallery-ul
.kadence-blocks-gallery-item
.kadence-blocks-gallery-item-inner
.kb-gallery-image-contain.kadence-blocks-gallery-intrinsic {
    border-radius: var(--radius-image) !important;
    overflow: hidden !important;
}

.gallery-zoom
.kb-gallery-ul
.kadence-blocks-gallery-item
.kadence-blocks-gallery-item-inner img {
    transition: transform 0.2s ease-in-out;
}

.gallery-zoom
.kb-gallery-ul
.kadence-blocks-gallery-item
.kadence-blocks-gallery-item-inner:hover img {
    transform: scale(1.05);
}

/* ======================================================
   18. BACKGROUND UTILITY CLASSES
====================================================== */
/* 18.1 Solid Backgrounds */
.bg-white {
    background-color: var(--surface-white) !important;
}

.bg-light {
    background-color: var(--surface-light) !important;
}

.bg-black {
    background-color: var(--surface-black) !important;
}

.bg-primary {
    background-color: var(--surface-primary) !important;
}

.bg-secondary {
    background-color: var(--surface-secondary) !important;
}

.bg-tertiary {
    background-color: var(--surface-tertiary) !important;
}

.bg-accent-1 {
    background-color: var(--surface-accent-1) !important;
}

.bg-accent-2 {
    background-color: var(--surface-accent-2) !important;
}

/* 18.2 Simple Fade Gradients */
.bg-fade-primary {
    background: linear-gradient(0deg,rgba(247,147,105,0.5) 0%,rgb(247,147,105) 100%) !important;
}

.bg-fade-secondary {
    background: linear-gradient(0deg,rgba(254,202,96,0.5) 0%,rgb(254,202,96) 100%) !important;
}

.bg-fade-primary-secondary {
    background: linear-gradient(0deg,rgba(247,147,105) 0%,rgb(254,202,96) 100%) !important;
}

.bg-fade-primary-secondary-2 {
    background: linear-gradient(135deg,rgba(247,147,105) 0%,rgb(254,202,96) 100%) !important;
}

.bg-fade-accent-2 {
    background: linear-gradient(0deg,rgba(185,207,196,0.5) 0%,rgb(185,207,196) 100%) !important;
}

.bg-fade-accent-3 {
    background: linear-gradient(0deg,rgba(255,210,170,0.5) 0%,rgb(255,210,170) 100%) !important;
}

.bg-fade-accent-4 {
		background: linear-gradient(135deg, #D7E3DD, #FFF5EB)!important;
}

/* ======================================================
   19. BORDER RADIUS UTILITIES
====================================================== */
.radius-none {
    border-radius: 0 !important;
}

.radius-button {
    border-radius: var(--radius-button) !important;
}

.radius-card {
    border-radius: var(--radius-card) !important;
}

.radius-card-v2 {
    border-top-right-radius: var(--radius-card) !important;
    border-bottom-right-radius: var(--radius-card) !important;
}

.radius-image, .radius-image img {
    border-radius: var(--radius-image) !important;
}

/* ======================================================
   20. SHADOW UTILITIES
====================================================== */
.shadow-soft {
    filter: var(--shadow-soft) !important;
}

.shadow-medium {
    filter: var(--shadow-medium) !important;
}

.shadow-strong {
    filter: var(--shadow-strong) !important;
}

/* ======================================================
   21. BORDER UTILITIES
====================================================== */
.border-primary {
    border: 2px solid var(--surface-primary) !important;
}

.border-dashed-primary {
    border: 2px dashed var(--surface-primary) !important;
}

.border-secondary {
    border: 2px solid var(--surface-secondary) !important;
}

.border-dashed-secondary {
    border: 2px dashed var(--surface-secondary) !important;
}

.border-tertiary {
    border: 2px solid var(--surface-tertiary) !important;
}

.border-dashed-tertiary {
    border: 2px dashed var(--surface-tertiary) !important;
}

.border-accent-1 {
    border: 2px solid var(--surface-accent-1) !important;
}

.border-dashed-accent-1 {
    border: 2px dashed var(--surface-accent-1) !important;
}

.border-accent-2 {
    border: 2px solid var(--surface-accent-2) !important;
}

.border-dashed-accent-2 {
    border: 2px dashed var(--surface-accent-2) !important;
}

.border-light {
    border: 2px solid var(--surface-light) !important;
}

/* ======================================================
   22. FOUC PREVENTION OVERRIDE
   Overrides base theme's display:none to reveal content
   after all styles have loaded. DO NOT REMOVE.
====================================================== */
body {
    display: block !important;
    visibility: visible !important;
}

* {
    font-family: "Readex Pro", sans-serif;
}

#wrapper #content-column #content {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

/* ======================================================
   23. UTILITY OVERRIDES & HELPERS
====================================================== */
/* Uncomment to draw red border around each element for testing: */
/* body * { outline: 1px solid red; } */

/* Hide long red JQuery Migrate notification text in admin bar */
#wp-admin-bar-enable-jquery-migrate-helper {
    display: none;
}

/* Cookie Notice Plugin */
#branda-cookie-notice-wrap {
    z-index: 9999999;
}

/* This overrides setting created by Pinegrow's normalize.css */
b, strong {
    font-weight: var(--font-weight-semibold) !important;
    font-style: normal !important;
}

/* Forminator Plugin Datepicker Field */
.ui-datepicker.forminator-calendar--flat {
    z-index: 20000000 !important;
}
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-input-with-icon [class*=forminator-icon-] {
    z-index: 999 !important;
}

/* Forminator Plugin Submit Button Position */
.forminator-row.forminator-row-last {
    text-align: right;
}

/* Temp fix: Restore p margins within #content, excluding BGE NPS plugin, sidebar, and SmartSlider
   Remove once Mark scopes p { margin: 0; } inside plugin CSS */
#content p:not(#review_form p):not(#nps-form p):not(#page-sidebar p):not(.n2-section-smartslider p) {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Responsive Video Wrapper */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: auto;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}