/*
Theme Name: Burnsbury Hospitality
Author: Think Design Company
Author URI: http://thinkdesignco.com.au
Description: Custom-built theme for the Burnsbury Hospitality website
Version: 1.0
*/

html {
	background: #f7f7f7;
}
body {
	color: #323233;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}
.line {
	border-bottom: 1px solid #323233;
	position: relative;
	margin: 10px 0;
}
.line .circle {
	width: 5px;
	height: 5px;
	background: #323233;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: -2px;
}
.line .circle.right {
	right: 0;
}
.line .circle.left {
	left: 0;
}
img {
	max-width: 100%;
	height: auto;
}
a, .field, .btn {
	transition: all .2s;
}
.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}
img.size-square {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.wpcf7-response-output {
	border-right: 0 !important;
	border-top: none !important;
	border-bottom: none !important;
	padding: 5px 5px 5px 10px !important;
	margin: 10px 0 !important;
	border-left: 5px solid #333335 !important;
}

/* Header */
#header {
	padding: 20px 0;
}
#header .logo {
	float: left;
	padding-right: 20px;
}
#header .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#header .nav ul li {
	float: left;
	display: block;
}
#header .nav ul li a {
	color: #323233;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	line-height: 56px;
	padding: 0 30px;
}
#header.mini .nav ul li a {
	font-size: 13px;
	padding: 0 20px;
	line-height: 20px;
}
#header .line {
	margin: 20px 0;
}
#masthead .secondary ul {
	list-style: none;
	margin: 0;
	padding: 20px 0;
	background: #333335;
	text-align: center;
}
#masthead .secondary ul li {
	display: inline-block;
	margin: 0 15px;
}
#masthead .secondary ul li a {
	color: #f7f7f7;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}
#masthead .feature {
	position: relative;
	height: 230px;
	overflow: hidden;
}
#masthead .feature .title {
	background: #f7f7f7;
	font-size: 58px;
	line-height: 63px;
	color: #323233;
	font-weight: 300;
	width: 340px;
	height: 230px;
	padding: 0 25px;
	display: table;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
}
#masthead .feature .title .inner {
	display: table-cell;
	vertical-align: middle;
}
#masthead .feature img {
	position: absolute;
	z-index: 1;
	right: 0;
}

/* Home */
.home #hero {
	max-height: 400px;
}
.home #hero ul {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	max-height: 400px;
	padding: 0;
	margin: 0;
}

.home #hero ul li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	max-height: 400px;
	left: 0;
	top: 0;
 }
.home #hero ul li:first-child {
	position: relative;
	display: block;
	float: left;
}
.home #hero ul img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* Buttons */
.kitchen-button {
	background: #f7f7f7;
	display: block;
	text-decoration: none !important;
	margin: 50px 0 30px 0;
}
.sidebar .kitchen-button {
	margin: 0 0 20px 0;
}
.sidebar .kitchen-button .title {
	font-size: 40px;
}
.sidebar .kitchen-button .arrow {
	margin-top: 10px;
}
.page-locations .kitchen-button {
	margin: 30px 0;
}
.kitchen-button .inner {
	padding: 25px;
}
.kitchen-button .title {
	color: #333335;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 200;
	margin: 0;
	padding: 0 90px 0 0;
}
.kitchen-button .arrow {
	float: right;
	width: 75px;
	height: 75px;
	border: 4px solid #333335;
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	text-align: center;
	line-height: 67px;
	color: #333335;
	font-size: 45px;
	margin-top: 25px;
}

/* Content */
#content {
	
}
#content .page-title {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 36px;
	font-weight: 200;
	text-transform: uppercase;
}
#content .body {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 30px;
}
#content p a {
	color: #a0a0a0;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
#content p a:hover {
	color: #333333;
	border-bottom: 1px solid;
}

/* Menus */
#menu {
	margin-top: 30px;
	padding: 25px;
	border: 1px solid #e0e0e0;
}
#menu .menu-heading {
	margin: 30px 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
}
#menu .menu-heading:first-child {
	margin-top: 0;
}
#menu .description,
#menu .price {
	font-size: 15px;
	line-height: 17px;
}
#menu .copy {
	text-align: left;
	font-size: 13px;
	font-style: italic;
	line-height: 15px;
	color: #c5c5c5;
}
#menu .description {
	text-align: left;
}
#menu .price {
	text-align: right;
}
#menu .line {
	border-color: #e0e0e0;
}
#menu .circle {
	background: #e0e0e0;
}

/* Opening hours */
.opening-hours {
	background: #f7f7f7;
	padding: 20px;
}
.opening-hours .heading {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 200;
	text-transform: uppercase;
}
.opening-hours .day {
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}
.opening-hours .hours {
	text-align: right;
}
.opening-hours .line {
	border-color: #e0e0e0;
}
.opening-hours .circle {
	background: #e0e0e0;
}

/* Sidebar button */
.sidebar-button {
	background: #f7f7f7;
	display: block;
	text-decoration: none !important;
	margin: 20px 0;
}
.sidebar-button.small .title {
	font-size: 27px;
}
.sidebar-button.small .arrow {
	margin-top: 0;
}
.sidebar-button .inner {
	padding: 25px;
}
.sidebar-button .title {
	color: #333335;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 200;
	margin: 0;
	padding: 0 90px 0 0;
}
.sidebar-button .arrow {
	float: right;
	width: 60px;
	height: 60px;
	border: 4px solid #333335;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	text-align: center;
	line-height: 50px;
	color: #333335;
	font-size: 35px;
	margin-top: 15px;
}

/* Gallery */
.gallery-item {
	margin: 15px 0;
}

/* Forms */
.field {
	margin: 5px 0;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c5c5c5;
	padding: 10px;
	outline: none;
}
.field:focus {
	border-color: #333335;
}
.field.textarea {
	height: 150px;
	resize: vertical;
}
.btn {
	background: #333335;
	width: 100%;
	display: block;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
	padding: 10px;
	outline: none;
}
.btn:hover {
	color: #333335;
	background: #c5c5c5;
}

/* Whats On */
.event {
	margin: 30px 0;
	position: relative;
	padding-bottom: 15px;
}
.event .thumb {
	position: relative;
}
.event .thumb .venue {
	background: #333335;
	font-size: 17px;
	color: #ffffff;
	font-weight: 300;
	padding: 10px;
	position: absolute;
	top: 10px;
	right: -10px;
}
.event .content {
	padding: 15px;
	display: block;
	text-decoration: none;
}
.event .title {
	color: #333335;
	text-decoration: none;
	font-size: 23px;
	font-weight: 700;
}
.event .date {
	color: #333335;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
}
.event .description {
	color: #7b7b7b;
	font-size: 15px;
	line-height: 20px;
	margin-top: 5px;
}
.event .line {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}

/* Footer */
#footer {
	background: #f7f7f7;
	padding: 50px 0;
	color: #333335;
}
#footer .footer-heading {
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #333335;
	font-size: 16px;
}
#footer .social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
#footer .social li {
	display: inline-block;
	font-size: 30px;
}
#footer .social li a {
	color: #c5c5c5;
}
#footer a {
	color: #333335;
	text-decoration: none;
}
#footer .phone,
#footer .email,
#footer .address {
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
}
#footer .phone span,
#footer .email span {
	font-weight: 700;
	padding-right: 10px;
}
#footer .imprint {
	margin-top: 30px;
}
#footer .imprint .left {
	text-align: left;
}
#footer .imprint .right {
	text-align: right;
}
#footer .imprint p,
#footer .imprint a {
	color: #bdbdbd;
	font-size: 13px;
}

/* Lightbox */
body:after {
	content: url('img/close.png') url('img/loading.gif') url('img/prev.png') url('img/next.png');
	display: none;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url('img/loading.gif') no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url('img/prev.png') left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url('img/next.png') right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url('img/close.png') top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

@media only screen and (max-width: 1199px) {

	#header .nav ul li a {
		padding: 0 15px;
	}
	.sidebar .kitchen-button .arrow {
		display: none;
	}
	.page-template #header .logo img {
		width: 290px;
	}

}
@media only screen and (max-width: 991px) {

	#header .logo {
		float: none;
		text-align: center;
		padding-right: 0;
		padding-bottom: 15px;
	}
	#header .nav ul {
		text-align: center;
		float: none;
		display: block;
	}
	#header .nav ul li {
		float: none;
		display: inline-block;
	}
	.kitchen-button .arrow {
		display: none;
	}
	.sidebar .kitchen-button .title,
	.sidebar-button .title {
		font-size: 30px;
	}
	.sidebar-button .arrow {
		margin-top: 3px;
	}

}

@media only screen and (max-width: 767px) {
	
	.sidebar {
		display: none;
	}
	.sidebar-button {
		display: none;
	}
	.opening-hours {
		margin-bottom: 30px;
	}
	#masthead .feature .title {
		width: 100%;
		text-align: center;
	}
	.page-template #header .nav {
		display: none;
	}

}