/*
Theme Name: Comet TV 
Author: Joseph Hritz and Cory Anotado
Author URI: http://sinclairdigital.com
Description: Custom theme for Comet TV.
Version: 1.0
Tags: custom, reponsive, content
Text Domain: comet-tv

On the year of 2016 and following this theme is copyright by Sinclair Broadcast Group.
*/

.for-mobile {
	display: none;	
}
.horror_film_entry { float: left; width: 33%; padding: 10px; height: 350px; }
.horror_film_photo { width:50%; float:left; }
.horror_film_photo img { max-width:100%; height: auto; }
.horror_film_info { margin-left: 5px; width: 48%; float: right; }
.horror_title { font-weight: bold; color: #f98000; text-transform: uppercase; font-family: "Bebas Neue Bold", sans-serif; font-size: 32px; }
.horror_year { font-size: 24px; color: #666; }
.horror_airdates, .horror_stars { font-size: 24px; }
.horror_airdates:before { content:'Airs: '; font-style: italic; }
.horror_stars:before { content:'Starring: '; font-style: italic; }

@media (max-width: 935px) {
.horror_film_entry { width: 50%; float: left; padding: 10px; height: inherit; height: 330px;}
}

@media (max-width: 700px) {
.horror_film_entry { width: 100%; float: left; padding: 10px; height: 380px;}
}

.wc-shortcodes-column img {
max-width:100%;
width:100%;
height:auto;
}
.wc-shortcodes-column iframe {
width:100%;
}
.mobile_eclipse {
display:none;
}
@media (max-width: 1199px) {
.mobile_eclipse {
display:block!important;
}
.desktop_eclipse {
display:none;
}
}
.wc-shortcodes-column {
line-height:1.1em;
}
.wc-shortcodes-column ul{
list-style: circle;
margin-left:20px;
margin-bottom:20px;
}
.wc-shortcodes-column ul li{
margin-bottom:20px;
}
.eclipse h2 {
font-family: "Bebas Neue Bold", sans-serif;
font-weight: 700;
text-transform: uppercase;
font-size: 56px;
padding: 20px;
padding-bottom: 10px;
color: #47CFFB;
text-align: left;
background-color:#000000;
}

.headline_info {
	position: relative;
	padding-top: 60px !important;
}

.headline_info .sharewidget {
	position: absolute;
	bottom: 25px;
	right: 25px;
	font-size: 1.8em;
	font-family: "Bebas Neue Bold", sans-serif
}

.headline_info .airdate {
	font-family: "Bebas Neue Bold", sans-serif;
	font-weight: bold;
	padding-left: 30px;
	font-size: 1em;
}

.info_entry {
	display: table;
}

.info_entry img.episode-image {
	float: right;
	margin-left: 20px;
	border: 5px solid #B5B502;
}

.info_entry .meta p {
	margin-bottom: 15px;
}

.info_entry .movie {
	max-width: 20%;
}

.ReasonForDropdown:after, .StatesDropDown:after{
   content: '\f078';
   font: normal normal normal 17px/1 FontAwesome;
   color: #FFFCF2 ;
   right: 11px;
   top: 0;
   height: 34px;
   position: absolute;
   pointer-events: none;
}
.container .main .stuntentry .information .title{
line-height:.8em;
}