/*
Theme Name: Buddha Bar London
Theme URI: http://www.rapidz.co.uk
Description: A minimalist WordPress template theme built with HTML 5.
Version: 1.2.4
Author: Rapidz
Author URI: http://www.rapidz.co.uk
Tags: minimalist, template, html5, rapidz
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;		vertical-align: baseline;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;} body {	line-height: 1;}ol, ul,li {list-style: none;} blockquote, q {	quotes: none;} blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;} table {	border-collapse: collapse;	border-spacing: 0;} body,html{margin: 0; padding:0;}
.clearfix:after { content: "\00A0"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;width:0;font-size: 0px}.clearfix{ display: inline-block;}html[xmlns] .clearfix { display: block;}* html .clearfix{ height: 1%;}.clearfix {display: block}
html,body{display: block; width: 100%;height:100%;} 
body{text-rendering: optimizeSpeed; text-rendering:geometricPrecision;}
.left{float:left;} .right{float:right;}
/* == BASICS RESETS == */
html,body{margin: 0; padding: 0; width: 100%; height: 100%;}
header,section,article,footer,nav,aside{display: block;}
a img { border: none;}


.current-menu-item a,.current-page-item a,.current_page_item a,#nav li a:hover 
{background:#222;}

.nav-text-runner{display: none;}
@media (max-width: 979px){
	.nav-text-runner{display: inline-block;}
}

body{
	margin:0px;
	padding:0px;
	color:rgba(255,255,255,1);
	font-family: 'Abhaya Libre', serif;
	font-size:62.5%;
	background: #000;
}

h1,h2,h3,h4,h5{
	margin:0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}



h2{
	font-size:3em;
	margin-bottom:1em;
	position: relative;
	line-height:1.5em;
}

h2:before{
	content:' ';
	position: absolute;
	left:0;
	top: -1em;
	width: 2em;
	height: 1px;
	background-color:#9c7833;
}

h2.center, p.center{
	text-align: center;
}

h2.center:before{
	left:50%;
	transform:translateX(-50%);
}

.small-line {
	width:60px;
	height:1px;
	background-color:#9c7833;
	border:none;
	text-align:left;
	margin:0 auto 20px 0;
}

.screenreaders{
	font-size: 0px;
	text-indent: -10000px;
}

.fs-slide{
	width:100%;
	height:100vh;
	box-sizing:border-box;
	display: block;
	float:left;
	position:relative;
}

.fs-slide.first:before{
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.65) 60%);
	opacity:1;
	z-index: 1;
}

.fs-slide.last-section:before, .fs-slide.book-a-table:before{
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,1) 30%,rgba(0,0,0,0.45) 75%);	
	opacity:1;
	z-index: 1;
}

.fs-slide:before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 20%);
	opacity:1;
	z-index: 1;
}

p{
	letter-spacing: 1px;
	font-size:2.1em;
	line-height:1.5em;
	margin-bottom: 1em;
	font-family: 'Abhaya Libre', serif;
}

p.btn{
	font-size:1.2em;
}

p.btn a{
	text-decoration: none;
	color:rgba(255,255,255,1);
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	border:1px solid #9c7833;  /* gold */
	padding:1.5em 2.5em;
	display: inline-block;
	letter-spacing: 2px;
	transition: background-color 0.2s ease-out;
	background: rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}



p.btn a:hover:not(.no-border){
	background:#9c7833;
	color:#000000;
}

p.btn a i{
	transition: transform 0.2s ease-out;
	transform:rotate(0deg);
}

.home p.btn a:hover i{
	transform:rotate(90deg);
}

#main-content p.btn a i{
	transition: margin 0.2s ease-out;
	margin:0;
}

#main-content p.btn a:hover i{
	margin-left:20px;
}

a{
	color: #fff;
	text-decoration: none;
}

.vertical-align{
	top:50%;
	left:50%;
	position:absolute;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
}

.center-content{
	text-align: center;
}



.container{
	max-width:1170px;
	margin:0 auto;
	position: relative;
	z-index: 2;
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	clear: both;
}

#nav{
	width:100%;
	height:100vh;
	position:fixed;
	z-index: 100;
	background:black;
	display:none;
}



#nav nav, #nav nav ul{
	height:100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size:1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
}

#nav nav ul li{
	flex: 1;
	border-bottom:1px solid rgba(255,255,255,0.07);
	float: left;
	display: block;
}

#nav nav ul li:last-child{;
}

#nav nav ul li a{
	display: block;
	height:100%;
	width:100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#nav nav ul li a:hover{
	background:none;
}

#nav #nav-logo{
	background:url(images/logo.png) center center no-repeat;
	background-size: contain;
	width:200px;
	height:111px;
	margin:0 auto;
	margin-bottom: 30px;
	margin-top:30px;
	display: block;
}



.topbar{
	width:100%;
	padding:2em 2em;
	background:rgba(255,255,255,0);
	float: left;
	z-index: 3;
	position: absolute;
	box-sizing:border-box;
	transition: background 1s ease-out;
}

.topbar img{
	opacity:0;
	transition: opacity 0.5s ease-out;
}

.topbar.bg{
	background: rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	position:fixed;
	z-index: 30;
}

.topbar.bg img{
	opacity:1;
}

.topbar .logo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);

}

.topbar.bg .logo{
	display: block;
}

ul.cta-nav{
	margin:0px;
	padding:0px;
	list-style-type: none;
	float:left;
}

ul.cta-nav li{
	margin-right:1em;
	float: left;
}

ul.cta-nav li a{
	text-decoration: none;
	color:rgba(255,255,255,1);
	text-transform: uppercase;
	font-size:1.2em;
	font-family: "Raleway", sans-serif;
	border:1px solid #9c7833;  /* gold */
	padding:1.5em 1.5em;
	display: inline-block;
	letter-spacing: 2px;
	transition: background-color 0.2s ease-out;
}



ul.cta-nav li a:hover:not(.no-border){
	background:#9c7833;
	color:#000000;
}


ul.cta-nav li a.no-border, a.no-border{
	border:1px solid rgba(0,0,0,0) !important;
}



#navBtn{
	width:4.5em;
	background:rgba(255,255,255,0);
	float:right;
	right: 2em;
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateZ(0) scale(1.0, 1.1);
	backface-visibility: hidden;    
}

#navBtn .line{
	content:' ';
	height:1px;
	width:100%;
	margin-bottom:1.4em;
	background-color:#9c7833;
	float:right;
}

#navBtn .line.short{
	width:60%;
}

#navBtn .line.short:last-child{
	margin-bottom:0;
}

#sidr {
	background: rgba(0,0,0,0.8);
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 0px;
	/* padding: 1em; */
	box-shadow: inset 0px 0px 70px rgba(0,0,0,1);
}

#sidr ul{
	border:0px;
	margin-top:1em;
}

#sidr li{
	border:0;
}

#sidr li a{
	border:0px;
	transition: background 0.5s ease-out;
	line-height: 1.5em;
	padding: 1em;
}

#sidr .featured a {
	color:#9c7833;
}

#sidr li a:hover{
	box-shadow: none;
	background:#9c7833;
	color:#000;
}

#closeBtn {
	width: 4em;
	background: rgba(255,255,255,0);
	position: absolute;
	right: 0em;
	top: 0em;
	padding:2em;
	margin-right: -1.5em;
	margin-top:0.5em;
}
#closeBtn .line{
	content:' ';
	height:1px;
	width:100%;
	background-color:#9c7833;
	float:right;
}

#closeBtn .line.line1{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#closeBtn .line.line2{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


#logo-large{
	background:url(images/logo.png) center center no-repeat;
	background-size: contain;
	max-width:400px;
	height:222px;
	margin:0 auto;
	margin-bottom: 30px;
}

#scrollDown{
	background: url(images/arrow-down.png) center center no-repeat;
	width:11px;
	height:75px;
	display: block;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	bottom:15em;
	padding:2em;
	text-align: center;
}

#scrollDown{
	float: left;
	-webkit-animation-name: Floatingx;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: Floating;
	-moz-animation-duration: 2.5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;

}

@-webkit-keyframes Floatingx{
	from {-webkit-transform:translate(-50%, 0px);}
	65% {-webkit-transform:translate(-50%, 55px);}
	to {-webkit-transform: translate(-50%, -0px);    }    
}

@-moz-keyframes Floating{
	from {-moz-transform:translate(-50%, 0px);}
	65% {-moz-transform:translate(-50%, 55px);}
	to {-moz-transform: translate(-50%, -0px);}    
}

ul.follow-us {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Raleway", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	bottom: 20px;
	position: absolute;
	float: right;
	width: 100%;
	text-align: right;
	font-size: 1.2em;

	position: relative;
	z-index: 10;
	margin-right: 2em;

}

#footer ul.follow-us {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Raleway", sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	bottom: 20px;
	position:static;
	float: none;
	width: 100%;
	text-align: right;
	font-size: 1.2em;
	margin-right: 2em;
	margin-top: 0.4em;
}

ul.follow-us li{
	margin-left: 20px;
	text-align: right;
	display: inline-block;
}

ul.follow-us li.title{
	color:rgba(255,255,255,0.7);
}


ul.follow-us li.title:after {
	content: ' ';
	width: 3em;
	height: 0.1em;
	background-color: #9c7833;
	display: inline-block;
	float: right;
	margin-top: 0.4em;
	margin-left: 2em;
}

.content-left{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}

.grey{
	color: rgba(255,255,255,0.7 );
}

#footer{
	float:left;
	width:100%;
	padding:2em;
	box-sizing:border-box;
}



#footer p {
	margin: 0px;
	font-size: 1.2em;
	font-family: "Raleway", sans-serif;
	text-transform: uppercase;
	text-align: left;
}

#footer-image{
	width:100%;
	float:left;
	height:80em;
	position:relative;
}

#footer-image:before {
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,1) 20%,rgba(0,0,0,0.35) 80%);
	opacity:1;
	z-index: 1;

}


.top-banner{
	width:100%;
	height:500px;
	box-sizing:border-box;
	display: block;
	float:left;
	position:relative;
}

.top-banner:before{
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.35) 30%);
	opacity:1;
	z-index: 1;
}

.top-banner:after{
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to top,rgba(0,0,0,1) 5%,rgba(0,0,0,0.35) 50%);
	opacity:1;
	z-index: 1;
}

.top-banner #scrollDown{
	bottom:0em;
}

.top-banner h1{
	font-size:3em;
}

.top-banner .cta-nav {
	float:none;
	margin-top:25px;
	display:flex;
	justify-content:center;
}

.top-banner .cta-nav a {
	padding-left:4.5em;
	padding-right:4.5em;
}

#internal-logo{
	margin-bottom:2em;
}

#main-content{
	width:100%;
	float: left;
	margin-top:8em;
	position:relative;
	background:#000;
}

#main-content p:not(p.btn){
	font-size:1.8em;
	line-height:1.5em;
}

.columns{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	column-gap:3em;
	-moz-column-gap:3em;
	-ms-column-gap:3em;
	float: left;
}

.columns p{ 
	page-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	display:inline-block;
}

.columns p:last-child{
	margin-bottom:0;
}

.right-image{
	float: left;
	display:block;
	margin:10em 0;
	width:100%;
}

.right-image img{
	float:right;
	max-width:100%;
	height:auto;
}

.liquid-image{
	float: left;
	display: block;
	height: 40em;
	width: 100%;
	margin: 10em 0em;;
}




.location{
	margin-bottom:5em;
}

.location h3{
	font-size:2em;
	letter-spacing: 0.2em;
}

.location h3 span{
	display: block;
	margin-bottom: 1em;
	font-size: 0.6em;
	font-weight: 100;
}

.location h4{
	text-transform: none;
	margin-top: 1.5em;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.4)
}

a.view{
	color:#9c7833;
	display:block;
}

.location a.view, .event a.view{
	border-top:1px solid rgba(255,255,255,0.2);
	padding-top:1em;
	margin-top:1em;
}

a.view i{
	font-size:0.8em;
	transition:margin-left 0.25s ease-out;
	margin-left:0em;
}

a.view:hover i{
	margin-left:1em;
}

.side-image img{
	max-width:100%;
	height:auto;
}

.lead p:first-child{
	position: relative;
}

.lead p:first-child:before{
	content: ' ';
	position: absolute;
	left: 0;
	top: -1em;
	width: 2em;
	height: 1px;
	background-color: #9c7833;	
}

ul.blocklist{
	margin:0;
	padding:0;
	list-style-type: none;
	font-size: 2em;
	font-family: "Raleway", sans-serif;
	font-weight:800;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin-bottom:4em;
}


ul.blocklist li{

}

ul.blocklist li a{
	display: block;
	padding:1.5em 0;
	border-bottom:1px solid rgba(255,255,255,0.2);
	color:#fff;
	transition:color 0.5s ease-out;
}

ul.blocklist li:first-child a{
	/*padding-top:0;*/
}

ul.blocklist li a i{
	float:right;
	color:#9c7833;
}

ul.blocklist li a:hover{
	color:#9c7833;
}

ul.blocklist.contact{
	letter-spacing:0em;
	text-transform: none;
	margin-bottom:2em;
}

ul.blocklist.contact li a i{
	float:left;
	margin-right:1em;
}


#main-content .background-image{
	position:absolute;
	right:0;
	bottom:0;
	text-align: right;
}

#main-content .background-image img{
	max-width:80%;
	height:auto;
}

#main-content .top-content>div, #main-content .pad{
	padding:0px 30px;
}

.pad p.btn{
	margin-bottom:7em;
}

.event{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 5em;
	float: left;
}

.event .date{
	color:#9c7833;
	font-family: "Raleway", sans-serif;
	font-size:2em;
	letter-spacing:0.3em;
	text-transform: uppercase;
	margin-bottom:1em;
	display:block;
}

.event h3{
	font-size:2em;
	color:#fff;
	margin-bottom:1em;
	line-height:1.5em;
}

.event h4{
	margin-bottom:1em;
	text-transform: none;
	font-size:1.5em;
	color:rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 1em;
}

/* clndr */


.clndr{
	font-size:2em;
}

.clndr-table{
	border-collapse: initial;
}

.clndr .clndr-controls, .clndr .header-days{
	font-family:"RaleWay", sans-serif;
}

.clndr .header-days{
	color: rgba(255,255,255,0.3);
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.clndr .clndr-controls>div{
	display:inline-block;
}

.clndr .clndr-controls .month{
	width:60%;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:0.3em;
}

.clndr .day{
	font-family: 'Abhaya Libre', serif;
}

.clndr .clndr-controls .clndr-control-button{
	width:20%;
	font-size:0;
	text-align:right;
	color:#9c7833;
}


.clndr .clndr-controls .clndr-previous-button:before{
	font-family: FontAwesome;
	content: "\f104";
	font-size:20px;
}

.clndr .clndr-controls .clndr-next-button:after{
	font-family: FontAwesome;
	content: "\f105";
	font-size:20px;
}

.clndr .clndr-controls .clndr-control-button.rightalign{
	text-align: left;
}

.clndr .clndr-table{
	width:100%;
	text-align: center;
}

.clndr .clndr-table td {
	padding: 15px;
}

.clndr .clndr-table td.past, .clndr .clndr-table td.next-month{
	color:rgba(255,255,255,0.3);
}

.clndr .clndr-table td.today {
	background:rgba(255,255,255,0.15);
}

.clndr .clndr-table td.event{
	margin-bottom: 0;
	float: none;
	color:#9c7833;
	position:relative;
	cursor: pointer;
}



.clndr .clndr-table td.event:before{
	content:' ';
	width:3px;
	height:3px;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	background-color:#9c7833;
}


.clndr .day.event {
	border: thin solid transparent;
}


.clndr .clndr-table td.selected {
	background: #9c7833;
	color: #fff;
}


/* end clndr */


.event-info h2{
	position:relative;
}

.event-info h2 .date{
	color:#9c7833;
	display:block;
	font-size:0.8em;
}

.event-info h4.time{
	text-transform: none;
	font-size: 1.5em;
	color: rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 1em;
	margin-top: -1.5em;
	margin-bottom: 1em;
}

ul.blocklist.imagebg li{
	position:relative;
}

ul.blocklist.imagebg li:after{
	content: ' ';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom,rgba(0,0,0,3) 0%,rgba(0,0,0,0.35) 60%);
	opacity:1;
	z-index: 1;
}

ul.blocklist.imagebg li:before{
	content:' ';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	box-shadow:inset 0px 30px 90px 21px rgba(0,0,0,1);
	-webkit-box-shadow:inset 0px 30px 90px 21px rgba(0,0,0,1);
	-ms-box-shadow:inset 0px 30px 90px 21px rgba(0,0,0,1);
	-moz-box-shadow:inset 0px 30px 90px 21px rgba(0,0,0,1);
}

ul.blocklist.imagebg li a{
	position:relative;
	z-index: 3;
	padding:3.5em 0;
	background:rgba(0,0,0,1);
	transition:all 0.5s ease-out;
}

ul.blocklist.imagebg li a:hover{
	background:rgba(0,0,0,0.3);
}


* { box-sizing: border-box; }

body { font-family: sans-serif; }

/* ---- grid ---- */

.grid {
	max-width: 1200px;
}

/* clearfix */
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- grid-item ---- */

.grid-sizer{
	width: 33.333%;
}



.grid-item {
	width:33.3%;
	height: 370px;
	float: left;
	background: rgba(255,255,255,0.15);
	border: 10px solid #000;
	background-size: cover;
	background-position: center center;
}

.grid-item--width2 { 
	width:  66.666%; 
}

.grid-item--height2 { 
	height: 740px; 
}


@media screen  and (max-width : 1223px) {
	.grid-item{
		height:250px;
		border: 7px solid #000;
	}

	.grid-item--height2,{ 
		height:500px;
	}
}


@media screen  and (max-width : 767px) {
	.grid-item{
		height:100px;
		border: 3px solid #000;
	}

	.grid-item--height2,{ 
		height:200px;
	}
}

.grid-item a.image{
	width:100%;
	height:100%;
	display:block;
	font-size:0;
	text-indent: -10000px;
}

.enquiry-form{
	margin:0 auto;
	float:none;
}

.enquiry-form input, .enquiry-form select, .enquiry-form textarea{
	width: 100%;
	padding: 0.75em 1em;
	background: rgba(255,255,255,0.15);
	border: 0;
	margin-bottom: 2em;
	color: #fff;
	font-family: 'Abhaya Libre', serif;
	font-size: 2.1em;
	font-weight: 100;
	letter-spacing: 0.1em;
	margin-top: 10px;
	position:relative;
}

.enquiry-form select{
	background:url(images/select-arrow-down.png) 95% center no-repeat;
	background-color: rgba(255,255,255,0.15);
	-webkit-appearance:none;
}

.enquiry-form label:not(input){
	color:#9c7833;
	font-family:'Raleway', serif;
	font-size:1.2em;
	text-transform: uppercase;
	letter-spacing:2px;
	font-weight:600;
}

.enquiry-form input[type=checkbox]{
	width:auto;
	margin:0px;
	float:left;
	margin-right:10px;
}

.enquiry-form input[type=submit]{
	text-decoration: none;
	color:rgba(255,255,255,1);
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	border:1px solid #9c7833;  /* gold */
	padding:1.5em 2.5em;
	display: inline-block;
	letter-spacing: 2px;
	transition: background-color 0.2s ease-out;
	background: rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
	font-size:1.2em;
	width:auto;
	float:right;
	margin-top: -20px;
    margin-bottom: 50px;
    -webkit-appearance:none;
}
div.wpcf7-validation-errors {
	border: 1px solid red !important;
	padding: 1em !important;
	text-align: center !important;
	font-size: 1.7em !important;
	margin-bottom: 2em !important;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid green !important;
	padding: 1em !important;
	text-align: center !important;
	font-size: 1.7em !important;
	margin-bottom: 2em !important;
}

.wpcf7-form-control-wrap {
    display: block !important;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 25px !important;
    left: 14px !important;
	padding: 1em !important;
}

.remodal-close {
	left:initial !important;
	right:0px;
}

.load-more{
    text-decoration: none;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: "Raleway", sans-serif;
    border: 1px solid #9c7833;
    padding: 1.5em 1.5em;
    display: inline-block;
    letter-spacing: 2px;
    transition: background-color 0.2s ease-out;
    display: inline-block;
}

.load-more:hover{
	background: #9c7833;
    color: #000000;
}

.load-more-parent{
	text-align: center;
}

/* mobile only */
@media screen and (max-width: 767px) {
	ul.cta-nav li a {
		padding: 0.75em;
	}

	#logo-large {
		height: 112px;
	}

	.fs-slide:before {
		background-image: linear-gradient(to bottom right,rgba(0,0,0,1) 0%,rgba(0,0,0,0.3) 20%);
	}

	.topbar.bg .logo{
		display: none;
	}

	#foooter ul.follow-us{
		text-align:center;
	}


	ul.follow-us li{
		margin:0px 1em;
	}

	ul.follow-us li.title{
		display:none;
	}

	#footer p {
		text-align: center;
	}

	.container{
		padding:0 2em;
		box-sizing:border-box;
	}

	.columns{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}

	.liquid-image{
		height:200px;
		overflow:hidden;
	}

	.event, #main-content .top-content>div, #main-content .pad{
		padding-left: 10px;
		padding-right: 10px;
	}

	#footer-image{
		height:25em;
	}

	.clndr .clndr-table {
		width: 100%
	}

	.clndr .clndr-table td {
		padding: 10px;
	}

	.event-info{
		margin-top:8em;
	}

	p{
		letter-spacing: 1px;
		font-size: 1.7em;
		line-height: 1.4em;
	}

	h2 {
		font-size: 2.4em;
	}


}

#sidr{
	visibility: hidden;
}

ul.cta-nav li a.inverted{
	background:#9c7833;
	border:1px solid #9c7833;
	color:#000000;
}

ul.cta-nav li a.inverted:hover{
	background:#ffffff;
	border:1px solid #ffffff;
	color:#9c7833;
}