/*
 * Styles specifically added for ONA14 
 *
 */
 
 
@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100&text=CHICAGO);

/*
Some alternate Google fonts:

Add to import, if using: |Source+Sans+Pro:200,400,700|Titillium+Web:400,200,700

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: 'Raleway', sans-serif;
}

body {
/*border-bottom: 10px solid #36A0E0;	*/
}
body.responsive.layout-full #page-wrapper {
border-bottom: 10px solid #111;
}
#primary.wide,
.full-width #primary {
width:100%;
}

/* ---------------------- */
/* Theme Widget overrides */
/* ---------------------- */

.widget_circleicon-widget .circle-icon-box p.text {
	font-size:1.2em;
}
header#masthead {	
	background: #A5DDFF;
	z-index: 990;
	position: relative;
}
header#masthead hgroup {
	padding:10px 0;	
}
header#masthead hgroup .logo img {
	margin-bottom: -39px;
	position: relative;
	left: -20px;
	margin-top: -39px;
	width: 245px;	
}
header#masthead hgroup .support-text {
	top:inherit;
	bottom:20%;
	font-style:normal;
	font-size:1.1em;	
	color: #363688;
	font-weight:100;
	max-width:none;
}

#lead-image {
	background: url(http://ona14.journalists.org/wp-content/themes/ONA14/images/chicago1.jpg) center no-repeat;
	text-align: center;
	padding: 70px 30px;
	color: #fff;
	text-shadow: 0px 1px 2px #333;

}
#lead-image h1 {
	line-height: 1;
	margin: 20px 0;
	font-weight: bold;
	font-size: 3em;
	color: #fff;
}
#lead-image p {
	margin: 0 0 20px;
	font-size: 1.3em;
	line-height: 1.1;
	font-weight: 400;
}
#lead-image a {
	font-weight: bold;
	color:white;
	text-decoration: none;
}
#pg-home-0 .widget-title a:hover,
#pg-home-1 .widget-title a:hover,
#pg-home-2 .widget-title a:hover,
#pg-home-3 .widget-title a:hover,
#youtube_feed .widget-title a:hover,
#lead-image a:hover {
	color: #F47E3C;
	text-decoration: underline;
}

#pg-home-1 {
	margin-bottom:0;
}
#youtube_feed {
	overflow:auto;
	padding-top: 25px;
}
@media (min-width:600px){
	#youtube_feed {
		border-top: 1px dotted #CCC;
	}
}

/* Ads */
#pg-home-4 {
display: table;
margin: 0 auto;
}
#pg-home-4 .panel-grid-cell {
float: left;
}

@media (max-width:680px){
	#pg-home-4 .panel-grid-cell {
	float: none;
	}
	#pgc-home-4-0, 
	#pgc-home-4-1, 
	#pgc-home-4-2 {
	width: 100%;
	margin: 0 auto;
	}	
	#pg-home-4 {
	width:100%;
	}
}
/* End Ads */

.home .entry-content .widget-title {
	font-weight: 400;
	font-size: 2em;
	text-align: center;
}
.home .entry-content .widget-title a {
	color:black;
	text-decoration: none;
}

#quotes {
	margin-bottom: 30px;
}
.quote {
	width:80%;
	margin:0 auto;
	text-align: center;
	font-size: 1.2em;
}
.quote:not(:first-of-type) { display: none;}
#quotes .quote p {
	line-height: 1.5;
	margin-bottom: 10px;
}
.quote span {
	font-weight: bold;
}

.home .entry-content ul {
	list-style: none;
	overflow: auto;
	margin-left: 0;
}
.home .entry-content li {
	margin-left: 0;
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0 20px;
}
#pg-home-0 li a,
#pg-home-1 li a,
#youtube_feed li a.feed_headline {
	text-decoration: none;
	font-size: 1.2em;
	padding-bottom: 11px;
	display: block;
}
.video_feed {
	margin-bottom: 40px;
}
#pg-home-0 li .post-date,
#pg-home-1 li .post-date,
#youtube_feed li .post-date {
	display:block;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding-bottom: 5px;
}
#youtube_feed img {
	border-radius: 0;
	border: 1px solid #DDD;
}
#youtube_feed .more {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 45px;
}
#youtube_feed.video_feed .more {
	margin-bottom: 20px;
}
#homelogos {
	display:table;
	margin:0 auto;
text-align: center;
}
#homelogos img {
	padding:10px 15px;
	max-width: 150px;
	height: auto;
	display: block;
}
@media (max-width:800px) and (min-width:601px) {
	#youtube_feed li, 
	#pg-home-0 li, 
	#pg-home-1 li {
		width:33%;
		margin-bottom:20px;
	}
	#youtube_feed li:nth-of-type(4),
	#pg-home-0 li:nth-of-type(4),
	#pg-home-1 li:nth-of-type(4) {
		clear:left;
	}
}
@media (max-width:600px) {
	#youtube_feed li,
	#pg-home-0 li,
	#pg-home-1 li {
		float:none;
		width:100%;
		margin-bottom:15px;
		border-bottom:1px dotted #ccc;
		padding-bottom:15px;
	}
}
@media (max-width:710px) and (min-width:680px) {
	body.responsive header#masthead hgroup .support-text {
		display:none;	
	}
}
@media (max-width:680px) {
	body.responsive header#masthead hgroup .support-text {
		margin:0 0 5px;	
	}
	.social-icons {
		overflow:auto;
		display:inline-block;
	}
	header#masthead hgroup .logo img {
		left: 0;	
	}
	hgroup .social-icons .circle-icon-wrapper:last-of-type {
		margin-left:0;
	}
}



/* Social Media */
hgroup .widget_circleicon-widget .circle-icon-box.circle-icon-position-top {
padding-top:0;
}
hgroup .circle-icon-wrapper {
float: right;
margin-top:10px;
margin-left:10px;
}
hgroup .widget_circleicon-widget .circle-icon-box.circle-icon-position-top .circle-icon {
position: relative;
border-radius: 50%;
top: inherit;
left: inherit; 
margin-left: 0;
width: 45px;
height: 45px;
}

/* Other theme overrides */

#page-title { 
letter-spacing: 1px;
margin-top: 7px;
margin-bottom:30px;
font-weight:100;
line-height: 120%;		
}

article.post .entry-header h1.entry-title a:hover, 
article.page .entry-header h1.entry-title a:hover {
color: #F47E3C;
}

.archive article.post .entry-header, 
.archive article.page .entry-header {
margin-bottom:0;
}
#page-title a {
font-weight:100;
color:#248CC8;
}
#page-title a:hover {
color:#F47E3C;
}

.entry-content img {
	-webkit-box-shadow:none;
	box-shadow:none;	
}

/* ----------------------------------------------------------------------------- */
/* Series of media queries so post and page content changes size with page width */
/* ----------------------------------------------------------------------------- */


.entry-content p, .entry-content > ul, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
margin: 1em 0;
font-size: 1.4em;
font-weight: 100;
line-height: 200%;
}
article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
font-size: 3.7em;
font-weight: 700;
line-height: 100%;
margin-bottom: 15px;
}
.entry-content h2 {
font-size: 2em;
font-weight: 700;
}
@media (max-width:1000px){
	.entry-content p, .entry-content > ul, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
	font-size: 1.2em;
	}
	article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
	font-size: 3.3em;
	}
}
@media (max-width:800px){
	.entry-content p, .entry-content > ul, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
	font-size: 1em;
	font-weight: 400;
	}
	article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
	font-size: 2.8em;
	}
}
@media (max-width:680px) and (min-width:480px){
	/* Same values of max-width: 1000 */
	.entry-content p, .entry-content > ul, .entry-content > li, .entry-content > dl, .entry-content pre, .entry-content code, .entry-content blockquote {
	font-size: 1.2em;
	font-weight: 100;
	}
	article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
	font-size: 3.3em;
	}
}


/* ------------------------------------------------------------------------------ */
/* ----------------------------- Some global styles ----------------------------- */
/* ------------------------------------------------------------------------------ */


/* ------------ */
/* Table styles */
/* ------------ */

.entry-content td {
padding: 10px 5px;
border-bottom: 1px solid #DDD;
font-size: 1.2em;
font-weight: 100;
}
.entry-content tr:nth-of-type(2n) {
background:#eee;
}

/* ------------ */
/* Form styling */
/* ------------ */

.standard_form label {
font-size: 1.4em;
line-height: 200%;
color:black;
}
.standard_form label + p {
	margin-top:0;
}
.standard_form input[type=text], 
.standard_form input[type=email], 
.standard_form input[type=password] {
display: block;
margin: 5px 0 15px;
width: 100%;
box-sizing: border-box;
padding: 10px;
font-size: 1.2em;
font-weight: 300;
}
.standard_form textarea,
.standard_form select {
display: block;
width: 100%;
box-sizing: border-box;
padding: 10px;
margin-bottom: 15px;
}
.standard_form textarea {
height: 180px;
}
input[type=submit] {
background: #36A0E0;
color: #FFF;
font-size: 1.1em;
box-shadow: none;
text-shadow: none;
border: 0;	
}
input[type=submit]:hover {
background:#A5DDFF;	
box-shadow: none;
text-shadow: none;
border: 0;
}


/* http://uplifted.net/programming/change-default-select-dropdown-style-just-css/ */
.standard_form select {
border: 1px solid #ccc !important;  /*Removes border*/
-webkit-appearance: none;  /*Removes default chrome and safari style*/
-moz-appearance: none; /* Removes Default Firefox style*/
background: url('../../../wp-content/themes/ONA14/images/select_arrow.png') no-repeat; /*Adds background-image*/
background-position: right 13px top 13px;  /*Position of the background-image*/
width: 100%; /*Width of select dropdown to give space for arrow image*/
text-indent: 0.01px; /* Removes default arrow from firefox*/
text-overflow: "";  /*Removes default arrow from firefox*/
position:relative;
/*My custom style for fonts*/
font-size:1.2em;
font-family: 'Raleway', sans-serif;
cursor:pointer;
}
.standard_form .tags {
overflow:auto;	
}
.standard_form .tags label {
width:33%;
box-sizing:border-box;
float:left;
font-size:1.2em;
font-weight:400;
cursor:pointer;
}
@media (max-width:800px) {
	.standard_form .tags label {	
	width:50%;
	}
}
.standard_form input[type="submit"] {
width:100%;
margin-top:15px;	
}



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

#footer_contact {
max-width: 1080px;
margin:0 auto;
padding-top:50px;
overflow:auto;	
}
#footer_contact div {
float:left;	
box-sizing:border-box;
width:60%;
color:#ccc;
}
#footer_contact div.left {
padding-right:50px;
width:40%;
}
#footer_contact .left p {	
line-height: 160%;
font-size: 1.1em;
}
#footer_contact h3 {
font-size: 3.6em;
color: #36A0E0;
text-transform: uppercase;
line-height: 78%;
font-weight:bold;
margin-bottom: 15px;
}
#footer_contact dt, 
#footer_contact dd {
display: inline-block;
margin: 0;
width: 50%;
}
#footer_contact dl a {
display:block;
padding: 15px 5px;
border-bottom: 1px dotted #666;
color:#ccc;
text-decoration:none;
}
#footer_contact dl a:last-of-type {
border-bottom:0;
}
#footer_contact dl a:hover {
background: #ccc;
color:#2F3033;
}
@media (min-width:851px) {
	#footer_contact dl {
	position:relative;
	top: -15px;	
	}	
}
@media (max-width:850px) {
	#footer_contact div,
	#footer_contact div.left {
	float:none;
	width:100%;	
	}
}
@media (max-width:490px){
	#footer_contact dt, 
	#footer_contact dd {
	display:block;
	width:100%;	
	}
}

#org_footer {
margin:30px auto 50px;
padding-top:30px;
border-top:1px dotted #6B6A6A;	
overflow:auto;
max-width: 1080px;
position:relative;
}
#org_footer > img {
float:left;
}
#org_footer .footnotes {
float:right;	
color:#ccc;
line-height: 200%;
text-align: right;
padding-top: 22px;
font-size: 1.1em;
}
@media (max-width:740px) {
	#org_footer > img {
	float: none;
	margin: 0 auto;
	display: block;
	}
	#org_footer .footnotes {
	float:none;
	clear:left;
	text-align:center;	
	}
}

/* ---------- */
/* Blue links */
/* ---------- */

a.blue {
color: #FFF;
padding: 2px 5px;
background: #36A0E0;
text-decoration: none;
}
a.blue:hover {
background:#4886AC;
color:#bbb;
}

/* --------------- */
/* Category Colors */
/* ----------------*/

.listen {		color: #5BAF46;}
.solve {		color: #AD58BD;}
.make {			color: #277CA3;}
.midway {		color: #B5BB1E;}
.suggestion {	color: #F66;}
.normal_post {	color: #36A0E0;}

.suggestion_after:after {	background: #F66; }


/* ------- */
/* Buttons */
/* ------- */

.maxbutton-1, 
.maxbutton-2, 
.maxbutton-3, 
.maxbutton-4, 
.maxbutton-5, 
.maxbutton-6, 
.maxbutton-7, 
.maxbutton-8, 
.maxbutton-9, 
.maxbutton-10, 
.maxbutton-11, 
.maxbutton-12, 
.maxbutton-13, 
.maxbutton-14, 
.maxbutton-15 { display:block; max-width:500px; }

/* --------- */
/* Post Type */
/* --------- */

h2.post-type {
font-size: 1.1em;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 30px;
padding-left: 25px;
position:relative;
display: inline-block;
margin-top: 7px;
}
h2.post-type a {
color: #4F5968;
text-decoration:none;	
}
h2.post-type a:hover {
color: #F47E3C;	
}
h2.post-type:after {
left: 0;
top: 1px;
content: " ";
width: 15px;
height: 15px;
border-radius: 50%;
position: absolute;
pointer-events: none;
}

.addthis_toolbox {
float:right;	
width: 196px;
}
@media (max-width:470px) {
	.addthis_toolbox {
	float:none;
	margin-bottom:30px;	
	}
}
.disqus-promo {
	background:#eee;
	border-radius:5px;
	padding:10px;
	overflow:auto;
	margin:0 0 30px -10px;
	line-height: 27px;
}
.disqus-promo img {
	float:left;
	margin-right:20px;
	width: 150px;
}

/* ------------------------------------------------------------------------------------- */
/* ----------------------------- Styles for specific pages ----------------------------- */
/* ------------------------------------------------------------------------------------- */


/* --------------- */
/* Home Lead Image */
/* --------------- */


#lead_img {
	width:100%;	
	height:450px;
	position:relative;
	overflow:hidden;
	text-align:center;
}
#lead_img img {
	min-width:100%;
	min-height:450px;
	position:absolute;
	z-index:-1;
	left:0;
}
@media (max-width:1200px) {
	#lead_img img {
		position:absolute;
		left:50%;
		margin-left:-600px;
	}
}
@media (max-width:700px) {
	#lead_img {
		height:300px;	
	}
	#lead_img img {
		max-height:300px;
		min-height:inherit;
		margin-left:-360px;	
	}
}
#lead_banner {
	margin:170px auto 0;
	padding:15px 80px;
	background:rgba(21, 160, 238, 0.9);
	color:white;
	position:relative;
	display: inline-block;
	font-size: 5em;
	font-weight: 100;
	letter-spacing: 13px;
	line-height:100%;
	-webkit-box-shadow:inset 0 0 100px 5px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 100px 5px rgba(0,0,0,0.5);
	font-family: 'Lato', sans-serif;
}
@media (max-width:700px) {
	#lead_banner { 
		display:block;
		margin-top:110px;
		font-size: 3em;
		padding:15px 0;
	}
}
@media (min-width:700px) {
	#lead_banner:before {
		left: -9%;
		top: -73%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		z-index:-1;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-bottom-color: rgba(21, 160, 238, 0.8);
		border-width: 60px;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#lead_banner:after {
		right: -9%;
		top: -73%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		z-index:-1;
		pointer-events: none;
		border-color: rgba(136, 183, 213, 0);
		border-right-color: rgba(21, 160, 238, 0.8);
		border-width: 60px;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
#pgc-home-0-0 .textwidget {
	font-size:1.5em;	
}



/* ----------- */
/* Suggestions */
/* ----------- */

ul.tags {
margin-top:30px;
margin-left:0;	
}
ul.tags li {
float:left;
list-style:none;
margin-right:10px;	
}
h3.session_classification span {
font-weight:bold;
text-transform:uppercase;	
}
#add_speaker {
font-size: 1.3em;
padding-bottom: 20px;
display: block;
}
@media (max-width:600px){
	img.suggestion-box {
	display:none;	
	}
}

/* -------------- */
/* Responsive Nav */
/* -------------- */

.mobile_nav {
display:none;
}
@media (max-width:600px){
	.mobile_nav {
		padding: 20px 35px;
		color: #E2E2E2;
		display: block;
		font-weight: bold;
		text-decoration: none;
		text-align:center;
		cursor:pointer;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
.mobile_nav:hover {
background: #00BCFF;
color: #FFF;
}	
	.main-navigation ul {
		display:none;
	}
	.main-navigation ul li {
		float:none;
	}
}


/* ---------------- */
/* Category Listing */
/* ---------------- */

h2.entry-title {
	font-size: 2em;
	margin-top: 10px;
	line-height: 1.3;
}
h2.entry-title a {
	color: #000;
	text-decoration:none;
}
.archive article.post, 
.archive article.page {
	margin-bottom: 25px;
	padding-bottom: 25px;
}
article.post .entry-header .entry-meta, 
article.page .entry-header .entry-meta,
article.post .entry-header .entry-meta a, 
article.page .entry-header .entry-meta a {
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1rem;
}
h2.entry-title a:hover,
article.post .entry-header .entry-meta a:hover, 
article.page .entry-header .entry-meta a:hover {
	color: #F47E3C;
}
article.post .entry-header h1.entry-title, 
article.page .entry-header h1.entry-title {
	margin-bottom:30px;
}

/* -------- */
/* Captions */
/* -------- */

.entry-content .wp-caption {
	text-align: left;
	border: 0;
	box-shadow: none;
	padding-right: 0;
}
.entry-content .wp-caption p.wp-caption-text {
	line-height: 1.3;
	font-size: 1.1em;
	font-family: Helvetica, Arial, sans-serif;
}




/* Midway */

.midway-body #main {
	background: url('../../../wp-content/themes/ONA14/images/midway_bkgd2.jpg');
}
.midway_logo img {
	max-width:100%;
	width: 500px;
	margin: -30px auto 0;
	display: block;
	position: relative;
}
.midway_page {
	text-align: center;
	font-size: 1.8em;
	font-weight: 100;
	line-height: 1.4;
}
.midway_page h4 {
	margin-bottom:50px;
	font-size: 4rem;
	font-weight: bold;
	text-decoration: none;
	color:black;
}
.midway_page h4 a:hover {
	color: #F47E3C;
}
.midway_page.lead_text ul { 
	margin-left:0;
overflow: auto;
}
.midway_page.lead_text li {
list-style: none;
float: left;
width: 32%;
margin-left: 1%;
box-sizing: border-box;
border: 1px solid #DDD;
padding: 15px;
border-radius: 10px;
background: #F7F7F7;
}
#main_sponsor {
	margin-bottom:30px;
}
#main_sponsor img {
	max-width:100%;
	height: auto;
}
#participants {
	text-align: center;
}
#participants img {
max-height: 60px;
width: auto;
margin: 0 15px 20px;
}
@media (max-width:600px) {
	.midway_page.lead_text li {
		float:none;
		width:98%;
		margin:0 1% 15px;
	}
}
div.maxbutton-1-container { } 
a.maxbutton-1 {
	text-align: center;
	margin:0 auto 60px; 
	text-decoration: none; 
	color: #ffffff; 
	font-family: Arial; 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bold; 
	padding-top: 15px; 
	padding-right: 70px; 
	padding-bottom: 15px; 
	padding-left: 70px; 
	background-color: #369fd0; 
	background: linear-gradient(rgba(54, 159, 208, 1) 45%, rgba(19, 109, 158, 1)); 
	background: -moz-linear-gradient(rgba(54, 159, 208, 1) 45%, rgba(19, 109, 158, 1)); 
	background: -o-linear-gradient(rgba(54, 159, 208, 1) 45%, rgba(19, 109, 158, 1)); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(54, 159, 208, 1)), color-stop(1, rgba(19, 109, 158, 1))); 
	border-style: solid; 
	border-width: 1px; 
	border-color: #ffffff; 
	box-sizing: border-box; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	text-shadow: -1px -1px 0px #12285d; 
	box-shadow: 0px 0px 2px #ffffff; 
	-pie-background: linear-gradient(rgba(54, 159, 208, 1) 45%, rgba(19, 109, 158, 1)); 
	position: relative; 
} 
a.maxbutton-1:visited { 
	text-decoration: none; 
	color: #ffffff; } 
a.maxbutton-1:hover { 
	text-decoration: none; 
	color: #ffffff; 
	background-color: #136d9e; 
	background: linear-gradient(rgba(19, 109, 158, 1) 45%, rgba(10, 63, 92, 1)); 
	background: -moz-linear-gradient(rgba(19, 109, 158, 1) 45%, rgba(10, 63, 92, 1)); 
	background: -o-linear-gradient(rgba(19, 109, 158, 1) 45%, rgba(10, 63, 92, 1)); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.45, rgba(19, 109, 158, 1)), color-stop(1, rgba(10, 63, 92, 1))); 
	border-color: #ffffff; 
	text-shadow: -1px -1px 0px #12285d; 
	box-shadow: 0px 0px 2px #ffffff; 
	-pie-background: linear-gradient(rgba(19, 109, 158, 1) 45%, rgba(10, 63, 92, 1)); 
	position: relative; 
}

/* Sponsors */

.sponsored-post {
	border: 1px gray solid;
	padding: 10px;
	text-align: center;
	overflow: auto;
}
.sponsored-post img {
	float: right;
	max-height: 56px;
	width: auto;
}
.sponsored-post h4 {
	float:left;
}
.sponsor-page header {

}
h2.sponsor_level {
font-size: 2em;
margin-top: -26px;
margin-bottom: 20px;
padding: 30px 0px 30px;
text-transform: uppercase;
border-top: 1px solid #CCC;
font-weight: 800;
color: #2391CF;
}
h2.sponsor_level:first-of-type {
margin-top: 0;
border-top: 0;
}
.sponsor-page article.sponsors h1.entry-title {
font-size: 2em;
margin-bottom:0;
}
.sponsor-logo img {
padding-left: 20px;
margin: 0 0 20px 20px;
border-left: 1px solid #DDD;
float:right;
}

.sponsor-level {
padding: 2px 5px 3px;
border-radius: 4px;
background: #99C;
color: #FFF;
display: inline-block;
}

/* .session-meta li:last-of-type:not(.hash) {
padding: 5px 0 5px 10px;
border-left: 1px solid #ddd;
margin-left: 10px;
}*/

.track div.ONAngel { background: #fff; border: 1px solid #999; color: #999; box-sizing:content-box;}
.track div.Diamond { background: #EEEEE9; color: #999; }
.track div.Platinum { background: #D2D8E2; }
.track div.Gold { background: #DAD169; }
.track div.Silver { background: #ADADAD; }
.track div.Bronze { background: #DAB169; }
.track div.Supporters { background: #E99595; }
.track div.Midway {background: #8DCB86;}

/* sidebar */

ul.headlines li {
	margin-bottom:15px;
}
ul.headlines a span {
	color: #8F8C8C;
}


@media print {
	#masthead, 
	nav,
	.site-footer {
		display:none;
	}
	body.responsive.layout-full #page-wrapper {
		border-bottom:0;
	}
}


.playing {
	width:30px;
	height:30px;
	border-radius: 50%;
	margin-right:15px;
	background: #c00;
	display: inline-block;
}
.video_player {
	margin-bottom:30px;
	clear: both;
}
.video_soon {
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 2em;
	margin-bottom:40px;
	padding:30px 10px;
	clear: both;
}
.live_session {

}
.live_session a {
	text-decoration: none;
display: block;
}
.scrbbl-embed {
	margin-bottom:20px;
}
.home .scrbbl-embed {
	
outline: 60px solid #444;
margin-top: 60px;
}


#sessions_home {
	overflow: auto;
	margin-bottom: 50px;
}
#sessions_home .session-list {
	margin:10px 0 0;
}
#sessions_home .session-list a {
	display: block;
	text-decoration: none;
	color:black;
	margin-bottom:15px;
	border: 1px solid rgba(116, 116, 116, 0.2);
	border-radius: 10px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	background: #fff;
}
.off-air {
	border-radius: 10px;
	text-align: center;
	background: #FFC1C1;
	margin-bottom: 15px !important;
}
.home_more {
font-size: 1.2em;
margin-left: 4px;
}
.home_more a {
text-decoration: none;
}
#live_home .session-list a:hover {
	background: #FFC1C1;
}
#next_home .session-list a:hover {
	background: #36A0E0;
}
#sessions_home .session-list li {
	list-style:none;
	margin:0;
	box-sizing: border-box;
	padding: 10px;
}
#next_home {
	float:right;
	width:60%;
	box-sizing:border-box;
	background: #eee;
	border-radius: 10px;
	padding: 20px;
}
#live_home {
	float:right;
	width:36%;
	margin-right:4%;
	box-sizing:border-box;
	background: #FEE;
	border-radius: 10px;
	padding: 20px;
}
.home_head {
	font-size: 2em;
	line-height: 30px;
	font-weight: 100;
	vertical-align: top;
}

@media (max-width: 930px){
	#next_home,
	#live_home {
		float:none;
		width:100%;
		margin-right:0;
		margin-bottom: 20px;
	}
}

/* From scheduler */

.key {
	overflow: auto;
	margin-bottom: 20px;
}
.key label {
	float:left;
	padding:6px 0;
	font-weight:bold;
	font-size:22px;
}
.key > div {
	width:24%;
	margin-right:1%;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
@media (max-width: 830px){
	.key > div {
		width:100%;
		float:none;
		clear:both;
		margin-bottom:10px;
		overflow: auto;
	}
}
.key div div {
	padding:12px 0 0;
}
.key label {
	padding:10px;
	font-size:22px;
}
.key div:last-of-type {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;	
}

@media screen and (max-width:650px) {
	.key > div { padding:0; }
}
@media print {
	.post-type-archive-ona_session .key {
		display:none;
	}
}


.tracks {
	overflow: auto;
	margin:0;
	padding:0;
}
.tracks li {
	list-style: none;
	float:left;
	width: 24%;
	margin-right:1%;
	margin-bottom:10px;
	text-align: center;
}
.tracks a {
	display: block;
	padding:10px;
	background: #ddd;
	text-decoration: none;
}
.tracks a:hover {
	background: #bbb;
}
@media (min-width: 751px){
	.tracks li:nth-of-type(5) {
		clear:left;
	}
}
@media (max-width: 750px){
	.tracks li:nth-of-type(2n+1) {
		clear:left;
	}
	.tracks li {
		width:49%;
	}
}
@media (max-width: 410px){
	.tracks li {
		width:100%;
		margin-right:0;
		float:none;
	}
}






