/*
Theme Name: AmsiveSpark-Child (Microsite ReliableDoors)
Author: Amsive
Description: This is the child theme for AmsiveSpark WordPress Theme
Version: 1.0.0
Template: wp-amsive-lpt
Version: 1.0.0
Text Domain: wp-amsive-lpt-child
*/

@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;   
    src: url('assets/fonts/work-sans/work-sans-900-normal.woff2');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;   
    src: url('assets/fonts/source-sans-3/source-sans-3-400-normal.woff2');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;   
    src: url('assets/fonts/source-sans-3/source-sans-3-600-normal.woff2');
}

@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;   
    src: url('assets/fonts/source-sans-3/source-sans-3-700-normal.woff2');
}

body:not(.wp-admin){
    font-family: 'Source Sans 3';
    color:var(--wp--preset--color--gray);
}

body.wp-admin{
    .editor-styles-wrapper{
        .acf-block-preview{
            font-family: 'Source Sans 3';
            color:var(--wp--preset--color--gray);
        }
    }
}


.site-header{
    position: relative;
    &:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 45px;
        background: var(--wp--preset--color--tertiary);
        z-index: 1;
    }
    > .hero-group{
        position: relative;
        z-index: 2;
    }
}

nav[aria-label="Mobile Top"], nav[aria-label="Mobile Main"]{
    display:none !important;
}

.admin-bar{
    nav[aria-label="Mobile Main"]{
        top: 132px;
    }
}

.wp-block-navigation .wp-block-navigation-item.mob-trigger{
    a{
        height: 100%;
        display: none;
        align-items: center;
        justify-content: center;
        position: relative;
        width:45px;
        height:45px;
        background-color: #D9C6A1;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='24'%3E%3Cpath fill='%2301533E' d='M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
        text-indent: -9999px;
    }
    
}

.has-amsive-active{
    overflow-y: hidden;
    .wp-block-navigation .wp-block-navigation-item.mob-trigger{
        a{
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='24'%3E%3Cpath fill='%2301533E' d='M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 256 438.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 301.3 54.6 470.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0L224 210.7 393.4 41.4z'/%3E%3C/svg%3E");
        }
    }
}


nav[aria-label="Mobile Main"]{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: fixed;
    top: 100px;
    margin-block-start: 0;
    left:0;
    right:0;
    align-items:center;
    background:var(--wp--preset--color--white);
        ul.wp-block-navigation__container{
            width: 360px;
            margin:0 auto;
            padding:15px;
            gap:0;
            text-align: left;
                & > li.wp-block-navigation-item{
                    position: relative;
                    margin-left:0;
                    width: 360px;
                    border-bottom:solid 1px #E4E8E8;
                    padding-right:30px;
                    display: block !important;
                    &:last-of-type{
                        border-bottom:none;
                    }
                    &.has-child{
                        a:after{
                            display: none;
                        }
                        & > button{
                            top: 0.5em;
                            position: absolute;
                            right: 0;
                            width: 30px;
                            height: 30px;
                            border-radius: 4px;
                            border:solid 1px var(--wp--preset--color--green);
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='11'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z' fill='%23FFFFFF'/%3E%3C/svg%3E");
                            background-position: center;
                            background-repeat: no-repeat;
                            background-color: var(--wp--preset--color--green);
                            transition: all 0.3s ease;
                            svg{
                                display: none;
                            }
                        }
                        .wp-block-navigation__submenu-container{
                            padding-bottom:17px;
                            li{
                                margin-left:0;
                                a{
                                    font-size: 14px;
                                    font-weight: 600;
                                    line-height: 28px;
                                    padding-left:0;
                                }
                            }
                        }
                        &:not(.is-active){
                            .wp-block-navigation__submenu-container{
                                max-height: 0;
                                overflow: hidden;
                                transition: max-height 0.2s ease;
                                visibility: hidden;
                            }
                        }
                        &.is-active{
                            .wp-block-navigation__submenu-container{
                                position: static;
                                transition: max-height 0.2s ease;
                                visibility: visible;
                                max-height: 1000px;
                            }
                            & > button{
                                background-color: var(--wp--preset--color--secondary);
                                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='11'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z' fill='%23FFFFFF'/%3E%3C/svg%3E");
                            }
                        }
                    }
                    a{
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 32px;
                        display: block;
                        padding-left:0;
                        &:after{
                            content: "";
                            position: absolute;
                            top: 0.5em;
                            right: 0;
                            width: 30px;
                            height: 30px;
                            border-radius: 4px;
                            border:solid 1px var(--wp--preset--color--green);
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='11'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z' fill='%2301533E'/%3E%3C/svg%3E");
                            background-position: center;
                            background-repeat: no-repeat;
                            background-color: var(--wp--preset--color--white);
                            transition: all 0.3s ease;
                        }
                        &:hover:after{
                            background-color: var(--wp--preset--color--green);
                            transition: all 0.3s ease;
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='11'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z' fill='%23FFFFFF'/%3E%3C/svg%3E");
                        }
                    }
                }
        }
}

.has-amsive-active{
    nav[aria-label="Mobile Main"]{
        .wp-block-navigation__responsive-container {
            display: flex;
        }
        & > button{
            svg{
                display: none;
            }
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' height='24'%3E%3Cpath fill='%2301533E' d='M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 256 438.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 301.3 54.6 470.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0L224 210.7 393.4 41.4z'/%3E%3C/svg%3E");
            background-position: center;
            background-repeat: no-repeat;
        }
       
        .wp-block-navigation__submenu-container{

        }
    }
}


nav[aria-label="Main"]{
    margin-block-start: 18px;
    li.wp-block-navigation-item:not(:first-of-type){
        margin-left:48px;
    }
    .wp-block-navigation-submenu{
        .wp-block-navigation__submenu-icon{
            position: relative;
            svg{
                display: none;
            }
            &:after{
                content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' width='12' height='16'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z' fill='%23ca463d'/%3E%3C/svg%3E");
                display: inline-block;
                width: 12px;
                height: 12px;
                vertical-align: middle;
                position: absolute;
                top: -5px;
                right: -6px;
            }
        }
    }
    .wp-block-navigation__submenu-container{
        left:0 !important;
        right:initial !important;
        background-color: #fff !important;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10) !important;
        z-index:2 !important;
        padding:0 13px !important;
        li{
            margin:0 !important;
            padding:0 !important;
            border-bottom: 1px solid #E5E5E5;
            position: relative;
            &:last-of-type{
                border-bottom: none;
            }
            a{
                font-size: 14px;
                font-weight: 600;
                line-height: 28px;
                text-wrap: nowrap;
                padding: 12px 54px 12px 0 !important;
                display: flex;
                justify-content: space-between;
                align-items: center;
                &:hover{
                    color: var(--wp--preset--color--green);
                    text-decoration: underline;
                    span{
                        &:after{
                            background-color: var(--wp--preset--color--light-gray);
                        }
                    }
                }
                span{
                    &:after{
                        content:'';
                        display: none;
                        position: absolute;
                        top:12px;
                        right:0;
                        width: 22px;
                        height: 22px;
                        border-radius: 4px;
                        margin-left:30px;
                        border: 1px solid var(--wp--preset--color--green);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='12'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z' fill='%2301533E'/%3E%3C/svg%3E");
                    }
                }
            }
        }
    }
}

nav[aria-label="Header Top"], nav[aria-label="Main"]{
    .wp-block-navigation{
        flex-wrap: nowrap !important;
        gap:0;
        flex-grow: initial;
    }
}



nav[aria-label="Header Top"]{
    height: 45px;
    .wp-block-navigation-item{
        margin-left:0;
        .wp-block-navigation-item__content{
            font-size: 16px;
            font-weight: 700;
            line-height: 28px;
        }
        .wp-block-navigation-item__content[href^="tel:"]{
                font-weight: 700;
                font-size: 22px;
                &:before{
                    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='24' height='24'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z' fill='%23129B48'/%3E%3C/svg%3E");
                    margin-right: 12px;
                    display: inline-block;
                    width: 24px;
                    height: 24px;
                    vertical-align: middle;
                }
        }
    }
} 

.button_pdd{
    margin-left:40px !important;
    a{
        border-radius: 4px;
        background: var(--wp--preset--color--primary);
        color: var(--wp--preset--color--white) !important;
        padding: 12px 24px;
    }
}

.is-label{
    font-size: var(--wp--preset--font-size--font-18-px) !important;
    color:var(--wp--preset--color--green) !important;
    text-transform: uppercase !important;
    margin-bottom:0;
}

.tiny-nav-active.scroll-down{
    nav[aria-label="Main"]{
        display:none !important;
    }
}

.wp-block-columns.toc-columns{
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 15px;
    gap: 81px;
    .wp-block-column:has(.block-toc){
        flex-basis: 297px;
        flex-grow: 0;
    }
    .wp-block-column:not(:has(.block-toc)){
        flex-grow: 1;
        h2{
            font-size: 32px;
            font-style: normal;
            font-weight: 800;
            line-height: 40px;
            margin-bottom:24px;
            margin-top:35px;
            &:first-of-type{
                margin-top:15px;
            }
        }
        p{
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
        }
        ul{
            padding-left: 0;
            padding-bottom:30px;
            li{
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
            }
        } 
        a{
            color: var(--wp--preset--color--primary);
            text-decoration: underline;
        }
    }
}

@media (min-width: 1280px) {
    .tiny-nav-active.scroll-down{
        .hero-group .wp-block-site-logo{
            display:none !important;
        }
    }
    .footer-big-btns{
        max-width: 1020px;
        justify-content: space-between;
        & > .wp-block-column{
            flex-basis:288px !important;
            flex-grow: 0 !important;
        }
        .wp-block-button {
            &.is-style-outline .wp-element-button {
                max-width: 288px;
                padding: 20px 10px !important;
            }
        }
    }
    #footer-top-area .wp-block-columns.sepa-line{
        max-width: 905px;
        .address-detail{
            font-size:17px !important;
            line-height: 28px !important;
        }
        .last-inner{
            display: inline-block !important;
            text-align: center;
            width:200px;
        }
    }
    .footer-second{
        p.has-small-font-size{
            font-size: 12px !important;
            line-height: 16px !important;
            margin-bottom: 24px !important;
            letter-spacing: -.1px;
        }
    }
}

@media (max-width: 1279px) {
    .has-global-padding {
        padding-right: 15px;
        padding-left: 15px;
    }
    .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
        max-width: calc(100% - 30px);
    }
    .has-global-padding > .alignfull {
        margin-right: -15px;
        margin-left: -15px;
    }
    .hero-group > .wp-block-columns{
        position: relative;
    }
    .wp-block-navigation .wp-block-navigation-item.mob-trigger{
        margin-left:13px;
        a{
            display: flex;
        }
    }
    nav[aria-label="Mobile Top"], nav[aria-label="Mobile Main"]{
        display:flex !important;
    }
    nav[aria-label="Top nav"], nav[aria-label="Main"]{
        display:none !important;
    }
    nav[aria-label="Mobile Top"]{
        margin-top:12px;
        ul li {
            margin:0;
        }
        li:not(.button_pdd) a{
            font-size: 20px;
        }
    }
    .hero-group{
        .wp-block-site-logo{
            max-width: 128px;
        }
        .logo-column{
            flex-basis: 128px !important;
        }
    }
}

@media (max-width: 400px) {
    nav[aria-label="Mobile Top"]{
        ul{
            gap:5px;
            li.button_pdd a{
                padding: 12px 24px;
            }
        }
    }
}

@media (max-width: 340px) {
    nav[aria-label="Mobile Top"]{
        ul{
            li.button_pdd a{
                padding: 12px;
            }
        }
    }
}

@media (max-width: 767px) {
    .has-global-padding {
        padding-right: 12px;
        padding-left: 12px;
    }
    .wp-block-columns.toc-columns{
        flex-wrap: wrap !important;
        padding-top:0;
        gap: 20px;
        .wp-block-column{
            flex-basis: 100% !important;
            flex-grow: 1 !important;
            &:not(:has(.block-toc)){
                h2{
                    font-size: 24px;
                    line-height: 32px;
                }
            }
            
        }
    }
}

.wp-block-button .wp-element-button, .wp-block-button .wp-block-button__link {
    padding: 10px 26px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: 'Source Sans 3';
    strong{
        font-weight: 600 !important;
    }
}

footer{
    .wp-block-group{
        .wp-block-columns{
            grid-gap:48px;
            .wp-block-column{
                &.location-box{
                    position: relative;
                    &:before{
                        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' width='15' height='20'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z' fill='%23CA463D'/%3E%3C/svg%3E");
                        display: inline-block;
                        width: 15px;
                        height: 20px;
                        margin-bottom:8px;
                    }
                    &:not(:first-of-type):after{
                        content: "";
                        position: absolute;
                        top: 0;
                        left: -35px;
                        height: 100%;
                        width: 1px;
                        background: var(--wp--preset--color--gray);
                        opacity: 0.1;
                    }
                    h4{
                        font-size: 20px;
                        line-height: 24px;
                        margin-bottom: 0px;
                    }
                }
                .wp-block-site-logo{
                    margin-top: 0 !important;
                }
                p {
                    margin-top: 10px !important;
                    margin-bottom:10px !important;
                    font-size: 16px;
                    line-height: 24px;
                    color: var(--wp--preset--color--gray);
                    &.has-green-color{
                        margin-top:29px !important;
                    }
                }
                .wp-block-navigation{
                    margin-block-start: 13px;
                    ul.wp-block-navigation__container{
                        margin-block-start: 0;
                        display: block;
                        li{
                            a{
                                font-size: 16px;
                                line-height: 24px;
                                color: var(--wp--preset--color--gray);
                                &:hover{
                                    color: var(--wp--preset--color--green);
                                    text-decoration: underline;
                                }
                            }
                            &.button_pdd{
                                margin:0 !important
                            }
                        }
                    }
                }
            } 
        }
        .foot-last{
            margin-top:0 !important;
            padding-top: 0 !important;
            border-top:none !important;
        }
    } 
    .wp-block-button.is-style-ams-link-transparent{
        .wp-block-button__link{
            padding-left:0 !important;
            padding-right:0 !important;
        }
    }
    .wp-block-buttons:has(.is-style-ams-link-transparent){
        margin-top:0;
    }
} 

.wp-block-button{
    &.is-style-ams-link-transparent{
        .wp-block-button__link[href^="tel:"]{
            font-weight: 700;
            font-size: 20px;
            line-height: 24px;
            display: inline-block;
            min-width:100px;
            color:var(--wp--preset--color--secondary);
                &:before{
                    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='20' height='20'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z' fill='%23129B48'/%3E%3C/svg%3E");
                    margin-right: 12px;
                    display: inline-block;
                    width: 20px;
                    height: 20px;
                    vertical-align: middle;
                }
        }
    }
    .wp-element-button,
    .wp-block-button__link {
        min-width: 100px !important;
        font-family: 'Source Sans 3' !important;
    }
} 

@media (max-width: 1040px){
    .wp-block-columns.toc-columns{
        gap: 35px;
    }
    footer{
        .logo-nav-group{
            padding-bottom:0 !important;
        }
        .wp-block-columns.footer-cols{
            justify-content: space-evenly !important;
            flex-wrap: wrap !important;
            gap:0;
            .wp-block-column{
                flex-basis: 100% !important;
                flex-grow: 1 !important;
                padding-bottom:15px;
                &:not(:last-of-type){
                    border-bottom: 1px solid #E5E5E5;
                    margin-bottom: 15px;
                }
                    & > *{
                        text-align: center;
                        justify-content: center !important;
                        max-width:360px;
                        margin-left:auto;
                        margin-right:auto;
                        &.wp-block-navigation {
                            max-height: 0;
                            overflow: hidden;
                            transition: max-height 0.3s ease;
                            margin-block-start: 0;
                            & ul.wp-block-navigation__container {
                                & li {
                                    padding: 6px 0;
                                    a {
                                        flex-grow: 1;
                                        max-width: 60%;
                                        margin-left: auto;
                                        margin-right: auto;
                                    }
                                }
                            }
                        }
                    }
                    p.as-f-title{
                        margin-top:0 !important;
                        margin-bottom: 0 !important;
                        text-align: left;
                        padding-right:40px;
                        position: relative;
                        cursor:pointer;
                        &:after{
                            content:'';
                            position: absolute;
                            right: 0;
                            top: 0;
                            width: 26px;
                            height: 26px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            border-radius: 4px;
                            border:solid 1px #e3e6e6;
                            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' width='14'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z' fill='%2301533E'/%3E%3C/svg%3E");
                            transition: all ease-in-out 0.3s;
                            background-position: center;
                            background-repeat: no-repeat;
                        }
                    }
                &.is-active{
                    p.as-f-title:after{
                        background-size: 70%;
                        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z' fill='%2301533E'/%3E%3C/svg%3E");
                    }
                }
            }
        }
    }
    .location-boxes{
        padding-top:30px !important;
        padding-bottom:0 !important;

        &.wp-block-columns.is-not-stacked-on-mobile{
            justify-content: space-evenly !important;
            flex-wrap: wrap !important;
            gap:30px;
            row-gap: 0;
        }
        .wp-block-column{
            flex-basis: 45% !important;
            flex-grow: 1 !important;
            margin-bottom:0;
            & > *{
                text-align: center;
                justify-content: center !important;
            }
            &.location-box{
                display: flex;
                flex-direction: column;
                margin-bottom: 15px;
                padding-bottom: 15px;
                &:nth-of-type(1), &:nth-of-type(2){
                    border-bottom: 1px solid #E5E5E5;
                }
                &:before{
                    display:none !important;
                }
                &:not(:first-of-type):after {
                    left: -15px !important;
                }
                &:nth-of-type(3):after{
                    display:none !important;
                }
                h4{
                    position: relative;
                    display: inline-block;
                    margin-left:auto;
                    margin-right:auto;
                    &:before{
                        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' width='15' height='20'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z' fill='%23CA463D'/%3E%3C/svg%3E");
                        position: absolute;
                        display: inline-block;
                        width: 15px;
                        height: 20px;
                        top:0;
                        left:-30px;
                    }
                }
            }
        }
    }
}

@media (min-width: 782px) {
    footer .wp-block-group.copyright-row .wp-block-group.foot-last p {
        font-size: 16px;
        a{
            font-size: 16px;
            margin-right:19px;
        }
    }
}

@media (max-width: 781px) {
    footer .wp-block-group.copyright-row .wp-block-group.foot-last p {
        font-size: 14px;
        a{
            font-size: 14px;
            margin-right:13px;
        }
    }
    footer .wp-block-group.copyright-row{
        padding-top:10px !important;
        padding-bottom:23px !important;
    }
}

@media (max-width: 540px) {
    .location-boxes{
        .location-box{
            flex-basis: 100% !important;
            border-bottom: 1px solid #E5E5E5 !important;
            &:last-of-type{
                border-bottom: none !important;
            }
        }
    }
    nav[aria-label="Mobile Main"]{
        ul.wp-block-navigation__container{
            width: 100%;
            & > li.wp-block-navigation-item {
                width: 100%;
            }
        }
    }
}

@media (max-width: 480px) {
    .site-header {
        &:before {
            height: 35px;
        }
    }
    .hero-group {
        & > .wp-block-columns{
            gap:10px;
        }
        .wp-block-site-logo {
            max-width: 103px;
        }
        .logo-column {
            flex-basis: 103px !important;
        }
    }
    .wp-block-navigation .wp-block-navigation-item.mob-trigger{
        margin-left:0;
        position: absolute;
        right:-60px;
            a{
                height:35px;
            }
    }
    nav[aria-label="Header Top"]{
        height:35px;
        padding-right: 45px;
        .wp-block-navigation-item {
            margin-left:5px;
            .wp-block-navigation-item__content[href^="tel:"] {
                font-size:16px;
                &:before {
                    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='16' height='16'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z' fill='%23129B48'/%3E%3C/svg%3E");
                    width: 16px;
                    height: 16px;
                    margin-bottom: 4px;
                    margin-right: 6px;
                }
            }
        }
    } 
    nav[aria-label="Mobile Main"]{
        & > button{
            margin-right:-10px;
            svg{
                width:30px;
                height:30px;
                
            }
        }
    }
}
