.mobile { display: block !important; }
.logoMobile { margin: 0; }
.langMobile { text-align: left; }

.tablet { display: none; }
.mobiTable { display: table !important; }

#header.pushBot { margin: 0; }

#about, #contact { padding: 4em 0 0; }
#wedding #weddingRequest { margin: 0; }

#bcg-carousel { display: none; }

.innerContent p { width: calc(100% - 1.5em); margin: 1em auto !important; }
.service-content h3, .service-content p, .service-content .cta-bar { width: calc(100% - 1.5rem); margin: 1em auto; }

/* Contact Form */

form.contactForm table { margin: 3.75em auto 1em;width: calc(100% - 2em); }
form.contactForm table tr td { display: block; width: 100%; padding-right: 0; margin: 0 auto; }

/* Instagram */

.owl-theme .owl-controls { display: none !important; }

/* Contact PAge */

#contactPage img {
    display: none;
}

#contactPage .service-header {
    background: url(../images/contact_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    max-height: 625px;
}

#contactPage p.nomargin span {
    display: block;
}

#contactPage .social-media {
    margin: 1em auto;
}

#contactPage .social-media li { padding: 0; }

/* *** ** * *** *
- Services Page 
*** ** * ** ** */

#services .service-box p a {
    position: relative;
    transform: none;
    bottom: 0;
    left: 0;
    margin: 0.75em 0 0;
}


.service-header {
    display: none;
    max-height: 625px;
    height: 100vh;
}

.bg-separate {
    margin: 4.6875em 0;
}

#wedding .container { margin: 0; }

.container .col-50:first-child, .container .col-50:last-child {
    width: 100%;
    float: none;
    padding: 1em 0;
}


#wedding-planning h2 {
    margin: 2rem 0;
}

#weddingplanningbg div {
    height: 300px;
}

#wedding .service-subnav ul li, #private .service-subnav ul li { width: 50%; }

/* Event Spaces */

#spaces .center { padding-top: 2em; }

.mobile-rooms tr td.roomName a {
    display: block;
    background: #CCC;
    color: #FFF;
    padding: 0.75em 0 0.75em 0.5em;
    margin: 0.5em 0 0;
}

.mobile-rooms tr td.roomName a span {
    float: right;
    padding-right: 1em;
}

.roomDetails { display: none; }
.roomDetails table tr.room-size td, .roomDetails table tr.room-size th {
    width: 50%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875em;
    padding: 0.5em 0;
}

.roomDetails table tr.room-size td:last-child, .roomDetails table tr.room-size th:last-child {
    border-right: none;
}

.roomDetails table tr td {
    padding: 0.5em 0;
    font-size: 0.875em;
    border-bottom: 1px solid #000;
    text-align: center;
}

/* Policies */

#policies { 
    padding: 0; 
    width: calc(100% - 2em);
    margin: 0 auto;
} 

/* Footer */

footer .sitemap { display: none; }

footer { padding: 2em 0 0; }
footer #menu nav { display: none; }

footer #logo-footer {
    max-width: 290px;
    margin: 0 auto;
}

#badge {
    width: calc(100% - 2em);
    margin: 0 auto;
    border: none;
}