/*
	Theme Name: White and Wongs
	Description: White and Wongs Bootstrap.
	Author: Richard Lamoste - Orchid
	Author URI: http://www.orchid.co.nz/
	Version: 3.3.6

	Tags: bootstrap, simple, clean

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

@import url("css/bootstrap.min.css");
@import url("fonts/fonts.css");
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300);
/*GLOBAL*/

body {
    color: #000;
	font-family: 'Cormorant Garamond', serif;
    font-weight:400;
    /*background: url("images/wwbackgroundblue.png");*/
    background-color: #fff;
	font-size:18px;
}


a, 
a:visited,
a:hover,
a:focus {
	color:#ceae80;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: normal;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

strong {
}


/*CUSTOM*/

.site-header {
	background:#fff;
	margin: 0 0 30px 0;
    position: relative;
}

.site-header .container {
	position: relative;
}

.site-title {
	display: block;
	margin: 50px auto 20px;
	text-align: center;
}

.social-media:not(.mobile) {
	position: absolute;
	z-index: 9;
	top: 15px;
	right: 0;
}

.social-media img {
	max-width:35px;
}

.social-media a:hover {
	text-decoration:none;
}

.social-media.mobile {
	display:none;
}


.sidebar li.widget {
	list-style: none;
	margin: 0 0 50px;
	text-align:center;
}

.sidebar li.widget#text-6 a:hover {
	text-decoration:none;
}

.sidebar li.widget:nth-last-child(2) img {
	max-width:35px;
	margin-left:20px;
}

.sidebar li.widget:nth-last-child(2) a:first-child img,
.sidebar li.widget:nth-last-child(2) a:first-of-type img {
	margin-left:0;
}

.sidebar li.widget:last-child {
	margin-bottom:0;
}

.sidebar {
	background-color:#fff;
    padding:45px 0;
    position: relative;
	color:#000;
	font-size:18px;
	border:2px solid #000;
}

.sidebar h3 {
	font-size: 21px;
	font-family: 'BaronNeue';
	margin:0;
}

.sidebar h4 {
    font-size: 14px;
    font-weight: bold;	
}

.sidebar .button,
.intro-page .button {
	color: #fff;
	background-color:#000;
	display:inline-block;
	padding:25px 45px;
	line-height:1;
	font-size:24px;
	font-family: 'BaronNeue';
	position:relative;
	border:2px solid #000;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.sidebar .button:hover,
.sidebar .button:focus,
.intro-page .button:hover,
.intro-page .button:focus {
	background-color:#fff;
	color:#000;
	text-decoration:none;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.sidebar .button:before,
.sidebar .button:after,
.intro-page .button:before,
.intro-page .button:after {
	content:'';
	width:20px;
	height:4px;
	position:absolute;
	left:-20px;
	top:50%;
	margin-top:-2px;
	display:block;
	background-color:#000;
}

.sidebar .button:after,
.intro-page .button:after {
	left:auto;
	right:-20px;
}

.btn-primary, #gform_wrapper_1 input[type=submit] {
	background: #000;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    min-width: 240px;	
	font-family: 'BaronNeue';
    font-size: 18px;
}

.sidebar a.btn {
	color: #fff;
	font-family: 'BaronNeue';
}

.sidebar a {
	color:#000;
}

.sidebar iframe {
	width:100%;
	max-height:272px;
}

#slider,
#footer-slider {
margin:0 0 10px 0;
}

#slider .bx-wrapper .bx-viewport,
#footer-slider .bx-wrapper .bx-viewport  {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
	background:transparent;
}

#slider.fullwidth-slider .bx-wrapper .bx-pager {
	width:100%;
	text-align:center;
}

#slider .bx-wrapper .bx-pager,
#footer-slider .bx-wrapper .bx-pager {
    padding: 0;
    bottom: 10px;
    width: auto;
    right: 20px;
}

#slider .bx-wrapper,
#footer-slider .bx-wrapper {
	margin: 0 auto;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a,
#footer-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
	background:#6f6f71;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a.active,
#footer-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#fff;
}

.hentry {
	background-color:#000;
	color:#fff;
	padding: 40px;
	margin: 15px auto;
}

.page-id-1409 .hentry,
.page-id-1444 .hentry {
	padding:0;
	background-color:#fff;
	margin-top:0;
}

.page-id-1409 .entry-title,
.page-id-1444 .entry-title {
	display:none;
}

.home .hentry {
	margin-top:0;
}

.single-function .hentry {
	margin-bottom:35px;
}

.entry-title {
    margin: 0 0 20px;
	line-height:1;
    font-size: 24px;
	color:#fff;
}


.site-footer {
	margin: 30px auto;
}

.foot-links {
	list-style: none;
	margin: 0;
	text-align: center;
}

.foot-links li {
	display: inline;
	margin: 0 20px;
    font-size: 11px;	
/*    display: none;*/
}

.foot-links li a {
	text-decoration: none;
	color: #000;
	font-size:14px;
}

.foot-logo {
	margin: 20px auto;
    display: block;	
    position: absolute;
    bottom: -91px;
    left: 50%;
    margin-left: -67px; 
}

#slider li span {
	position: absolute;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    display: block;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 8px #aaa;
    top: 30%;
}

.navbar-default {
    border: none;
    border-radius: 0;
    background: #fff;
    z-index: 9;
    position: relative;
}

.navbar-nav {
    float: none;
    text-align: center;    
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    text-transform: lowercase;
	font-family: 'BaronNeue';
    font-size: 20px;
    padding: 20px 18px;
	font-weight:700;
	position:relative;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.current_page_item > a {
	color:#000;
}

.navbar-default .navbar-nav > li > a:focus:after, 
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li.current_page_item > a:after,
.single-event .navbar-default .navbar-nav > li.menu-item-850 > a:after,
.single-event .navbar-default .navbar-nav > li.menu-item-859 > a:after,
.page-template-single-menu-page .navbar-default .navbar-nav > li:nth-child(3) > a:after,
.multisite-id-3.single-function .navbar-default .navbar-nav > li:nth-child(3) > a:after,
.multisite-id-2.single-function .navbar-default .navbar-nav > li:nth-child(4) > a:after {
	height:1px;
	width:calc(100% - 80px);
	content:'';
	position:absolute;
	bottom:15px;
	left:40px;
	display:block;
	background-color:#000;
}

/*
header.site-header:after {
    background: #1b3c34 url(http://whiteandwongs.co.nz/wp-content/themes/whiteandwongs-bootstrap/images/bg-topbn2.jpg) no-repeat 0 0;
    content: ' ';
    display: block;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 360px;
    height: 225px;
}*/

/*  mygeustlist newsletterform */


div.MGLField input,
div.MGLField textarea {
    padding: 5px !important;
}

#feedback-form  div.MGLField input,
#feedback-form div.MGLField textarea,
#feedback-form input[type="submit"] {
	width:100%;
}

#feedback-form input[type="submit"] {
	min-width:100%;
}

select, input {
    color: #333;
    line-height: 1;
    padding: 2px;
}

input[type=submit] {
padding:2px 4px;
}

br.MGLSubmitBreak {
display:none;
}

div.MGLField input {
    padding: 2px!important;
}

input[type=submit] {
    background: #1cb0ca;
    color: white;
    border: none;
    border-radius: 0;
    font-size: 15px;
    font-weight: bold;
    padding: 20px!important;
    min-width: 240px;
}

.gform_wrapper .top_label .gfield_label {
    float: left;
    width: 15%;
}

.gform_wrapper .top_label #field_1_6 .gfield_label {
	text-align:left;
	text-indent:-999999px;
	overflow:hidden;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
    float: right;
    width: 85%;
}

.gform_wrapper input[type=text], .gform_wrapper textarea {
	border:none;
	background:#fff;
	color:#000;
}

.gform_wrapper ul li.gfield:after {
    content: ' ';
    display: block;
    clear: both;
}

.gform_wrapper ul li.gfield {
margin:0 0 5px 0;
}

#gform_wrapper_1 input[type=submit] {
    text-transform: uppercase;
	border:1px solid #ceae80;
	color:#ceae80;
    font-size: 18px;
    padding: 10px!important;
	font-family: 'BaronNeue';
	text-transform:lowercase;
    min-width: 120px;
	background-color:transparent;
}

/*.gform_wrapper .gform_footer {
	text-align:right;
}*/



.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
border: none;
    background: transparent;
    width: 100%;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin: .625em 0 .5em!important!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    position: relative;
    margin: 0 0 5px 0!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    position: absolute;
    bottom: -15px;
    font-size: 10px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin: .375em 0 0 0;
}

input[type=checkbox], input[type=radio] {
    margin: 5px!important;
}
#menulist, #loclist, #functions,
.staff-list ul {
    margin: 0;
    padding: 0;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: justify;
	justify-content:space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#menulist li, #loclist li,
#functions li,
.staff-list li,
.other-locations li,
.past-events li,
.coming-up-events li {
display:inline-block;
*display:inline;
*zoom:1;
vertical-align:top;
margin:0 10px 10px 0;
position:relative;
max-width:357px;
cursor:pointer;
}


.page-id-898 #menulist li:last-child,
#menulist li.menulist-0:last-child {
	max-width:100%;
}

.other-locations h3,
.past-events h3,
.coming-up-events h3 {
	margin:0 0 15px;
}

.other-locations h3 {
	font-family: 'Trade Gothic';
	font-size:25px;
	text-transform:uppercase;
}

.past-events h3,
.coming-up-events h3 {
	font-family: 'Trade Gothic';
	font-size:30px;
	text-transform:uppercase;
}

.other-locations ul,
.past-events ul,
.coming-up-events ul {
	padding:0;
}

.other-locations li,
.past-events li,
.coming-up-events li {
	margin:0 0 0 15px;
	max-width:230px;
}

.other-locations li:first-child,
.past-events li:first-child,
.coming-up-events li:first-child {
	margin-left:0;
}

.past-events,
.coming-up-events {
	margin-top:65px;
	overflow:hidden;
	clear:both;
}

#functions li,
#menulist li,
.staff-list li  {
	max-width:355px;
	max-width: -moz-calc( 50% - 15px );
	max-width: -webkit-calc( 50% - 15px );
	max-width: calc( 50% - 15px );
}

.staff-list li,
#menulist li,
#functions li {
	margin:0 0 15px 15px;
	margin:0 0 30px 0;
}

#menulist li:first-child,
#menulist li:nth-child(2n+1),
#functions li:first-child,
#functions li:nth-child(2n+1),
.staff-list li:first-child,
.staff-list li:nth-child(odd) {
	margin-left:0;
}

#menulist li img,
#functions li img,
.staff-list li img {
	max-width:100%;
}

#menulist li div,
#coming li div,
#past li div,
#functions li div,
.staff-list li div {
position:absolute;
left:0;
top:0;
z-index:9;
width:100%;
height:100%;
opacity:0;
}

#functions li div p:last-child,
#menulist li div p:last-child,
.grid-item .grid-overlay p:last-child {
	position:absolute;
	bottom:15px;
	right:15px;
	font-size:18px;
	font-style:italic;
	margin-bottom:0;
}

#menulist li:hover div,
#coming li:hover div,
#past li:hover div,
#functions li:hover div,
.staff-list li:hover div {
	opacity:1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#functions li:first-child:hover div,
#functions li:nth-child(4):hover div,
#functions li:nth-child(5):hover div {
	background-color:#ceae80;
}

.staff-list li div {
	border:2px solid transparent;
	overflow:auto;
}

.staff-list li:hover div {
	border-color:#000;
}

.menutxt,
.function-text,
.staff-text {
	background:#292e30;
	padding:15px;
	color:#fff;
}

.staff-text {
	background-color:#f6f5ee;
	color:#000;
}

#menulist li:first-child:hover div,
#menulist li:last-child:hover div {
	background:#ceae80;
}

.function-text p {
	font-size:18px;
	margin-bottom:15px;
}

#coming li,
#past li {
    position: relative;
}

#coming .menutxt, #past .menutxt {
    background:#2B4C3F;
    color: #fff;
    font-size: 24px;
}

.menutxt h3,
.function-text h3,
.staff-text h3 {
	text-transform:uppercase;
	color:#fff;
	margin:0 0 15px;
	font-size:25px;
	font-family: 'Trade Gothic';
}

#functions li:first-child h3,
#functions li:first-child p {
	color:#000;
}

.staff-text p {
	line-height:1.2;
}

.staff-text h3 {
	color:#000;
}

#menulist li:first-child .menutxt h3,
#menulist li:last-child .menutxt h3 {
	color:#000
}

.function-text h3 {
	line-height:1;
	margin:0;
}

#coming .menutxt h3, #past .menutxt h3 {
    font-size:38px;
    color: #fff;
}

.menutxt a,
.function-text a {
font-style:italic;
color:#fff;
font-weight:bold;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#menulist li:first-child .menutxt,
#menulist li:last-child .menutxt,
#menulist li:first-child .menutxt a,
#menulist li:last-child .menutxt a {
	color:#292e30;
}

.menutxt a.mlink,
.function-text a.mlink {
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/*#menulist li.menulist-1 .menutxt {
background:#54B7C6;
}
#menulist li.menulist-2 .menutxt {
color:#fff;
background:#2B4C3F;
}

#menulist li.menulist-2 .menutxt h3,
#menulist li.menulist-2 .menutxt a {
color:#fff;
}*/

.entry-title {
    text-align: left;
	font-size:25px;
}

.home .entry-title {
	line-height:1.42857143;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size:20px;
}

.page .entry-title {
	font-style:italic;
}

.single-function .entry-title,
.page-id-23 .entry-title {
	font-family: 'Trade Gothic';
	font-size:25px;
	text-transform:uppercase;
	font-style:normal;
}

img {
    max-width: 100%;
    height: auto;
}

.flist {
background:#D62828;
}

.flist small {
display:block;
text-transform:none;
font-size:14px;
font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
color:#000;
}

.flist-0 .flist, .flist-3 .flist {
background:#54B7C6;
}

.flist-1 .flist, .flist-2 .flist {
background:#2B4C3F;
color:#fff;
}

.flist-1 .flist h3, .flist-2 .flist h3,
.flist-1 .flist a, .flist-2 .flist a,
.flist-1 .flist small, .flist-2 .flist small {
color:#fff;
}

#loclist li {
max-width:230px;
}

#coming, #past {
    padding: 0;
    list-style: none;
    clear: both; 
    padding-top: 40px;  
}

#past {
    display: none;
}

#coming li, #past li {
    float: left;
    margin-bottom: 20px;
    max-width: 230px;
}

#coming:after, #past:after {
    content: '';
    display: block;
    clear: both;
}

#coming li.featured-0,
#past li.featured-0 {
    float: right;
    max-width: 480px;
    position: relative;
}

#coming li.featured-1,
#past li.featured-1 {
    margin-top: 250px;
}

#coming li.featured-2,
#coming li.featured-3,
#past li.featured-2,
#past li.featured-3 {
    margin-right: 20px;
}

#post-174 {
    position: absolute;
    max-width: 230px;    
}

a.btncoming, a.btnpast {
    background: #2B4C3F;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-family: 'Conv_NeutraCond-Light', sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    position: absolute;
    left: 15px;
    top: 230px;
    width: 110px;
    text-align: center; 
    cursor: pointer;  
}

a.btnpast {
    left: 135px;
}

a.btncoming.active, a.btnpast.active,
a.btncoming:hover, a.btnpast:hover {
    background: #6cafc7;
}
/*
a.btncoming:hover, a.btnpast:hover {
    background: #333;
}*/

.single #past,
.single #coming {
    display: block;
    padding: 0;
}

.single #coming li, .single #past li {
    max-width: 200px;
    margin-right: 10px;
}

.edate {
    float: right;
    font-style: italic;    
}

.single-event .edate,
.single-event #main > .entry-title {
	display:none;
}

.single-event .entry-title {
	margin-bottom:0;
	font-family: 'Trade Gothic';
	font-size:25px;
	text-transform:uppercase;
}

/* Navigation */
.navbar-button-wrap h3 {
	display:none;
}

#feedback-form {
	padding:40px;
}

/* Menu page */
.single-menu sub, 
.single-menu sup {
	font-size:60%;
}

.single-menu small {
	color:#b62431;
	vertical-align:middle;
	display:inline-block;
}

.single-menu .entry-title {
	background:#b62431;
	color:#fff;
	text-transform:uppercase;
	font-size:30px;
	font-family: 'Conv_NeutraCond-Bold';
	text-align:center;
	display:block;
	line-height:1;
	margin:0;
	padding:25px 0;
}

/*.single-menu  .entry-content h2 {
	color:#b62431;
	text-transform:uppercase;
	font-family: 'Conv_NeutraCond-Bold';
}*/

.single-menu .hentry,
.single-menu-page .hentry  {
	background-color:#fff;
	color:#000;
	margin-top:0;
	border:2px solid #000;
}

.single-menu-page .entry-title {
	color:#000;
	font-size:30px;
	text-transform:uppercase;
	font-family: 'Trade Gothic';
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom:5px;
	border-bottom:1px solid #000;
	font-style:normal;
}

.single-menu .entry-content h2,
.single-menu-page .entry-content h2 {
	color:#000;
	font-family: 'Trade Gothic';
	padding-bottom:5px;
	border-bottom:1px solid #000;
	font-size:30px;
}

.single-menu .entry-content h2:empty,
.single-menu-page .entry-content h2:empty {
	border:none;
	padding:0;
	margin:0;
}

.single-menu table,
.single-menu-page table {
	width:100%;
	empty-cells: hide;
}

.single-menu table td:first-child,
.single-menu-page table td:first-child {
	width:80%;
	padding-right:5px;
}

.single-menu table.wines td:first-child,
.single-menu-page table.wines td:first-child  {
	width:auto;
}

.single-menu-page table.wines td.single-item {
	width:92%;
}

.single-menu table th,
.single-menu table td,
.single-menu-page table th,
.single-menu-page table td {
	padding:0 0 15px;
	vertical-align:top;
}

.page-id-881.single-menu-page table td > br:first-child {
	display:none;
}

.page-id-898 .hentry {
	display:none;
}

.single-menu-page table.wines td.wine-title {
	width:320px;
}	

.single-menu-page table thead.empty {
	display:none;
}

.single-menu table.main-menu th:first-child,
.single-menu table.main-menu td:first-child,
.single-menu-page table.main-menu th:first-child,
.single-menu-page table.main-menu td:first-child {
	text-align:left;
	width:90%;
}

.single-menu table.main-menu.three-column-inverse td:first-child,
.single-menu-page table.main-menu.three-column-inverse td:first-child {
	width:20%;
}

.single-menu table.main-menu.three-column-inverse td:last-child,
.single-menu-page table.main-menu.three-column-inverse td:last-child {
	width:80%;
}

.single-menu table.main-menu td:last-child,
.single-menu-page table.main-menu td:last-child {
	text-align:right;
}

.single-menu table.main-menu th:first-child,
.single-menu-page table.main-menu th:first-child {
	text-align:left;
}

.single-menu table.main-menu th,
.single-menu-page table.main-menu th {
	font-size:21px;
	text-transform:uppercase;
}

.single-menu table.main-menu tbody tr:first-child td,
.single-menu-page table.main-menu tbody tr:first-child td {
	padding-top:15px;
}

.single-menu table.main-menu tbody td:first-child,
.single-menu-page table.main-menu tbody td:first-child {
	font-style:italic;
}

.single-menu table.main-menu tbody td:first-child strong,
.single-menu-page table.main-menu tbody td:first-child  strong {
	font-style:normal;
}

.single-menu table.main-menu tbody td:last-child,
.single-menu-page table.main-menu tbody td:last-child {
	font-weight:700;
}

.single-menu table.main-menu.two-third-column td:first-child,
.single-menu-page table.main-menu.two-third-column td:first-child {
	width:60%;
}

.single-menu table.main-menu.one-column td:first-child,
.single-menu table.main-menu.one-column td:last-child,
.single-menu-page table.main-menu.one-column td:first-child,
.single-menu-page table.main-menu.one-column td:last-child {
	color:#000;
	text-align:center;
	font-weight:normal;
}

.entry-content .button {
	display:inline-block;
	padding:15px 20px;
	line-height:1;
	background-color:#fff;
	border:2px solid #000;
	text-decoration:none;
	color:#000;
	font-size:16px;
	text-transform:none;
	font-family: 'BaronNeue';
}

.single-function .entry-content .button {
	color:#ceae80;
	border-color:#ceae80;
	background-color:#000;
	font-family: 'BaronNeue';
	text-transform:lowercase;
}

.grid {
	display:flex;
	display:-moz-flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.grid-sizer,
.grid-item { 
	width: 230px; 
}

.grid-item {
	margin-bottom:15px;
	float:left;
	position:absolute;
	min-height:232px;
	display:flex;
	display:-moz-flex;
	display:-webkit-flex;
	flex-direction:column;
	-moz-flex-direction:column;
	-webkit-flex-direction:column;
}

.grid-item:nth-of-type(3) {
	background-color:#fff;
}

.grid-item.grid-item-2 {
	width:480px;
	height:480px;
}

.grid-item .grid-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:99;
	background-color:#fff;
	color:#808183;
	padding:25px;
	opacity:0;
	border:1px solid #000;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.grid-item img {
	max-height:480px;
}

.grid-item a {
	color:#fff;
	color:#808183;
	text-decoration:none;
	display:block;
}

.grid-item:hover .grid-overlay {
	opacity:1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
	
.gutter-sizer {
	width:15px;
}

.whats-on-page:not(.whats-on-page-v2) .hentry {
	margin:0;
	padding:0;
	background-color:#fff;
	font-size:18px;
	color:#000;
}

.whats-on-page:not(.whats-on-page-v2) .hentry .entry-content p:last-child {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}

.whats-on-page .hentry .entry-content .button {
	font-size:16px;
	width:48%;
	text-align:center;
	padding:15px 0;
	font-family: 'BaronNeue';
}

.whats-on-page-v2 .hentry .entry-content .button {
	border-color:#fff;
}

.whats-on-page-v2 .hentry .entry-content .button {
	width:auto;
	padding:15px;
	margin-right:10px;
}

.whats-on-page .hentry .entry-content .button.active {
	background-color:#000;
	color:#fff;
}

.whats-on-page:not(.whats-on-page-v2) .entry-title {
	text-transform:uppercase;
	font-family: 'Trade Gothic';
	font-size:30px;
	margin:0 0 10px;
	line-height:1;
	color:#000;
	font-style:normal;
}

.single-event .bx-wrapper img {
	width:100%;
}

/* Sidebar menu */
/*.single-menu-page .sidebar {
	padding-bottom:0;
}*/

.sidebar-menu {
	background-color:#fff;
	overflow:hidden;
	padding-top: 2.564102564102564%;
}

.sidebar-menu ul {
	padding:0;
	margin:0;
}

.sidebar-menu ul li {
	list-style-type:none;
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom:2.564102564102564%;
	width: 48.717948717948715%;
	height:185px;
	
}

.sidebar-menu ul li:nth-child(even) {
	margin-left:0;
}

.sidebar-menu ul li.featured-menu {
	width:100%;
	margin-left:0;
	height:auto;
}

.sidebar-menu ul li.featured-menu img {
	width:100%;
}

/*.home .entry-content p:first-child,
.home .entry-content p:first-of-type {
	font-size:25px;
}*/

.entry-content .gform_wrapper div.validation_error {
	color:#f00;
	border-color:#f00;
}

.entry-content .gform_wrapper .gfield_error .gfield_label,
.entry-content .gform_wrapper .validation_message,
.entry-content .gform_wrapper .gfield_required {
	color:#f00;
}

.intro-page .site-content .container {
	margin:30px auto;
	float:none;
}

.intro-page .site-footer,
.intro-page .col-md-6 {
	text-align:center;
}

.intro-page .col-md-6:first-child,
.intro-page .col-md-6:first-of-type {
	border-right:1px solid #acacac;
}

.intro-page .col-md-6:last-child {
	clear:both;
}

.intro-page .col-md-6 p {
	margin-bottom:20px;
}

.intro-page .col-md-6 h2 {
	font-family: 'BaronNeue';
	font-size:21px;
	text-transform:lowercase;
}

.intro-page .button {
	font-size:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#home-popup {
	background-color:#000;
	background:url('images/popup-bg.jpg') #000 no-repeat 0px 100%;
	padding:5%;
	width:100%;
	overflow:hidden;
	min-height:550px;
	min-height:650px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}

#home-popup div.MGLRow {
	float: left;
	margin-left: 2.564102564102564%;
	width: 48.717948717948715%;
	clear:none !important;
}

#home-popup div.MGLRow:nth-child(even),
#home-popup div.MGLRow select:first-child,
#home-popup div.MGLRow select:first-of-type {
	margin-left:0;
}

#home-popup div.MGLRow:nth-last-child(2),
#home-popup div.MGLRow:last-child,
#home-popup div.MGLRow:last-of-type {
	width:100%;
	clear:both !important;
	margin-left:0;
}

#home-popup h3,
#home-popup div.MGLLabel {
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
}

#home-popup h3 {
	font-size:30px;
	margin-bottom:30px;
	line-height:1;
}

#home-popup div.MGLField input {
	width:100%;
	padding:10px !important;
	line-height:1.2;
	height:43px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size:15px;
	text-align:center;
	color:#757575;
	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
}

#home-popup div.MGLField input::-moz-placeholder {
	color:#757575;
}

#home-popup div.MGLField input::-webkit-input-placeholder {
	color:#757575;
}

#home-popup div.MGLRow select,
#home-popup div.MGLRow select + input {
	float: left;
	padding:10px;
	line-height:1.2;
	height:43px;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
	font-size:15px;
	color:#757575;
	border-radius:0 !important;
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
}

#home-popup div.MGLRow select + input {
	text-align:left;
}

#home-popup input[type="submit"] {
	width:200px;
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	border:2px solid #fff;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
}

#home-popup input[type="submit"]:hover {
	background-color:#fff;
	color:#000;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
}

#home-popup .MGLPoweredBy {
	display:none;
}

/* Message bar */
.message-bar {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:999;
	background-color:rgba(196,196,196,0.90);
	color:#000;
	font-weight:500;
	font-size:22px;
	line-height:32px;
	padding:35px 0;
	font-family:'Open Sans', sans-serif;
	-moz-transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-ms-transition:background-color 0.2s ease-in-out;
	-o-transition:background-color 0.2s ease-in-out;
	transition:background-color 0.2s ease-in-out;
}

.message-bar:hover {
	background-color:#E5E5E5;
	-moz-transition:background-color 0.2s ease-in-out;
	-webkit-transition:background-color 0.2s ease-in-out;
	-ms-transition:background-color 0.2s ease-in-out;
	-o-transition:background-color 0.2s ease-in-out;
	transition:background-color 0.2s ease-in-out;
}

.message-bar:hover span#close-message-bar {
	background-color:#C4C4C4;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.message-bar span#close-message-bar {
	position:absolute;
	width:50px;
	height:50px;
	right:0;
	top:0;
	z-index:9;
	cursor:pointer;
	background:url('images/close-button.png') #E5E5E5 no-repeat 50% 50%;
	background-size:18px auto;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.message-bar span#close-message-bar:hover {
	background-color:#EA0606;
	background-image:url('images/close-button-white.png');
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}


/*RESPONSIVE*/

@media only screen and (max-width: 1024px) {
    #post-174
    header.site-header:after {
        display: none;
    }
    .sidebar iframe {
        width: 100%;
    }
    .container, .site-content {
        padding: 0;
    }
    .site-content {
		padding:20px;
		padding:0 20px;
    }
	
	.intro-page .site-content {
		padding:0;
	}
	
    .site-title img {
        max-width: 95%;
    }   
    input[type="submit"] {border-radius: 0;
        -webkit-appearance: none;
    } 
    #post-174 {
    position: static;
    max-width: 100%;
    }
    a.btncoming, a.btnpast {
        position: static;
    }
    #coming li.featured-0, #past li.featured-0 {
        float: none;
    }
    #coming li.featured-1, #past li.featured-1 {
        margin-top: 250px;
        margin-top: 0;
        margin-right: 20px;
    }
	
	#functions li, 
	.staff-list li {
		max-width: 100%;
		width: 100%;
		margin-left:0;
	}
	
	.grid-item,
	.grid-sizer,
	.other-locations li, 
	.past-events li,
	.coming-up-events li{
		width: 31.623931623931625%;
	}
	
	.other-locations li, 
	.past-events li,
	.coming-up-events li{
		margin-left:2.564102564102564%;
		float:left;
	}
	
	.grid-item {
		min-height:191px;
	}
	
	.grid-item.grid-item-2 {
		width: 65.81196581196582%;
		height:399px;
		height:400px;
	}
	
	.gutter-sizer {
		width:2.564102564102564%;
	}
	
	.whats-on-page .hentry .entry-content p:last-child {
		position:relative;
	}
	
	.whats-on-page .hentry .entry-content .button {
		font-size: 12px;
		padding: 8px 5px;
	}
	
	#menulist li, 
	#loclist li, 
	#functions li, 
	.staff-list li {
		width: 48.717948717948715%;
		margin-left:2.564102564102564%;
		float:left;
		display:flex;
		display:-moz-flex;
		display:-webkit-flex;
		flex-direction:column;
		-moz-flex-direction:column;
		-webkit-flex-direction:column;
	}
	
	#menulist, 
	#loclist,
	#functions ul {
		display:flex;
		display:-moz-flex;
		display:-webkit-flex;
		flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-webkit-flex-wrap:wrap;
	}
	
	#menulist li:first-child, 
	#loclist li:first-child, 
	#functions li:first-child, 
	.staff-list li:first-child {
		margin-left:0;
	}
	
	.intro-page .container.col-md-7 {
		width:100%;
	}
	
}
@media only screen and (max-width: 800px) {
    header.site-header:after {
        display: none;
    }
	
	.site-content {
		padding:20px 0;
	}
	
	.intro-page .site-content {
		padding:0 0 20px;
	}
	
	.container {
		padding-left:5%;
		padding-right:5%;
		
	}
	
	.staff-list,
	.past-events,
	.other-locations,
	#functions,
	.coming-up-events {
		overflow:hidden;
	}
	 
	#loclist li,
	.staff-list li {
		width:100%;
		margin-left:0;
		display:block;
	}
	
	.grid-item {
		min-height: 215px;
	}
	
	.grid-item.grid-item-2 {
		height:444px;
	}
	
	.intro-page .bx-wrapper li {
		height:auto;
		background-image:none !important;
	}
	
	.intro-page .bx-wrapper li img {
		display:block;
	}
	
	.intro-page .col-md-6:first-child,
	.intro-page .col-md-6:first-of-type {
		border-right:none;
		border-bottom:1px solid #acacac;
	}
	
	.message-bar {
		font-size:15px;
		line-height:25px;
	}
}

@media only screen and (max-width: 767px) {
	
	.social-media:not(.mobile) {
		display:none;
	}
	
	.social-media.mobile {
		display: block;
		margin: 3px 0 8px 15px;
		float: left;
	}
	
	.navbar-button-wrap {
		overflow:hidden;
	}
	
	.navbar-button-wrap h3 {
		display:block;
		float:right;
		margin:12px 15px 0 0;
		text-transform:uppercase;
	}
	
	.navbar-collapse {
		width:100%;
	}
	
	.navbar-nav > li {
		display:block;
		clear:both;
	}
	
	.navbar-nav > li > a {
		text-align:left;
	}
	
	.navbar-default .navbar-collapse {
		margin:0;
		width:100%;
	}
	
	#functions li > a {
		display:block;
		text-decoration:none;
	}
	
	#functions li:hover div,
	#functions li a:hover div,
	#menulist li:hover div,
	.staff-list li:hover div,
	.grid-item:hover .grid-overlay {
		position:relative;
	}
	
	.grid-item,
	.grid-item.grid-item-2,
	.grid-sizer {
		width:100%;
	}
	
	.grid-item.grid-item-2 {
		height:auto;
	}
	
	.grid-item {
		min-height:0;
	}
	
	.past-events li,
	#menulist li,
	#functions li,
	.other-locations li,
	.coming-up-events li{
		margin-left:0;
		width:100%;
		margin-bottom:15px;
	}
	
	.gform_wrapper .top_label input.medium,
	.gform_wrapper textarea.medium {
		width:100%;
	}
	
}


@media only screen and (max-width: 600px) {
    .edate {
        float: none;
    }
    .gform_wrapper .top_label .gfield_label,
    body .gform_wrapper label.gfield_label+div.ginput_container {
    float:none;
    width:100%;
    }
}

@media (max-width:567px) {
	
	.hentry {
		padding: 15px;
	}
	
}

@media only screen and (max-width: 480px) {

	#home-popup div.MGLRow,
	#home-popup div.MGLRow select,
	#home-popup div.MGLRow select + input,
	#home-popup input[type="submit"] {
		margin-left: 0;
		width:100%;
	}
	
	#functions, 
	#menulist, 
	.staff-list {
		-ms-flex-pack: center;
		justify-content:center;
	}
	
	#functions li, 
	#menulist li, 
	.staff-list li {
		max-width:100%;
		max-width:355px;
	}

}

@media only screen and (max-width: 479px) {

	.single-menu table.main-menu th:first-child, 
	.single-menu table.main-menu td:first-child {
		width:70%;
	}
	
	.single-menu table.main-menu.three-column-inverse td:last-child {
		width:50%;
	}
	
	#menulist li, 
	#loclist {
		max-width:100%;
	}
	
	.site-header {
		margin-bottom:10px;
	}
	
	.site-title img {
		max-width:120px;
	}
	
	.site-content {
		padding-top:0;
	}
	
	.navbar {
		margin-bottom:10px;
	}
	
	.navbar-button-wrap h3 {
		margin-top:3px;
	}
	
	.navbar-toggle {
		margin-top:0;
	}
	
	.single-menu-page .hentry {
		padding-left:10px;
		padding-right:10px;
	}
	
	.single-menu-page table.main-menu td:first-child {
		width:80%;
	}

}
