@charset "utf-8";
/* CSS Document */

.box.makeAReservation {
    
    width:100%; 
    overflow: hidden;
    height:auto;

}

.box.makeAReservation .box-con {
    
    position: relative;
    width: 100%;
    background-repeat: no-repeat!important;
    background-size: cover!important; 
    box-sizing: border-box;
    text-align: center;

}

.box.makeAReservation .panel {
    
    width:43vw;
    height:auto;
    margin: 0 auto 0 auto;

}

.box.makeAReservation .panel-spacer {
    
    width:100%;

}

.box.makeAReservation .panel-spacer-top {
    
    height:11.87vw;    

}

.box.makeAReservation .panel-spacer-bottom {
    
    height:6vw;

}

.box.makeAReservation .panel-spacer-1 {
    
    height:3.64vw;

}

.box.makeAReservation .panel-spacer-2, .box.makeAReservation .panel-spacer-3, .box.makeAReservation .panel-spacer-4 {
    
    height:3.22vw;

}

.box.makeAReservation .panel .text {
    
    width:36vw;
    height:auto;
    margin: 0 auto 0 auto;

}

.box.makeAReservation h2 {
    
    width:100%;
    text-align: center;
    
}

.box.makeAReservation .panel .book-a-table-button {

    width:22.60vw;
    height:2.91vw;
    font-family:"Mostra N W00 Bold";
    font-weight: 400;
    font-style: normal;
    font-size: 1.30vw;
    line-height: normal;
    letter-spacing: 0.20vw;
    margin: 0 auto 0 auto;
    border: 1px solid;

}

.box.makeAReservation .panel .book-a-table-button:hover {

    cursor:pointer;

}

.box.makeAReservation .panel .book-a-table-button .inner {
    
    padding: 0.72vw 0 0 0;    
    
}


@media only screen and (max-width: 799px) {

    .box.makeAReservation .box-con {

        position: relative;
        width: 100%;

    }
    
    .box.makeAReservation .panel {

        margin-left: 14.44vw;
        width:71%;

    }
    
    .box.makeAReservation .panel .text {

        width:100%;
        text-align: left;

    }
    
    .box.makeAReservation .panel-spacer-2, .box.makeAReservation .panel-spacer-4 {

        height:13.88vw;

    }
    
    .box.makeAReservation .panel-spacer-3 {

        height:31.20vw;

    }
    
    .box.makeAReservation .panel .book-a-table-button {

        width:71.11vw;
        height:9.81vw;
        font-size: 5.55vw;
        letter-spacing: 0.20vw;

    }
    
    .box.makeAReservation .panel .book-a-table-button .inner {

        padding: 1.8vw 0 0 0;    

    }
    
}
