body {
    min-width: 320px;
    overflow-x: hidden;
}

body.home {
    background-image: none !important;
    background-color: #ffffff;
}

.site-container {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
}

body.home .site-container:before {
    background-color: transparent;
}

.site-header .header-main .wrap {
    padding-left: 15px;
    padding-right: 15px;
}

.site-header .site-title a {
    max-width: 200px !important;
    margin-left: 0;
    background-size: contain !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    min-height: auto !important;
}

.site-header .genesis-nav-menu a {
    font-weight: 700 !important;
}

.site-header .bp-phone {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 6px;
}

.site-header .bp-phone:before {
    width: auto;
    height: auto;
    font-size: 18px;
}

.site-header .genesis-nav-menu .menu-item.menu-item-has-children .ss-caret {
    display: none;
}

.layout-3.home .site-header .sub-menu {
    background-color: #000000;
    box-shadow: 0 0px 5px rgba(255,255,255,.25);
}

@media(min-width: 576px) {
    .site-header .site-title a {
        max-width: 250px !important;
    }
}

@media(min-width: 1310px) {
    .site-header .site-title a {
        max-width: 298px !important;
    }

    .site-header .genesis-nav-menu a {
        font-size: 15px;
    }

    .site-header .bp-phone {
        font-size: 19px;
    }

    .site-header .bp-phone:before {
        font-size: 22px;
    }
}

@media(min-width: 981px) {
    .site-header .header-main .widget-area #menu-main-navigation .menu-item a:hover {
        color: #CC0F20 !important;
    }

    body.home .site-header .header-main .widget-area #menu-main-navigation .menu-item a:hover {
        color: #ffffff !important;
    }
}

@media(max-width: 980px) {
    .site-header .header-main .wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .site-header .header-main .title-area {
        flex: 0 0 auto;
        max-width: 250px;
        width: 100% !important;
        margin-bottom: 0;
        order: 1;
        margin-right: auto;
    }

    .site-header .header-main .widget-area {
        flex: 0 0 auto;
        width: auto;
        margin-top: 0;
    }

    .site-header #responsive-menu-icon {
        padding-bottom: 0;
    }

    .layout-3.home .site-header .header-main #responsive-menu-icon:before,
    .layout-3.home .site-header .header-main .header-top.widget-area .bp-phone a,
    .layout-3.home .site-header .header-main .header-top.widget-area .bp-phone:before {
        color: #000000 !important;
    }

    .site-header #responsive-menu-icon:before {
        font-size: 26px;
    }

    .site-header #responsive-menu-icon:after {
        display: none;
    }

    .site-header .header-main .title-area + .widget-area {
        order: 3;
    }

    .site-header .header-main .header-top.widget-area {
        order: 2;
        margin-right: 12px;
    }

    .site-header #menu-main-navigation {
        padding-top: 32px;
        display: block !important;
        height: 100vh !important;
        position: fixed;
        top: 0;
        left: -280px;
        /* left: 0; */
        bottom: 0;
        max-width: 264px;
        width: 100%;
        transition: .2s all ease-in-out;
        overflow-y: auto;
        background-color: rgba(255,255,255,.7);
        backdrop-filter: blur(10px);
        box-shadow: 0 5px 20px rgba(0,0,0,.5);
        z-index: 999;
    }

    .site-header #menu-main-navigation.show {
        left: 0;
    }

    .site-header .genesis-nav-menu .menu-item.menu-item-has-children {
        position: relative;
    }

    .site-header .genesis-nav-menu .menu-item a {
        background: transparent;
        font-size: 15px;
        text-align: left;
        color: #000000 !important;
    }

    .site-header .genesis-nav-menu .menu-item.menu-item-has-children .ss-caret {
        content: '';
        position: absolute;
        top: 12px;
        right: 12px;
        width: 18px;
        height: 18px;
        background-color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-header .genesis-nav-menu .menu-item.menu-item-has-children .ss-caret:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background-image: url('../images/chevron-right.svg');
        background-size: 12px 10px;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(90deg);
    }

    .site-header .genesis-nav-menu .menu-item.menu-item-has-children .sub-menu {
        padding-left: 16px;
    }
}

@media(max-width: 575.99px) {
    .bp-contact-card {
        display: none;
    }
}

/* home page banner */
.home-widgets-1b-inner .wrap {
    padding-bottom: 0;
}

div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot.n2-active,
div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot:hover,
div#n2-ss-2 .n2-style-bcef68443b2682444059e693254dd628-dot:focus {
    background: #CC0F20 !important;
}

/* ss-banner */
.ss-banner {
    position: relative;
    z-index: 0;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 48px 0;
    color: #ffffff;
}

.ss-banner:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0,0,0,.7);
}

.ss-banner h1 {
    font-weight: 700;
    color: inherit;
    line-height: 1.08571429;
    text-transform: none;
}

.ss-banner__content {
    max-width: 750px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

.ss-banner__content p {
    margin-bottom: 16px;
}

.ss-banner__content p:last-of-type {
    margin-bottom: 0;
}

.ss-banner .ss-btn {
    margin-top: 8px;
}

@media(min-width: 576px) {
    .ss-banner {
        min-height: 350px;
    }
}

@media(min-width: 992px) {
    .ss-banner {
        min-height: 400px;
    }

    .ss-banner:before {
        background: linear-gradient(135deg, #000000, rgba(0,0,0,0));
    }

    .ss-banner h1 {
        font-size: 44px;
    }

    .ss-banner .ss-btn {
        margin-top: 16px;
    }
}

@media(min-width: 1310px) {
    .ss-banner {
        min-height: 514px;
    }

    .ss-banner h1 {
        font-size: 70px;
    }

    .ss-banner .ss-btn {
        margin-top: 32px;
    }
}

@media(max-width: 1199.99px) {
    .ss-banner h1 br {
        display: none;
    }
}