@charset "utf-8";

header#tbp_header {
    box-sizing: border-box;
    position: fixed;
    left: 0px;
    width: 300px;
    height: 100%;
    overflow: hidden auto;
    background-color: #fff;
    padding: 30px 50px 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    z-index: 999;
}

header#tbp_header .navigation ul {
    width: 100%;
    border-radius: 0;
    margin-top: 30px;
}
.mobile-menu-slide ul {
    margin: 0 20px;
}
header#tbp_header .navigation ul li,
.mobile-menu-slide ul li {
    margin-bottom: 10px;
}
header#tbp_header .navigation ul li a,
.mobile-menu-slide ul li a {
    color: #1f6d56;
    background-color: #cce1dc;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 0;
    transition: .3s ease-in-out;
}
header#tbp_header .navigation ul li a {
    margin-right: -55px;
}
header#tbp_header .navigation ul li a:hover,
.mobile-menu-slide ul li a:hover {
    color: #fff;
    background-color: #1f6d56;
}

header#tbp_header .navigation ul li.onlinestore,
.mobile-menu-slide ul li.onlinestore {
    margin: 30px 0;
}
header#tbp_header .navigation ul li.onlinestore a,
.mobile-menu-slide ul li.onlinestore a {
    color: #fff;
    background-color: #e4b038;
    padding: 12px 20px;
    border-radius: 50px;
    position: relative;
    margin-right: 0px;
}
header#tbp_header .navigation ul li.onlinestore a:hover,
.mobile-menu-slide ul li.onlinestore a:hover {
    color: #fff;
    background-color: #a77c19;
}
header#tbp_header .navigation ul li.onlinestore a:after,
.mobile-menu-slide ul li.onlinestore a:after {
    content: "\f07a";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e4b038;
    background-color: #fff;
    font-size: .8em;
    padding-top: 4.5%;
    width: 2.1em;
    height: 2.1em;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    position: absolute;
    right: 9px;
    top: 20%;
    transition: .3s ease-in-out;
}
.mobile-menu-slide ul li.onlinestore a:after {
    padding-top: .7em;
}
header#tbp_header .navigation ul li.onlinestore a:hover:after,
.mobile-menu-slide ul li.onlinestore a:hover:after {
    color: #a77c19;
}

header#tbp_header .navigation ul li.phone a,
.mobile-menu-slide ul li.phone a {
    background-color: transparent;
    padding: 0;
    pointer-events: none;
    margin-right: 0px;
}

.phone-no {
    color: #1f6d56;
    font-size: 3em;
    font-weight: 800;
    margin-bottom: .2em;
    line-height: 1;
}
.phone-no i {
    font-size: 50%;
    margin-right: .2em;
    line-height: 1;
    vertical-align: middle;
}

.home .page-title {
    display: none;
}

.home-maincolumn h2,
.page-contact h2 {
    color: #1f6d56;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
}
.home-maincolumn h2 small,
.page-contact h2 small {
    font-size: 30%;
    font-weight: normal;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 1em;
    margin-bottom: 1em;
}
.home-news article {
    border-bottom: solid 1px rgb(0 0 0 / 10%);
    padding-bottom: 1em;
}
.home-news article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.home-news article .post-content-inner .post-date {
    float: left;
    line-height: 1;
    width: 9em;
    margin-top: .25em;
    color: #1f6d56;
}
.home-news article .post-content-inner .post-title {
    padding-left: 7em;
}

footer ul#menu-footernav  {
}
footer ul#menu-footernav li {
    display: inline-block;
    margin: 0 .5em;
    line-height: 1;
    padding: 0;
}
footer ul#menu-footernav li:first-child {
    margin: 0 .5em 0 0;
}
footer ul#menu-footernav li:last-child {
    margin: 0 0 0 .5em;
}
footer ul#menu-footernav li a {
    color: #fff;
    line-height: 1;
}

#tbp_content .module_row,
#tbp_footer .module_row {
    padding-left: 340px;
    padding-right: 4%;
}
#tbp_content .module_row .module-post-content .module_row {
    padding-left: 0;
    padding-right: 0;
}
#tbp_content .module_row .module-post-content .module_row.fullwidth_row_container {
    padding-left: 310px;
    padding-right: 4%;
}

.page-contact .chat-icon a {
    padding: 4px 8px;
    font-weight: bold;
}
.page-contact .chat-icon a img {
    width: 40px;
    margin-bottom: 4px;
    padding: 0 !important;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 28%) !important;
}

.contact .zip,
.contact .pref,
.contact .city {
    margin-bottom: 0;
    display: inline-block;
}

.contact .required {
    color: #fff;
    background-color: #d4a435;
    font-size: .8em;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 4px;
}





@media screen and (max-width: 1199px) {
    header#tbp_header {
        width: 21%;
        padding: 30px 2.5% 0;
    }
    header#tbp_header .navigation ul li a,
    header#tbp_header .navigation ul li.onlinestore a {
        font-size: .8em;
        padding-left: 10px;
    }
    header#tbp_header .navigation ul li.onlinestore a {
        letter-spacing: -.1em;
    }
    header#tbp_header .navigation ul li.onlinestore a:after {
        font-size: .7em;
        padding-top: 3%;
        top: 25%;
        right: 7px;
    }
    
    #tbp_content .module_row,
    #tbp_footer .module_row {
        padding-left: 25%;
        padding-right: 4%;
    }
    #tbp_content .module_row .module-post-content .module_row {
        padding-left: 0;
        padding-right: 0;
    }
    #tbp_content .module_row .module-post-content .module_row.fullwidth_row_container {
        padding-left: 39%;
        padding-right: 8%;
    }
}

@media screen and (max-width: 768px) {
    header#tbp_header {
        width: 100%;
        height: 60px;
        padding: 12px 15px;
    }
    header#tbp_header .themify_builder>.module_row>.row_inner {
        max-width: 100%;
    }
    header#tbp_header .logo {
        float: left;
    }
    header#tbp_header .logo img {
        height: 36px;
        width: auto;
    }
    header#tbp_header .navigation {
        float: right;
        top: -3px;
    }
    header#tbp_header .navigation ul li.phone a,
    .mobile-menu-slide ul li.phone a {
        pointer-events: auto;
    }

    #pagewrap {
        padding-top: 60px;
    }

    body.home header#tbp_header {
        height: 80px;
        padding: 15px;
    }
    body.home header#tbp_header .logo img {
        height: 50px;
    }
    body.home header#tbp_header .navigation {
        top: 4px;
    }
    body.home #pagewrap {
        padding-top: 80px;
    }

    #tbp_content {
        margin-top: 60px;
    }

    #tbp_content .module_row,
    #tbp_footer .module_row {
        padding-left: 0;
        padding-right: 0;
    }
    #tbp_content .module_row .module-post-content .module_row {
        padding-left: 0;
        padding-right: 0;
    }
    #tbp_content .module_row .module-post-content .module_row.home-maincolumn.news {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-news article .post-content-inner .post-date {
        display: block;
        float: none;
    }
    .home-news article .post-content-inner .post-title {
        padding-left: 0;
        font-size: 1em;
    }
}

@media screen and (max-width: 680px) {
    .home-maincolumn h2,
    .page-contact h2 {
        font-size: 1.6em;
    }
    .page-contact h2 small {
        display: block;
        margin-top: .5em;
        margin-left: 0;
    }
    .page-contact .phone-no {
        font-size: 2em;
    }
    .page-contact .bh-note {
        font-size: .8em;
        line-height: 1.4em;
    }
}