@import url('https://fonts.googleapis.com/css?family=Roboto:500&display=swap');
/*global*/
@font-face {
    font-family:Aregentum;
    src: url('fonts/ArgentumSans-Thin.ttf');
}
@font-face {
    font-family:Aregentum-Light;
    src:url('fonts/ArgentumSans-Light.ttf');
}
@font-face {
    font-family:Aregentum-Bold;
    src: url('fonts/ArgentumSans-SemiBold.ttf');
}
h1,h2,h3,h4,h5,.display-1,.display-2,.display-3,.display-4,.display-5,.display-6 {
    font-family: goudy-old-style;
}
a {
    text-decoration:none !important;
}

.bourbon-splide {
    margin:0px 0 150px 0;
}

.bourbon-splide .splide__slide {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:1.4rem;
}

@media (max-width:893px){
    .bourbon-splide .splide__slide {
        display:flex;
        justify-content:center;
        align-items:center;
        padding:.4rem;
    }
}

.bourbon-splide .splide__arrow {
    background:transparent;
    width:auto !important;
    height:auto !important;
    transition:0.2s ease-in-out;
    opacity:1;
}

.bourbon-splide .splide__pagination {
    bottom:-100px !important;
}

.bourbon-splide  .splide__pagination__page {
    background:none !important;
    border:solid 1px black;
}

.bourbon-splide .splide__pagination__page.is-active {
    background:#000 !important;
    opacity:1 !important;
}

.bourbon-splide .splide__arrow:hover {

}
.bourbon-splide .splide__arrow svg {
    width:40px;
    height:40px;
    transition:0.2s ease-in-out;
    opacity:1;
}


.splide__pagination {
    bottom:-50px !important;
}

.splide__pagination__page {
    background:black !important;
}

.bourbon-splide img {
    max-height: 316px;
}
/*loader*/
#loader {
    position: absolute;
    left: 53%;
    top: 40%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #000000;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin .7s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
*, html {
    scroll-behavior: smooth;
    padding: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body {
    overflow-x: hidden !important;
}
.jumbo-cta , .cta a {
    color:#333;
    text-decoration: none;
}
.learn-more-button a, .learn-more-button a:hover {
    color:white !important;
}
body::-webkit-scrollbar {
    width:0.5em;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(163, 163, 163, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color:#333;
    outline: 1px solid rgb(0, 0, 0);
    border-radius: 30px;
}
/*navbar*/
.navbar {
    text-transform: uppercase;
    background: transparent !important;
    z-index: 15px;
    padding-bottom:10px;
    font-weight: 300;
    border-bottom:solid 1px rgb(213, 213, 213);
}
nav img {
    width: 200px;
    margin-left: 30px;
    margin-right: 30px;
}
#favicon {
    width:50px;
    max-width:75px !important;
    height:auto;
    margin-left:5px;
}
.nav-toggler-icon
{
    height:27px;
    width:auto;
    margin-right:-10px;
}
.hide-navbar-brand {
    display:none;
}

/*Merch*/
.merch-card {
    border:none !important;
    min-height:auto;
    min-height:500px;
}

.merch-card-img {
    height:270px;
    object-fit:contain;
    object-position:center;
}

.merch-preview-img {
    max-width:300px;
    padding:2rem;
}

.cart-table-list-item {
    background-color:#f8f8f8 !important;
}
.cart-table-list-item-mobile {
    display:none;
}
@media ( max-width:992.98px){

    .cart-table-list-item-mobile {
        display:flex;
    }

    .cart-table-list-item-desktop {
        display:none;
    }

    .merch-preview-img, .table-header  {
        display:none;
    }
}

.white-lm-tag-button, .white-lm-tag-button:hover {
    background: white !important;
    border: solid rgb(0, 0, 0) 1px !important;
    border-radius: 0px;
    font-size: 12px;
    color:#333;
    padding:1.5px 50px;
    outline: none !important;
    text-transform: uppercase;
    transition: .1s ease;
    letter-spacing: 3px !important;
    text-decoration: none !important;
    color:#333;
    min-width:auto;
}

/*Merch*/
.border-0, .form-control {
    border-radius:0px !important;
}

.white-lm-button, .white-lm-button:hover {
    background: white !important;
    border: solid rgb(0, 0, 0) 1px !important;
    border-radius: 0px;
    font-size: 12px;
    color:#333;
    padding:15px 50px;
    outline: none !important;
    text-transform: uppercase;
    transition: .1s ease;
    letter-spacing: 3px !important;
    text-decoration: none !important;
    color:#333;
}

.black-lm-button, .black-lm-button:hover {
    background: #333 !important;
    border: solid rgb(255, 255, 255) 1px !important;
    border-radius: 0px;
    font-size: 12px;
    color:#333;
    padding:15px 50px;
    outline: none !important;
    text-transform: uppercase;
    transition: .1s ease;
    letter-spacing: 3px !important;
    text-decoration: none !important;
    color:white;
}

.cta, .cta:hover {
    background: white !important;
    border: solid rgb(0, 0, 0) 1px !important;
    border-radius: 0px;
    font-size: 12px;
    color:#333;
    padding:15px 50px;
    outline: none !important;
    text-transform: uppercase;
    transition: .1s ease;
    letter-spacing: 3px !important;
    text-decoration: none !important;
    color:#333;
}
.nav-cta-wrapper {
    margin-top:10px;
}
nav > .cta:hover {
    background:white;
}
nav ul {
    padding: 30px 0px 20px 0px;
}
nav li {
    padding-top: 10px;
    margin-right: 20px;
    letter-spacing: 3px;
}
.nav-link {

    font-size:14px;
}
nav a {
    color: rgb(0, 0, 0) !important;
    font-size:17px;
}
.dropdown-menu {
    background:rgba(0,0,0,.5);
    padding:9px 0px !important;
    border-radius:0px !important;
    margin-top:30px;
    transition:.2s ease;

}
.dropdown-menu a {
    color:rgb(255, 255, 255) !important;
    padding:10px;
    font-size:12px;
    font-weight: 300;
    transition:.2s ease;
}
.dropdown-menu a:hover {
    color: rgb(0, 0, 0) !important;
    background: rgb(255, 255, 255);
    transition:.2s ease;
}
.navbar-toggler {
    outline: none !important;
    border: none;
    background: white;
    color: rgb(255, 255, 255) !important;
    border-radius: 0px;
}
.navbar-toggler-icon {
    font-size: 23px;
    color: rgb(255, 255, 255) !important;
    border-radius: 0px !important;
}
/*****END OF NAVIGATION*****/
/*****JUMBOTRON HEADER FRONT PAGE*****/
.jumbotron {
    padding: 0;
    background-color: white;
}
.jumbotron-fluid {
    top: 0px;
    width: 100%;
    text-align: center;
    color: white;
}
.jumbotron-fluid .row {
    margin: 0 auto;
}
.jumbotron-fluid .row.w650 {
    max-width: 650px;
}
responsive-video-background {
    width: 100%;
    z-index: 1;
}
.jumbo-logo-cta {
    z-index: 100;
}
@media only screen and (max-width: 768px) {
    .jumbo-logo-cta {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}
@media only screen and (min-width: 768px) {
    .jumbo-logo-cta {
        margin-top: 15rem !important;
        margin-bottom: 15rem !important;
    }
}
@media only screen and (max-width: 768px) {
    responsive-video-background.video-jumbotron .content img{
        height: 80px;
        margin-left: -22px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    responsive-video-background.video-jumbotron .content img{
        height: 150px;
        margin-left: -22px;
    }
}
@media only screen and (min-width: 992px) {
    responsive-video-background.video-jumbotron .content img {
        height: 200px;
        margin-left: -22px;
    }
}

.jumbo-cta, .jumbo-cta:hover {
    background: rgba(0, 0, 0, 0.507);
    border: solid rgba(255, 179, 0, 0.523) 1px;
    color: white;
    outline: none !important;
    text-transform: uppercase;
    transition: .1s ease;
    letter-spacing: 5px !important;
    padding:20px 60px;
    font-size: .75rem;
    font-weight: 300;
    height: 70px;
    text-decoration: none !important;
}
.purchase-btn {
    background: rgba(255, 255, 255, 0.934) !important;
    color:#333;
    transition: .2s ease;
    border-color: rgba(255, 179, 0, 0.883) !important;
    animation-delay: 300ms;
}
.purchase-btn:hover {
    background: rgb(255, 255, 255) !important;
    color:#333;
    border-color: #ffffff !important;
}
/*****1ST SECTION*****/
.hide {
    opacity: 0;
}
.main-page-intro {
    height:auto;
    padding: 100px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.main-page-intro .col-lg {
    margin-top: 1;
}
.main-page-intro-text-content {
    width:40% !important;
}
footer > hr {
    border:solid rgb(160, 160, 160) 1px;
    width:15%;
    text-align:left;
    margin-left:0"
}
.main-page-intro-bottle-wrapper {
    width:60% !important;
}
.main-page-intro-bottle-wrapper .row {
    padding-top:30px;
}
.main-page-intro .row .col-12 h2 {
    font-size: 17px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color:rgb(15, 14, 14);
    font-weight: bold;
}
.main-page-intro img {
    height:auto;
    width: auto;
    max-width:100%;
    transition: .2s ease;
}
.main-page-intro .lead {
    margin-bottom:50px;
}
.main-page-intro p {
    font-size: 1em;
    font-weight: 300;
    line-height: 2em;
    color:rgb(77, 77, 77);
    max-width:100%;
    margin:0 auto;
}
.main-page-intro h1 {
    font-weight: 900;
    font-size: 40px;
    text-transform: uppercase;
    font-family: goudy-old-style;
}
.carousel-inner {
    padding-bottom:100px;
}
.carousel-control-prev-icon {
    background:url('https://image.flaticon.com/icons/svg/892/892512.svg')
}
.carousel-control-next-icon {
    background:url('https://image.flaticon.com/icons/svg/892/892528.svg')
}
.carousel-indicators li {
    border:0px;
    height:3px;
    background:black;
}
/*****THE FAMILY*****/
@media screen and (max-width: 768px) {
    .about-section {
        background: linear-gradient(rgba(0, 4, 7, 0.2), rgba(3, 0, 14, 0.9)), url('/static/img/farm/francesco-luca-small.jpeg');;
        background-size: cover;
        background-position: center;
    }
}
@media screen and (min-width: 769px) {
    .about-section {
        background: linear-gradient(rgba(0, 4, 7, 0.2), rgba(3, 0, 14, 0.9)), url('/static/img/farm/family-crop.jpeg');;
        background-size: cover;
        background-position: center;
    }
}
.front-about-wrapper {
    height: auto;
    color: white;
    padding: 75px 0px 75px 0px;
}
.front-about-wrapper img {
    width: 400px;
}
.front-about-wrapper .row .col-lg {
    margin: 0 auto;
    text-align: center;
}
.front-about-wrapper .col-md-right {
    padding-top: 75px;
}
.front-about-wrapper h1 {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    font-family: goudy-old-style;
}
.front-about-wrapper p {
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 30px;
    font-weight: 300;
    width:680px;
    max-width: 100%;
    margin:0 auto;
}
.the-family-button {
    border:none;
    background:rgba(255, 255, 255, 0.952);
    color:#333;
    padding:15px 40px;
    border: solid rgba(255, 179, 0, 0.815) 1px;
    margin:5px 5px 25px 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    width:250px;
    letter-spacing: 5px;
}
.the-family-button a {
    color:black !important;
    outline:none !important
}
.learn-more-button {
    background:rgba(255, 255, 255, 0.164) !important;
    border:solid white 1px !important;
    color:white;
    outline:none !important;
    animation-delay: 100ms;
}
.learn-more-button a {
    color:white !important;
}
/*****FOOTER*****/
footer {
    height: auto;
    background: rgb(245, 245, 245);
    padding: 50px 200px;
}


#form-submit {
    cursor:pointer;
}
footer h3 {
    color: rgb(251, 206, 102);
}
.navigation-section-title {
    color:rgb(12, 12, 14);
    text-transform: uppercase;
    font-size:14px;
    margin-bottom:20px;
    font-family:Aregentum-Bold;
    letter-spacing: 1px;
}
footer ul {
    padding:0px;
}
footer li {
    padding:0px;
    font-family: Aregentum-Thin;
    margin-bottom:7.5px;
    list-style: none;
    color:#333;
}
footer li a {
    color:#333;
}
@media screen and (max-width: 768px) {
    .footer-links {
        margin-top: 4rem;
    }
}
@media screen and (min-width: 769px) {
    .footer-links {
        margin-top: 5rem;
    }
}
.footer-link {
    text-decoration: none;
    color:rgb(0, 0, 0);
}
.footer-link::after {
    content:'';
    display:inline-block;
    width:0%;
    height:1px;
    background:rgb(0, 0, 0);
}
footer img {
    width:auto;
    margin-bottom: 50px;
    height:75px;
}
footer .versa-badge {
    height: 70px;
    width:auto;
}
footer .row-links {
    padding-top: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
footer .rows-with-links p,
footer .rows-with-links span,
footer .rows-with-links a {
    text-decoration: none;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family:Aregentum-Light;
}
footer .rows-with-links span,
footer .rows-with-links a {
    font-size:.8em;
    color:rgb(80, 80, 80);
}

footer .col-8 .row {
    width: 80%;
}
footer .form-status-wrapper {
    margin-top:-25px;
}
footer .form-status-wrapper .col-lg {
    padding:0px;
}
#form-status {
    color: rgb(79, 79, 79);
    font-family:Aregentum-Light;
}
footer .social-row .col-sm {
    margin:0px;
}
footer .social-row img {
    height: 25px;
    margin:10px;
    margin-bottom:0px;
}
footer .social-row img.darken {
    filter:brightness(0)
}

/*****Desktop Screens*****/
@media only screen and  (max-width: 1577.98px) {
}
@media only screen and  (max-width: 1498.98px) {
    .main-page-intro-text-content, .main-page-intro-bottle-wrapper {
        width:100% !important;
        text-align: center;
    }
}
@media only screen and  (max-width: 1199.98px) {
   .main-header .col-lg {
        margin-bottom:50px;
    }
    h1 {
        font-size: 50px;
    }
    .navbar {
        padding: 20px !important;
    }
    .navbar-brand {
        width: 130px;
        height: auto;
    }
    .main-page-intro {
        height: auto;
        padding: 100px 50px 100px 50px;
        display:block;
    }
    .main-header .container .row  {
        margin-bottom:50px;
    }
    .main-page-intro .row .col-12 h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .main-page-intro .row .col-12 h1 {
        font-size: 40px !important;
        margin-bottom: 30px;
    }
    .main-page-intro img {
        opacity: 1;
    }
    .main-page-intro p {
        font-size: 17px;
        margin-bottom: 75px;
        line-height: 2.5rem;
    }
    .main-page-intro .col-lg {
        margin-bottom:0px;
    }
    .main-page-intro-text-content {
        width:100%;
        padding:75px;
    }
    .front-about-wrapper {
        text-align: center;
    }
    .front-about-wrapper img {
        max-width: 290px;
    }
    .front-about-wrapper h1 {
        font-size: px;
        margin-bottom: 30px;
    }
    .front-about-wrapper p {
        font-size: 22px;
        margin-bottom: 50px;
        line-height: 2.5;
        font-weight: 300;
    }
    footer {
        padding:50px 100px;
    }

    footer .social-row .col-md {
        text-align: left;
        width: 25%;
    }
    footer .social-row .col-md img {
        height: 30px;
        width: 30px;
    }
    .hide-when-mobile {
        display: none;
    }
    footer .col-lg {
        margin-bottom: 25px;
    }
    .newsletter-form {
        margin-bottom: 50px;
    }
    .locations-header h1 {
        font-size:50px !important;
    }
 }
 @media (max-width: 991.98px) {
     .lead {
         font-size:14px;
     }
     footer > hr {
        border:solid rgb(160, 160, 160) 1px;
        width:15%;
        text-align:center;
        margin:25px auto;
    }
    .main-page-intro .col-lg img{
        margin-bottom:7rem;
    }
    .main-page-intro-text-content {
        width:100%;
        padding:25px;
    }
    .bottle-images img {
        width:50%;
    }
    .content-wrapper {
        padding:0px;
    }
    .front-about-wrapper h1 {
        font-size:40px;
    }
    .front-about-wrapper p {
        font-size:17px;
    }
    .front-about-wrapper .the-family-button {
        width:auto;
    }
    footer li {
        width:300px !important;
    }
  }
/*Mobile Phones*/
@media only screen and (max-width: 575.98px) {
    .main-page-intro .col-lg {
        padding:0px;
        margin-bottom:75px;
    }
    .main-page-intro-text-content h1 {
        font-size:8vw;
    }
    .main-page-intro-text-content {
        width:100%;
        padding:0px !important;
    }
    .main-page-intro p {
        font-size:17px;
        line-height:2.5rem;
    }
    .main-page-intro-bottle-wrapper img {
        width:100%;
    }
    .bottle-images img {
        width:80%;
    }
    .content-wrapper {
        padding:30px;
    }
    .front-about-wrapper .col-md-right {
        margin:0px !important;
        padding:0px;
    }
    .the-family-button {
        width:100%;
    }
    .col-md-9 {
        padding:0px;
    }

    .front-about-wrapper img {
        width:100%;
    }
    .front-about-wrapper h1 {
        font-size:8vw;
    }
    .front-about-wrapper p {
        font-size:17px;
        line-height: 2.5rem;
    }
    .the-family-button, .learn-more-button {
        font-size:12px;
        padding:20px 30px;;
    }
    footer > hr {
        display:none;
    }
    footer .col-lg {
        text-align: center;
    }
    footer, footer .container {
        padding:25px;
    }

    footer .mb-5 {
        margin-bottom:0px !important
    }
    footer .navigation-section-title {
        text-align: center;
        margin:0 auto;
    }
    footer .row {
        margin-bottom:50px;
    }
    footer .rows-with-links {
        display:flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    footer .col-xl {
        width:100%;
    }
    footer li {
        width:250px;
    }
    footer a {
        font-size:14px !important;
    }
    footer img {
        margin:0 auto;
        margin-bottom:75px;
    }
 }
 @media only screen and (max-width: 320.98px) {
    .cta,.jumbo-cta {
        font-size:14px;
        padding:4px 30px;
        transform:none;
        width: 225px;
    }
    .jumbo-cta:hover {
        font-size:14px;
        padding:4px 30px;
        transform:none;
        width: 225px;
    }
    .purchase-btn, .purchase-btn:hover {
        transform: none;
        font-size:14px;
        width: 225px;
        padding:4px 30px;
    }
    .content-wrapper {
        padding:0px;
    }
    .front-about-wrapper img {
        width:100%;
    }
    .front-about-wrapper h1 {
        font-size:8vw;
    }
    .front-about-wrapper p {
        font-size:14px;
        line-height: 2.5rem;
        width:100%;
    }
    .the-family-button, .learn-more-button {
        font-size:12px;
        width:100%;
    }
    footer > hr {
        display:none;
    }
    footer .col-lg {
        text-align: center;
    }
    .little-logo {

    }
}

/*

Merch

 */

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.carousel-item > img {
    max-height:540px !important;
}

.merch-card-title {
    height: 58px;  /* for two lines */
}

.merch-card-description {
    height: 72px;  /* for two lines */
}

/*

Cart

 */

a.cart-widget {
    position: fixed;
    z-index: 10;
    top: 8em;
    right: 0;
    color: white;
}


/*

Utilities

 */

.emtpy-space-100 {
    height: 100px;
}

/*

Links Page

 */

.linkspage-title-container {
    height: auto;
    padding:2em 0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.linkspage-title-container .row {
    text-align: center;
}
.linkspage-title-container .row .col-12 h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.linkspage-title-container p {
    color:white;
    font-size:17px;
}


.links-card  {
}
.links-card a h3 img {
    height: 30px;
    width: 30px;
    filter:brightness(0);
    margin-right: 0.5em;
    margin-bottom: 0.2em;
}
