/***************************
VIRTUAL ORCHESTRA LIVE
***************************/
#admin_page_controls {
	display: none!important;
}

#user_controls {
	z-index: 1000;
}
nav {
	z-index: 999;
}

.more_vo_wrapper {
	width: 100%;
	height: 50px;
	text-align: center;
}
.more_vo_button {
	width: 150px;
	border: 1px solid #DDD;
	margin: 0 auto;
	padding: 10px;
	display: block;
	transition: 0.5s ease all;
}
.more_vo_button:hover, .more_vo_button:focus {
	background: #df007a;
	color: #FFF!important;
	transition: 0.5s ease all;
}

/* ADMIN PANEL */
.admin_panel {
	width: 100%;
	float: left;
	background: #333;
	color: #FFF;
	box-sizing: border-box;
	text-align: center;
	font-family: "SBCAkkuratPro", "Helvetica Neue", Helvetica, Arial, sans-serif; /* insert SBC font when possible */
	text-transform: uppercase;
    font-size: 18px!important;
    line-height: 24px;
	cursor: pointer;
}
.admin_panel:hover {
	background-color: #df007a!important;
}
.admin_panel span {
	width: 100%;
	display: block;
	padding: 11px 0 9px;
}

.admin_panel .post_types {
	width: 100%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}
.private_post {
	opacity: 0.5;
}

/* POST TYPE SELECT */
.post_types .type {
	width: 19%;
	height: 72px;
	float: left;
	margin: 0.5%;
	padding: 10px;
	box-sizing: border-box;
	background: #FFF;
	color: #000;
	text-align: center;
	display: block;
	transition: 0.5s ease all;
}
.post_types .type:hover {
	background: #333!important;
	color: #FFF!important;
	transition: 0.5s ease all;
}
.post_types .type .icons {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.post_types .type:hover .icons {
	margin-top: 3px;
	font-size: 30px!important;
}
.post_types .type p {
	margin: 0!important;
}
.post_types .type.fake_icon {
	background-image: url('/assets/VO_live/static_assets/popUpPlanetsIcoBLK.png');
	background-repeat: no-repeat;
	background-position: 100px 35px;
	background-size: 20px;
}
.post_types .type:hover.fake_icon {
	background-image: url('/assets/VO_live/static_assets/popUpPlanetsIco.png')!important;
	background-repeat: no-repeat!important;
	background-position: 95px 25px!important;
	background-size: 30px!important;
}
/* POST TYPE DISPLAY */
.post_block {
	width: 100%;
	padding: 1% 0 20px;
	float: left;
	background: #F9F9F9;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #DDD;
	box-sizing: border-box;
	text-align: center;
}
.posts {
	position: relative;
}
.posts .icons {
	font-size: 150px!important;
	position: relative;
	line-height: 0.5;
}
.posts .cms_tools {
	width: 80%;
	margin: 0 10%;
	padding: 0 20px 20px;
	box-sizing: border-box;
	text-align: left;
}
.cms_tools form * {
	box-sizing: border-box;
}
.cms_tools form label span.schedule {
	font-size: 10px!important;
}

.cms_tools form textarea {
	width: 100%;
	margin-top: 5px;
	resize: none!important;
}
.cms_tools form input[type="file"] {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: relative;
}
.cms_tools form input[type="file"]:hover {
	cursor: pointer;
}
/* CK EDITOR */
.cms_tools form.embed .cke_contents {
	height: 100px!important;
}
.cms_tools form.embed .cke_resizer,#cke_149,#cke_69 {
	display: none!important;
}

.cms_tools form input[type="submit"] {
	width: 20%;
	padding: 10px;
	float: none;
	margin-left: 80%;
	transition: 0.5s ease all;
}
.cms_tools form input[type="submit"]:hover {
	background: #323232!important;
	color: #FFF!important;
	transition: 0.5s ease all;
}
.cms_tools form .radio_grid {
	width: 100%;
	margin: 10px 0;
	float: left;
}
.radio_grid .radio_block {
	width: calc(25% - 15px);
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #DDD;
	background: #EEE;
}
.radio_grid .radio_block:last-child {
	width: 25%;
	margin-right: 0;
}
.cms_tools form .image_block {
	width: 25%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background: #EEE;
	text-align: center;
	margin-bottom: 10px;
}
.cms_tools form .video_block,.cms_tools form .image_block_roundup {
	width: 49%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background: #EEE;
	text-align: center;
	margin-bottom: 10px;
}
.cms_tools form .video_block {
	margin-left: 1%;
}
.cms_tools form .video_block textarea {
	height: 193px;
}

.cms_tools form .file_input {
	width: 100%;
	height: 80px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background: #F4F4F4;
}
.cms_tools form .file_input .fake_input {
	width: 100%;
	z-index: 1;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.cms_tools form .file_input .fake_input .icons {
	font-size: 75px!important;
	color: #AAA;
}
.post_container {
	position: relative;
}
.cms_controls {
	position: absolute;
	width: 7.5%;
	top: 25px;
	left: 20px;
	text-align: right;
}
.cms_controls.round_up_edit {
	top: -30px;
	margin-left: -45px;
	z-index: 20;
}
.cms_controls .icons {
	margin-left: 5px;
	color: #AAA;
}
.cms_controls .icons:hover {
	color: #df007a;
	cursor: pointer;
}
.time_date_select {
	width: 25%!important;
	margin-top: -5px;
	margin-right: 10px;
}

.cms_edit_post {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px;
	float: none;
	box-sizing: border-box;
	border: 1px solid #DDD;
	background: #EEE;
}

.cms_edit_post.aggregation_items {
	height: 240px;
}

.cms_edit_post input[type="submit"] {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.image_editor_left,.image_editor_right {
	position: relative;
	padding: 0 5px;
	float: left;
	box-sizing: border-box;
}

.image_editor_left {
	width: 300px;
}

.image_editor_right {
	width: calc(100% - 300px);
}
.image_editor_left textarea {
	height: 130px;
	resize: none;
}

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

/* GENERAL */

@font-face {
  font-family: 'SBCAkkuratPro';
  src: url('SBC-akkurat-font/SBCAkkuratPro.eot?#iefix') format('embedded-opentype'),  url('SBC-akkurat-font/SBCAkkuratPro.otf')  format('opentype'),
	     url('SBC-akkurat-font/SBCAkkuratPro.woff') format('woff'), url('SBC-akkurat-font/SBCAkkuratPro.ttf')  format('truetype'), url('SBC-akkurat-font/SBCAkkuratPro.svg#SBCAkkuratPro') format('svg');
  font-weight: 200;
  font-style: normal;
}

#VO_liveFeed *{
	font-family: "SBCAkkuratPro", "Helvetica Neue", Helvetica, Arial, sans-serif; /* insert SBC font when possible */
	font-size: 15px;
}

#VO_liveFeed {
	background-color: #fff;
	border: #ddd 1px solid;
	margin-top: 40px;
}

#VO_liveFeed .whiteBg {
	background-color: #ffffff;
}

#VO_liveFeed .pinkTxt {
	color: #df007a;
}

#VO_liveFeed .purpleTxt {
	color: #522583;
}

#VO_liveFeed h1, #VO_liveFeed h2 {
	color: #df007a;
	text-transform: none;
	font-weight: 200;
}

#VO_liveFeed h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: auto;
	padding: 0 15px;
}

#VO_liveFeed h2 {
	font-size: 28px;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: -2px;
}

#VO_liveFeed .embedHolder h2 {
	margin-bottom: 8px;
}

#VO_liveFeed p {
	margin: 0px 0px 10px 0px;
}

#VO_liveFeed p a {
	word-break: break-all;
}

#VO_liveFeed .dayHeaderBlock {
	margin: 50px 40px;
	text-align: center;
}
#VO_liveFeed .dayHLine {
	width: 100%;
	height: 1px;
	background-color: #df007a;
	position: relative;
	top: 18px;
}

@media screen and (max-width: 1024px) {
	#VO_liveFeed h1 {
		font-size: 35px;
		line-height: 35px;
	}
}

@media screen and (max-width: 728px) {
	#VO_liveFeed h1 {
		font-size: 30px;
		line-height: 32px;
	}
	#VO_liveFeed h2 {
		font-size: 24px !important;
		line-height: 27px;
		top: -4px;
	}
	#VO_liveFeed .dayHeaderBlock {
		margin: 40px 25px;
	}
}

/* HEADER */

#VO_liveFeed #voIntro {
	width: 100%;
	padding: 30px 60px;
	background-color: #333333;
	box-sizing:border-box;
}

#VO_liveFeed #voIntro p {
	color: #FFF!important;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 0px;
	line-height: 18px;
}

#VO_liveFeed #voIntro p:first-child {
	margin-top: 0px;
}

@media screen and (max-width: 1024px) {
	#VO_liveFeed #voIntro {
		padding: 30px;
	}
}

#VO_liveFeed #vo_cta {
	text-transform: uppercase;
	color: #FFF!important;
	float: left;  
    background-color: #df007a;
    font-size: 18px;
    line-height: 24px;
    padding: 11px 40px 9px 40px;
	margin: 10px 0px 0px 0px;
	cursor: pointer;
}

#VO_liveFeed #vo_cta:hover, #VO_liveFeed #vo_cta:focus {
	background-color: #000000;
}

#VO_liveFeed header {
	background-image: url("/assets/VO_live/static_assets/bgStrip.jpg");
	height: 170px;
	width: 100%;
	background-position: top center;
	background-size: cover;
	padding: 20px 0px 0px 0px;
	position: relative;
}

#VO_liveFeed #liveFeed {
	position: absolute;
	top: 25px;
	left: 40px;
}

#VO_liveFeed #flashingDot {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #E83754;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 2px;
}

#VO_liveFeed header h3 {
	color: #ffffff;
	margin: 0px;
	text-transform: none;
	line-height: 22px;
}

#VO_liveFeed header h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 500;
	color: #ffffff;
	margin: 0px;
	background-color: transparent;
	padding: 0px;
	text-transform: uppercase;
}

#VO_liveFeed #VO_logo {
	width: 480px;
	margin: 0px auto;
}

#VO_liveFeed .showLg {
	display: block;
}

@media screen and (max-width: 1024px) {
	#VO_liveFeed header {
		height: 180px;
	}
	
	#VO_liveFeed #VO_logo {
		width: 400px;
		position: relative;
		top: -35px;
	}
	
	#VO_liveFeed #liveFeed {
		position: static;
		margin-top: 8px;
		padding-left: 20px;
	}
	
	#VO_liveFeed .showLg {
		display: none;
	}
	
	#VO_liveFeed header h1 {
		font-size: 40px;
		line-height: 40px;
	}
	#VO_liveFeed #flashingDot {
		float: left;
		margin-right: 10px;
	}
	
	#VO_liveFeed header h3 {
		margin-left: 20px;
	}
}

@media screen and (max-width: 728px) {
	#VO_liveFeed header {
		height: 207px;
	}
	#VO_liveFeed #VO_logo {
		top: -5px;
	}
	#VO_liveFeed #vo_cta {
		display: block;
		float: none;  
		width: 100%;
		margin: 0px;
		box-sizing: border-box;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#VO_liveFeed header {
		height: 192px;
	}
	#VO_liveFeed #VO_logo {
		width: 280px;
		top: 0px;
		margin-top: 20px;
	}
	#VO_liveFeed header h1 {
		font-size: 30px;
		line-height: 30px;
	}
	#VO_liveFeed header h3 {
		line-height: 17px;
	}
}


/* ALL ENTRIES */

#VO_liveFeed article {
	margin: 40px 130px;
	box-shadow: none;
	border-left: #ddd 1px solid;
	position: relative;
	width: auto;
	overflow: visible;
	background: transparent;
	float: none;
	padding-left: 20px;
}

#VO_liveFeed .timepost {
	position: absolute;
	left: -65px;
	top: -2px;
	color: #df007a;
	text-align: right;
	font-size: 18px;
}

#VO_liveFeed .timepost p {
	color: #999;
	margin: 5px 0px;
	font-size: 13px;
}

@media screen and (max-width: 1024px) {
	#VO_liveFeed article {
		margin: 40px 40px 40px 100px;
	}
}

@media screen and (max-width: 728px) {
	#VO_liveFeed article {
		margin: 40px 25px 40px 75px;
		padding-left: 0px;
		border-left: none;
	}
	
	#VO_liveFeed .timepost {
		font-size: 13px;
		left: -50px;
	}
}

@media screen and (max-width: 500px) {
	#VO_liveFeed .timepost {
		position: static;
		text-align: left;
		margin-bottom: 10px;
	}
	#VO_liveFeed .timepost p {
		display: block;
		float: right;
		margin: 0px;
	}
	#VO_liveFeed article {
		margin: 40px 15px 40px 15px;
		padding-left: 0px;
		border-left: none;
	}
	#VO_liveFeed .highlight .timepost {
		color: #ffffff;
		padding-top: 10px;
		margin: 0px 20px 0px 20px;
	}
}

/* MAKE EMBEDS & MEDIA CONSISTENT */

#VO_liveFeed .additionsToEmbed {
	width: 100%;
}

#VO_liveFeed p.embedDescription:last-child {
	margin-bottom: 20px;
}

#VO_liveFeed .additionsToEmbed p:last-child {
	margin-bottom: 20px;
}

#VO_liveFeed .additionsToEmbed h2:last-child {
	margin-bottom: 15px;
}

#VO_liveFeed blockquote.twitter-tweet { /* before twitter js file kicks in */
  background-color: #fff;
  display: inline-block;
  padding: 16px;
  margin: 10px 0;
  max-width: 468px;
  border-radius: 4px;
  box-shadow:0 0 1px 0 rgba(0,0,0,0.2),0 1px 10px 0 rgba(0,0,0,0.1);
  font: bold 14px/18px Helvetica, Arial, sans-serif;
  color: #000;
}

#VO_liveFeed .twitter-tweet {
	margin-top: 5px !important;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 10px 0px; 
	border-radius: 4px;
}

#VO_liveFeed .instagram-media {
	margin-top: 5px !important;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 1px 10px 0px !important;
	border: rgb(225, 232, 237) 1px solid !important;
    border-radius: 4px !important;
	padding: 15px !important;
}

@media screen and (max-width: 1024px) {
	#VO_liveFeed .instagram-media {
		width: 90% !important;
	}
}

/* IMAGE GALLERY MODULE */

#VO_liveFeed .gallery_slideshow {
	width: 100%;
	max-width: 960px;
	position: relative;
	overflow: hidden;
}
#VO_liveFeed .gallery_image {
	width: 100%;
	position: relative;
	height: 100%;
}
#VO_liveFeed .gallery_slideshow .gallery_image {
	position: absolute;
}
#VO_liveFeed .gallery_image_hide {
	display:none;
	visibility:hidden;
}
#VO_liveFeed .gallery_image img {
	width: 100%;
}
#VO_liveFeed .gallery_next, .gallery_prev {
	width: 50px;
	height: 45px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	background: #eee;
	transition: 0.5s ease all;
	border: none;
	padding: 0px;
}
#VO_liveFeed .gallery_next img, .gallery_prev img { 
	width: 20px;
	margin: 10px 0px 10px 14px; 
}
#VO_liveFeed .gallery_next img {
	-ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
}
#VO_liveFeed .gallery_prev img {
	-ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);
}
#VO_liveFeed .gallery_next.gallery_disabled, .gallery_prev.gallery_disabled {
	background: #ccc;
	opacity: 0.5
}
#VO_liveFeed .gallery_next:hover, .gallery_prev:hover, .gallery_next:focus, .gallery_prev:focus {
  	cursor: pointer;
  	background: #fff; 
	transition: 0.5s ease background;
}
#VO_liveFeed .gallery_next {
	right: 0;	
}
#VO_liveFeed .gallery_prev {
	right: 50px;
}

#VO_liveFeed .imageDescription, #main .gallery_image .imageDescription {
	font-size: 13px;
	margin-top: 0px;
	text-align: right;
	padding: 5px 5px 0px 5px;
	color: #333333 !important;
}

#VO_liveFeed .popupplanet_block {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

/* HIGHLIGHT TEXT MODULE */

#VO_liveFeed article.highlight {
	border-left: none;
}

#VO_liveFeed .entryIcon {
	float: left;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	margin-right: 20px;
	position: relative;
}

#VO_liveFeed .circIco {
	width: 100%;
	text-align: center;
	font-size: 24px;
	display: block;
	margin-top: 11px;
}

#VO_liveFeed .colouredBgInner {
	padding: 20px 0px;
	min-height: 48px;
}

#VO_liveFeed .colouredBgInner p {
	color: #ffffff;
	margin-bottom: 0px;
	margin-right: 20px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 200;
	vertical-align: middle;
}

#VO_liveFeed .pinkBg {
	background-color: #df007a;
}
#VO_liveFeed .purpleBg {
	background-color: #522583;
}

/* POP UP PLANETS POSTS */

#VO_liveFeed .popUpPlanets {
	display: inline-block;
}

#VO_liveFeed .popUpPlanets h2 {
	float: left;
	clear: none;
	display: block;
	padding-top: 10px;
}

#VO_liveFeed .Pup {
	width: 26px;
	margin: 8px auto;
}

#VO_liveFeed .popup_planet {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#VO_liveFeed .popup_planet h2 {
	float: right;
	width: calc(100% - 60px);
	margin-top: -35px;
}

@media screen and (max-width: 728px) {
	#VO_liveFeed .colouredBgInner p {
		font-size: 18px;
		line-height: 22px;
		margin-left: 66px;
	}
	#VO_liveFeed .colouredBgInner {
		padding: 20px;
	}
}

@media screen and (max-width: 500px) {
	#VO_liveFeed .popup_planet h2 {
		margin-top: -25px;
		width: calc(100% - 40px);
	}
	#VO_liveFeed .colouredBgInner p {
		margin-left: 42px;
	}
	#VO_liveFeed .entryIcon {
		float: left;
		width: 32px;
		height: 32px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		border-radius: 16px;
		margin-right: 10px;
	}
	#VO_liveFeed .circIco {
		font-size: 20px;
		margin-top: 5px;
	}
	#VO_liveFeed .colouredBgInner {
		padding-top: 10px;
	}
	#VO_liveFeed .Pup {
		width: 16px;
		margin: 7px auto;
	}
}

/* VIDEO EMBEDS */

#VO_liveFeed .media_video, #VO_liveFeed .popupplanet_block {
	position: relative;
}
#VO_liveFeed .media_video iframe, #VO_liveFeed .popupplanet_block iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* DAY ROUNDUP MODULE */

#VO_liveFeed .dayEnd_block {
	margin: 40px 0px 60px 0px;
	border-left: 0px;
	padding: 0px;
}

#VO_liveFeed .dayEnd_block img {
	width: 100%;
}
#VO_liveFeed .dayEnd_block .video_container {
	width: 100%;
	padding-bottom: 35%;
	position: relative;
}
#VO_liveFeed .dayEnd_block .video_container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#VO_liveFeed .roundUpTxt {
	padding: 30px 150px; 
}

#VO_liveFeed .roundUpTxt h2, #VO_liveFeed .roundUpTxt p {
	color: #ffffff;
}

#VO_liveFeed .roundUpTxt p:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 1024px) {
	#VO_liveFeed .roundUpTxt {
		padding: 30px 50px 30px 120px; 
	}
}

@media screen and (max-width: 728px) {
	#VO_liveFeed .roundUpTxt {
		padding: 30px 25px 30px 25px; 
	}
}
 
#VO_liveFeed a,#VO_liveFeed a:visited,#VO_liveFeed a:active {
	color: #df007a;
}

#VO_liveFeed a:hover {
	color: #000;
	cursor: pointer;
}

.pinkBg a,.pinkBg a:visited,.pinkBg a:active {
	color: #000!important;
}
.pinkBg a:hover {
	color: #FFF!important;
	cursor: pointer;
}