/*
Theme Name: 7thVision Theme 2016
Theme URI: http://7thvision.com.au
Description: A 7thVision Theme 2016
*/


/*
Dark Grey: #636363
Light Grey: #949494
*/
/*________ GLOBAL ELEMENTS ________*/




* {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}

.ie * {

}
img {
    display: block;
    border: 0;
    position: relative;
}
a {
    outline: none;
    color: #636363;
    font-weight: bold;
}
.white a {
    color: #636363;
}
.white a:hover {
    color: #949494;
}
a:hover {
    color: #636363;
    text-decoration: none;
    text-decoration: underline;
}
a[href*='tel:'] {
    cursor: default;
}
html {
    font-size: 100%;
}
body {
    font-family: 'futura-pt', Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    overflow-x: hidden;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    -webkit-linear-gradient(top, #fff, #fff) repeat-x; /* windows chrome fixed scrolling replication issue */
    background-attachment: fixed;
}
body .white {
    color: #000;
}
.outerWrapper {
    clear: both;
    width: 100%;
    max-width: 1440px;
    max-width: 90rem;
    margin: 0 auto;
}
.wrapper {
    width: 100%;
    max-width: 1265px;
    max-width: 79.0625rem;
    margin: 0 auto;
    padding: 0 35px;
    padding: 0 2.1875rem;
}
.wrapper.large {
    max-width: 1920px;
    max-width: 120rem;
}
.wrapper.medium {
    max-width: 1140px;
    max-width: 71.25rem;
}
.ie .wrapper {
    width: 1160px;
}


/*________ HEADER & NAV ________*/

.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    padding: 24px 0;
    padding: 1.5rem 0;
    overflow: hidden;
    border-bottom: 2px solid #949494;
    z-index: 9;
}
.header .logo {
    float: left;
    display: inline-block;
    width: 100%;
    max-width: 140px;
    max-width: 8.75rem;
    margin-right: 18px;
    margin-right: 1.125rem;
}
.header .logo img {
    width: 100%;
    height: auto;
}
.header .mainNav {
    margin-top: 35px;
    margin-top: 2.1875rem;
    font-size: 24px;
    font-size: 1.5rem;
    float: left;
    height: auto;
    display: inline-block;
}
.header .mainNav a {
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
.header .mainNav a:hover {
    color: #636363;
    text-decoration: none;
}
.header .btn {
    font-weight: 400;
    float: right;
    margin-top: 24px;
    margin-top: 1.5rem;
}
.navContainer {
    width: 100%;
    position: absolute;
    top: 158px;
    top: 9.875rem;
    clear: both;
    z-index: 1500;
    height: 50px;
    height: 3.125rem;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
}
.navContainer ul.mainNav li.phone {
    float: right;
}
.navContainer ul.mainNav li.phone a {
    padding: 0;
    letter-spacing: 0;
}
.navContainer ul.mainNav li.phone a:hover {
}
.navContainer ul.mainNav li.phone a span {
    color: #000;
}
.navContainer.stuck {
    position: fixed;
    top: 0;
    left: 0;
}
.admin-bar .navContainer.stuck {
    top: 32px;
}
.navToggle {
    transition: background 0.3s;
    overflow: hidden;
    position: relative;
    background: transparent;
    width: 40px;
    width: 2.5rem;
    margin: 12px 0 0 20px;
    margin: 0.75rem 0 0 1.25rem;
    float: left;
    display: none;
}
.navToggle span.icon {
    position: absolute;
    top: 12px;
    top: 0.75rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    width: 2rem;
    height: 3px;
    height: 0.1875rem;
    background-color: #949494;
    transition: background 0s 0.3s;
    display: block;
}
.navToggle span.icon::before, 
.navToggle span.icon::after {
    position: absolute;
    display: block;
    left: 0;
    width: 32px;
    width: 2rem;
    height: 3px;
    height: 0.1875rem;
    background-color: #949494;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}
.navToggle span.icon::before {
    top: -10px;
    top: -0.625rem;
    transition-property: top, transform;
}
.navToggle span.icon::after {
    bottom: -10px;
    bottom: -0.625rem;
    transition-property: bottom, transform;
}
.navToggle.toggled span.icon {
    background-color: transparent;
}
.navToggle.toggled span.icon::before {
    top: 0;
    transform: rotate(45deg);
}
.navToggle.toggled span.icon::after {
    bottom: 0;
    transform: rotate(-45deg);
}
.navToggle.toggled span.icon::before,
.navToggle.toggled span.icon::after {
    transition-delay: 0s, 0.3s;
}
.navToggle span.text {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    color: #949494;
    padding: 30px 0 0;
    padding: 1.875rem 0 0;
}
.mobileHeaderNav {
    display: none;
}
/* Solid MultiLevel Css Nav */
.mainNav {
    margin: 0;
    line-height: 100%;
}
.mainNav li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    list-style: none;
}
/* main level link */
.mainNav a {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 0 20px;
    padding: 0 1.25rem;
    margin: 0;
    line-height: 50px;
    line-height: 3.125rem;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    color: #636363;
    letter-spacing: 2px;
}
.mainNav a:hover {
    color: #949494;
}
.mainNav .menu-item-has-children > a:after {
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border: 0.25rem solid transparent;
    border-top-color: #fff;
    top: 24px;
    top: 1.5rem;
    position: absolute;
    margin: 0 0 0 4px;
    margin: 0 0 0 0.25rem;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.mainNav .menu-item-has-children:hover > a:after {
    border-top-color: #fff;
}
.mainNav > li:first-child a {
}
.mainNav > li:last-child a {
    color: #000;
}
.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
    color: #949494;
}
/* main level link hover */
.mainNav > li:hover > a {
}

/* level 2 list */
.mainNav ul {
    display: none;
    margin: 0;
    padding: 0;
    width: 240px;
    width: 15rem;
    position: absolute;
    top: 50px!important;
    top: 2.5rem;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
}
.mainNav ul .menu-item-has-children > a:after {
    border: 4px solid transparent;
    border: 0.25rem solid transparent;
    border-top-color: transparent;
    border-left-color: #fff;
    top: 16px;
    top: 1rem;
    right: 8px;
    right: 0.5rem;
}
.mainNav li:hover > ul {
    display: block;
}
.mainNav ul li {
    float: none;
    margin: 0;
    padding: 0;
}
.mainNav ul a {
}
.mainNav ul a:hover {
	background:#fff;
}
/* level 3+ list */
.mainNav ul ul {
    left: 240px;
    left: 15rem;
    top: 0;
}
.mainNav ul .menu-item-has-children > a:after {
    border-top-color: transparent;
    border-left-color: #fff;
    top: 22px;
    top: 1.375rem;
    right: 8px;
    right: 0.5rem;
}
.mainNav ul .menu-item-has-children:hover > a:after {
    border-top-color: transparent;
    border-left-color: #fff;
}
.navContainer .mobileInfo {
    display: none;
}
.headerSliderContainer {
    max-height: 470px;
    max-height: 29.375rem;
}
.headerSliderContainer {
    overflow: hidden;

}
.headerSliderContainer img {
    width: 100%;
    margin-top: 0;
}
.pageTitle {
    background: #000;
}
.pageTitle .entryTitle {
    color: #fff;
}
.pageTitle a.btn {
    border: 2px solid #ffffff;
    color: #ffffff;
}
.pageTitle .wrapper .content {
    padding: 35px 0;
    padding: 2.1875rem 0;
}
.pageTitle .wrapper .content h1 {
    margin: 0;
    padding: 0;
}

h1.entryTitle {
    display: inline-block;
}
/*________ CONTENT ________*/

.goldWrapper {
    position: relative;
}
.contentSection {
    clear: both;
    width: 100%;
}

.contentContainer {
    width: 100%;
    clear: both;
}
.contentContainer.white {
    background: #fff;
    overflow: hidden;
}
.contentContainer.white .content p {
    color: #000;
}
.content {
}
.contentContainer .content {
    padding: 40px 0;
    padding: 2.5rem 0;
}
.mainContent .content {
    width: 64.5%;
    float: left;
}
.halfContent .content {
    width: 50%;
    float: left;
}
.fullContent .content {
    width: 100%;
    float: none;
}
.content h1, 
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6 {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #636363;
    line-height: 1.25;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    font-weight: 400;
}
.content .entryContent h1,
.content .entryContent h2,
.content .entryContent h3,
.content .entryContent h4,
.content .entryContent h5,
.content .entryContent h6 {
    letter-spacing: 0;
    text-transform: none;
}
.contentContainer.white .content .entryContent h1,
.contentContainer.white .content .entryContent h2,
.contentContainer.white .content .entryContent h3,
.contentContainer.white .content .entryContent h4,
.contentContainer.white .content .entryContent h5,
.contentContainer.white .content .entryContent h6 {
    color: #000;
    font-weight: 500;
}
h1.heavy,
h2.heavy,
h3.heavy,
h4.heavy,
h5.heavy,
h6.heavy {
    font-weight: 800;
}
.content h1 {
    font-size: 36px;
    font-size: 2.25rem;
}
.home .content h2 {

}
.content h2 {

}
.content h3 {

}
.content h4,
.content h5,
.content h6 {

}
.content p {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    line-height: 1.5;
}
.content ul,
.content ol {
    padding: 0 0 20px 40px;
    padding: 0 0 1.25rem 2.5rem;
}
.content ul ul,
.content ol ol {
    margin-bottom: 0;
}
.content ul li,
.content ol li {
    line-height: 1.5;
}
.content blockquote {
    font-style: italic;
    padding: 0 0 0 40px;
    padding: 0 0 0 2.5rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    border-left: 4px solid #222;
    border-left: 0.25rem solid #222;
}
.content iframe {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
}
.content img {
    max-width: 100%;
    height: auto;
}
.content table {
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
.content table tr {
}
.content table tr th {
    padding: 4px;
    padding: 0.25rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}
.content table tr td {
    border-top: 1px dotted #ccc;
    padding: 4px;
    padding: 0.25rem;
    font-size: 12px;
    font-size: 0.75rem;
}
.content hr {
    border: none;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    display: block;
    clear: both;
    border-bottom: 1px solid #ccc;
}
.content .entryContent {
    overflow: hidden;/*for gallery +20px*/
    width: 100%;
}
.content .entryContent br + br {
    /*see if this does anything*/
    display: none;
}
.content .articleContainer {

}
.content .articleContainer .article {
    margin: 0 0 40px;
    margin: 0 0 2.5rem;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.content .articleContainer .article:last-child {
    border-bottom: none;
}

.content .articleContainer .article .articleInfo {
    overflow: hidden;
    margin-bottom: 48px;
    margin-bottom: 3rem;
}
.content .articleContainer .article h3 {
    padding: 16px 0;
    padding: 1rem 0;
    border-bottom: 1px solid #e1e1e1;
}
.content .articleContainer .article h3 a {
    text-decoration: none;
}
.content .articleMeta {
    text-align: left;
    margin: 0 0 12px;
    margin: 0 0 0.75rem;
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    font-size: 0.75rem;
}
.row .articleMeta {
    padding: 8px 0;
    padding: 0.5rem 0;
}
.row .articleMeta p {
    padding-bottom: 0;
}
.row p.category {
    display: block;
    margin-bottom: 0;
    padding-bottom: 0;
}
.content .content .articleMeta p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding: 0 12px 0 0;
    padding: 0 0.75rem 0 0;
    margin: 0 12px 12px 0;
    margin: 0 0.75rem 0.75rem 0;
    border-right: 1px solid #808080;
    line-height: 1;
}
.content .articleMeta p:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.content .articleContainer .article .articleInfo p.excerpt {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}

.content .navBelow {
    padding: 0 0 40px;
    padding: 0 0 2.5rem;
    overflow: hidden;
}
.content .navBelow a.pageNav {
    float: left;
    border: 1px solid #222;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}
.content .navBelow a.pageNav:hover {
    background-color: #fff;
}
.content .navBelow a.navNext {
    float: right;
}



/*________ SIDEBAR ________*/

.sidebar {
    padding: 40px 0 40px 0;
    padding: 2.5rem 0 2.5rem 0;
    margin: 0 0 0 20px;
    margin: 0 0 0 1.25rem;
}
.mainContent .sidebar {
    width: 33.5%;
    float: left;
    background: #2f2f2f;
}
.halfContent .sidebar {
    width: 50%;
    float: left;
}
.fullContent .sidebar {
    width: 100%;
    float: none;
}
.sidebar .section {
    padding: 0 27px 20px;
    padding: 0 1.6875rem 1.25rem;
}
.sidebar .section img {
    max-width: 100%;
}
.sidebar .section p {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .section.contact a {
    text-decoration: underline;
    margin-bottom: 0;
    color: #fff;
}
.sidebar .section.contact a:hover {
    color: #949494;
    text-decoration: underline;
}
.sidebar .section.contact a span {
    text-decoration: none !important;
}
.sidebar .section a.contacts {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    display: block;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}
.sidebar .section.restaraunt a span {
    text-decoration: underline;
    font-weight: 600;
}
.mainContent .sidebar .content {
    padding: 0;
    width: 100%;
}
.sidebar .fc_container form.elab_form fieldset label,
.sidebar .fc_container form.elab_form fieldset label abbr {
    color: #fff;
}
.sidebar .section h5,
.sidebar .section h6 {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
    font-weight: 500;
    padding: 30px 0 20px 0;
    padding: 1.875rem 0 1.25rem 0;
}
.contentContainer .wrapper .sidebar p {
    color: #fff;
}




.sidebar .section h5:first-of-type,
.sidebar .section h6:first-of-type {
    padding-top: 0;
}

.sidebar .section ul.basicList {
    list-style: none;
    border-top: 1px dotted #ccc;
}
.sidebar .section ul.basicList li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
}
.sidebar .section ul.basicList li a {
    line-height: 1.5;
    padding: 8px 0;
    padding: 0.5rem 0;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 14px;
    font-size: 0.875rem;
}
.sidebar .section ul.basicList li a:hover {
    padding-left: 4px;
    padding-left: 0.25rem;
}
.sidebar .content .whatsOn #eventCarousel {
    width: 100%;
    padding: 0;
}
.sidebar .eventCarousel button.slick-prev {
    left: -25px;
    left: -1.5625rem;
}
.sidebar .content .whatsOn .eventsFilter li {
    color: #000;
}
.sidebar .content .whatsOn .eventsFilter li a:hover,.content .whatsOn .eventsFilter li a.selected {
    color: #000;
}
.sidebar .content .functionsContainer h2,
.sidebar .content .vipContainer h2 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 500;

}
.sidebar .content .functionsContainer,
.sidebar .content .vipContainer {
    padding: 0 16px 56px;
    padding: 0 1rem 3.5rem;
}
.sidebar .content .functionsContainer #cnt_1_email_address-d8fe2,
.sidebar .content .vipContainer #cnt_1_email_address-d8fe2 {
    width: 100%;
}
.sidebar form.searchform {
    position: relative;
}
.sidebar form.searchform .fieldContainer {
    overflow: hidden;
}
.sidebar form.searchform .fieldContainer label {
    display: none
}
.sidebar form.searchform .fieldContainer input[type="text"] {
    height: 40px;
    height: 2.5rem;
    padding: 0 8px;
    padding: 0 0.5rem;
    font-size: 124x;
    font-size: 0.875rem;
    width: 100%;
    border: 1px solid #ddd;
}
.sidebar form.searchform button[type="submit"] {
    text-indent: -9999px;
    border: none;
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background: none;
    position: absolute;
    top: 12px;
    top: 0.75rem;
    right: 12px;
    right: 0.75rem;
    opacity: 0.8;
}
.sidebar form.searchform button[type="submit"]:hover {
    opacity: 1;
}
.sidebar form.searchform button[type="submit"] img {
    width: 100%;
    height: auto;
}
.sidebar a.btn {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    width: 100%;
    margin: 2px 0;
    margin: 0.125rem 0;
}
.sidebar a.btn:hover {
    border: 2px solid #949494;
    color: #949494;
}

/*________ EVENTS ________*/

.page-id-5 .contentContainer .content .row .col-sm-6 {
    padding-right: 16px;
    padding-right: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
}
.events .thumb-container {
    overflow: hidden;
    margin-bottom: 32px;
    margin-bottom: 2rem;
}
.events .thumb-container img {
    width: 100%;
    height: 704px;
    height: 44rem;
    object-fit: cover;
}
.events .date {
    display: block;
    background: #1e1e1e;
    color: #fff;
    text-align: center;
    padding: 20px;
    float: left;
    max-width: 150px;
    max-width: 9.375rem;
    max-height: 150px;
    max-height: 9.375rem;
}
.events .date h3,
.events .date h5 {
    margin: 0;
    padding: 0;
}
.events .time {
    display: block;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
}
.events .moreEvents {
    display: block;
    clear: both;
    margin-top: 16px;
    margin-top: 1rem;
    max-width: 150px;
    max-width: 9.375rem;
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
}
.events [class*='col-'] {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}
/*________ FOOTER ________*/

.whatsOn h2 {
    font-weight: 600;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0;
    padding: 55px 0;
    padding: 3.4375rem 0;
    text-align: center;
}
.sidebar .section.whatsOn h5 {
    font-size: 20px;
    font-size: 1.25rem;
}
.sidebar .wrapper {
    max-width: 100%;
    padding: 0;
}
.sidebar .content .eventCarousel .event img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}
.footerDetails {
    clear: both;
    overflow: hidden;
    background: #000;
    padding: 35px 0;
    padding: 2.1875rem 0;
}
.footerDetails .footerRow h4 {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.25;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    font-weight: 500;
}
.footerDetails .footerRow p,
.footerDetails .footerRow p a {
    color: #fff;
}
.footerDetails ul.socialNav li a span * {
    fill: #000;
}
.footerDetails ul.socialNav li a span {
    background-color: #fff;
}
.footerDetails .content {
    overflow: hidden;
}
.footerDetails .footerRow {
    margin: 0;
    padding: 0;
    width: 20%;
    float: left;
    display: inline-block;
    padding: 0 0.5%;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
}
.footerDetails .footerRow img.footerLogo {
    max-width: 150px;
    max-width: 9.375rem;
}
.footerDetails a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.footer {
    background: #fff;
    width: 100%;
    clear: both;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 0;
    padding: 0.625rem 0;
    color: #949494;
}
.footer a {
    color: #949494;
    font-weight: 400;
    text-decoration: none;
}
.footer a:not(:last-of-type):hover {
    color: #636363;
}
.footer a span {
    color: #949494;
}
.footer ul li {
    list-style: none;
    float: left
}
.footer .copyright a:last-of-type {
    float: right;
}
/*________ FORMS ________*/

form *, form.elab_form fieldset label,
form.elab_form *, 
.fc_container form.elab_form * {
    font-family: inherit;
    font-size: 16px;
    font-size: 1rem;
    /*color: #636363;*/
}
form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}
form :-moz-placeholder { /* Firefox 18- */
    color: #000;
    opacity: 1;
}
form ::-moz-placeholder {  /* Firefox 19+ */
    color: #000;
    opacity: 1;
}
form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}

form.elab_form fieldset label {
    color: #000;
}
form.elab_form fieldset input:focus, 
form.elab_form fieldset textarea:focus {
    border-color: #66bfb9;
}
.fc_container form.elab_form .footnote {
    display: none;
}
.fc_container form.elab_form .footnote.error-field {
    display: block
}
.fc_container form.elab_form div.double {
    width: 49%;
    float: left;
}
.fc_container form.elab_form div.double,
.fc_container form.elab_form div.triple {
  margin-right: 2%;
}

.fc_container form.elab_form div.double:nth-child(2n+1),
.fc_container form.elab_form div.triple:nth-child(3n+1) {
    margin-right: 0;
}
.fc_container form.elab_form div.triple {
  width: 32%;
  float: left;
}
#cnt_1_email_address-d8fe2 {
    width: 66%;
}
#cnt_1_date_of_birth-d8fe2 {
    margin-right: 0;
}
/*________ FRONT PAGE ________*/

.viewOnly {
    padding: 50px 0;
    padding: 3.125rem 0;
}
.viewOnlyMob {
    display: none;
    text-transform: uppercase;
    color: #c0ac5f;
}
.homeSliderContainer {
    width: 100%;
    clear: both;
}
.homeSliderContainer .homeSlider {
    position: relative;
}
.homeSliderContainer .homeSlider .slide img {
    width: 100%;
    height: auto;
    display: none
}

.homeSliderContainer .homeSlider .slide .slideContent {
    position: absolute;
    top: 50%;
    transform: translate(0, calc(-50% + 104px));
    left: 0;
    right: 0;
}
.homeSliderContainer .homeSlider .slide .slideContent .content {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.homeSliderContainer .homeSlider .slide .slideContent .content h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
 }
 .homeSliderContainer .homeSlider .slide .slideContent .content h2 {
    color: #fff;
    font-size: 66px;
    font-size: 4.125rem;
}
.homeSliderContainer .homeSlider .slide .slideContent .content img {
    width: 425px;
    width: 26.5625rem;
    display: block;
    margin: 0 auto 20px auto;
    margin: 0 auto 1.25rem auto;
}
.homeSliderContainer .homeSlider .slide.side-1 img,
.homeSliderContainer .homeSlider .slide.slick-slide img {
    display: block;
}
.homeSliderContainer .homeSlider button.slick-prev,
.homeSliderContainer .homeSlider button.slick-next,
.calendarContainer .calendarNav .controls a {
    width: 34px;
    width: 2.125rem;
    height: 61px;
    height: 3.8125rem;
    position: absolute;
    top: 50%;
    margin-top: 52px;
    margin-top: 3.25rem;
    left: 35px;
    left: 2.1875rem;
    background: url(images/slide-arrow-white.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 9;
}
.homeSliderContainer .homeSlider button.slick-next,
.calendarContainer .calendarNav .controls a.next {
    background: url(images/slide-arrow-white.png) center center no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    left: auto;
    right: 35px;
    right: 2.1875rem;
}
.calendarContainer .calendarNav .controls a.next {
    right: 0;
    left: auto;
    background-color: #c0ac5f;
    background-size: 30%;
    background-position: 50% 50%;
    border: none;
}
.calendarContainer .calendarNav .controls a.previous {
    right: auto;
    left: 0;
    background-color:#c0ac5f;
    background-size: 30%;
    background-position: 50% 48%;
    border: none;
}
.calendarContainer .calendarNav .controls a {
    margin: 0;
    text-indent: -99999px;
}
.homeSliderContainer .homeSlider button.slick-prev:hover,
.homeSliderContainer .homeSlider button.slick-next:hover {
    background: url(images/slide-arrow-light-grey.png) center center no-repeat;
    background-size: contain;
}
.homeSliderContainer .homeSlider .slick-dots {
    position: absolute;
    bottom: 24px;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 200;
}
.homeSliderContainer .homeSlider .slick-dots li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 5px 10px;
    margin: 0 0.3125rem 0.625rem;
}
.homeSliderContainer .homeSlider .slick-dots li button {
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
    text-indent: -9999px;
    background: #636363;
    border-radius: 50%;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.homeSliderContainer .homeSlider .slick-dots li.slick-active button,
.homeSliderContainer .homeSlider .slick-dots li button:hover {
    background-color: #949494;
}
.home .entryContent p {
    width: 70%;
    margin: 0 auto;
    font-size: 20px;
    font-size: 1.25rem;
}
.goldRow {
    background: #000;
    min-height: 300px;
}
.goldRow:hover {
    background: #949494;
}
.goldRow:hover .restarauntContent:after {
    border-right: 66px solid #949494;
    transition: all 0.2s linear;
} 
.goldRow:hover .functionsContent:after, 
.goldRow:hover .gamingContent:after {
    border-left: 66px solid #949494;
    transition: all 0.2s linear;
}
.goldRow img {
    width: 100%;
}
.goldRow > div {
    padding: 0;
    margin: 0;
    position: relative;
}
.goldRow a.btn {
    position: relative;
    z-index: 2;
    color: #fff;
    border: 2px solid #fff;
}
.goldRow a.btn:hover {
    color: #fff;
    border: 2px solid #fff;
}
.goldRow h3 {
    letter-spacing: 3px;
    letter-spacing: 0.1875rem;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 1.25;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    font-weight: 600;
}
.goldRow p {
    font-weight: 500;
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    font-size: 1rem;
}
.restarauntContent:after,
.functionsContent:after,
.gamingContent:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 66px solid transparent;
    border-bottom: 66px solid transparent;
    border-right: 66px solid #000;
    left: -66px;
    top: 50%;
    margin-top: -66px;
    z-index: 99;
    transition: all 0.2s linear;
}
.functionsContent:after,
.gamingContent:after {
    border-left: 66px solid #000;
    border-right: none;
    left: auto;
    right: -66px;
}
.functionsContent:after:hover,
.gamingContent:after:hover {
    border-left: 66px solid #636363;
}
.goldRow .content {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0,-50%);
    right: 20%;
}

.nightclubBg {
    background: url('images/nightclub-feature.jpg');
    background-position: 50% -10%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 635px;
    min-height: 39.6875rem;
    position: relative;
}
.nightclubBg .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%,-50%);
}
.nightclubBg .wrapper .content {
    background: #000;
    padding: 45px;
    padding: 2.8125rem;
    width: 500px;
    margin: 0 auto;
}
.nightclubBg .wrapper .content h3 {
    font-size: 24px;
    font-size: 1.5rem;
    text-transform: none;
    color: #fff;
    letter-spacing: 0;
    padding-bottom: 16px;
    padding-bottom: 1rem;
}
.nightclubBg .wrapper .content a.btn {
    color: #fff;
    border: 2px solid #fff;
}
.nightclubBg .wrapper .content a.btn:hover {
    color: #636363;
    border: 2px solid #636363;   
}
.nightclubBg .wrapper .content p {
    margin: 0;
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    color: #fff;
}
.nightclub .content {
    padding: 80px;
    padding: 5rem;
}
.nightclub .content h2 {
    font-size: 36px;
    font-size: 2.25rem;
    padding: 0;
    margin: 0;
    color: #636363;
}

/*________ RESTARAUNT SLIDER ________*/

#restarauntCarousel.slick-loading .slick-list,
#functionsCarousel.slick-loading .slick-list {
    background: #000 url(/wp-content/themes/mlb-2016/images/loading.gif) center center no-repeat;
}
.content .restarauntCarousel .event img,
.content .functionsCarousel .event img {
    padding-right: 20px;
    width: 100%;
    height: auto;
}







.restarauntCarousel button.slick-prev, 
.restarauntCarousel button.slick-next, 
.functionsCarousel button.slick-next, 
.functionsCarousel button.slick-prev {
    width: 50px;
    width: 3.125rem;
    height: 70px;
    height: 4.375rem;
    position: absolute;
    bottom: 0;
    background: url(images/events-arrow-green.png) center center no-repeat #ffffff;
    background-size: 20px 36px;
    background-size: 1.25rem 2.25rem;
    text-indent: -9999px;
    transition: all 0.1s linear;
}
.restarauntCarousel button.slick-prev:hover, 
.restarauntCarousel button.slick-next:hover, 
.functionsCarousel button.slick-prev:hover, 
.functionsCarousel button.slick-next:hover {
    background: url(images/slide-arrow-white.png) center center no-repeat #949494;
    background-size: 20px 36px;
    background-size: 1.25rem 2.25rem;
}
.restarauntCarousel button.slick-next,
.functionsCarousel button.slick-next {
    left: auto;
    right: 0;
    background-image: url(images/events-arrow.png);
    background-size: 20px 36px;
    transform: rotate(180deg);
}
.restarauntCarousel button.slick-prev,
.functionsCarousel button.slick-prev {
    left: auto;
    right: 50px;
    right: 3.125rem;
    background-image: url(images/events-arrow.png) ;
}
.functionsCarousel button.slick-prev {
    left: 0;
    right: auto;
}
.functionsCarousel button.slick-next {
    left: 50px;
    left: 3.125rem;
    right: auto;
}


/*________ CONTACT PAGE ________*/




/*________ ARCHIVE PAGES ________*/


/*________ CATEGORY PAGES ________*/

.thumbContainer img {
    width: 100%;
}
.calendarContainer .thumbContainer {
    display: inline-block;
    float: left;
    max-width: 25%;
}
.content .calendarContainer .articleContainer .article .articleInfo {
    float: left;
    padding: 0 0 0 20px;
    padding: 0 0 0 1.25rem;
    margin: 0;
    max-width: 65%;
}
.content .calendarContainer .articleMeta p:last-child {
    padding: 0;
}
.calendarContainer .thumbContainer img {
    max-width: 200px;
}
/*________ TAXONOMY PAGES ________*/


/*________ SINGLE PAGES ________*/

.postMeta a {
    font-weight: 400;
}

/*________ LIGHT GALLERY ________*/

body .lg-backdrop {
    background-color: rgba(0,0,0,0.8);
}
body.admin-bar .lg-outer {
    padding-top: 32px;
}
body .lg-outer .lg-sub-html p {
    margin-top: 0;
}
body .lg-outer .lg-sub-html a {
    color: #fff;
    text-decoration: none;
}
body .lg-outer .lg-sub-html a:hover {
    text-decoration: underline;
}
.galleryContainer .gallery {
    width: 100%;
    padding: 0;
}
.galleryContainer {
    clear: both;
    overflow: hidden;
    padding: 45px 0;
    padding: 2.8125rem 0;
    background: #2f2f2f;
}
.galleryContainer .gallery .gallery-item {
    padding: 0;
}
.facebook-gallery-item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.gallery-hide {
    display: none;
}
.button-container {
    clear: both;
    overflow: hidden;
}
.facebook-gallery-container {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}
.facebook-gallery-container a.btn.btn-gallery {
    position: absolute;
    bottom: 0;
    width: 300px;
    width: 18.75rem;
    left: 50%;
    margin-left: -150px;
    margin-left: -9.375rem;
}
.facebook-gallery-container a.btn.btn-gallery:hover {
    background: transparent;
    border: 2px solid #000;
    color: #000;
}
.album-container {
    display: none !important;
}
.album {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    cursor: pointer;
}
.show-gallery {
    display: inline-block!important;
}
.album img {
    flex-shrink: 0;
  min-width: 100%;
  min-height: 100%
}
.album-info-container h3 {
    color: #fff !important;
}
.entryContent .album-info-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 8px;
    right: 8px;
    padding: 20px 0;
    padding: 1.25rem 0;
    background: rgba(0,0,0,0.9);
    transform: translate(0,-50%);
    color: #fff;
    z-index: 999;
}
.photo-container {
    display: inline-block;
}
.photo-container img {
    width: 100%;
    height: auto;
}
span.count {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    width: 32px;
    line-height: 32px;
    height: 32px;
}

/*_______EVENTS________*/

.content .whatsOn #eventCarousel {
    max-width: 1110px;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 28px 1.65%;
    padding: 0 0 1.75rem 1.65%;
}
.content .whatsOn #eventCarousel.slick-loading .slick-list {
    background: #000 url(/wp-content/themes/mlb-2016/images/loading.gif) center center no-repeat;
}
.content .eventCarousel .event img {
    width: 100%;
    height: auto;
    transform: scale(0.8);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.content .eventCarousel .event img:hover {
    transform: scale(1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.content .eventsFilter {
    list-style-type: none;
    margin: 0;
    padding: 50px 0;
    padding: 3.125rem 0;
    text-align: center;
    text-transform: uppercase;
}
.content .whatsOn h2 {
    padding-top: 48px;
    padding-top: 3rem;
}
.content .eventsFilter li {
    display: inline-block;
    padding: 0 10px;
    padding: 0 0.625rem;
    color: #636363;
    font-weight: 500;
}
.content .eventsFilter li a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}
.content .eventsFilter li a:hover, 
.content .eventsFilter li a.selected {
    color: #949494;
}
.content .eventsFilter li.right {
    border-right: 0;
}
.eventCarousel button.slick-prev,
.eventCarousel button.slick-next {
  width: 18px;
    width: 1.125rem;
  height: 36px;
    height: 2.25rem;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-top: -1.25rem;
    left: 0;
    background: url(images/events-arrow.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.eventCarousel button.slick-next {
    left: auto;
    right: -25px;
    right: -1.5625rem;
    background-image: url(images/events-arrow.png);
    transform: rotate(180deg);
}
.eventCarousel button.slick-prev {
    right: auto;
    left: -25px;
    left: -1.5625rem;
    background-image: url(images/events-arrow.png);
}
.sidebar .eventCarousel button.slick-prev,
.sidebar .eventCarousel button.slick-next {
    background: url(images/slide-arrow-white.png) center center no-repeat;
    background-size: contain;
}
.eventCarousel button.slick-prev:hover,
.eventCarousel button.slick-next:hover {
    background: url(images/slide-arrow-light-grey.png) center center no-repeat;
    background-size: contain;
}

/*________ MISC ________*/
.facebook-image-container {
  padding: 0 20px 20px 0;
  padding: 0 1.25rem 1.25rem 0;
}
a.absoluteLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}
span.mail {
    display: block;
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
    position: relative;
    overflow: hidden;
    margin: 42px 0 16px 0;
    margin: 2.625rem 0 1rem 0;
}
span.mail div {
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
    background: #000000;
    border-radius: 50%;
}
span.mail span.inner {
    border-radius: 50%;
}
span.mail div span svg, 
span.mail div span img {
    fill: #fff;
    max-width: 50%;
    margin-left: 50%;
    margin-top: 50%;
    transform: translate(-50%,-50%);
}
body.noscroll{
    position:fixed;
    overflow:hidden;
}
.home .homeReadMore p.show {
    display: block;
    transition: 0.2s ease-in-out all;
}
.homeReadMore p:not(:first-of-type) {
    display: none;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
.textCenter {
    text-align: center;
}
.textBlack,
.textBlack h1,
.textBlack h2,
.textBlack h3,
.textBlack h4,
.textBlack h5,
.textBlack h6 {
    color: #000;
}
.textWhite,
.textWhite h1,
.textWhite h2,
.textWhite h3,
.textWhite h4,
.textWhite h5,
.textWhite h6  {
    color: #fff;
}
a.btn, 
.btn, 
.white .btnBlkHover, 
body form.elab_form button[type=submit], body form.elab_form input[type=submit] {
    display: inline-block;
    cursor: pointer;
    padding: 12px 24px;
    padding: 0.75rem 1.5rem;
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    text-align: center;
    border-radius: 0;
    transition: all 0.2s linear;
}
a.btn:hover, 
.btn:hover, 
.white .btnBlkHover:hover {
    text-decoration: none;
    color: #636363;
    border-color: #636363;
}
body .sidebar form.elab_form button[type=submit], body .sidebar form.elab_form input[type=submit] {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}
body .sidebar form.elab_form button[type=submit]:hover, body .sidebar form.elab_form input[type=submit]:hover {
    border: 2px solid #949494;
    color: #949494;
    background: transparent;
}
body form.elab_form button[type=submit]:hover {
    background: transparent;
    color: #949494;
    border: 2px solid #949494;
}
a.btn-alt,
.btn-alt {
    color: #000;
    border-color: #000;
}
a.btn-alt:hover,
.btn-alt:hover {
    color: #636363;
    border-color: #636363;
}
a.btn-lg {
    padding: 16px 34px;
    padding: 1rem 2.125rem;
    font-size: 24px;
    font-size: 1.5rem;
}
a.btn-black,
.btn-black {
    color: #000;
    border-color: #000;
}
a.btn-sm,
.btn-sm {
    padding: 10px 21px;
    padding: 0.625rem 1.3125rem;
}
a.btn-menu,
.btn-menu {
    float: right;
    margin-left: 16px;
    margin-left: 1rem;
    border-radius: 20px;
    border-radius: 1.25rem;
    font-weight: 400;
}
.home .entryContent a.btn {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 8px 24px;
    padding: 0.5rem 1.5rem;
}
img.injectSvg {
    overflow: hidden;
}

.ui-widget {
    font-family: inherit;
}

.mapContainer {
    position: relative;
    width: 100%;
    min-height: 450px;
    color: #000;
}
.mapContainer .locationCanvas {
    width: 100%;
    height: 100%;
    position: absolute;
}
.mapContainer img {
    max-width: none;
}


.hyphenate { /*allow really big words to wrap*/
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.inlineBlocks {
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.inlineBlocks .inlineBlock {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}
.flexBlocks {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    width: auto;

    margin-left: -20px;
    margin-left: -1.25rem;
    margin-right: -20px;
    margin-right: -1.25rem;
}
.flexBlocks .flexBlock {
    padding: 0 20px;
    padding: 0 1.25rem;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.hide {
    display: none;
}
.clearFix::after {
    clear: both;
    display: block;
    content: ' ';
    visibility: hidden;
    line-height: 0;
    height: 0;
}

button {
    cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}
.navigation .wp-pagenavi span,
.navigation .wp-pagenavi a {
    border: none;
}
.flexibleContainer { /* Flexible iFrame */
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.animate,
.animate:hover,
.animate:focus,
.animate:active {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.animateZoom,
.gallery .gallery-item img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.animateZoom:hover,
.animateZoom:focus,
.animateZoom:active,
.gallery .gallery-item img:hover,
.gallery .gallery-item img:focus,
.gallery .gallery-item img:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.centerVertical {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.absoluteWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feedback {
    width: 100%;
    clear: both;
    border-radius: 4px;
    border-radius: 0.25rem;
    padding: 16px 20px 0;
    padding: 1rem 1.25rem 0;
    color: #fff;
    margin: 0 auto 20px;
    margin: 0 auto 1.25rem;
}
.feedback.positive {
    background-color: #26ba3b;
}
.feedback.warning {
    background-color: #ffa800;
}
.feedback.negative {
    background-color: #ee3333;
}
.feedback p {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
}
.feedback.positive p {
    text-align: center;
}
.feedback ul {
    padding: 0 0 24px 40px;
    padding: 0 0 1.5rem 2.5rem;
}
ul.socialNav {
    float: left;
    width: auto;
    display: inline-block;
}

ul.socialNav li {
    list-style: none;
    padding: 0 0 10px;
    padding: 0 0 0.625rem;
}
.footerDetails ul.socialNav {
    text-align: left;
    float: left;
    padding: 0;
}
.footerDetails ul.socialNav li{
    padding: 0 2px 0 0 !important;
    text-align: left;
    float: left;
}
ul.socialNav li:not(:last-child) {
    padding-right: 10px;
    padding-right: 0.625rem;
}
ul.socialNav li a {
    display: block;
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
    position: relative;
    border-radius: 2px;
    border-radius: 0.125rem;
    overflow: hidden;
}
ul.socialNav li a span {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.navContainer ul.socialNav {
    margin: 9px 35px 0 0;
    margin: 0.5625rem 2.1875rem 0 0;
}
.navContainer ul.socialNav li a span {
    background-color: #636363;
}
.navContainer ul.socialNav li a span * {
    fill: #fff;
}
ul.socialNav li a span img,
ul.socialNav li a span svg {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100%;
    height: auto;
}
ul.socialNav li a:hover span,
ul.socialNav li a:focus span,
ul.socialNav li a:active span {
    background-color: #fff !important;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.navContainer ul.socialNav li a:hover span {
    background-color: #000;
}
ul.socialNav li.facebook a span svg,
ul.socialNav li.facebook a span img {
    max-width: 50%;
}
ul.socialNav li.twitter a span svg,
ul.socialNav li.twitter a span img {
    max-width: 50%;
}
ul.socialNav li.instagram a span svg,
ul.socialNav li.instagram a span img {
    max-width: 50%;
}
ul.socialNav li.youtube a span svg,
ul.socialNav li.youtube a span img {
    max-width: 50%;
}
ul.socialNav li.googlePlus a span svg,
ul.socialNav li.googlePlus a span img {
    max-width: 50%;
}
ul.socialNav li.pinterest a span svg,
ul.socialNav li.pinterest a span img {
    max-width: 40%;
}
ul.socialNav li.tripAdvisor a span svg,
ul.socialNav li.tripAdvisor a span img {
    max-width: 50%;
}
ul.socialNav li.linkedIn a span svg,
ul.socialNav li.linkedIn a span img {
    max-width: 50%;
}
ul.socialNav.social-link {
    float: none;
    height: 24px;
    height: 1.5rem;
    padding: 0;
    margin: 0;
    overflow: visible;
}
ul.socialNav.social-link li {
    padding-bottom: 0;
}
ul.socialNav.social-link li.facebook a span svg {
    max-width: 16px;
    max-width: 1rem;
    max-height: 16px;
    max-height: 1rem;
    padding: 0;
    margin: 8px 0 0 0;
    margin: 0.5rem 0 0 0;
}
/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-right: 1.5rem;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.wp-caption {
    background: #f1f1f1;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    max-width: 100%;
    padding: 4px;
    padding: 0.25rem;
    text-align: center;
}
.wp-caption img {
    padding: 4px 4px 0;
    padding: 0.25rem 0.25rem 0;
    max-width: 100%;
    height: auto;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px;
    padding: 0.25rem;
}
.wp-smiley {
    margin: 0;
}

.gallery {
    padding: 0 0 20px;
    padding: 0 0 1.25rem;
    clear: both;
    width: 100%;
    width: calc(100% + 20px);
    width: calc(100% + 1.25rem);
    text-align: left;
}
.gallery .gallery-item {
    width: 25%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    min-width: 120px;
    min-width: 7.5rem;
    padding: 0 20px 20px 0;
    padding: 0 1.25rem 1.25rem 0;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-3 .gallery-item {
    width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery-columns-5 .gallery-item {
    width: 20%;
}
.gallery-columns-6 .gallery-item {
    width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    width: 14.285%;
}
.gallery-columns-8 .gallery-item {
    width: 12%;
}
.gallery .gallery-item a {
    display: block;
    background-color: #222;
    overflow: hidden;
}
.gallery .gallery-item img {
    width: 100%;
    height: auto;
}
.gallery .gallery-item a img:hover {
    opacity: 0.8;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 12px;
    margin: 0 0 0.75rem;
    text-align: center;
    line-height: 1.5;
}
.gallery br {
    display: none;
}
.gallery dl {
    margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}



/*________ WP PRINT ________*/

@media print {

}



/*________ RESPONSIVE ________*/

/* 1440px */


@media (max-width: 90em) {
    .header .btn {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 32px;
        margin-top: 2rem;
    }
    .header .mainNav {
        font-size: 16px;
        font-size: 1rem;
    }
}

/* 1340px */
@media (max-width: 83.75em) {
    .homeSliderContainer .homeSlider .slide .slideContent .content img {
        width: 250px;
        width: 15.625rem;
    }
}

/* 1240px */
@media (max-width: 77.5em) {
    html {
        font-size: 90%;
    }
}

/* 1140px */
@media (max-width: 71.25em) {
    html {
        font-size: 80%;
    }
    .mainNav a {
        padding: 0 12px;
        padding: 0 0.75rem;
    }
}

/* 1040px */
@media (max-width: 65em) {
    .viewOnlyMob {
        display: block;
        padding: 10px 0;
        padding: 0.625rem 0;
    }
    .eventsView li:first-child {
        display: none
    }
    .navContainer ul.socialNav {
        display: none;
    }
    ul.eventsView {
        width: 70%;
    }
    .goldRow .functionsContent {
        order: 1;
    }
    .goldRow .content {
        position: relative;
        transform: translate(0,0);
        left: 0;
        right: 0;
        top: 0;
        padding: 50px
    }
    .eventCarousel img {
        padding: 12px;
    }
    .restarauntContent:after,
    .gamingContent:after,
    .functionsContent:after {
        display: none;
    }
    .nightclubBg {
        background-size: cover;
        background-attachment: scroll;
    }
}

/* 940px */
@media (max-width: 58.75em) {
    .homeSliderContainer .homeSlider .slide.slick-slide img {
        width: 150%;
        margin-left: -20%;
    }
    .homeSliderContainer .homeSlider .slide .slideContent .content img {
        width: 200px;
        width: 12.5rem;
    }
    .homeSliderContainer .homeSlider .slide .slideContent {
     top: 50%;
     transform: translate(0,0);
    }
    .mainNav a {
        padding: 0 8px;
        padding: 0 0.5rem;
    }
    .header .btn {
        display: none;
    }
    .navContainer.stuck,
    .admin-bar .navContainer.stuck {
        position: relative;
        top: auto;
        left: auto;
    }
    .mainContent .sidebar {
        width: 32%;
    }
}

/* 840px */
@media (max-width: 52.5em) {

    .pageTitle {
        text-align: center;
    }
    h1.entryTitle {
        display: block;
    }
    a.btn-menu,
    .btn-menu {
        float: none;
        text-align: center;
        margin: 5px 5px;
        margin: 0.3125rem 0.3125rem;
    }
    .footerDetails .footerRow {
        width: 49%;
        margin-top: 30px;
    }
    .home .entryContent p {
        width: 100%;
    }
}

/* 782px //should only be used for .admin-bar items */
@media (max-width: 48.875em) {

}

/* 740px */
@media (max-width: 46.25em) {
    .events .moreEvents {
        float:right;
        display: inline-block;
        clear: none;
    }
    .events .date {
        float: left;
        display: inline-block;
    }
     .homeSliderContainer .homeSlider .slide .slideContent .content h2 {
         display: none;
     }
    .section.whatsOn,
    .sidebar.mobHide {
        display: none;
    }
    form.elab_form div.double,
    form.elab_form div.triple,
    form.elab_form div.triple {
      margin-right: 0;
        width: 100% !important;
    }

    .headerSliderContainer {
        max-height: 50px;
    }
    .mainContent .sidebar {
        width: 100%;
        margin: 0 0 32px 0;
        margin: 0 0 2rem 0;
    }
    .footer .copyright,
    .footer .copyright a {
        float: none;
        text-align: center;
        line-height: 2;
        display: block;
    }
    .footer .copyright a:last-of-type {
        float: none;
    }
    .goldRow .content {
        padding: 26px;
        padding: 1.625rem;
    }
    .homeSliderContainer .homeSlider button.slick-next,
    .homeSliderContainer .homeSlider button.slick-prev {
        display: none !important;
    }
    .homeSliderContainer .homeSlider .slide .slideContent .content img {
        display: none;
    }
    .navContainer ul.mainNav li.phone {
        border-radius: 0;
        text-align: center;
        font-weight: 600;
    }
    .navContainer ul.mainNav li.phone a {
        background: transparent;
        border: 2px solid #fff!important;
    }
    .navContainer ul.mainNav li.phone a:hover {
        color: #949494;
        border: 2px solid #fff !important;
        background: transparent;
    }
    .header .logo {
        position: absolute;
        top: 6px;
        top: 0.375rem;
        left: 20px;
        left: 1.25rem;
        max-width: 50px;
    }
    .navToggle {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        margin-top: -1.25rem;
        right: 40px;
        right: 2.5rem;
    }
    .mainNav {
        opacity: 0;
        height: 0;
        overflow: hidden;
        width: 100%;
        padding: 0 20px;
        padding: 0 1.25rem;
    }
    .mainNav.show {
        opacity: 1;
        height: auto;
        overflow: visible;
    }
    .mainNav a {
        color: #000;
        border: none !important;
        line-height: 50px;
        line-height: 3.125rem;
    }
    .mainNav li {
        width: 100%;
        float: none;
        border: none !important;
        border-bottom: 1px solid #636363 !important;
    }
    .mainNav > li:first-child {
        border-radius: 6px 6px 0 0;
        border-radius: 0.375rem 0.375rem 0 0;
        overflow: hidden;
    }
    .mainNav > li:last-child {
        border-radius: 0 0 6px 6px;
        border-radius: 0 0 0.375rem 0.375rem;
        overflow: hidden;
    }
    .mainNav li:hover > ul {
        display: none;
    }
    .mainNav li.hover > ul {
        display: block;
    }
    .mainNav ul {
        width: 100%;
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        text-align: left !important;
        border: none !important;
    }
    .mainNav .menu-item-has-children > a:after {
        border-color: transparent !important;
        border-top-color: #fff !important;
        left: auto !important;
        right: auto !important;
        top: 32px;
        top: 2rem;
    }
    .mainNav .menu-item-has-children:hover > a:after {
        border-top-color: #fff !important;
    }
    .mainNav ul li {
        border: none !important;
        border-top: 1px solid #000 !important;
    }
    .mainNav ul a {
        padding-left: 32px;
        padding-left: 2rem;
        background-color: transparent;
    }
    .mainNav ul ul a {
        padding-left: 48px;
        padding-left: 3rem;
    }
    .contentContainer .content {
        float: none;
        width: 100%;
    }
    .contentContainer .sidebar {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .navContainer {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        bottom: 0;
        width: 0;
    }
    .header {
        border-bottom: 0;
        height: 50px;
        top: 0;
        position: fixed;
    }
    .header.show {
        transition: ease-in-out all 0.2s;
        top: 0;
        background: rgba(0,0,0,0.8);
        z-index: 9999;
    }
    .navContainer.show {
        background: rgba(255, 255, 255, 0.9);
        transition: ease-in-out all 0.2s;
        right: 0;
        width: 100%;
        height: 100%;
        padding-top: 70px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .navContainer.show ul.socialNav {
        display: block;
        text-align: right;
        float: none;
        margin: 0 20px 20px 0;
        margin: 0 1.25rem 1.25rem 0;
    }
    .navContainer.show .wrapper.large {
        padding: 0;
    }
    .mobileHeaderNav {
        display: none;
    }
    .mobileHeaderNav li {
        font-size: 13px;
        font-size: 0.8125rem;
        text-align: right;
        border: none!important;
    }
    .mobileHeaderNav li a {
        line-height: 2;
    }
    .navContainer.show .mobileHeaderNav {
        display: block;
    }
    ul.eventsView {
        width: 100%;
    }
    .goldRow.row.gaming {
        margin-top: 0;
    }
}

/* 640px */
@media (max-width: 40em) {
    ul.eventsView li {
        width: 50%;
        display: inline-block;
    }
    .nightclubBg .wrapper .content {
        width: 100%;
    }
    .navContainer .mobileInfo {
        display: block;
    }
    .page-template-pages-contact .contactContainer {
        float: none;
        width: 100%;
    }
    .page-template-pages-contact .type-page {
        float: none;
        width: 100%;
        padding: 0 0 20px;
        padding: 0 0 1.25rem;
    }
}

/* 540px */
@media (max-width: 33.75em) {
    .content .eventCarousel .event img {
        max-width: 100%;
        max-height: 100%;
        padding: 0;
    }
}

/* 440px */
@media (max-width: 27.5em) {
    .eventSlideContainer .eventCarousel .slide img {
        padding: 0;
    }
    .footerLogo {
        margin: 0 auto;
    }
    .footerDetails ul.socialNav {
        float: none;
        text-align: center;
    }
    .footerDetails .footerRow {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        float: none;
    }
    .footerDetails ul.socialNav li {
        float: none;
    }

    .alignleft,
    img.alignleft,
    .alignright,
    img.alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .gallery .gallery-item {
        width: 50% !important;
    }
}

/* 340px */
@media (max-width: 21.25em) {

}


/* HEIGHT */

/* 640px */
@media (max-height: 40em) {
    .navContainer.stuck,
    .admin-bar .navContainer.stuck {
        position: relative;
        top: auto;
        left: auto;
    }
}
