/*
Theme Name: Bold | Fifth Group
Author: Phase 3 Marketing and Communications
Description: Wordpress theme for Bold of Fifth Group build by Phase 3 Marketing and Communications.
*/

@import url('assets/bootstrap-3.3.4/css/bootstrap.min.css');
@import url('assets/bootstrap-3.3.4/css/bootstrap-theme.min.css');
@import url('assets/css/bold.css');
/*

font-family: 'Montserrat', sans-serif;
font-family: "Whitney SSm A", "Whitney SSm B";

*/

/*==========================================
..........................................
Global
..........................................
==========================================*/
body{
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.white-center-separator, .main-color-center-separator{
    margin: 35px auto;
    display: block;
    height: 3px;
    width: 44px;
    background-color: #fff;
}
.text-light-grey{
    color: #D1D3D3;
}
a.white:hover{
    color: #fff;
}
.more-link{
    display: none;
}
.large-p{
    font-size: 21px;
}
.nav-tabs{
    border-bottom: transparent 1px solid;
}
.page-header{
    margin-top: 200px;
    border-bottom: 1px solid transparent;
}
.site-wrap {
    padding-bottom: 39px
}
h1{
    font-size: 26px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 16px;
}
label{ text-transform: uppercase;}
@media (min-width: 992px){
    h1{
        font-size: 40px;
        line-height: 1.3;
    }
    h2{
        font-size: 45px;
    }
    h3{
        font-size: 28px;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 21px;
    }
    h6{
        font-size: 14px;
    }
}
/*==========================================
..........................................
featured event modal
..........................................
==========================================*/
.modal.fade.in .modal-body, .modal.fade.in #featured-tab {
    bottom: 0;
    opacity: 1;
}
.modal-body {
    position: absolute;
    bottom: -250px;
    right: 30%;
    padding: 30px 15px 15px;
    width: 40%;
    border-radius: 6px 6px 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}
#slide-bottom-popup .news-article{
  margin-top:0;
}
#slide-bottom-popup .news-content{
  padding: 15px 0;
}
.close {
    margin-top: -20px;
    text-shadow: 0 1px 0 #ffffff;
}
.popup-button {
    margin-left: 140px;
    margin-top: 77px;
    font-weight: bold;
}
/*==========================================
..........................................
header
..........................................
==========================================*/
.desktop-logo-cs {
    width: 190px;
    display: block;
    margin: 0 auto;
    position: fixed;
    z-index: 999;
    left: 50%;
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    top: 0 !important;
    padding: 20px;
    background-color: #fff;
}
.desktop-logo, .desktop-logo-cs{
    width: 300px;
    padding: 28px;
}

#locationsDropdown{
    width: 125px;
}
.navbar-nav{
    max-width: 1080px;
    width: 100%;
}
.nav>li>a{
    margin: 0 9px;
}
.desktop-logo, .desktop-logo-cs{
    top: 77px;
}
.desktop-logo a, .desktop-logo img{
    width: 100%;
}
.mobile-desktop-logo {
    width: 250px;
    margin: 0 auto;
    margin-top: 35px;
}
header .social .social-icon{
    float: none;
}
.header-restaurants svg{
    fill: #D1D3D3;
}
.header-restaurants a{
    padding: 10px 0;
    border-top: none;
}
.rest-logo {
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid #D1D3D3;
}
.rest-hero .right h3{
    font-size: 18px;
}
.rest-hero.chef-highlight .right h3{
    font-size: 40px;
}
#main-navigation li.home-nav-item a:hover{
    border-color: #fff !important;
}
#header {z-index: 999;}
@media (min-width: 992px){
    .navbar-nav{
        left: 50%;
        width: 100%;
        margin-left: initial;
        transform: translate(-50%);
    }
    .hero-offset {
        margin-top: -25px!important;
    }
}
@media (min-width: 1365px){
    .navbar-nav{
        width: 85%;
    }
}


/*==========================================
..........................................
home
..........................................
==========================================*/
.rest-hero .left, .rest-hero .right{
    min-height: 460px;
    position: relative;
}

.rest-hero .left .left-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.rest-hero .right .content{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.rest-hero .right .content-low{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.rest-hero .right{
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.hoo .name, .hoo .day, .hoo .hours{
    background-color: #fff;
    position: relative;
    z-index: 10;
    display: inline;
}
.hoo .name{font-size: 25px;}
.hoo .day{
    font-size: 15px;
}
.hoo .hours{
    float: right;
    margin-top: -18px;
    font-family: "Whitney SSm A", "Whitney SSm B";
    font-size: 15px;
}
.hoo .dotted-underline, .hoo .underline{
    margin-top: -5px;
    float: left;
    width: 100%;
}
.hoo .underline{margin-top: -11px;}
.hoo .day-wrap{
    width: 100%;
    clear: both;
    display: block;
}
.hoo .day-wrap:nth-child(1){
    margin-top: 9px;
}
.hoo .row{
    margin-bottom: 25px;
}
.chef-highlight h3{
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.chef-highlight .right{
    background-image: none;
}
.chef-highlight .right .content{
    transform: translate(0, 0);
    position: relative;
    left: 0;
    width: 100%;
    margin-bottom: 20px;
}
.contact-form input[type=submit], .main-btn-big, .main-btn-blue, .main-btn-red, .main-btn-small, .main-btn-xl, .main-btn-xxl, .subscribe input[type=submit], .transparent-white-btn{
    margin-top: 20px;
}
.event-content{
    width: 100%;
}
.family-links{
    text-align: center;
}
.family-links .fam{
    display: inline-block;
    text-align: left;
    float: none;
}
.family-links .fam img{
    width: 80%;
    margin-left: 10%;
}
.content-low .center-btn a{
    margin-top: 20px;
}
.events-section .view-all-events{
    position: relative;
    width: 100%;
    top: initial;
    float: left;
    text-align: center;
}
@media (min-width: 992px){
    .family-links .fam{float: left;}
    .rest-hero .left, .rest-hero .right{
        min-height: 800px;
    }
    .chef-highlight{
        min-height: 760px;
    }
    .rest-hero .right .content{
        width: 80%;
        margin-left: 10%;
    }
}
@media (min-width: 1024px){
    .home-hoo .hoo, .home-hoo .page-content{
        padding: 0 50px;
    }
    .rest-hero .left, .rest-hero .right{
        padding: 100px 0;
    }
    .rest-hero .right .content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0;
        width: 80%;
        margin-bottom: 0;
    }
    .contact-form input[type=submit], .main-btn-big, .main-btn-blue, .main-btn-red, .main-btn-small, .main-btn-xl, .main-btn-xxl, .subscribe input[type=submit], .transparent-white-btn{
        margin-top: 20px;
    }
    .contact-form input[type=submit]{
        margin-top: 0;
    }
}
/*==========================================
..........................................
Private Dining
..........................................
==========================================*/
iframe .gform_fields{
    float: left;
    width: 50%;
}
.locations-tabs.priv-din a{
    font-size: 22px;
}
@media (max-width: 992px){
    .contact-form .column_2{
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .ce-content .col-sm-8 p, .ce-content .cols p{
        font-size: 18px;
    }
    .private-dining .nav-tabs li{
        margin: 0 1.5%;
    }
}
/*==========================================
..........................................
Menu Page
..........................................
==========================================*/
.menu-tabs{
    margin: 60px 0;
    text-align: center;
}
.menu-tabs li{
    margin: 0 30px 20px 0;
    text-align: left;
    display: inline-block;
    float: left;
}
.price{
    margin-left: 30px;
}
.menu-tab{
    font-size: 24px;
}
.menu-upper{
    position: fixed;
    top: 0;
    height: 100vh;
    width: 1366px;
}
.menu-upper .top{
    height: 45%;
    width: 100%;
}
.menu-upper .bottom{
    height: 65%;
    width: 100%;
}
.menu-bg-img{
    position: fixed;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    left: 0;
}
.menu-block{
    margin-bottom: 50px;
}
.pagination{
    text-align: center;
    width: 100%;
}
.pager{
    display: inline-block;
    float: none;
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
    padding: 10px 50px;
    margin: 0 15px;
}

@media (max-width: 992px){
    .menu-tab-content.tab-content >.tab-pane {
        display: none;
        border-bottom: 1px solid transparent;
        padding: 10px;
    }
    .menu-tab-content.tab-content >.tab-pane.active{
        display: block;
    }
}
@media (min-width: 992px){
    .menu-bg{
        height: 425px;
    }
}


/*==========================================
..........................................
Happenings
..........................................
==========================================*/
.news-hero{
    width: 100%;
    min-height: 400px; /* assures it shows when this class is used to display a background image - Jay */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.news-content a{
    color: #4D4D4D;
    text-decoration: underline;
}
.blog-sidebar-section a{
    font-weight: 100;
}
/*==========================================
..........................................
Loyalty Programs
..........................................
==========================================*/
.panel-default>.panel-heading{
    padding: 15px 0;
}

.membership .center-btn a {
    margin: 0 0 20px 0;
}
.modal.in .modal-dialog{
    z-index: 99999999999;
    top: 50%;
    position: absolute;
    width: 100%;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
    .modal.in .modal-dialog{
        z-index: 99999999999;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        left: 50%;
        width: 50%;
    }
}
/*==========================================
..........................................
locations page
..........................................
==========================================*/
.locations-content{
    margin-top: 280px;
}
.locations.desktop-logo{
    top: 0;
    width: 300px;
}
.locations{
    text-align: center;
}
.locations .location{
    text-align: left;
    display: inline-block;
    text-align: center;
    margin: 40px 20px;
    vertical-align: top;
}
.locations .location h3{
    margin-bottom: 30px;
}
.locations .location p{
    margin-bottom: 5px;
}
.location-info{
    height: 80px;
    margin-bottom: 20px;
    display: inline-block;
}
.location-info a{
    color: #fff;
}
/*==========================================
..........................................
Coming soon page
..........................................
==========================================*/

.content-low select{
    background-image: url(/wp-content/themes/fgr/assets/img/arrow-white.png);
    width: 175px;
    text-transform: uppercase;
    background-color: transparent;
    display: block;
    margin: 0 auto;
}
/*==========================================
..........................................
Contact page
..........................................
==========================================*/
.contact-directions{
    text-decoration: underline;
}
.contact-form textarea{
    height: 247px;
}
.contact-form .third.day label, .contact-form .third.year label {
    color: transparent;
}
.contact-form{
    overflow: auto;
}
.contact-form .gfield_radio li {width: 30%;}
.contact-content h5{font-weight: 600;}
@media (min-width: 992px){
    .contact-content{
        width: 45%;
        float: right;
    }
}
/*==========================================
..........................................
footer
..........................................
==========================================*/
.address p{
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
}

.explore-careers-button{
    padding: 12px;
    margin-top: 25px;
    float: left;
}

.menu-page #footer .logos svg{
    fill: #fff;
}
.menu-page #footer .copyright{
    color: #fff;
}
.mobile-footer.locations{
    background-color: transparent;
    color: #fff;
    padding: 0;
}
.locations-footer{
    padding-top: 0px;
}
.social .social-icon{
    float: left;
}


/* 7.20.17 AD edits */
/*footer svg color change*/
#footer .logos svg {
    fill: #828282;
}

/*styling address in header and footer*/
.header-nav-contact-info {
    text-align: center;
    color: #cf0a2c;
    font-weight: bold;
    font-family: Montserrat,sans-serif;
}
.header-nav-contact-info p {
    margin:0;
}
/*@media (max-width: 992px){
    .header-nav-contact-info .uppercase p a {
        color: #cf0a2c!important;
        padding: 0!important;
        border-bottom:0px solid #D1D3D3!important;
        text-align: center;

    }
}*/
.header-nav-contact-info p a {
    color: #cf0a2c!important;
    padding: 0!important;
    border-bottom:0px solid #D1D3D3!important;
    text-align: center;
        transition: all .25s;
    transition-timing-function: ease-in-out;
}
.footer-address-info a{
    color:#cf0a2c;
        transition: all .25s;
    transition-timing-function: ease-in-out;
}



/*giftcard page*/
.gift-card-section .gift-card:nth-child(1) {
    padding: 0;
    padding-right: 30px;
}

.gift-card-section .gift-card:nth-child(2) {
    padding: 0;
    padding-left: 30px;
}
