
/*
 * Vekeo CSS File
 * loads after boostrap.css to override it
 * by using specificity and !important
 */


/* extra small screens and up */

/*************************************************************************************************/

/* general starts */

.go-green {
	color: #8dc63f !important;
}

.gray-back {
	background-color: #f5f5f5 !important;
}

.shadow {
  -moz-box-shadow:    1px 1px 3px 1px #666;
  -webkit-box-shadow:1px 1px 3px 1px #666;
  box-shadow:         1px 1px 3px 1px #666;
}

.hidden {
	display: none;
}

.top-bot-pad {
	padding: 10px 0;
}

.float-left-clear {
	float: left;
	clear: both;
}

.rotate90 {
	transform: rotate(90deg);
}

body {
	background-color: #f7f7f7;
}

a {
	color: #00b0f0;
	text-decoration: none;
	outline: 0;
}

a:hover, a:focus, a:active {
	color: #8dc63f;
	text-decoration: none;
	outline: 0;
}

footer a {
	color: #f7f7f7;
}

section {
	clear: both;
}

.page-header {
	margin-top: 0;
}

.page-header h1 {
	color: #8dc63f;
}

/* this is the sticky-footer html5 code. i added the required dom element divs to base.php */
/* http://ryanfait.com/html5-sticky-footer/ */

* {
	margin: 0;
}

html, body {
	height: 100%;
}

.page-wrapper {
	min-height: 100%;
	margin: 0 auto -51px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 51px; /* '.push' must be the same height as 'footer' */
	/* margin-top: 5em; */
}

/* general ends */

/*************************************************************************************************/

/* top nav starts */

body {
	padding-top: 58px;
}

body.admin-bar .navbar {
	top: 28px;
}

.navbar {
	height: 58px !important;
	margin-bottom: 0 !important;
	background-color: #1e1e1e !important;
	border: none !important;
	border-radius: 0 !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.navbar-left {
	margin-left: -15px;
}

#header-narrow.navbar .container {
	text-align: center; /* center the vekeo logo  in the navbar */
}

.navbar .navbar-icon {
	display: inline-block;
	padding: 13px 0;
}

.navbar .navbar-icon img {
	height: 32px; /* vertical padding is not applied here, because box-sizing: border-box */
}

.navbar .navbar-icon-close {
	padding: 15px 0;
}

.navbar .navbar-icon-close img {
	height: 28px; /* vertical padding is not applied here, because box-sizing: border-box */
}

.navbar .brand {
	display: inline-block;
	padding: 8px 0 5px 0;
}

.navbar .brand img {
	height: 40px;
}

#search-container-wide {
	float: right;
	width: 300px;
}

#search-container-wide #searchform {
	width: 90%;
	margin: 15px auto;
}

#search-container-narrow {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #1e1e1e;
}

#search-container-narrow #searchform {
	width: 70%;
	margin: 15px auto;
}

#s {
	width: 100%;
	height: 28px;
	background-color: transparent;
	color: #f7f7f7 !important;
	outline: none;
	border: 1px solid #FFF;
	border-radius: 14px;
	padding: 0 25px 0 15px;
}

#searchsubmit {
	float: right;
	position: relative;
	right: 5px;
	top: -20px;
	cursor: pointer;
}

#nav-menu {
	display: none;
}

.sidr *, .sidr *:hover {
	border: none !important;
	box-shadow: none !important;
}

.sidr li {
	color: #ededed;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px !important;
	line-height: 2.1 !important;
}

.sidr li a:hover {
	background-color: #8dc63f;
}

.sidr .glyphicon {
	font-size: 15px;
}

.sidr .follow-us img {
	vertical-align: baseline;
}

/* top nav ends */

/*************************************************************************************************/

/* footer starts */

footer {
	width: 100%;
	background-color: #1e1e1e;
	color: #f7f7f7;
	clear: both;
/* 	margin-top: 5em; */
}

#footer-narrow {
	font-size: 0.8em;
}

#footer-wide {
	padding: 15px 0;
}

#footer-wide .follow-us img {
	height: 20px;
	margin-right: 3px;
}

/* footer ends */

/*************************************************************************************************/

/* event box starts */

.eventBox {
	background-size: cover !important;
	background-position: center center;
	position: relative;
}

#featured-events-slider .eventBox, #producer-events-slider .eventBox {
	width: 100%;
	height: 100%;
}

.eventBox a {
	display: block;
	width: 100%;
	height: 100%;
}

.eventSummary {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	overflow: hidden;
	text-align: center;
	padding-top: 15%;
	padding-bottom: 10%;
}

.eventSummary .eventTitle {
	color: #8dc63f;
	font-size: 2em !important;
	font-weight: 700 !important;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.eventSummary .eventTime, .eventSummary .eventMoreInfo {
	color: #f7f7f7;
}

.eventDetails, .eventChannel {
	display: none;
}

.eventEZ {
	display: none;
}

.featured-event-sticker {
	position: absolute;
	top: 0;
	left: 7px;
	z-index: 2;
}

body.home .rslides img.featured-event-sticker {
	display: none;
}

.rslides img.featured-event-sticker {
	width: auto;
}

.lets-talk-sticker {
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 3px 7px;
	font-size: .8em;
	font-weight: 300 !important;
	color: #f7f7f7;
	background-color: rgba(141,198,63,1);
	z-index: 2;
}

/* event box ends */

/*************************************************************************************************/

/* homepage starts */

#homepage-header {
	height: 400px;
	max-width: 1600px;
	max-height: 600px;
	background-image: url(/assets/img/Homepage-Image-mobile.jpg);
	background-size: cover;
	background-position: top center;
	margin: 0 auto;
	position: relative;
}

#homepage-header-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 170px;
	padding: 0 15px 50px 0;
	text-align: center;
	text-shadow: 1px 1px 0px black;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}

#homepage-header-caption h1 {
	font-size: 54px;
	font-weight: 700;
	color: #8dc63f;
	white-space: nowrap;
	margin-top: 0;
	margin-left: 15px;
}

#homepage-header-caption h4 {
 	font-size: 25px;
	font-weight: 300;
 	color: #f7f7f7;
 	margin-left: 50px;
	margin-bottom: 0;
}

.section-header h2, .channel-category-header h2 {
	text-align: center;
	text-transform: uppercase;
	background-color: #bbbbbb;
	color: #f7f7f7;
	float: none;
	margin: 0 -15px 15px -15px;
	padding: 5px 0;
}

.section-body {
	clear: both;
}

.category-box {
	display: inline-block;
	width: 100%;
/* 	height:  150px; */
	margin: 0 .25% 15px;
	background-size: cover;
}

.category-box a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	padding: 7% 0;
}

.category-box a span {
	display: block;
	width: 80%;
	margin: 0 auto;
	border: solid 4px #8dc63f;
	padding: 5%;
	color: #8dc63f;
	font-size: 1.2em;
	font-weight: 600;
	white-space: nowrap;
	text-transform: uppercase;
}

.category-box a:hover span {
	background-color: #8dc63f;
 	color: #fefefe;
}

/* homepage ends */

/*************************************************************************************************/

/* subscribe button/form/message starts */

#subscribe-container {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	top: 58px;
	background: #f7f7f7;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	z-index: 100;
/* 	box-shadow: 2px 2px 6px #1e1e1e; */
}

.subscription-action-button {
	display: inline-block;
	width: 90%;
	/* margin: 0 auto; */
	background-color: #8dc63f;
	color: #f7f7f7 !important;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	padding: 5px 0;
	border: none;
}

.subscription-status-label {
	display: inline-block;
	width: 90%;
	/* margin: 0 auto; */
	color: #8dc63f;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	padding: 5px 0;
	border: 3px solid #8dc63f;
}

#signup-form-wrapper {
	display: none;
}

.signup-closed {
	font-size: 1em;
	text-align: center;
}

#subscriptions-container .subscription-action-button {
	display: inline-block;
	width: 185px;
	vertical-align: baseline;
}

#subscriptions-container .channel-link {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #8dc63f !important;
	text-decoration: underline;
	font-size: 1.5em;
	padding-right: 15px;
}

#modal-dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(102,102,102,.5); /* #666666 */
	z-index: 9999;
	display: none;
}

#popup-wrapper {
	position: absolute;
	max-width: 400px;
	padding: 0;
	border: 1px solid #8dc63f;
	margin: 0;
	z-index: 10000;
	display: none;
}

#close-button {
 	background-image: url(/assets/img/close-button32x32.png);
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    right: -16px;
    top: -16px;
    z-index: 10001;
}

#popup-title {
	background-color: #8dc63f;
	color: #f7f7f7;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 700;
	padding: 5px 0;
	border: none;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

#popup-content {
	background-color: #1e1e1e;
	opacity: 0.95;
	padding: 15px;
}

.popup-message {
	font-size: 18px;
	color: #dddddd;
}

.popup-message > p:first-child {
	color: #f7f7f7;
	font-weight: bolder;
}

#subscription-response {
	text-align: right;
	color: #8dc63f;
	font-weight: bolder;
}

#popup-content .errorMessage {
	display: block;
	font-size: 18px;
	color: #dddddd;
}

#popup-content .eventEZ {
	display: block;
	font-size: 18px;
	color: #dddddd;
}

#popup-content .eventEZ .eventTitle {
	color: #8dc63f;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 5px;
}

#popup-content .eventEZ .eventTime {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 10px;
}

#popup-content .eventEZ .eventDesc {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

.ui-autocomplete {
	z-index: 10001 !important;
}

#signup-form-wrapper {
	max-width: 400px;
	margin: 0 auto 20px;
}

#signup-form {
	font-size: 14px;
	line-height: 1;
	max-width: 400px;
}

.cform.registration, .cformp.linklove
 {
 	width: 100% !important;
 }

.cform, .cform ol.cf-ol {
	padding: 0 !important;
	border-top: none !important;
	margin: 0 !important;
}

.cform ol.cf-ol li {
	margin: 10px 0 !important;
}

.cform ol.cf-ol li.cf-box-title {
	display: block;
	color: #bbbbbb;
	font-size: 17px;
	white-space: nowrap;
	letter-spacing: normal;
	padding: 0;
	margin: 5px 0;
}

.cform ol.cf-ol li label:not(.cf-after) {
	display: none;
}

.cform ol.cf-ol li label.cf-after {
	color: #bbbbbb;
	white-space: nowrap;
}

.cform ol.cf-ol li.cf-box-group {
	padding: 0;
}

.cform ol.cf-ol li input:not(.cf-box-a), .cform ol.cf-ol li select {
	width: 100%;
	padding: 10px 8px;
	font-weight: lighter !important;
	background-image: none;
}

.cform ol.cf-ol li input:hover, .cform ol.cf-ol li input:focus, .cform ol.cf-ol li select:hover, .cform ol.cf-ol li select:focus {
	border-color: #8dc63f;
	outline-color: #8dc63f;
}

.cform ol.cf-ol li.textonly {
	color: #bbbbbb !important;
	font-weight: bolder !important;
	font-size: .8em !important;
	letter-spacing: 0 !important;
	padding: 0 !important;
	margin: 10px 0 !important;
}

.cform ol.cf-ol li input.cf-box-a {
	margin-left: 0;
}

 .reqtxt, .emailreqtxt {
	padding: 0;
	margin: 0 !important;
	display: inline !important;
	vertical-align: bottom !important;
	color: #aaa !important;
	font-size: 0.7em !important;
	line-height: 1.2em !important;
}

.cform.registration p.cf-sb {
	position: relative;
	top: 130px;
	text-align: left;
}

.cform .cf-sb input.sendbutton {
	background-image: none !important;
	background-color: #8dc63f !important;
	color: #f7f7f7;
	font-size: 1.2em !important;
	width: 100%;
	padding: 10px 10px !important;
	border: 0 !important;
	text-transform: uppercase;
	white-space: nowrap;
}

div.cf_info {
	width: 100%;
	display: none;
}

div.cf_info.failure {
	display: none;
}

div#usermessageb.cf_info.waiting {
	position: relative;
	top: 90px;
}

.event-terms {
	width: 100%;
    height: 120px;
    padding: 5px 8px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    overflow: auto;
    font: 0.9em Trebuchet MS,sans-serif;
    color: #888;
    position: relative;
    bottom: 50px;
	text-align: justify;
}

div#usermessageb.cf_info.waiting + .event-terms {
	bottom: 80px;
}

div#usermessageb.cf_info.success + .event-terms {
	/* display: none; */
}

#login-form-wrapper {
	max-width: 400px;
}

.cform.login {
	width: 100%;
}

.cform.login p.cf-sb {
	text-align: left;
}

/* subscribe button/form/message ends */

/*************************************************************************************************/

/* channel-guide page starts */

#channel-guide-header {
	height: 100px;
	background-image: url('/assets/img/ChannelGuide-BG.png');
	padding-top: 25px;
}

#channel-guide-header h1 {
	color: #8dc63f;
	font-size: 42px;
	font-weight: 700;
	margin: 0;
}

#channel-guide-header h4 {
	color: #f7f7f7;
	font-size: 18px;
	font-weight: 300;
}

#channel-category-shortcuts {
	background-color: #8dc63f;
	padding-top: 15px;
	width: 100%;
	z-index: 99;
}

#channel-category-shortcuts .container {
	overflow-x:hidden;
}

#channel-category-shortcuts ul.list-inline {
	width: 5000px; /* some ridiculously high number so that the li's inside it will be on one line */
	margin: 0;
}

#channel-category-shortcuts ul.list-inline > li {
	padding: 0;
}

#channel-category-shortcuts .btn {
	width: 107px;
	padding: 3px 6px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-width: 3px;
	border-radius: 0;
	font-weight: 500;
}

#channel-category-shortcuts .btn-default {
	background-color: transparent;
	color: #f7f7f7;
	border-color: #f7f7f7;
}

#channel-category-shortcuts .btn.active, #channel-category-shortcuts .btn:hover {
	background-color: #1e1e1e;
	border-color: #1e1e1e;
}

#channels-by-category {
	margin-bottom: 20px; /* create space away from footer */
}

.channel-category-list {
	clear: both;
}

.channel-category-list.row {
	margin-left: -5px;
	margin-right: -5px;
}

.channel-category-list .col-xs-10, .channel-category-list .col-sm-6, .channel-category-list .col-md-4, .channel-category-list .col-lg-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.channel-category-list .embed-responsive {
	margin-bottom: 10px;
/* 	box-shadow: 3px 3px 3px #999999; */
}

.channel-box a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center;
}

.channel-box .channel-title {
	color: #8dc63f;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 600;
	padding: 10px 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
}

.channel-box .channel-summary {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	text-align: center;
}

.channel-box .channel-summary .channel-title {
	font-size: 20px;
	font-weight: 700;
	padding: 0 10px;
	position: static;
	margin-top: 25%;
	background: transparent;
}

.channel-box .channel-summary .channel-location {
	color: #f7f7f7;
	font-size: 12px;
	line-height: 1;
	margin-top: 10px;
}

#scroll-to-top {
	width: 32px;
	height: 37px;
	position: fixed;
	bottom: 15px;
	right: 5px;
	background-color: #f7f7f7;
	z-index: 2;
}

/* channel-guide page ends */

/*************************************************************************************************/

/* event category page starts */

.tax-events_categories .page-header {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	margin: 0;
}

.tax-events_categories .page-header h1 {
	font-size: 2.5em;
	font-weight: 700 !important;
	margin: 0;
	margin-right: 10px;
	color: #1e1e1e;
	float: left;
}

.tax-events_categories .page-header hr {
	border: 1px solid #1e1e1e;
}

.tax-events_categories #subscribe-container {
	display: none;
}

.event-category > .row {
	margin-left: -5px;
	margin-right: -5px;
}

.event-category .col-xs-12, .event-category .col-sm-6, .event-category .col-md-4 {
	padding-left: 5px;
	padding-right: 5px;
}

.event-category .embed-responsive {
	margin-bottom: 10px;
}

/* event category page ends */

/*************************************************************************************************/

/* contact us page starts */

.wpcf7-form input, .wpcf7-form textarea {
	padding: 5px 8px;
	width: 300px;
}

.wpcf7-form .wpcf7-submit  {
	width: auto;
	padding: 3px 10px;
	border: 0;
	background-color: #8dc63f;
	color: #f7f7f7;
}

/* contact us page ends */


/*************************************************************************************************/

/* search result starts */

.search-results article {
	border-bottom: 1px solid #ededed;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.search-results article:last-child {
	border: none;
}

.search-results article header {
	background-image: none;
	padding-bottom: 0;
}

.search-results article header h2 a {
	color: #8dc63f;
}

.search-results article header h2 a:hover {
	color: #333;
}

.search-results article footer {
	display: none;
}

/* search result ends */


/*************************************************************************************************/


/* event and channel page starts */

div.sharedaddy div.sd-block {
	border: none !important;
}

div.sharedaddy h3.sd-title {
	display: none;
}

div.sharedaddy .sd-content {
	width: 100% !important;
	float: none !important;
}

.sd-button span.share-count {
	display:none
}

#section-streaming {
	margin-top: 0px;
}

iframe#stream-frame {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	display: block;
	border: none;
}

h2.section-header {
	color: #f7f7f7;
	background-color: #bbbbbb;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2em; /*  1em == 14px */
	padding: .2em .4em;
	margin-top: 0px;
/* 	margin-bottom: 1em; */
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}

div.section-body {
	margin-bottom: 1em;
}

#section-cta .section-body img {
	max-width: 90%;
	display: block;
	margin: 0 auto 1px;
}

/* event and channel page ends */

/*************************************************************************************************/

/* event page starts */

#password-prompt {
	text-align: center;
}

body.no-signup #section-subscribe {
	display: none !important;
}

article.streaming #event-header {
	display: none;
}

#event-header {
	background-image: url(../img/EventPage-BG.jpg);
	background-size: cover;
	background-position: center bottom;
	padding-bottom: 1.4em;
	margin-bottom: 0;
}

#event-header container {
	position: relative;
}

.event-image {
	display: block;
	max-width: 80%;
	margin: 35px auto 0;
	border: 4px solid #f7f7f7;
	box-shadow: 4px 4px 8px #1e1e1e;
}

#event-header h1.entry-title {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	color: #8dc63f;
}

#event-header h2.entry-date {
	text-align: center;
	font-weight: normal;
	font-size: 1.3em;
	color: #f7f7f7;
	margin: 0 0 .4em 0;
}

#event-header, article.streaming #event-body {
	padding-top: 50px;
}

body.no-signup #event-header, body.no-signup article.streaming #event-body {
	padding-top: 0;
}

#mobile-social-share {
	text-align: center;
}

.hashtag {
	color: #f7f7f7;
	font-size: 1em;
	line-height: 1;
	font-weight: lighter;
	display: block;
}

#mobile-social-share div.sharedaddy{
	display: inline-block;
}

#event-body div.section-body {
	padding-left: 0;
	padding-right: 0;
}

.event-detail h3 {
	color: #8dc63f;
	font-weight: lighter !important;
	font-size: 1.6em;
	padding-bottom: 5px;
}



div.blackboard-container div.jwplayer {
    display:	none;
}

div.blackboard-container {
    /* Blackboard should line up with the Audio player bevel * /
    padding-left:  .25em;
    padding-right: .25em; /* But the Bevel is gone */

    width:		100%;
    height:		7vw; /* 7:1 Ratio */
    position:	relative;
    display:	block;
    overflow:	visible !important;
    background-color: #000000;
}

div.blackboard-container div.bnts-captions{
	/* Blackboard should line up with the Audio player bevel * /
	padding-left:  .25em;
	padding-right: .25em; /* But the Bevel is gone */

	width:		100%;
	height:		100%;
	position:	absolute;
	display:	inline;
	text-align:	center;
    font-size:  20px;
    color:      white;
/*    font-size:      2vh; */
    padding-left:   2vw;
    padding-right:  2vw;
    padding-top:    2vh;
    padding-bottom: 2vh;
    z-index:        2;
	letter-spacing:	normal;
	word-spacing:	normal;
	text-transform:	none;
	text-indent:	0;
	text-decoration:none;
	pointer-events:	none;
	overflow:		hidden;
}

@media(max-width: 1580px) {
    div.blackboard-container {
        height:		7vw;
    }

    div.blackboard-container div.bnts-captions {
        font-size:      18px;
/*        font-size:      1.5vh; */
        padding-left:   2vw;
        padding-right:  2vw;
        padding-top:    2vh;
        padding-bottom: 2vh;
    }
}
@media(max-width: 980px) {
    div.blackboard-container {
        height:		8vw;
    }

    div.blackboard-container div.bnts-captions {
        font-size:      16px;
/*        font-size:      1.5vh; */
        padding-left:   2vw;
        padding-right:  2vw;
        padding-top:    2vh;
        padding-bottom: 2vh;
    }

}

div.audio-container {
	margin-bottom: 1em;
}

div.audioControls {
	float: right;
}

div.audioControls label{
	padding: .5em;
}

div.audio-title {
	font-size: 1.2em;
	margin-bottom: .5em;
}

#transcript-content {
	height: 400px;
	color: #999;
	font-size: 1.0em;
	line-height: 1.2em;
	background-color: #fafafa;
	border: 1px solid #999;
	padding: 2em;
	border-radius: 15px;
	box-shadow: 3px 3px 5px #9c9c9c;
	overflow-y: scroll;
}

.event-detail a {
	color: #999;
}

.event-detail a:hover {
	 color: #8dc63f;
}

ul.ed-links {
	list-style-type: none;
	padding:0;
}

ul.ed-links a {
	color: #8dc63f;
}

ul.ed-links a:hover {
	text-decoration: underline;
	color: #1e1e1e;
}

/* event page ends */

/*************************************************************************************************/

/* channel page starts */

body.no-signup #subscribe-container {
	display: none !important;
}

article.streaming #producer-header {
	padding-bottom: 0;
}

article.streaming #producer-logo, article.streaming #producer-content, article.streaming #producer-social {
	display: none;
}

#producer-header {
	position: relative;
    padding-bottom: 2em;
	border-bottom: none;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.6);
}

#channel-header-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center center;
	z-index: -1;
}

#channel-header-bg.Associations {
	background-image: url('../img/Associations_Default.jpg');
}

#channel-header-bg.Campaign {
	background-image: url('../img/Campaign_Default.jpg');
}

#channel-header-bg.Government {
	background-image: url('../img/Government_Default.jpg');
}

#channel-header-bg.Music {
	background-image: url('../img/Music_Default.jpg');
}

#channel-header-bg.Nonprofits {
	background-image: url('../img/NonProfit_Default.jpg');
}

#channel-header-bg.Publishing {
	background-image: url('../img/Publishing_Default.jpg');
}

#channel-header-bg.Sports {
	background-image: url('../img/Sports_Default.jpg');
}

#channel-header-bg.Faith {
	background-image: url('../img/Faith_Default.jpg');
}

#producer-header {
	padding-top: 50px;
}

body.no-signup #producer-header {
	padding-top: 0;
}

#producer-logo {
	margin-top: 1em;
	margin-bottom: 1em;
}

#producer-logo img {
	width: 100%;
	height: auto;
	border: 6px solid #ededed;
	background: rgba(255,255,255,.2);
}

#producer-title {
	font-size: 2.827em;
	color: #8dc63f !important;
	font-weight: 500;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}

#producer-location {
	font-size: 1.414em;
	color: #8dc63f !important;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: 300;
}

#producer-summary {
	color: #f7f7f7;
	line-height: 1.4em;
	text-align: justify;
	margin-top: 15px;
}

/* password protected channel */
#producer-summary form label
{
	color: #8dc63f;
}

#producer-summary form input
{
	background-color: #f7f7f7;
	color: #1e1e1e;
}

#producer-summary form input[type=submit]
{
	border-color: #8dc63f;
	border-style: solid;
	background-color: #8dc63f;
	color: #f7f7f7;
}

#producer-social {
	text-align: center;
}

#producer-social .sharedaddy {
	display: inline-block;
}

#producer-events-slider-wrapper {
	position: relative;
}

#producer-events-slider .col-sm-6 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

#section-links .section-body {
	padding: 5px 15px;
}

a.social-link {
	display: block;
	color: #555;
	margin-bottom: 10px;
	transition: all 500ms ease;
}

a.social-link:hover {
	color: #8dc63f;
}

.social-link-icon {
	font-size: 2em;
	line-height: 1;
	font-weight: 700;
	float: left;
	margin-right: 10px;
}

.social-link-text {
	font-size: 1.2em;
	font-weight: 400;
}

/* channel page ends */

/*************************************************************************************************/

/* small screens and up */
@media (min-width: 768px) {

	/*************************************************************************************************/

	/* event and channel page starts */
	iframe#stream-frame {
		width: 640px;
		max-width: 100% !important;
	}

	/* event and channel page ends */

	/*************************************************************************************************/

	/* event box starts */

	#producer-events .eventBox {
		height: 185px;
		margin-bottom: 10px;
	}

	.eventSummary {
		display: none;
	}

	.eventBox.home .eventChannel {
		color: #8dc63f;
		font-size: 1.2em;
		line-height: 1.4em;
		font-weight: 600;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-align: center;
	}

	.eventBox.home a:hover .eventChannel {
		color:#f7f7f7;
	}

	.eventBox.home .eventChannel, .eventDetails {
		display: block;
		width: 100%;
		position: absolute;
		bottom: 0;
		background: rgba(0,0,0,.7);
		padding: 10px 2%;
		overflow: hidden;
	}

	.eventBox.home .eventDetails, .eventBox.home .featured-event-sticker {
		display: none;
	}

	.eventDetails .eventTitle {
		color: #8dc63f;
		font-size: 1.414em !important;
		font-weight: lighter !important;
		padding: 0 0 3px 0;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.eventDetails .eventTime {
		display: block;
		color: #f7f7f7;
		font-size: 1em;
		line-height: 1em;
		text-transform: uppercase;
		font-weight: bold;
	}

	span.signupBtn {
		color: #f7f7f7;
		font-size: 1em;
		line-height: 1.4em;
		font-weight: 100;
	}

	.lets-talk-sticker {
		font-size: 1.3em;
	}

	/* event box ends */

	/*************************************************************************************************/

	/* homepage starts */

	#homepage-header {
		height: 300px;
		background-image: url(/assets/img/Homepage-Image.jpg);
	}

	#homepage-header-caption {
		text-align: left;
		background: transparent;
		padding-left: 3em;
		padding-bottom: 80px;
	}

	#homepage-header-caption h1 {
		font-size: 6em;
	}

 	.section-header h2, .channel-category-header h2 {
		margin: 0 -15px 1em -15px;
	}

	.section-header h2 {
		text-align: left;
		text-transform: capitalize;
		background-color: #f7f7f7;
		color: #bbbbbb;
		margin: 20px 10px 10px 0;
		float: left;
	}

	.section-header hr {
		height: 2px;
		background-color: #bbbbbb;
		border: 0;
		margin: 0;
		position: relative;
		top: 37px;
	}

	.eventBox.home-hero-event {
	 	float: left;
		width: 98%;
		height: 307px;
		margin: 1em auto;
	}

	div.feature-wrapper {
	 	float: left;
		width: 100%;
		position: relative;
	}

	.eventBox.home-feature-event {
	 	float: left;
		width: 48%;
		margin: 0 2% 2% 0;
		height: 150px;
	}

	.category-box {
		width: 32%;
		height:  150px;
		margin: .5% .25%;
	}

	.category-box a {
	 	padding: 20% 0;
	}

	/* homepage ends */

	/*************************************************************************************************/

	/* subscribe button/form/message starts */

	#subscribe-container {
		background-color: transparent;
		position: static;
	}

	#producer-header #subscribe-container {
		text-align: right;
		padding-right: 15px;
	}

	#producer-header #subscribe-container .subscription-action-button {
		max-width: 325px;
		line-height: 1;
		padding: 10px 10px;
		/* box-shadow: 1px 1px 1px #5f6062; */
	}

	#producer-header #subscribe-container .subscription-status-label {
		max-width: 325px;
	}

	#section-subscribe #subscribe-container .subscription-action-button {
		display: none;
	}

	#section-subscribe #subscribe-container #signup-form-wrapper {
		display: block;
	}

	#section-subscribe #subscribe-container .subscription-status-label {
		width: 90%;
	}

	/* subscribe button/form/message ends */

	/*************************************************************************************************/

	/* channel-guide page starts */

	#channel-guide-header {
		height: 240px;
		background-image: url('/assets/img/ChannelGuide-BG.png');
		padding-top: 70px;
	}

	#channel-guide-header h1 {
		font-size: 64px;
	}

	#channel-guide-header h4 {
		font-size: 22px;
	}

	.channel-category-header h2 {
		font-weight: 400;
		color: #bbbbbb;
		float: left;
		background: transparent;
		margin: 20px 10px 1em 0;
	}

	.channel-category-header hr {
		height: 2px;
		background-color: #bbbbbb;
		border: 0;
		margin: 0;
		position: relative;
		top: 34px;
	}

	/* channel-guide page ends */

	/*************************************************************************************************/

	/* event category page starts */

	.featured-slider-wrapper {
		width:100%;
		clear:both;
		background-color:#1e1e1e;
		padding-bottom:10px;
	}

	.featured-slider {
		position: relative;
	}

	.event-category {
		padding-top:10px;
	}

	/* event category page ends */

	/*************************************************************************************************/

	/* event page starts */

	article.streaming #event-header {
		display: block;
	}

	#event-header {
	 	margin-bottom: 1em;
	}

	#event-header, article.streaming #event-body {
		padding-top: 0;
	}

	div#desktop-social-share {
		position: absolute;
	}

	.event-image {
		max-width: 376px;
		margin-top: 65px;
	}

	h2.section-header {
		margin-left: 0px;
		margin-right: 0px;
	}

	#event-body div.section-body {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* event page ends */

	/*************************************************************************************************/

	/* channel page starts */

	article.streaming #producer-header {
		padding-bottom: 2em;
	}

	article.streaming #producer-logo, article.streaming #producer-content, article.streaming #producer-social {
		display: block;
	}

	#producer-header, #producer-body {
		padding-top: 0;
		margin-bottom: 1em;
	}

	#producer-content {
		font-size: 1.2em;
		color: #999;
	}

	#producer-title {
		text-align: left;
	}

	#producer-social {
		text-align: right;
	}

	#producer-events.row {
		margin-left: -5px;
		margin-right: -5px;
	}

	#producer-events.row .col-sm-6 {
		padding-left: 5px;
		padding-right: 5px;
	}

	/* channel page ends */

	/*************************************************************************************************/

}

/* medium screens and up */
@media (min-width: 992px) {

	/*************************************************************************************************/

	/* event box starts */

	#producer-events .eventBox {
		height: 160px;
	}

	/* event box ends */

	/*************************************************************************************************/


	/* homepage starts */

	#homepage-header {
		height: 400px;
	}

	#homepage-header-caption {
		padding-bottom: 170px;
	}

	#homepage-header-caption h1 {
		font-size: 8em;
		margin-left: 0;
	}

	#homepage-header-caption h4 {
	 	font-size: 32px;
	}

	.eventBox.home-hero-event {
		width: 48%;
		margin: 0% 1%;
	}

	div.feature-wrapper {
		width: 50%;
	}

	.eventBox.home-feature-event {
		margin: 0% 2% 1.5% 0;
	}

	.category-box {
		width: 24%;
	}

	/* homepage ends */

	/*************************************************************************************************/

	/* event page starts */

	.event-image {
		margin-top: 50px;
	}

	h2.section-header {
		text-align: left;
	}

	.explore-body {
		max-width: 100%;
	}

	/* event page ends */

	/*************************************************************************************************/

	/* channel page starts */

	/*
	#producer-header {
		position: fixed;
		width: 100%;
		z-index: 98;
	}
	*/

	/* channel page ends */

	/*************************************************************************************************/

}

/* large screens and up */
@media (min-width: 1200px) {

	/*************************************************************************************************/

	/* event box starts */

	#producer-events .eventBox {
		height: 200px;
	}

	/* event box ends */

	/*************************************************************************************************/

	/* home page starts */

	#homepage-header-caption {
		padding-left: 5em;
	}

	.category-box a {
		padding: 15% 0 20%;
	}

	/* home page ends */

	/*************************************************************************************************/

}

/* extra small screens only */
@media (max-width: 767px) {

	#producer-content {
		width: 90%;
		margin: 0 auto;
	}

}

/* small screens only */
@media (max-width: 991px) and (min-width: 768px) {

}

/* medium screens only */
@media (max-width: 1199px) and (min-width: 992px) {

}

/* workaround bug in Chrome 55 that prevents play button from working */
#jwplayer-0 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-1 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-2 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-3 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-4 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-5 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-6 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-7 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-8 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-9 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}
#jwplayer-10 > div.jw-controls.jw-reset > div.jw-display-icon-container.jw-background-color.jw-reset {
    pointer-events: none;
}

/*** CSS Styles for Google reCAPTCHA integration ***/
div#recaptcha-container {
	text-align: center;
}

div#recaptcha-container > div {
	margin: 0 auto;
}

div#signup-form div.cf_info.failure {
	display: block;
	width: 100%;
	margin-top: 135px;
	position: absolute;
}

.event-terms {
	position: static;
	margin-bottom: 50px;
}

div#signup-form div.cf_info.failure ~ .event-terms {
	margin-bottom: 130px;
}

/*
 * The border in the CSS is to make sure the bottom
 * margin on the event-terms div does not not collapse.
 */
#signup-form {
	height: 100%;
	position: relative;
	border-bottom: 1px solid transparent;
}

.cform.registration p.cf-sb {
	position: absolute;
	top: auto;
	bottom: 0%;
	width: 100%;
}

/*
 * CSS Styles for event starting too soon popup
 */
button.too-soon-button {
	background: #8dc63f;
	display: inline-block;
	width: 25%;
	border: none;
	color: #fff;
	padding: 5px;
}

button#too-soon-cancel.too-soon-button {
	background: #ddd;
	color: #333;
}
