/**
	@Author:	Paul Strandoo
	@Date:		26 Jan 2016 / 2019
	@Notes:		Mobile first template
	
	CONTENTS
	-------------
	- Global resets
	- Global typography & layout rules
	- Page styles
	- Post styles 
	- General bits 
	
	- Media queries	
	
	FONTS & COLORS
	-------------
	dark blue: #012a41 / rgba(1,42,65,1);
	orange: #f68e1e / rgba(246,142,30,1);
	grey: #646464;
	red: #af182e;
	Burston Blue: #61769d / rgba(219,24,50,1);
	50%: #b0bace;
	new inner:  1120px;
	
	font-family: 'Open Sans', sans-serif;
	font-family: 'Crimson/Crimson Text', serif;
	available weight: 400,400i,700,700i;
*/

@import url(reset.css); 

*, *:after, *:before { 	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
}

body, html { 
	font-size: 100%; 
	padding: 0; 
	margin: 0; 
	height: 100%;
}
body {
	font-family: "Open Sans", sans-serif;
	color: #313131;
	background: #fff;
	font-size: 15px;
}
	
p,
li,
td,
dd,
dt {
	color: #313131;
	line-height: 1.7em;
	/*font-weight: 300;*/
}
p {
	margin: 0 0 1em;
	}

/* ---[ Base Styles ]------------------------------- */

h1,
h2,
h3,
h4 {
	font-family: "Open Sans", sans-serif;
	color: #000;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 0.5em 0;
	text-align: left;
	}
h1 {
	font-size: 2.6em;
	margin: 0 0 0.5em;
	text-align: center;
	}
h2 {
	font-family: "Crimson", serif;
	font-size: 2.5em;/*  */
	line-height: 1em;
	font-style: italic;
	margin: 1em 0 0.2em;
	}
	
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 600;
	margin: 1em 0;
	text-align: center;
	font-variant: small-caps;
	text-transform: uppercase;
	letter-spacing: 1px;
	/* clear: left; */
	}
	
h4 {
	font-family: "Crimson", serif;
	font-style: italic;
    font-size: 20px;
    text-align: center;
    color: #111;
	margin: 0;
    margin-bottom: 16px;
	}


.main > h2 {
	margin-top: 0;
	color: #61769d;
	}

strong {
	font-size: 100%;
	font-weight: 700;
	}
em {
	font-style: italic;
	}
	
blockquote {
	border-left: 3px solid #ccc;
	padding: 0 1em;
	margin: 0 0 1em 0;
	text-align: left;
	}
	
.italic {
	font-family: "Crimson", serif;
	font-style: italic;
    font-size: 20px;
    color: #111;
	margin: 0;
	}
.serif {
	font-family: "Crimson", serif;
	font-size: 1.2em;
	line-height: 1.6em;
}

/* ----- [ Links ] -----------------*/
a {
	color: #61769d;
	}
a:hover {
	color: #036;
	}
	
a:active {
	color: #036;
	}
	
.image-link {
	border-bottom: none;
	}


/* ----- [ Structure ] -----------------*/
header,
section,
footer {
	width: 100%;
	margin: 0;
	position: relative;
	}
footer {
	background: #f7f7f7;
	}
section {
	padding: 0 0 15px;
	}
.inner {
	position: relative;
	max-width: 940px;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	}
.inner-full {
	max-width: 100%;
	padding: 0 !important;
	}

/* ----- [ Footer ] --------------- */
.footer {
	text-align: center;
	}
.footer .inner {
	/* border-top: 2px dotted #222; */
	padding: 20px 15px;
	}
.footer-social {
    border-top: 1px solid;
    border-color: #e5e5e5;
    background: #f7f7f7;
    padding: 36px 0;
    text-align: center;
}
.footer-social a {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 30px;
    white-space: nowrap;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.footer-social i {
    margin-right: 4px;
}

#instafeed {
	margin: 0;
	}
#instafeed li {
    width: 25%;
    display: inline;
    float: left;
}
@media only screen and (min-width: 37.5em) {
	#instafeed li {
		width: 12.5%;
		}
}

#instafeed li img {
    max-width: 100%;
    vertical-align: middle;
}

.social-footer {
	background: #f7f7f7;
	margin: 40px 0 0;
	padding: 40px 0;
	}

.footer-details {
	line-height: 2em;
	margin: 50px 0 0.8em;
	}
.footer-details span {
	white-space: nowrap;
	}
.site-credit {
	margin: 4em auto 5px;
	font-size: 0.75em;
	}

/* ----- [ Strandoo Simple Grid System v2 ] --------------- */
.row {
	margin: 0 -15px;
	/*font-size: 0;*/
	}

.row > .col {
	width: 100%;
	/*display: inline-block;*/
	float: left;
	vertical-align: top;
	padding: 0 15px;
	margin-bottom: 20px;
	/*font-size: 18px;*/
	/*text-align: left;*/
	/*line-height: 0;*/
	}

/* full-height columns */
.row.table {
	display: table;
	}
.row.table > .col {
	display: table-cell;
	}
	
.no-padding {
	margin: 0;
	}
.no-padding > .col {
	padding: 0;
	}
	
/* OpenTable fix */
.row.main-home {
	margin: 0 -11px;
	}


/* ----- [ Utility ] --------------- */

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}

img.full {
	width: 100%;
	}
img.half {
	width: 50%;
	float: left;
	}

.centered,
.centered ul,
.centered li,
.centered p,
.centered h2,
.centered h3 {
	text-align: center;
	}

.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}


.MarkupPagerNav {
	text-align: right;
	}
.MarkupPagerNav li {
	display: inline-block;
	border: 1px solid rgba(97, 118, 157, 0.5);
	font-size: 15px;
	line-height: 1em;
	}
.MarkupPagerNav a {
	display: block;
	padding: 6px 8px;
	/*font-weight: bold;*/
	}
	
.TextformatterVideoEmbed {
	margin-bottom: 1em;
	}



.taxis li {
	line-height: 1em;
	padding: 0.3em 0;
	}
.taxis em {
	white-space: nowrap;
	}



		/* ---( Tab Navigation )------------------------------- */

		ul#tabs {
			list-style-type: none;
			padding: 0;
			margin-bottom: -1px;
			text-align: center;
			white-space: nowrap;
   			overflow: auto;
		}
		ul#tabs li {
			display: inline-block;
			padding: 5px 10px;
			margin: 0 10px 0 0;
			font-weight: normal;
			border: 1px solid #b0bace;
			cursor: pointer;
		}
		ul#tabs li:hover {
			border: 1px solid #b0bace;
		}
		ul#tabs li.active {
			border: 1px solid #b0bace;
			border-bottom: 1px solid #fff;
		}

		ul#tab {
			list-style-type: none;
			margin: 0;
			padding: 20px 30px;
			border: 1px solid #b0bace;
		}
		ul#tab li {
			font-size: 1em;
			display: none;
			text-align: left;
			margin: 10px 0 20px;
		}
		ul#tab li.active {
			display: block;
		}

.page-wrapper {
	position: relative;
	padding-top: 100px;
	}

/* ---[ Header, Logo & Main Navigation ]------------------------------- */
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	padding: 30px 0;
	background: #fff;
	background: rgba(255,255,255,1);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
header.lateral-menu-is-open {
	/* translate to show the lateral menu */
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}

header .inner {
	max-width: 1024px;
	max-width: 1120px;
	}
header.fixed {
	padding: 10px 0;
	position: fixed;
	z-index: 1000;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	}


.logo {
	max-width: 360px;
	width: 80%;
	float: left;
	margin: 0 auto;
	}
.logo img {
	width: 100%;
	}
.logo .logo-small,
.logo-fixed .logo-small {
	display: none;
	}

.logo p {
	font-size: 4em;
	line-height: 0.8em;
	font-style: italic;
	margin-bottom: 40px;
	}
.logo p span {
	font-style: normal;
	}
.logo a {
	color: #222;
	border: none;
	}

.nav {
	display: none;
	}

@media only screen and (min-width: 37.5em) {
	/*header { border-top: 4px solid orange; }*/
	.page-wrapper {
		padding-top: 135px;
		}
	header {
		padding: 40px 0;
		}
	.logo {
		float: left;
		width: 360px;
		}
	.logo-fixed {
		width: 60px;
		}
	.logo img {
		width: 100%;
		}		
	.logo-fixed	.logo-full,
	.logo .logo-small {
		display: none;
		}
	.logo-fixed .logo-small {
		display: block;
		}
	.cd-menu-trigger {
		display: none;
		}
	.nav {
		display: block;
		}
}

.nav {
	float: right;
	}
.nav ul {
	margin-top: 24px;
	}
.fixed .nav ul {
	margin-top: 4px;
	}
.nav li {
    display: inline-block;
    /* margin: 0 32px; */ /* Save for centered nav */
    margin: 0 0.7em;
    position: relative;
	}
	
.nav a {
    line-height: 2em;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
	}
.nav a.on {
	color: #000;
    border-bottom: 2px solid #61769d;
	}
.nav a:hover {
	text-decoration: none;
    border-bottom: 2px solid #61769d;
	}



/* --- [ Menu Trigger (Hamburger) ] ---- */

.cd-menu-trigger {
/*
	float: right;
	height: 44px;
	width: 44px;
	border: 1px solid #ccc;
	cursor: pointer;
*/	
	position: absolute;
	right: 10px;
	top: 0;
	height: 44px;
	width: 44px;
}
.cd-menu-trigger .cd-menu-text {
	height: 100%;
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	display: none;
}
.cd-menu-trigger .cd-menu-icon {
	/* this span is the central line in the menu menu */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 24px;
	height: 3px;
	background-color: #000;
	/* these are the upper and lower lines in the menu menu */
}
.cd-menu-trigger .cd-menu-icon::before, 
.cd-menu-trigger .cd-menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: inherit;
	left: 0;
}
.cd-menu-trigger .cd-menu-icon::before {
	bottom: 8px;
}
.cd-menu-trigger .cd-menu-icon::after {
	top: 8px;
}
.cd-menu-trigger.is-clicked .cd-menu-icon {
	background-color: rgba(255, 255, 255, 0);
}
.cd-menu-trigger.is-clicked .cd-menu-icon::before, 
.cd-menu-trigger.is-clicked .cd-menu-icon::after {
	background-color: #000;
}
.cd-menu-trigger.is-clicked .cd-menu-icon::before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-menu-trigger.is-clicked .cd-menu-icon::after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
	.cd-menu-trigger {
		width: 110px;
		padding-left: 1.25em;
		}
	.cd-menu-trigger .cd-menu-text {
		display: inline-block;
		line-height: 70px;
		}
	.cd-menu-trigger .cd-menu-icon {
		left: auto;
		right: 1.25em;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		}
}


/* ---( Content )------------------------------- */
.hero {
	height: 250px;
	margin-bottom: 30px;
	/*padding-top: 135px;*/
	position: relative;
	}
.home-hero {
	height: 500px;
	padding-top: 0;
	}
.home-hero img {
	width: 100%;
	margin: 0;
	border: 1px solid #222;
	}


.slick-dots {
	bottom: 0;
	}
.slick-dots li button:before {
	font-size: 12px;
	}


.photo-credit {
	position: absolute;
	right: 10px;
	bottom: 3px;
	color: #fff;
	opacity: 0.5;
	font-style: italic;
	font-size: 0.8em;
	}

.hero-content {
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	}
.hero-content h1 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-weight: 700;
	font-size: 2em;
	/*white-space: nowrap;*/
	/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/
	-webkit-text-shadow: 0 0 10px rgba(0,0,0,0.6);
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
	/*
	font-family: "Crimson", serif;
	font-style: italic;
	text-transform: none;
	font-size: 5em;
	font-weight: 400;
	padding: 0 20px;
	*/
	}
.hero-subtitle {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    line-height: 24px;
    font-weight: 400;
    font-size: 20px;
    -webkit-text-shadow: 0 0 10px rgba(0,0,0,0.6);
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
    }
.hero-subtitle-small {
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-transform: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    line-height: 20px;
    font-weight: 400;
    font-size: 20px;
	-webkit-text-shadow: 0 0 10px rgba(0,0,0,0.6);
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.hero-subtitle:before,
.hero-subtitle-small:before {
	content: '';
	position: absolute;
	right: 110%;
	top: 45%;
	height: 4px;
	background: #fff;
	opacity: 0.8;
	text-indent: -9999px;
	width: 9999px;
	}
.hero-subtitle:after,
.hero-subtitle-small:after {
	content: '';
	position: absolute;
	left: 110%;
	top: 45%;
	height: 4px;
	background: #fff;
	opacity: 0.8;
	text-indent: -9999px;
	width: 9999px;
	}
.hero-subtitle:before {
	right: 102%;
	}
.hero-subtitle:after {
	left: 102%;
	}


.home-hero,
.home-hero-image {
	height: 300px;
	}

@media only screen and (min-width: 37.5em) {
	.hero {
		height: 350px;
		}
	.hero-content {
		position: absolute;
		top: 50%;
		left: 50%;
		width: auto;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		-webkit-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		}
	.hero-content h1 {
		font-size: 3em;
		}
	.home-hero,
	.home-hero-image {
		height: 500px;
		}

}




/* --- Home Features Section --- */
.home-features {
	margin-top: 40px;
	margin-bottom: 30px;
	margin-bottom: 0;
	padding-bottom: 0;
	}
.home-features .row {
	margin: 0 -10px;
	}
.home-features .col {
	padding: 0 10px;
	line-height: 0;
	margin-bottom: 20px;
	}
/*
@media only screen and (min-width: 37.5em) {
	.home-features .col {
		margin-bottom: 20px;
		}
}
*/	
.home-features img {
	width: 100%;
	}
.home-features .sunday-sessions,
.home-features .easy-thursday {
	padding: 15px 10px;
	border: 1px solid #ccc;
	}
.home-features .sunday-sessions {
	padding: 16px 10px;
	}

.home-feature {
    position: relative;
	}
.feature-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
    right: 10px;
    padding: 20px;
    background: rgba(0,0,0,0);
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    }

.feature-text {
	position: absolute;
	top: 55%;
	bottom: 0;
	left: 10px;
    right: 10px;
    padding: 20px;
    background: rgba(255,255,255,0);
    vertical-align: middle;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
	}

.home-feature h3 {
	font-size: 14px;
	padding: 10px;
	text-align: center;
	background: #fff;
	display: inline-block;
	letter-spacing: 2px;
	}
.feature-text p {
	margin: 0;
	color: #fff;
	line-height: 1.4em;
	font-style: italic;
	opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	}
.feature-overlay:hover,
.feature-overlay:active {
	background: rgba(0,0,0,0.4);
	}
.feature-overlay:hover .feature-text,
.feature-overlay:active .feature-text {
	top: 45%;
	}
.feature-overlay:hover .feature-text p,
.feature-overlay:active .feature-text p {
	opacity: 1;
	}
.feature-text a {
	color: #fff;
	text-decoration: underline;
	}



.main p:first-of-type {
	margin-top: 0;
	}
.main p > img {
	max-width: 100%;
	width: 100%;
	}
.main p {
	/*padding-right: 1em;*/
	}



.sidebar-divider {
    border-top: 1px solid;
    display: block;
    max-width: 42px;
    margin: 15px auto;
    color: #d9d9d9;
}

.music-badge {
	padding: 5px;
	}
	
.button {
    border: 1px solid;
    border-color: #61769d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 7px 12px;
    /*padding: 15px 18px;*/
    display: inline-block;
    margin: 5px auto 20px;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
	}
.button:hover {
	background: #61769d;
	color: #fff;
	}


/* ---( Boxes )------------------------------- */
.box {	
	margin-bottom: 30px;
    border: 1px solid;
    border-color: #61769d;
	border-color: rgba(97, 118, 157, 0.5);
    padding: 28px 25px;
    box-sizing: border-box;
	}
.box p {
	line-height: 1.2em;
	}
/* .box p:first-of-type, */
.box p:last-of-type {
	margin: 0;
	}

.box-main {
	padding: 20px 40px 30px;
	/*text-align: left;*/
	}
.box-main p {
	line-height: 1.5em;
	}
.box-main p:last-of-type {
	margin-bottom: 1em;
	}
	
.box-main p img {
	max-width: 100%;
	}

.box.left {
	text-align: left;
	}
	
.box.less-padding {
	padding: 12px;
	}
	
.box-double {
	border: 6px double #222;
	}
	
.box.holiday-notice p {
	line-height: 1.5em;
	}
	
.box.holiday-notice2 p {
	line-height: 1.5em !important;
	}
	
.desktop-notice {
	display: none;
	}

@media only screen and (min-width: 37.5em) {
	.desktop-notice {
		display: block;
		}
	.mobile-notice {
		display: none;
		}
}

/* ---( Secondary Navigation )------------------------------- */

#subnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 132px;
	float: left;
	margin: 0;
	/*padding-top: 175px;*/
	background: transparent;
	}
	
#home #subnav {
	width: 132px;
	}
#sign {
	/*background: transparent url(../images/bc_sign.jpg) top left no-repeat;
	height: 175px;*/
	}
	
#subnav ul {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1em;
	line-height: 1.4em;
	/*color: #554;*/
	color: #666;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subnav li {
	font-size: .9em;
	margin: 0;
	text-align: left;
	line-height: 1.2em;
	border-bottom: 1px solid #99AAC9;
	list-style-type: none;
	padding: 5px 0;
	}
	
#subnav li a {
	display: block;
	/*color: #554;*/
	text-decoration: none;
	width: auto;
	}
#subnav li a:hover {
	background-color: transparent;
	/*color: #242424;*/
	}

#subnav li.admin {
	font-weight: bold;
	text-align: right;
	padding: 6px 0;
	background: #fff;
	border-top: 2px solid #c90;
	margin-top: 20px;
	}


/* ---( Header Notice )------------------------------- */
#notice {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 5px;
	right: 140px;
	display: none;
	}
#notice a {
	width: 100px;
	display: block;
	color: #fff;
	background: #6c7934;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
	text-decoration: none;
	padding: 25px 0;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;

	}
#notice a:hover {
	background: #6b292a;
	}




/* ---( Main Body )------------------------------- */
/*
#mainimage {
	width: 554px;
	margin: 0 0 0 140px;
	padding: 0;
	overflow: hidden;
	height: 175px;
	}


#main {
	width: 530px;
	margin: 0 0 20px 140px;
	background: transparent;
	text-align: left;
	padding: 10px 0;
	color: #555;
	}
	
#main hr {
	height: 1px;
	color: #ccc;
	background: #ccc;
	border-style: none;
	}
#main b {
	color: #444;
	}
	
.leftpict {
	float: left;
	margin-right: 0;
	}
.rightpict {
	float: right;
	margin-left: 12px;
	}
*/

.cms-text hr,
.cms-content hr {
    border: 0;
    /*height: 0;*/
    margin: 30px 0 20px;
    /* border-top: 1px solid rgba(97, 118, 157, 0.5);  */
    }
    
.cms-text ul,
.cms-text ol {
	margin: 0 0 1em;
	}
.cms-text li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-text ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
	
.home .main h2 {
	text-align: center !important;
	}
.home .main h2+h3 {
	line-height: 1.5em;
	}

	
.recurring img:first-of-type {
	/*width: 100%;*/
	max-width: 100%;
	margin: 0 0 5px;
	}
.recurring p + img {
	max-width: 100%;
	margin: 0;
	}
.recurring p {
	margin: 0;
	}
.recurring:nth-of-type(odd) {
	border-style: dotted;
	}
.dotted {
	border-style: dotted;
	}
.dashed {
	border-style: dashed;
	}

	
/* ---( Sidebar with Color )------------------------------- */

.sidebar h3 {
	margin: 0 0 1em;
	}
	
.sidebar h4:after {
	content: '';
	border-top: 1px solid;
    display: block;
    max-width: 42px;
    margin: 1em auto 0;
    color: #d9d9d9;
    }
	
.start-time {
	margin: 5px 0;
	}


/* ---( Form Elements; Admin Styles overwrite these )------------------------------- */

form, input, select {
	margin: 0;
	padding: 0;
	}
	
input, button, textarea {
	font-size: 1em;
	color: #222;
	}
	
textarea {
	text-align: left;
	width: 450px;
	}
textarea p {
	color: red !important;
	text-align: left;
	}
	
textarea.update {
	width: 450px;
	border: 1px solid #ccc;
	}
	
input, select, button {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 5px;
	}
.textfield {
	width: 280px;
	}

img.align_right {
	float: right;
	margin: 0 0 10px 20px;
	}
img.align_left {
	float: left;
	margin: 0 20px 10px 0;
	}

/* ---( ???? )----------------------------- */
.addlink {
	float: right;
	width: 100px;
	margin: 18px 40px 0 0;
	text-align: right;
	}
	
.fieldlabel {
	float:left;
	width:100px;
	text-align:right;
	padding-right: .5em;
	}
	
blockquote.adminbox {
	width: 450px;
	padding: 1em 1em 0 1em;
	}

.rule {
	height:2px;
	border-top: 1px solid #CC9900;
	margin-bottom: 6px;
	}
	
.menu-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	}

.menu-list li {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Crimson", serif;
	font-style: italic;
	font-size: 1.3em;
	}
.menu-list li:after {
	content: '';
	border-top: 1px solid;
    display: block;
    max-width: 42px;
    margin: 0.3em auto;
    color: #d9d9d9;
    }
.menu-list li:last-of-type:after {
	border: none;
	margin: 0;
	}
/*
.menu-list li a {
	display: block;
	padding: 3px 0;
	margin-top: -2px;
	font-weight: normal;
	border-top: 2px dotted #222;
	border-bottom: 2px dotted #222;
	}
.menu-list li a:hover {
	color: #000;
	border-top: 2px solid #222;
	border-bottom: 2px solid #222;
	}
*/
.menu-head {
	font-weight: bold;
	color: #000;
	padding: 6px 0;
	}
	
.main-menu-list li {
	display: inline-block;
	margin: 0 10px 20px;
	}

/* ---( Menu Pages )------------------------------- */
.cat-desc {
	margin: 0;
	padding: 0;
	}

.menu-items {
	margin: 0 0 2em;
	padding: 0;
	}
.menu-item {
	background: transparent url("../images/dotted.gif") 0 1.15em repeat-x;
	padding: 0;
	margin: 0 0 1.3em;
	overflow: hidden;
	}
.menu-item.no-dots {
	background: none;
	}

.item-name {
	margin: 0;
	padding: 0 0.5em 2px 0;
	width: 85%;
	line-height: 1.7;
	}
.item-price {
	float: right;
	text-align: right;
	width: auto;
	line-height: 1.4em;
	}
.item-name span {
	background: #fff;
	border-right: 3px solid #fff;
	}
.item-price span {
	background: #fff;
	border-left: 3px solid #fff;
	}
	
.description p {
	padding-right: 0;
	font-style: italic;
	color: #000;
	font-size: 0.95em;
	margin: 0 10% 0 0;
	}

.coffee-menu {
	text-align: left;
	}
.coffee-item {
	background: transparent url("../images/dotted.gif") 0 0.8em repeat-x;
	line-height: 1em;
	padding: 0;
	margin: 0 0 0.6em;
	overflow: hidden;
	}
.coffee-item span {
	background: #fff;
	}
.coffee-price {
	background: #fff;
	float: right;
	}

/* ---( Location Page: Map )------------------------------- */
.main-map {
	 height: 350px;
	 width: 100%;
	 margin: 0 0 30px;
	 }
.main-map a {
	border: none;
	}

.keylink a {
	font-size: .8em;
	}
	
.mapitem {
	width: 200px;
	}

.address {
	float: left;
	width: 164px;
	}
	
ul.taxi {
	float: left;
	width: 50%;
	margin: 0;
	}
ul.taxi li {
	list-style-type: none;
	}

.accomodation {
	background: #f7f7f7;
	margin: 0 0 20px;
	padding: 20px;
	}
.accomodation-img {
	float: left;
	max-width: 240px;
	width: 30%;
	margin: 0 20px 0 0;
	}
	
	
/* ---( Events Pages )------------------------------- */
.event {
	margin: 20px 0 60px;
	/*border-top: 2px dotted #222;*/
	overflow: hidden;
	text-align: left;
	border-top: 2px solid #222;
	}
	
.event.image {
	border-top: none;
	}

.img-wrap {
	/*margin-top: 10px;*/
	height: 200px;
	}

.event-details {
	float: none;
	/*width: 100%;*/
	margin: 14px 0 0 0;
	}
.event-badge {
	float: none;
	width: 100%;
	float: right;
	width: 30%;
	margin: 5px 0 5px 15px;
	}

.event-badge img {
	width: 100%;
	}	
.the-inn-crowd img {
	width: 80%;
	}
.event-details .event-badge {
	text-align: right;
	}
	
@media only screen and (min-width: 37.5em) {
	.img-wrap {
		height: 300px;
		}
	.event-details {
		margin: 14px 0 0 190px;
		text-align: left;
		}
	.event-page.event-details {
		margin: 14px 0 0 0;
		/*margin: 0;*/
		}
	.event-badge {
		float:left;
		width: 170px;
		margin: 20px 0;
		}

	.event-badge.easy-thursday {
		margin-top: 10px;
		}
	.event-page .event-badge {
		float: right;
		margin: -10px 0 0 0 !important;
		}
}

.event-details h1 {
	font-family: "Crimson", serif;
	font-size: 3em;
	line-height: 1.1em;
	text-align: left;
	font-style: italic;
	margin: 0 0 0.3em;
	}
.event-details h2 {
	font-size: 2.7em;
	margin: 0.5em 0 0.2em;
	}
.event-details h3 {
	margin: 1em 0 0.2em;
	text-align: left;
	}
.event-details .easy-thursday {
	margin-top: 6px;
	}
.event-details-text {
	margin: 2em 0;
	}
	
.event-details-text img {
	max-width: 100%;
	}

.paging {
	border-top: 1px solid #999;
	padding-top: 4px;
	}
.rstally {
	float: left;
	margin: 0;
	color: #666;
	width: 140px;
	}
.rspaging {
	float: right;
	margin: 0;
	text-align: right;
	color: #666;
	width: 180px;
	}
	
.rowpassed {
	background: #eee;
	}
	
	
table#calendar {
	font-family: Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #99AAC9;
	margin-bottom: 6px;
	}
table#calendar td {
	font-size: 0.9em;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding: 1px 0;
	}
table#calendar td strong {
	}
	
table#calendar td.date {
	background: #A70000;
	}
	
table#calendar a {
	font-weight: bold;
	color: #fff;
	}

table#calendar img {
	border: none;
	}


.fc-event.unpublished {
	background: #999;
	border-color: #999;
	}

/* ---( Helper Styles )----------------------------- */
	
.small {
	font-size: 88%;
	}
	
hr {
	height: 1px;
	}

/* ----- [ Section Dividers ] -------------------*/
hr {
	position: relative;
	max-width: 900px;
	height: 50px;
	margin: 20px auto;
	background: url('../images/crown-solo-2x.png') 50% 50% no-repeat;
	background-size: 50px;
	overflow: hidden;
	border: none;
	clear: both;
	}
hr:before,
hr:after {
	content: "";
	border-top: 1px solid #61769d;
	border-color: rgba(97, 118, 157, 0.5);
	position: absolute;
	width: 100%;
	top: 50%;
	margin-left: -55%;
	/*z-index: -1;*/
	}
hr:after {
	margin-left: auto;
	margin-left: 55%;
	}

	
.cleardiv {
	height: 1px;
	clear: both;
	}

img.fullwidth {
	margin: 0 0 15px 0;
	border: none;
	}

ul.switcher {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ul.switcher li {
	list-style-type: none;
	padding: 3px;
	}

ul.switcher li a#stylea {
	font-weight: bold;
	text-decoration: none;
	}
	
.menuclear {
	height: 1px;
	clear: left;
 	}
 
 
.hrule.dingbat {
	background: url('../images/dingbat-leaf.png') 50% 50% no-repeat;
	background-size: 20%;
	height: 30px;
	margin: 0 0 10px;
	}
 
 	
span.error {
	font-weight: bold;
	color: red;
	text-align: center;
	}
	
	
#sidebar img {
	margin: 0.5em 0 1em;
	}
#sidebar p.socialhead {
	margin: 0.8em 1.5em;
	text-align: center;
	padding: 0;
	font-weight: bold;
	line-height: 0;
	}
ul#socialmedia {
	margin: 0;
	}
ul#socialmedia li {
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	display: inline-block;
	margin: 0 10px;
	}
ul#socialmedia a {
	display: block;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	border-bottom: none;
	}
	
ul#socialmedia a.facebook {
	background: url('../images/icon-fb.png') 0 50% no-repeat;
	background-size: 100%;
	padding: 0 0 0 2em;
	}
ul#socialmedia a.flickr {
	display: none;
	background: url('../images/flickr-16x16.png') 0 50% no-repeat;
	background-size: 100%;
	padding: 0 0 0 2em;
	}
ul#socialmedia a.instagram {
	background: url('../images/icon-instagram.png') 0 50% no-repeat;
	background-size: 100%;
	padding: 0 0 0 2em;
	}

	/* 600px equivalent breakpoint */
@media only screen and (min-width: 37.5em) { 

	.row-2 > .col { width: 50%; }
	.row-3 > .col { width: 33.333%; }
	.row-4 > .col { width: 25%;}

	.row-2 .span-2 { width: 100%; }
	.row-3 .span-2 { width: 66.666%; }
	.row-4 .span-2 { width: 50%; }
	.row-4 .span-3 { width: 75%; }
	
	/* Open Table */
	.row.main-home > .col {
		padding: 0 10px;
		}

}


/* --- [ Mobile menu ] -------- */
.cd-main-content {
	/* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
	min-height: 100%;
	/*min-height: 100vh;*/
	position: relative;
	background: #fff;
	z-index: 2;
	/*padding-top: 50px;*/
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
	/*
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
	*/
}
.cd-main-content.lateral-menu-is-open {
	/* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}

#cd-lateral-nav {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	visibility: hidden;
	/* the secondary navigation is covered by the main element */
	z-index: 1;
	width: 260px;
	background-color: #242e30;
	overflow-y: auto;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
	-moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
	transition: transform .4s 0s, visibility 0s .4s;
	/* this creates the subtle slide in animation of the navigation */
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
#cd-lateral-nav .cd-navigation {
  margin: 40px 0 16px;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav li {
	font-size: 1.2em;
	margin: 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #999;
	}
#cd-lateral-nav .sub-menu li {
	font-size: 1em;
	font-style: italic;
	margin: 1em 0 0;
	padding: 0;
	border: none;
	}
.our-joinery .parent {
	display: none;
	}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  line-height: 1.2em;
  padding: 0 16px 0 32px;
  color: #aab5b7;
}
#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}
.no-touch #cd-lateral-nav a:hover {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}

/* Social Icons */
#cd-lateral-nav .socials {
	margin: 0;
	padding: 0 16px 0 32px;
	}
#cd-lateral-nav .socials a {
	display: inline-block;
	font-size: 2em;
	padding: 0 25px 0 0;
	margin: 0 0 10px 0;
	}
#cd-lateral-nav .socials span {
	display: none;
	}




/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
  position: relative;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../images/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}


/**
 * MarkupSocialShareButtons
 */

.MarkupSocialShareButtons {
    list-style-type: none !important;
    margin: 5px 0 0 10px;
    padding: 0;
    float: right;
}
.MarkupSocialShareButtons li {
    list-style-type: none !important;
    float: left;
    margin: 0 2px !important;
    padding: 0 !important;
}
.MarkupSocialShareButtons li a {
    display: inline-block;
    text-decoration: none;
    border: none;
    width: 32px;
    height: 32px;
    opacity: 0.8;
}
.MarkupSocialShareButtons li a:hover{
    opacity: 1;
}

.MarkupSocialShareButtons img{
    width: 100%;
    height: auto;
}

#editpage {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 6px;
	background: #db1174;
	color: #fff;
	display: block;
	font-weight: bold;
	z-index: 1000;
	}

/* Booking widget */
.ot-dtp-picker.tall{
	padding: 0px;
	margin: 10px auto;
	}