/* Sticky footer styles
-------------------------------------------------- */
/*fonts*/
html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    font-family: 'Artifika';
    font-weight: 500;
    font-style: normal;
    color: white;
    overflow-x: hidden;
}
body.locked {
    overflow: hidden;
}
h1 {
    font-family: 'Artifika';
    font-size: 46px;
    font-weight: 500;
    color: white;
    line-height: 50px;
    margin-bottom: 50px;
}
h2 {
    font-family: 'Artifika';
    font-size: 24px;
    color: #222;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 70px;
    margin-top: 0px;
}
h3 {
    font-size: 24px;
    color: black;
    font-weight: 400;
    line-height: 32px;
}
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;
}
.mobile-show {
    display: none;
}
.mobile-hide {
    display: block;
}
.flex {
    display: flex;
}
/*a:hover button.yellowdog {
    background-color: #f9f4a5;
    border: 1px solid #f9f4a5;
}*/
header {
    padding: 20px 8%;
    background-color: white;
}
header.col-lg-12 {
    padding-left: 10%;
    padding-right: 10%;
}
header img {
    max-width: 116px;
}
header .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
header .col-md-6.main-site {
    font-family: 'Lato', sans-serif;
    text-align: right;
    margin-top: 10px;
}
header .col-md-6.main-site p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: black;
    margin-top: 2px;
}
header .col-md-6.main-site a:hover p {
    text-decoration: underline;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 3.125rem;
    background-color: #F1F1F1;
    
}
.container .row{
    margin-bottom: 0;
    /*display: flex;*/
    align-items: stretch;
}
div.row {
    margin-bottom: 3%;
}
.container.hero {
    background: #e7e6eb;
    padding: 0;
}
.container.hero .worship {
    padding-left: 10%;
    background: #183F31;
    padding-right: 50px;
    padding-top: 10%;
    padding-bottom: 10%;
}
.container.hero .bleed {
    background-image: url("../img/re-brick.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.container.hero .col-md-6.delivery {
    padding-left: 0;
    width: auto;
}
.container.hero button, footer button {
    background: #F2EEEB;
    padding: 15px 36px;
    font-weight: 700;
    color: #183F31;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #F2EEEB;
    font-family: 'Lato';
}
footer button {
    background-color: #183F31;
    border: 1px solid #183F31;
    color: #F2EEEB;
}
footer a:hover button {
    background: transparent;
    color: #183F31;
}
.container.hero a:hover button {
    background: transparent;
    color: #F2EEEB;
    border: 1px solid #F2EEEB;
}
.container.hero .col-md-6.pickup button {
    background: transparent;
    color: #F2EEEB;
}
.container.hero .col-md-6.pickup a:hover button {
    background: #F2EEEB;
    color: #183F31;
}
footer .col-md-6.pickup button {
    background: transparent;
    color: #183F31;
}
footer .col-md-6.pickup a:hover button {
    background: #183F31;
    color: #F2EEEB;
}
.container.butts {
    background: #F1F1F1;
    text-align: center;
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
}
.container.butts .flex {
    column-gap: 20px;
    margin-bottom: 30px;
}
.container.butts .flex .col-md-3 {
    padding-right: 0px;
    padding-left: 0px;
}
.container.butts .single {
    padding-right: 0px;
    padding-left: 0px;
}
.container.butts button {
    background-color: #76845E;
    border-radius: 0;
    border: none;
    padding: 20px;
    color: white;
    width: 100%;
    font-size: 18px;
}
.container.butts button img {
    max-width: 17px;
    display: inline-block;
    margin-right: 8px;
}
.container.butts button.adventurer {
    background-color: #76845E;
}
.container.butts button.adventurer img {
    max-width: 19px;
}
.container.butts button.social {
    background-color: #945E3A;
}
.container.butts button.social img {
    max-width: 20px;
}
.container.butts button.unwinder {
    background-color: #AA8D70;
}
.container.butts button.functional {
    background-color: #969493;
}
.container.butts button.creative {
    background-color: #192E2C;
}
.container.butts button.creative img {
    max-width: 15px;
}
.container.butts button.sleep {
    background-color: #155569;
}
.container.butts button.self {
    background-color: #AF8B80;
}
.container.butts button.self img {
    max-width: 24px;
}
.container.butts button.cann {
    background-color: #546857;
}
.container.butts button.cann img {
    max-width: 20px;
}
.container.butts button.light {
    background-color: #97462B;
}
.container.butts button.light img {
    max-width: 20px;
}
.container.butts button span {
    position: relative;
    top: 2px;
}
.container.reviews {
    background: #F1F1F1;
    color: black;
    padding: 5% 10%;
}
.container.reviews h2 {
    color: white;
    font-size: 24px;
}
.container.reviews .quote {
    background-color: #183F31;
    color: white;
    padding: 5%;
    text-align: left;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    padding-right: 10%;
}
.container.reviews .skel {
    background-image: url("../img/re-store.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
}
.container.reviews h4 {
    font-weight: 600;
    font-size: 25px;
}
.container.reviews h5 {

}
.container.reviews .qmarks img {
    max-width: 30px;
}
.flexslider {
    background: transparent;
    border: none;
    margin-bottom: 30px;
}
.flexslider li p.copyq {
    margin-bottom: 50px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 27px;
    line-height: 41px;
}
.flexslider li p.signature {
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
}
.flex-control-nav {
    width: 100%;
    position: relative;
    text-align: left;
}
.flex-control-nav li {
   
}
.flex-control-paging li a {
    border: 1px solid white;
    background: transparent;
    box-shadow: none;
}
.flex-control-paging li a:hover {
    background: #D3F24E;
    border: 1px solid #D3F24E;
}
.flex-control-paging li a.flex-active {
    background: #D3F24E;
    border: 1px solid #D3F24E;
}
.flex-direction-nav a {
    opacity: 1;
}
.flex-direction-nav a:before {
    content: '';
}
.flex-direction-nav a.flex-next:before {
    content: '';
}
.flex-direction-nav .flex-prev {
    background-image: url("../img/pax-arrow-prev.png");
    background-repeat: no-repeat;
    left: 0;
}
.flex-direction-nav .flex-next {
    background-image: url("../img/pax-arrow-next.png");
    background-repeat: no-repeat;
    right: 0;
}
footer {
   padding: 5% 10%;
   background: #F2EEEB;
}
footer img {
    display: block;
    max-width: 135px;
    margin: 0 auto;
    margin-bottom: 50px;
}
footer .col-md-6.delivery {
    text-align: right;
}
footer .col-md-6.pickup {
    text-align: left;
}
footer row {
    display: flex;
}
footer .footcta {
    text-align: right;
}


/*full screen*/
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

/*tablet*/
@media (min-width: 992px) {
    .container {
        width: 100%;
    }

}

@media (max-width: 1450px) {
    .container.butts button {
        font-size: 12px;
    }
}

@media (max-width: 1250px) {
    
}

@media (max-width: 1100px) {
    .container.butts button {
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    h1 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 70px;
    }
    h2 {
        margin-bottom: 50px;
    }
    header {
        text-align: center;
    }
    body .container {
        padding: 5%;
        width: 100%;
    }
    .mobile-show {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
    .flex {
        display: block;
    }
    header img {
        max-width: 116px;
    }
    header .col-md-6.main-site {
        display: none;
    }
    .container.hero {
        display: block;
    }
    .container.hero .worship {
        text-align: center;
    }
    .container.hero .worship .worship-content {
        padding: 5%;
    }
    .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 {
        display: none;
    }
    .container.butts {
        padding-bottom: 5%;
    }
    .container.butts .flex {
        margin-bottom: 0;
    }
    .container.butts .flex .col-md-3 {
        margin-bottom: 20px;
    }
    .container.butts button {
        font-size: 22px;
    }
    .container.reviews {
        background: #183F31;
        text-align: center;
        padding: 10%;
    }
    .container.reviews .flex {
        display: block;
    }
    .container.reviews .quote {
        padding: 0;
        text-align: center;
        background-color: transparent;
    }
    .container.reviews .skel {
        display: none;
    }
    .flexslider {
        
    }
    .flexslider li p.copyq {
        font-size: 21px;
        line-height: 33px;
    }
    .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 {
        padding: 10%;
    }
    footer img {
        margin-bottom: 20px;
    }
    footer button {
        width: 100%;
    }
    footer .col-md-6.delivery {
        margin-bottom: 10px;
    }
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  