/*
Theme name: DocumentaryStorm Clean
Version: 1.0
*/


/* General Styles
********************************************************/
html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #444;
}

li {
	line-height: 1.6em;
}

body {
  padding-top: 51px;
  font-family: "open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.container-fluid {
	width: 98%;
	max-width: 1240px;
}

h1,
.h1 {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

h2,
.h2 {
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-size: 26px;
}

@media (max-width:480px){
	h2, .h2 {
	    font-family: Oswald,Helvetica,Arial,sans-serif;
	    font-size: 24px;
	}
}

p {
	font-size: 16px;
	color: #444;
	line-height: 1.6em;
	font-weight: 400;
}

a {
  color: #28a4fe;
 }

a:hover,
a:focus {
  color: #0088EA;
 }

.btn {
	text-transform: uppercase;
	font-weight: 600;
        border: 0;
}

.btn.btn-primary {
	background-color: #219BDD;
	-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.btn.btn-primary:hover {
    background-color: #2980b9;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 14px;
}

div.dropshadow,
.dropshadow {
	box-shadow: 0px 1px 5px rgba(0,0,0,0.6);
}

#content {
	min-height: 600px;
}

/* Wordpress Helpers
********************************************************/
.post-edit-link {
	position: absolute;
	top: -2px;
	font-size: 10px;
}


/* Miscellaneous
********************************************************/
.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
	display: none;
}

.caret {
	border-top: 4px solid;
}


/* New Bootstrap Column Class for Fifths
********************************************************/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
	        width: 20%;
	        float: left;
	    }
}

@media (min-width: 992px) {
	    .col-md-5ths {
	        width: 20%;
	        float: left;
	    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* Navbar
********************************************************/

.navbar {
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.navbar-inverse {
  background-color: #2f2f2f;
}

.navbar-brand {
	background: url(images/logo.png) no-repeat left center;
	background-size: contain;
	height: 50px;
	width: 224px;
	margin-right: 12px;
}
.navbar-toggle {
	margin-right: 0;
}

.navbar-form {
    padding-right: 0;
}

@media (min-width:768px){
	.navbar-brand {
		width: 184px;
	}
}

@media (min-width:992px){
	.navbar-brand {
		width: 274px;
	}
}

.navbar-inverse .navbar-nav > li > a {
  	color: #eee;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width:767px){
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
	  	background-color: inherit;
	}
}


.dropdown-menu > li > a {
	font-weight: 600;
}

.dropdown-menu {
  padding: 10px 0;
  background-color: #000;
}

.dropdown-menu > li > a {
	color: #eee !important;
}

.dropdown {
	font-size: 14px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #219BDD !important;
  text-decoration: none;
  background-color: inherit;
}

.dropdown-menu.dropdown-menu-columned {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
	-moz-column-width: auto;
    -webkit-column-width: auto;
	min-width: 410px;
}

@media (max-width:767px){
	.dropdown-menu.dropdown-menu-columned {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		-moz-column-width: auto;
		-webkit-column-width: auto;
		min-width: 310px;
	}
}

.navbar-collapse {
	max-height: none;
}

.navbar-form {
	border-top: none;
	border-bottom: none;
	box-shadow: none;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  -webkit-transition: all 400ms ease-in-out;
	  transition: all 400ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	top: 6px;
	width: 16px;
	left: 3px;
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
	top: -6px;
	width: 16px;
	left: 3px;
	transform: rotate(-45deg);
	-ms-transform:rotate(-45deg); /* IE 9 */
	-webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */
}

.navbar-inverse .navbar-toggle {
    border-color: #2f2f2f;
    background-color: #444;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #444;
}


/* Login Menu
********************************************************/

.dropdown-menu.loggedout {
	padding: 16px 20px 10px;
}

.sign-in-toggle {
  margin-left: 10px;
}

/* Homepage Featured Area
********************************************************/

#featured-documentaries-slider {
	margin-bottom: 24px;
}

.owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
	margin: 0px 6px;
	background: #fff;
}

.jumbotron {
	position: relative;
	background-color: #2f2f2f;
	color: #eee;
	border-bottom: 3px solid #DDD;
	background-image: url(data:image/png;base64,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);
	padding: 30px 0;
}

.featured-background {
    /*content : "";*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -10;
 	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    /*filter: gray; *//* IE6-9 */
    /*-webkit-filter: grayscale(100%); *//* Chrome 19+ & Safari 6+ */
}

.jumbotron h1 {
	font-size: 54px;
	font-weight: 600;
	opacity: 0.9;
        letter-spacing: -1px;
}

.jumbotron h1 a {
	color: inherit;
}

.jumbotron a:hover {
	text-decoration: none;
}

.jumbotron p {
	/*color: #fefefe;*/
	color: inherit;
	opacity: 0.8;
}

.jumbotron img {
	width: 280px;
	border: 1px solid black;
	margin-right: 40px;
	margin-bottom: 10px;
}

#featured-documentaries-slider .owl-pagination {
	position: relative;
}

#featured-documentaries-slider .owl-controls {
	margin-top: -60px;
}


#featured-documentaries-slider .owl-prev {
    left: 0px;
}

#featured-documentaries-slider .owl-next {
    right: 0px;
}

#featured-documentaries-slider .owl-theme .owl-controls .owl-buttons div {
	color: white;
}


#featured-documentaries-slider .owl-prev,
#featured-documentaries-slider .owl-next {
	font-size: 40px;
	color: white;
	opacity: 0.2;
	text-shadow: 0 0 1px black;
}

#featured-documentaries-slider:hover .owl-prev,
#featured-documentaries-slider:hover .owl-next {
	opacity: 0.4;
}


#featured-documentaries-slider .owl-prev:hover,
#featured-documentaries-slider .owl-next:hover {
	opacity: 0.9;
}

@media (max-width:1340px){ 
 	#featured-documentaries-slider .owl-prev,
	#featured-documentaries-slider .owl-next { 
		display: none; 
 	}
}

@media (min-width:1600px){ 
 	#featured-documentaries-slider .owl-prev,
	#featured-documentaries-slider .owl-next { 
		display: none; 
 	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.jumbotron h1 {
		font-size: 42px;
		margin-top: 10px;
	}

	.jumbotron p {
		font-size: 18px;
	}

	.jumbotron .btn-lg {
		font-size: 16px;
		padding: 8px 14px;
	}
}

@media (max-width:767px){
	.jumbotron h1 {
		font-size: 24px;
		margin-top: 6px;
	}

	.jumbotron p {
		font-size: 12px;
	}

	.jumbotron img {
		width: 40%;
		margin-right: 5%;
		margin-left: 5%;
	}

	.jumbotron .btn-lg {
		font-size: 14px;
		padding: 4px 8px;
	}

	.owl-theme .owl-controls .owl-page span {
		margin: 0px 3px;
	}
}

@media (max-width:480px){
	.jumbotron h1 {
		font-size: 16px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.jumbotron p {
		/*max-height: 90px;*/
		overflow: hidden;
		max-height: 8em;
	}

	.jumbotron img {
		width: 38%;
		margin-right: 4%;
		margin-left: 0%;
	}
}

/* Carousel (Box Covers)
********************************************************/

.home .video-row {
	min-height: 200px;
}

.owl-carousel .item {
	margin: 4px 10px;
	position: relative;
}

.item img,
img.box-cover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}

.item img:hover {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
    color: #000;
    font-size: 28px;
    background: none !important; 
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -38px;
	top: 50%;
	margin-top: -0.9em;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -38px;
	top: 50%;
	margin-top: -0.9em;
}

.owl-buttons .disabled {
	opacity: 0.04 !important;
	cursor: default !important;;
}

.video-row-heading,
.page-heading {
	text-transform: uppercase;
	color: #444;
	font-size: 28px;
	font-weight: 700;
	margin-right: 8px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 14px;
        letter-spacing: -1px;
}

.video-row-heading {
	margin-left: 8px;
}

@media (max-width:480px){
	.video-row-heading,
	.page-heading {
		font-size: 23px;
	}
}

.popover-title {
	background-color: inherit;
	border-bottom: 0;
	border-radius: 0;
}
.popover-title h1 {
	font-size: 20px;
	text-transform: none;
    padding: 6px 7px 0;
}

.popover-title h1 a,
.popover-title h1 a:hover {
	text-decoration: none;
	color: #444;
}

.rating {
	display: block;
	height: 56px;
	width: 66px;
	line-height: 62px;
	text-align: center;
	font-size: 14px !important;
	font-weight: 700;
    background: transparent url('images/star.png') no-repeat;
    background-size: contain;
}

.popover .btn {
	font-size: 14px;
	border-radius: 6px;
}

@media (max-width:480px){
	.popover-title h1 {
		font-size: 16px;
		padding:0;
	}
	.popover .btn {
		font-size: 12px;
		border-radius: 6px;
	}
	.popover-content,
	.popover-title {
		padding:8px 8px;
	}

}

.popover .movie-details .categories {
    text-transform: uppercase;
    font-weight: 400;
}

.video-row hr {
	width: 99%;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 12px;
}

.owl-carousel .owl-buttons i {
  transform:scale(1,1.2); 
  -webkit-transform:scale(1,1.2);
}

.owl-carousel.last {
	margin-bottom: 50px;
}

.popover { 
	border-radius: 3px; 
	width: 320px;
	max-width: 36%;
}

.popover .popover-title {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.popover p {
	font-size: 12px;
}

.popover .video-meta {
	font-size: 10px;
	margin-bottom: 4px;
}

.popover h1 {
	margin-bottom: 0;
	margin-top: 10px;
	padding-left: 0;
}

.popover h2 {
	font-size: 11px;
	margin-top: 0;
	text-transform: uppercase;
	font-family: "open sans";
	font-weight: 700;
	letter-spacing: -0.5px;
}

.box-cover-carousel {
	margin-right: auto;
	margin-left: auto;	
}

@media (max-width:1260px){
	.box-cover-carousel {
		width: 98%;
	}
}

@media (max-width:767px){
	.box-cover-carousel {
		width: 92%;
		margin-right: auto;
		margin-left: auto;
	}
	.box-cover-carousel .item {
		margin: 0px 4px;
	}
}

/* Box Cover Overlays
********************************************************/

.box-cover-overlay-holder.hover .box-cover-overlay {
	opacity: 0.4;
}

.box-cover-overlay-holder.hover .play-button {
	opacity: 1;
}

.box-cover-overlay-holder {
	position: relative;
}

.box-cover-overlay {
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #000;
	opacity:0;
	z-index: 10;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.play-button { 
	color:white;
	top: 50%; left: 0;
	width: 100%;
	position: absolute;
	font-size: 4em;
	z-index: 10;
	text-align:center;
	opacity: 0;
	line-height: 0 !important;
	text-shadow: 0px 0px 9px #000;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

@media (max-width:480px){
	.play-button { 
		font-size: 2em;
	}
}

/* Video Page
********************************************************/
body.single {
	/*background-color: #eee;*/
	padding-top: 80px;
}

.video-content-area p:first-of-type {
    font-size: 120%;
    font-weight: 600;
    color: #666;
}

.single #content {
	min-height: 0;
}

.amazon-button {
	margin-top: 4px;
}

.video-content-area {
	min-height: 400px;
	background-color: #fefefe;
	border-radius: 3px;
	margin-bottom: 20px;
}

.sidebar-right {
	background-color: #fefefe;
	border-radius: 3px;
	padding: 24px 30px;
}

.post-title {
	text-transform: none;
	font-size: 46px;
	margin-top: 10px;
        margin-bottom: 6px;
        letter-spacing: -1px;
}

.content-description h2.tagline {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0;
	letter-spacing: -1px;
}

@media (max-width:767px){
	.content-description h2.tagline {
		font-size: 13px;
	}

	body.single {
    	padding-top: 70px;
	}
}

h2.related {
	margin-bottom: 16px;
}

.related .item {
	float: left;
	width: 18%;
	margin-right: 2%;
	padding: 0;
}

.related .item:last-child {
	margin-right: 0;
}

@media (max-width:480px){
	.owl-carousel.last {
		margin-bottom: 0;
	}
}


.video-meta,
.tags a {
	text-transform: uppercase;
	font-weight: 500;
	color: #666;
}

.video-meta,
div.subcategory-navigation {
	font-size: 11px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 14px;
	padding: 6px 10px;
	background-color: #fafafa;
}

.rating-summary .ghost {
	color: #aaa;
}

.video-content-area img.box-cover {
	margin-right: 14px;
	margin-bottom: 10px;
	box-shadow: none;
	border: 1px solid #ddd;
}

.video-meta .fa {
	margin-right: 2px;
}

.video-meta .runtime,
.video-meta .release-date {
	display: inline-block;
	margin-right: 4px;
}

.video-meta div.tags {
	display: inline-block;
	margin-bottom: 2px;
}

.video-meta .tags li {
	padding-right: 0;
	padding-left: 0;
}

.tags a:hover {
	color: #219BDD;
	text-decoration: none;
}

#player-section iframe {
    box-shadow: 0px 12px 10px -8px #2f2f2f;
}

#player-section .no-shadow iframe {
    box-shadow: none;
}


.fluid-width-video-wrapper + .fluid-width-video-wrapper {
	margin-top: 20px;
}

#player-section .container-fluid {
  max-width: 1000px;
}

#under-player-buttons{
	margin-top: 10px;
	margin-bottom: 50px;
}

#under-player-buttons [class|="col"] {
	padding: 0;
}

#under-player-rating {
	padding: 20px 0 0;
	text-transform: uppercase;
	font-size: 10px;
}

.gdsrcacheloader {
	text-align: center;
	margin: auto;
}

.ratingloaderarticle {
 	margin: auto;
}

.rating-success {
 	color: #2ECC71;
 	text-align: center;
 	font-weight: bold;
}

.content-ad {
	margin-right: 18px;
}

.btn.btn-primary.btn-share {
	padding: 8px;
	border: 1px solid #ccc;
	width: 100%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.btn.btn-primary.btn-share:hover {
    border: 1px solid #bbb;
}

.btn.btn-primary.btn-share .fa {
	margin-right: 6px;
}

.btn.btn-primary.btn-share-rate {
	background-color: #2f2f2f;
	float: left;
	width: 33.1%;
	margin-right: 0.35%;
}

.contenthover {
	display: block;
	opacity: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.contenttrigger {
	display: block;
	-webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.btn-share-rate:hover > .contenthover {
	display: block;
	opacity: 1;
	height: auto;
	overflow: visible;

}

.btn-share-rate:hover > .contenttrigger {
	display: block;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.ratingstarsinline {
	float: none !important;
}

.ratepost {
	margin: 0 auto;
}

.ratingblock, .thumblock { margin-bottom: 2px; margin-top: 2px; font-size: 1em; }

.btn.btn-primary.btn-share-rate:hover {
	background-color: #000;
}

.btn.btn-primary.btn-share-facebook {
	background-color: #3B5998;
	float: left;
	width: 33.1%;
	margin-right: 0.35%;
}

.btn.btn-primary.btn-share-facebook:hover {
	background-color: #304777;
}

.btn.btn-primary.btn-share-twitter {
	background-color: #00B0ED;
	float: left;
	width: 33.1%;
}

.btn.btn-primary.btn-share-twitter:hover {
	background-color: #038DB3;
}

@media (max-width:480px){
	#under-player-buttons .btn {
		width: 100% !important;
	}
}

#player-section {
	background-color: #ededed;
	padding: 30px 0;
}


.now-playing-image {
	float: left;
	width: 14%;
	margin-right: 2%;
}

.now-playing-image img {
	width: 100%;
}

.content-description {
	float: left;
	width: 84%;
	padding-bottom: 12px;
}

.content-description h2 {
	margin-top: 24px;
	font-size: 18px;
	font-family: "open sans", sans-serif;
	font-weight: 700;
}

.content-description h3,
.content-description h4 {
	font-size: 18px;
    margin-top: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

#episode-links {
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	margin-top: -18px;
	margin-bottom: 8px;
}

#episode-links span {
	margin: 0 2px;
}

#episode-links a:hover,
#episode-links a:focus,
#episode-links a:active {
	text-decoration: none;
}

#episode-links a span {
	text-decoration: none;
}

#episode-links a span:hover,
#episode-links a span:focus,
#episode-links a span:active {
	text-decoration: underline;
}

.popover.left > .arrow,
.popover.right > .arrow {
  top: 20%;
}


@media (max-width:767px){
	.post-title {
		font-size: 30px;
		margin-top: 0px;
	}
	.content-description {
		width: 100%;
	}
}

.now-playing-image-img.visible-xs {
	width: 20%;
	margin-right: 8px;
	margin-bottom: 6px;
}

/* Watchlist Components
********************************************************/

.simplefavorite-button,
.simplefavorite-button-inactive,
.tml input[type=submit] {
	text-transform: uppercase;
	font-size: 10px;
	background-color: #219BDD;
	-webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: 4px 6px;
    font-weight: 600;
	line-height: 1.33;
	border-radius: 6px;
	color: #fff;
	border-color: #357ebd;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	margin-bottom: 10px;
}

.simplefavorite-button:hover,
.tml input[type=submit]:hover {
	background-color: #2980b9;
    transition: background-color 0.3s;
}

.watchlist-boxcovers .item img {
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

/* Theme My Login
********************************************************/
.tml input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.navbar .tml input[type=text],
.navbar .tml input[type=password] {
    background-color: #3c3c3c;
    border: none;
    color: #fefefe;
    margin: 0;
}

.navbar .tml label {
	color: #fff;
	margin-bottom: 0;
}

.tml label {
	text-transform: uppercase;
	font-size: 12px;
}

.tml p {
    margin: 0 0 .5em 0;
    padding: 0;
}

.tml input[type=checkbox] {
	display: inline-block;
	height: initial;
}

.tml-rememberme-wrap,
.tml-rememberme-submit-wrap {
    display: block !important;
}

.tml .message {
	display: none;
}

.dropdown-menu.list-inline>li>a {
    padding: 0;
}

.dropdown-menu.loggedout {
	min-width: 240px;
	/*text-align: center;*/
}

.tml-rememberme-wrap {
	text-align: left;
}

.tml {
	max-width: 460px;
}

.tml input {
	max-width: 240px;
}

#wpmem_reg input, #wpmem_reg button, #wpmem_reg select, #wpmem_reg textarea, #wpmem_login input, #wpmem_login button {
    font-size: 14px;
}

/* Archive
********************************************************/
.tile {
	padding: 0px 1% 2%;
}

.wp-pagenavi {
    padding: 20px 0px !important;
    margin-bottom: 20px;
}

div.subcategory-navigation {
	margin-left: 8px;
	margin-bottom: 14px;
    text-transform: uppercase;
    color: #666;
}

div.subcategory-navigation ul {
	display: inline;
	padding-left: 4px;
}

div.subcategory-navigation ul li {
	display: inline-flex;
}

div.subcategory-navigation ul li:after {
  content: ",\00a0";
}

div.subcategory-navigation ul li:last-child:after {
    content: "";
}

/* Top 100
********************************************************/
/*.page-id-6000 .tile {
    width: 25%;
}*/

.rank {
	position: absolute;
	font-size: 24px;
	font-weight: 700;
	left: -0.3em;
	top: 6%;
	text-align: center;
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	color: #FFF;
	border-radius: 6px;
	box-shadow: 0px 0px 0.2em 0.02em #A0A0A0;
	background: none repeat scroll 0% 0% #219ADC;
	z-index: 1001;
}

@media (max-width:480px){
	.page-id-6000 .tile {
		float: none;
    	width: 94%;
    	margin-right: auto;
    	margin-left: auto;
    	margin-bottom: 20px;
	}

	.rank {
		left: -.7em;
	}
}


/* Under Player Section
********************************************************/

#under-player-section {
	background-color: #fefefe;
	padding-top: 10px;
	min-height: 500px;
}

#under-player-section h2 .fa {
    margin-right: 6px;
    bottom: 2px;
    position: relative;
    color: #219BDD;
}

#under-player-section .fa-heart {
    font-size: 21px;
    bottom: 3px;
}

#under-player-section .owl-carousel {
	margin-bottom: 26px;
}

@media (min-width:992px){
	#disqus_thread {
		padding-left: 4px;
		padding-right: 10%;
	}
}

@media (max-width:991px){
	#under-player-section .owl-carousel {
    	margin-bottom: 36px;
    }
}

#disqus_thread {
	margin-bottom: 24px;
}

/* Pages
********************************************************/


@media (max-width:480px){
	.page-template h1 { 
		font-size: 24px;
	}
}


/* Full Documentary List
********************************************************/
.list-item-title {
	font-size: 20px;
	color: black;
	font-weight: 600;
}

.list-item-title:hover {
	color: #6EC1EE;
	text-decoration: none;
}

.letter-group {
	margin-bottom: 40px;
}

.index-letter {
	font-family: Oswald;
	font-size: 30px;
	font-weight: 600;
}

/* Footer
********************************************************/

footer {
	text-transform: uppercase;
	background-color: #2f2f2f;
	color: #eee;
	margin-top: 40px;
	min-height: 154px;
}

.footer-content {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	margin: 30px 0;
}

.footer-content .form-group {
    max-width: 320px;
}

.footer-content .form-control {
	font-size:12px;
	background-color: #444;
	border: 1px solid #444;
	color: #eee;
}

.footer-content .navbar-brand {
	background: url(images/logo_grayscale.png) no-repeat left center;
	background-size: contain;
	height: 50px;
	margin-right: 12px;
	margin-top: -12px;
	margin-left: -4px;
}

.footer-content a {
	color: #eee;
}
.footer-content a:hover {
	color: #219BDD;
	text-decoration: none;
}

.footer-content h2 {
	font-size: 16px;
	margin-top: 0;
}

.copy {
	color: #aaa;
	font-size: 10px;
	font-weight: 300;
}

h2.stay-connected {
	margin-bottom: 6px;
}

.footer-social-icons {
	font-size: 17px;
	margin-bottom: 14px;
}

.footer-social-icons:hover {
	color: #eee;
}

.footer-social-icons.list-inline > li {
	padding-left: 0;
}

.footer-social-icons .fa-circle {
	color: #444;
}

.footer-social-icons .social-icon {
	color: #eee;
}

.footer-social-icons li:hover .fa-circle-facebook {
	color: #3B5998;
}

.footer-social-icons li:hover .fa-circle-twitter {
	color: #4099FF;
}

.footer-social-icons li:hover .fa-circle-google-plus {
	color: #d34836;
}

.footer-social-icons li:hover .fa-circle-youtube {
	color: #b31217;
}

.footer-social-icons li {
  -ms-transform: 0.5s ease-in-out;
  -webkit-transform: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.footer-social-icons li:hover {
  -ms-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg); /* IE 9 */
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg); /* Opera, Chrome, and Safari */
  transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

footer input[type="email"] { /* remove ugly top shadow from input fields on iOS (iPhone/iPad) mobile */
	-webkit-appearance: caret;
	-moz-appearance: caret; 
}

div.connected-wrap {
	float: right;
}

@media (max-width:1200px){
	.footer-social-icons.list-inline > li {
		padding-right: 0;
		padding-left: 0;
	}

	.footer-links {
		font-size: 10px;
	}
}

@media (max-width:991px){

	.footer-social-icons,
	footer .list-inline,
	footer .copy,
	.wp-pagenavi {
		float: none!important;
		text-align: center;
	}

	.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend, .wp-pagenavi span.current {
		padding: 3px 4px !important;
	}

	.footer-social-icons {
		font-size: 18px;
		margin-bottom: 30px;
	}

	div.connected-wrap {
		float: none;
	}

	.footer-content h2 {
		text-align: center;
		font-size: 20px;
	}

	.footer-content .form-group {
		margin: auto;
		margin-bottom: 30px;
	}

	.footer-social-icons.list-inline > li {
		padding-right: 0;
		padding-left: 0;
		font-size: 24px;
	}
}

@media (max-width:480px){
	.footer-links {
		font-size: 8px;
	}

	.list-inline > li {
		padding-right: 2px;
		padding-left: 2px;
	}
}

/* Lists - Curated Documentary Lists
--------------------------------------------- */

.single-playlist .jumbotron {
	background-color: transparent;
	background-image: none;
	color: #444;
}

.single-playlist .jumbotron p,
.single-playlist .jumbotron h1 {
    opacity: 1;
}

.single-playlist .rank {
    font-size: 28px;
    left: 0em;
    top: 12%;
}

.single-playlist .jumbotron img {
    border: 0;
}

.single-playlist .post-title {
	margin-bottom: 24px;
}

ol.documentary-playlist-items {
	list-style-type:none;
	padding-left: 10px;
}

.single-playlist .jumbotron img {
	width: 200px;
}

.documentary-playlist-items li:first-child .jumbotron {
    border-top: 3px solid #DDD;
    margin-top: 40px;
}


/* Search / Autocomplete
--------------------------------------------- */
#search .form-control {
	background-color: #3c3c3c;
	border: none;
	color: #fefefe;
    width: 240px;
    padding-right: 32px;
    -webkit-transition: width  0.3s ease-in-out;
	transition: width  0.3s ease-in-out;
}

@media (min-width:992px) {
	#search .form-control:focus {
		width: 300px;
	}
}

@media (min-width:768px) and (max-width:991px){
	#search .form-control {
  		min-width: 0;
  		width: 190px;
  	}
}  	


@media (max-width:1024px) and (min-width:768px) and (orientation:portrait) {
  #search .form-control {
  	min-width: 0;
  	width: 190px;
  }
}  	

@media (max-width:767px) {
	#search .form-control {
		width: 100%;
	}
}

.search-no-results .video-row,
.search-results .video-row {
	min-height: 600px;
}

.search-no-results p {
	text-align: center;
	font-size: 30px;
	margin-top: 30px;
}

#search { 
  position: relative;
  margin-right: 14px;
}

#search .search-icon {
  position:absolute;
  top:0;
  right:0;
  color: #aaa;
  padding: 10px 8px;
  opacity: 0.8;
}

.ac_results {
	margin-top: 4px;
	border-radius: 4px;
}

.ac_results ul {
	background-color: #000;
	padding: 4px 0;
}

.ac_results li {
	border-top: 1px solid #2f2f2f;
}

.ac_results li a {
	color: #eee;
	padding: 8px;
}

.ac_results li a img {
    width: 50px;
    height: 75px;
    max-height: none;
    margin-right: 10px;
    border: 1px solid #2f2f2f;
}

.ac_over {
	background-color: #2f2f2f;
}

.ac_over a:hover,
.ac_over a:focus,
.ac_over a:active {
	color:#eee;
	text-decoration: none;
}

#search_results_activity_indicator {
	display: none;
}

@media (max-width:767px){
	.ac_results {
		display: none !important;
	}
}


/* 404
--------------------------------------------- */
.error404 h2 {
	margin-top: 40px;
	margin-bottom: 30px;
}


/* Newsletter Modal
--------------------------------------------- */
.modal {
	top: 30%;
	overflow-y: auto;
}

.modal-content {
	/*border-radius: 0;*/
	border: 6px solid #219BDD;
}

.modal-body {
	padding: 0 15px;
}

.modal-header {
	border-bottom: 0;
	font-weight: 700;
	text-align: center;
}

.modal-footer {
	border-top: 0;
	padding: 10px 35px 0;
}

.modal-header .close {
    opacity: 0.4;
    color: #000;
    text-shadow: none;
    margin-top: -6px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.modal-header .close:hover {
	color: #000;
    opacity: 0.8;
}

.modal-backdrop.in {
    opacity: 0.75;
}

.modal .fa-li {
	color: #2ecc71;
	left: -1.84286em;
	top: .35em;
	font-weight: bold;
    font-size: 14px;
}

.modal .fa-ul {
    padding-left: 24px;
}

@media (max-width:767px){
	.modal-header h2 { 
		font-size: 18px;
	}
	.modal-footer {
		padding: 10px 15px 0px;
	}
	.modal .fa-ul {
		font-size: 12px;
	}
	.modal .fa-ul {
    	padding-left: 0px;
	}
}

/* Opt-in Slider
--------------------------------------------- */
#slidebox {
    padding: 0 16px 10px 16px;
    background-color: #2f2f2f;
    border-top: 3px solid #219BDD;
    color: #eee;
    position: fixed;
    bottom: 0;
    right: -430px;
    -moz-box-shadow: -2px 0 5px rgba(255,255,255,0.4);
    -webkit-box-shadow: -2px 0 5px rgba(255,255,255,0.4);
    box-shadow: -2px 0 5px rgba(255,255,255,0.4);
    width: 400px;
    height: 178px;
    z-index: 100;
}

#slidebox p {
	color: #eee;
}

i.close {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 12px;
    opacity: 0.6;
    color: #eee;
    text-shadow: none;
    font-size: 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2;
}

i.close:hover {
	color: #eee;
    opacity: 1;
}

@media (max-width:480px){
    #slidebox {
    	display: none;
    }
}


/* Feedback Button
--------------------------------------------- */

#un-button {
	display: none;
}

@media (min-width:1340px){
	#un-button{
		display:block!important
	}
}


/* MailPoet Newsletter Forms
--------------------------------------------- */

.widget_wysija_cont .wysija-submit{
    margin-top:0 !important;
}

.allmsgs .updated { 
	font-size: inherit;
	font-family: inherit;
	border-radius: 8px;
	text-transform: initial;
	text-align: center;
	margin-bottom: 20px;
}

