/*
Theme Name: Jupiter Broadcasting 2019 - Butterfly 2.3
Theme URI: http://www.jupiterbroadcasting.com.com/
Description: Jupiter Broadcasting Wordpress Dark Theme based on OnDemand theme by Jason @ Press75.com.
Version: 2.3 butterfly
Modified by: chzbacon;
Author: Erin Heimer 
Author URI: http://www.jupiterbroadcasting.com/
*/

/* Lets Begin With Some Basics */
html {
	height: 100%;
}

html, body {
	background: #232323;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Ubuntu', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	min-height: 100%;
	position: relative;
}

body.wp-admin {
	background: none;
	font-family: inherit;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 1.2em;
	margin: 1.5em 0 0.5em;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	margin: 0;
}

h3 {
	font-size: 1.3em;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a:link, a:visited {
	color: #6ecff6;
	text-decoration: none;
}

a:hover {
	color: #efefef;
	text-decoration: underline;
}

.clear {
	clear: both;
}

img, input[type=image] {
	max-width: 100%;
}

p img {
	padding: 0;
	max-width: 100%;
}

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clear:after,
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clear,
.clearfix {
    zoom:1;
}

p {
	margin: 0 0 10px 0;
}
/* And... Moving On */

.wrapper {
	position: relative;
	max-width: 980px;
	/*max-width: 1140px;*/
	margin: 0 auto;
}

/* Begin Header */
#header {
	padding: 10px 0;
}

#header #logo{
	/*display: none;*/
	/*text-align: center;*/
	padding: 10px 0;
}

#header #logo img {
	/*max-width: 420px; */
}

#header .menu-main-menu-container{
	position: relative;
	top: 5px;
	z-index: 100;
}

#header .menu-main-menu-container > ul {
	background: url(images/menubarbg.png) 0 0 repeat-x;

	background: -moz-linear-gradient(top,  #feffff 0%, #ffffff 55%, #cecece 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(55%,#ffffff), color-stop(100%,#cecece));
	background: -webkit-linear-gradient(top,  #feffff 0%,#ffffff 55%,#cecece 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#ffffff 55%,#cecece 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#ffffff 55%,#cecece 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#ffffff 55%,#cecece 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#cecece',GradientType=0 );

	border: 1px solid lightgray;
	border-radius: 5px;
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

#header .menu-main-menu-container ul li{
	display: inline-block;
	list-style: none;
}

#header .menu-main-menu-container ul li a{
	display:inline-block;
	cursor: pointer;
	line-height: 14px;
	padding: 10px;
	text-decoration: none;
	color: #111;
}

#header .menu-main-menu-container ul > li:hover{
	/*background: #444;*/
}

#header .menu-main-menu-container ul > li.current-menu-item{
	/*background: #444;*/
}
#header .menu-main-menu-container ul > li.current-menu-item > a{
	/*color: #5588BB;*/
}

#header .menu-main-menu-container ul li:hover > a{
	color: #5588BB;
	text-decoration: none;
}

#header .menu-main-menu-container ul li ul{
	background: #fff;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 2px #CCC;
	left:-999em;
	margin-top: -2px;
	padding: 0;
	position:absolute;
	top:auto;
	z-index: 1000;
}

#header .menu-main-menu-container ul li ul li{
	display:block;
	border-bottom: 1px solid lightgray;
}
#header .menu-main-menu-container ul li ul li:last-child{
	border:none;
}

#header .menu-main-menu-container ul li ul li a{
	display: block;
	padding: 10px 15px 10px 12px;
	line-height: 14px;
}

#header .menu-main-menu-container ul li ul li:hover a{
	background: #444;
	color: white;
}

#header .menu-main-menu-container ul li:hover ul{
	left: auto;
}

#searchForm {
	background: #2a2a2a;
	border: 1px solid #808080;
	border-radius: 4px;
	margin: 8px 6px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
}

#searchForm input{
	vertical-align: middle;
	background:none;
	color: #6ecff6;
}

#searchForm #s{
	color:#808080;
	border: none;
	height: 24px;
	padding: 0 5px;
	font-style: normal;
	width: 150px;
}

#searchForm #s:focus {
	color: #808080;
	font-style: normal;
}

#searchForm #searchsubmit{
	margin: 0 4px;
}
/* End Header */

/* Begin Content Slider */
#featured {
	background: url(images/sliderbg.jpg) top left repeat-x;
	height: 365px;
	padding: 15px 0 0 0;
}

#thevideo {
	background: #232323;
	padding: 0px 0 0 0;
	margin-bottom: 20px;
}

#thevideoinside {
	background: #232323;
	padding: 0 0 0px 0;
	position: static;
}

#videoembed {
	margin: 0px auto;
	text-align: center;
}

#se_video_wrapper {
	position: static!important;
	position: initial!important;
	width: 100%!important;
	height: 100%!important;
}

/* responsive object, embed, iframe */
.responsive-object-wrapper {
	height: 0;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 56.25%;
	max-width: 1140px;
}

.responsive-object-wrapper.live {
	padding-bottom: 54%;
}

.calendar-container .responsive-object-wrapper {
	padding-bottom: 70%;
}

#sidebar .calendar-container .responsive-object-wrapper {
	padding-bottom: 100%;
}

.responsive-object-wrapper object,
.responsive-object-wrapper embed,
.responsive-object-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.watchnow {
	/*
	position: absolute;
	top: 250px;
	left: 560px;
	*/
	margin-top: 25px;
	width: 180px;
	height: 29px;
	background: url(images/watchnow.jpg) top left no-repeat;
	cursor: pointer;
}

.watchnow:hover {
	background: url(images/watchnowover.jpg) top left no-repeat;
}

.insert {
	width: 180px;
	height: 350px;
	background: url(images/insertbg.png) top left no-repeat;
	margin: 0 0 0 550px;
	color: #FFFFFF;
	padding: 10px;
	line-height: 1.2em;
}

.insert h2 {
	line-height: 1em;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.insert a:link, .insert a:hover, .insert a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
/* End Content Slider */

/* Begin Entry Lists */
html>body .entry ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 10px;
	padding: 0 0 0 30px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

ul.inline {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

ul.inline li {
	padding: 0;
	vertical-align: top;
	margin: 0 2px;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar #logo {
	text-align: center;
	margin: 0 auto 20px;
}

#sidebar #logo img {
	max-width: 212px;
}

#sidebar ul, #sidebar ul ol {
	/*margin: 0;*/
	/*padding: 0;*/
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/* Begin Main Content */
#contentwrap {
	background: #EFEFEF;
	border-bottom: 1px solid #D3D3D3;
	float: inherit;
	width: 100%;
}

#pagewrap {
	/*border-top: 1px solid #D3D3D3;*/
	background: #EFEFEF;
	border-bottom: 1px solid #D3D3D3;
	float: left;
	width: 100%;
}

#content {}

#menubar {
	background: url(images/menubarbg.jpg) 0 0 repeat-x #2a2a2a;

	background: -moz-linear-gradient(top,  #feffff 0%, #ffffff 55%, #cecece 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(55%,#ffffff), color-stop(100%,#cecece));
	background: -webkit-linear-gradient(top,  #feffff 0%,#ffffff 55%,#cecece 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#ffffff 55%,#cecece 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#ffffff 55%,#cecece 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#ffffff 55%,#cecece 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#cecece',GradientType=0 );

	height: 45px;
	width: 980px;
}

#menubar .show-title{
	font-size: 22px;
    line-height: 40px;
    padding-left: 10px;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    top: 1px;
    vertical-align: middle;
}

#menubar .show-description{
	border-left: 2px solid #888888;
    display: inline-block;
    font-size: 14px;
    margin-left: 6px;
    padding-left: 6px;
    position: relative;
    top: 3px;
    vertical-align: middle;
}

#subscribe {
	width: 50px;
	height: 40px;
	float: right;
	margin: 1px 2px 0 0;
	background: url(images/rss.jpg) top left no-repeat;
	cursor: pointer;
}

#subscribe:hover {
	background: url(images/rssover.jpg) top left no-repeat;
}

#subscribe ul {
	list-style: none;
	margin: -5px 0 0 0;
}

#subscribe li {
	display: inline;
}

#pagenav {
	text-align: center;
	margin: 40px auto;
}

/* End Main Content */

/* Begin Categories List */
ul, li {
	margin:0;
	border:0;
	padding:0;
	/* Allan 2013-05-21 list-style:none; */
}

ul {
	padding: 0 0 0 20px;
}

li {
	padding: 0;
}

ul li p {
	margin: 0;
}

/* Begin Categories List */
#catlist ul, #catlist li {
	margin:0;
	border:0;
	padding:0;
	list-style:none;
}

#catlist {
	font-size:14px;
	padding:0px;
	height:28px;
	padding: 7px 0 0 10px;
	float: left;
}

#catlist .menu li {
	background:url(images/lm.gif) left top no-repeat;
	height:28px;
	float:left;
	margin-right:10px;
}

#catlist .menu li a {
	background:url(images/rm.gif) right top no-repeat;
	color:#1F1D1D;
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	padding:0 10px;
	padding:0 26px 0 10px;
	text-decoration:none;
	width:200px;
}

#catlist .menu li a:hover {
	color:#565050;
}

#catlist ul .submenu {
	background: none repeat scroll 0 0 #DDDDDD;
	border: 1px solid gray;
	border-radius: 0 0 4px 4px;
	clear: both;
	display: none;
	padding: 6px 0;
	position: relative;
	width: 235px;
	z-index: 2;
}

#catlist ul .submenu li {
	background:none;
	border-top:solid 1px #B6B6B6;
	border:0;
	display:block;
	float:none;
	height:auto;
	line-height:normal;
	margin:0 6px;
}

#catlist .submenu li a {
	background:none;
	border:0;
	display:block;
	float:none;
	height:auto;
	line-height:normal;
	margin:0;
	padding:6px 11px;
}

#catlist .submenu li a:hover{
}
/* End Categories List */

/* Begin Video Gallery */
#videogallery {
	width: 100%;
	/*float: left;*/
	margin: 0px 0px;
	display: -webkit-flex;
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#show-info{
	background: #232323;
	border-radius: 4px;
	border: 1px solid #bcbcbc;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	margin: 5px 0 20px;
	overflow: hidden;
}
#show-info .title{
	/*background: url("../images/jb_black.png") repeat scroll 0 0 #444444;*/
	background: #333;
	color: white;
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 6px 8px;
}
#show-info .description{
	line-height:1.4em;
	margin: 0;
	padding: 8px;
}

/*
#videogallery a:link, #videogallery a:visited {
	color: #1F1D1D;
}

#videogallery a:hover {
	color: #5588BB;
}
*/

#bloglist {}

.videoitem {
	/*float: left;*/
	/*margin: 0 0 30px 15px;*/
	padding: 15px 15px;
	width: 25%;
	position: relative;
}

.thumbnail {
	background: none repeat scroll 0 0 #808080;
	border: 1px solid #808080;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	overflow: hidden;
	padding: 4px;
	margin: 0 auto 15px;
	position: relative;
	/*max-width: 300px;*/
}


.videoitem img.thumb {
	width: 100%;
	display: block;
}

.videoitem img.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.videoitem a:hover img.overlay {
	display: block;
}

.videoitem .thumbnail a{
	display:block;
	overflow:hidden;
}

.videoitem .thumbnail a:hover img.thumb {
}

.videoitem .details {
	height: 90px;
}

.videoitem h2.itemtitle {
	color: #6ecff6;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 2px;
	padding: 0;
}

.videoitem .itemdesc {
	color: #efefef;
	font-size: 10px;
	margin: 0 0 0 2px;
	padding: 0;
}

.videoitem .ratings {}

.videoitem .comments {
	background: url(images/commentsbg.gif) top left no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	height: 25px;
	line-height: normal;
}


.videoitem .gallerydate {
	color: #6ecff6;
	margin: 5px 0 0 2px;
}

#videodets {
	border-bottom: 1px solid #B8B8B8;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#postcontent {
	border-bottom: 1px solid #B8B8B8;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#postcomments {
	margin: 0 0 10px 0;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#videodets h2 {
	padding: 0;
	margin: 0 0 10px 0;
}

#videodets .thumbnail {
	float:right;
	max-width: 250px;
}

.itemlinks {
	margin: 5px 0 5px 0;
	padding: 0;
}

.itemlinks a:link,
.itemlinks a:visited {
	color: #efefef;
}

.smalllinks a:link,
.smalllinks a:visited {
	color: #efefef;
}

.smalllinks {
	color: #efefef;
}

#postinfo {
	float: left;
}
/* End Video Gallery */

/* Begin Blog and Page Items */
.blogitem {
	border-bottom: 1px solid #B8B8B8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.pageitem {}
.blogcontent {}

.blogitem h2, .pageitem h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
/* End Blog and Page Items */

/* Begin Sidebar */
#sidebar {
	/*float: right;*/
	margin: 0;
	/*padding: 10px 0 0 0;*/
	/*width: 310px;*/
	/*width: 270px;*/
}

#sidebar h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#sidebar .widget {
	background: #808080;
	border: 1px solid #4c4c4c;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

#sidebar .widget-title {
	background: url("images/menubarbg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0) #BABABA;

	background: -moz-linear-gradient(top,  #4c4c4c 0%, #4c4c4c 55%, #2a2a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(55%,#4c4c4c), color-stop(100%,#2a2a2a));
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#4c4c4c 55%,#2a2a2a 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#4c4c4c 55%,#2a2a2a 100%);
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#4c4c4c 55%,#2a2a2a 100%);
	background: linear-gradient(to bottom,  #4c4c4c 0%,#4c4c4c 55%,#2a2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2a2a2a',GradientType=0 );

	padding: 10px 0;
	margin: 0;
	min-height: 33px;
	text-align: center;
	font-size: 14px;
	border-bottom: 0px solid lightgray;
}

#sidebar .widget-body {
	padding: 10px;
}

.sideblog {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #E8E8E8;
}

#ratingsblock ul {
	list-style: none;
	text-align:left;
}

#ratingsblock li {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #E8E8E8;
}
/* End Sidebar */

/* Begin Comments*/
#comment {
	width:450px;
}

h2.commh2 {
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
}

ol.commentlist {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
}

ol.commentlist p {
	margin-bottom: 10px;
}

ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li {
	background: #ffffff;
	border-bottom: 1px solid #DFDFDF;
	margin: 0 0 15px 0;
	padding: 0;
}

ol.commentlist li.alt {
	background: #ffffff;
	margin: 0 0 15px 0;
	padding: 0 !important;
}

input#submit {
	background: #212121;
	border: none;
	color:#FFFFFF;
	cursor:pointer;
	font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:10px 0 0 0;
	padding:7px 10px;
	text-align:center;
	text-transform: uppercase;
}

#comment,
#author,
#email,
#url {
	background: #FFFFFF;
	border:1px solid #B8B8B8;
	padding:2px;
	color:#646464;
	margin:0px 0 0 0;
}
/* End Comments */

/* Begin Sidebar */

/* End Sidebar */

/* Begin Various Tags and Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	background: none repeat scroll 0 0 #FEFEFE;
	border-left: 5px solid #DDDDDD;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	font-size: inherit;
	line-height: 20px;
	margin: 20px 0;
	padding: 10px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}
/* End Various Tags and Classes*/

/* Begin Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End Captions */

/* Begin Footer */
#footer {
	background: #232323;
	padding: 20px 0 25px;
	clear: both;
	color: #efefef;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#footer, #footer-spacer {
	height: 150px;
}

#footer-spacer {
	margin-top: 20px;
}

#footer a:link, #footer a:visited {
	color: #efefef;
}

#footer small {
	color: #efefef;
}

#footer .licensecopy {
	margin: 30px 0 0;
	text-align: center;
}

.afflinks a {
	border-right: 1px solid #ccc;
	padding-right: 6px;
	margin-right: 6px;
}

.afflinks a:last-child {
	border-right: none;
	margin-right: none;
	padding-right: none;
}

img.photo{
	border: 1px solid lightgray;
	padding: 4px;
	background: white;
	box-shadow: 0px 1px 2px #333;
	max-width: 100%;
	height: auto;
}

img.photo.right {
	float:right;
}

img.photo.left {
	float:left;
}

.single-host .thumbnail {
	display: inline-block;
}

#hosts {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

#hosts .host {
	width: 50%;
	text-align: center;
	padding: 10px;
}

#hosts .name {
	font-size: 16px;
	margin: 12px 0 6px;
	font-weight: bold;
}

#hosts .shows {
	font-size: 14px;
	margin: 8px 0 12px;
	font-weight: normal;
	font-style: italic;
	color: #666;
	line-height: 16px;
}

a.loadmore {
	display: block;
	border: 1px solid #808080;
	background: #4c4c4c;
	color: #efefef;
	border-radius: 4px;
	text-align: center;
	padding: 6px 0;
	margin: 20px auto;
	text-decoration: none;
	width: 120px;
}

a.loadmore:hover,
a.loadmore:active {
	background: #6ecff6;
	color: #2a2a2a;
	text-decoration: none;
	border-color: #808080;
}

.wp-pagenavi {
	margin: 20px auto 40px;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
	text-decoration: none;
	background: #4c4c4c;
	border: 1px solid #232323;
	border-right: 0;
	padding: 5px 8px;
	margin: 0;
}

.wp-pagenavi span.pages {
	text-decoration: none;
	border: 1px solid #232323;
	/*padding: 3px 5px;*/
	margin: 2px;
}

.wp-pagenavi > :last-child {
	border: 1px solid #232323;
	/*border-right: 1px solid #BFBFBF;*/
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #6ecff6;
	color: #2a2a2a;
	text-decoration: none
}

.wp-pagenavi span.current {
	font-weight: bold;
}


#sidebar ul.icons {
	text-align: center;
}

ul.icons li { width: 35px; }
ul.icons li a { font-size: 11px; }

#sidebar #social-widget ul.icons li {
	width: 32px;
}

#sidebar #social-widget div.rss-container{ margin: 8px auto; width: 250px; }
#sidebar #social-widget div.rss-container img.rss-icon{ float:left; margin: 5px 5px 0 0; max-width: 40px; }
#sidebar #social-widget div.rss-container h3{ margin: 2px; float:left; }

#feeds_menu {
	position: absolute;
	right: 0;
	top: 30px;
}

#rss-menu {
	position: relative;
	text-align: right;
}

#rss-menu > ul {
	text-align: left;
	background: white;
	border: 1px solid lightgray;
	border-radius: 4px;
	display: none;
	width: 360px;
	margin: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	position: relative;
}

#rss-menu > ul > li {
	font-size: 12px;
	line-height: 12px;
	padding: 6px 0;
	border-bottom: 1px solid gray;
	text-indent: 10px;
	border-right: 1px solid gray;
	background: #f0f0f0;
	cursor: default;
	width: 50%;
}

#rss-menu > ul > li:last-child {
	border-bottom: none;
}

#rss-menu:hover > ul {
	display: block;
}

#rss-menu li {
	list-style: none;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#rss-menu ul ul {
	display: none;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

#rss-menu ul ul li {
	margin: 0;
	background: white;
	border-right: none;
	list-style: none;
}

#rss-menu ul ul li a {
	display: block;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	height: 12px;
	line-height: 12px;
	padding: 6px 20px 6px 0;
	text-indent: 10px;
	text-align: right;
}

#rss-menu ul ul li:hover a {
	color: inherit;
	text-decoration: underline;
}

#rss-menu > ul > li:hover {
	background: white;
	border-right: none;
}

#rss-menu li:hover > ul {
	display: block;
}

#rss-menu ul li {}

.container {
	/* override bootstrap wide view */
	max-width: 970px!important;
	position: relative;
}

.navbar {
	min-height: inherit;
	margin: 10px 0;
}

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

.navbar-default {
	background: url(images/menubarbg.png) 0 0 repeat-x;
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #4c4c4c 55%, #2a2a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(55%,#ffffff), color-stop(100%,#cecece));
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#4c4c4c 55%,#2a2a2a 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#4c4c4c 55%,#2a2a2a 100%);
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#4c4c4c 55%,#2a2a2a 100%);
	background: linear-gradient(to bottom,  #4c4c4c 0%,#4c4c4c 55%,#2a2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2a2a2a',GradientType=0 );

	border: 0px solid #D3D3D3;
	border-radius: 5px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #6ECFF6;
	background: none;
}

.navbar-default .navbar-nav > li > a {
	color: #BABABA;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #6ECFF6;
}

.navbar-default .dropdown-menu > li > a {
	padding-left: 15px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #0B4B75;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
	background: #444;
	color: #fff;
}

.navbar-collapse {
	padding-left:  0px;
	padding-right: 0px;
	max-height: inherit;
}

.navbar-nav {
	/*float: left;*/
	/*margin: 0;*/
}
.navbar-nav > li {
	/*float: left;*/
}
.navbar-nav > li > a {
	/*padding-top: 15px;*/
	/*padding-bottom: 15px;*/
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-nav.navbar-right:last-child {
	margin-right: -15px;
}

.error404 #logo {
	display: none!important;
}

.error404 {
	background: url(images/unicorn.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.error404 #content {
	min-height: 100%;
}

.error404 .fourofour {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  border: 1px solid #DDDDDD;
  border-radius: 13px;
  bottom: 200px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.4) inset, 0 2px 4px #000000;
  color: #FFFFFF;
  font-family: "Ubuntu";
  font-size: 60px;
  left: 10%;
  margin-top: 45%;
  min-width: 175px;
  padding: 10px 30px;
  position: absolute;
  right: 10%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  max-width: 1100px;
  margin: 0 auto;
}

a.blue-button {
	background: #0B4B75;
	display: block;
	color: white;
	padding: 10px;
	text-align: center;
	border-radius: 3px;
}

a.blue-button:hover {
	opacity: .7;
	text-decoration: none;
}

.donorbox {
	/*margin: 20px 0;*/
	/*padding-bottom: 20px;*/
	/*border-bottom: 1px dotted gray;*/
}

.donation_comment cite {
	display: block;
	margin: 0;
}

blockquote.donation_comment {
	margin: 0 0 20px;
	background: none;
	box-shadow: none;
	padding: 5px;
}

p.donation_comment {
	margin: 0;
	padding: 0;
}

.video .video-js {
	padding-top: 56.25%;
	position: relative;
}
.video .vjs-poster {
	background-size: cover;
}
.video .vjs-big-play-button {
	width: 2.5em !important;
	border: 0.05em solid #222 !important;
	border-radius: 0.4em !important;
	background: #1F3744;
	background: linear-gradient(to bottom,  #1F3744 0%,#0B151A 100%);
	height: 75px;
}

.video .vjs-big-play-button::before {
    line-height: 1.2em !important;
    font-size: 2em !important;
}
.video .vjs-default-skin:hover .vjs-big-play-button,
.video .vjs-default-skin .vjs-big-play-button:focus {
    border-color: #233F4E !important;
    box-shadow: 0px 0px 3em rgba(0, 0, 0, 0.5);
}
.video .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
    margin-left: -1.3em !important;
}
.video .vjs-big-play-button span {
	display: none !important;
}

.vjs-big-play-centered .vjs-big-play-button {
	/*margin: 0 auto;*/
}

#direct-downloads ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#direct-downloads ul > li {
	display: inline-block;
	padding: 0 5px 0 3px;
	border-right: 2px solid #666;
}

#direct-downloads ul > li:first-child {
	padding-left: 0;
}

#direct-downloads ul > li:last-child {
	border-right: none;
}

/*custom bootstrap media queries*/
@media (max-width: 479px) {

	.videoitem {
		float: none;
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
		/*max-width: 300px;*/
	}

	.category-hosts .thumb-container {
		float: none;
		margin: 0 0 10px 0;
		max-width: 100%;
	}

	#sidebar #social-widget ul.icons li { max-width: 28px; }

}

@media (min-width: 480px) {
}

@media (min-width: 480px) and (max-width: 767px) {

	.videoitem {
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
	}

}


@media (max-width: 767px) {

	.navbar-nav {
		margin: 0;
	}

	#searchForm #s {
		height: 32px;
	}

}

@media (min-width: 768px) {

	.stickers {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}

	.sticker {
		width: 33%;
	}

}

@media(min-width: 620px)
{
  #headerlogo {
        padding-bottom: 0px;
  }
}

@media(max-width: 620px)
{
  #headerlogo {
        padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

	#header .menu-main-menu-container > ul {
		text-align: center;
	}

	#hosts .host {
		width: 33%;
	}
	.videoitem {
	  margin-bottom: 10px;
	}

}

@media (max-width: 991px) {

	#footer {
		text-align: center;
	}

}

@media (min-width: 992px) {

	/* override bootstrap medium view to better fit 3 videos per row */
	.container .col-md-4 { width: 30%!important; }
	.container .col-md-8 { width: 100%!important; }

	#hosts .host {
		width: 25%;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.videoitem .details {
		height: 100px;
	}

	#searchForm #s {
		width: 170px;
	}

	.navbar-nav > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}

	#sidebar #social-widget ul.icons li { max-width: 28px; }

}

@media (min-width: 1200px) {

	.videoitem .details {
		height: 90px;
	}

	.navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

}

#headerlogo {
	max-width: 420px;
	height: auto;
}

#headersocialicons {
	float: right;
	max-width: 600px;
	padding-right: 20px;
	clear:right;
	margin-top: -20px;
}

#footerimage {
	max-width: 220px;
	padding-bottom: 5px;
}
