/* FONTS */

@font-face {
    font-family: Muli;
    font-weight: 300;
    src: url(../fonts/Muli-Light.ttf);
}
@font-face {
    font-family: Muli;
    font-weight: 400;
    src: url(../fonts/Muli-Regular.ttf);
}
@font-face {
    font-family: Muli;
    font-weight: 500;
    src: url(../fonts/Muli-SemiBold.ttf);
}
@font-face {
    font-family: Muli;
    font-weight: 600;
    src: url(../fonts/Muli-Bold.ttf);
}
@font-face {
    font-family: Muli;
    font-weight: 700;
    src: url(../fonts/Muli-Black.ttf);
}
@font-face {
    font-family: Roboto;
    font-weight: 300;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto;
    font-weight: 400;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto;
    font-weight: 500;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto;
    font-weight: 600;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto;
    font-weight: 700;
    src: url(../fonts/Roboto-Black.ttf);
}

/* GENERAL */

*, button, input, optgroup, select, textarea{
	position: relative;
	font-family: 'Muli';
	transition: all 0.2s;
}
*:focus, *:hover{
	outline: none!important;
	text-decoration: none!important;
}
body{
    overflow-x: hidden;
    font-family: 'Muli', sans-serif;
}
p{
    line-height: 1.75;
    letter-spacing: 0.5px;
    font-size: 0.85rem;
}
.font-roboto{
    font-family: 'Roboto';
}
.font-muli{
    font-family: 'Muli';
}
.font-serif{
    font-family: Georgia, serif;
}
.h-line-orange{
    width: 30px;
    height: 2px;
    background-color: #FC6937;
}
.h-line-moss{
    width: 60px;
    height: 2px;
    background-color: #6C7165;
}
.bg-nickel{
    background-image: url('../img/bg_texture.jpg');
}
.bg-coal{
    background-image: url('../img/bg_coal.jpg');
}
.text-orange a:hover{
    color: #FFF;
}

/* HOME */

#fixed-menu{
    background: #111;    
    bottom: 0px;
    padding: 40px 60px;
    position: fixed;
    right: -25%;
    top: 0px;
    width: 25%;
}
#fixed-menu a{
    color: #FFF;
    font-family: 'Muli';
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
}
#fixed-menu a:hover{
    color: #FC6937;
}
#lang-menu a{
    color: #FC6937;
}
#lang-menu a:hover{
    color: #FFF;
}
#home-slider{
    height: 500px;
}
#main-nav{
    height: 140px;
    margin-bottom: -140px;
    padding: 40px 0px;
    z-index: 5000;

    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.5) 25%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}
#main-nav .navbar-brand{
    padding: 0px 0px;
    margin: 0px 0px;
}
#menu-toggler{
    border: 1px solid #FFF;
    cursor: pointer;    
    height: 58px;
    position: relative;
    width: 58px;
}
#menu-toggler:hover,
#menu-dismiss:hover{
    background: #FFF;
}
#menu-toggler:after{
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);    
    color: #FC6937;
    content: '\f0c9';
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 50%;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);    
}
#menu-dismiss{
    border: 1px solid #555;
    cursor: pointer;
    height: 58px;
    position: relative;    
    width: 58px;
}
#menu-dismiss:after{
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);    
    color: #FC6937;
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 50%;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);    
}
#menu-social a{
    color: #FC6937;
    display: inline-block;
    height: 40px;
    width: 60px;
}
#menu-social a:hover{
    color: #FFF;
}
#menu-social a:before{
    color: inherit;
    font-size: 24px;
    left: 0px;
    transform: translate(0, -50%);
}
.wine-pic{
    background-size: auto 80%;
    background-repeat: no-repeat;
}
.wine-pic img{
    margin: auto;
    max-height: 600px;
}
#home-project .w-100{
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 45% auto;
}
#home-project p:last-of-type{
    margin: 0px 0px;
}
#home-valleys .bg-cover{
    height: 500px;
}
.valley-pic{
    height: 500px;
}
.carousel-control-prev:before{
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);    
    color: #FFF;
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 40px;
    left: 50%;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.carousel-control-next:before{
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);    
    color: #FFF;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 40px;
    left: 50%;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
#home-team{
    min-height: 760px;
}
#home-team .bg-cover{}
#home-team .col-lg-6.tab-content{
    height: 800px;
}
#team-tabs a.pr-4:after{
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);    
    color: #6C7165;
    content: '/';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#team-tabs .active,
#team-tabs a:hover{
    color: #FC6937!important;
}
#team-menu{
    position: absolute;
    right: 0px;    
    top: 0px;
}
.member-height{
    position: absolute;
    top: 3rem;
    left: 15px;
    bottom: 0px;
    right: 15px;
}
.wine-pic:hover{
    opacity: 0.75;
}
.wine-bottle{
    max-height: 900px;
}
@media (max-width: 1024px){

    .wine-bottle{
        max-height: 570px;
    }
    #home-valleys .carousel-control-next, 
    #home-valleys .carousel-control-prev{
        width: 4%!important;
    }
}
@media (max-width: 990px){

    html{
        overflow-x: hidden;
    }
    body{
        padding-top: 60px;
    }
    #fixed-menu{
        right: -100%;
        width: 100%;
    }
    #main-nav{
        background: #111;
        height: 60px;
        margin-bottom: 0px;
        padding: 10px 15px;
        position: fixed;
        top: 0px;
        z-index: 5000;
    }
    #main-nav .container{
        margin: 0px 0px;
        max-width: 100%;
        padding: 0px 0px;
        width: auto;
    }
    #menu-toggler{
        border: 1px solid #555;
        cursor: pointer;    
        height: 38px;
        position: relative;
        width: 38px;
    }    
    #menu-toggler:hover{
        border-color: #FFF;
    }
    .navbar-brand img{
        height: 40px;
    }
    .wine-pic img{
        max-height: 300px;
    }
    #home-slider {
        height: 330px;
    }   
}

@media (min-width: 768px) and (max-width: 1024px){

    #fixed-menu {
        right: -100%;
        width: 33%;
    }

}

/* FOOTER */

#social-links a{
    color: inherit;
    display: inline-block;
    height: 40px;
    position: relative;
    text-align: center;
    width: 40px;
}
.fb:before,
.tt:before,
.ig:before{
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);        
    color: inherit;
    content: '\f09a';
    font-family: 'FontAwesome';
    font-size: 20px;
    left: 50%;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tt:before{
    content: '\f099';
}
.ig:before{
    content: '\f16d';
}
#footer-bg{
    height: 360px;
}
footer{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#footer-instagram #wdi_feed_0 .wdi_feed_wrapper {
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;    
    background-color: #FFFFFF;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    width: 100%;
}
#footer-instagram #wdi_feed_0 .wdi_feed_item {
    display: block;
    margin-bottom: 15px;
    width: 24%;
}
#footer-instagram #wdi_feed_0 .wdi_photo_wrap{
    display: block;
    padding: 0px 0px;
    width: 100%;
}
#footer-instagram #wdi_feed_0 .wdi_photo_wrap_inner{
    border: 0px;
    background: transparent;
}

@media (max-width: 990px){

    #footer-bg{
        height: 160px;
    }
    footer{
        background-size: 200% auto;
    }    
    #footer-instagram .wdi_feed_item{
        display: none!important;
    }
    #footer-instagram [wdi_index="0"],
    #footer-instagram [wdi_index="1"]{
        display: block!important;
        width: 48%!important;
    }

}
@media (min-width: 700px) and (max-width: 1000px){

    #footer-bg{
        height: 300px;
    }

}


/* SINGLE WINE */

#wine-header{
    height: 500px;
}
.wine-bottom{
    background-repeat: no-repeat;
    background-size: auto 80%;
}
.wine-bottom img{
    margin: auto;
    max-height: 720px;
}
@media (max-width: 770px){

    #awards img{
        max-width: 80%;
        margin: auto;
    }
    .mw-logo{
        max-width: 80%;
        margin: 20px auto;
    }
    .mw-text{
        text-align: center;
    }

}


/* SINGLE VALLEY */

#valley-header{
    height: 500px;
}
#valley-content .w-100{
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 45% auto;
}
.text-white a:hover{
    color: #FC6937;
}
.valley-pic:hover{
    opacity: 0.75;
}
#home-valleys .carousel-control-next, 
#home-valleys .carousel-control-prev{
    width: 4%;
    z-index: 999999;
}

@media (max-width: 990px){

    #wine-header{
        height: 300px;
    } 
    #wine-content .wine-bottle {
        max-height: 400px;
    }   
    #valley-header{
        max-height: 300px;
    }
    #menu-social a{
        width: 60px;
    }

}

/* AGE GATE */

#age-gate{
    background-color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    bottom: 0px;
    color: #FFF;
    display: none;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 5000;
}
#age-gate .container,
#age-gate .container .row,
#age-gate .shadow{
    height: 100%;
}
#age-gate .shadow{
    background: rgba(0, 0, 0, 0.5);
}
#age-gate .row .d-flex *{
    margin: 0px 0px 20px 0px;
}
#age-gate .row .d-flex .check{
    margin: 0px 0px;
}
.age-gate-buttons a{
    border: 1px solid #FFF;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0px 10px!important;
    padding: 4px 40px;
    transition: all 0.2s;
}
.age-gate-buttons a:hover{
    background: #FFF;
    color: #333;
}
.language-button button{
    background: transparent;
    border: 0px!important;
    cursor: pointer;
    font-family: 'Raleway';
    font-size: 14px;
    letter-spacing: 2px;
    transition: all 0.2s;
}
.language-button button:hover{
    opacity: 0.5;
}





