@charset "utf-8";
/*
CSS Global styles
font-family: 'Questrial', sans-serif;
font-family: 'Allura', cursive;
*/

.clickclose:hover {
    cursor: pointer;
}

body {
    margin: 0 auto;
    font-family: 'Questrial', sans-serif;
    max-width: 1500px;
    height: 100vh;
    position: relative;
    font-weight: 300;
    overflow: hidden;
    letter-spacing: 1px;
    background-color: #383533;
}
@media all and (min-width: 750px) {
    body {
        overflow: visible;
    }
}
a {
    transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out .5s;
    -moz-transition: ease-in-out .5s;
    -ms-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
}
img {
    display: block;
    width: 100%;
}

@media all and (max-width: 749px) {
    .lrg-screen {
        display: none;
    }
}

#header-block {
    width: 100%;
    background-color: #383533;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
@media all and (min-width: 750px) {
    #header-block {
        align-items: flex-end;
    }
}

#header-block #logo-block {
    width: 40%;
    margin: 5%;
    max-width: 200px;
}
#header-block .head-h1 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    width: 45%;
    margin: 25px 0;
}
#header-block .head-h1 span {
    display: block;
    font-family: 'Allura', cursive;
    font-size: 27px;
    letter-spacing: 1px;
    color: #f4b822;
}
@media all and (min-width: 1000px) {
    #header-block .head-h1 {
        font-size: 16px;
    }
    #header-block .head-h1 span {
        font-size: 33px;
    }
}
#header-block #header-nav {
    width: 50%;
    position: relative;
}
@media all and (min-width: 750px) {
    #header-block #header-nav {
        width: 20%;
        margin: 25px 0;
    }
}
#header-block #header-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
    position: relative;
}
#header-block #header-nav ul li {
    display: inline-block;
    position: relative;
    width: 15%;
    margin-right: 12%;
    max-width: 25px;
}
#header-block #header-nav ul li.head-link-1--large, #header-block #header-nav ul li.head-link-2--large {
    display: none;
}
@media all and (min-width: 750px) {
    #header-block #header-nav ul li {
        width: 19%;
        max-width: 30px;
    }
    #header-block #header-nav ul li.crossed {
        width: 14%;
        max-width: 20px;
        padding: 0 2.5%;
    }
    #header-block #header-nav ul li.head-link-1--large, #header-block #header-nav ul li.head-link-2--large {
        display: inline-block;
    }
    #header-block #header-nav ul li.head-link-1--mobile, #header-block #header-nav ul li.head-link-2--mobile {
        display: none;
    }
}
#header-block #header-nav ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}
#header-block #header-nav ul li a img.close-menu {
    display: none;
}

#header-block #header-nav ul li[class*="head-link-shop"] a:hover:after {
    background: url('/images/shop-icon-white.png');
    background-size: 100% auto;
}
#header-block #header-nav ul li[class*="head-link-1"] a:hover:after {
    background: url('/images/phone-icon-white.png');
    background-size: 100% auto;
}
#header-block #header-nav ul li[class*="head-link-2"] a:hover:after {
    background: url('/images/email-icon-white.png');
    background-size: 100% auto;
}
#header-block #header-nav ul li[class*="head-link-visit"] a:hover:after {
    background: url('/images/post-icon-white.png');
    background-size: 100% auto;
}
#header-block #header-nav ul li[class="head-link-3"] a.closed:hover:after {
    background: url('/images/menu-icon-white.png');
    background-size: 100% auto;
}
#header-block #header-nav ul li[class="head-link-3"] a.open:hover:after {
    background: url('/images/close-icon-white.png');
    background-size: 100% auto;
}
#header-block .shop-svg {
    position: absolute;
    right: 11%;
    top: -35px;
    width: 20%;
    max-width: 30px;
}
@media all and (min-width: 750px) {
    #header-block .shop-svg {
        width: 25%;
        max-width: 35px;
        top: -45px;
    }
}

#header-block #header-nav .shop-svg {
    display: none;
}
header.show-shop #header-block #header-nav .shop-svg {
    display: block;
}

#header-block .shop-svg svg .frame-stroke {
    stroke: #f4b822;
}
#header-block .shop-svg svg .text-fill {
    fill: #fff;
}
#header-block .shop-svg:hover .frame-stroke {
    stroke: #fff;
}
#header-block .shop-svg:hover svg .text-fill {
    fill: #f4b822;
}


#menu {
    display: none;
    position: absolute;
    width: 55%;
    background-color: rgba(4, 4, 4, 0.75);
    overflow: auto;
    z-index: 9999;
}
#menu .menu-blk {
    display: inline-block;
    width: 100%;
}
#menu .toggle-menu {
    background-color: transparent;
    border: none;
    margin: 15px;
    width: 10%;
    max-width: 23px;
    padding: 0;
    -webkit-tap-highlight-color:transparent;
}
#menu .toggle-menu:hover {
    cursor: pointer;
}
#menu .menu-link {
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    display: block;
    line-height: 25px;
}
#menu .menu-link.sub-link {
    color: #f4b822;
}
#menu a.menu-link:hover {
    text-decoration: underline;
}
#menu .menu-top .accordionButton {
    background-image: url('/images/expand-icon.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 10%;
    background-origin: content-box;
    background-position-x: right;
}
#menu .menu-top .accordionButton.on {
    background-image: url('/images/collapse-icon.png');
}
#menu .menu-top .contact-blk {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    max-width: 270px;
}
#menu .menu-top .contact-blk a {
    display: inline-block;
    width: 20%;
    max-width: 25px;
}
#menu .shh-blk {
    margin-top: 30px;
}
#menu .shh-blk a {
    font-family: 'Allura', cursive;
    font-size: 19px;
    letter-spacing: 1px;
    color: #f4b822;
    background-image: url('/images/quote-icon.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}
#menu .shh-blk a span {
    padding-left: 40px;
}
#menu .shh-blk p {
    color: #f4b822;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    max-width: 225px;
}
#menu .menu-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
@media all and (max-height: 600px) {
    #menu .menu-bottom {
        position: relative;
    }
}
#menu .menu-bottom p {
    margin: 25px 10px;
    font-size: 14px;
    text-align: center;
    color: #f4b822;
    line-height: 25px;
    letter-spacing: 1px;
}
#menu .menu-bottom a {
    width: 63%;
    margin: 10px auto;
    display: block;
    max-width: 190px;
}
@media all and (min-width: 400px) {
    #menu .shh-blk p {
        padding: 5px 25px;
    }
    #menu .menu-bottom p {
        margin: 25px 37px;
    }
}
#main-content {
    display: inline-block;
    width: 100%;
}
#top-menu {
    display: none;
    width: 100%;
    background-color: #514D4A;
    z-index: 9999;
}
#top-menu .top-menu-blk {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    max-width: 1000px;
    margin: 0 auto;
}
@media all and (min-width: 1000px) {
    #top-menu .top-menu-blk {
        width: 80%;
    }
}
#top-menu .menu-link {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 13px;
}
@media all and (min-width: 1100px) {
    #top-menu .menu-link {
        font-size: 17px;
    }
}
#top-menu a.menu-link:hover {
    color: #f4b822;
}
#top-menu .contact-blk {
    display: flex;
    align-items: flex-end;
}
#top-menu .contact-blk a {
    max-width: 25px;
    padding: 0 7px;
}
@media all and (min-width: 1100px) {
    #top-menu .contact-blk a {
        padding: 0 12px;
    }
}
#top-menu .shh-blk {
    z-index: 999;
}
@media all and (min-width: 1000px) {
    #top-menu .shh-blk {
        position: absolute;
        right: 2%;
    }
}
#top-menu .shh-blk a {
    font-family: 'Allura', cursive;
    font-size: 19px;
    color: #f4b822;
    background-image: url(/images/quote-icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
    padding-left: 40px;
}
#top-menu .shh-blk .accordionButton.over {
    color: #fff !important;
}
#top-menu .intro-blk .accordionContent {
    position: absolute;
    background-color: #514D4A;
    z-index: 999;
}
#top-menu .shh-blk .accordionContent {
    position: absolute;
    background-image: url(/images/grey-speech-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px;
    width: 200px;
    right: 280px;
    height: 220px;
    text-align: center;
}
#top-menu .shh-blk .accordionContent .shhh-text {
    font-family: 'Allura', cursive;
    font-size: 19px;
    color: #f4b822;
    padding-top: 20px;
}
#top-menu .shh-blk .accordionContent p {
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
}
#color-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #383533;
    opacity: 1;
    z-index: 5000;
}
@media all and (min-width: 550px) {
    #header-block #logo-block {
        margin: 25px;
    }
    #menu {
        width: 50%;
    }
    #menu .menu-top .accordionButton {
        background-size: 24px;
    }
}

@media all and (min-width: 750px) {
    #main-content {
        border-top: 1px solid #fff;
    }
}

footer {
    background-color: #383533;
    display: none;
}
footer .section-container {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
}
footer .section-container a img {
    width: 200px;
    padding: 10px;
}
footer .section-container .policies-block a {
    color: #fff;
    padding: 10px;
    display: inline-block;
}