/*
	Theme Name: Belgrave
	Description: Belgrave Wordpress Theme
	Author: Tom Pratt, Catalogue
	Author URI: http://www.thisiscatalogue.co.uk
*/

/*! Lity - v3.0.0-dev - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,.9);outline:none!important;opacity:0;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none!important}.lity-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none!important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.lity-closed .lity-content,.lity-loading .lity-content{-webkit-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:"";position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;outline:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:active,.lity-close:focus,.lity-close:hover,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,.6);border:0;background:none;outline:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}.lity-hide{display:none}

/* Global */

html {
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0px;
	font-family: 'akzidenz-grotesk-regular';
	font-size: 14px;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5 {
	font-family: 'akzidenz-grotesk-cond-bold';
	font-weight: normal;
	text-transform: uppercase;
}

.page_title {
	margin: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	text-align: center;
	font-size: 32px;
}

.wrap {
	max-width: 1100px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

#right .wrap, #event_holder .wrap {
	max-width: 600px;
}

/* Fonts */
@font-face {
    font-family: 'akzidenz-grotesk-regular';
    src: url('../fonts/iSzVhLUyiove.eot');
    src: url('../fonts/iSzVhLUyiove.eot#iefix') format('embedded-opentype'),
         url('../fonts/4RXQA6XphIMu.woff') format('woff'),
         url('../fonts/wSPvmaki8xGW.ttf') format('truetype'),
         url('../images/JxH7ZWQ1k5No.svg#akzidenz-grotesk_bqregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akzidenz-grotesk-cond-regular';
    src: url('../fonts/jH8kNEa2fWUF.eot');
    src: url('../fonts/jH8kNEa2fWUF.eot#iefix') format('embedded-opentype'),
         url('../fonts/UoudXFRok6cX.woff') format('woff'),
         url('../fonts/zn03ct2sJOKU.ttf') format('truetype'),
         url('../images/9i7KOz1KFSrD.svg#akzidenz-grotesk_bq_condensRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'akzidenz-grotesk-cond-bold';
    src: url('../fonts/v7nOqKSMwQ5i.eot');
    src: url('../fonts/v7nOqKSMwQ5i.eot#iefix') format('embedded-opentype'),
         url('../fonts/tmfQlWHMfuWY.woff') format('woff'),
         url('../fonts/TyueN20Mpm0y.ttf') format('truetype'),
         url('../images/r14OvvCMte2a.svg#akzidenz-grotesk_bq_condensBd') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Header */

#header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;

	-webkit-transition: all 0.5s ease;                 
    transition: all 0.5s ease;
}

#header.page_header {
	background-color: #FFF;
}

#header.headroom--not-top {
	background: rgba(0,0,0,0.8);
}

#header.page_header.headroom--not-top {
	background: rgba(255,255,255,1);
}

#header.headroom--unpinned {
	
}

#header_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#header_logo.with-top-bar {
	margin-top: 12px;
}

#header_logo img {
	width: 95px;

	-webkit-transition: all 0.5s ease;                 
    transition: all 0.5s ease;
}

#header.headroom--not-top #header_logo img {
	width: 60px;
}

#header_nav {
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'akzidenz-grotesk-cond-bold';

	-webkit-transition: all 0.5s ease;                 
    transition: all 0.5s ease;
}

#header.headroom--not-top #header_nav {
	padding-top: 25px;
	padding-bottom: 25px;
}


#header_nav ul {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

#header_nav li {
	display: inline-block;
	width: 16.666%;
	/*width: 25%;*/
	font-size: 18px;
	text-align: center;
}

#header_nav li:nth-child(1) {
	padding-left: 60px;
}

#header_nav li:nth-child(3) {
	padding-right: 60px;
}

#header_nav li:nth-child(4) {
	padding-left: 60px;
}

#header_nav li:nth-child(6) {
	padding-right: 60px;
}

#header_nav a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

#header.page_header #header_nav a {
	color: #000;
}

/* Footer */
#footer {
	background-color: #F5F5F5;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 10;
}

#footer a {
	color: #000;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	display: inline-block;
	list-style: none;
}

#footer_social img {
	width: 25px;
	margin-left: 5px;
	margin-right: 5px;
}

#footer form {
	display: inline-block;
}

#footer input {
	-webkit-appearance: none;
	padding: 5px 10px;
	border: 1px solid #000;
	font-family: 'akzidenz-grotesk-regular';
	outline: none;
	border-radius: 0px;
	font-size: 14px;
}

#footer input[type=submit] {
	font-family: 'akzidenz-grotesk-cond-bold';
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
}

#footer .refer {
	font-family: 'akzidenz-grotesk-cond-bold';
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
}

/* Homepage */

#home_slideshow_wrap {
	background-color: #000;
	opacity: 0;

	-webkit-transition: all 0.5s ease;                 
    transition: all 0.5s ease;
}

#home_slideshow_wrap.active {
	opacity: 1;
}

#home_slideshow {
	width: 100%;
	height: 100vh;
	overflow-y: hidden;
}

.home_slide {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
}

#home_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-45%);
	transform: translate(-50%,-45%);
	text-align: center;
	width: 100%;
	z-index: 999;
}

#home_logo img {
	width: 80%;
}

#home_slideshow_screen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 998;
}

#home_social {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
	margin-top:20px;
	z-index: 999
}

#home_social li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}

#home_social li:first-child {
	margin-left: 0px;
}

#home_social img {
	width: 25px;
}

#home_arrow {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translate(-50%,-20px);
	transform: translate(-50%,-20px);
	z-index: 999;
	opacity: 0;
	width: 70px;

	-webkit-transition: all 0.3s ease;                 
    transition: all 0.3s ease;
}

#home_arrow.active {
	opacity: 1;
	-webkit-transform: translate(-50%,0px);
	transform: translate(-50%,0px);
}

#home_arrow img {
	width: 100%;
}

#upcoming_events {
	margin-top: 150px;
}

.event {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'akzidenz-grotesk-cond-regular';

	-webkit-transition: all 0.2s ease;                 
    transition: all 0.2s ease;
}

.event:hover {
	padding-left: 15px;
}

.event:last-child {
	margin-bottom: 100px;
}

.event_date {
	width: 15%;
	float: left;
}

.event_title {
	width: 70%;
	float: left;
	font-family: 'akzidenz-grotesk-cond-bold';
	cursor: pointer;
}

.event_tickets {
	width: 15%;
	float: left;
	text-align: right;
}

.event_tickets a {
	color: #888;
	text-decoration: none;
}

.event_tickets a:hover {
	color: #000;
}

/* Event Popup */

#event_holder {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50%;
	max-width: 600px;
	background-color: #F2F1EF;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100%;
	overflow: auto;
	z-index: 9999;
	-webkit-transform: translate(100%,0px);
	transform: translate(100%,0px);

	-webkit-transition: all 0.3s ease;                 
    transition: all 0.3s ease;
}

#event_holder.active {
	-webkit-transform: translate(0px,0px);
	transform: translate(0px,0px);
}

#event_close {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 9998;
	cursor: url('../images/L03JSNsZq2aM.png') 60 30, auto;
	opacity: 0;
	pointer-events: none;

	-webkit-transition: all 0.5s ease;                 
    transition: all 0.5s ease;
}

#event_close.active {
	opacity: 1;
	pointer-events: auto;
}

.event_image {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.event_image img {
	max-width: 100%;
	max-height: 500px;
	width: auto;
	height: auto;
}

#event_holder p {
	font-size: 14px;
	line-height: 20px;
}

#event_holder p a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#event_holder b, #event_holder strong {
	font-family: 'akzidenz-grotesk-cond-regular';
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}

#event_holder b a, #event_holder strong a {
	border-bottom: 0px;
	opacity: 0.5;
}

#event_holder b a:hover, #event_holder strong a:hover {
	opacity: 1;
}


.event_single_date {
	text-align: center;
	font-family: 'akzidenz-grotesk-cond-regular';
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.event_single_buy a {
	width: 100%;
	display: inline-block;
	padding: 10px;
	text-align: center;
	font-family: 'akzidenz-grotesk-cond-regular';
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
	border: 1px solid #ccc;
	text-decoration: none;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease;                 
    transition: all 0.2s ease;
}

.event_single_buy a:hover {
	background-color: #000;
	color: #FFF;
}

#event_close_mobile {
	width: 20px;
	height: 20px;
	background-image: url('../images/qWnRsell9AkT.png');
	background-size: contain;
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	cursor: pointer;
}

/* Page With Slideshow */

#page {
	background-color: #000;
}
#page.white {
	background-color: white;
}

#page.with-top-bar {
	margin-top: 20px;
}

#left {
	width: 50%;
	float: left;
	overflow-y: hidden;
	position: fixed;
	z-index: 5;
	background-color: #000;
	opacity: 0;

	-webkit-transition: all 0.5s ease;                 
    transition: all 0.5s ease;
}

#page_slideshow {
	width: 100%;
	height: 100vh;
}

#left.active {
	opacity: 1;
}

.page_slide {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
}

#right {
	width: 50%;
	float: left;
	margin-left: 50%;
	padding-top: 160px;
	background-color: #F2F1EF;
	min-height: 100vh;
	padding-bottom: 30px;
}

#right p {
	font-size: 14px;
	line-height: 20px;
}

#right p a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#right img {
	max-width: 100%;
	height: auto;
}

/* Info */

.info_section {
	display: none;
}

.info_section:first-child {
	display: block;
}

#submenu {
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: 'akzidenz-grotesk-cond-regular';
	font-size: 20px;
}

#submenu li {
	list-style: none;
	display: inline-block;
	opacity: 0.5;
	cursor: pointer;
	margin-left: 10px;

	-webkit-transition: all 0.5s ease;                 
    transition: all 0.5s ease;
}

#submenu li:after {
	content: " ";
	margin-left: 10px;
	display: inline-block;
	height: 15px;
	width: 1px;
	background-color: #000;
	opacity: 0.5;
}

#submenu li.active {
	opacity: 1;
}

#submenu li:first-child {
	margin-left: 0px;
}

#submenu li:last-child:after {
	display: none;
}

/* Gallery */



#page_gallery a {
	display: inline-block;
	width: 25%;
	float: left;
	line-height: 0px;
	padding: 2px;
}

/* Top Bar */
#top_bar {
	text-align: center;
	padding: 5px;
	text-transform: uppercase;
}
#top_bar p {
	margin: 0px;
}

#top_bar a {
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

/* Popup */

#site_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,.7);
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 9999;
}

#site_popup a {
	color: inherit;
}

#site_popup.closed {
	display: none;
}

#site_popup .center {
	width: calc(100vw - 50px);
	max-width: 500px;
	padding: 50px;
	background: black;
	color: white;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

#site_popup .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(45deg);
}

#site_popup .close:before {
	width: 100%;
	height: 1px;
	top: 12px;
	left: 0px;
	position: absolute;
	background: white;
	content: '';
}

#site_popup .close:after {
	height: 100%;
	width: 1px;
	left: 12px;
	top: 0px;
	position: absolute;
	background: white;
	content: '';
}

/* Map */
#map {
	position: relative;
	top: 0px;
	left: 0px;
    height:100vh;
        width:100%;
    }
    .gm-style-iw {
    	width: 230px !important;
    }

    .gm-style-iw * {
        display: block;
        width: 100%;
        font-family: 'akzidenz-grotesk-regular';
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #000;
    }
    .gm-style-iw h4 {
    	width: 230px;
    	font-family: 'akzidenz-grotesk-cond-bold';
    	margin-bottom: 5px;
    	font-size: 18px;
    }


/* Mobile */

#mob_menu {
	position: fixed;
	top: 30px;
	right: 20px;
	width: 25px;
	height: 25px;
	background-image: url('../images/yZVrcCLb97e0.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
	cursor: pointer;

	-webkit-transition: all 0.5s ease;                 
    transition: all 0.5s ease;
}

#header.headroom--not-top #mob_menu {
	top: 15px;
}

#header.page_header #mob_menu {
	background-image: url('../images/UFqLMGleBOL1.png');
}

/* Normal Page */
#page_content {
	background: white;
	padding: 80px 0px;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 120px;
}
#page_content a {
	color: inherit;
}
#page_content h2 {
	font-size: 30px;
	text-align: center;
}
#page_content label, .info_section label {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
#page_content input, #page_content textarea, .info_section input, .info_section textarea {
	width: 100%;
	padding: 8px 12px;
	border-radius: 0px;
	border: 1px solid black;
}
#page_content input[type=submit], .info_section input[type=submit] {
	background:black;
	color: white;
	text-transform: uppercase;
	margin-top: 10px;
	border: none;
	padding: 15px;
}

#page_content input[type=checkbox] {
	display: inline;
	width: auto;
}

#page_content .wpcf7-response-output {
	padding: 10px 15px;
	margin: 0px;
	margin-top: 15px;
}

#page_content .wpcf7-list-item {
	margin: 0px;
	text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 800px) {

	#mob_menu {
		display: block;
	}

	body {
		font-size: 13px;
	}

	.event, .event_single_date {
		font-size: 16px;
	}

	.page_title, .event_single_buy a {
		font-size: 20px;
	}

	#left {
		width: 100%;
		position: relative;
		height: 50vh;
		margin-top: 60px;
	}

	#right {
		width: 100%;
		margin-left: 0px;
		padding-top: 30px;
		min-height: 50vh;
	}

	#page_content {
		padding-top: 100px;
	}

	.page_slide {
		background-size: cover;
	}

	.page_slide {
		height: 50vh;
	}

	#map {
		height: 50vh;
	}

	#event_holder {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	#event_holder p, #right p {
		font-size: 13px;
		line-height: 18px;
	}

	.event_tickets {
		display: none;
	}

	.event_date {
		width: 30%;
	}

	.event_title {
		width: 70%;
	}

	#event_close_mobile {
		display: block;
	}

	#header_nav {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		padding: 0px;
		z-index: 99;
		-webkit-transform: translate(0px,100%);
		transform: translate(0px,100%);

		-webkit-transition: all 0.5s ease;                 
    	transition: all 0.5s ease;
	}



	#header_nav.active {
		-webkit-transform: translate(0px,0px);
		transform: translate(0px,0px);
	}

	#header_nav ul {
		width: 100%;
	}

	#header.page_header #header_nav {
		background: rgba(255,255,255,0.95);
	}

	#header_nav ul li {
		width: 100%;
		margin: 0px;
	}

	#header_nav li:nth-child(1) {
		padding-left: 0px;
	}

	#header_nav li:nth-child(3) {
		padding-right: 0px;
	}

	#header_nav li:nth-child(4) {
		padding-left: 0px;
	}

	#header_nav li:nth-child(6) {
		padding-right: 0px;
	}


	#header_nav ul li a {
		padding: 20px;
		width: 100%;
		display: block;
		font-size: 20px;
		border-top: 1px solid #CCC;
		background-color: rgba(255,255,255,0.95);
		color: #000;
	}

	#header.page_header #header_nav ul li a {
		background-color: rgba(255,255,255,0.95);
	}

	#header {
		height: 90px;
	}

	#header_logo img {
		width: 60px;
	}

	#header.with-top-bar {
		height: 120px;
	}

	#header.headroom--not-top #header_logo img {
		width: 30px;
	}

	#header.headroom--not-top {
		height: 60px;
	}

	#header.with-top-bar.headroom--not-top {
		height: 100px;
	}

	#header.headroom--not-top #header_nav {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#header.with-top-bar #mob_menu {
		top: 50px;
	}






