/*    
Theme Name: Waterside Hotel
Author: Esther Godoy Web Studio
Description: Waterside Hotel
Version: 0.0.1
Tags: Waterside Hotel
*/

* {
    margin: 0;
    /*    box-shadow: 1px 1px 1px red;*/
}
html,
body {
    height: 100%;
    min-height: 100%;
    background:#fffefb;
    color: #272524;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: "Droid Sans Mono", helvetica, arial, sans-serif !important;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 14px;
    overflow-x: hidden;
    font-weight: 325 !important;
    overflow-x: hidden !important;
}
.container {
    margin: auto !important;
}
a {
    color: #272524 !important;
    font-weight: 400;
}
a:hover,
a:focus {
    text-decoration: none !important;
    /*color:#333333 !important;*/
}
p,
div {
    font-family: "Droid Sans Mono", helvetica, arial, sans-serif;
    font-size: 1.425rem;
    line-height: 1.625;
    font-weight: 325;
    color: #272524;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Droid Sans Mono", Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 1.125em;
    color: #272524;
}
.bg-green {
    background: #40b867;
}
.image-center {
    position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom: 75%;
}
.image-center > img {
    position: absolute;
    display: block;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
    height: auto;
    width: 100% !important;
    min-width: 100% !important;
}
.image-center.byheight > img {
    height: 160% !important;
    width: auto !important;
}
.image-center img {
    width: 100% !important;
    height: auto !important;
}
.txt-left {
    text-align: left !important;
}
.txt-right {
    text-align: right !important;
}
.txt-center {
    text-align: center !important;
}
.txt-justify {
    text-align: justify !important;
}
.txt-white {
   color:#ffffff; !important;
}
.pos-rel {
    position: relative !important;
}
.pos-stat {
    position: static !important;
}
.full-height {
    height: 100% !important;
}
.vert_align_parent {
    display: table;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    table-layout: fixed;
}
.vert_align_child {
    display: table-cell;
    height: 100% !important;
    width: 100% !important;
    vertical-align: middle;
}
input[type="text"]:hover,
input[type="email"]:hover,
textarea:active,
input[type="text"]:active,
input[type="email"]:active,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.btn:focus,
a:focus {
    outline: 0px !important;
    -webkit-appearance: none;
}
input,
textarea {
    /*  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
    
    border-radius: 0px !important;
}
.xs-pd {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
}
.row.xs-pd {
    margin-left: -2.5px !important;
    margin-right: -2.5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.std-pd {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.row.std-pd {
    margin-left: -5px !important;
    margin-right: -5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.md-pd {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.row.md-pd {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dbl-pd {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.row.dbl-pd {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.xl-pd {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.row.xl-pd {
    margin-left: -25px !important;
    margin-right: -25px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.xxl-pd {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.row.xxl-pd {
    margin-left: -40px !important;
    margin-right: -40px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.stretch {
    min-width: 100%;
}
.image-center.byheight img {
    height: 160% !important;
    width: auto !important;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header {
    width: 100%;
    z-index: 999 !important;
    top: 0;
    left: 0;
    position: relative;
    padding: 0;
    position: fixed;
    background: transparent;
    padding: 0;
    z-index: 9999;
    padding: 2em 2em 0.325em 2em;
    width: 100%;
    top: 0;
    background: #000b26;
    color: #ffffff !important;
}
header a, 
.social a, 
.social {
    color: #ffffff !important;
    font-family: 'Droid Sans Mono', serif;
}
footer .social a {
    color:#ffffff;
}
footer a {
    color:#ffffff !important;
}
.social {
    display: block;
    margin-bottom: 0.5em;
}
header .logo {
    width: 13.5em;
    max-width: 100%;
    margin: auto;
    display: block;
    vertical-align: middle;
}
.header_container {
    padding: 0px 2em;
}
.logo_strip {
    padding: 0 0 2em 0;
    width: 100%;
}
/*header.scroll {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background: #e5eaeb;
    box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.1);
    padding: 0;
}*/
.toggle_show {
    cursor:pointer;
}
.menu_toggle {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -5px;
    color:#272524;
}
.menu_toggle .bar_1,
.menu_toggle .bar_2,
.menu_toggle .bar_3 {
    width: 2em;
    height: 2px;
    background-color: #705d50;
    margin: 7px 0;
    display: block;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
/* HEADER MENU*/

header nav {
    line-height: 6.5em;
}
/* FOOTER */

footer {
    position: relative;
    height: auto;
    padding: 2.5em;
    background: #000b26;
    height: 325px;
}
footer li {
    display: inline-block;
}
footer a,
footer p,
footer span {
    color: #ffffff !important;
    font-family: 'Droid Sans Mono', sans-serif;
}
footer a {
    position: relative;
    height: 1.725em;
    display: inline-block;
}
footer li:after {
    content: "/";
    margin-left: 3px;
    color: #ffffff;
}
.page-wrap {
    min-height: 100%;
    margin-bottom: -325px;
    background: transparent;
    padding-top:133px;
}
.page-wrap:after {
    content: "";
    display: block;
}
.page-wrap:after {
    height: 325px;
}
#menu-footer-menu-three li:last-child:after {
    display: none;
}
/* FLEXSLIDER */

.flexslider {
    margin: 0;
    background: transparent;
    border: 0px solid #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 0px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
}
.flexslider .flex-control-nav,
#slider .flex-direction-nav {
    display: none;
}
#venue_content .flexslider .flex-direction-nav {
    display: none !important;
}
.flex-direction-nav a.flex-next:before {
    content: ' ';
    background-image: url(http://watersidehotel.com.au/wp-content/uploads/2017/11/right_arrow.png);
    background-size: 30px;
    height: 28px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.flex-direction-nav a.flex-prev:before {
    content: ' ';
    background-image: url(http://watersidehotel.com.au/wp-content/uploads/2017/11/left_arrow.png);
    background-size: 30px;
    height: 28px;
    padding: 0;
    margin: 0;
    line-height: 30px;
    width: 30px;
    background-repeat: no-repeat;
}
.flexslider .flex-direction-nav .flex-prev {
    opacity: 1 !important;
    left: -16px !important;
}
.flexslider .flex-direction-nav .flex-next {
    opacity: 1 !important;
    right: -16px !important;
}
.flexslider .flex-control-nav,
#slider .flex-direction-nav {
    display: block;
}
.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: transparent;
    cursor: default;
}
.flex-control-paging li a {
    width: 9px;
    height: 9px;
    display: block;
    background: #666;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ffffff;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 99;
}
.flexslider.single_gallery .flex-control-nav {
    display: none;
}
.flexslider.single_gallery .flex-direction-nav {
    display: block;
}
html.fancybox-lock {
    overflow: visible !important;
}
body.modal-open {
    overflow: visible;
}
.mfp-wrap {
    background: rgba(255, 255, 255, 0.5);
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sign_up strong {
    margin-top: 1.5em;
    display: block;
}
/*.mfp-inline-holder .mfp-content {
    width: 500px !important;
    max-width:100%;
}*/

.mfp-close-btn-in .mfp-close {
    color: #ffffff;
    opacity: 1;
    position: fixed;
}
.single_gallery {
    width: 960px !important;
    max-width: 100%;
    margin: auto;
}
.page-template-template_gallery .flexslider .flex-direction-nav .flex-next {
    right: 5px !important;
}
.page-template-template_gallery .flexslider .flex-direction-nav .flex-prev {
    left: 5px !important;
}
span.wpcf7-not-valid-tip {
    font-size: 0.75em;
    margin: 0 0 -15px 0;
}
.contact_content span.wpcf7-not-valid-tip {
    margin: 0 0 -6px 0;
    text-align: center;
}
div.wpcf7-mail-sent-ng {
    border: 0px solid #ff0000;
}
/* CUSTOM */

header figure {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-size: 13em;
    background-position: left center;
    width: 16.5%;
    float: left;
}
header figure.green {
    background-image: url('http://watersidehotel.com.auwp-content/uploads/2017/10/logo_green.png');
}
header figure.white {
    background-image: url('http://watersidehotel.com.auwp-content/uploads/2017/10/logo_white.png');
}
header nav {
    width: 83.5%;
    float: left;
}
header nav ul {
    text-align: right;
}
header nav li {
    display: inline-block;
    margin-left: 3em;
    text-align: center;
    line-height: 1.325;
    vertical-align: top;
}
header nav li a {
    color: #ffffff!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 325;
    font-size: 1em;
    position: relative;
}
header nav li:last-child {
    margin-left: 0.725em;
}
header nav li:last-child a {
    background: #357ded;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 1.25em;
    display: block;
    font-weight: 600;
}
.sub-menu {
    position: absolute;
    z-index: 9;
    background: #000b26;
    padding: 0.5em 0;
    left: -0.5em;
    width: 165px;
    display: none;
}
.sub-menu li {
    display: block !important;
    text-align: left;
    padding: 0 0.5em;
}
.sub-menu li:after {
    display: none;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
}
.footer_second_strip {
    margin-top: 4em;
}
.copy {
    position: absolute;
    bottom: 0;
    left: 5px;
}
.hero_images figcaption {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.hero_images figcaption.show_overlay {
    background: rgba(0, 0, 0, 0.5);
}
.hero_images h1 {
    font-family: 'Satisfy', sans-serif;
    font-size: 3.725em;
    color: #ffffff;
}
.hero_images h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.725em;
    margin: 0.725em 0 1.25em 0;
    color: #ffffff !important;
    text-transform: uppercase;
}
.hero_images h2:before {
    content: '-';
    margin-right: 0.25em;
}
.hero_images h2:after {
    content: "-";
    margin-left: 0.25em;
}
.hero_images a {
    height: 42px;
    line-height: 40px;
    padding: 0 2em;
    border-radius: 25px;
    display: inline-block;
    color: #272524 !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.325em;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ffffff;
    margin-bottom:1.5em;
}
.hero_images a:hover {
    background: transparent;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}
#header_menu {
    padding: 0;
    text-align: center;
}
/*#header_menu.scroll {
    position: fixed;
    height: 4em !important;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    padding: 3px 0 0 0;
    box-shadow:1px 1px 1px rgba(0,0,0,0.1);
}*/
#header_menu li {
    display: inline-block;
    position: relative;
}
#header_menu li a {
    text-transform: lowercase;
    position: relative;
    display: inline-block;
    height: 1.825em;
}
#header_menu li:after {
    content: '/';
    margin-left: 0.5em;
    color: #ffffff;
}
#header_menu li:last-child:after {
    display: none;
}
.down_arrow {
    position: relative;
    height: 60px;
    width: auto !important;
    margin: auto;
    cursor: pointer;
    max-height: 60px !important;
    z-index: 99;
    display: block;
}
.down_arrow_bottom_box {
    margin-bottom: 4em;
    margin-top: 4em;
}
.down_arrow_bottom {
    height: 75px !important;
    width: auto !important;
    display: block;
    margin: auto;
    padding: 0px 15px;
    cursor: pointer;
}
.arrow_click_back {
    padding-bottom: 15px;
}
.arrow_click_back a img {
    height: 15px;
    padding-right: 5px;
}
.container_text_slide {
    margin: auto;
    float: none;
    text-align: justify;
    line-height: 30px;
    padding: 10% 0;
    box-sizing: border-box !important;
}
.separator_hell {
    padding: 30px 0px;
    text-align: center;
}
.num_slides_text {
    text-align: center;
}
.ws_page_content {
    padding: 5em 0 !important;
    clear: both;
}
.whats_on_tiles .square .image-center img {
    height: 100% !important;
    width: auto !important;
}
.venues_tiles {
    text-align: center;
    margin-bottom: 3em;
}
.whats_on_tiles h1,
.venues_tiles h1,
.gallery_tiles h2,
.blog_tiles h2,
h1.section_title {
    text-transform: uppercase;
    text-align: center;
    padding: 1.5em 0 1em 0;
}
.whats_on_tiles h2 {
    margin-bottom:1em;
}
.individual_slider h2 {
    padding: 1.5em 0 1em 0;
}
.individual_slider ol {
    display: none !important;
}
h1.section_title {
    text-align: left;
}
.whats_on_tiles figcaption {
    text-align: center;
    padding: 0 5em;
}
.whats_on_tiles .square figcaption {
    padding: 0;
}
.slick_arrow_right {
    position: absolute;
    right: -2em;
    top: -12em;
    bottom: 0;
    margin: auto;
    height: 10px;
    width: 28px;
    cursor: pointer;
}
.slick_arrow_left {
    position: absolute;
    left: -2em;
    top: -12em;
    bottom: 0;
    margin: auto;
    height: 10px;
    width: 28px;
    cursor: pointer;
}
.slick_arrow_left.hide,
.slick_arrow_right.hide {
    display: none !important;
}
.venues_tiles p {
    text-align: center;
}
.home_banner_tile {
    padding: 0 0 2em 0;
}
.venues {
    padding: 0 0 3em 0;
}
.container.smaller {
    max-width: 400px;
    text-align: justify;
    /*padding: 6em 0 4em;*/
}
.container.smaller h1 {
    text-transform: uppercase;
    margin-bottom: 3em;
    text-align: center;
}
.container.smaller p,
#venue_content p {
    font-size: 0.9em;
}
.food_menus {
    text-align: center;
    padding-bottom: 3em;
}
.venue_menus {
    padding-bottom: 4em;
    text-align: center;
}
.food_menus a,
.venue_menus a {
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.food_menus a:after,
.menu a:before,
.venue_menus a:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #272524;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.menu a:before {
    background: #ffffff !important;
}
footer .menu a:before {
    background: #ffffff;
}
.food_menus a:hover:after,
.menu a:hover:before,
.current_page_item a:before,
.venue_menus a:hover:after {
    display: block;
}
#venue_content {
    padding: 2em 0 4em 0;
}
#venue_content h1 {
    text-transform: uppercase;
}
#venue_content p {
    text-align: justify;
}
#venue_content hr {
    border-top: 1px solid #272524;
    width: 1em;
    margin: 3em auto;
}
#venue_content hr.last {
    margin-top: 2.725em;
}
#venue_content .flex-control-nav {
    bottom: -2.5em;
    top: auto;
    z-index: 1;
}
#venue_content .flex-control-paging li a {
    width: 9px;
    height: 9px;
    display: block;
    background: #000b26;
    border: 1px solid #000b26;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#venue_content .flex-control-paging li a.flex-active {
    background: transparent;
}
.capacities {
    margin-top: 3.5em;
}
.gallery_tiles,
.blog_tiles {
    margin-bottom: 2.5em;
}
.gallery_excerpt_box,
.blog_excerpt_box {
    display: inline;
}
.gallery_excerpt_box p,
.blog_excerpt_box p {
    display: inline;
}
.custom_modal {
    max-width: 500px;
    padding: 3em;
    text-align: center;
    background: #000b26;
    margin: auto;
}
#function_enquiry.custom_modal {
    padding-bottom: 0;
}
.custom_modal h1,
.custom_modal p {
    color: #ffffff;
}
.custom_modal h1 {
    text-transform: uppercase;
}
.custom_modal hr,
.contact_content hr {
    width: 30px;
    margin: 1.25em auto 1em auto;
}
.contact_content {
    text-align: center;
}
.contact_content hr {
    border-top: 1px solid #272524;
}
#function_enquiry input[type="text"],
#function_enquiry input[type="email"],
#function_enquiry input[type="submit"],
#function_enquiry select {
    height: 40px;
    border: 1px solid #ffffff;
    background: transparent;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 10px;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
#function_enquiry input[type="submit"] {
    background: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    margin-top: 0px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
#function_enquiry input[type="submit"]:hover {
    background: transparent;
}
#function_enquiry textarea,
.contact_content textarea {
    border: 1px solid #ffffff;
    max-height: 90px;
    background: transparent;
    padding: 10px;
    margin-bottom: 10px;
    position: static !important;
    display: block !important;
    margin: 0 0 10px 0;
    padding: 10px !important;
    width: 100%;
    color: #ffffff;
    margin-bottom: -10px;
}
.contact_content textarea {
    border: 1px solid #272524;
    padding: 10px;
    width: 100%;
    margin-bottom: -10px !important;
    color: #272524;
}
#function_enquiry form {
    margin-top: 1.5em;
}
.contact_content {
    width: 550px;
    max-width: 100%;
}
.contact_content h1 {
    margin-bottom: 1.5em !important;
}
.contact_content form {
    margin-top: 2em !important;
}
.contact_content input[type="text"],
.contact_content input[type="email"],
.contact_content input[type="submit"],
.contact_content select {
    height: 40px;
    border: 1px solid #272524;
    background: transparent;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 10px;
    color: #272524;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.contact_content input[type="submit"] {
    background: transparent;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.contact_content input[type="submit"]:hover {
    background: #cdcdcd;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #272524;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #272524;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #272524;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #272524;
}
#function_enquiry::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #ffffff !important;
}
#function_enquiry::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #ffffff !important;
}
#function_enquiry:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #ffffff !important;
}
#function_enquiry:-moz-placeholder {
    /* Firefox 18- */
    
    color: #ffffff !important;
}
.events date {
    margin: 0 0 0.725em 0;
    display: block;
}
.flex-direction-nav {
    display: none;
}
.single_gallery .flex-direction-nav {
    display: block;
}
.flexslider.single_gallery li,
.single_gallery_text {
    padding: 0 3em;
}
div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
}
div.wpcf7-response-output {
    margin: -25px 0 12px 0;
    padding: 0 0 20px 0;
}
div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
}
.caption_contain {
    width: 800px;
    max-width: 100%;
    margin: auto;
    height: 100%;
}
.fa-angle-right {
    vertical-align: top;
    margin-top: 6px;
    display: inline-block;
    margin-left: 3px;
}
.capacities {
    margin-top: 3.5em;
}
.blog .individual_slider .single_post_image_custom img {
    width: 100%;
    height: auto;
}
.single_post_image_custom {
    position: relative;
    padding: 0 3em;
}
.single_contain {
    padding: 0 3em;
}
.single_post_previous_container {
    position: absolute;
    top: 50%;
    left: -20px;
}
.single_post_next_container {
    position: absolute;
    top: 50%;
    right: -20px;
}
.single_post_next_container a,
.single_post_previous_container a {
    width: 40px;
    height: 30px;
    display: inline-block;
}
.single_post_previous:before {
    content: "";
    background-image: url(http://watersidehotel.com.au/wp-content/uploads/2017/11/left_arrow.png);
    width: 40px !important;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.single_post_next:before {
    content: "";
    background-image: url(http://watersidehotel.com.au/wp-content/uploads/2017/11/right_arrow.png);
    width: 40px !important;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.gallery_tiles,
.blog_tiles {
    margin-bottom: 50px;
}
.gallery_excerpt_box,
.blog_excerpt_box {
    display: inline;
}
.gallery_excerpt_box p,
.blog_excerpt_box p {
    display: inline;
}
.custom_modal .wpcf7-response-output {
    color: #ffffff;
}
div.MGLLabel {
    width: 100% !important;
    float: none;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    font-family: 'Droid Sans Mono', serif;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
div.MGLField {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
}
div.MGLField input {
    padding: 0 !important;
    width: 100% !important;
    height: 40px !important;
    border: 0px !important;
}
div.MGLRow {
    padding-bottom: 10px !important;
    margin-right: 0 !important;
}
.MGLPoweredBy {
    display: none !important;
}
#MGLSubmit input {
    height: 40px;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    color: #ffffff;
    margin-top: -10px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
#MGLSubmit input:hover {
    background: transparent;
}
.custom_caption {
    text-align: center;
    margin: 1.5em 0 0;
    font-size: 1em;
}
.galleries h2 {
    text-transform: uppercase;
}
.check_style {
    margin: -10px 0 5px -12px;
}
.capacities_text,
.border_box {
    margin: auto !important;
    max-width: 100% !important;
    border: 1px solid;
    padding: 2em 2em 1.325em 2em !important;
    width: 450px !important;
}
.capacities_text p,
.border_box p {
    line-height: 2.325 !important;
}
.header-placeholder.show {
    display:block !important;
}
header .fa-times {
    display:none;
}
.single-event h1 {
    margin-bottom:15px;
}
.events_book_now {
    display:block;
    margin-top:10px;
}
@media (max-width: 767px) {
    body {
        font-size: 16px;
        overflow-x: hidden;
    }
    .container {
        padding: 0 15px;
    }
    .ws_page_content {
        padding: 2.5em 15px !important;
    }
    header,
    header a,
    header span {
        text-align: center;
    }
    header .txt-right {
        text-align: center !important;
    }
    footer {
        padding: 2em;
        text-align: center;
        height: auto;
    }
    footer .txt-right {
        text-align: center !important;
    }
    .footer_second_strip {
        margin-top: 0em;
    }
    .copy {
        position: static;
        margin: 1.5em auto;
        display: block;
    }
    footer .social {
        margin-bottom: 1.5em;
    }
    .hero_images .image-center img {
        height: 100% !important;
        width: auto !important;
    }
    .hero_images h1 {
        font-size: 2.725em;
    }
    .hero_images h2 {
        font-size: 1.25em;
        margin: 0.725em 0 1em 0;
    }
    .hero_images figcaption {
        top: -10%;
        padding: 0 15px !important;
    }
    .single-event h1 {
        margin-top:30px;
    }
    .flex-control-nav {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 2em;
        text-align: center;
        top: auto;
        margin: auto;
        z-index: 99999;
        height: 10px;
    }
/*    .hero_height .flex-control-nav {
        display:none !important;
    }*/
    .down_arrow {
        height: 40px;
        cursor: pointer;
    }    
    .whats_on_tiles figcaption {
        margin-bottom: 1.5em;
    }
    .hero_images .image-center {
        padding-bottom: 90% !important;
    }
    .header-placeholder.show {
        display: block !important;
        position: absolute;
        top: 17em;
        z-index: 99999;
        background: #ffffff;
    }
    .header-placeholder.show.scroll {
        display: block !important;
        position: fixed;
        top: 44px;
    }
    .page-wrap {
        padding-top: 85px;
    }
    .events_row a {
        display: block;
        margin-bottom: 1.5em;
    }
    .venue_gallery {
        margin-top:2.5em;
    }
}
@media (min-width:767px) and (max-width:992px) {
    .logo_strip {
        padding: 0 0 1.5em 0;
    }
    .page-wrap {
        padding-top: 92px;
    }
}
@media (max-width: 992px) {
    header {
        padding: 2em;
    }
    .slick_arrow_left,
    .slick_arrow_right {
        display: none !important;
    }
    .slick-responsive ul {
        display: block;
        text-align: center;
    }
    .slick-responsive li {
        display: inline-block;
    }
    .slick-responsive li button {
        display: inline-block;
        border: 0px;
        background: #000b26;
        border: 1px solid #000b26;
        margin: 0 2px;
        height: 10px;
        width: 10px;
        padding: 0;
        line-height: 0;
        font-size: 0;
        border-radius: 100%;
    }
    .slick-responsive li.slick-active button {
        background: transparent;
        border: 1px solid #000b26;
    }
    .venue_menus {
        padding: 3em 0 4em !important;
    }
    .down_arrow {
        height: 50px !important;
    /*    top: -4.5em;*/
    }
    .capacities_text,
    .border_box {
        margin-bottom: 2.5em !important;
    }
    .flexslider.hero_height {
        margin-bottom: -50px !important;
    }
    .venues_tiles {
        margin-bottom: 0;
    }
    header article,
    header .txt-right {
        text-align:center !important;
    }
    header .txt-right {
        padding-top: 0.725em;
    }
     .toggle_show {
        cursor: pointer;
        color: #ffffff;
        display: block;
        text-transform: lowercase;
        font-size: 30px;
        height: 48px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        margin: auto;
        z-index: 9;
    }
    .mobile_menu {
        display: none;
        position: absolute;
        top: 0;
        z-index: 5;
        left: 0;
        background: #000b26;
        padding-top: 100px;
    }
    #header_menu li a {
        height: 3em;
        color: #ffffff !important;
    }
    #header_menu {
        padding: 0em 15px 1.725em 15px;
    }
    #header_menu li {
        display: block;
        height: auto;
        line-height: 40px;
        text-align:center;
    }
    #header_menu li:after {
        display:none;
    }
    .sub-menu {
        width:100%;
        position:static;
        background:transparent;
    }
    .menu a:before {
        background: #ffffff;
    }
    header .logo {
        width: 60%;
        max-width: 280px;
        margin: auto;
        display: block;
        position: relative;
        z-index: 9;
    }
    .logo_strip {
        padding: 0;
    }
    .mobile_book {
        font-size: 16px;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        color: #ffffff;
        height: 21px;
    }
    header .fa-times {
        position: absolute;
        right: 15px;
        height: 30px !important;
        top: 2em;
        display: block;
        font-size: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 9;
        cursor:pointer;
        display:none;
    }
}
@media(max-width:1200px) {
    /*    .hero_images .image-center img {
        height:100% !important;
        width:auto !important;
    }*/
    
    #venue_content {
        padding: 2em 0 4em 0;
    }
    .capacities_text {
        margin-bottom: 3.5em;
    }
    .venue_menus {
        padding: 4em 15px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    body {
        font-size: 12px;
    }
    .hero_images .image-center {
        padding-bottom: 65% !important;
    }
    .flexslider.hero_height {
        min-height: 520px;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
    header nav li {
        margin-left: 3em;
    }
    header figure {
        width: 20%;
    }
    header nav {
        width: 80%;
    }
    .hero_images .image-center {
        padding-bottom: 40% !important;
    }
    ul.slick-dots {
        display: none !important;
    }
/*    .whats_on_tiles {
        margin-top: 2em;
    }*/
    .flexslider.hero_height {
        min-height: 400px;
    }
/*    .flexslider.hero_height {
        margin-bottom: -75px;
    }*/
    header .fa-times.show {
        display:none !important;
    } 
}
@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
    header nav li {
        margin-left: 4.5em;
    }
    header figure {
        width: 16.5%;
    }
    .hero_images .image-center {
        padding-bottom: 37% !important;
    }
    .flexslider.hero_height {
        min-height: 469px;
    }
}
@media (min-width: 1600px) {
    body {
        font-size: 22px;
    }
    header .logo {
        width: 16em;
    }
    #header_menu li a {
        font-size: 18px;
    }
    header a,
    .social a,
    .social {
        font-size: 18px;
    }
    footer a,
    footer p,
    footer span {
        font-size: 18px;
    }
    footer {
        height: 385px;
    }
    .hero_images h1 {
        font-size: 3.5em;
    }
    .hero_images h2 {
        font-size: 1.5em;
    }
    .whats_on_tiles h1,
    .venues_tiles h1,
    .gallery_tiles h2,
    .blog_tiles h2,
    h1.section_title {
        font-size: 18px;
    }
    .page-wrap {
        margin-bottom: -385px;
    }
    .page-wrap:after {
        content: "";
        display: block;
    }
    .page-wrap:after {
        height: 360px;
    }
    p,
    div {
        font-size: 15px;
    }
    .container.smaller p,
    #venue_content p {
        font-size: 0.9em;
    }
    .food_menus a,
    .venue_menus a {
        font-size: 16px;
    }
    .container.smaller p,
    #venue_content p {
        font-size: 15px;
    }
    .contact_content input[type="text"],
    .contact_content input[type="email"],
    .contact_content input[type="submit"],
    .contact_content select {
        font-size: 15px;
    }
    div.wpcf7-response-output {
        font-size: 15px;
    }
    .sub-menu {
        width: 200px;
    }
    .hero_images .image-center {
        padding-bottom: 32% !important;
    }
}
@media (min-width: 2000px) {
    body {
        font-size: 24px;
    }
    .menu_faq a {
        color: #ffffff !important;
    }
}