/* Sticky footer styles
-------------------------------------------------- */
/*fonts*/
@font-face {
    font-family: 'nourdbold';
    src: url('../fonts/nourd-bold.woff2') format('woff2'),
         url('../fonts/nourd-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nourdheavy';
    src: url('../fonts/nourd-heavy.woff2') format('woff2'),
         url('../fonts/nourd-heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nourdlight';
    src: url('../fonts/nourd-light.woff2') format('woff2'),
         url('../fonts/nourd-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nourdmedium';
    src: url('../fonts/nourd-medium.woff2') format('woff2'),
         url('../fonts/nourd-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nourdregular';
    src: url('../fonts/nourd-regular.woff2') format('woff2'),
         url('../fonts/nourd-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nourdsemibold';
    src: url('../fonts/nourd-semibold.woff2') format('woff2'),
         url('../fonts/nourd-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
    overflow-x: hidden;
    font-size: 16px;
}
body.locked {
    overflow: hidden;
}
p {
    
}
h1 {
    color: white;
    font-family: 'Jost', sans-serif;
    font-size: 51.952px;
    font-style: normal;
    font-weight: 700;
    line-height: 62.342px; /* 120% */
    text-transform: uppercase;
    margin-bottom: 14px;
}
h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 17.26px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.358px; /* 164.301% */
}
h3 {
    color: #000;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px; /* 105% */
    letter-spacing: 0.45px;
}
h4 {
    color: #000;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 113.333% */
    text-transform: uppercase;
    margin-bottom: 38px;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
p {
    font-weight: 500;
}
img {
    width: 100%;
}
.disappear {
    display: none !important;
}
.mobile-show {
    display: none;
}
.mobile-hide {
    display: block;
}
.flex {
    display: flex;
}
.col-md-6, .col-md-5, .col-md-7, .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}
body .container {
    padding: 5% 3.125rem;
}
.container .row{
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
header {
    background-image: url("../img/zen-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 67px 10% 87px 10%;
}
header img {
    max-width: 330px;
    margin-bottom: 85px;
}
.personality .one-location {
    max-width: 450px;
    margin: 0 auto;
}
.personality .locale {
    /*box-shadow: 0px 0px 0px 1px #D3DBE6;*/
    border: 1px solid #D3DBE6;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: transparent;
    text-align: left;
}
.personality .locale.activate {
    cursor: pointer;
    background-color: black;
    border: 1px solid #D3DBE6;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-left: transparent;
}
.personality .locale.activate h3 {
    color: white;
}
.personality .locale .col-md-5, .personality .locale .col-md-7 {
    padding-left: 0;
    padding-right: 0;
}
.personality .locale .col-md-6 {
    align-items: stretch;
    display: flex;
    padding-top: 15px;
    padding-bottom: 35px;
    padding-right: 15px;
}
.personality .locale .col-md-6.storepic {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    max-width: 210px;
}
.personality .locale img {
    max-width: 196px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
}
.personality .locale .content {
    position: relative;
    width: 100%;
}
.locale .content .titles {
    height: 60px;
    display: flex;
    align-items: center;
}
.locale .content .titles span {
    white-space: nowrap;
}
.personality .locale h3 {
    margin: 0;
    line-height: 22px;
}
.container.butts {
    background: white;
    text-align: center;
    padding-bottom: 54px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 54px;
    max-width: 1300px;
}
.container.butts .flex {
    column-gap: 20px;
    margin-bottom: 20px;
}
.container.butts .flex .col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
}
.container.butts .single {
    padding-right: 0px;
    padding-left: 0px;
}
.container.butts button {
    border-radius: 5px;
    padding: 4px 1.429px 5px 1.429px; 
    border: 1px solid black;
    background-color: black;
    color: white;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    width: 137px;
    position: absolute;
    bottom: 0px;
}
.container.butts button.activate {
    border: 1px solid white;
    background-color: transparent;
    color: white;
}
.container.butts button img {
    max-width: 17px;
    display: inline-block;
    margin-right: 8px;
}
.container.butts button span {
    position: relative;
    top: 2px;
}
.container.reviews {
    color: black;
    padding: 5% 47px;
    padding-top: 0;
    padding-bottom: 0;
}
.container.reviews img {
    
}
.container.reviews h2 {
    color: white;
    font-size: 23px;
    font-weight: 350;
    line-height: 30px;
}
.container.reviews .quote {
    color: white;
    padding: 5%;
    text-align: left;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    padding-right: 8%;
    padding-top: 76px;
    padding-bottom: 37px;
    padding-left: 8%;
    border-radius: 24px 6px;
    background-color: #1F1F1F;
    background-image: url("../img/zen-quote.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
p.copyq {
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 130.435% */
    text-transform: uppercase;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}
p.signature {
    color: #A7D6B2;
    font-family: 'nourdmedium';
    font-size: 11px;
    font-style: normal;
    line-height: 14px; /* 127.273% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.container.reviews h4 {
    font-weight: 600;
    font-size: 25px;
}
.container.reviews h5 {

}
.container.reviews .qmarks img {
    max-width: 30px;
}
.flexslider {
    background: transparent;
    border: none;
    text-align: center;
}
.flex-control-nav {
    bottom: -50px;
}
.flex-control-paging li a {
    border: 1px solid white;
    box-shadow: none;
}
.flex-control-paging li a.flex-active {
    background: white;
}
footer.col-lg-12 {
    padding: 40px 10%;
    padding-right: 10%;
    padding-left: 10%;
    text-align: center;
}
footer .logo {
    margin-bottom: 50px;
}
footer .logo img {
    max-width: 300px;
}
footer .main-site button {
    background-color: black;
    border: 1px solid black;
    padding: 6.75px 0px 4.25px 0px;
    width: 173px;
    height: 44px;
    border-radius: 4px;
    color: white;
    text-align: center;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
}
footer .main-site a:hover button {
    background-color: transparent;
    color: black;
    border: 1px solid black;
}

/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 1350px) {
    .container.butts button {
        
    }
    .personality .locale h3 {
        
    }
}

@media (max-width: 1250px) {
    .locale .content .titles {
        
    }
    .container.butts button {
        
    }
    .personality .locale h3 {
        
    }
    .container.reviews .quote {
        
    }
}

@media (max-width: 1100px) {
    .locale .content .titles {
        
    }
    .container.butts button {
        
    }
    .personality .locale h3 {
        
    }
}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    h1 {
        font-size: 45.259px;
        line-height: 44.421px;
    }
    h2 {

    }
    h4 {
        margin-top: 0;  
        margin-bottom: 27px;
    }
    header {
        text-align: center;
        padding: 57px 10% 57px 10%;
    }
    header img {
        max-width: 260px;
        margin-bottom: 53px;
    }
    header h1 {
        margin-top: 0;
        font-family: Jost;
        font-size: 44.753px;
        font-style: normal;
        font-weight: 700;
        line-height: 53.704px; /* 120% */
        text-transform: uppercase;
    }
    header h2 {
        margin-top: 40px;
    }
    body .container {
        padding: 5%;
        width: 100%;
    }
    .mobile-show {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .flex {
        display: block;
    }
    .container.hero {
        display: block;
        padding: 40px 5% 20px;
    }
    .container.hero img.logo {
        max-width: 124px;
        margin-bottom: 35px;
    }
    .container.hero .worship {
        text-align: center;
        padding: 0;
        padding-bottom: 0;
    }
    .container.hero .worship .worship-content {
        padding: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    .container.hero .worship .vertboxy {
        display: block;
    }
    .container.hero .col-md-6.delivery {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .container.hero .col-md-6.col-md-6.pickup {
        padding-right: 0;
        padding-left: 0;
    }
    .container.hero button, footer button {
        width: 100%;
    }
    .container.hero .bleed {
        min-height: 290px;
        background-size: contain;
        text-align: center;
    }
    .container.hero .bleed img {
        max-width: none;
        width: 100%;
        margin-bottom: 16px;
    }
    .container.hero .bleed p {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 0;
    }
    .container.butts {
        padding: 5%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container.butts .flex {
        margin-bottom: 20px;
        display: flex;
        margin-bottom: 0;
    }
    .container.butts .flex.filterbox {
        margin-bottom: 30px !important;
    }
    .container.butts .personality .flex {
        display: block;
    }
    .container.butts .personality .flex .col-md-6 {
        padding-left: 0;
        padding-right: 0px;
        padding-bottom: 18px;
    }
    .container.butts .personality .flex .col-md-6.storepic {
        padding-bottom: 0;
    }
    .container.butts .personality .flex .flex.locale {
        display: flex;
        column-gap: 10px;
    }
    .personality .locale .col-md-7 {
        width: 100%;
    }
    .personality .locale .col-md-7 .content {
        
    }
    .personality .locale img {
        width: 146px;
    }
    .locale .content .titles {
        height: 40px;
    }
    .personality .locale h3 {
        font-family: Jost;
        font-size: 18.163px;
        font-style: normal;
        font-weight: 700;
        line-height: 19.071px; /* 105% */
        letter-spacing: 0.341px;
    }
    .container.butts .flex .col-md-3 {
        margin-bottom: 20px;
    }
    .container.butts button {
        font-size: 12.109px;
        font-style: normal;
        font-weight: 500;
        line-height: 18.163px; /* 150% */
        text-transform: uppercase;
        height: 34px;
        width: 103px;
    }
    .container.reviews {
        text-align: center;
        padding: 5%;
        padding-top: 0;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container.reviews.flex {
        display: none;
    }
    .container.reviews img.top {
        margin-bottom: 5%;
    }
    .container.reviews .quote {
        border-radius: 12.881px 3.22px;
        background-image: url(../img/zen-quote-mobile.jpg);
    }
    .container.reviews .skel {
        display: none;
    }
    .flexslider {
        
    }
    .flex-direction-nav a {
        height: 26px;
        width: 26px;
    }
    .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
        background-size: 80%;
    }
    .flex-control-nav {
        text-align: center;
    }
    footer.col-lg-12 {
        padding: 30px 15px;
        padding-bottom: 40px;
    }
    footer.flex {
        display: flex;
    }
    footer .logo {
        margin-bottom: 30px;
    }
    footer img.logo {
        max-width: 110px;
    }
    footer .col-md-6 {
        width: 50%;
    }
    footer .main-site button {
        width: 100%;
        border-radius: 4px;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  