/*
Theme Name:         Reverie
Theme URI:          http://themefortress.com/reverie/
Description:        Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            1.0.0
Author:             Zhen Huang
Author URI:         http://themefortress.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

@font-face {
    font-family: 'FunctionProBold';
    src: url('css/functionpro_bold_macroman/FunctionPro-Bold-webfont.eot');
    src: url('css/functionpro_bold_macroman/FunctionPro-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/functionpro_bold_macroman/FunctionPro-Bold-webfont.woff') format('woff'),
         url('css/functionpro_bold_macroman/FunctionPro-Bold-webfont.ttf') format('truetype'),
         url('css/functionpro_bold_macroman/FunctionPro-Bold-webfont.svg#KGSkinnyLatteRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FunctionProDemi';
    src: url('css/functionpro_demi_macroman/FunctionPro-Demi-webfont.eot');
    src: url('css/functionpro_demi_macroman/FunctionPro-Demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/functionpro_demi_macroman/FunctionPro-Demi-webfont.woff') format('woff'),
         url('css/functionpro_demi_macroman/FunctionPro-Demi-webfont.ttf') format('truetype'),
         url('css/functionpro_demi_macroman/FunctionPro-Demi-webfont.svg#webfont2TMYR7rd') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSlab700';
    src: url('css/museoslab_700_macroman/Museo_Slab_700-webfont.eot');
    src: url('css/museoslab_700_macroman/Museo_Slab_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/museoslab_700_macroman/Museo_Slab_700-webfont.woff') format('woff'),
         url('css/museoslab_700_macroman/Museo_Slab_700-webfont.ttf') format('truetype'), 
         url('css/museoslab_700_macroman/Museo_Slab_700-webfont.svg#webfontPUSlWEoT') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FunctionProDemiOblique';
    src: url('css/functionpro_demioblique_macroman/FunctionPro-DemiOblique-webfont.eot');
    src: url('css/functionpro_demioblique_macroman/FunctionPro-DemiOblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/functionpro_demioblique_macroman/FunctionPro-DemiOblique-webfont.woff') format('woff'),
         url('css/functionpro_demioblique_macroman/FunctionPro-DemiOblique-webfont.ttf') format('truetype'),
         url('css/functionpro_demioblique_macroman/FunctionPro-DemiOblique-webfont.svg#webfontrcUUf2f2') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPdots';
    src: url('css/BPdots-fontfacekit/BPdots-webfont.eot');
    src: url('css/BPdots-fontfacekit/BPdots-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/BPdots-fontfacekit/BPdots-webfont.woff') format('woff'),
         url('css/BPdots-fontfacekit/BPdots-webfont.ttf') format('truetype'),
         url('css/BPdots-fontfacekit/BPdots-webfont.svg#webfontrcUUf2f2') format('svg');
    font-weight: normal;
    font-style: normal;
}

.functionprobold {
     font-family: 'FunctionProBold';
}
.functionprodemi {
     font-family: 'FunctionProDemi';
}
.functionprodemioblique {
     font-family: 'FunctionProDemiOblique';
}
.bpdots {
    font-family: 'BPdots';
}

.z-index {z-index:500; position:relative;}



/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Customized Adjustments of Foundation for WordPress
:: Styling Basic WordPress Outputs
:: Customize Foundation Style Pagination for WP-Pagenavi
:: Your Customized Style
*/

/* ---------------------------------------------------
   Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */


	h1, h2, h3, h4, h5, h6 {
font-weight:normal !important;
	}
	
	/* Auto Height for Images for Responsive Design */
	img { height: auto; }
	li { margin-bottom: 2%!important; }

	/* ZURB Navi for Foundation */
	dl.nav { display: block; width: auto; height: 27px; margin: 0 0 18px; }
	dl.nav dt, dl.nav dd { float: left; display: inline; }
	dl.nav dt { color: #999; font-weight: normal; }
	dl.nav dd a { text-decoration: none; margin: 0px 6px; padding: 5px 0px; }
	dl.nav dd:first-child a { margin-left: 0;}
	dl.nav dd a:hover { color:#7B8879 !important;
	-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out; 
-o-transition: all .25s ease-in-out; 
-ms-transition: all .25s ease-in-out; 
	 }
	dl.nav dd.current-menu-item a,
	dl.nav dd.current-post-ancestor a,
	dl.nav dd.current-menu-parent a,
	dl.nav dd.current-post-parent a, dd.active a
	 { border-bottom: 2px solid #FFF; padding-bottom:0px!important; }
	
	dl.nav dd:before {
		content: '/';
		margin: 0 7px;
	}

	dl.nav dd:first-child:before {
		display: none;
	}

	.sub_page_navigation dl.nav dd:before {
		margin: 0 4px;
	}

	/* Foundation-specific presentation CSS by ZURB */
	body { font-size:12px !important }
	div.reverie-header { margin: 0 0 30px 0; padding: 20px 0 0 0; border-bottom: solid 1px #ccc; }
	div.reverie-header h1 { margin-bottom: 0; padding: 0; }
	div.reverie-header h1 a { color: #181818; }
	div.reverie-header h1 a:hover { color: #181818; }
	div.reverie-header .subheader { margin-bottom: 9px; }
	div.highlight { margin-bottom: 12px; }
	img.beta { position: absolute; top: 0px; right: 0px; }

/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	
	/* Resizing the Blog Post */
	.post-box p { line-height: 20px!important; }
	.post-box { font-size: 12px; line-height: 20px!important; }
	.post-box h1 { 
		font-weight: bold;
		font-size: 10px;
		line-height: 1;
		text-transform: uppercase;
		margin-bottom: 25px; 
	}
	.post-box h2 { font-weight: bold; font-size: 26px; line-height: 1; margin-bottom: 2px; }
	.post-box h3 { font-size: 22px;	}
	.post-box h4 { font-size: 18px;	}
	
	/* Add Divider for Listed Posts */
	.divider { background:url(images/divider.png) no-repeat center top; height:36px; margin:20px 0 27px; }	
	
	/* Add Align Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	background: #EEE; margin: 0 0 18px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
	figure.figure figcaption { display: block; padding: 8px 10px; font-size: 13px; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
		
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 10px; padding-top: 20px;	font-size: 1.3rem; font-weight: normal;	}
	
	/* Footer Nav */
	.footer-section { padding-bottom: 10px; padding-top: 20px; font-size: 1.3rem; font-weight: normal; }
	.footer-nav li {
    display: block;
    float: right;
    margin-bottom: 0;
    padding-left: 15px;
}

/*  -------------------------------------------------------
    Customize Foundation Style Pagination for WP-Pagenavi
    ---------------------------------------------------- */ 
    
    div.wp-pagenavi { display: block; height: 24px; margin-left: -5px; color: #555; }
    div.wp-pagenavi a, div.wp-pagenavi span { float: left; display: block; padding: 6px 7px 4px; height: 24px; color: #555; font-size: 15px; margin-left: 5px; }
    div.wp-pagenavi span.pages { padding-left: 0; }
    div.wp-pagenavi .current, div.wp-pagenavi a:hover { border-bottom: solid 2px #00a6fc; color: #141414; }
    div.wp-pagenavi span.unavailable:hover { border-bottom: none; }
	
	
	.valign {display: table!important;width: 100%;}
	.valign > div, .valign > article {display: table-cell;vertical-align: middle; float:none; padding-left:4.4%}
	.valign > div:first-child, .valign > article:first-child {padding-left:0;}
/*  --------------------------
    Your Customized Style
    ----------------------- */
.text-columns-2
{
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	margin-top:25px;
}
.text-columns-2 img {margin:10px auto}

.text-columns-2 img.alignleft, .text-columns-2 img.alignright {
	margin: 0 18px 18px 0;
}
    .round-wire {
        border: 1px solid black;
        border-radius: 10px;
    }
    
    .light.green {
	background-position: 0px 30px !important;
    }
    .light.red {
	background-position: center bottom !important;
    }
	
	.logo_home {
		width:572px;
		height:51px;
		display:block;
		text-indent:-1000em;
		background:url(images/mg_logo_big.png);
		background-repeat:no-repeat;
		margin-bottom:10px;
	}
	
	.logo_sub {
		width:259px;
		height:23px;
		display:block;
		text-indent:-1000em;
		background:url(images/mg_logo_small.png);
		background-repeat:no-repeat;
		margin-bottom:10px;
	}
	
	.home_logo_space {
    border: 3px solid #7C8979;
    height: 75px;
    margin-left: 0 !important;
    padding: 20px 5px 20px 35px;
    width: 600px !important;
}
	.social_home {
		background:url(images/social_bg.png) no-repeat center #7C8979;
		border:none;
		position:relative;
	}
	
	.email_home {
		margin-top:15px;
		margin-bottom:15px;
		margin-left:15px !important;
		height: 100px;
		border:none;
		background:url(images/email_signup_bg.png) no-repeat 15px 15px #7C8979;
		position:relative;
	}
	
	.email_home a {
		display:block;
		width:100%;
		height:100%;
		text-indent:-1000em;
	}
	
	.home_twitter_button a, .home_facebook_button a, .home_hotline_button a {
		position:aboslute;
		display:block;
		text-indent:-1000em;
		width:60px;
		height:60px;
	}
	
	.home_twitter_button a {
		position:absolute;
		left:34px;
		top:10px;
		background:url(images/twitter_top_button.png) no-repeat;
		-webkit-transition: all 1s ease-in-out;
-moz-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out; 
-ms-transition: all .5s ease-in-out; 
	}
	
	.home_twitter_button a:hover {
		-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg); 
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg); 
	}
	
	.home_facebook_button a {
		position:absolute;
		left:130px;
		top:10px;
		background:url(images/facebook_top_button.png) no-repeat;
		-webkit-transition: all 1s ease-in-out;
-moz-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out; 
-ms-transition: all .5s ease-in-out; 
	}
	
	.home_facebook_button a:hover {
		-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg); 
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg); 
	}
	
	.home_hotline_button a {
		position:absolute;
		left:222px;
		top:10px;
		background:url(images/hotline_top_button.png) no-repeat;
		-webkit-transition: all 1s ease-in-out;
-moz-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out; 
-ms-transition: all .5s ease-in-out; 
	}
	
	.home_hotline_button a:hover {
		-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg); 
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg); 
	}
	
	
	
	
	
	.sub_twitter_button a, .sub_facebook_button a, .sub_hotline_button a {
		position:aboslute;
		display:block;
		text-indent:-1000em;
		width:60px;
		height:60px;
	}
	
	.sub_twitter_button a {
		position:absolute;
		left:26px;
		top:15px;
		background:url(images/twitter_top_button.png) no-repeat;
		-webkit-transition: all 1s ease-in-out;
-moz-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out; 
-ms-transition: all .5s ease-in-out; 
	}
	
	.sub_twitter_button a:hover {
		-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg); 
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg); 
	}
	
	.sub_facebook_button a {
		position:absolute;
		left:95px;
		top:15px;
		background:url(images/facebook_top_button.png) no-repeat;
		-webkit-transition: all 1s ease-in-out;
-moz-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out; 
-ms-transition: all .5s ease-in-out; 
	}
	
	.sub_facebook_button a:hover {
		-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg); 
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg); 
	}
	
	.sub_hotline_button a {
		position:absolute;
		left:162px;
		top:15px;
		background:url(images/hotline_top_button.png) no-repeat;
		-webkit-transition: all 1s ease-in-out;
-moz-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out; 
-ms-transition: all .5s ease-in-out; 
	}
	
	.sub_hotline_button a:hover {
		-webkit-transform: rotate(90deg); 
-moz-transform: rotate(90deg); 
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg); 
	}
	




	html, body {
		min-height:100%;
        height: 100%;
	}

	.container {
		background:url("images/center_bg.png") repeat-y scroll center transparent !important;
        max-width: 1060px;
        margin: 0 auto;
		min-height:100%;
        width: 1060px;
	}
	
	body a {color:#FFF;}
	body a:hover { color: #fff; }
	.post a:hover, .sidebar-box a:hover, .footer-nav a:hover { text-decoration: underline; }
	.news_title a:hover { text-decoration: none; }
	
	.nav {
		font-family:'FunctionProDemi';
		text-transform:uppercase;
		font-size:17px;
	}
	
	h3 {
		font-family:'FunctionProDemiOblique' !important;
		font-size:14px;
		text-transform:uppercase;
		letter-spacing:0;
	}
	
	footer {
    font-size: 11px !important;
    color: #FFF;
	margin-top: 30px !important;
    padding-bottom: 30px !important;
}

#content, .content {
    border-radius: 5px;
    background-color: #BBCEB5;
    padding: 15px;
    width: 88% !important; 
}

.home_panels {
    background: url("images/home_panels_bg.png") repeat-y scroll center center #BBCEB5;
    border-radius: 5px 5px 5px 5px;
    padding: 15px;
}

.clear {
	clear:both;
}

.panel_header {
    font-size: 8px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

#twitter_area h3 {
	font-size: 8px !important;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
	font-family:arial !important;
	font-weight:normal;
}

.home_panel div {
	font-size: 8px;
    text-transform: uppercase;
    color: #000;
	letter-spacing: 2px;
}

.home_panels_more a {
	background-color:#000;
	color:#BACDB4;
	font-size:10px;
	padding:3px;
}

a.permalink {
    background-color: #7C8979;
    color: #B9CCB3;
    display: inline-block;
    font-size: 10px;
    line-height: 1.1;
    margin: 7px 15px 0px 7px;
    padding: 2px;
}

a.permalink:hover {
	background-color:#A5B6A0;
}

.home_panels_more a:hover, a.permalink:hover {
	border-bottom:none;
	background-color:#7C8979;
}

.home_panel hr, hr, .divider {
	border: none;
	clear: both;
	margin: 12px 0 18px;
	height: 1px;
	background: url(images/divider_bg.gif) repeat-x 0 0;
}

.event_date {
    background-color: #BACDB4;
    float: left;
    font-family: FunctionProBold;
    height: 60px;
    margin-bottom: 10px;
    margin-right: 15px;
    width: 60px;
}

.event_date .month {
	margin-top:3px;
}

.event_date .month, .event_date .year {
	font-size:10px;
	color:#7D8A7A;
	text-align:center;
}

.event_date .day {
	text-align:center;
	color:#FFF;
	font-size:25px;
	letter-spacing:0;
	margin-top:4px;
}

.homepage_tour_info {
	padding-top:15px;
}

.homepage_tour_info .venue {
	color:#6C7767;
	margin-top:-10px;
	letter-spacing:1px;
}

.home_top {
	margin-bottom:15px !important;
}

.home_top_left {
	float:left;
	width:660px;
}

.listen_home #listen {
    background-color: #BBCEB5;
    background-image: url("images/listen_graphic.png");
    background-position: 23px 18px;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: right;
    height: 236px;
    margin-top: 15px;
    text-indent: -1000em;
    width: 300px;
    cursor: pointer;
	-webkit-transition: all 1s ease-in-out;
-moz-transition: all .5s ease-in-out; 
-o-transition: all .5s ease-in-out; 
-ms-transition: all .5s ease-in-out; 
}

.listen_home #listen:hover {
	background-color:#C7DBC1;
}

#twitter_area .row .nine.columns {
    width: 90%;
    margin-left: 0;
    font-family: FunctionProDemi;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 10px;
    color: #6C7767;
}

#twitter_area .row .three.columns {
    display: none;
}

#twitter_area .links a {
	margin-left:10px;
}
.media_item {
    background-color: #a4b6a0;
    padding: 20px;
    width: 96% !important;
}

.media_item:nth-child(even) {
    background-color: transparent;
}

.royalCaption {
    color: #fff !important;
}
a {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out; 
	-o-transition: all .25s ease-in-out; 
	-ms-transition: all .25s ease-in-out; 
}

/* remove effect from links */
a.sc-play,a.sc-pause, a.reveal-modal, a.close-reveal-modal, a.play, a.next, a.prev, a.pause, body.ios a {
	-webkit-transition: none;
	-moz-transition: none; 
	-o-transition: none; 
	-ms-transition: none; 
}

.nav_item, .post-next a, .post-previous a {
    padding: 15px 20px;
    margin: 0px 5px;
    display: inline-block;
    color: black !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out; 
	-o-transition: all .25s ease-in-out; 
	-ms-transition: all .25s ease-in-out; 
    border-radius: 5px;
    border:1px solid #6C7767;
}	

.nav_item {
	padding: 15px 20px;
}

.post-next a, .post-previous a {
	padding: 8px 18px;
}

.post-next {
	float: right;
}

.post-previous {
	float: left;
}

#post-nav { 
	overflow: hidden; 
	margin-bottom: 15px;
	margin-top: 15px;
}

.nav_item:hover, .post-next a:hover, .post-previous a:hover {
	background-color:#FFF;
}

.nav_item.selected {
    background-color: #6C7767;
    color: #BACDB4 !important;
}
.nav_item_area {
    margin-top: 5px;
    margin-bottom: 20px;
}
.single-image-item img {
    width: 80px;
    height: 80px;
    margin: 0 2px;
    cursor: pointer;
}

.ie8 .single-image-item img {
	width: auto; /* Fix bug that caused IE to display images as 4px wide. */
}

.projects_page img {
    margin: 5px;
}
.needle {
	background: url(images/needle.png) no-repeat 0 0;
	width:108px;
	height:114px;
	position: absolute;
	right:46px;
	top	:29px;
}
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% { -webkit-transform: translate(0%); }
  15% { -webkit-transform: translate(0) rotate(-65deg); }
  30% { -webkit-transform: translate(0) rotate(90deg); }
  45% { -webkit-transform: translate(0) rotate(-30deg); }
  60% { -webkit-transform: translate(0) rotate(40deg); }
  75% { -webkit-transform: translate(0) rotate(-11deg); }
  100% { -webkit-transform: translate(0%); }
}

@-moz-keyframes wobble {
  0% { -moz-transform: translateX(0%); }
  15% { -moz-transform: translate(0) rotate(-65deg); }
  30% { -moz-transform: translate(0) rotate(90deg); }
  45% { -moz-transform: translate(0) rotate(-30deg); }
  60% { -moz-transform: translate(0) rotate(40deg); }
  75% { -moz-transform: translate(0) rotate(-11deg); }
  100% { -moz-transform: translateX(0%); }
}

@-o-keyframes wobble {
  0% { -o-transform: translateX(0%); }
  15% { -o-transform: translate(0) rotate(-65deg); }
  30% { -o-transform: translate(0) rotate(90deg); }
  45% { -o-transform: translate(0) rotate(-30deg); }
  60% { -o-transform: translate(0) rotate(40deg); }
  75% { -o-transform: translate(0) rotate(-11deg); }
  100% { -o-transform: translateX(0%); }
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translate(0) rotate(-65deg); }
  30% { transform: translate(0) rotate(90deg); }
  45% { transform: translate(0) rotate(-30deg); }
  60% { transform: translate(0) rotate(40deg); }
  75% { transform: translate(0) rotate(-11deg); }
  100% { transform: translateX(0%); }
}

.wobble {
	-webkit-animation-name: wobble;
	-moz-animation-name: wobble;
	-o-animation-name: wobble;
	animation-name: wobble;
}

.small_nav {
	font-size:15px;
	
}

.sub_page_navigation {
    background-color: #BBCEB5;
    border: 3px solid #7C8979;
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 50px;
    margin-top: 15px;
    padding: 20px;
    width: 500px;
}

.sub_page_social {
	background:url(images/sub_social_bg.png) no-repeat center #7C8979;
    border-radius: 10px 10px 10px 10px;
    float: left;
    height: 96px;
    margin-left: 15px;
    margin-top: 15px;
    width: 240px;
    position: relative;
}

.sub_page_listen #listen {
    background-color: #BBCEB5;
    background-image: url("images/listen_graphic_small.png");
    background-position: 23px 12px;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    display: block;
    float: right;
    height: 96px;
    margin-top: 15px;
    text-indent: -1000em;
    width: 141px;
    cursor: pointer;
}

.sub_page_listen #listen:hover {
	background-color:#C7DBC1;
}

.news_date {
	color:#000;
	font-size:8px;
	letter-spacing:2px;
	text-transform:uppercase;
}

.news_title h3 {
    font-size: 22px !important;
}

.news_post hr {
    margin: 30px 0 0 !important;
    padding-bottom: 35px;
}

.news_post .thumb {
    float: left;
    margin-right: 15px;
    width: 150px;
}
.news_post .excerpt {
}

.single-post .post .thumb {
    float: left; margin: 0 10px 10px 0
}

.sidebar-section strong {
    font-weight: normal;
}
.sidebar-section h6 {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.led_panel {
    font-size: 200px;
    height: 250px;
    text-transform: uppercase;
    line-height: 240px;
    color: #ff0000;
    position: absolute;
    left: 0px;
    top: 39px;
    width: 900000px;
}
#special_slide {
    background: transparent url("images/extra_panel_bg.png") center center no-repeat;
    height: 311px;
    width: 851px;
    float: left;
    position: relative;
}
#special_slide #controls {
    width: 162px;
    height: 261px;
    /*border: 1px solid red;*/
    position: absolute;
    left: 50px;
    top: 20px;
}
#special_slide .left_side, #special_slide .right_side {
    width: 50%;
    height: 36px;
    position: relative;
    display: inline-block;
}
#special_slide .right_side {
    
}
#special_slide .switch {
    background: transparent url("images/off_on_switch.png") top center no-repeat;
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: absolute;
}
#special_slide .left_side .switch {
    top: 0px;
    left: 20px;
}
#special_slide .switch.selected {
    background-position: bottom center;
}
#special_slide .light {
    background: transparent url("images/light_sprite.png") top center;
    width: 15px;
    height: 15px;
    position: absolute;
}
#special_slide .left_side .light {
    top: 10px;
    left: 4px;
}
#special_slide .right_side .light {
    top: 10px;
    left: 36px;
}
#special_slide #panel_wrapper {
    width: 620px;
    height: 274px;
    position: absolute;
    top: 20px;
    left: 208px;
    overflow: hidden;
    /*border: 2px solid white;*/
}

.home-slider-border {
    background-color: #7C8979;
    margin-bottom: 15px;
}

.media_launcher, ._media_launcher {
    font-family: 'FunctionProDemiOblique';
    text-transform: uppercase;
    color: white;
}

.media_launcher:hover, ._media_launcher:hover {
	color:black;
    cursor:pointer;
}
.media-gallery-image {
    width: 180px;
    height: 118px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    background: transparent url("images/wood_frame.png") center center repeat;
}
.home_panels h3 {
	font-size:14px !important;
}

.home_panels h3:hover {
	color:#FFF;
}

.footer-nav a:hover {
	text-decoration:underline;
}

.prod {
	text-indent: -999em;
	display: inline-block;
	width: 71px;
	height: 28px;
	background: transparent url(images/prod.png) no-repeat;
}

.prod:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

footer .prod {
	margin-left: 25px;
	position: relative;
	top: -5px;
}

.home_tour {
	background:url(images/home_tour_header_bg.png) no-repeat right;
	padding: 10px 0;
}

#twitter_area h3 {
    background: url(images/home_twitter_header.png) no-repeat right;
    padding: 10px 0;
}

.home_news {
	background: url(images/home_news_header.png) no-repeat right;
	padding:10px 0;
}

.widget_archive {
	background: url(images/news_archive_header.png) no-repeat right 30px;
	padding:10px 0;
}

.widget_archive ul {
	font-family:'FunctionProDemiOblique';
	text-transform:uppercase;
}

.home_panels_more {position: relative;}

/* //////////////////////// TOUR //////////////////////// */
.row.event-item > div, .buy_links .valign > div {height: 60px;}
.event-item {
    padding: 15px;
    width: 900px !important;
}
.on_sale {font-weight:bold; font-size: 12px;}
.event-item:nth-child(2n) {
	background-color:#A4B6A0;
}

.event-item .city, .event_detail .city {
    color: #000000;
    font-family: 'FunctionProDemiOblique';
    font-size: 20px;
    margin-bottom: 5px;
    padding-top: 13px;
    text-transform: uppercase;
}

.event-item .two.columns, .event_detail .two.columns {
    width: 7% !important;
}
.valign .event_date, .event-item .valign  .city {padding-top:0;}
.location a {font-weight: bold; margin-left:5px;}
.read-more:hover {
    /*text-decoration: underline;*/
}
.read-more {
    /*color: #50584C !important;*/
	float: none !important;
	line-height: normal !important;
}
.set_list h6 {
font-size: 8px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#show_details {
   margin-top: 25px;
}
#show_details ul li {
    margin-bottom: 5px !important;
}

.band {
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
}

.tickets, .tickets.no-link {
	display:block;
	text-indent:-10000px;
	width:80px;
	height:45px;
	background:url(images/tix_button.png) no-repeat top;
	float:right;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

.tickets:hover, .tickets.no-link {
	background-position:bottom;
}

.venue_link {
	margin-left: 0px !important;
	text-decoration: underline;
	color: #50584C;
}

.tickets.no-link {
    cursor: default !important;
}

.sold-out {
    background: url("images/sold_out_icon.png") no-repeat top !important;
}

.tour_nav {
    margin: 0 10px 15px -5px !important;
}

/* //////////////////////// PROJECTS //////////////////////// */

h1.album_title {
	font-family:'FunctionProDemiOblique';
	font-size:20px;
	text-transform:uppercase;
}

.buy {
    background-color: #A5B6A0;
    color: #50584C !important;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.download {
    background-color: #FFF;
    color: #50584C !important;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 20px;
    text-transform: uppercase;
	margin-left:5px;
}

.buy:hover, .download:hover {
	background-color:#DFF6D8;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out; 
	-o-transition: all .25s ease-in-out; 
	-ms-transition: all .25s ease-in-out;
}

.tracklisting {
	margin-top:20px !important;
}

.about_album h6, .tracklisting h6 {
	font-size: 8px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    background: url(images/about_bg.gif) no-repeat 0 0;
    height:40px;
    width:272px;
    padding: 16px 0 14px 12px;
}

.about_album {
margin-top:30px !important;
}

#fb_iframe_widget {
    margin-left: -20px;
    height: 23px !important;
}

.share-links {
	width: 80%;
	display: inline-block;
}

.share-link {
	/* We're moving the background image on a sprite and we don't want to transition that. */
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}

.row .event-item .three.columns {
    width: 22.68%;
}

.row .event-item .seven.columns {
    width: 60.5%;
    margin-left:2.2%
}
li.song {position: relative; padding:2px; margin-bottom:3px!important;height: 18px;}
.song:nth-child(even) {background: #A5B6A0}
.song .track-title {
    color: #50584C;
    left: 30px;
    position: absolute;
    top: 3px;
    z-index: 100;
}
.song .sc-player {line-height: 1; height:18px}
.song .sc-player .sc-controls a {background:url(images/mini_player_buttons.png) no-repeat left top; width:14px; height:14px; display:block;}
.song .sc-player .sc-controls a.sc-play:hover {background-position: left bottom}
.song .sc-player .sc-controls a.sc-pause {background-position: right top;}
.song .sc-player .sc-controls a.sc-pause:hover {background-position: bottom top;}
.song .sc-player .sc-scrubber {display:none!important;}
.song .sc-player .sc-controls {width: 14px;height: 14px;top: 2px;left: 2px;}
/* slider controls */

.home-slider-border {
	/* Hide other slides while royalSlider loads. */
	height: 330px;
	overflow: hidden;
}
#homepage_gallery.royalSlider {height:310px; max-height:310px; min-height:310px;	padding: 10px;}
#homepage_gallery.royalSlider .royalWrapper {
    height:310px;
}
#homepage_gallery.royalSlider .rsOverflow {
    width: 850px !important
}
#homepage_gallery.royalSlider .royalControlNavOverflow,
#homepage_gallery.royalSlider .rsNavWrapper
{
	position: static;
	float: left;
	width: 99px;
	height: 310px;
	display: table;
}

#homepage_gallery.royalSlider .rsNav {
	float: none;
	position: relative;
	left: auto;
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

#homepage_gallery.royalSlider .royalControlNavCenterer {
	float: none;
	left: 0;
	position: static;
	margin: 0 auto;

}

.home .royalSlider .thumbsArrow.disabled {display:none	}
.home #homepage_gallery.royalSlider .royalControlNavOverflow span,
.home #homepage_gallery.royalSlider .rsNav span {
	background: transparent none no-repeat scroll 0 0;
	font-size: 10px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	text-align: center;
	display: block;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid white;
	margin: 8px auto;
	padding: 7px;
	line-height: 1.5;
}
.home #homepage_gallery.royalSlider .royalControlNavOverflow.royalThumbs {
	width: 46px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	top: 0;
	right: 0;

}
.home #homepage_gallery.royalSlider .royalControlNavThumbsContainer {width:46px!important; left:0!important;}

#homepage_gallery .royalWrapper { overflow: hidden; float: left; }

#homepage_gallery .thumbsArrow, #homepage_gallery .arrow { 
	display: none !important;
	/* !important is needed to override style attribute. */
}

/* Current control navigation item */
#homepage_gallery.royalSlider .rsNavSelected span,
#homepage_gallery.royalSlider span:hover {
    background-color: #fff !important;
    color: #7C8979 !important;
}

/* Thumbnails */
.royalSlider .royalControlNavOverflow a.royalThumb{
    /*background: none no-repeat 0 0;*/
    /*background-color: ;*/
    width:65px;
    height:65px;
    /* thumbnails spacing, use margin-right only */
    margin-right:4px;
    background-size:100%;

}

/* MODAL */
.reveal-modal {
	visibility: hidden;
	top: 100px;
    /*
    LB - these are killing responsiveness
	left: 50%;
	margin-left: -300px;
	width: 520px;
	padding: 30px 40px 34px;
	*/
	background: transparent!important;
	position: absolute;
	z-index: 2001;
    width: 520px;

	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
}

@media only screen and (max-width: 767px) {

    .reveal-modal {
       width: 80%
    }
}

.reveal-modal .close-reveal-modal {
	top: 10px;
	right: 10px;
	background: url(../../plugins/prod-media/js/fancybox/images/lightbox_controls.png) no-repeat right top;
	width: 47px;
	height: 48px;
	cursor: pointer;
	z-index: 20000;
	text-indent:-20000px
}
.reveal-modal .close-reveal-modal:hover {background-position: right bottom}
.reveal-modal h2 {
    font-family: 'MuseoSlab700';
    text-align: center;
    letter-spacing: 3px;
    color:#7C8979;
}
.reveal-modal h2 span {color:#BBCEB5}
.reveal-modal h1 {
	font-family: 'FunctionProDemiOblique';
	text-align: center;
	font-size: 76px;
	color: white!important;
}
.gc-cs-link {
	color: white!important;
	text-decoration: none!important;
}

.page-template-page-media-php .royalSlider .royalControlNavOverflow.royalThumbs, .single-tour_dates .royalSlider .royalControlNavOverflow.royalThumbs, .single-projects .royalSlider .royalControlNavOverflow.royalThumbs, #gallery .royalControlNavOverflow {display:none; }
#gallery.royalSlider .royalWrapper {width:100%!important;}
#gallery .arrow.right {
	width: 0; 
	height: 0; 
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #fff;
	display:block!important;
	width: auto!important;
	height: auto!important;
	right: 100px!important;
}
#gallery .arrow.left {
	width: 0; 
	height: 0; 
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-right: 30px solid #fff;
	display:block!important;
	width: auto!important;
	height: auto!important;
	left: 100px!important;
}

.event_detail .location {
    margin-left: 20px;
    top: -10px;
}

#show_details ul li {
    list-style-image: url(images/arrow_bullet.png);
    margin-left: 15px;
}

#content.news_page {
    background-color: transparent;
}

.news_page #sidebar {
    /*background-color: #BBCEB5;*/
    
}


body.single-songs h3 {
    font-size: 20px;
	padding-top:30px;
}

#appears_on_project {
	background: url("images/news_archive_header.png") no-repeat scroll right 30px transparent;
	padding-top:30px;
}

body.single-songs p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px;
}

body.single-songs .share-links {
    margin-top: 15px;
}

#appears_on_project .attachment-thumb {
    background-color: #333333;
    display: block;
    overflow: hidden;
    width: 100px;
}

#appears_on_project h2 {
    font-family: 'FunctionProDemiOblique';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 1px;
}

#appears_on_project a {
    text-transform: uppercase;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 1px;
}

.about_album p {
    line-height: 20px !important;
    margin-bottom: 12px !important;
}

.fb-iframe {
    height: 23px;
}

.news_post a.read-more {
    background: none repeat scroll 0 0 transparent;
    color: #000000;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.news_post a.read-more:hover {
    color: #FFF;
    background: none;
}

.vertical_space {
    height: 10px;
}

.round {
	border-radius: 5px;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
}

.thin_border {
	border:1px solid #7C8979;
}

.email_signup_header {
    font-family: 'FunctionProDemiOblique';
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
    margin-bottom: 15px;
}

.signup_title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    color: #B0C2AA;
}

#email_signup input {
    border-radius: 5px;
    border: none;
    padding: 10px;
    margin-bottom: 16px;
    width: 150px;
}

#email_submit {
    display: block;
    margin-left: 0;
    font-family: 'FunctionProBold';
    color: #50584C;
    font-weight: normal;
    background: #A5B6A0;
}

.fancybox-inner { overflow: hidden }
.fancybox-close { right: 20px }

#media_explorer h2, #video_gallery h2.title, #photo_gallery h2.title {
    color:#fff;
    font-size: 2em;
    font-family: 'FunctionProDemiOblique';
    text-transform:uppercase;
}
/*Wrap title in div that leaves room for close button and prevent overlap*/
#media_explorer .title-container,  #video_gallery h2.title {
    margin-right: 40px;
}

#video_gallery, #photo_gallery { width: 100%; top: 0; bottom: 0; left: 0; margin-left: 0; padding: 0; position: fixed }
#video_gallery .inner, #photo_gallery .inner { position: absolute; top: 40px; bottom: 40px; width: 100%; }
#video_gallery .title,#photo_gallery .title { margin: 10px; text-align: left }

.expand .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

.hide-until-lightboxed { display: none }
.reveal-modal .hide-until-lightboxed { display: block; padding: 0 0 10px 10px }

.rsDefault .rsArrowIcn {
    width: 24px;
    height: 48px;
    margin-top: -24px;
    margin-left: -12px;
    background: transparent
}
.rsDefault .rsArrowIcn:hover {
    background: transparent
}
.rsDefault .rsArrow {
    bottom: 50px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-image: url('/wp-content/plugins/prod-media/js/fancybox/images/lightbox_controls.png');
    background-position: 0px 0px;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn:hover {
    background-position: 0px -48px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-image: url('/wp-content/plugins/prod-media/js/fancybox/images/lightbox_controls.png');
    background-position: -24px 0px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn:hover {
    background-position: -24px -48px;
}
.rsDefault .rsGCaption {
    color: white;
}
#media_explorer {
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
#media_explorer .galleryWrapper {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    width: 100%;
}