/*
Theme Name: The Chauffeur Bus
Description: Custom Theme for the The Chauffeur Bus
Author: Jai Ryan @ Aberrant Dev
Author URI: http://aberrantdev.com.au
Version: 1.0.0
Text Domain: thechauffeurbus

 * @file           home.php
 * @package        thechauffeurbus
 * @author         Jai Ryan @ Aberrant Dev
 * @copyright      2016 The Chauffeur Bus
 * @version        1.0.0
 * @filesource     wp-content/themes/arr/home.php
 * @link           http://codex.wordpress.org/Templates
 * @since          available since Release 1.0
*/

/****** GLOBAL ******************** <editor-fold defaultstate="collapsed" desc="Global styles"> */

@font-face {
    font-family: broadway;
    src: url('fonts/broadway.ttf');
}

@font-face {
    font-family: berlin-sans;
    src: url('fonts/berlin_sans.ttf');
}

html,body{
    margin: 0;
    width: 100%;
    height: 100%;
    color: #efefef;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    background-color: #000;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}
a{
    text-decoration: none;
    color: #efefef;
}
a:hover,a:active,a:visited{
    text-decoration: none;
    color: #efefef;
}
#content-wrapper{
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}
#content-spacer{
    height: 33px;
}
#content{
    max-width: 980px;
    box-sizing: border-box;
    margin: auto;
    background-color: #000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    min-height: 687px;
    padding: 40px 35px;
    border-bottom: 2px dashed #ddc000;
}
#content h1{
    font-family: "Kelly Slab","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 32px;
    margin: 0 0 50px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px dotted #6c6c6c;
    max-width: 80%;
    font-weight: 400;
}
#content h2{
    font-family: "Kelly Slab","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: 400;
    border-bottom: 2px dotted #6c6c6c;
    padding: 15px 20px 0 0;
    margin: 0;
    max-width: 80%;
    text-transform: uppercase;
}
.booking-contact-table{
    display: table;
    padding-top: 30px;
    width: 100%;
    padding-bottom: 75px;
}
.booking-contact-row{
    display: table-row;
}
.booking-contact{
    width: 50%;
    box-sizing: border-box;
    display: table-cell;
}
.booking-contact.left{
    padding-right: 25px;
}
.booking-contact.right  {
    padding-left: 25px;
}
.events-booking-contact .booking-contact p{
    max-width: 80%;
    margin: 15px auto;
}
.events-booking-contact .booking-contact h2{
    margin: auto !important;
    padding: 15px 0 0 !important;
}
.book-now-btn{
    margin: auto;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    display: table-cell;
    width: 50%;
}
.book-now-btn.mobile{
    display: none;
}
.book-now-btn:hover{
    border-color: #ddc000;
}
.book-now-btn:hover > a{
    color: #ddc000;  
 }
 .events-booking-contact .book-now-btn .awrap{
     margin: auto;
     max-width: 80%;
 }
.book-now-btn a{
    border: 1px solid #f1e178;
    padding: 7px 30px;
    width: 150px;
    height: 100%;
    font-family: "Kelly Slab","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #f1e178;
    text-transform: uppercase;
}
input,select{
    line-height: 36px;
    padding: 0 15px;
    border-radius: 0;
    margin-bottom: 10px;
    height: 36px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
}
textarea{
    padding: 10px;
    border-radius: 0;
    border: 0;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}
sup{
    font-size: 0.66em;
}

/* </editor-fold> */

/****** HEADER ******************** <editor-fold defaultstate="collasped" desc="Header styles"> */

#header-wrapper{
    width: 100%;
    background-color: #000000;
    z-index: 999;
    background-image: url('images/bg.gif');
    background-size: 60px 30px;
    background-repeat: repeat-x;
}
#header{
    max-width: 1200px;
    margin: auto;
    height: 175px;
    position: relative;
}
#logo{
    /*height: 175px;*/
    background-color: #000;
    position: relative;
    top: 71px;
    z-index: 1000;
    /*width: 320px;*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    float: left;
    font-family: broadway,helvetica,arial,sans-serif;
    font-size: 36px;
    padding: 10px 15px;
    border: 1px solid #fff;
    box-sizing: border-box;
    /* border-radius: 20px; */
    /*transition: all 0.4s ease 0s;*/
}
#logo img{
    padding: 103px 25px 0;
}
#logoText{
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0;
}
#slide-spacer{
    height: 54px;
    width: 100%;
    display: none;
}
/* </editor-fold> */

/****** HEADER MENU **** <editor-fold defaultstate="collapsed" desc="Header menu"> */
#menu-wrapper{
    float: left;
}
#menu-main-menu{
    display: block;
    list-style: outside none none;
    padding: 0 28px;
    position: relative;
    clear: both;
    margin: 0;
}
#menu-main-menu > li {
    /*margin-top: 121px;*/
    display: block;
    float: left;
    margin-top: 77px;
    line-height: 54px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 28px;
}
#menu-main-menu > li > a{
    font-size: 16px;
    font-family: "Kelly Slab","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    color: inherit;
}
#menu-main-menu > li > a:hover,#menu-main-menu > li > a:active, #menu-main-menu > li > a:visited{
    text-decoration: none;
    color: inherit;
}
#menu-main-menu > li:hover > a{
    color: #b79f00;
    transition: color 0.2s ease 0s;
}
#menu-main-menu > li.current-menu-item, #menu-main-menu > li.current-menu-parent{
    color: #b79f00;
}
#menu-main-menu::after, #menu-main-menu ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#menu-main-menu ul{
    position: absolute;
    margin-left: -15px;
    visibility: hidden;
    z-index: 10;
    display: block;
    list-style: none;
    padding: 0;
    border-top: 10px solid #000;
    background-color: #fff;
}
#menu-main-menu ul li{
    text-align: left;
    line-height: 30px;
    background-color: #fff !important;
}
#menu-main-menu ul li a, #menu-main-menu ul li a:hover, #menu-main-menu ul li a:visited, #menu-main-menu ul li a:active{
    color: #303030;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Kelly Slab","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    white-space: nowrap;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 52px;
}
#menu-main-menu li:hover > ul{
    visibility: visible;
}
#menu-main-menu ul.sub-menu li.current-menu-parent,#menu-main-menu ul li ul li.current_page_item{
    background-color: #fff;
}
#menu-main-menu ul li a:hover{
    background-color: #dcdcdc;
}
#header #contact_social{
    float: right;
    margin-top: 77px;
    line-height: 54px;
}
#header #contact_social img{
    position: relative;
    top: 4px;
    padding-right: 15px;
}
/* </editor-fold> */

/****** MOBILE MENU *************** <editor-fold defaultstate="collapsed" desc="Mobile menu styles"> */
#mobile-menu-wrapper{
    display: none;
    float: right;
    position: relative;
    top: 40px;
    margin-right: 15px;
    z-index: 10002;
}
#mobile-menu-icon {
    border: 1px #b79f00 solid;
    border-radius: 3px;
    margin: auto;
    padding: 3px;
    box-sizing: border-box;
    width: 40px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#mobile-menu-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 80%;
    margin-left: 10%;
    background: rgb(221, 192, 0);
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#mobile-menu-icon span:nth-child(1) {
    top: 5px;
}

#mobile-menu-icon span:nth-child(2),#mobile-menu-icon span:nth-child(3) {
    top: 14px;
}

#mobile-menu-icon span:nth-child(4) {
    top: 23px;
}

#mobile-menu-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#mobile-menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobile-menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mobile-menu-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* </editor-fold> */

/****** FOOTER ******************** <editor-fold defaultstate="collapsed" desc="Footer styles"> */
#footer-wrapper{
    width: 100%;
    /*border-top: 1px solid #6c6c6c;*/
    z-index: 9999;
    background-color: #000;
}
#footer{
    max-width: 980px;
    width: 100%;
    margin: auto;
    padding: 13px 10px 10px;
    box-sizing: border-box;
    height: 114px;
    font-size: 12px;
    display: table;
}
#footer-inner{
    display: table-row;
}
#footer #copyright{
    display: table-cell;
    width: 33.33333333333%;
    text-align: center;
    vertical-align: middle;
}
#footer #contact_social{
    display: table-cell;
    width: 33.33333333333%;
    text-align: right;
    vertical-align: middle;
    font-weight: 600;
}
#footer_logo{
    display: table-cell;
    width: 33.33333333333%;
}
/* </editor-fold> */

/****** HOME PAGE ***************** <editor-fold defaultstate="collapsed" desc="Home page styles"> */
#content.home-page{
    min-height: 0;
}
#slider{
    width: 100%;
    max-height: 803px;
    overflow: hidden;
    background-color: #fff;
}
#home-page-widgets{
    margin-top: 20px;
    width: 100%;
    border: 1px solid #6c6c6c;
    border-width: 1px 0 0;
}
#home-page-widgets .widget{
    width: 25%;
    box-sizing: border-box;
    background-clip: content-box;
    background-size: cover;
    border-color: #000;
    border-style: solid;
    float: left;
}
#home-page-widgets div.widget:first-of-type, #home-page-widgets-read-more a:first-of-type{
    border-width: 0 13.5px 0 0;
}
#home-page-widgets div.widget:nth-of-type(2), #home-page-widgets-read-more a:nth-of-type(2){
    border-width: 0 9px 0 4.5px;
}
#home-page-widgets div.widget:nth-of-type(3), #home-page-widgets-read-more a:nth-of-type(3){
    border-width: 0 4.5px 0 9px;
}
#home-page-widgets div.widget:nth-of-type(4), #home-page-widgets-read-more a:nth-of-type(4){
    border-width: 0 0 0 13.5px;
}
.widget h1{
    margin: 0;
    padding: 0;
    line-height: 54px;
}
.widget h1 a{
    font-size: 16px;
    font-family: "Kelly Slab","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.widget.twoLineH1 h1{
    line-height: 15px;
    padding: 20px 0 8px !important;
}
.widget .image{
    height: 100px;
    background-size: cover;
    background-position: center center;
}
.widget .desc{
    border-top: 2px dotted #6c6c6c;
    margin-top: 20px;
    padding-top: 13px;
}
.widget a,.widget a:hover, .widget a:active, .widget a:visited{
    color: inherit;
}
#home-page-widgets-read-more,#home-page-widgets-read-more-mobile{
    width: 100%;
}
#home-page-widgets-read-more a,#home-page-widgets-read-more-mobile a{
    width: 25%;
    box-sizing: border-box;
    border-color: #000;
    border-style: solid;
    float: left;
    color: #c6ac00;
    line-height: 54px;
}
#home-page-widgets-read-more-mobile{
    display: none;
}
/* </editor-fold> */ 

/****** DEFAULT TEMPLATE ********** <editor-fold defaultstate="collasped" desc="Default template styles"> */
#featured-image{
    width: 25%;
    float: left;
    box-sizing: border-box;
}
#featured-image img{
    margin-top: 7px;
    margin-bottom: 40px;
    width: 100%;
    padding-top: 100px;
}
#page-content{
    width: 75%;
    box-sizing: border-box;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
}
/* </editor-fold> */

/****** HOP ON HOP OFF TEMPLATE *** <editor-fold defaultstate="collapsed" desc="Hop On Hop Off template styles"> */
#venue_list{
    padding-bottom: 50px;
}
.venue{
    display: table;
    width: 100%;
}
.venue_row{
    display: table-row;
}
.venue_cell{
    display: table-cell;
    width: 30%;
}
.venue_logo{
    height: 100px;
    box-sizing: border-box;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: 50px;
}
.venue_logo a{
    padding: 50px 50%;
    position: relative;
    top: 50px;
}
.venue_text{
    text-align: center;
    font-weight: 700;
    padding-top: 25px;
}
.venue_text_add{
    font-weight: 400;
    font-size: 10px;
}
.venue_spacer{
    width: 2.5%;
}
/* </editor-fold> */

/****** EVENTS TEMPLATE *********** <editor-fold defaultstate="collapsed" desc="Events template styles"> */
#events-title{
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 15px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    padding: 20px 0 50px 0;
}
#events-title ul{
    list-style: none;
    padding: 0;
    width: 50%;
    float: left;
}
#events-title h1{
    font-size: 32px;
    text-align: center;
    border-bottom: 0;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
#list_of_events{
    display: table;
    width: 100%;
}
#list_of_events .tablerow{
    display: table-row;
}
.event_short{
    display: table-cell;
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #f1e178;
    border-collapse: collapse;
    padding: 35px 0;
}
#list_of_events div.tablerow:first-of-type > div.event_short{
    border-top: 1px solid #f1e178;
}
#list_of_events .tablerow div.event_short:last-of-type{
    padding-left: 30px;
}
#list_of_events .tablerow div.event_short:first-of-type{
    border-right: 1px solid #ddc000;
    padding-right: 30px;
    padding-left: 0;
}
h2.event_short_title{
    font-family: "Kelly Slab","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 22px;
    max-width: 75% !important;
    padding: 5px 0 17px 0 !important;
    margin: 0;
    border-top: 2px dotted #6c6c6c;
    border-bottom: 0 !important;
    text-transform: none !important;
}
h2.event_short_title a,h2.event_short_title a:active,h2.event_short_title a:hover,h2.event_short_title a:visited{
    color: inherit;
}
.event_short_excerpt{
    padding: 0 0 10px 0;
}
.event_short_when_where{
    padding-top: 8px;
    border-top: 2px dotted #6c6c6c;
    font-family: "Kelly Slab","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 16px;
}
.event_short_where{
    max-width: 100%;
}
.event_short_when{
    padding-bottom: 10px;
    max-width: 75%;
    border-bottom: 2px dotted #6c6c6c;
    font-weight: bold;
    color: #b79f00;
    font-size: 18px;
    padding-top: 5px;
}
.events-booking-contact{
    width: 75%;
    padding: 0 30px;
    margin: auto;
    text-align: center;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}
/* </editor-fold> */

/****** EVENT TEMPLATE ************* <editor-fold defaultstate="collapsed" desc="Event (single) template styles"> */
h2.event{
    font-family: "Kelly Slab","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
}
/* </editor-fold> */

/****** CONTACT TEMPLATE *********** <editor-fold defaultstate="collapsed" desc="Contact template styles"> */
#contact-left{
    float: left;
    width: 33.3333333333%;
    box-sizing: border-box;
    padding: 0 15px 0 0;
}
#contact-right{
    float: left;
    width: 66.6666666666%;
    border-top: 1px solid #6c6c6c;
}
#contact-form{
    max-width: 80%;
    padding-bottom: 75px;
    padding-top: 30px;
}
#contact-left h1{
    padding: 15px 0 30px 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #6c6c6c;
    text-transform: uppercase;
}
#contact_details{
    padding-top: 15px;
    font-size: 32px;
    font-family: berlin-sans,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}
#contact_details p:first-of-type{
    padding-top: 0;
    margin-top: 0;
}
#contact_details a,#contact_details a:visited{
    color: inherit;
}
#contact_details a:hover{
    color: #f1e178;
}
#contact-right h2{
    font-size: 22px;
    font-family: berlin-sans,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
/* </editor-fold> */

/****** RESPONSIVE *********** <editor-fold defaultstate="collapsed" desc="Responsive styles"> */

@media screen and (max-width: 1199px)/* laptops etc */{
    #header{
        max-width: 980px;
    }
    #logo{
        font-size: 24px;
        top: 78px;
    }
    #menu-main-menu{
        padding: 0 20px;
    }
    #menu-main-menu > li{
        padding: 0 20px;
    }
    
}
@media screen and (max-width: 980px)/* iPad Portrait */{ 
    #header-wrapper{
        background-size: 30px 15px;
    }
    #header{
        height: auto;
    }
    #logo{
        height: auto;
        top: 40px;
        float: none;
        width: 100%;
        padding-left: 36px;
        border: 0;
    }
    #logo img{
        padding: 40px 0 5px;
    }
    #menu-wrapper{
        padding-bottom: 10px;
        text-align: center;
    }
    #menu-main-menu > li{
        margin-top: 40px;
    }
    #header #contact_social{
        padding-top: 0;
        margin-top: 40px;
    }
    #content.page{
        width: 80%;
    }
    #featured-image{
        float: none;
        max-width: 400px;
        margin: auto;
        width: auto;
        text-align: center;
    }
    #featured-image img{
        margin-top: 0;
        padding-top: 0;
        max-height: 450px;
        width: auto;
        max-width: 100%;
    }
    #page-content{
        float: none;
        padding: 0 10px;
        width: 100%;
        text-align: center;
    }
    #content.page h1{
        margin: auto !important;
        margin-bottom: 50px;
    }
    #lipsum h2{
        margin: auto !important;
    }
    .booking-contact{
        padding: 0 10px;
    }
    .booking-contact h2{
        max-width: 100% !important;
        padding: 20px 0 0 0 !important;
    }
    .booking-contact p{
        margin: 15px auto;
    }
    .book-now-btn div{
        margin: auto;
    }
    #contact_details{
        font-size: 22px;
    }
    #contact-form{
        max-width: 100%;
    }
}
@media screen and (max-width: 720px)/* mobile devices */{
    #mobile-menu-wrapper{
        display: block;      
    }
    #logo{
        padding-left: 15px;
        width: auto;
        background-color: transparent;
        float: left;
        z-index: 1;
        padding-top: 3px;
    }
    #menu-wrapper{
        width: 100%;
        padding-bottom: 0;
        display: none;
    }
    #contact_social{
        display: none;
    }
    #menu-wrapper{
        padding-top: 54px;
        background-color: #000;
    }
    #menu-wrapper li{
        margin: 0;
        float: none;
        width: 100%;
        text-align: center;
    }
    #header #contact_social{
        margin-top: 0;
        float: none;
        text-align: center;
    }
    #header #contact_social img{
        padding: 0;
        top: 0;
    }
    #content{
        padding-top: 10px;
    }
    #home-page-widgets{
        border-top: 0;
    }
    #home-page-widgets .widget{
        float: none;
        width: 100%;
        border: 0 !important;
    }
    .widget h1{
        line-height: 15px !important;
        padding-bottom: 0 !important;
        border-bottom: 0 !important;
    }
    #content h1{
        margin-bottom: 20px;
    }
    .widget .image{
        height: 150px;
    }
    .widget .desc {
        border-top: 0;
        margin-top: 0px;
    }
    .widget.twoLineH1 h1{
        padding: 0 !important;
    }
    #home-page-widgets-read-more{
        display: none;
    }
    #home-page-widgets-read-more-mobile{
        display: block;
    }
    #home-page-widgets-read-more-mobile a{
        padding: 15px 0 25px;
        line-height: 15px;
        width: 100%;
        border: 0;
    }
    #footer #contact_social,#footer #copyright,#footer_logo{
        display: block;
        width: 100%;
        text-align: center;
    }
    #footer_logo{
        padding-top: 15px;
    }
    #footer #contact_social{
        line-height: 24px;
        padding: 15px 0;
    }
    #menu-main-menu{
        padding: 0 20px 20px;
    }
    #menu-main-menu ul{
        border-top: 0;
        margin-left: 0px;
        text-align: center;
        width: 100%;
        position: relative;
        display: none;
        visibility: visible !important;
    }
    #menu-main-menu ul li{
        text-align: center;
    }
    #header{
        min-height: 100px;
    }
    #content{
        padding: 20px;
        width: 90% !important;
    }
    #content-spacer{
        height: 15px;
    }
    .booking-contact-table{
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .booking-contact{
        width: 100%;
        display: block;
    }
    .book-now-btn{
        display: none;
    }
    .book-now-btn.mobile{
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .venue_cell{
        width: 100%;
        display: block;
    }
    #events-title ul{
        float: none;
        width: 100%;
        margin: 0;
    }
    .event_short{
        display: block;
        width: 100% !important;
        border-left: 0 !important;
        border-right: 0 !important;
        padding: 35px 0 !important;
        max-width: 100% !important;
    }
    .events-booking-contact{
        padding: 0;
        width: 100%;
    }
    .booking-contact-table{
        box-sizing: border-box;
    }
    .events-booking-contact .booking-contact p{
        width: 100%;
        max-width: 100%;
    }
    .events-booking-contact .book-now-btn .awrap{
        max-width: 100%;
    }
    #contact-left{
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
    }
    #contact-left h1{
        border: 0;
    }
    #contact-right{
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
    }
    #contact_details{
        font-size: 16px;
        text-align: center;
    }
    #contact-right h2{
        width: 100% !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        font-size: 20px;
        padding-top: 30px;
    }
}

@media screen and (max-width: 350px){
    #logo{
        font-size: 22px;
        padding-top: 5px;
    }
}

/* </editor-fold> */
