/*
Theme Name: KRIII website theme
Theme URI: http://thirty8.co.uk
Description: KRIII website theme by Thirty8 Digital
Version: 1.0
Author: Mike Ellis 
Author URI: http://thirty8.co.uk
*/

@import 'css/skeleton.css';


/* #Basic Styles
================================================== */

body {
	line-height: 1.5em;
	font-size: 14px;
	font-family: "Montserrat", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #58595b;
	background: #fff;
	border-top: 4px solid #ac9760;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-ms-text-size-adjust: 100%;
}


/* #Fonts (add icon fonts here)
================================================== */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-shwo7');
	src:url('fonts/icomoon.eot?#iefix-shwo7') format('embedded-opentype'),
		url('fonts/icomoon.woff?-shwo7') format('woff'),
		url('fonts/icomoon.ttf?-shwo7') format('truetype'),
		url('fonts/icomoon.svg?-shwo7#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .button:after{
	font-family: 'icomoon';
	font-size: 28px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	top: 7px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.button:after{
	font-size: 21px;
	top: 4px;
}

.icon-arrow-right:before {
	content: "\e60b";
}
.icon-twitter:before {
	content: "\e600";
}
.icon-facebook:before {
	content: "\e601";
}
.icon-googleplus:before {
	content: "\e602";
}
.icon-linkedin:before {
	content: "\e603";
}
.icon-instagram:before {
	content: "\e604";
}

.button:after{
	content: "\e60b";
}



/* #Typography
================================================== */

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { font-weight: normal; }
h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 16px; }
h4 { font-size: 16px; }
h5 { font-size: 15px; }
h6 { font-size: 15px; }
h1, h2, h3, h4, h5, h6{
	margin: 0 0 0.5em;
	line-height: 1.2em;
	color: #ac9760;
}
/*
.hentry h1, .hentry h2, .hentry h3, .hentry h4, .hentry h5, .hentry h6{
	margin-top: 40px;
}
.hentry h1#post-title, .hentry .date + h2, .hentry .date + h3, .hentry .date + h4, .featured-row h3, .hentry .inner-column-left + h2, .hentry .inner-column-right + h2, .hentry .inner-column-left + h3, .hentry .inner-column-right + h3{
	margin-top: 0;
}
*/

.uppercase-header{
	font-size: 16px;
	color: #ac9760;
	text-transform: uppercase;
}

p { margin: 0 0 16px 0; }
p img { margin: 0; }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */


a:link{
  	color: #660f3e;
  	text-decoration: none;
}

a:visited{
  	color: #660f3e;
}

a:hover{
  	color: #ac9760;
}

a:focus{
 	color: #ac9760;
  	outline: thin dotted;
}

a:active{
  	color: #ac9760;
}

a:active, a:hover{
  	outline: 0;
}

a img{
	border: none;
}

.index h2 a:link, .index h2 a:visited{
	color: #660f3e;
}

.index h2 a:hover, .index h2 a:focus, .index h2 a:active{
	color: #ac9760;
}



/* #Buttons
================================================== */

.button{
    padding: 15px 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Montserrat", "Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #ac9760;
    border-radius: 8px;
    border: none;
    color: #fff;
    transition: background-color 0.2s ease;
    -webkit-appearance: none;
}

.button[class]{
}

.button:hover{
	cursor: pointer;
    text-decoration: none;
	background: #cab170;
}

.button.comment-button{
    padding: 15px 60px;
}

a.button:link, a.button:visited, a.button:hover, a.button:focus, a.button:active{
	color: #fff;
}

.button.button-red:link, .button.button-red:visited{
	background: #660f3e;
	color: #fff;
}

.button.button-red:hover, .button.button-red:focus, .button.button-red:active{
	background: #901257;
	color: #fff;
}


.button.button-grey, .button.button-grey:link, .button.button-grey:visited{
	background: #58595b;
	color: #fff;
}

.button.button-grey:hover, .button.button-grey:focus, .button.button-grey:active{
	background: #7c7c7c;
	color: #fff;
}


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 10px 0 10px 20px;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ddd;
		outline: none;
		color: #58595b;
		margin: 0;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		font-family: inherit;
	    font-size: 15px;
	    font-family: "Montserrat", "Helvetica Neue", Arial, Helvetica, sans-serif;
	    letter-spacing: normal;
	    outline-style: none;
	    padding: 5px;
	    border-radius: 6px;
		background: #fcfcfc;
		}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #ddd;
 		color: #58595b;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-size: 14px;
		margin-bottom: 10px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #58595b; }


/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	img, video{ max-width: 100% !important; }
	.center{ text-align: center; }


/* #Header
================================================== */

#masthead{
}

#branding.row{
	margin-bottom: 0;
}

header{
}

header a{
	font-size: 16px;
	text-decoration: none;
}

header a:hover{
	text-decoration: none;
}

a#site-logo{
	position: absolute;
	top: 0;
	left: 10px;
	z-index: 100;
	-webkit-box-shadow: 0 2px 6px rgba(88,89,91,.42);
	-moz-box-shadow: 0 2px 6px rgba(88,89,91,.42);
	box-shadow: 0 2px 6px rgba(88,89,91,.42);
} 

a#site-logo img{
	display: block;
}

#navigation-container{
	margin-top: 30px;
}

ul.social-links{
	margin: 0;
	line-height: 14px;
	text-align: right;
	text-transform: uppercase;
}

ul.social-links li{
	display: inline;
	margin: 0 0 0 15px;
}

ul.social-links li#masthead-cta{
	margin-left: 20px;
}

ul.social-links a{
    color: #ac9760;
}

ul.social-links li a:hover{
	color: #660f3e;
}

ul.social-links a.button{
	font-size: 16px;
}

header ul.social-links span#follow-span{
	display: inline-block;
	margin-right: 10px;
	text-transform: none;
	font-size: 14px;
	color: #ac9760;
}

header ul.social-links a[class*=" icon-"]{
	position: relative;
	top: 5px;
}

#primary-nav{
	float: right;
	margin: 30px 0 0;
}

#primary-nav ul{
    font-weight: normal;
    line-height: 1.5em;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 300;
}
#primary-nav a{
    display: block;
    padding: 10px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #ac9760;
}
#primary-nav a:hover{
	color: #660f3e;
}
#primary-nav li.current_page_ancestor, #primary-nav li.current_page_item, #primary-nav li.current_page_parent{
    color: #ac9760;
}
#primary-nav li ul li.current_page_item{
	padding-bottom: 0;
	background: none;
}
#primary-nav li{
    float: left;
    margin: 0 0 0 15px;
	background: none;
    position: relative;
}
#primary-nav ul ul{
    display: none;
    position: absolute;
    top: 38px;
    width: 10em;
}
#primary-nav ul a{
   
}
#primary-nav li ul{
    width: 10em;
}
#primary-nav li ul li{
    margin: 0;
}
#primary-nav li ul a{
    float: left;
    height: auto;
    width: 10em;
    padding: 10px;
    background: #fff;
    color: #ac9760;
}
#primary-nav li ul a:hover{
	background: #660f3e;
	color: #fff;
}
#primary-nav ul ul{
    top: auto;
}
#primary-nav li ul ul{
    left: 12.1em;
    margin: 0 0 0 10px;
}
#primary-nav li:hover ul ul, #primary-nav li:hover ul ul ul, #primary-nav li:hover ul ul ul ul{
    display: none;
}
#primary-nav li:hover ul, #primary-nav li li:hover ul, #primary-nav li li li:hover ul, #primary-nav li li li li:hover ul{
    display: block;
}


/* #Layout
================================================== */

/* custom class for nesting in skeleton using a % */

.one-half-nested{
	width: 48.4%;
}

.one-third-nested{
	width: 31.25%;
}

#main-content{
	padding: 70px 0 0;
	background: #fff url(images/bg-gradient-alt2.jpg) repeat-x 0 0;	
}

#content-container{
}

#content{
	padding-bottom: 40px;
	background: #fff;
}

body.home #content{
	padding-bottom: 0;
}

#content-inner{
	padding: 20px 40px 40px 20px;
}

body.page-template-page-fullwidth-php #content-inner{
	padding: 20px 15px 40px 20px;
}

body.page-template-page-fullwidth-php .inner-column-left{
	padding-right: 15px;
}

body.page-template-page-fullwidth-php .inner-column-right{
	padding-left: 15px;
}

#content article{
}

#crumbs{
	margin-bottom: 10px;
}


/* #Page Building
================================================== */

.featured-row{
	float: left;
	width: 100%;
	padding: 20px 0 10px;
	line-height: 1.3em;
	font-size: 13px;
	border-top: 1px solid #ddd;
}

img.featured-row-image{
	display: block;
	margin-bottom: 10px;
}

.featured-row h3{
	margin-bottom: 3px;
}

.featured-row p{
	margin-bottom: 5px;
	line-height: 1.3em;
	font-size: 13px;
}

.featured-row p:last-child{
}



/* #Sidebar
================================================== */

#sidebar{
}

#sidebar h4{
	text-transform: uppercase;
}

#sidebar h4 a{
	color: #ac9760;
}

#sidebar-inner{
	padding: 87px 20px 40px 0;
}

.widget{
	margin-bottom: 40px;
	line-height: 1.25em;
	font-size: 13px;
}

.widget p{
	margin-bottom: 10px;
}

.widget a.more-link{
	font-size: 13px;
}

#sidebar .widget ul{
}


#sidebar .widget ul li:before{
	float: left;
	margin-right: 4px;
	font-family: 'icomoon';
	font-size: 16px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	color: #660f3e;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e60b";
}

#sidebar .widget ul li{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #ddd;
}

#sidebar .widget ul li:last-child{
	border: none;
}

#latest-posts-widget ul li p{
	margin-bottom: 0;
	line-height: 1.3em;
}

#latest-posts-widget ul li p.postmetadata.date{
	margin: 0;
}

#custom-subpagelist ul{
	margin-top: 20px;
}

.sidebar-featured-image{
	display: block;
	margin-bottom: 10px;
}



/* #Footer
================================================== */

#signup-wrap{
	padding: 30px 0;
	background: #ac9760 url(images/bg-gradient-alt.jpg) repeat-x 0 0;
	color: #fff;
}

#signup-wrap form, #signup-wrap .row{
	margin-bottom: 0;
}

#signup-wrap input#mce-EMAIL{
	width: 95%;
	padding: 15px;
	text-transform: uppercase;
	font-size: 16px;
	background: #fff;
	color: #7c7c7c;
	border: none;
	border-radius: 8px;
}

#signup-wrap h3{
	color: #fff;
}

#signup-wrap .button{
	margin-top: -1px;
}

footer{
	padding: 30px 0;
	font-size: 14px;
}

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

footer ul.social-links{
	margin-right: 3px;
	margin-top: -14px;
}

footer ul.social-links li{
	display: inline;
	margin: 0 5px;
}

footer p{
}

footer a:link, footer a:visited{
	color: #ac9760;
  	text-decoration: none;
}

footer a:hover{
  	color: #660f3e;
}

footer a:focus{
  	color: #660f3e;
  	outline: thin dotted;
}

footer a:active{
  	color: #ac9760;
}

#footer-areas{
	margin-bottom: 30px;
}

#footer-area-one p{
	padding-right: 20px;
}

#footer-area-three #footer-logo{
	float: right;
	width: 87px;
	height: 138px;
}

footer #copyright-area{
	font-size: 12px;
	color: #999797;
}

#footer-nav{
	text-align: right;
}

#footer-nav ul li{
	display: inline;
	margin: 0 8px;
}

#footer-nav ul li:before { content:"\00b7"; margin-right: 16px;}
#footer-nav ul li:first-child:before { content:"";  }
#footer-nav ul li:first-child{ margin-left: 0; }

#footer-nav ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #ddd;
}


/* #Archives
================================================== */

h1#news-header{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.index h1{
	margin-bottom: 30px;
}

.index article{
	margin: 0 0 35px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.index h2{
}

index .postmetadata.date{
	margin-bottom: 8px;
}

.index article p{
}

#custom-pagenavi{
	float: left;
	clear: left;
	width: 100%;
	margin: 20px 0;
}

ul.pagination{
	text-align: center;
}

ul.pagination li{
	display: inline;
	margin: 0 5px;
}

ul.pagination li a:link, ul.pagination li a:visited, ul.pagination li a:focus, ul.pagination li a:active{
	display: inline-block;
	height: 25px;
	width: 30px;
	padding-top: 5px;
	text-decoration: none;
	font-weight: normal;
	background: #660f3e;
	color: #fff;
	border-radius: 3px;
}

ul.pagination li a:hover{
	background: #ac9760;
	color: #fff;
}

ul.pagination li.current a{
	background: #57585a;
	color: #fff;
}

ul.pagination li.current a:hover{
	background: #57585a;
	color: #fff;
}


/* #Single Post
================================================== */

.single-featured-image{
	display: block;
	margin-bottom: 24px;
}

.postmetadata{
	font-size: 13px;
	color: #aaa;
}

.postmetadata.single-postmeta{
	padding-bottom: 10px;
}

.postmetadata.date{
	margin-top: -3px;
}

.hentry ul{
	margin: 20px;
}

.hentry ul li{
	list-style-type: disc;
	list-style-position: inside;
}


/* #Single Post
================================================== */

body.single-event #content-inner iframe{
	width: 100%;
	height: 320px;
}

ul#event-times{
	display: block;
	margin-left: 0;
	margin-bottom: 30px;
}

ul#event-times li{
	list-style-type: none;
	float: left;
	display: inline;
	margin-bottom: 7px;
	width: 49%;
	margin-right: 1%;
}

ul#event-times li a{
	display: block;
	height: 50px;
	padding: 10px;
	background: #eee;
}

ul#event-times li a:hover{
	background: #fafafa;
}




/* #Comments
================================================== */

#comments-list{
	margin: 30px 0;
}

#comments-list ul{
	padding: 0;
}

#comments-list h2{
	margin-bottom: 30px;
}

#comments-list li{
	margin: 0 0 50px;
	padding: 0 0 0 0;
	list-style: none;
}

#comments-list li .avatar{
	border-radius: 50px;
}

#comments-list li .comment-author.vcard{
	margin-top: 10px;
}

#comments-list li .fn{
	position: relative;
	top: -24px;
	left: 10px;
	font-size: 14px;
}

#comments-list li .comment-content{
	margin-top: 5px;
	font-size: 13px;
}

#comments-list li .comment-content p{
	margin-bottom: 10px;
}

#comments-list li .comment-meta{
	margin-top: 5px;
	font-size: 13px;
	color: #aaa;
}

#comments-list li ul.children{
	margin: 10px 0 0 32px;
	padding: 0;
}

#comments-list li ul li{
	border: 0;
	overflow: auto;
}

#comments-list li.bypostauthor{
	padding-left: 32px;
}

#comments-list li.bypostauthor .avatar{
}


#form-allowed-tags{
	font-size: 14px;
	font-size: 0.875rem;
}



/* #WordPress Images
================================================== */

.gallery .gallery-item img{
	border:none !important;
}

.alignnone { margin: 5px 20px 20px 0 }
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone { margin: 5px 20px 20px 0 }
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 8px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone { margin: 5px 20px 20px 0 }
.wp-caption.alignleft { margin: 5px 20px 20px 0 }
.wp-caption.alignright { margin: 5px 0 20px 20px }
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px;
}



/* #Misc
================================================== */

address{
	margin-bottom: 20px;
}

blockquote{
	margin-bottom: 20px;
	padding-left: 30px;
	border-left: 4px solid #ddd;
}

blockquote p{
	line-height: 1.5em;
	font-size: 21px;
	color: #aaa;
}

pre, code { margin: 0 0 20px; padding: 2px; font-weight: bold; background: #ddd; color: #333; font-family: Courier, monospace; overflow: scroll;}

dl{
	margin: 10px 0;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

dt{
	font-weight: bold;
}

dd{
	margin-bottom: 10px;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}

sub { top: 0.4em; }

/* https://github.com/dstotijn/Skeleton-tables/blob/master/stylesheets/tables.css */

table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}

table th, table td {
padding: 10px 10px 9px;
font-size: 13px;
line-height: 18px;
text-align: left;
}

table td {
vertical-align: top;
border-top: solid 1px #ddd;
}

table th {
padding-top: 9px;
font-weight: bold;
vertical-align: middle;
border-top: solid 1px #ddd;
}

table.condensed th, table.condensed td {
padding: 5px 5px 4px;
}

table.bordered {
border-collapse: separate;
border: solid 1px #ddd;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

table.bordered th + th,
table.bordered th + td,
table.bordered td + td {
border-left: solid 1px #ddd;
}

.zebra-striped tbody tr:nth-child(odd) td,
.zebra-striped tbody tr:nth-child(odd) th {
background: #f5f5f5;
}



/* #Templates
================================================== */

/* #Frontpage
================================================== */

#carousel-wrap{
	padding: 60px 0 50px;
	background: #ac9760 url(images/carousel-gradient.jpg) repeat-x 0 0;	
	color: #fff
}

#carousel-wrap h2{
	font-size: 24px;
	color: #fff;
}

.slide-copy{
	margin-top: 30px;
}

.slide-image-inner{
	border: 5px solid #fff;
}

body.home #main-content{
	padding: 40px 0;
	background: #e7e7e7;	
}

body.home #content{
	background: transparent;
}

.homepage-content-block{
	display: block;
	margin-bottom: 20px;
}

.homepage-content-block img{
	display: block;
}

.homepage-content-block h2{
	margin-bottom: 0;
	padding: 10px;
	font-size: 16px;
	background: #fff;
	transition: background-color 0.4s ease;
}

.homepage-content-block:hover h2{
	background: #ac9760;
	color: #fff;
}


/* # Event Single
================================================== */

iframe{
	height:700px !important;
}

body.single-event #content-inner{
	padding: 20px 0 40px 20px;
}

body.single-event #sidebar-inner{
	padding-top: 57px;
}

body.single-event hr{
	margin: 20px 0;
}

a.timeslot{
	float: left;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 6px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	background: #ac9760;
	color: #fff;
}

a.timeslot:hover, a.timeslot:focus, a.timeslot:active{
	background: #660f3e;
	color: #fff;
}

a.timeslot span{
	display: block;
}




/* Main body calendar 5/12/14 */

article a.fc-event.fc-event-skin{
    height: 51px;
    width: 82px !important;
}

article td.fc-last{
	width: 83px !important;
} 

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	article a.fc-event.fc-event-skin{
    	width: 63px !important;
	}
	
	article td.fc-last{
		width: 65px !important;
	}

} 




/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; /*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.6); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.6); -o-box-shadow: 0 1px 4px rgba(0,0,0,.6); box-shadow: 0 1px 4px rgba(0,0,0,.6); */ zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
.flexslider li{ margin-bottom: 0;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; line-height: 40px; opacity: 0; cursor: pointer; color: #57585a; /* text-shadow: 1px 1px 0 rgba(255,255,255,0.3); */ -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; right: 10px; text-align: right;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 14px; height: 14px; display: block; font-size: 1px; background: #ddd; cursor: pointer; text-indent: -99999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; /* -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); */ }
.flex-control-paging li a:hover { background: #888; }
.flex-control-paging li a.flex-active { background: #57585a; cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.flexslider .slides li {
    position:relative;
}

.flex-caption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:#000;
    background: rgba(0,0,0,0.8);   
    z-index:1;
    padding:10px 10px 20px;
	/* border-top: 1px solid #57585a; */
}

.flexslider .slide-button{
	float: left;
	margin: 20px 0;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}



/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #58595b;
	padding: 4px 0 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	text-transform: lowercase;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 44px;
	border-bottom: 1px solid #ddd;
}

.mean-container .mean-nav ul#primary-nav {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul#primary-nav li {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}

.mean-container .mean-nav ul#primary-nav li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	border-top: 1px solid #ddd;
	text-decoration: none;
}

.mean-container .mean-nav ul#primary-nav li ul {
    width: 100%;
}

.mean-container .mean-nav ul#primary-nav li ul ul{
	clear: both;
	top: 47px;
	left: -10px;
}

.mean-container .mean-nav ul#primary-nav li li a {
	display: block;
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #ddd;
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul#primary-nav li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul#primary-nav li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul#primary-nav li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul#primary-nav li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul#primary-nav li a:hover {
	background: #ac9760;
	color: #fff;
}

.mean-container .mean-nav ul#primary-nav li a.mean-expand {
	margin-top: 1px;
	width: 24px;
	height: 24px;
	padding: 14px 12px 7px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: #ac9760;
	color: #fff;
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul#primary-nav li a.mean-expand:hover {
	background: #58595b;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.mean-remove {
	display: none !important;
}




/* #Media Queries
================================================== */
		
	
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	body{
		margin-top: 44px;
	}
	
	.mean-container .mean-bar{
		top: -48px;
	}
	
	a#site-logo{
		left: 0;
	}

	.button, .button.comment-button{
    	padding: 10px 30px;
    }

	.one-half-nested, .one-third-nested{
		width: 100%;
	}
	
	#content{
		padding-bottom: 10px;
	}
	
	#content-inner{
		padding: 15px;
	}
	
	#sidebar-inner{
		padding-top: 0;
	}
	
	#footer-area-three #footer-logo{
		float: left;
	}
	
	footer ul.social-links{
		float: left;
		margin-top: 15px;
	}
	
	footer ul.social-links li{
		margin: 0 10px 0 0;
	}
	
	a.homepage-content-block.columns{
		margin-bottom: 20px;
	}
	
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {	
	
	#navigation-container{
		margin-top: 15px;
	}
	
	header ul.social-links{
		position: relative;
		top: -60px;
	}
	
	header ul.social-links li#masthead-cta{
		position: relative;
		top: 30px;
		right: 0;
	}
	
	header ul.social-links li#masthead-cta a.button{
		padding: 10px 30px;
		font-size: 15px;
	}

	#signup-wrap input#mce-EMAIL{
		width: 270px;
	}
	
	body.home #main-content{
		padding: 20px 0;
	}
	
	.flexslider .slide-button{
		margin: 0 0 20px;
	}
	
	body.page-template-page-fullwidth-php .inner-column-left{
		padding-right: 0;
	}
	
	body.page-template-page-fullwidth-php .inner-column-right{
		padding-left: 0;
	}
	
	.one-half-nested.columns, .one-third-nested.column{
		margin-bottom: 20px;
	}
	
	a.timeslot{
		width: 93%;
		margin-right: 0;
	}

}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 361px) and (max-width : 480px){

	header ul.social-links{
		position: relative;
		top: -60px;
	}

	header ul.social-links span#follow-span{
		display: none;
	}

	#signup-wrap input#mce-EMAIL{
		width: 390px;
	}
	
	.flexslider .slide-button{
		margin: 0 0 20px;
	}
	
	.slide-copy.columns{
		margin-top: 20px;
	}
	
	.one-half-nested.columns, .one-third-nested.column{
		margin-bottom: 20px;
	}

}

/* Smartphones (android) ----------- */
@media only screen
and (min-width : 321px) and (max-width : 360px){

	header ul.social-links{
		position: relative;
		top: -60px;
	}
	
	header ul.social-links li#masthead-cta{
		position: relative;
		top: 30px;
		right: 0;
	}
	
	header ul.social-links li#masthead-cta a.button{
		padding: 10px 30px;
		font-size: 15px;
	}

	#signup-wrap input#mce-EMAIL{
		width: 270px;
	}
	
	.flexslider .slide-button{
		margin: 0 0 20px;
	}
	
	.slide-copy.columns{
		margin-top: 20px;
	}
	
	.one-half-nested.columns, .one-third-nested.column{
		margin-bottom: 20px;
	}
	
	a.timeslot{
		width: 93%;
		margin-right: 0;
	}

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

	#primary-nav li{
    	margin: 0 0 0 5px;
    }

	footer ul.social-links li{
		margin: 0 3px;
	}
	
	.one-half-nested{
		width: 48%;
	}
	
	.one-third-nested{
		width: 30.7%;
	}

}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}


/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* Retina ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {

	a#site-logo img{
		display: none;
	}

	a#site-logo{
		display: inline-block;
		background: url(images/logo@2x.png) no-repeat 0 0;
		background-size: 120px 170px;
		width: 120px;
		height: 170px;
	}

}



/* #HTML5 Boilerplate Print Styles
================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#calendar { 
	position: relative;
}

#calendar.loading:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	content: 'Loading';
	background-color: rgba(0,0,0,0.8);
	z-index: 10;
	color: white;
	padding-top: 125px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}