@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('Roboto-Regular-webfont.woff') format('woff'), url('Roboto-Regular-webfont.ttf') format('truetype'), url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesqueblack';
    src: url('../fonts/brandon_blk.woff2') format('woff2'), url('../fonts/brandon_blk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandon_grotesquelight';
    src: url('../fonts/brandon_light.woff2') format('woff2'), url('../fonts/brandon_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body.intro-page-body {
    overflow: hidden;
}

.container-intro > .row > [class*="col-"] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.container-intro > .row > [class*="col-"] a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
}


#col_num1 {
    background: url(mint1-bg.jpg) no-repeat center center;
    font-family: 'brandon_grotesquelight';
    color: #FFF;
    font-size: 20px;
    height: 100vh;
    background-size: 100% 100%;
    cursor: pointer;

}



#col_num2 {
    background: url(mint2-bg.jpg) no-repeat center center;
    font-family: 'brandon_grotesquelight';
    color: #FFF;
    font-size: 20px;
    height: 100vh;
    background-size: 100% 100%;
    cursor: pointer;

}



#col_num3 {
    background: url(mint_invite.jpg) no-repeat center center;
    font-family: 'brandon_grotesquelight';
    color: #FFF;
    font-size: 20px;
    height: 100vh;
    background-size: 100% 100%;
    cursor: pointer;

}


#col_num1:hover {
    background-size: 115% 115%;
}

#col_num2:hover {
    background-size: 115% 115%;
}

#col_num1 , #col_num2 {
    position: relative;
}


#col_num1:after , #col_num2:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #231f20;
    /*z-index: ;*/
    /*z-index: -1;*/
    -webkit-transition: all .3s;
    transition: all .3s;
}

#col_num1:hover:after,
#col_num1:active:after,
#col_num1:focus:after,
#col_num2:hover:after,
#col_num2:active:after,
#col_num2:focus:after {
    opacity: 0.6;
}



.vcenter {
    position: relative;
    z-index: 99;
    
}

.button_sign{
    margin:20px 0;
    cursor: pointer;
    text-decoration:none;
    border: 0px;
    height:44px;
    color:#fff;
    font-size:13px;
    font-family:'AsapBold', arial, serif;

    border-radius:20px 20px 20px 20px;
    -moz-border-radius:20px 20px 20px 20px;
    -webkit-border-radius:20px 20px 20px 20px;
    -o-border-radius:20px 20px 20px 20px;
    -ms-border-radius:20px 20px 20px 20px;
    background-color: #D70D15;
    position: fixed;

    width: 100px;
    padding: 14px;
    right: 250px;
    bottom: 100px;
}
.button_sign:hover{
    background-color: #F44248;
    text-decoration: none;
    color:#fff;

}


@media (max-width:767px) {

    #col_num1,
    #col_num2{
        height: 45vh;
    }

    
.button_sign{
     right: 150px;

}
}

@media (max-width:992px) {

    .caption h1 {
        white-space: nowrap;
        font-size: 35px !important;
    }

    .menu-wrapper { top: 43%; }

    .indigo-header .main-menu-links {
        width: 250px;
        padding-right: 50px;
        padding-left: 1em;
        padding-bottom: 1em;
    }

    .social-ico h4 {
        font-size: 20px !important;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .indigo-header .main-menu-links > li > a {
        font-size: 18px;
        white-space: nowrap;
    }

    .indigo-inside-text {
        margin-bottom: 0;
    }

    .landing-page-header h1 {
        font-size: 55px !important;
    }

    .landing-page-header p {
        letter-spacing: 2px;
    }

    .indigo-full-width-image {
        margin-bottom: 50px !important;
    }

    .submenu-list  > li > a {
        font-size: 15px;
    }
}

@media (max-width:992px) and (min-width:767px) {
    .press-awards{
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .wine-festival-wrapper h2 {
        margin-bottom: 20px;
    }

    .wine-festival-wrapper {
        top: 20%;
    }
}


@media (max-width:767px) {
    .landing-page-header h1 {
        font-size: 35px !important;
    }

    .landing-page-header p {
        font-size: 13px !important;
    }

    .indigo-header .main-menu-links {
        width: 200px;
    }

    .footer-link {
        font-size: 19px;
    }

}

@media (max-width:767px) {
    .main-site-header {
        text-align: left;
    }
    .main-site-header img {
        max-width: 70px;
        height: auto;
    }

    .indigo-inside-text {
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 992px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
       
.button_sign{
     right: 100px;

}
}



@media (max-width:448px) {
    .indigo-food-page-container  .col-xs-6 {
        width: 100%;
    }

    .indigo-header .main-menu-links > li > a {
        font-size: 15px;
        white-space: nowrap;
    }

    .submenu-list  > li > a {
        font-size: 13px;
        padding-right: 0 !important;
    }

    .copyright-footer {
        flex-direction: column;
        padding-bottom: 1em;
    }

    .copyright-footer > p {
        margin-bottom: 0 !important;
    }
       
.button_sign{
     right: 10px;

}
} 

@media (max-width:992px) and (orientation: landscape) {
    .landing-page-footer  ul > li > a > i {
        font-size: 1em;
    }

    .ourspace {
        padding-top: 0;
        padding: 10px;
    }

    .ourspace h1 {
        margin-top: 0
    }

    h1 {
        font-size: 35px !important;
    }
} 

@media (min-width: 320px) and (max-width: 585px) {

    .indigo-food-image h1 {
        font-size: 25px !important;
    }

    .indigo-full-width-image > img {
        height: 100%;
    }

    .history-page-and-award-header {
        margin-bottom: 20px;
    }

    .form-text-box {
        height: 50px !important;
    }

    .form-text-box::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        font-size: 16px ;
    }
    .form-text-box:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 16px ;
        opacity:  1;
    }
    .form-text-box::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 16px ;
        opacity:  1;
    }
    .form-text-box:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 16px ;
    }
    .form-text-box:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
        font-size: 16px ;
    }


    .subscribe-wrapper a {
        padding: 10px !important;
    }

    .banquets-hm-heading {
        font-size: 15px !important;
        margin-top: 0;
        line-height:12px !important;
    }

    .subscribe-main-wrapper h4 {
        font-size: 14px !important;
    }

    .caption {
        padding: 0px !important;
        margin: 0px !important;
        text-align: left;
        width: 100%;
        position: relative;
    }



    .indigo-box-left {
        width: 100%;
        background: none !important;
    }
    .indigo-box-right {
        width: 100%;
        background: none !important;
        border: none !important;
    }
    .history-caption {
        padding: 20px 0 0 0 !important;
        margin: 0px !important;
        text-align: left;
        width: 100%;
        position: relative;
        float: left;
        background: none !important;
    }
    .indigo-history-image {
        width: 100%;
        background: none !important;
        border: none !important;
    }
    .indigo-history-header {
        width: 100%;
        background: none !important;
        border: none !important;
    }
    .history-header-caption {
        background-color: #c8b376;
        padding: 20px !important;
        margin: 0 0 30px 0 !important;
        text-align: left;
        width: 100%;
        position: relative;
        float: left;
        color: #FFF;
    }
    .ourspace {
        width: 100%;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }
    h1 {
        font-family: 'brandon_grotesqueblack' !important;
        font-size: 30px !important;
    }
    h2 {
        font-family: 'robotobold' !important;
        font-size: 25px !important;
    }
    h3 {
        font-family: 'robotolight';
        font-size: 20px !important;
        line-height: 24px !important;
    }
    h4 {
        font-family: 'robotolight';
        font-size: 16px !important;
        line-height: 20px !important;
        display: inline-block;
    }
    .indigo-full-width-caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    .indigo-full-width-image {
        width: 100%;
        background-color: #CCC;
        position: relative;
        height: 200px;
        margin: 0 0 25px 0 !important;
    }
    .row-grid + .row-grid {
        margin-top: 15px;
    }

    p {
        font-family: 'robotolight';
        font-size: 15px;
        line-height: 20px !important;
        margin-bottom: 15px !important;
    }
    a {

        font-family: 'robotolight';
        font-size: 18px;
        overflow: hidden;
        padding: 10px 25px 10px 25px !important;
        color: #000 !important;
        display: inline-block !important;
    }
    .banquets-hm-heading a { padding: 0 15px !important; }
    .footer {
        padding: 15px 0 15px 0;
        text-align: center;
    }
    .social-ico h4 {
        font-size: 20px !important;
    }
    .wine-festival-wrapper h3 {
        font-size:12px !important;
        line-height:17px !important;
        padding:0px; !important;
        width:100%;
    }

    .wine-festival-wrapper h2 {
        font-size:18px !important;
    }
       
.button_sign{
     right: 10px;

}

}

