/*
Theme Name: Starkers + 1140 Grid System
Theme URI: http://thedotmack.com
Description: The totally nude Wordpress theme and the totally amazing 1140 Fluid (all the way down to mobile) CSS Grid had a child, and this is it. Derived from Elliot Jay Stocks' Starkers Theme (http://starkerstheme.com/) and the 1140 CSS Grid (http://cssgrid.net/).
Version: 1.0
Author: Alex Newman
Author URI: http://thedotmack.com
Tags: starkers, naked, clean, basic
*/


/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */




/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: 700; } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.*/



body {
	font-family: 'Roboto', arial, san-serif;
	color: #58595b;
	font-size: 18px;
	font-weight: 300;
	}

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

a:hover {
	color:#fc9ce7;
}


	
h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	color: #f706c4;
	margin-top: 15px;
	margin-bottom: 20px;
	font-weight: 300;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 32px;
	color: #195b6d;
	margin-bottom: 20px;
	font-weight: 300;
}


h2 a {
	color: #195b6d;
}

h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}

h4 {
	font-family: 'Roboto Slab', serif;
	font-size: 26px;
	color: #f706c4;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 300;
}

em {
	font-style: italic;
	font-weight: 300;
}

strong {
	font-weight: 400;
}

#home_page h3 {
	color: #195b6d;
	margin-bottom: 15px;
}

#featured h4 {
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 20px;
	background: #195b6d;
	color: #fff;
	padding: 7px;	
}

.page_title {
	font-weight: 400;
}


/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto; }
.alignleft { float:left;
			 margin-right: 30px; margin-bottom: 10px; }
.alignright { float:right;
			  margin-left: 30px; margin-bottom: 10px; }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px; }

.pad_top { padding-top: 30px;}

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */


/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
	
	/*Header Styling*/
	
	#header {
	height: 175px;
	margin-top: -19px;
	}
	
	#header h1 a{
	display: block;
	background-image: url(images/logo1.svg);
	background-repeat: no-repeat;
	height: 151px;
	width: 838px;
	margin-top: 15px;
	text-indent: -9999px;
	float: left;
	}

	/*Nav Styles*/
	
	#access ul {
		margin-bottom: 25px;
		background-color: #58595b;
		height: 35px;
	}
	
	#access li {
		display: block;
		float: left;
		width: 16%;
		line-height: 35px;
	}
	

	
	#access li:nth-child(1) {
    margin-left: 3%;
	}
	
	
	#access li a{
		font-family: 'Roboto Slab', serif;
		color: #fff;
		font-size: 18px;
		letter-spacing: 1px;
		padding-left: 15px;
		text-decoration: none;
	}
	
	
	#access li a:hover{
		color:#fc9ce7;
	}
	
	#access li.current_page_item a {
	color:#fc9ce7;
	}
	
	.js .nav-collapse {
    position: relative;
    }
	
	.js .nav-collapse.closed {
    max-height: none;
	}
  

	.nav-toggle {
    display: none;
    }
  
  	
	#tagline {
		display: block;
	}
	
	.mobile_search {
	display: none;
	}
	
	
	/*Body Styling*/
	
	body {
	
	}
	
	.row {
	background: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	}
	
	
	p {
		margin-bottom: 30px;
	}
	
	#featured {
	margin-top: 20px;
	}
	
	#featured a {
	color: #58595b;
	}
	
	#featured h3 {
	margin-bottom: 15px;
	text-align: center;
	}
	
	#news_image, #press_image, #performer_image {
	margin-bottom: 20px;
	}
	
	/*Event Page Styling*/
	
	#tribe-events-bar {
		display: none;
	}
	
	#tribe-events-list-widget-2 h4{
		font-family: 'Roboto', arial, san-serif;
		font-weight: normal;
		font-size:  16px !Important;
		margin-top: 15px;
	}
	
		#tribe-events-list-widget-2 h3{
		margin-top: 20px;
	}
	
	
	.tribe-events-list-widget .duration {
		font-weight: normal !important;
		font-family: 'Roboto', arial, san-serif;
		font-weight: normal;
		font-size:  12px !Important;
		margin-top: -10px;
	}
	
	.tribe-events-list-separator-year {
		display: none !important;
	}
	
	h2.tribe-events-page-title {
		Font-weight: 400;
	}
	
	.tribe-events-sub-nav li a {
		color: #f706c4 !important;
		font-family: 'Roboto Slab', serif !important;
		background: #fff;
	}
	.GotoTop {
	background: #f706c4 !important;
	color: #fff !important;
	font-family: Roboto !important;
	letter-spacing: .5px !important;
	}
	
	/*Blog Styling*/
	 
	 #post_title h2 a{
		 font-family: 'Roboto Slab', serif;
		 color: #195b6d;
		 padding-bottom: 10px;
		 font-weight: 700;
	 }
	 
	 #post_title {
		 margin-top: 10px;	
	 }
	 
	 .post_title {
		 margin-top: 0px;
	 }
	 
	 .older_posts a {
		display:none;
	 }
	 
	 .content {
		 margin-bottom: 100px;
	 }
	 
	 .content img {
		 margin-right: 20px;
	 }
	 
	 .meta-sep, .url.fn.n {
		 display: none;
	 }
	 
	 .date_posted {
		 margin-bottom: 30px;
		 font-size: 14px;
	 }
	 
	 .previous {
	 margin-bottom: 10px;
	 font-size: 14px;
	 }
	 
	 .next {
		 margin-bottom: 10px;
		  font-size: 14px;
	 }
	 
	 .post_nav a{
		 display: block !important;
		 margin-bottom: 10px;
		 font-size: 14px;
	 }
	 
	 .content h3 {
		 margin-bottom: 20px;
	 }
	 
	 .attachment-custom_thumb { 
	 float: left; 
	 margin-right: 10px;
	 }
	 
	 .catagory {
		 margin-top: 20px;
		 }
	 
	 .tags {
		display: none;
	 }
	 
	 .comments {
		  margin-top: 20px;
		  margin-bottom: 40px;
	 }
	 
	 .post_access {
		 margin-top: 20px;
	 }
	 
	 #comments-title {
		 margin-bottom: 20px;
	 }
	 
	 .comment-autor.vcard {
		 margin-bottom: 15px;
	 }
	 
	 .comment-body {
		 margin-top: 20px;
	 }
	 
	 .comment-notes {
		 font-size: 14px;
	 }
	 
	 #reply-title {
		 margin-top: 20px;
		 margin-bottom: 20px;
	 }
	 
	 #author, #email, #comment{
		 height: 30px;
		 width: 50%;
		 -webkit-appearance: none;
		 border-radius: 0;
		 border: 1px solid #195b6d;
		 padding-left: 5px;
		 font-family: roboto;
		 font-size: 14px;
	 }
	 
	 #url {
		 display: none;
	 }
	 
	 .comment-form-url {
		 display: none;
	 }
	 
	 #comment {
		 height: 150px;
		 width: 80%;
		 border: 1px solid #195b6d;
	 }
	 
	 #respond #submit {
	 margin-top: 2px;
	 background: #f706c4;
	 color: #fff;
	 font-family: 'Roboto Slab', serif;
	 font-size: 16px;
	 padding: 8px;
	 border: none;
	 width: 130px;
	 -webkit-appearance:button;
	 -webkit-appearance: none;
	 border-radius: 0;
	  }
	  
	  .comment-reply-link {
	  margin-top: 2px;
	 background: #f706c4;
	 color: #fff;
	 font-family: 'Roboto Slab', serif;
	 font-size: 16px;
	 padding: 8px;
	 border: none;
	 width: 130px;
	 -webkit-appearance:button;
	 -webkit-appearance: none;
	 border-radius: 0;
	 display: none;
	  }
	  
	  .comments ol {
		  background: #f1f2f2;
		  padding: 20px;
	  }
	  
	  .comment-reply-link a:hover {
		  color: #fff;
	  }
	  
	.comments .comment-meta{
		font-size: 14px;
		color: #58595b;
		margin-top: 10px;
		
	}
	  .catagory {
		display: none !important;
	}
	
	.comments1 {
		display: none;
			}
			
	.form-allowed-tags {
		display: none;
	}
	
	.comments label {
		display: block;
		margin-bottom: 10px;
	}
	
	.content_single_post {
		margin-bottom: 30px;
	}
	
	.share {
		font-family: 'Roboto Slab', serif;
		color: #195b6d;
		font-size: 20px;
		margin-bottom: 10px;
		padding-top: 10px;
		border-top: 1px solid #195b6d;
	}
	
	.rule {
		padding-top: 10px;
		border-bottom: 1px solid #195b6d;
	}
	 
	 /*Contact Form Styling*/
	 
	 .wpcf7-form-control {
	 height: 40px;
	 font-size: 16px;
	 margin-top: 10px;
	 width: 50%;
	 border-radius: 0;
	 -webkit-appearance: none;
	 border: 1px solid #195b6d;
	 }
	 
	 .wpcf7-textarea {
	 height: 160px;
	 width: 80%;
	 border-radius: 0;
	 -webkit-appearance: none;
	 border: 1px solid #195b6d;
	 }
	 
	 .wpcf7-submit {
	 margin-top: 2px;
	 background: #f706c4;
	 color: #fff;
	 font-family: 'Roboto Slab', serif;
	 font-size: 16px;
	 padding: 8px;
	 border: none;
	 width: 65px;
	 -webkit-appearance:button;
	 -webkit-appearance: none;
	 border-radius: 0;
	  }
	  
	 /*Photo Gallery Styling*/
	 
	 #gallery_access h3 {
	 margin-top: -28px;
	 font-family: 'Roboto', serif;
	 }

	 
	 #gallery h3 {
	 margin-top: 25px;
	 padding-top: 25px;
	 border-top: solid 1px #ccc;
	 }
	  
	 .photo_credit {
	 margin-top: 10px;
	 margin-bottom: 20px;
	 font-size: 14px;
	 }
	 
	 #gallery_nav h4 {
		 font-size: 18px !important;
		margin-bottom: 10px;
	 }
	 
	
	 
	 #gallery_nav h2 {
		 margin-bottom: 20px;
	 }

	
	/*Side Bar Styling*/
	
	.screen-reader-text {	
		display: none;
	}
	
	
	.sidebar_container {
	background: #f1f2f2;
	padding: 20px;
	}
	
	.searchform {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 25px 0;
	padding: 0 0 0 34px;
	position: relative;
	width: 100%;
	}

	#s {
	background-color: #fff;
	border: 2px solid #CCC;
	cursor: text;
	font-size: 16px;
	color: #666;
	outline: 0;
	height: 37px;
	width: 80%;
	border-radius: 0;
	-webkit-appearance: none;
	}
	
	#searchsubmit {
	margin-top: 20px;
	background: #f706c4;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 19px;
	padding-left: 20px;
	border: none;
	-webkit-appearance:button;
	-webkit-appearance: none;
	border-radius: 0;
	}
	
	#wysija-2 h3 {
		margin-top: 20px;
	}
	
	#form-wysija-2 label {
		margin-left: 34px;
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.widget_wysija_cont .wysija-submit {
	margin-top: -10px !important;
	background: #f706c4;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 19px;
	padding-left: 6px !important;
	border: none;
	-webkit-appearance:button;
	-webkit-appearance: none;
	border-radius: 0;
	width: 92px;
	height: 46px;
	}
	
	.widget_wysija_cont input {
	background-color: #fff;
	border: 2px solid #CCC;
	cursor: text;
	font-size: 16px;
	color: #666;
	outline: 0;
	height: 37px;
	width: 80%;
	border-radius: 0;
	-webkit-appearance: none;
	margin-left: 34px;
	}
	
	.formError .formErrorContent {
	background: none repeat scroll 0 0 #f706c4 !important;
	border: 1px solid #CCC !important;
	font-family: roboto !important;
	letter-spacing: 0.5px;
	}
	
	
	#recent-posts-2 li{
	margin-top: 20px;
	margin-left: 34px;
	}
	
	#recent-posts-2 h3 {
	margin-top: 90px;
	margin-bottom: -5px;
	}
	
	#recent-posts-2 a {
	font-size: 16px;
	}
	
	.post-date {
	font-size: 12px;
	display: block;
	margin-top: 5px;
	}
	
	#ai1ec_agenda_widget-2 h3 {
	margin-top: 20px;	
	margin-bottom: 15px;
	}
	
	#ai1ec_agenda_widget-2 p {
	margin-top: 20px;
	}
	
	.ai1ec-date {
	margin-bottom: 10px;
	}
	
	
	
	/*Footer Styling*/
	
	#footer {
		background: #58595b;
		height: 150px;
		margin-top: 20px;
		margin-left: -30px;
		margin-right: -30p
		x;
		padding-left: 30px;
		padding-right: 30px;
		max-width: 1200px;
	}
	
	#footer p {
		color: #fff;
		text-align: center;
		font-family: 'Roboto Slab', serif;
		line-height: 50px;
	}
	
	#simple-social-icons-2 {
		padding-top: 20px;
	}
	
@media screen and (max-width: 1060px) {
	
	#header {
	height: 155px;
	}
	
	#header h1 a{
	background-image: url(images/logo_974.svg);
	height: 129px;
	width: 716px;
	}
	


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 950px) {

	/*Header Styling*/
	
	
	#header h1 a{
	background-image: url(images/logo_851.svg);
	height: 113px;
	width: 627px;
	}
	
	
	#header {
	height: 140px;
	}
	
	#access ul {
	background: none;
	padding-bottom: 10px;
	}
		 
	#access li {
	display: block;
	width: 100%;
	margin-bottom:5px;
	height: 30px;
	background: #58595b;
	margin-left: 0px;
	float:left;
	}
	
	#access li:nth-child(1) {
    margin-left: 0%;
	margin-bottom: 5px !important;
	}
	

	#access a {
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 30px;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	}

	#access a:hover {
		color: #fff;
	}
	
	.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
	}

.nav-collapse li {
    width: 100%;
    display: block;
	}

.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	zoom: 1;
	}

.nav-collapse.opened {
  	max-height: 9999px;
  	height: auto;
	}

.nav-toggle {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: block;
	float: right;
	position: absolute;
	top: 10px;
	right: 30px;
	background: url('images/hamburger.svg') no-repeat scroll 50% 33%; 
	width: 38px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
	.mobile_search {
	display: inline;
	width: 100%;
	}
	

	#s {
	height: 37px;
	width: 64%;
	display: block;
	float: left;
	border-radius: 0;
	-webkit-appearance: none;
	}
	
	#searchsubmit {
	display: block;
	float: right;
	margin-top: 0px;
	margin-left: 1%;
	vertical-align:center;
	margin-bottom: 20px;
	}
	
		
	#social {
	display: none;
	}
	
	/*Home Page Styling*/
	
	.row {
	padding-left: 0px;
	padding-right: 0px;
	}
	
	
	 h2 {
	 line-height: 34px;
	 }
	 
	 
	
	#news_image, #press_image, #performer_image {
	text-align: center;
	}
	
	.alignleft, .alignright { 
	float: none;
	display: block !important;
	text-align: center !important; 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	}
	
	.caption-wrap {
	display: none;
	}
	
	.caption {
	display: none;
	}
	
	/*Blog Styling*/
	
	.attachment-custom_thumb { 
	 display: block;
	 float: none; 
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 10px;
	 }
	
	/*Sidebar Styling*/
	
	#sidebar_container, .sidebar_container {
		display: none;
	}

	
	/*Photo Page Styling*/
	
	 #gallery h2 {
	 font-family: 'Roboto', serif;
	 line-height: 34px;
	 }
	 
	 /*Contact Form Styling*/
	 
	 .wpcf7-textarea {
	 width: 100%;
	 }
	 
	  .wpcf7-form-control {
	  width: 100%;
	  }
	  
	  .wpcf7-submit {
		  width: 65px !important;
	  }
	 
	 /*Footer Styling*/
	
	#footer {
	height: 130px;
	}
	
	#footer p {
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	}

}

@media handheld, only screen and (max-width: 800px) {
	.nav-toggle {
	right: 20px;
	
}

@media handheld, only screen and (max-width: 768px {
	

}

@media handheld, only screen and (max-width: 720px) {
	
	#header {
	height: 120px;
	}
	
	#header h1 a{
	background-image: url(images/logo_655.svg);
	height: 89px;
	width: 540px;
	}
	
#author, #email, #comment{
		 width: 100%;
	 }
	 
	 #comment {
		 width: 100%;
	 }
	
}

@media handheld, only screen and (max-width: 640px) {
	
	#header {
	height: 80px;	}
	
	
	#header h1 a {
	background-image: url(images/logo_480.svg);
	height: 54px;
	width: 325px;
	margin-top: 10px; 
	}
	
}

@media handheld, only screen and (max-width: 414px) {
	
	#header {
	height: 130px;
	}
	
	
	#header h1 a {
	background-image: url(images/logo_320.svg);
	height: 102px;
	width: 274px;
	margin-top: 10px; 
	}
	
	
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}