*{
    font-family: 'Open Sans', sans-serif;
}
body{
    background-image: url("assets/master-background.jpg");
    background-size: cover;
    background-position: center -95px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}
.container{
    margin: 0 250px;
}
nav{
    width: 100%;
    margin-bottom: 35px;
    /* background: white; */
}
nav .alert{
    display: flex;
    width: 100%;
    background: #f9f9f9;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 100;
    position: fixed;
    top: 0;
    z-index: 1000;
    font-size: 15px;
}
nav .left,
nav .right{
    margin-top: 35px;
}
.clear{
    clear: both;
}
nav .alert span{
    padding: 5px 15px;
    letter-spacing: 2;
}
nav .left{
    /* width: 40%; */
}
nav .left,
nav .right{
    display: inline-flex;
    /* flex-wrap: nowrap; */
}
nav .right{
    /* position: absolute; */
    /* top: 95px; */
    float: right;
}
nav .left .logo-container,
nav .right ul li{
    height: 40px;
    align-items: center;
}
nav .logo{
    max-width: 150px;
    margin-top: 3px;
}
nav ul{
        display: inline-flex;
        list-style-type: none;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
}
nav ul li{
    display: inline-flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    flex-grow: 1;
    padding: 0 15px;
    color: #0d0d0d;
    font-weight: 400;
    font-size: 17px;
}
nav a{
    text-decoration: none;
    color: #0d0d0d;
}
nav a:visited{
    color: #0d0d0d;
}
.pr-0{
    padding-right: 0px;
}
nav .right ul li a.reservation-btn{
    padding: 10px 12px;
    background: #701214;
    color: white;
    border-radius: 3px;
}
nav .right ul li a.reservation-btn:hover{
background: black;
}
nav .right ul li a.reservation-btn{
    color: white;
}

#section1{
    margin-bottom: 50px;
    height: 790px;
}
.image-container{
    max-width: 100%;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 
    0 6px 20px 0 rgb(0 0 0 / 19%);
    /* position: absolute; */
}
.image-container img{
    max-width: 100%;
    position: absolute;
}
#section2{
    margin: 0 200px;
}
.border-top{
    border-top: .5px solid #701214;
    width: 100%;
    height: 1px;
}
.border-bottom{
    margin: 0 auto;
    border-bottom: .5px solid #701214;
    /* width: 90%; */
    margin: 0 50px;
    height: 1px;
}
h3.main{
    font-size: 28px;
    color: #701214; 
    text-align: center;
    margin: 10px 0;
}
.text-container p{
    font-size: 28px;
    font-weight: 100;
    color: #701214; 
    text-align: center;
}
.pin-stripe{
    margin: 0 160px;
    margin-top: 100px;
    height: .5px;
    background: #701214;
}
.b-container{
    text-align: center;
    margin: 0 auto;
    margin-top: -65px;
    width: 45px;
    padding: 20px;
    background: white;
}
.b-logo{
    margin: 0 auto;
    text-align: center;
    width: 45px;
}
#events .content{
    position: relative; 
    height: 1100px;
}
.expandable{
    margin-bottom: 20px;
    scroll-margin-top: 25px;
}
#make-reservation.expandable .header-tab,
.expandable.inquiry .header-tab{
    background: #701214;
}
#make-reservation.expandable .header-tab h3 a,
.expandable.inquiry .header-tab h3 a{
    color: white;
    text-decoration: none;
}
#make-reservation.expandable .header-tab h3 a:visited,
.inquiry.expandable .header-tab h3 a:visited{
    color: white;
}
#make-reservation.expandable .header-tab h3:after,
.inquiry.expandable .header-tab h3:after{
    display: none;
}
.expandable:hover{
    cursor: pointer;
}
.expandable .letter-spacing,
.letter-spacing {
    letter-spacing: 3;
    padding: 0px 100px 15px 100px;
    text-align: center;
    line-height: 2;
}
.expandable .header-tab,
.header-tab {
    background: #f2f2f2;
}
.expandable .content{
    background: white;
    padding: 25px;
}
.expandable .content h3,
.content h3 {
    text-transform: lowercase;
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    color: #701214;
    margin-top: 0;
}
.content:hover{
    cursor: default;
}
.content h4{
    margin-bottom: 0;
    color:#701214;
    letter-spacing: 2.5;
    font-weight: 200;
}
.content img{
    /*border: 15px solid #f2f2f2;*/
}
.content .slide-img-container:after{
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 34px;
    float:right;
    margin-top: 190px;
    position: relative;
    right: 45px;
    color: #939393;
}
.page-events .content .slide-img-container:after{ 
    display: none;
}
.next-arrow{
    width: 50px;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 34px;
    color: #939393;
}
.header-tab h3,
h3.tripleseat-header{
    font-size: 32px;
    font-weight: 300;
    color: #939393;
    text-transform: lowercase;
    text-align: center;
    padding: 12px;
    margin: 0;
}
.description{
    padding: 0px 100px 25px 100px;
}
.header-tab h3:after{
    font-family: 'FontAwesome';
    content: "\f04b";
    font-size: 24px;
    float: right;
    margin-top: 12px;
}
.header-tab.open h3:after{
    transform: rotate(90deg);
}
.content.contact{
    text-align: center;
}
.content.contact p span{
    font-weight: 200;
}
.content.contact p span a{
    text-decoration: none;
}
.content.contact p span a:visited{
   color: black;
}
.content.contact p span:first-of-type{
    font-weight: 400;
}
.content.contact p span{
    padding: 7px;
    margin-bottom: 15px;
    letter-spacing: 3;
}
.mt-100{
    margin-top: 100px;
}
.slide{
    margin: 0 auto;
    text-align: center;
    position: absolute;
}
.mobile-show{
    display: none;
}
.relative{
    position: relative;
}

#section2,
#section3 {
    position: relative;
}
#section1 {
    overflow: hidden;
}
footer{
    padding: 50px;
    background: white;
}
.page-events footer {
    background: #f9f9f9;
}
footer .logo-container{
    width: 100px;
    margin: 0 auto;
}
footer .logo-container img{
    max-width: 100%;
}

.logo-container-top {
    margin: 0 auto;
    text-align: center;
    padding: 50px;
}
.logo-container-top img {
    max-width: 250px;
    margin: 0 auto;
    
}

/* --- Tripleseat added 3-18-24 --- */

#tripleseat_embed_form {
    background: #f2f2f2;
    /*padding: 50px;*/
}

#tripleseat_embed_form table {
    margin: 0 auto !important;
    background: white;
    padding: 75px 50px;
}

#tripleseat_embed_form h2 {
    font-weight: 300;
}

#tripleseat_embed_form label {
    display: block;
    cursor: pointer;
    color: #701214;
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    text-transform: lowercase;
}

h3.tripleseat-header {
    color: white;
}
.tripleseat-header {
    background: #701214;
}

.rpr-tripleseat-container {
    background: #f2f2f2;
    text-align: center;
    padding: 50px 0;
    font-family: 'Open Sans', sans-serif;
}

#lead_form_submit a {
    display: none;
}

#tripleseat_embed_form .button {
    background: #701214;
    color: white;
    border: none;
    padding: 10px 25px;
    text-transform: lowercase;
}

.private-events-inquiry h3,
button {
    background: #701214; 
    color: white !important;
    border-radius: 3px;
}
.private-events-inquiry h3 a,
button a{
    color: white;
    text-decoration: none;
    display: inline-block; 
    padding: 5px 15px;    
}

/*Confirmation message*/
.rpr-tripleseat-container p {
    letter-spacing: 3;
    /* line-height: 2; */
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
#tsLeadSuccessMessage {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: 300;
    color: #939393;
    /* text-transform: lowercase; */
    text-align: center;
    padding: 12px;
    margin: 0;
}

/* --- End Tripleseat --- */

@media (max-width: 1515px){
    .container{
        margin: 0 100px;
    }
    br.mobile-hide{
        display: none;
    }

}

@media (max-width: 1200px){
    nav .alert span{
        letter-spacing: .5;
    }
    #guacamole iframe{
        height: 515px;
    }
    .content .slide-img-container:after{
        display: none;
    }
    .expandable .letter-spacing,
    .letter-spacing {
        letter-spacing: 2;
        padding: 0px 50px 15px 50px;
        line-height: 1.5;
    }
    .slide{
        left: 0;
        margin-left: 25px;
        margin-right: 25px;
    }
    .next-arrow{
        display: block;
    }
}




/* ----- Mobile -----  */
@media (max-width: 1002px){
    nav .right ul{
        display: none;
    }
    nav .menu{
        margin-top: 25px;
    }
    nav .menu:after{
        font-family:"FontAwesome";
        content: "\f0c9";
        font-size: 26px;
    }
    #section2{
        margin: 0 100px;
    }
    #guacamole iframe{
        height: 415px;
    }
    .slide-img-container img{
        max-width: 95%;
    }
    nav .right ul.open{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        position: absolute;
        z-index: 3000;
        left: 0;
        right: 0;
        top: 9;
        background: white;
        height: 100%;
        /* justify-content: center; */
        align-items: center;
        flex-grow: 0;
        /*margin-top: 160px;*/
    }
    nav ul li{
        flex-grow: 0;
    }
    nav .menu.open:after{
        z-index: 5000;
        content: "x";
        position: relative;
    }
    nav .alert{
        z-index: 4000;
    }
    .overflow{
        overflow: hidden;
    }
    nav .left,
    nav .right{
        margin-top: 0px;
    }
}

@media (max-width: 900px){
    .container,
    #section2{
        margin: 0 50px;
    }
    .letter-spacing br{
        display: none;
    }
    #events .content{
        height: 990px;
    }
    
    #tripleseat_embed_form table {
        padding: 0;
    }
    #tripleseat_embed_form {
        padding: 5px;
    }
}

@media (max-width: 700px){
    .container,
    #section2{
        margin: 0 25px;
    }
    #section1{
        margin-bottom: 25px;
    }
    h3.main,
    .text-container p{
        font-size: 20px;
    }
    #section3{
        margin-top: 40px;
    }
    .pin-stripe{
        margin-left: 25px;
        margin-right: 25px;
    }
    .content.contact p span{
        margin-bottom: 0;
        display: block;
        padding-bottom: 0;
    }
    .content.contact p{
        margin-bottom: 25px;
    }
    .content img {
        /*border: 7px solid #f2f2f2;*/
    }
    .expandable .letter-spacing,
    .letter-spacing {
        padding: 0 0 15px 0;
    }
    .expandable .letter-spacing.smaller,
    .letter-spacing.smaller {
        line-height: 1.3;
        letter-spacing: .5;
        font-size: 14px;
    }
    #events .content{
        height: 900px;
    }
    .next-arrow{
        font-size: 24px;
        margin-top: 15px;
    }
    .content h4{
        margin-top: 10px;
    }

}

@media (max-width: 500px){
    #guacamole iframe{
        height: 300px;
    }
    nav .alert{
        font-size: 13px;
        line-height: .9;
        padding: 5px 0;
    }
    .expandable .letter-spacing,
    .letter-spacing {
        line-height: 1.2;
    }
    .expandable .letter-spacing.smaller,
    .letter-spacing.smaller {
        line-height: 1.1;
    }
}

@media (max-width: 400px){
    #guacamole iframe{
        height: 250px;
    }

}

/* ---

Events added 3-22-24 -- more added above in the form of appending to existing styles after a comma: ie:
.expandable .letter-spacing,
.letter-spacing

--- */

.page-events .venue {
    background: white;
    margin: 0 auto;
    text-align: center;
    padding: 35px 0;
    margin-bottom: 35px;
    border: 1px solid black;
    border-radius: 35px;
    padding: 25px;
}

.page-events .slide-img-container img {
    max-width: 100%;
}

nav .mt {
    margin-top: 10px;
}

button {
    border: 1px solid #701214;
    font-size: 22px;
    font-family: 'Open Sans';
    letter-spacing: 3;
    font-weight: 200;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
button a {
    display: block;
}

button.btn-secondary {
    background: white;
    color: #701214;
    border: 1px solid #701214;
}

button.btn-secondary a {
    color: #701214;
}

button:hover {
    background: black;
}

button.btn-secondary:hover {
    background: black;
    color: white;
    border: 1px solid black;
}

button.btn-secondary:hover a{
    color: white;
}


