/*
Theme Name:   Scottis
Description:  Child theme of WP Bootstrap 4
Author:       theLoft
Author URL:   https://test.theloft.biz/scottis
Template:     wp-bootstrap-starter
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Scottis
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    transition: .2s ease all;
    color:#231F20;
    background-color:#F3F1ED;
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/body-bg.jpg);
    background-repeat:repeat;
    font-size:1.1rem;
}
p {
    font-family: 'Source Sans Pro', sans-serif;
    color:#231F20;
    font-size:1.1rem;
    line-height: 1.5!important;
}
p.bold, p span.bold {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
}
h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    color:#816518 !important;
    font-weight: 700;
    font-style: italic;
}
.headingH2{font-size: 2rem !important;}
.headingH3{font-size: 1.75rem!important;}
a {
    color:#B22A2E;
    transition: .5s ease all;

}
a:hover {
    color:#901D21;
}
button, .btn {
    background-color:#816518;
    color:#fff !important;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    border-radius:5px;
    margin:.5em;
    transition:.5s ease all;
    border:none;
    padding:.4em .8em;
    font-size:.9em !important;
}
button:hover, .btn:hover {
    background-color:#926a00;
    color:#fff;
}
.gold {
    color:#816518;
}
.title-bar {
    display: block;
    width: 191px;
    height: 2px;
    margin: 15px auto;
    background-color: #816518;
}
.title-bar-lite {
	display: block;
    width: 50%;
    height: 1px;
    margin: 10px auto;
    background-color: #816518;
}
.tan-block {
    background-color:#D6D1C4;
}

#content.site-content {
    padding-top:0;
}

.text-screen {
  width: 100%;
  background-color: rgba(0,0,0,.4);
  height: 100%;
}

@media (max-width:768px) { 
    html {
        font-size:90% !important;
    }
	a.btn.btn-lg {
    	min-width: 238px !important;
	}
}

/* Fading in Effects */
 
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}

/* Header */
.navbar-brand {
    margin-right:0;
}
.navbar-brand img {
    max-width: 225px;
}
.navbar-toggle {
  border: none;
  background: transparent !important;
}
.social .fab {
    font-size: 1.5em;
}
header#masthead {
    background-color:transparent;
    box-shadow: none;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    align-items: flex-end;
}
.bar {
    display: block;
    width: 40px;
    height: 2px;
    margin: 10px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #B22A2E;
}

    .active .navbar-nav {
        top: 0;
    }

    .navbar-nav {
        padding:3em 0;
    }

    .navbar .nav-item a {
        color:#816518 !important;
        font-family: 'Playfair Display', serif;
        text-align: center;
        font-size:1.2em !important;
        font-weight: 700;
        font-style: italic;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }
    
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(5px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-20px) rotate(-45deg);
    }


    div#collapsingNavbar.collapse{
        height: 0;
        -webkit-transition: height .3s ease-in-out;
        transition: height .3s ease-in-out;
        display: block;
    }

    div#collapsingNavbar.collapse.active {
        height: 350px;
    }

    ul#menu-main-nav {
        width: 20%;
        padding: 0;
        margin: 2em auto;
    }

    ul#menu-main-nav::before {
    content: '';
    position: relative;
    width: 50%;
    height: 10px;
    top: 0;
    left: 50%;
    margin-bottom: 8px;
    border-bottom: 2px solid #816518;
    transition: all .25s ease-in-out;
    }


    ul#menu-main-nav::after {
        content: '';
        position: relative;
        width: 50%;
        height: 10px;
        top: 0;
        left: 0;
        margin-bottom: 10px;
        border-bottom: 2px solid #816518;
        transition: all .2s linear;
    }

    ul#menu-main-nav li:first-of-type {
        border-top: 2px solid #816518;
        padding-top:1.5em;
    }

    ul#menu-main-nav li:last-of-type {
        border-bottom: 2px solid #816518;
        padding-bottom:1.5em;
    }

    ul#menu-main-nav:hover::before {
        left:0;
    }

    ul#menu-main-nav:hover::after {
        left:50%;
    }

    @media (max-width:768px) { 
        .social .fab {
            font-size:2em;
        }
        .navbar .nav-item a {
            font-size: 2em;
        }
        ul#menu-main-nav {
            width:60%;
        }
    }


/* Footer*/
#menu-footer.flex-column {
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
}
#menu-footer li {
    text-transform: uppercase;
}
#menu-footer li::after {
    content: "|";
}
#menu-footer li:last-child::after {
    content: "";
}
body:not(.theme-preset-active) footer#colophon {
    background-color:#901D21;
    color:#fff;
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/footer-bg.jpg);
    background-repeat:repeat;
}
#footer-widget.bg-light {
    background: transparent !important;
}
.site-info p {
    color: #fff;
}

.menu-footer-container .nav-link {
    display: inline;
}
#menu-footer.nav > li > a:focus, #menu-footer.nav > li > a:hover {
    background-color:transparent !important;
    text-decoration: underline;
}
.newsletter {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/11/scottis-club-bg1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 43%;
    min-height: 575px;
}
.newsletter p {
    color:#fff;
    margin-bottom:0;
}

.newsletter h2, .newsletter label {
    color:#fff !important;
}

#footer-socials svg {
    width: 20px;
    height: auto;
    margin: 0 .5em;
	transition:.5s ease all;
}
#footer-socials svg:hover {
	fill:#816518;
}
div#footer-socials {
    justify-content: center;
    align-items: center;
	margin:0 0 1em 0;
}

@media (max-width:768px) { 
    .newsletter .text-screen.p-5 {
      padding: 1em !important;
    }
}



/* Homepage */
#page-sub-header h1 {
    font-size:2.2rem !important;
    color:#fff !important;
}

#page-sub-header p {
    border-top: 1px solid #fff;
    padding-top: 10px;
    color:#fff !important;
    line-height:1.5 !important;
}
#page-sub-header {
    z-index: 1;
}
#page-sub-header .container {
    padding: 4em 0;
}
#bourbon-copy {
    margin: -27px 0 0 0;
    z-index: 0;
    position: relative;
    width: 75%;
}
#bourbon-bottle {
    width:auto;
    height:525px;
}
#bourbon-bottle-home {
    width:75%;
}
.bourbon-bottle {
    width:auto;
    height:525px;
}
.bourbon-bottle-home {
    width:75%;
}
.handcrafted-bg {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/11/new-barrell-bg.jpg);
    background-repeat: no-repeat;
    min-height: 300px;
}
.nutty-bg {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/nutty-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 300px;
}
.pouring-bg {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/pouring-bg.jpg);
    background-size:100%;
    min-height: 400px;
    background-repeat: no-repeat;
}
.pouring-bg h3, .pouring-bg p {
    color:#fff !important;
}

.brown-sugar-recipe-border {
    border: solid 1px #816518;
    padding: 1em;
    width: 75%;
    margin: 0 auto;
}
.brown-sugar-recipe-border li {
	list-style:none;
}

@media (max-width:768px) { 
    #bourbon-bottle {
        width:auto;
        heigth:300px;
    }
    #bourbon-bottle-home {
        width:100%;
    }
    #bourbon-copy {
        width:95%;
        margin: -40px 0 0 0;
    }
    .pouring-bg, .nutty-bg {
        background-size: cover;
        background-position: center;
    }
    
}

/* About */
#about-header {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/Inside-pic-of-store-sepia.jpg);
    background-size:100%;
    min-height: 450px;
    background-position: center 70%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

#about-header h1 {
    color:#fff !important;
}

#about-header .title-bar {
    background-color:#fff;
}

#about-header .col-12 {
    padding-top:175px;
}

#newspaper-clippings {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/Scottis-About-Hero-image-tall-sepia.jpg);
    min-height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
}

@media (min-width:1500px) { 
    #newspaper-clippings {
        background-size: 80%;
    }
}

@media (min-width:1900px) { 
    #newspaper-clippings {
        background-size: 60%;
    }
}

#post-6 .entry-content {
    margin:0;
}
#everyday-bourbon {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/11/red-curtain-bottle.jpg);
    min-height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: center bottom;
}
#distillery-bg {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/11/new-barrell-bg.jpg);
    min-height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
#ingredients-bg {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/wheat-fields-bg.jpg);
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
}
#bourbon-bar-bg {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/bourbon-bar-bg-1.jpg);
    min-height: 450px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 80%;
}
img#abv {
    width: 300px;
    margin: -30px 0 0 0;
    position: relative;
    z-index: 0;
    opacity: .7;
}
img#percentage {
    width: 300px;
    margin: 0 -70% -20px 0;
    position: relative;
    z-index: 0;
    opacity: .7;
}

.page-template-about-page #content.site-content {
    padding-bottom:0px !important;
}

@media (max-width:990px) { 
    .newsletter {
        min-height: 475px;
    }
}


@media (max-width:768px) {
    #newspaper-clippings { 
        background-size:125%;
        background-attachment: scroll;
        background-position: center top;
    }
    #original-bottle {
        text-align:center;
    }
    img#abv, img#percentage {
        width: 200px;
    }
    img#percentage {
         margin: 0 -60% -20px 0;
    }
    #distillery-bg {
        background-size:150%;
        background-position: center;
    }
    #about-header {
        background-size:150%;
        background-position: center top;
    }
    #about-header .col-12 {
        padding:0 !important;
    }
    #bourbon-bar-bg{
        background-size:200%;
    }
    #ingredients-bg {
        background-size:175%;
        background-attachment: scroll;
        background-position: center top;
    }
    .newsletter {
        min-height: auto;
    }
}

/* Contact Page */
#contact-header .col-md-8 {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/11/contact-page-bottle-header-bg.jpg);
    background-size:cover;
    min-height: 425px;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
#contact-header {
    background-color: #D6D1C4;
}
.page-template-contact-page .entry-content {
    margin-top: 0;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    text-align: left !important;
}

.gform_wrapper.gravity-theme .contains_required .gfield_label {
    text-align: left !important;
}
.gform_wrapper .gfield_required {
    color:#B22A2E;
}
#field_1_6 {
    margin: 0 auto;
}
input#gform_submit_button_1 {
    background-color:#816518;
    color:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    border-radius:5px;
    margin:.5em;
    transition:.5s ease all;
    border:none;
    padding:.2em .5em;
    font-size:.9em;
}
input#gform_submit_button_1:hover {
    background-color:#926a00;
}

.gform_body.gform-body input, .gform_body.gform-body textarea, .gform_body.gform-body select {
    border:none;
    background-color:#fff;
}
.gform_wrapper.gravity-theme .gfield_label {
    width:100%;
}

/* Age Verification Popup */
.age-gate-form {
    border-radius: 20px;
    background-color:#F3F1ED;
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/body-bg.jpg);
    background-repeat:repeat;
}
.age-gate-heading.age-gate-logo img {
    max-width: 40%;
}
.age-gate-heading-title-logo, .age-gate__heading-title--logo {
    width:200px !important;
}
p.age-gate-challenge {
    font-weight: 700;
    text-transform: uppercase;
}
.age-gate-challenge, .age-gate-message {
    font-size:1.2em;
    padding:1em 0;
}
h2.age-gate-subheading {
    font-size: 4em;
    text-transform: uppercase;
    color:#6c6867 !important;
    padding:0 1em;
    font-style:normal;
    font-family: didoni-urw, serif;
    font-weight: 400;
}
button.age-gate-submit-yes, button.age-gate-submit-no {
    font-size:1em;
    padding:.3em 1em;
    background-color:#fff;
    border:1px solid #816518;
    color:#231F20 !important;
    margin:0 1em 5em 1em;
}
button.age-gate-submit-yes:hover, button.age-gate-submit-no:hover {
    background-color:#816518;
}
.age-gate-additional-information {
    position: absolute;
    bottom: 15px !important;
    left:0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
}
    
.age-gate-additional-information p {
    font-weight: bold;
    text-transform: uppercase;
    color:#816518 !important;
    position: relative;
    display: inline-block;
}

.age-gate-additional-information > p:before, .age-gate-additional-information > p:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 591px; /* half of limiter*/
    margin: 0 20px;
}
.age-gate-additional-information > p:before{
    right: 100%;
}
.age-gate-additional-information > p:after{
    left: 100%;
}

/* Thank You Page */

#thank-you-header {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/pouring-bg.jpg);
    background-size:100%;
    min-height: 300px;
    background-position: center 70%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

#thank-you-header h1 {
    color:#fff !important;
}

#thank-you-header .title-bar {
    background-color:#fff;
}

#thank-you-header .col-12 {
    padding-top:100px;
}

@media (max-width:768px) {
#thank-you-header {
        background-size:150%;
        background-position: center top;
    }
}

/* Mailchimp Signup */
    input#mce-EMAIL {
        width: 75%;
        padding: .2em .5em;
        border-radius: 2px;
        border: none;
        font-family:'Source Sans Pro', sans-serif;
        color:#231F20;
        background-color:#D6D1C4;
    }
    #mc-embedded-subscribe {
        margin:.75em 0 0 0 !important;
    }

    div#mce-success-response {
        color: #fff;
        padding: .5em 0;
    }

    #mce-error-response {
    color: #fff !important;
    font-style: italic;
    }



/* Homepage Video */

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: -75px;
  bottom: 0;
  z-index: -1;
}
.header, .home .entry-content, #content.site-content {
    background-color: #F3F1ED;
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/08/body-bg.jpg);
    background-repeat: repeat;
}
.home #page-sub-header {
    background-size: cover !important;
    background-image: none !important;
    background-color: transparent !important;
}
.home #primary.col-sm-12 {
    padding: 0;
}

ul#menu-main-nav {
    opacity: 0 !important;
    transition: .5s ease all;
}

.active ul#menu-main-nav {
    opacity: 1 !important;
}

#banner-screen {
  width: 100%;
  background-color: rgba(0,0,0,.3);
  height: 100%;
}

#page-sub-header {
    padding-top:0px !important;
}

.fa-angle-down::before { 
    color:#fff;
}

#banner-screen small a {
  font-size: .9em;
  color: #fff;
}


@media (max-width: 750px) {
    #background-video { 
        display: none; 
    }
    .home #page-sub-header {
      background: url("https://scottisoriginalsprings.com/wp-content/uploads/2021/11/homepage-bg.jpg") no-repeat !important;
      background-size: cover !important;
    }
	input#mce-EMAIL {
		width:100%;
	}
}


/* Where To Buy Page */

#where-to-buy-header {
    background-image: url(https://scottisoriginalsprings.com/wp-content/uploads/2021/12/where-to-buy-bg.jpg);
    background-size:100%;
    min-height: 450px;
    background-position: center 70%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

#where-to-buy-header h1 {
    color:#fff !important;
}

#where-to-buy-header .title-bar {
    background-color:#fff;
}

#where-to-buy-header .col-12 {
    padding-top:175px;
}

.page-template-where-to-buy-page #content.site-content {
    padding-bottom: 0;
}

@media (max-width:768px) {
    #where-to-buy-header {
        background-size:150%;
        background-position: center top;
        min-height: 300px;
    }
    #where-to-buy-header .col-12 {
    padding-top:100px;
}
}

/*Buy Buttons*/
body [data-style="bottle-nexus-cart"] [data-component='cart'] [data-product-decrement], body [data-style="bottle-nexus-cart"] [data-component='cart'] [data-product-increment]{
    margin: 0 !important;
    color: #000000FF !important;
    font-family: 'Source Sans Pro', sans-serif;
}

body [data-component="cart"] {
    font-family: 'Source Sans Pro', sans-serif !important;
}

body [data-component="toggle"]{
    margin-right: 0 !important;
}