/*
Theme Name: Schotzi + The String Boffin
Theme URI: http://sntsb.com/
Author: Nashville Interactive
Author URI: http://nashvilleinteractive.com
Description: Custom theme designed and developed by Nashville Interactive
Version: 1.0
License: 
*/

/*

COLORS: 

green: #54B95B
blue: #2C596F
dark blue: #15374D


*/




/* font-family: 'Source Sans Pro', sans-serif; */


@font-face {
	font-family: 'Conv_BaronNeue';
	src: url('fonts/BaronNeue.eot');
	src: local('☺'), url('fonts/BaronNeue.woff') format('woff'), url('fonts/BaronNeue.ttf') format('truetype'), url('fonts/BaronNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




html, body {
	height: 100%;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

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

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}


div {
	position: relative;
}

.primary-navigation, #mobile-nav, .page_title, .event_wrap .date_wrap, h1, h2, 
a.cta, .cta, .cta3, input[type="submit"], input[type="button"], #commentform input[type="submit"], a.slide_cta {
	font-family: 'Conv_BaronNeue';
}


body {
	word-wrap: break-word;
	color: #081f4a;
	
	background: url("images/bg.jpg") 50% 0 fixed no-repeat #FFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	padding: 0;

	overflow-x: hidden;
	
}

#page_bg {
	
	display: none;
	
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#fixed_bg {
	display: none;
	
	background: url("images/bg.jpg") 50% 0 no-repeat #FFF;
	background-size: 100% auto;
/*

	position: fixed;
*/
	height: 200%;
	width: 100%;
/*
	top: 0;
	left: 0;
*/
}


.entry-title, 
.lrg_btn_text, 
.small_btn_text, 
.page_title, 
.testimonial_overlay, 
.feature_overlay, 
h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
}



embed,
iframe,
object,
video {
	max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

p {
    margin: 0 0 1em;
}

h1, .h1 {
	font-size: 40px;
}

h2, .h2 {
	font-size: 36px;
}

h6, .h6 {
    font-size: 14px;
    font-weight: normal!important;
}

a:focus {
	outline: none;
}


.hidden {
	display: none;
}

.centered-title {
	border-top: #2C596F 1px solid;
	border-bottom: #2C596F 1px solid;
	text-align: center;
	padding: 1em;
	margin-bottom: 1.5em;
}



img {
	height: auto;
	max-width: 100%;
	border: none;
	vertical-align: middle;
	margin-bottom: 10px;
}

img.shadow {
	box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
	
}

a img {
	border: none;
}

.sub_section_header {
	font-size: 48px;
	text-align: center;
	margin: 40px auto;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.clear {
	display: block;
	clear: both;
	float: none;
}


.col_third {
    display: inline-block;
    margin-left: 1.5%;
    margin-right: 1.5%;
    vertical-align: top;
    width: 30%;
}

.left_half {
	float: left;
	width: 49%;
}


.right_half {
	float: right;
	width: 49%;
}

hr {
    background: url("images/separator.png") no-repeat scroll 50% 0 transparent;
    border: 0 none;
    clear: both;
    display: block;
    height: 11px;
    margin: 1em auto;
}


blockquote.alignleft,
img.alignleft {
	margin: 7px 15px 4px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

blockquote.alignleft,
blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

blockquote.alignleft p,
blockquote.alignright p {
	margin-bottom: 17px;
}


/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.centered, .center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}


.hide {
	display: none;
}



/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_theme_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_theme_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}




h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-weight: 100;
	margin-bottom: 0.5em;
	color: #081f4a;
	line-height: 1.1em;
}


.page_title, .tribe-events-list h2.tribe-events-page-title, body h2.tribe-events-page-title {
	line-height: 1em;
	font-weight: 100;
	font-size: 50px;
	text-align: left;
}


h1 {
	font-size: 42px;
}

a, a:visited, .entry-title a:hover {
	color: #b60543;
	text-decoration: none;
}



a:hover, a:focus, .entry-title a {
	color: #000;
	text-decoration: none;
}



a.read_more {
	display: block;
	margin: 15px 0;
	font-weight: bold;
}

a.cta, .cta, .cta2, a.cta2, input[type="submit"], input[type="button"], #commentform input[type="submit"], a.slide_cta {
    background-color: #b60543;

    border: none;

    color: #FFF!important;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0em;
    line-height: 1.1em;
    padding: 0.55em 2.5em;
    position: relative;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    text-shadow: 0 -1px 1px #73341F;
    
    -webkit-appearance: none;
}



a.cta:hover, .cta:hover, input[type="submit"]:hover, input[type="button"]:hover, a.slide_cta:hover {
    background-color: #54bfa5;

	text-decoration: none!important;
	
	-webkit-appearance: none;
}


.cta2, a.cta2 {
    background-color: #282828;
	background-image: -webkit-gradient(linear, left top, right top, from(#636162), to(#282828));
	background-image: -webkit-linear-gradient(top, #636162, #282828);
	background-image: -moz-linear-gradient(top, #636162, #282828);
	background-image: -o-linear-gradient(top, #636162, #282828);
	background-image: linear-gradient(to bottom, #636162, #282828);
	
    text-shadow: 0 -1px 1px #000;
    
    -webkit-appearance: none;
}


.cta2:hover, a.cta2:hover {
    background-color: #636162;
	background-image: -webkit-gradient(linear, left top, right top, from(#282828), to(#636162));
	background-image: -webkit-linear-gradient(top, #282828, #636162);
	background-image: -moz-linear-gradient(top, #282828, #636162);
	background-image: -o-linear-gradient(top, #282828, #636162);
	background-image: linear-gradient(to bottom, #282828, #636162);
	
	text-shadow: 0 1px 1px #000;
	
	-webkit-appearance: none;
}


.cta.small, .cta2.small {
    font-size: 13px;
    font-weight: 600;
    padding: 0.5em 0.75em;
    
    -webkit-appearance: none;
}



body a.ts_buttonlink {
	font-family: inherit;
}

.widget .cta {
	margin: 20px auto;
}



.transparent_bg {
	background: rgba(255,255,255,0.85);
}


blockquote {
	font-family: Georgia, "Times New Roman", serif;
	color: #888;
	margin: 15px 10% 25px;
}


/**
 * Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index: 10;
}

#main {
    margin: 0 auto;
    clear: both;
    padding: 0;
}

.site-content {
	margin: 0 auto;
}

#page-main-content {

}


#tribe-events-pg-template {
	max-width: 970px;
}

.content-area, #tribe-events-pg-template, #tribe-events-pg-template {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
    margin: 370px auto 4em;
    max-width: 100%;
    padding: 15px;
    width: 970px;
    box-shadow: 0 0 6px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.6); 
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.6);
}

.float_clear {
	clear: none;
	float: left;
	width: 100%;
}





#footer_widget {
    display: block;
    margin: 25px auto;
    width: 100%;
    text-align: center;
}


    
.main-content {
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
}


.content_full_width {
	padding: 25px 30px;
}




#bg_cover {
	display: block;
	visibility: hidden;
	
	background: url("images/bg_gradient.jpg") 50% 0 no-repeat #222;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}


.content-area.full-width {
	width: 100%;
}


.content-area.has_sidebar {
    float: left;
    margin-bottom: 50px;
    width: 64%;
}



.container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


.thumbnail_wrap {
    float: left;
    margin: 0 1em 0.5em 0;
    text-align: center;
}

.thumbnail_wrap img {
	margin-bottom: 1em;
	max-width: 250px;
	height: auto;
}



#rotating_text {
	font-size: 25px;
	font-weight: 100;
	color: #FFF;
}


.new_post_icon {
	display: none;

    background: url("images/icon_new.png") no-repeat scroll 0 0 transparent;
    display: none;
    height: 22px;
    position: absolute;
    right: -21px;
    top: 4px;
    width: 22px;
}


.post_nav {
	margin: 1em auto;
}

.prev_link {
	float: left;
	width: 45%;
}

.next_link {
	float: right;
	width: 45%;
}



.pagenav {
	font-size: 2em;
}



#dynamic_content {
	display: none;
}

/*
.site-navigation li.news_link {
	margin-right: 20px;
}
*/



.home_section {
	padding: 20px 0;
	border-top: #BBB 1px solid;
}

/*************** story section styles  ******************/





/*  twitter  */

#twitter_feed {
	width: 630px;
	margin: 7px 40px 0;
	float: left;
}

ul.tweets {
    display: block;
	margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
    height: 80px;
    overflow: visible !important;
}

.tweets .slidesjs-container {
	height: 100px;
}

.tweets .slidesjs-slide {
	width: 585px!important;
}

.tweets a.slidesjs-navigation {
    top: 15px;
}


.tweets a.slidesjs-previous {
    left: auto;
    right: -75px;
}

.tweets a.slidesjs-next {
    right: -110px;
}


ul.tweets li {
	list-style: none;
	position: relative;
	padding-left: 40px;
}

.tweet_date {
	vertical-align: top;
}

.tweet_text {
	vertical-align: top;
	display: block;
}

.twitter_avatar {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 26px;
    left: 0;
    position: absolute;
    top: 0;
    width: 26px;
}

#twitter_bg {
    background: url("images/bg_twitter.png") no-repeat scroll 0 0 transparent;
    height: 67px;
    position: absolute;
    right: -65px;
    top: 0;
    width: 83px;
    z-index: 1;
}

a.twitter_user {
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.05em;
}



/**
 * Header
 * -----------------------------------------------------------------------------
 */


#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 145;
}

.header-main {
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}



#logo {
	text-align: center;
	margin: 45px auto;
}

.site-title {
    display: block;
    left: 50%;
    margin-left: -207px;
    position: absolute;
    top: 110px;
    z-index: 5;
}

#logo_icon {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -90px;
	z-index: 1;
}



.site-title a,
.site-title a:hover {
    color: #000000;
    display: block;
    height: 100%;
    width: 100%;
}



.sticky-wrapper {
	position: absolute!important;
}


.sticky-wrapper .stuck {
	position: fixed!important;
	top: 0;
}




#main_logo {
	position: relative;
}



.table-wrapper {
	background: #fdfcfc;
	padding: 40px 60px;
	max-width: 55%;
	margin: 0 auto 70px auto;
}

.table-wrapper td, .table-wrapper th {
    border-bottom: 1px solid #C2C0C0;
    border-left: 1px solid #C2C0C0;
    padding: 10px 40px;
    text-align: center;
}

.table-wrapper th {
	padding: 10px 20px;
}

td.benefit, th.empty {
	font-size: 24px;
	max-width: 240px;
	border-left: none;
	text-align: left;
	line-height: 1.2em;
	padding-left: 0;
}




#featured_img_chart {
	padding: 70px 0 20px;
 	background-position: 50% 25%;
	background-repeat: no-repeat;
	background-size: cover;
}



.tubepress_normal_embedded_wrapper {
    max-width: 100% !important;
}

.tubepress_thumbnail_area {
    margin-top: 1em;
    width: 100% !important;
    text-align: center;
}

.tubepress_thumb {
	display: inline-block;
	margin: 0 1em 2em 1em;
	float: none;
}

.tubepress_embedded_title {
	text-align: center;
}


/**
 * Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.site-navigation li {
    display: block;
    font-size: 28px;
    letter-spacing: -0.02em;
    margin: 0 0 6px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}


.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
    background: none repeat scroll 0 0 #54bfa5;
    color: #fff;
    display: inline-block;
    padding: 7px 15px 1px;
    text-decoration: none;
    line-height: 1em;
}


.site-navigation a span {
	line-height: 1em;
}
	
	
.site-navigation a:hover {
    background: none repeat scroll 0 0 #081f4a;
    color: #FFF!important;
}


.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #081f4a;
}




.primary-navigation ul ul {
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    left: -27px;
    min-width: 180px;
    position: absolute;
    text-align: left;
    padding-bottom: 4px;
    top: 100%;
    width: 180px;
    z-index: 99999;
}


.primary-navigation ul ul li {
    display: block;
    float: none;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #bbb;
    
}

.primary-navigation ul ul li:last-child {
	border-bottom: none;
}

.primary-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.primary-navigation ul ul a {
	line-height: 1em;
	padding: 8px 10px;
	width: auto;
	height: auto;
}

.primary-navigation .menu li ul li a:hover, .primary-navigation .menu li.current_page_item ul li a:hover {
	background: none;
}



.primary-navigation ul li:hover > ul {
	display: block;
}

.primary-navigation ul ul li a {
    display: block;
    margin-bottom: 0;
}

.primary-navigation ul.menu ul li {
    display: block;
    margin: 0;
    padding: 5px;
    width: 100%;
    border-bottom: #999 2px dotted;
	background: #2c2c2c;
}

.primary-navigation ul ul :hover > a,
{


}








#footer_nav {
	margin: 10px auto 15px;
}


#footer_nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer_nav ul ul {
	width: 149px;
}

#footer_nav li {
	margin: 0 10px 0 0;
	padding: 0;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	max-width: 20%;
}

#footer_nav li:last-child {
	margin-right: 0;
}


#footer_nav li a {
	color: #52b45d;
	padding: 3px 0;
}

#footer_nav li a:hover {
	color: #FFF;
}

#footer_nav li li a {
	color: #FFFFFF;
	padding: 0;
}

#footer_nav li li a:hover {
	color: #52B45D;
}
	
#footer_nav li li {
	font-size: 11px;
	display: block;
	margin: 0;
	max-width: 100%;
}





/* Primary Navigation */

.primary-navigation {
    display: block;
    float: none;
    margin: 70px 0 0;
    position: fixed;
    z-index: 100;
}


#primary-navigation-left {
	margin-right: 70px;
	width: 40%;
}

#primary-navigation-left .nav-menu {
	text-align: right;
}


#primary-navigation-right {
	margin-left: 70px;
	width: 40%;
}

#primary-navigation-right .nav-menu {
	text-align: left;
}



.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {

}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {

}

/* Secondary Navigation */

.secondary-navigation {
	font-size: 17px;
	margin: 0 auto;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	display: none;
	
	cursor: pointer;
	font-size: 0;
	height: 48px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	content: "\f419";
	margin-top: 16px;
}






#fan-nav ul {
	margin: 0 0 25px 0;
	padding: 0;
	border-bottom: #BBB 1px solid;
}


#fan-nav li {
	display: inline-block;
	list-style: none;
	margin: 0 20px 0 0;
}




.page_title small {
	font-size: 16px;
	display: block;
	line-height: 1em;
}




/**
 * Content
 * -----------------------------------------------------------------------------
 */


#page-content {
}


.contact_content {
	color: #000;
    left: 50%;
    margin: 110px 0 0 -330px;
    width: 400px;
}



.post-thumbnail {
	background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
	display: block;
	position: relative;
	width: 100%;
	z-index: 0;
}

a.post-thumbnail:hover {
	background-color: #999;
}

.full-width .post-thumbnail img {
	display: block;
	margin: 0 auto;
}


.entry-meta {
	position: relative;
}


article {
	margin-bottom: 30px;
}


body.blog article {
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 10px;
}


/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}


.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}





#featured_img {
 	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;

	min-height: 400px;
	text-align: center;
	padding: 0;
	width: 100%;
	color: #FFFFFF;
}

body.home #featured_img {
	min-height: 500px;
	padding-top: 125px;
}



#featured_img h2.featured_header {
    font-size: 90px;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
}

.home_feature_text {
    font-size: 17px;
    line-height: 1.2em;
    margin: 0 auto 25px;
    max-width: 90%;
    text-shadow: 0 2px 2px #000000;
    width: 640px;
}






#featured_img .featured_icon {
	margin-bottom: 25px;
}

#featured_img h2 {
	color: #FFFFFF;
	font-size: 48px;
	text-shadow: 0 2px 1px #000;
	font-weight: bold;
    margin: 0 auto;
    max-width: 1000px;
}

#featured_img h3 {
    color: #FFFFFF;
    font-size: 48px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 20px auto 0;
    max-width: 1100px;
}



#page_header, #homepage_features {
    background: url("images/bg_pattern.png") repeat scroll 0 0 #5F879E;
    border-bottom: 10px solid #2C596F;
    border-top: 10px solid #2C596F;
	margin: 0 auto;
	padding: 40px 0;
    position: relative;
    z-index: 2;
    text-align: center;
}


h1.page_title {
    border-bottom: 1px solid #666;
    color: #333;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 0.07em;
    line-height: 1em;
    margin-bottom: 0.5em;
    padding: 0 0 20px;
    text-transform: uppercase;
}

body.home h1.page_title {
	display: none;
}




.feed_content {
	padding: 15px;
	color: #333;
}


.feed_left {
	width: 500px;
	float: left;
	font-size: 14px;
}


.news_item {
	border-bottom: #DDD 1px solid;
	padding: 0 0 0.25em 0;
	margin: 0 0 0.5em 0;
}

h3.post_title {
	font-size: 20px;
}

.feed_content {
	background-size: 100% auto;
	background-position: 0 0;
	background-color: #FFF;
	height: 100%;
	background-repeat: no-repeat;
}

.feed_title {
    border-bottom: 1px solid #999;
    color: #777;
    font-size: 30px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.feed_content.dark_bg {
	background-color: #000;
	color: #FFF;
}

#shows_feed {
	background-color: #FFF;
	height: auto;
}

#photo_feed iframe {
	width: 90%!important;
}


.feed_content.dark_bg a, .feed_content.dark_bg a:visited {
	color: #ffcc69;
}

.feed_content.dark_bg a:hover, .feed_content.dark_bg a:active {
	color: #ddd;
}




a.bit-event-description-link {
	display: none!important;
}

.bit-track-artist-header {
	display: none!important;
}

/*  COMMENT STYLES  */ 



#commentform input[type="submit"] {
	float: right;
	
}

#comment {
	width: 100%;
	height: 100px;
}


#respond #reply-title, 
#respond .logged-in-as, 
#respond .comment-form-comment label[for="comment"], 
.form-allowed-tags, 
.comment-author .avatar {
	display: none;
}


.comment-author.vcard, .comment-metadata {
	padding-left: 0;
}


.comment-list {
    list-style: none outside none;
    margin: 30px auto;
    padding: 0;
}


li.comment {
	border-top: #DDD 2px solid;
	padding: 20px 0;
}

.comment-author.vcard {
	font-weight: bold;
}




/* EVENTS  */




#tribe-events-pg-template {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

#tribe-bar-form, #tribe-bar-form #tribe-bar-views, .tribe-bar-views-inner, #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: #000;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    background: none repeat scroll 0 0 #ffcc69;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#event_feed .section_content {
	text-align: center;
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: 100%;
}

.event_wrap {
    display: inline-block;
    margin: 0 1% 20px;
    max-width: 18%;
    text-align: center;
    vertical-align: top;
}

#tribe-events-bar {
	display: none;
}

.type-tribe_events {
    display: inline-block;
    margin: 0 2% 30px !important;
    width: 45%;
}


body.events-archive .event_city {
    display: block;
    font-size: 1em;
    margin-bottom: 0.25em;
    text-align: left;
}

body.events-archive .tribe-events-list .event_title {
    display: block;
    font-size: 1.2em;
    margin-bottom: 0.25em;
    font-weight: bold;
    text-align: left;
}

    
body.events-archive .type-tribe_events {
    display: inline-block;
    margin: 0 2% 0 !important;
    width: 96%;
}


body.events-archive .tribe-events-list .time-details {
    display: inline-block;
    margin: 5px 20px 0.25em 0;
    float: left;
}
    

body.single-tribe_events .type-tribe_events {
    margin: 0 auto 30px !important;
}


.type-tribe_events {
    display: inline-block;
    margin: 0 2% 30px !important;
    width: 96%;
}


.event_wrap .date_wrap {
    display: inline-block;
    float: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.event_wrap hr {
	margin: 0.25em auto 0.75em;
}

.event_title {
    margin-bottom: 0;
    min-height: 40px;
    vertical-align: top;
    font-weight: 500;
    font-size: 0.9em;
}


.event_city {
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
    text-transform: uppercase;
}


.tribe-events-list-widget-events .event_city {
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 0.25em;
    margin-top: -4px;
}

.tribe-events-widget-link {
	display: none;
}

.tribe-events-list-widget-events .event_title {
    font-size: 18px;
    line-height: 1em;
    min-height: 10px;
}

.tribe-events-list-widget-events .more_info {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.tribe-events-list-widget {
	padding-bottom: 15px;
}

.widget.tribe-events-list-widget ol li {
    background: url("images/divider.png") no-repeat scroll 50% 100% transparent;
    display: block;
    margin: 15px auto 15px !important;
    padding: 0 4% 15px;
    width: 94%;
}

.widget.tribe-events-list-widget ol li .time-details.date_wrap .day, .event_date_seperator {
    font-size: 40px;
}

.widget.tribe-events-list-widget ol li .time-details.date_wrap .month {
    display: block;
    font-size: 16px;
}


.widget.tribe-events-list-widget ol li .event_date_seperator {
    display: inline;
    float: left;
    font-size: 40px;
    margin-left: -15px;
}



.event_title a {
	color: #081f4a;
}

.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
    border-top: medium none;
    padding-top: 2em;
}


body .tribe-events-list-separator-month {
    border-radius: 3px;
    color: #777;
    display: block;
    font-size: 1.25em;
    font-weight: normal;
    margin: 1em 0 0;
    padding: 6px 10px;
    text-transform: uppercase;
}

.tribe-events-list-separator-month:after {
    border-bottom: 10px solid rgba(255,255,255,0.8);
        top: 40%;
}

.tribe-events-list-separator-month span {
    background: none repeat scroll 0 0 rgba(255,255,255,0.95);
    color: #333;
    padding: 4px 7.5%;
}

.tribe-events-list-separator-month:after {
	
}

.tribe-events-list h2.tribe-events-list-event-title {
    font-size: 1.75em;
    line-height: 1em;
    min-height: 3em;
}
        
#tribe-events-content a, .tribe-events-event-meta a {

}

#tribe-events-content {
}

.tribe-events-single-event-description {
	background: none;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	width: auto;
}

body .tribe-events-list .time-details {
    display: inline-block;
    margin: 0 20px 0.25em 0;
    position: relative;
    text-align: center;
}

body .tribe-events-list .event_date_seperator {
    display: inline-block;
    float: left;
    margin: 15px 20px 16px 0;
}

body .tribe-events-list .event_title {
	min-height: 1em;
}


body .tribe-events-list .tribe-events-loop .tribe-events-content {
    clear: none;
    float: left;
    padding: 0;
    width: auto;
    text-align: left;
    max-width: 80%;
}

body .tribe-events-list .tribe-events-loop .tribe-events-content { 
	
}

.tribe-events-list a.tribe-events-read-more {
	display: block;
}



body .tribe-events-list .type-tribe_events h2 {
    font-size: 1.4em;
    margin-bottom: 0.35em;
}

body .tribe-events-event-meta address.tribe-events-address, body .tribe-events-list .tribe-events-venue-details {
    font-style: inherit;
}

body .tribe-events-loop .tribe-events-event-meta {
    font-size: 16px;
}

.time-details.date_wrap .month {
    display: block;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.3em;
    line-height: 1em;
    padding-left: 0.3em;
    text-transform: uppercase;
}

.time-details.date_wrap .day, .event_date_seperator {
    display: block;
    font-size: 60px;
    font-weight: 900;
    line-height: 1em;
}


.event_date_seperator {
	display: inline;
}

.more_info {
	display: block;
}

.time-details.date_wrap .year {
	display: block;
	padding: 0.15em 0.25em 0.25em;
	font-size: 0.6em;
	line-height: 1em;
	
	display: none;
}


body .tribe-events-loop .tribe-events-event-meta {
    border: 0 none;
    clear: none;
    text-align: left;
    float: left;
    line-height: 1.75em;
    margin-top: 0;
    max-width: 78%;
}



body .tribe-events-loop .multi-day-event .tribe-events-event-meta {
	max-width: 46%;
}




body .tribe-events-event-cost span {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 1.25em;
    margin: 0.5em auto;
}

body .tribe-events-list .tribe-events-venue-details {
    clear: both;
    display: block;
    line-height: 1.2;
    margin: 0 auto 0;
}


.tribe-events-loop .tribe-events-event-meta {
    margin-bottom: 0.5em;
}

body #tribe-events .tribe-events-content p, body .tribe-events-before-html p, body .tribe-events-after-html p {
    line-height: 1.2;
}

body .tribe-events-list .tribe-events-event-image {
    float: left;
    margin: 0 3% 0 0;
    width: 25%;
}

body .tribe-events-list .vevent.hentry {
    border-bottom: 1px solid #444;
    margin: 0;
    text-align: center;
    vertical-align: top; 
    padding: 1em 0;
}



body .tribe-bar-disabled {
	display: none;
}


body .tribe-bar-is-disabled .tribe-events-page-title {
    line-height: 1em;
}

body .tribe-events-list-separator-month + .vevent.hentry.tribe-events-first {
    padding: 1em 0;
}


.tribe-events-page-template .page_title {
	display: none;
}


body.single-tribe_events .tribe-events-event-meta {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    margin: 0;
}


.tribe-events-button, #tribe-events .tribe-events-ical {
	display: none;
}


body .tribe-events-loop .vevent.tribe-events-last {
    border-bottom: 0 none;
}



.tribe-events-list-widget .widget-title {
	display: none;
}







body .visual-form-builder fieldset {
	border: medium none;
	border-radius: 0;
	background: none;
	margin-top: 0;
}


body .visual-form-builder label, label.vfb-desc {
    color: #fff;
    display: block;
    font-weight: normal;
    margin: 0;
    padding: 0 0 3px;
}

.visual-form-builder ul, .entry-content .visual-form-builder ul, .comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul, .visual-form-builder ol, .entry-content .visual-form-builder ol, .comment-content .visual-form-builder ol, .mu_register .visual-form-builder ol {
	margin: 0!important; 
}

.visual-form-builder li, .entry-content .visual-form-builder li, .comment-content .visual-form-builder li, .mu_register .visual-form-builder li {
	padding-left: 0!important;
	padding-right: 0!important;
}

form.visual-form-builder {
	margin: 0!important;
}

body .visual-form-builder .vfb-legend {
    border-bottom: 1px solid #ccc;
    color: #999;
    font-size: inherit;
    margin: 0 auto;
    padding: 0;
}






input[type="text"], input[type="search"], input[type="phone"], input[type="email"], textarea, select, 
body input.vfb-text, body input.vfb-text[type="text"], body input.vfb-text[type="tel"], body input.vfb-text[type="email"], 
body input.vfb-text[type="url"], body textarea.vfb-textarea, body select.vfb-select {
    background: none repeat scroll 0 0 #444;
    border: 1px solid #777;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6) inset;
    color: #ddd;
    padding: 0.5em 0.75em;
}



input.vfb-large, input.vfb-large[type="text"], input.vfb-large[type="tel"], input.vfb-large[type="email"], input.vfb-large[type="url"], select.vfb-large, textarea.vfb-textarea {
	width: 96%!important;
}


/*  NEWS styles   */


.post_title {
    font-size: 30px;
    font-weight: 100;
    line-height: 1em;
    text-align: left;
}


.date_wrap {
    float: left;
    margin: 3px 10px 10px 0;
    padding: 0 0.5em;
    text-align: center;
}

.date_wrap .post_month {
    display: block;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
}

.date_wrap .post_date {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0.1em;
}

.date_wrap .post_year {
    display: block;
    font-size: 10px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 100;
    text-transform: uppercase;
}



.entry-summary {
    float: none;
    width: auto;
}







#cboxLoadedContent {
	padding: 20px;
}

/*  Sidebar Styles  */


.widget-title {
    font-size: 40px;
    font-weight: 100 !important;
    margin: 0 auto 30px;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}




#home_widget_lower .widget {
    margin-top: 20px;
    padding-top: 25px;
	border-top: #BBB 1px solid;
}




body .yikes_widget_logo {
	display: none;
}

.yks-mailchimpFormContainer {
	text-align: center;
}

.yks-status .yks-success {
    border-left: medium none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    line-height: 1.2;
    margin-top: 0;
    min-height: 25px;
    padding: 0 15px;
}

.yks-require-description, label.yks-mailchimpFormDivRowLabel {
	display: none;
}

.yks-mailchimpFormContainer input[type="text"] {
	width: 210px;
}

.yks-mailchimpFormDivRow {
	display: inline;
}

body .widget_yikes_mc_widget input, body .widget_yikes_mc_widget .yks-mailchimpFormDivRowField {
    width: auto;
}

.widget_yikes_mc_widget .yikes-mailchimp-form-description {
	text-align: center;
}

.widget_yikes_mc_widget .widget-title {
    border-bottom: medium none;
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 100 !important;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.yikes-mailchimp-form-description, .yikes-mailchimp-form-description-ef9e1e2dbc {
	display: none;
}


body .yks-mailchimpFormDivRow {
    display: inline-block;
    width: auto;
    margin: 0;
}

input.ykfmc-submit {
    font-size: 16px !important;
    padding: 0.4em 1em;
}

.widget_yikes_mc_widget {
	margin-bottom: 0px!important;
}









#cff.cff-fixed-height {
    padding: 0;
}

#cff .cff-author img {
	margin-bottom: 0;
}

#cff .cff-author {
    margin: 0 0 5px;
}

#cff h3, #cff h4, #cff h5, #cff h6, #cff p {
    margin: 0 0 5px;
}


/**
 * Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin: 25px auto;
	text-align: center;
}

.gallery-item {
    display: inline-block;
    float: none;
    margin: 0 5px 5px 0;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}




body .ngg-gallery-thumbnail-box {
    display: inline-block;
    float: none;
    margin-right: 0;
    text-align: center;
}

body .ngg-galleryoverview {
	text-align: center;
	clear: none;
}





body .wpsps_compact_cart {
    background-color: transparent;
    border: none;
    clear: none;
    display: inline-block;
    font-family: helvetica;
    font-weight: bold;
    margin: 5px 0 0 0;
    max-width: 200px;
    min-width: 110px;
    padding: 10px 7px;
    text-align: center;
}

body .wpsps_compact_cart_container {
    padding-left: 0;
}


#header_shopping_cart {
    float: right;
    margin: 0 20px 0 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #cccccc;
}

#header_shopping_cart h2 {
    float: left;
    font-size: 14px;
    margin: 11px 0 0 8px;
}

#header_shopping_cart img {
	float: left;
	max-width: 30px;
	height: auto;
	margin: 4px 0 0 15px;
}

body.wp_cart_product_thumbnail {
	text-align: center;
}

.wp_cart_product_thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


body .wp_cart_product_display_box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e5dc;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 0 2% 25px;
    padding: 10px;
    vertical-align: top;
    width: 42%;
}

.wp_cart_product_button {
	text-align: center;
	margin: 10px auto 0;
}

form.wp-cart-button-form input[type="submit"] {
	margin-top: 10px;
}








/* Jukebox */



body .simple_jukebox {
    border: medium none;
    float: right;
    margin: 0 15px 0 0;
    padding: 0;
	
}

body .wrap-MI {
    clear: both;
    display: block;
    height: 100%;
    padding: 0 2% !important;
    width: 96% !important;
    margin-bottom: 20px!important;
}

.simple_jukebox #mp3_jplayer_items {
	display: none;
}

body ul.UL-MI_mp3j li {
    background: none repeat scroll 0 0 #111 !important;
    border-top: 1px solid #444;
}


ul.UL-MI_mp3j {
	padding: 0;
}

body ul.UL-MI_mp3j li a.mp3j_A_current, body ul.UL-MI_mp3j li a:hover {
    color: #ffcc69 !important;
}

body ul.UL-MI_mp3j li a.mp3j_A_current, body ul.UL-MI_mp3j li a:hover, body ul.UL-MI_mp3j li a.mp3j_A_current:hover {
	background: none!important;
}

body ul.UL_mp3j li a, body ul.UL-MI_mp3j li a {
    color: #888 !important;
}

body .simple_jukebox div.player-track-title {
    width: 205px;
}
    
body .simple_jukebox .bars_holder {
    left: 121px;
    position: absolute;
    top: 11px;
}

body div.jp-interface {
    padding: 10px 2%;
    width: 96%;
}


body .simple_jukebox div.player-track-title {
	color: #fff;
    font-weight: normal;
    text-align: left;
}


.simple_jukebox h2 {
    display: inline-block;
    font-size: 24px;
    margin: 15px 15px 0 0;
    text-transform: uppercase;
    vertical-align: top;
}

.simple_jukebox #jp_container_1 {
    background: none;
	padding: 0;
}

.simple_jukebox #vol {
	display: none;
}

.simple_jukebox #ctrl {
	float: left;
}

body .simple_jukebox .posbarMI_mp3j {

}

.simple_jukebox .jp-progress {
    clear: none;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 87px;
    margin-top: 10px;
    width: 155px;
}



.simple_jukebox .jp-title {
	font-size: 0.75em;
	text-align: left;
	float: left;
	margin-left: 87px;
}


.widget.mp3jplayerwidget2 {
    display: inline-block;
    margin: 2px 20px 0 20px;
    width: 276px;
}


#page-main-content .bars_holder {
    left: 160px;
    position: absolute;
    top: 45px;
}

.ui-widget-content {
    background: none repeat scroll 0 0 transparent!important;
    border: medium none!important;
}





.widget td.gigpress-country, .widget th.gigpress-country {
	display: none;
}

.widget	.gigpress-table {
	font-size: 13px;
}
	
.widget td.gigpress-links-cell {
	display: none;
}
	




/**
 * Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */


/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}


.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}








/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */


#secondary {
}


#secondary {
}

#secondary.taller, body.logged-in #secondary.taller {
}

#secondary h1, 
#secondary h2,
#secondary h3,
#secondary h4,
#secondary h5 
{
	color: #000;
	line-height: 1.1em;
}

#secondary h2 {
	font-size: 24px;
}

#secondary h3 {
	font-size: 20px;
}



#secondary .widget {
	margin-bottom: 40px;
}


#secondary .widget-title {
	margin-bottom: 10px;
	font-size: 30px;
	color: #000;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	
}



/**
 * Widgets
 * -----------------------------------------------------------------------------
 */

/* Primary Sidebar, Footer Sidebar */

.widget {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	line-height: 1.2857142857;
	margin-bottom: 10px;
	width: 100%;
	word-wrap: break-word;
}


.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}

.widget li > ol,
.widget li > ul {
	margin-left: 10px;
}



/* Calendar Widget*/

.widget_calendar table {
	line-height: 2;
	margin: 0;
}

.widget_calendar caption {
	font-weight: 700;
	line-height: 1.7142857142;
	margin-bottom: 18px;
	text-align: left;
	text-transform: uppercase;
}

.widget_calendar thead th {
	background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
	text-align: center;
}

.widget_calendar tbody a {
	display: block;
}


.widget_calendar #prev {
	padding-left: 5px;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}






/**
 * Social Icons
 * -----------------------------------------------------------------------------
 */



.social_icon {
    display: inline-block;
    font-size: 30px;
    margin: 0 4px;
    text-align: left;
    line-height: 1em;
}


.social_links {
    display: inline-block;
    float: none;
    margin: 0 20px;
    text-align: center;
    width: auto;
    
    *display: inline;
    zoom: 1;
}

a.social_icon {
    color: #000;
    display: inline-block;
    font-size: 30px;
    margin: 0 4px;
    text-align: left;
    line-height: 1em;
}


a.social_icon:hover {
	color: #b60543;
}


/*
.icon_itunes {
	background: #000;
	border-radius: 50%;
	color: #FFF!important;
}

.icon_itunes.fa {
	color: #FFF;
	font-size: 0.6em;
}
*/

#social_icons_mobile {
	display: none;
}


.itunes_icon {
    background: url("images/sprite.png") no-repeat scroll 0 -86px transparent;
    display: block;
    float: right;
    height: 37px;
    margin: 4px 10px 0 0;
    text-align: left;
    text-indent: -9999px;
    width: 37px;
}


#header_widget {
    float: right;
    margin: 50px 30px 0 0;
    z-index: 100;
}

#header_widget .cta {
    font-size: 13px;
    margin: 4px 20px 0 0;
    padding: 0.45em 1.5em;
}

#header_widget .widget {
	margin-bottom: 0;
}


/**
 * Footer
 * -----------------------------------------------------------------------------
 */


#footer_wrap {
   padding: 20px 0;
    position: relative;
}

#colophon {

}



#footer_logo {
    height: 18px;
    margin: 15px auto 7px;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    width: 312px;	
}

#footer_logo a {
	display: block;
	width: 100%;
	height: 100%;
}



.site-footer {
	margin: 0 auto;
	padding: 15px 0;
	position: relative;
	text-align: center;
}


.site-info {
    clear: both;
    color: #fff;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}


.site-info a {
	color: #FFF;
	text-decoration: none;
}

.site-info a:hover {
	color: #000;
}







.widget_search label {
	display: block;
}


.widget_search .search-submit {
	display: none;
}

.widget_search input[type="search"] {
    border: 5px solid #ccc;
    box-sizing: border-box;
    font-size: 20px;
    padding: 15px;
    width: 100%;
}


.widget ul, .widget ol {
    padding: 0;
    
}








#mc_embed_signup {
	float: right;
	margin-right: 20px;
}

input#mce-EMAIL {
    font-size: 12px;
    vertical-align: top;
    width: 200px;
}

input#mc-embedded-subscribe {
    font-size: 17px;
    font-weight: normal;
    padding: 5px 20px 2px;
}



/**
 * Rotator
 * -----------------------------------------------------------------------------
 */
 
 
 
 
body .huge_it_slideshow_title_text_1 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    border-radius: 0;
    bottom: 88px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 8px 3%;
    right: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-align: left;
    text-decoration: none;
    top: auto;
    width: 100%;
}

 
 
body .huge_it_slideshow_description_text_1 {
    bottom: 0;
    font-size: inherit;
    padding: 15px 3%;
    right: 0;
    text-align: left;
    width: 100%;
}

body .huge_it_slideshow_image_wrap_1 {
    margin-bottom: 40px;
}

body .huge_it_slideshow_dots_container_1 {
    display: block;
}

body .huge_it_slideshow_dots_thumbnails_1 {
    bottom: -30px;
    top: auto;
}

body .huge_it_slideshow_dots_active_1 {
    background: none repeat scroll 0 0 #7a6d50;
}

body .huge_it_slideshow_dots_1 {
    background: none repeat scroll 0 0 #081f4a;
}

body .huge_it_slideshow_dots_1 {
    margin: 10px 2px;
}


.huge_it_slideshow_image_wrap_2 {
	overflow: hidden;
}


img.huge_it_slideshow_image_2 {
	height: auto!important;
}



/*  MOBILE NAV STYLES */


.navbar-toggle {
    display: none;
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 0;
    margin-top: 5px;
    padding: 2px 10px;
    position: relative;
    cursor: pointer;
    z-index: 5;
}



.navbar-toggle:focus {
  outline: none;
}

.navbar-toggle .icon-bar {
    background: none repeat scroll 0 0 #000;
    border-radius: 4px;
    display: block;
    height: 6px;
    width: 50px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}




#mobile-nav {
    background: rgba(255,255,255,0.8);
    display: none;
    height: auto;
    margin: 0 0 10px 2%;
    overflow-y: scroll;
    position: relative;
    width: 96%;
    z-index: 6000;
	
	-webkit-overflow-scrolling: touch;
}

#mobile-nav li {
	border-bottom: 1px solid #444;
	display: block;
	margin: 0;
	text-align: left;
	font-size: 20px;
	float: none;
}

#mobile-nav ul ul {
	display: none;
	margin: 0 auto;
}

#mobile-nav ul ul li {
	border-top: 1px solid #444;
	border-bottom: 0;
}


#mobile-nav li a {
    display: block;
    padding: 8px 0 3px 15px;
}

#mobile-nav ul ul li a {
	padding-left: 25px;
	font-size: 0.85em;
}


#mobile-nav ul ul li a:hover, #mobile-nav ul ul li a:active {

}






.sr-only {
	display: none;
}






/**
 * Media Queries
 * -----------------------------------------------------------------------------
 */

.mobile_only, .mobile-only, .mobileonly  {
	display: none!important;
}








/* For tablets & smart phones */
@media 

only screen and (-webkit-min-device-pixel-ratio : 2) and (orientation:portrait),
only screen and (min-device-pixel-ratio : 2)  and (orientation:portrait), 
only screen and (-webkit-min-device-pixel-ratio : 2) and (orientation:landscape), 
only screen and (min-device-pixel-ratio : 2) and (orientation:landscape),
only screen and (min-width: 100px) and (max-width: 1300px)
{
	
	body {

	}
	
	
	
	#secondary {
	    float: none;
	    left: auto;
	    min-height: 10px;
	    padding: 25px 3%;
	    position: relative !important;
	    top: auto!important;
	    width: 94%;
	    z-index: 2;
	}
	

	.site-navigation li {
	    font-size: 20px;
    }
    
	.site-navigation a {
	    padding: 7px 6px 1px;
	}

	
	#masthead.nav_expanded {
/* 		position: absolute; */
	}

	#masthead .social_icon {
	    font-size: 25px;
	    margin: 3px 4px 0;
	}
		
		
	#tribe-events-pg-template {
	    margin: 0 auto;
	    width: 84%;
	}
	
	body #tribe-events-footer ~ a.tribe-events-ical.tribe-events-button {
		display: none;
	}
	
		
	.content-area, #tribe-events-pg-template, #tribe-events-pg-template {
	    width: 75%;
	}
	
}



@media only screen
and (min-width : 100px)
and (max-width : 1024px) {


	#header_widget {
	    margin: 50px 15px 0 0;
	    max-width: 150px;
	}


}



@media only screen
and (min-width : 100px)
and (max-width : 768px) {


	#mc_embed_signup {
		display: none;
	}

	#logo_icon {
	    left: auto;
	    margin-left: auto;
	    max-height: 170px;
	    position: relative;
	    top: 0;
	    width: auto;
	    z-index: 1;
	}


	#logo {
	    margin: 45px auto 20px;
	}


	#primary-navigation {
		display: none;
	}
	
  	.navbar-toggle {
	  	display: block;
  	}

	#mobile-nav {
	    display: none;
	}


	#masthead .social_links {
	    margin: 7px 10px;
	    float: left;
	    display: block;
	}
	
	
	.content-area {
	    margin: 0 auto 3em;
	    padding: 25px 3%;
	    width: 86%;
	}

	#secondary {
	    float: none;
	    left: auto;
	    min-height: 10px;
	    padding: 25px 3%;
	    position: relative !important;
	    top: auto;
	    width: 94%;
	    z-index: 2;
	}
	
	body.logged-in #secondary {
		top: auto;
	}
	
	
	
	.site-title {
	
	    display: block;
	    left: 50%;
	    margin-left: -105px;
	    position: absolute;
	    top: 65px;
	    width: 210px;
	    z-index: 5;	
	}
	
	
	#header_widget {
		display: none;
	}
	
	
	.col_third {
	    border-bottom: 1px solid #999;
	    clear: both;
	    display: block;
	    margin: 20px auto;
	    vertical-align: top;
	    width: 100%;
    }


	.content_full_width {
	    margin: 0 auto;
	    padding: 25px 3%;
	    width: 86%;
	}
	
	
	iframe.twitter-timeline {
		width: 92%!important;
	}
	
	
	body .AlpinePhotoTiles_cascade_column {
		width: 100%!important;
	}
	
	body .AlpinePhotoTiles-link {
	    display: inline-block!important;
	    height: 100%;
	    width: auto !important;
	}
	
	body .AlpinePhotoTiles-link img {
		max-width: 100%!important;
	}
	
	body .wp_cart_product_display_box {
	    display: block;
	    margin: 0 auto 25px;
	    padding: 2%;
	    vertical-align: top;
	    width: 91%;
	}	
	
		
		
	.event_wrap {
	    display: block;
	    margin: 0 1% 20px;
	    max-width: 100%;
	    text-align: center;
	    vertical-align: top;
	    width: 100%;
	}
			
	
} 





@media only screen
and (min-width : 100px)
and (max-width : 600px) {

	body .huge_it_slideshow_title_text_1 {
		display: none;
	}
	
	body .huge_it_slideshow_description_text_1 {
		display: none;
	}

	.header-main {
		padding: 0;
	}
	


}




@media only screen
and (min-width : 100px)
and (max-width : 449px) {

	img {
		margin-left: auto!important;
		margin-right: auto!important;
		max-width: 96%;
	}

}

