/*
Theme Name: Zolo Media
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zolo-media
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Zolo Media is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}
a.dat-title:hover {
	text-decoration: none !important;
}
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 14px;
	line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
    background: #054f81;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
}

.main-navigation li {
	float: left;
	position: relative;
	height: 100%;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main-navigation li:hover, .main-navigation li.current_page_item {
	background-color: transparent;
}
.main-navigation .sub-menu li:hover, .main-navigation .sub-menu li.current_page_item {
  background-color: #e14613;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 19px 20px;
}

@-moz-document url-prefix() { 
  .main-navigation a {
     padding: 18px 20px;
  }
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 230px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
a:hover .co-daily-title {
	text-decoration: none !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
a .co-daily-title:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* Top Bar */
.fa-phone-square, .fa-envelope {
  font-size: 20px !important;
}
.top-bar {
	height: 60px;

}
.top-bar-inside {
	max-width: 1250px;
	margin: 0px auto;
	font-size: 12px;
	color: #959595;
}
.top-bar-inside p {
	margin: 0px;
	font-size: 12px;
	color: #959595;
}
.top-bar-inside a {
	color: #959595;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.top-bar-inside a:hover {
	text-decoration: underline;
	
}
.top-bar-inside .widget h1.widget-title {
	display: none;
}
.top-bar-inside #wp_editor_widget-2 img {
	margin-right: 10px;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.top-bar-inside #wp_editor_widget-2 img:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
	
}
#wp_editor_widget-2, #wp_editor_widget-3 {
	margin-bottom: 0px;
	display: inline-block;
}
#wp_editor_widget-20, #wp_editor_widget-21, #wp_editor_widget-22 {
  display: inline-block;
  float: right;
  overflow: hidden;
	max-height: 60px;
}
#wp_editor_widget-2 p {
	color: #fff;
}
.top-bar-inside #wp_editor_widget-3 img {
	margin-right: 8px;
}
.top-bar-inside #wp_editor_widget-3 .phone {
	margin-right: 60px;
}
.top-bar-inside #wp_editor_widget-3 .phone, .top-bar-inside #wp_editor_widget-3 .email, .top-bar-inside #wp_editor_widget-3 .phone img, .top-bar-inside #wp_editor_widget-3 .email img {
	float: left;
}
#wp_editor_widget-4 {
	float: right;
}
#wp_editor_widget-4 img {
	margin-top: -10px;
}
#post-sidebar .widget_adrotate_widgets {
	margin-bottom: 30px;
}

/* Navigation Bar */
.nav-bar {
	background-color: #054f81;
	height: 96px;
  width: 100%;
  padding-top: 0px;
}
.nav-bar-inside {
	max-width: 1250px;
	margin: 0px auto;
}
#co-daily .site-branding {
	float: left;
	padding: 6px 0px 0px 0px;
}
.site-branding {
	float: left;
	padding: 2px 0px;
}
.main-navigation {
	padding: 0px;
}

/* Site Search Section Top */
.nav-bar-inside .search {
	float: right;
	margin-right: -4px;
	padding: 10px 0px;
	margin-left: 15px;
}
.site-search input[type="text"] {
	border: 0px;
	background-color: #e15f12;
	color: #fff;
	font-size: 13px;
	padding: 11px 12px 11px 12px;
	border-radius: 0px;
}
.site-search input[type="submit"] {
	background: url('/wp-content/uploads/2015/07/magnifying-glass.png') no-repeat center center transparent;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	padding: 2px 20px;
	margin-left: -39px;
}
/* .woocommerce .site-search input[type="submit"], .woocommerce-page .site-search input[type="submit"] {
	padding: 13px 20px;
} */


.single-post .post-sidebar {
	float: right;
	width: 24%;
}

/* Footer */
footer.site-footer {
	background-color: #2f2f2f;
	padding-top: 77px;
}
.footer-top, .footer-bottom-inside {
	max-width: 1250px;
	margin: 0px auto;
}
.footer-bottom {
	background-color: #171717;
	height: 38px;
	padding: 14px 0px;
	font-size: 12px;
	color: #808080;
}
.footer-bottom .widget, .footer-top .widget {
	margin: 0px;
}
.footer-bottom .menu-copyright-menu-container li {
	list-style: none;
	margin: 0px;
	-webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
 }
.footer-bottom .menu-copyright-menu-container ul {
	margin: 0px;
	padding: 0px;
}
.footer-bottom .menu-copyright-menu-container ul a {
	color: #808080;
	float: left;
	margin-right: 52px;
	text-decoration: none;
	line-height: 12px;
	font-weight: 700;
}
.footer-bottom .menu-copyright-menu-container ul a:hover {
	text-decoration: underline;
}
.footer-bottom #nav_menu-2 h1.widget-title {
	display: none;
}
#wp_editor_widget-5 p {
	margin: 0px;
	text-transform: uppercase;
	text-align: right;
	line-height: 12px;
	font-weight: 700;
}
.footer-top, .footer-top p, .footer-top a {
	color: #b6b6b6;
	font-size: 16px;
	line-height: 24px;
}
.footer-top {
	padding-bottom: 58px;
}
.footer-top p {
	margin: 0px;
}
.footer-top h1.widget-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0px 0px 24px 0px;
	color: #ffffff;
}
.footer-top ul {
	margin: 0px;
	padding: 0px;
}
.footer-top ul li {
	list-style: none;
	margin: 0px;
	-webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
 }
 .footer-top ul li a, .footer-top a {
	text-decoration: none; 
}
.footer-top ul li a:hover, .footer-top a:hover {
	text-decoration: underline;
}
.footer-top .widget {
	width: 24.8%;
	display: inline-block;
	vertical-align: top;
}
.footer-top #wp_editor_widget-6 img {
	margin: 20px 10px 0px 0px;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.footer-top #wp_editor_widget-6 img:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}
/* Site Search Section Bottom */

.widget_search input[type="search"] {
	border: 0px;
	background-color: #7e7e7e;
	color: #fff;
	font-size: 13px;
	padding: 11px 12px 11px 12px;
	border-radius: 0px;
}
.widget_search ::-webkit-input-placeholder { color: #fff; }
.widget_search :-moz-placeholder { color: #fff;  }
.widget_search ::-moz-placeholder { color: #fff; } 
.widget_search :-ms-input-placeholder{ color: #fff; }
.widget_search input[type="submit"] {
	background: url('/wp-content/uploads/2015/07/magnifying-glass.png') no-repeat center center transparent;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
	padding: 13px 20px;
	margin-left: -41px;
	color: transparent !important;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
	height: 40px;
	position: absolute;
}
.header-search-submit {
  height: 16px !important;
}


/* Home Page */
#video-with-ad, .page-template-home-template #ad-cta-row, #videos .wpb_wrapper, #post-videos, #custom-menu  {
  max-width: 1250px;
  margin: auto !important;
}
#video-with-ad {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.page-template-home-template .entry-header {
  display: none;
}

#home-ad, #home-cta, #home-cta-2 {
  display: inline-block;
    vertical-align: middle;
    width: 33.3%;
}
#home-ad .jwplayer {
	margin-top: 13.5%;
	margin-bottom: 13.5%;
}
@media screen and (max-width: 767px) {
	#home-ad .jwplayer {
		margin-top: 0%;
		margin-bottom: 0%;
	}
}
#home-cta {
  margin-left: 15px;
  margin-right: 15px;
}

#home-cta-2 {
  float: right;
}
#home-cta p, #home-cta-2 p {
	margin: 0px;
}
#ad-cta-row {
  width: 100%;
    margin-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
}
#home-ad .jwplayer {
	max-height: 250px !important;
	width: 100%;
}
#ad-cta-row img {
  max-height: 250px !important;
}
.page-template-home-template .ft-vid {
  width: 85%;
  display: inline-block;
}
#video-with-ad .widget_adrotate_widgets {
  display: inline-block;
  float: right;
  vertical-align: top;
  width: 13%;
}
@media screen and (max-width: 767px) {
	#home-ad .jwplayer {
		margin-top: 0%;
		margin-bottom: 0%;
	}
	#ad-cta-row {
		display: block !important;
	}
}
#home-cta {

  margin-left: 15px;
  margin-right: 15px;
}

#home-cta-2 {

  float: right;
}
#home-cta p, #home-cta-2 p {
	margin: 0px;
}
#ad-cta-row {
  width: 100%;
  margin-top: 20px !important;
      display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
	text-align: center;

}
.page-template-home-template .ft-vid {
  width: 100%;
  display: inline-block;
}
#video-with-ad .widget_adrotate_widgets {
  display: inline-block;
  float: right;
  vertical-align: top;
  width: 13%;
}
@media screen and (max-width: 1023px) {
	#video-with-ad .widget_adrotate_widgets {
		display: none;
	}
}
#video-with-ad {
  margin-top: 30px;
}
#network-channel-widgets #smaller-blocks img, #network-channel-widgets #left-show img, #network-channel-widgets #right-show img {
	max-height: 168.75px; 
}
.admegaposts .admegaposts-thumbs-container {
  height: auto;
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	/* display:-moz-box; */
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}
@media screen and (max-width: 1150px){
  #home-ad {
    margin-right: 8px;
  }
}
@media screen and (max-width: 980px){
  #home-ad {
    margin-right: 4px;
  }
}
@media screen and (max-width: 767px){
  #adrotate_widgets-18 {
    display: none;
  }
  .ft-vid {
    width: 100% !important;
  }
  #ad-cta-row {
    text-align: center;
  }
  #home-ad, #home-cta, #home-cta-2 {
    width: 100%;
	margin: 0;
	float: none;
  }
}

#watch-now .wpb_wrapper h2 {
  font-size: 17px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    font-weight: 400;
		display: initial;
		margin-left: -15px;
}
#post-1 .vc_tta-tabs-list, #watch-now .wpb_wrapper {
  max-width: 1250px;
  margin: auto;
}
#watch-now .wpb_column {
  border-bottom: 2px solid #c6c6c6;
    padding-bottom: 5px;
}
.vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.page-template-channel-template #watch-now.wpb_row, .page-template-channel-template-co-daily #watch-now.wpb_row, .page-template-channel-template-streaming #watch-now.wpb_row {
	margin-bottom: 35px;
}
#watch-now.wpb_row {
	margin-bottom: 0px;
}
#post-sidebar .post-thumb img, #page-sidebar .recent-posts-extended img {
	max-height: 169px;
	width: auto;
}
#page-sidebar .recent-posts-extended img.rpwe-thumb {
	border: 0px solid transparent !important;
	margin: 0px auto 10px auto;
	padding: 0px !important;
}
.admegaposts-thumbs-container img  {
	max-height: 149px;
	width: auto !important;
}
.page-template-default .hentry {
	margin-bottom: 0px !important;
}
.cat-links, .tags-links {
	display: block;
}
.select2-container a.select2-choice {
	height: 40px;
}
.page .page-content a, .page .page-content a:visited {
	text-decoration: none;
}
.page .page-content a:hover {
	color: #f4771f;
	text-decoration: underline;
}
#post-sidebar .lcp_excerpt img {
	display: none;
}
#post-1 .vc_tta-tab {
  margin-top: 0px;
  margin-left: 0px;
}
#post-1 .vc_tta-tab a {
  background-color: transparent;
  color: #f4771f;
}
#post-1 .vc_tta-tab a:hover {
  background-color: #f4771f;
  color: #fef8f6;
}
#post-1 .vc_tta-tabs-container {
  margin-top: -88px;
}
a.co-daily-title:hover {
	text-decoration: none !important;
}
#post-1 .vc_tta-tab.vc_active a{
  background-color: #f4771f;
  color: #fef8f6;
}
a.admp-read-more {
	display: none !important; 
}
.mywindow {
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	font-weight: 400;
	display: initial;
}
.above-videos a {
  color: #054f81;
  font-size: 14px;
  font-weight: 500;
}
.above-videos {
  padding-bottom: 8px;
  border-bottom: 1px solid #f4771f;
  clear: both;
}
.page-template-static .above-videos {
	padding-bottom: 1px;
}
.page-template-channel-template-co-daily .watchnow {
	border-bottom: none !important;
	margin-bottom: 0px !important;
}
.page-template-channel-template-co-daily #ad-channel-row {
	height: 0px;
}
.posts_carousel_type1 .admegaposts-thumbs-container img.megaposts-thumbs {
	border-radius: 0px 0px 0px 0px !important;
}
@media screen and (min-width: 1024px) {
.posts_carousel_type1 .admegaposts-thumbs-container img.megaposts-thumbs {
	max-height: 160px !important;
	width: 100% !important;
}
#post-255 .posts_carousel_type1 .admegaposts-thumbs-container img.megaposts-thumbs {
	max-height: 338px !important;
}
}
.wpb_content_element {
	margin-bottom: 0px !important;
}
.wpb_content_element.above-videos {
	margin-bottom: 35px !important;
}
.wpb_content_element.above-videos.about-page {
	margin-bottom: 5px !important;
}
#post-videos .above-videos {
	margin-top: 35px;
}
#post-249 .vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}
.co-daily .posts_type5 {
	height: 330px !important;
}
.vc_tta-panel-body {
  overflow: visible !important;
}
.owl-prev {
  position: relative;
  float: left;
  right: 70px;
  top: -314px;
}
.co-daily.fresh .posts_type5 .admp-info-right.ad_one_half.ad_last {
	padding-top: 10px;
}
.co-daily.fresh footer.co-daily-site-footer {
	margin-top: 0px;
}
.co-daily.fresh .co-daily-title {
	border-bottom: none;
	font-size: 24px;
	color: #2F2F2F;
	text-transform: none;
	font-weight: 700;
}
.live-broadcast {
	float: left;
	font-size: 12px;
	line-height: 23px;
	color: #fff;
	margin-top: -5px;
}
.live {
	background: #F22929 0% 0% no-repeat padding-box;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
}
.owl-next {
  position: relative;
  float: right;
  left: 70px;
  top: -314px;
}
.admp-date {
  float: left;
  font-weight: light;
  font-size: 12px;
  color: #747474;
}
.admp-author .icon-user {
  display: none;
}
.admp-title  a{
  font-size: 18px;
  font-weight: 500;
  color: #2f2f2f;
}
.admp-title a:hover {
  text-decoration: underline;
}
.admp-details, .admp-author a {
  color: #054f81;
  font-size: 12px;
}
.admp-read-more {
  color: #f4771f !important;
  font-size: 14px;
  font-weight: bold;
}
.admp-read-more:hover {
  text-decoration: underline;
}
.admp-content {
  color: #2f2f2f;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 80px;
  overflow: hidden;
}
.posts_carousel_type1 .owl-item .item .admp-info-left {
	min-height: 137px;
}
.posts_carousel_type1 .owl-item .item {
	padding: 10px !important;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 10px 16px !important;
  font-size: 18px !important;
  background: none !important;
  border: 2px solid;
  color: #c5c5c5;
}
.owl-theme .owl-controls .owl-page span {
  background-color: #fff !important;
  border: 2px solid #abacac;
}
.owl-theme .owl-controls .owl-page.active span {
  background-color: #054f81 !important;
  border: 2px solid #abacac;
}
@media screen and (max-width: 1350px){
  .owl-next{
    left: 40px;
  }
  .owl-prev{
    right: 40px;
  }
}
@media screen and (max-width: 767px){
  .vc_tta-tabs-container {
    display: block !important;
	margin-top: 0px !important;
  }
  .vc_tta-tabs-container li {
    width: 50% !important;
	text-align: center;
  }
  .vc_tta-panel-title {
    display: none !important;
  }

}

/* Weather Page */

#baron-div-current html .gt-768 .current-city, .gt-768 .current-date, .gt-768 .current-conditions-temperature-value, .gt-768 .slider24-label, ul.details li span {
	font-family: 'Open Sans', sans-serif !important;
}

/* Archives Section */

.woocommerce-tabs {
	display: none;
}
.woocommerce #container {
	padding-top: 40px;
}
#recent-posts-2 {
	padding-right: 30px;
}
/* Channels */
#channel-title-inside span {
		font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
		border-bottom: 2px solid #000;
}
#channel-title {
  max-width: 1250px;
    margin: 0px auto;
    border-bottom: 2px solid #c6c6c6;
    margin-top: 0px;
}
#video-with-ad .widget-title {
  display: none;
}
.page-template-channel-template .ft-vid, .page-template-channel-template-streaming .ft-vid, .page-template-channel-template-the-daily-upload .ft-vid, .page-template-channel-inner-template .ft-vid, .page-template-channel-template-co-daily .ft-vid {
  width: 72%;
  display: inline-block;
  height: 505px;
  background-color: #000;
}
.page-template-channel-template #video-with-ad .WP_Editor_Widget, .page-template-channel-template-streaming #video-with-ad .WP_Editor_Widget, .page-template-channel-template-the-daily-upload #video-with-ad .WP_Editor_Widget, .page-template-channel-inner-template #video-with-ad .WP_Editor_Widget, .page-template-channel-template #video-with-ad .widget_text, .page-template-channel-inner-template #video-with-ad .widget_text {
  width: 26%;
  display: inline-block;
  float: right;
  padding: 30px 40px;
  background-color: #054f81;
  height: 505px;
}
.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget, .page-template-channel-template-co-daily #video-with-ad .widget_text {
  width: 26%;
  display: inline-block;
  float: right;
  padding: 30px 40px;
  background-color: #054f81;
  height: 505px;
}
.page-template-co-daily-home-template .page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget {
	height: auto;
	min-height: 440px;
}
@media screen and (max-width: 1023px){
.page-template-channel-template #video-with-ad .WP_Editor_Widget, .page-template-channel-template-streaming #video-with-ad .WP_Editor_Widget, .page-template-channel-inner-template #video-with-ad .WP_Editor_Widget, .page-template-channel-template #video-with-ad .widget_text, .page-template-channel-template-streaming #video-with-ad .widget_text, .page-template-channel-inner-template #video-with-ad .widget_text, .page-template-channel-template-the-daily-upload #video-with-ad .widget_text, .page-template-channel-template-the-daily-upload #video-with-ad .WP_Editor_Widget {
  width: 100%;
  height: auto;
  float: none;
}
.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget, .page-template-channel-template-co-daily #video-with-ad .widget_text
 {
  width: 100% !important;
  height: auto;
  float: none;
}
.page-template-channel-template #video-with-ad p, .page-template-channel-template-streaming #video-with-ad p, .page-template-channel-inner-template #video-with-ad p, .page-template-channel-template-the-daily-upload #video-with-ad p, .page-template-channel-template-co-daily #video-with-ad p {
  margin-top: 15px !important;
}
}
.page-template-channel-template #video-with-ad p, .page-template-channel-template-streaming #video-with-ad p, .page-template-channel-inner-template #video-with-ad p, .page-template-channel-template-the-daily-upload #video-with-ad p, .page-template-channel-template-co-daily #video-with-ad p {
  color: #fff;
  margin-top: 0px;
  font-size: 18px;
  line-height: 30px;
}
.page-template-channel-template .entry-title, .page-template-channel-template-streaming .entry-title, .page-template-channel-template-the-daily-upload .entry-title, .page-template-channel-inner-template .entry-title, .page-template-channel-template-co-daily .entry-title {
    display: none;
}

#ad-channel-row {
  max-width: 1250px;
  margin: auto;
}
#ad-channel-one, #ad-channel-two {
  display: inline-block;
}
#ad-channel-one {
  width: 48%
}
#ad-channel-two {
  float: right;
  width: 48%;
}
#ad-channel-three {
  text-align: center;
  margin-bottom: 50px;
}
#video-grid {
  max-width: 1250px;
  margin: 0 auto;
}
.network-logo {
	text-align: center;
	width: 100%;
	margin: 0px auto;
	background-color: #4d6182;
	padding: 18px 0px 15px 0px;
}
.network-logo-green {
	text-align: center;
	width: 100%;
	margin: 0px auto;
	background-color: #66af33;
	padding: 18px 0px 15px 0px;
}

#post-videos  .vc_gitem-animated-block {
  height: 170px;
/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

/* Firefox */
/* display:-moz-box; */
-moz-box-pack:center;
-moz-box-align:center;

/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;
}
.grid-post-title a {
  font-size: 18px;
  font-weight: 600;
  color: #2f2f2f !important;
}
.grid-post-title:hover {
  text-decoration: underline;
}
.grid-post-title h4 {
  height: 80px;
  margin: 0;
  overflow: hidden;
}
.page-id-345883 .grid-post-title h4 {
	height: 80px;
}
.jwplayer .jw-title-secondary {
	color: #fff !important;
}
.grid-post-date {
  font-weight: 300;
  font-size: 12px;
  color: #747474 !important;
}
.grid-post-excerpt h6{
  font-size: 14px;
  font-weight: 300;
  color: #2f2f2f !important;
  height: 76px;
  overflow: hidden;
  margin-top: 0px;
}
.grid-post-button  a{
  color: #054f81 !important;
  background-color: transparent !important;
  font-weight: bold !important;
  padding: 0 !important;
}
.grid-post-button a:hover {
  text-decoration: underline !important;
}
.page-template-channel-template #custom-menu .widget_nav_menu .menu, .page-template-channel-template-streaming #custom-menu .widget_nav_menu .menu, .page-template-channel-inner-template #custom-menu .widget_nav_menu .menu, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .menu{
  list-style-type: none;
  padding: 17px 15px;
  margin: 0;
  background-color: #054f81;
}
.page-template-channel-template #custom-menu .widget_nav_menu .menu img, .page-template-channel-template-streaming #custom-menu .widget_nav_menu .menu img, .page-template-channel-inner-template #custom-menu .widget_nav_menu .menu img, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .menu img {
  float: right;
  position: relative;
  top: 5px;
}
.page-template-channel-template #custom-menu .widget_nav_menu .menu .menu-item-type-custom, .page-template-channel-template-streaming #custom-menu .widget_nav_menu .menu .menu-item-type-custom, .page-template-channel-inner-template #custom-menu .widget_nav_menu .menu .menu-item-type-custom, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .menu .menu-item-type-custom {
  cursor: default;
}
.page-template-channel-template #custom-menu .widget_nav_menu .menu a, .page-template-channel-template-streaming #custom-menu .widget_nav_menu .menu a, .page-template-channel-inner-template #custom-menu .widget_nav_menu .menu a, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .menu a{
  text-decoration: none;
  color: #fff;
}
.page-template-channel-template #custom-menu .widget_nav_menu .sub-menu, .page-template-channel-template-streaming #custom-menu .widget_nav_menu .sub-menu, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .sub-menu {
	list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  right: 0px;
  width: 212px;
  top: 52px;
  z-index: 2;
}

.page-template-channel-inner-template #custom-menu .widget_nav_menu .sub-menu, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .sub-menu{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  right: 0px;
  width: 212px;
  top: 54px;
  z-index: 2;
}

.page-template-channel-template #custom-menu .widget_nav_menu .sub-menu li, .page-template-channel-template-streaming #custom-menu .widget_nav_menu .sub-menu li, .page-template-channel-inner-template #custom-menu .widget_nav_menu .sub-menu li, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .sub-menu li{
  background-color: #054f81;
}
.page-template-channel-template #custom-menu .widget_nav_menu .sub-menu li a, .page-template-channel-template-streaming #custom-menu .widget_nav_menu .sub-menu li a, .page-template-channel-inner-template #custom-menu .widget_nav_menu .sub-menu li a, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .sub-menu li a{
  padding: 10px 15px;
  display: block;
}
.page-template-channel-template #custom-menu .widget_nav_menu .sub-menu li:hover, .page-template-channel-template-streaming #custom-menu .widget_nav_menu .sub-menu li:hover, .page-template-channel-inner-template #custom-menu .widget_nav_menu .sub-menu li:hover, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .sub-menu li:hover{
  background-color: #052d82;
}
.page-template-channel-template #custom-menu .widget_nav_menu .sub-menu .current_page_item, .page-template-channel-template-streaming #custom-menu .widget_nav_menu .sub-menu .current_page_item, .page-template-channel-inner-template #custom-menu .widget_nav_menu .sub-menu .current_page_item, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu .sub-menu .current_page_item{
  background-color: #052d82;
}
#custom-menu .menu-column {
  width: 185px;
  float: right;
}
.page-template-channel-template #custom-menu .widget_nav_menu, .page-template-channel-template-streaming #custom-menu .widget_nav_menu, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu {
  float: right;
  position: relative;
  width: 212px;
  top: -88px;
  right: -15px;
}
.page-template-channel-inner-template #custom-menu .widget_nav_menu, .page-template-channel-template-the-daily-upload #custom-menu .widget_nav_menu{
  float: right;
  position: relative;
  width: 212px;
  top: -54px;
  right: -15px;
}
#post-videos .menu-column {
	padding: 0px !important;
}
#custom-menu .widget_nav_menu {
  float: right;
  position: relative;
  width: 185px;
  top: -54px;
}
#custom-menu .vc_col-sm-12 {
  height: 0px;
}
#post-videos .vc_grid-page  a{
  background-color: #054f81 !important;
  font-size: 12px;
}
#post-videos .vc_grid-active a{
  background-color: #054f81 !important;
}
.jw-title {
	background: none !important;
    background-color: rgba(0,0,0,0.7) !important;
}
.jw-title-primary {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 30px !important;
	font-weight: 600 !important;
	color: #fff !important;
	text-transform: uppercase !important;
}
.jw-display-icon-container.jw-background-color, .jw-dock-button.jw-background-color {
	background: none !important;
	border: 3px solid #fff;
	border-radius: 28px 28px 28px 28px;
	pointer-events: none !important;
}
.jw-display-icon-container.jw-background-color:hover {
	background: none !important;
	background-color: #fff !important;
	border: 3px solid #fff;
	border-radius: 28px 28px 28px 28px;
}
.jw-display-icon-container .jw-button-color {
	color: #fff !important;
}
.jw-display-icon-container .jw-button-color:hover {
	color: rgb(244, 119, 31) !important;
}
.jw-skin-five .jw-time-tip .jw-text, .jw-skin-five .jw-dock-button .jw-text {
	font-family: 'Open Sans', sans-serif !important;
	color: rgb(244, 119, 31) !important;
}
#video-with-ad a {
	color: #fff;
}
@media screen and (max-width: 1149px) {
	.co-daily .top-bar {
		margin-bottom: 0px !important;
	}
}
	


@media screen and (min-width: 1024px) and (max-width: 1150px){
	.page-template-channel-template #video-with-ad #text-4, .page-template-channel-template-streaming #video-with-ad #text-4, .page-template-channel-inner-template #video-with-ad #text-4, 
	.co-daily #video-with-ad .widget {
    padding: 30px !important;
  }
}
@media screen and (max-width: 1023px){
	.page-template-channel-template #video-with-ad #text-4, .page-template-channel-template-streaming #video-with-ad #text-4, .page-template-channel-inner-template #video-with-ad #text-4,
	.co-daily  #video-with-ad .widget {
    width: 100% !important;
	clear: both !important;
	height: auto !important;
  }
	.page-template-channel-template .ft-vid, .page-template-channel-template-streaming .ft-vid, .page-template-channel-inner-template .ft-vid, .page-template-channel-template-the-daily-upload .ft-vid,
	.co-daily .ft-vid {
    width: 100% !important;
	height: auto !important;
  }
  #ad-channel-one, #ad-channel-two {
    width: 100%;
	clear: both;
	text-align: center;
  }
}
@media screen and (max-width: 1023px){
  #ad-channel-one {
    margin-top: 20px;
	margin-bottom: 20px;
  }
  #ad-channel-two {
    float: none;
  }
}
@media screen and (max-width: 425px){
  #watch-now h2 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 350px){
  #watch-now h2 {
    font-size: 18px !important;
  }
}

/* Single Post and static page*/
.single-post #page, .page-template-static #page, .search-results #page, .search-no-results #page, .woocommerce-page #page, .page-template-default #page, .single-ai1ec_event #page {
  background-color: #eeeeee;
}
.single-post #main, .search-results #main, .woocommerce-page #main, .search-no-results #main, .author #main {
  max-width: 1250px;
  margin: auto;
}
.single-post .entry-content, .search-results .entry-content, .search-no-results .entry-content{
  padding: 25px;
}
.page-template-secondary .entry-content {
  padding: 0 15px 15px 15px;
}

.single-post #single-post-full, .page-template-static #static-page-full, .search-results #static-page-full, .search-no-results #static-page-full, .woocommerce-page #single-product-page-full, .woocommerce-page #archive-page-full {
  max-width: 925px;
  width: 74%;
  display: inline-block;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-template-default #main {
	max-width: 1250px;
	background-color: #fff;
	margin: 30px auto 0px auto;
}
.single #primary .site-main {
	max-width: 1250px;
	margin: 0px auto;
}
.search #static-page-full a, .search #static-page-full a:hover, .author a, .author a:hover {
  color: royalblue;
}
.search #static-page-full a:hover, .author a:hover {
	text-decoration: none;
}
.single-post .post-content p, .page-template-static  .page-content p{
  line-height: 28px;
}
.single-post #disqus_thread {
   width: 100%;
   margin: auto;
   border-top: 30px solid #eeeeee;
 }
.single-post .ft-vid {
  margin-top: 30px;
}
.page-template-static #page-sidebar, .search-results #page-sidebar, .search-no-results #page-sidebar, .woocommerce-page #page-sidebar {
  float: right;
  width: 24%;
  margin-top: 30px;
}
.single-post #post-sidebar {
  float: right;
  width: 24%;
  margin-top: -20px;
}
.single-product input, .single-product button, .page-template-static input, .page-template-static button, #place_order, #select2-drop-mask {
  height: 40px;
  border-radius: 0 !important;
}
.select2-container .select2-choice {
  padding: 5px !important;
}
.single-product button, .page-template-static button, .checkout-button, #place_order {
  background-color: #054f81 !important;
}
.single-product button:hover, .page-template-static button:hover, .checkout-button:hover, #place_order:hover{
  background-color: #194868 !important;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #054f81;
}
.woocommerce .woocommerce-info {
  border-top-color: #054f81 !important;
}
.woocommerce .woocommerce-info:before {
  color: #054f81;
}
.checkout-button, #place_order {
  padding: 13px !important;
}
.amount, .woocommerce .woocommerce-message:before, .showcoupon, .about_paypal, .products a, .showcoupon:hover, .about_paypal:hover, .about_paypal:visited, .products a:hover, .posted_in a, .posted_in a:hover, .posted_in a:visited{
  color: #054f81;
}
.woocommerce .woocommerce-message {
  border-top-color: #054f81;
}
.wc-forward {
  border-radius: 0 !important;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  box-shadow: none;
}
.product-name a , .shipping-calculator-button, .shipping-calculator-button:hover, .shipping-calculator-button:visited{
  color: #054f81;
}
.single-post #post-title-container, .single-post .post-content, .single-post .post-image, .page-template-static #page-title-container, .search-results #page-title-container, .search-no-results #page-title-container, .woocommerce-page #content{
  width: 80%;
  margin: auto;
  padding-bottom: 20px;
}
.single-post .post-image, .page-template-static .page-image  {
  margin-top: 30px;
}
.single-post .post-title, .page-template-static .page-title, .single-ai1ec_event .post-title {
  font-size: 30px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 5px;
}
.single-post .post-author {
  display: inline-block;
  color: #f4771f;
}
.single-post .post-date {
  display: inline-block;
}
.single-post .entry-content p , .page-template-static .entry-content p{
  font-size: 14px;
  line-height: 28px;
}
.single-post #disqus_thread  {
  padding: 25px 75px;
  margin-bottom: 30px;
}

.jw-title {
  bottom: 0 !important;
  top: auto !important;
}
.page-template-channel-template-co-daily .vc_col-sm-12.co-inner-sidebar, .co-daily .vc_col-sm-12.co-inner-sidebar {
	padding-left: 15px;
	padding-right: 15px;
}
.search-field {
  height: initial !important;
}
.widget_listcategorypostswidget .post-thumb, .rpwe-img-container {
height: 180px;
/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

/* Firefox */
/* display:-moz-box; */
-moz-box-pack:center;
-moz-box-align:center;

/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;
}

.widget_listcategorypostswidget .post {
  background-color: #fff;
  margin-bottom: 30px;
}
.widget_listcategorypostswidget .post-inside {
  padding: 20px;
}
.widget_listcategorypostswidget .lcp_post a {
  font-size: 18px;
  text-decoration: none;
  color: #555555;
}
.widget_listcategorypostswidget .lcp_excerpt p {
  margin: 0;
  font-size: 14px;
  color: #555555;
}
.recent-posts-extended .widget-title {
  display: none;
}
.rpwe-block {
  background-color: #fff;
}
.rpwe-title a{
  text-decoration: none;
  color: #555555;
  font-size: 18px !important;
}
.rpwe-summary {
  color: #555555;
  font-size: 14px !important;
}
.rpwe-title {
  padding: 20px 20px 0px 20px;
}
.rpwe-summary {
  padding: 0px 20px;
}
.recent-posts-extended ul {
  margin: 0;
  margin-top: 30px;
}
.rpwe-li {
  margin-bottom: 30px !important;
  padding-bottom: 20px !important;
}
.single-post .post-inside {
  text-align: left;
}
.ft-vid.main {
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
}
.co-daily .ft-vid.main .above-videos, #ad-channel-row .above-videos, .co-daily .ft-vid-main .above-videos {
	margin-bottom: 35px;
}
#ad-channel-row-new #video-with-ad {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#ad-channel-row-new .above-videos {
	border-bottom: 0px transparent;
}
.streaming-banner p {
	margin-top: 0px;
}
.bottom-section-weather {
	margin-bottom: 29px;
}
.content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget {
	background-color: transparent;
	padding: 0px;
}
.page-template-channel-template-co-daily #video-with-ad .follow p {
	color: #000;
}
.page-template-channel-template-co-daily #video-with-ad .follow a {
	color: royalblue;
}
.content-area.page-template-channel-template-co-daily .ft-vid {
	width: 66.666666%;
	height: auto;
}
.content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget {
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
}
.bottom-section-weather {
	padding: 35px 40px 36px 40px !important;
}
.co-daily .co-main-top .admegaposts.posts_type4 .container-display4:first-child{
	display: none;
}
.follow {
	text-transform: uppercase;
	padding: 25px 40px;
}
.co-daily .site-branding img {
	padding: 5px 38px 5px 0px;
	border-right: 0px;
}


@media screen and (min-width: 767px) and (max-width: 1023px){
.single-post #single-post-full, .page-template-static #static-page-full, .search-results #static-page-full, .search-no-results #static-page-full, .woocommerce #single-product-page-full  {
  width: 100%;
  max-width: initial;
}
.recent-posts-extended ul {
  margin-top: 0px;
}

.single-post #post-sidebar, .page-template-static #page-sidebar, .search-results #page-sidebar, .search-no-results #page-sidebar, .woocommerce #page-sidebar {
  clear: both;
  float: none;
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.single-post #post-sidebar .widget, .page-template-static #page-sidebar .widget, .search-results #page-sidebar .widget, .search-no-results #page-sidebar .widget, .woocommerce #page-sidebar .widget {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  padding: 10px;
}
.widget-title {
  margin: 0;
}
.single-post .lcp_post {
  height: 48px;
  overflow: hidden;
}
.single-post .lcp_excerpt {
  height: 57px;
  overflow: hidden;
}
.rpwe-title, .rpwe-summary {
  text-align: left;
}
.rpwe-title{
  height: 68px;
  overflow: hidden;
}
.rpwe-summary {
  height: 57px;
  overflow: hidden;
}
}
@media screen and (max-width: 767px){
  .single-post #single-post-full, .page-template-static #static-page-full, .search-results #static-page-full, .search-no-results #static-page-full, .woocommerce #single-product-page-full {
    width: 100%;
	max-width: initial;
  }
  .single-post #post-sidebar, .page-template-static #page-sidebar , .search-results #page-sidebar, .search-no-results #page-sidebar, .woocommerce #page-sidebar{
    width: 100%;
	text-align: center;
	margin-top: 20px;
  }
  .single-post #disqus_thread  {
    padding: 25px;
    margin-bottom: 30px;
  }
  .widget_listcategorypostswidget .post {
    margin-bottom: 20px;
	padding-top: 20px;
  }
  .rpwe-img-container {
    max-width: 300px;
	margin: auto;
  }
	.co-daily .site-branding img {
		padding: 5px 0px !important;
	}
}

/* Header/Footer */

.shiftnav-toggle {
  display: none;
  font-size: 30px;
  position: relative;
  left: 15px;
  color: #fff;
}
.shiftnav-toggle:hover {
  color: #fff;
}
#text-8 {
  display: none;
}
#wp_editor_widget-4 {
  max-width: 44%;
}
.shiftnav-menu-title {
  display: none;
}
.shiftnav {
  background-color: #f4771f !important;
  color: #fff;
}
.shiftnav a{
  color: #fff;
}
#social-shift a {
  width: 20%;
  padding: 5px;
}
  #social-shift, #contact-shift .phone, #contact-shift .email{
	margin-bottom: 20px;
  }
  #contact-shift .email a {
  	text-decoration: none;
  }
@media screen and (max-width: 1023px){
  .footer-top .widget {
    width: 49%
  }
}
@media screen and (max-width: 950px) {
  #wp_editor_widget-2, #wp_editor_widget-3 {
    display: none;
  }
  .menu-main-menu-container {
    display: none;
  }
  .menu-toggle {
    display: none !important;
  }
  .shiftnav-toggle {
    display: block;
  }
  .site-branding img {
    display: none;
  }
  #text-8 {
    display: block;
	position: absolute;
	top: 8px;
	left: 15px;
  }
  #bottom-shift-container {
    text-align: center;
  }
  .footer-top {
    width: 80%;
	margin: auto;
  }
  #nav_menu-3, #search-2 {
    margin-top: 30px;
  }

}
@media screen and (max-width: 550px){
  .footer-top .widget {
    width: 100%;
  }
  .footer-bottom .menu-copyright-menu-container ul a {
     width: 33%;
	 text-align: center;
	 margin-right: 0;
  }
  .footer-bottom {
    height: 50px;
  }
  #wp_editor_widget-5 p {
    text-align: center;
	line-height: 30px;
  }

}

.close-button {
 float: right;
 margin-right: 27px !important;
}
.admp-details {
  position: relative;
  top: -2px;
}

/* Network Channels */
.page-template-secondary  #page{
  background-color: #eeeeee;
}
.page-template-secondary #main {
  max-width: 1250px;
  margin: auto;
}
.page-template-secondary .entry-title {
  display: none;
}
.page-template-secondary article {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.page-template-secondary #network-channel-widgets {
  width: 50.4%;
  display: inline-block;
  float: right;
}
#bigger-block {
  max-width: 630px;
  display: inline-block;
  width: 100%;
}
#left-show, #right-show {
  display: inline-block;
  max-width: 300px;
  width: 49%;
}
#right-show {
  float: right;
}
.page-template-secondary .widget_adrotate_widgets {
  display: inline-block;
  max-width: 300px;
  width: 49%;
}
.page-template-secondary #adrotate_widgets-9 {
  float: right;
}
.page-template-secondary  #network-channel-widgets .widget{
  margin-top: 20px;
}
#wp_editor_widget-16 p {
	margin-top: 26px !important;
}
@media screen and (max-width: 1023px) {
  .page-template-secondary article {
    width: 100%;
	padding: 15px;
  }
  .page-template-secondary #network-channel-widgets {
    width: 100%;
	padding: 15px;
	text-align: center;
  }
  #right-show {
    float: none;
	margin-left: 25px;
  }
  .page-template-secondary #adrotate_widgets-9 {
    float: none;
	margin-left: 30px;
}
}
@media screen and (max-width: 665px){
  #right-show {
	margin-left: 0px;
  }
  .page-template-secondary #adrotate_widgets-9 {
	margin-left: 0px;
  }
  #left-show, #right-show {
    width: 100%;
  } 
  #left-show {
    margin-bottom: 20px;
  }
  .page-template-secondary .widget_adrotate_widgets {
    width: 100%;
  }
}
@media screen and (max-width: 601px){
  #wp_editor_widget-21, #wp_editor_widget-22 {
    display: none;
  }
}

.page-template-home-template #video-with-ad {
  min-height: 600px;

}
@media screen and (max-width: 1250px){
  .page-template-home-template #video-with-ad {
    min-height: 575px;
  }
}
@media screen and (max-width: 1150px){
  .page-template-home-template #video-with-ad {
    min-height: 550px;
  }
}
@media screen and (max-width: 1024px){
  .page-template-home-template #video-with-ad {
    min-height: 500px;
  }
}
@media screen and (max-width: 925px){
  .page-template-home-template #video-with-ad {
    min-height: 440px;
  }
}
@media screen and (max-width: 850px){
  .page-template-home-template #video-with-ad {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px){
	#co-daily .shiftnav-toggle {
		float: left;
	}
  .page-template-home-template #video-with-ad {
    min-height: 0px;
  }
}
@media screen and (max-width: 500px) {
	.co-daily .site-search input[type="text"] {
		width: 132px;
		padding: 11px 84px 11px 5px;
	}
}

/* Personalities Flip Items */
/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
	/*  UPDATED! flip the pane when hovered */
	.flip-container:hover .back {
	    -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
		transform: rotateY(0deg);
		
	}
	.flip-container:hover .front {
	        -webkit-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
	    transform: rotateY(180deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	}

.flip-container, .front, .back {
	width: 240px;
	height: 342px;
	display: inline-block;
	text-align: left;
	overflow: hidden;
}
.front p {
	margin: 0px;
}
.page-id-255 .front p {
	margin: 14px 0px 21px 0px;
}


/* flip speed goes here */
.flipper {
	transition: 0.6s;
	    -webkit-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
    -webkit-backface-visibility: hidden;
	-ms-transform-style: preserve-3d;
	backface-visibility: hidden;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
        -webkit-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	background-color: #4a454b;
	color: #fff;
	font-size: 14px;
	line-height: 19px;
}
.back-inside {
	padding: 15px;
}
#team-container {
  text-align: center;
}
.codaily-logos {
	color: transparent;
}
.name-title {
background: rgba(74, 69, 75, 0.9);
  bottom: 0;
  color: #fff;
  padding: 0px;
  position: absolute;
  width: 100%;
  height: 80px;
  text-align: left;
 }
.name-title-inside {
	padding: 10px;
}
.name-title-inside p {
	color: #fff !important;
	margin: 0px;
	font-size: 14px !important;
	line-height: 20px !important;
}
.flip-container p {
  padding: 0px !important;
}
#team-container h1 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0px !important;
}
/* End Personalities Flip Items */

/* Zap2It Listings */

#aff_header,
#aff_wrapper,
#aff_footer {
	margin: auto;
	width: 100%;
}
* html #aff-wrapper {
	text-align: center;
}
#zc-wrapper {
	float: none;
	margin: auto;
	width: 780px;
}
.page-id-368695 .grid-post-title h4 {
	height: 77px;
}

/* Event Calendar */

.ai1ec-stream-view .ai1ec-event {
	border-radius: 0px !important;
}
.ai1ec-stream-view .ai1ec-event-inner {
	margin: 5px 12px !important;
}
.ai1ec-event-avatar-wrap.ai1ec-pull-left {
	display: none !important;
}
#post-1763 h1.entry-title {
	display: none;
}
.ai1ec-calendar-toolbar {
	border: 0px solid transparent;
}
.page-template-default .entry-content, .group-blog .entry-content {
	width: 80%;
	margin: auto;
}
.page-template-co-daily-home-template.group-blog .entry-content {
	width: 100%;
}
.group-blog .entry-content {
	max-width: 1250px;
	margin: 12px auto 30px auto;
}
.group-blog h1.entry-title, .group-blog #secondary, .group-blog #top-sidebar, .group-blog #text-6 {
	display: none;
}
.search-results.group-blog h1.entry-title {
	display: block;
}
.group-blog .woocommerce ul.products li.last, .group-blog .woocommerce ul.products li.first {
	clear: none;
}
.group-blog .woocommerce ul.products li.last, .group-blog .woocommerce ul.products li.first {
	margin: 0 2% 2.992em 0;
}
.single-ai1ec_event .site-main #single-post-full {
	width: 80%;
	margin: 40px auto;
	padding: 1px 0px 40px 0px;
}
.ai1ec-stream-view .ai1ec-date-title {
	border-radius: 0px;
}
.ai1ec-stream-view .ai1ec-date-title a.ai1ec-load-view {
	font-weight: 700 !important;
	font-size: 16px !important;
}
.single-ai1ec_event .post-author, .single-ai1ec_event .post-date {
	display: none;
}
.page-id-368695 #channel-title {
	display: none;
}

/* Various Fixes */

.home #adrotate_widgets-18 .a-single {
	margin-left: 3px;
}
.home #adrotate_widgets-18 .a-single img {
	max-height: 599px;
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
#baron-iframe-current {
	overflow: hidden;
	max-width: 593px !important;
}}
img.vc_gitem-zone-img {
	max-height: 163px !important;
	width: auto !important;
}
.page-template-static fieldset {
	background-color: #fff;
}
.page-template-static #uig_submission input[type="text"],.page-template-static #uig_submission textarea,
.page-template-default #uig_submission input[type="text"],.page-template-default #uig_submission textarea {
	border: 1px solid #c0c0c0;
    font-size: 13px;
    padding: 11px 12px 11px 12px;
    border-radius: 0px;
	clear: both;
	display: block;
	margin: 8px 0px 20px 0px;
}
.page-template-static #uig_submission input[type="submit"], .page-template-default #uig_submission input[type="submit"] {
	background-image: none;
	background-color: #f4771f;
	border: 0px;
	font-size: 13px;
    padding: 11px 12px 11px 12px;
    border-radius: 0px;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	margin-top: 20px;
}
.page-template-static #uig_submission input[type="submit"]:hover, .page-template-default #uig_submission input[type="submit"]:hover {
	background-image: none;
	background-color: #e15f12;
	border: 0px;
	font-size: 13px;
    padding: 11px 12px 11px 12px;
    border-radius: 0px;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	margin-top: 20px;
}
#gallery-images li {
	list-style: none;
	padding: 0px;
	margin: 20px;
	-webkit-padding-start: 0px;
	display: inline-block;
	border: 1px solid #c0c0c0;
}
ul#gallery-images {
	margin: 0px;
	padding: 0px;
}
.ls-v5 .ls-bottom-slidebuttons {
	top: -50px !important;}
.page-template-default h1.entry-title { display: none; }
.homnepage-row-top { width: 100%; }
#homepage-top-section { max-width: 1250px; margin: 0px auto 0px auto; }
.co-post-container #co-full-post-container {
	min-height: auto;
	margin-bottom: 0px;
}
.home-categories ul { padding: 0px; margin: 0px; list-style-type: none; }
.home-categories a.rpwe-img img, #video-with-ad a.rpwe-img img { display: none; }
.home-categories .rpwe-time, #video-with-ad .rpwe-time { display: none; }
.home-categories .rpwe-title a, #video-with-ad .rpwe-title a{ font-family: 'Open Sans'; font-size: 15px !important; color: #2f2f2f !important; white-space: normal; font-weight: normal; }
.home-categories .rpwe-title a:hover, #video-with-ad .rpwe-title a:hover { text-decoration: underline; }
.home-categories .rpwe-li, #video-with-ad .rpwe-li { margin-bottom: 0px !important; padding-bottom: 0px !important; }
.home-categories .rpwe-block li, #video-with-ad .rpwe-block li{ border-bottom: 1px solid #d5d5d5; }
.home-categories .rpwe-block h3, #video-with-ad .rpwe-block h3 { padding: 8.3px 8px; margin: 0px; }
.home-categories h2, #video-with-ad h2 { margin-top: 0px; margin-bottom: 0px; font-size: 18px; color: #2f2f2f; background-color: #f2f2f2; width: 100%; padding: 8px 8px 6px 8px; border-bottom: 2px solid #d5d5d5; }

.sunrise_sunset_widget h1.widget-title {
	font-size: 17px;
  margin: 0px 0px 18px 0px;
  color: #000;
	border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
	font-weight: 400;
}
.page-template-co-daily-static #page-sidebar #wp_editor_widget-68.widget p{
	text-transform: none !important;
}
.extreme-weather-alert-daily {
	font-size: 17px;
  margin: 0px 0px 18px 0px;
  color: #000;
	border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}

.product-name a {
	color: #054f81 !important;
}

.woocommerce a.remove {
	color: red !important;
}

.payment_method_authorize_net_cim_credit_card {
	display: block !important;
}
.postid-87957 .ft-vid img, .postid-87966 .ft-vid img {
	display: none !important;
}
.site-branding .codaily-logos img.zolo-logo {
    padding: 2px 20px 6px 0px;
    border-right: 1px solid #fff;
}
.site-branding .codaily-logos img.co-daily-logo {
	padding: 12px 0px 2px 20px;
	max-height: 59px;
}
#co-daily .site-branding .codaily-logos img.zolo-logo {
    padding: 24px 0px 12px 29px;
		border-right: 0px solid transparent;
		vertical-align: top;
}
#co-daily .codaily-logos {
	margin-top: 0px;
}
.codaily-logos {
	margin-top: -6px;
}
.co-daily .co-main-top .admp-content-mobile {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 16px;
  margin: 0px;
  margin-top: 0px !important;
  background-color: #054f81;
	margin-bottom: 15px;
}
.co-daily .co-main-top .admp-content-mobile h3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#video-with-ad.co-app-page {
	padding-left: 10px;
	padding-right: 10px;
}
.page-template-channel-template-co-daily #video-with-ad .admp-content-mobile p {
	margin-top: 0px !important;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
}
/* .co-daily .sharing-options { 
	width: 30% !important;
	margin-top: -104px;
	float: right;
	margin-left: 40px;
} */
.single-post #single-post-co .post-title {
	max-width: 100% !important;
	margin-top: 0px !important;
}
.co-daily .the-options {
	margin-bottom: 4px;
}
.co-daily .sharing-left {
	vertical-align: top;	
	border-left: 1px solid #cccccc;	
	border-right: 0px solid transparent;
	width: 100%;
	display: block;
	padding-left: 12px;
}
.co-daily .facebook-follow {
	padding-left: 12px;
	padding-top: 0px;
	width: 100%;
	display: block;
	border-left: 1px solid #cccccc;	
}
.single-post #single-post-co .post-content .sharing-options .hashtags p {
	margin-bottom: 0px;
	padding-bottom: 12px;
}
.side-box, .follow, .co-post-container, .co-daily .co-comments-heading {
	box-shadow: none !important;
}
#page-sidebar .above-videos p {
	margin-bottom: 0px;
}

/* Related Stories */

.codaily-sidebar-title {
	background-color: #054f81;
	padding: 15px;
	margin-top: 21px;
	margin-bottom: 12px;
}
.codaily-sidebar-title h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.gallery-item {
	margin: 1em 0px;
	background-color: #fff;
	padding-bottom: 12px;
}
.wp-caption-text.gallery-caption {
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;
}
.wp-caption-text.gallery-caption a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
.wp-caption-text.gallery-caption a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: 600;
}
#single-post-co {
	margin-top: -29px;
}
.ft-vid.main a .admp-title {
	padding: 12px 16px;
	background-color: rgba(0,0,0,0.7);
	display: block;
	margin-top: -70px;
	margin-bottom: 0px;
	min-height: 65px;
	position: relative;
	z-index: 9999;
	font-size: 21px;
	color: #fff;
	text-decoration: none;
}
.ft-vid.main a:hover .admp-title, .ft-vid.main a:hover {
	text-decoration: underline;
}
.ft-vid.main a {
	text-decoration: none;
}
.ft-vid.main img {
	width: 100%;
}
.ft-vid-main a .admp-title {
	padding: 12px 16px;
	background-color: rgba(0,0,0,0.7);
	display: block;
	margin-top: -70px;
	margin-bottom: 0px;
	min-height: 65px;
	position: relative;
	z-index: 9999;
	font-size: 21px;
	color: #fff;
	text-decoration: none;
}
.ft-vid-main a:hover .admp-title, .ft-vid.main a:hover {
	text-decoration: underline;
}
.ft-vid-main a {
	text-decoration: none;
}
.ft-vid-main img {
	width: 100%;
}
.page-id-77026 iframe {
	min-height: 500px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
}
.page-id-77026 iframe p {
	font-family: 'Open Sans',sans-serif !important;
	font-size: 14px !important;
}
.co-daily .nav-bar {
	background-color: #054f81;
	height: 136px;
}
.co-daily.fresh .nav-bar {
	height: 81px;
}
.co-daily .top-bar {
	height:  34px;
	width: 50%;
	margin-left: 50%;
	border-bottom: 1px solid #427aa0;
	margin-bottom: 42px;
}
.co-daily.fresh .top-bar {
	border-bottom: 0px solid transparent;
	margin-bottom: 0px;
	width: 100%;
	margin-left: 0px;
}
.co-daily.fresh .site-search input[type="text"] {
	background-color: transparent;
	border-radius: 5px;
	border: 2px solid #fff;
	padding: 4px 8px 5px 8px;
}
.co-daily.fresh .nav-bar-inside .search {
	padding: 6px 0px;
}
.co-daily.fresh .site-branding img {
	padding: 0px 28px 0px 0px;
	max-height: 70px;
}
.home-heading {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
}
.home-heading h3 {
	font-size: 24px;
	color: #2F2F2F;
	margin-top: 0px;
}
.co-daily .homepage-top-row .posts_type5 {
	height: auto !important;
}
.homepage-top-row .admegaposts img.megaposts-thumbs {
	max-height: none;
}
.co-daily .homepage-top-row .admegaposts.posts_type5 .admp-info-left.ad_one_half .admp-title {
	margin-top: 0px;
	padding: 29px 20px 16px 20px;
	background-color: rgba(255,255,255,0.7);
	min-height: 125px;
}
.co-daily.fresh .mid-section .vc_gitem-post-data-source-post_title h4 {
	font-size: 18px;
	line-height: 23px;
	color: #2f2f2f;
	font-weight: 700;
	min-height: 47px;
	margin-top: 7px;
	margin-bottom: 0px;
}
.co-daily.fresh .mid-section .vc_gitem-post-data-source-post_title {
	margin-bottom: 7px;
}
.co-daily.fresh .mid-section .vc_gitem-post-data-source-post_excerpt p {
	margin-top: 0px;
	font-size: 16px;
	line-height: 20px;
	color: #070707;
}
.co-daily.fresh .homepage-top-row .admegaposts .ad_one_half {
	width: 100%;
}
.co-daily .homepage-top-row .posts_type5 .admp-info-left .admp-title a {
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.19px;
	color: #000;
	text-transform: none;
}
.top-local-stories-sidebar .vc_custom_heading a {
	font-size: 16px;
}
button.close {
	display: none;
}
.co-daily.fresh .fiat-alert {
	margin-bottom: 10px;
	color: #fff;
	background-color: #F22929;
	border-color: #F22929;
	border-radius: 0px;
	text-shadow: none;
}
.co-daily.fresh .fiat-alert p {
	margin: 0px;
	font-size: 19px;
	text-align: center;
}
.co-daily.fresh .fiat-alert a {
	color: #fff;
	text-decoration: none;
}
.co-daily.fresh .fiat-alert a:hover {
	color: #fff;
	text-decoration: underline;
}
.top-local-stories h4 {
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 18px;
	color: #4A4A4A;
}
.co-daily .vc_grid-item-mini {
	box-shadow: none;
}
.read-more-local a {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #054F81;
	line-height: 15px;
	padding: 9px 28px;
	text-decoration: none;
	border: 1px solid #054F81;
}
.read-more-local a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #054F81;
	background-color: #054F81;
}
.top-local-stories .vc_gitem-post-data-source-post_date {
	font-size: 14px;
	line-height: 18px;
	color: #6A6A6A;
}
.national {
	margin-top: 20px;
}
.national .vc_gitem-post-data-source-post_date {
	font-size: 14px;
	line-height: 23px;
	color: #6A6A6A;
	margin-bottom: 4px;
}
.national .vc_gitem-post-data-source-post_title {
	margin-bottom: 4px;
}
.national a {
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	color: #000;
}
.national .vc_gitem-post-data-source-post_excerpt {
	font-size: 14px;
	line-height: 18px;
	color: #4A4A4A;
	margin-bottom: 0px;
}
.national .vc_gitem-post-data-source-post_excerpt p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.seven-day {
	margin-top: -4px;
}
.seven-day p {
	font-size: 21px;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	margin-top: 0px;
}
.co-daily.fresh .site-search input[type="submit"] {
	background: url(/wp-content/uploads/2015/07/magnifying-glass.png) no-repeat center 1px transparent;
}
.co-daily.fresh .main-navigation a {
    padding: 10px 12px !important;
}
.co-daily.fresh .main-navigation li:hover a, .co-daily.fresh .main-navigation li.current_page_item a {
	padding: 10px 12px !important;
}
.codaily-homepage-sidebar .admp-info-left {
	display: none;
}
.codaily-homepage-sidebar .admegaposts.posts_type2 .firstpost .admp-details {
	padding: 0px;
	color: transparent;
}
.content-area.page-template-channel-template-co-daily #video-with-ad ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.co-daily #ad-channel-row .above-videos {
	border-bottom: 0px solid transparent;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.homepage-top-row h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.page-template-co-daily-home-template .content-area.page-template-channel-template-co-daily .ft-vid,
.page-template-channel-template-sports-and-recreation .content-area.page-template-channel-template-co-daily .ft-vid,
.page-template-channel-template-community-news .content-area.page-template-channel-template-co-daily .ft-vid,
.page-template-channel-template-education .content-area.page-template-channel-template-co-daily .ft-vid,
.page-template-channel-template-politics .content-area.page-template-channel-template-co-daily .ft-vid,
.page-template-channel-template-events .content-area.page-template-channel-template-co-daily .ft-vid,
.page-template-channel-template-what-the-tech .content-area.page-template-channel-template-co-daily .ft-vid,
.page-template-channel-template-arts-and-culture .content-area.page-template-channel-template-co-daily .ft-vid
 {

	max-width: 690px;
}
.page-template-co-daily-home-template .content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-sports-and-recreation .content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-community-news .content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-education .content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-politics .content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-events .content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-what-the-tech .content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-arts-and-culture .content-area.page-template-channel-template-co-daily #video-with-ad .WP_Editor_Widget
 {
	width: 525px;
	padding-left: 0px;
	box-shadow: none;
}
.co-daily .co-main-top .admegaposts-thumbs-container img {
	max-height: 306px !important;
}
.page-template-co-daily-home-template .content-area.page-template-channel-template-co-daily .codaily-homepage-sidebar .ft-vid,
.page-template-channel-template-sports-and-recreation .content-area.page-template-channel-template-co-daily .codaily-homepage-sidebar .ft-vid,
.page-template-channel-template-community-news .content-area.page-template-channel-template-co-daily .codaily-homepage-sidebar .ft-vid,
.page-template-channel-template-education .content-area.page-template-channel-template-co-daily .codaily-homepage-sidebar .ft-vid,
.page-template-channel-template-politics .content-area.page-template-channel-template-co-daily .codaily-homepage-sidebar .ft-vid,
.page-template-channel-template-events .content-area.page-template-channel-template-co-daily .codaily-homepage-sidebar .ft-vid,
.page-template-channel-template-what-the-tech .content-area.page-template-channel-template-co-daily .codaily-homepage-sidebar .ft-vid,
.page-template-channel-template-arts-and-culture .content-area.page-template-channel-template-co-daily .codaily-homepage-sidebar .ft-vid {
	width: 100%;
}
.page-template-co-daily-home-template .co-daily .co-main-top .admegaposts.posts_type4 .admp-title,
.page-template-channel-template-sports-and-recreation .co-main-top .admegaposts.posts_type4 .admp-title,
.page-template-channel-template-community-news .co-daily .co-main-top .admegaposts.posts_type4 .admp-title,
.page-template-channel-template-education .co-daily .co-main-top .admegaposts.posts_type4 .admp-title,
.page-template-channel-template-politics .co-daily .co-main-top .admegaposts.posts_type4 .admp-title,
.page-template-channel-template-events .co-daily .co-main-top .admegaposts.posts_type4 .admp-title,
.page-template-channel-template-what-the-tech .co-daily .co-main-top .admegaposts.posts_type4 .admp-title,
.page-template-channel-template-arts-and-culture .co-daily .co-main-top .admegaposts.posts_type4 .admp-title {
	max-height: 65px;
	overflow: hidden;
}

.page-template-channel-template-taste-this #channel-title, .page-template-channel-template-origin-story #channel-title,
.page-template-channel-template-sports-and-recreation #channel-title, .page-template-channel-template-community-news #channel-title,
.page-template-channel-template-education #channel-title, .page-template-channel-template-politics #channel-title,
.page-template-channel-template-events #channel-title, .page-template-channel-template-what-the-tech #channel-title, .page-template-channel-template-arts-and-culture #channel-title{
	max-width: 1250px;
	margin: 0px auto;
	border-bottom:  2px solid #c6c6c6;
	margin-top: 0px;
}
.page-template-channel-template-taste-this .watchnow, .page-template-channel-template-origin-story .watchnow,
.page-template-channel-template-sports-and-recreation .watchnow, .page-template-channel-template-community-news .watchnow,
.page-template-channel-template-education .watchnow, .page-template-channel-template-politics .watchnow,
.page-template-channel-template-events .watchnow, .page-template-channel-template-what-the-tech .watchnow,
.page-template-channel-template-arts-and-culture .watchnow {
	max-width: 1250px;
	margin: 0px auto !important;
	border-bottom:  2px solid #c6c6c6;
	margin-bottom: 32px !important;
}
.page-template-channel-template-co-daily #channel-title-inside, .page-template-channel-template-source-on-the-scene #channel-title-inside, .page-template-channel-template-supper-club #channel-title-inside, .page-template-channel-template-destination-oregon #channel-title-inside, .page-template-channel-template-war-stories #channel-title-inside, .page-template-channel-template-arts-and-culture #channel-title-inside, .page-template-channel-template-great-outdoors #channel-title-inside {
	line-height: inherit !important;
}
.page-template-channel-template-taste-this #channel-title-inside span, .page-template-channel-template-taste-this .watchnow span,
.page-template-channel-template-origin-story #channel-title-inside span, .page-template-channel-template-origin-story .watchnow span,
.page-template-channel-template-sports-and-recreation #channel-title-inside span, .page-template-channel-template-community-news #channel-title-inside span,
.page-template-channel-template-education #channel-title-inside span, .page-template-channel-template-politics #channel-title-inside span,
.page-template-channel-template-events #channel-title-inside span, .page-template-channel-template-what-the-tech #channel-title-inside span, .page-template-channel-template-arts-and-culture #channel-title-inside span,
.page-template-channel-template-sports-and-recreation .watchnow span, .page-template-channel-template-community-news .watchnow span,
.page-template-channel-template-education .watchnow span, .page-template-channel-template-politics .watchnow span,
.page-template-channel-template-events .watchnow span, .page-template-channel-template-what-the-tech .watchnow span, .page-template-channel-template-arts-and-culture .watchnow span
 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	border-bottom: 2px solid #000;
 }
 .page-template-channel-template-co-daily #channel-title-inside span, .page-template-channel-template-co-daily .watchnow span, .page-template-channel-template-source-on-the-scene #channel-title-inside span, .page-template-channel-template-source-on-the-scene .watchnow span, .page-template-channel-template-supper-club #channel-title-inside span, .page-template-channel-template-supper-club .watchnow span, .page-template-channel-template-destination-oregon #channel-title-inside span, .page-template-channel-template-destination-oregon .watchnow span, .page-template-channel-template-war-stories #channel-title-inside span, .page-template-channel-template-war-stories .watchnow span, .page-template-channel-template-arts-and-culture #channel-title-inside span, .page-template-channel-template-arts-and-culture .watchnow span, .page-template-channel-template-great-outdoors #channel-title-inside span, .page-template-channel-template-great-outdoors .watchnow span {
	margin-left: -15px;
}
.page-template-channel-template-taste-this .vc_col-sm-12, .page-template-channel-template-origin-story .vc_col-sm-12,
.page-template-channel-template-sports-and-recreation .vc_col-sm-12, .page-template-channel-template-community-news .vc_col-sm-12,
.page-template-channel-template-education .vc_col-sm-12, .page-template-channel-template-politics .vc_col-sm-12,
.page-template-channel-template-events .vc_col-sm-12, .page-template-channel-template-what-the-tech .vc_col-sm-12, .page-template-channel-template-arts-and-culture .vc_col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.page-template-channel-template-taste-this #video-with-ad .WP_Editor_Widget, .page-template-channel-template-origin-story #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-sports-and-recreation #video-with-ad .WP_Editor_Widget, .page-template-channel-template-community-news #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-education #video-with-ad .WP_Editor_Widget, .page-template-channel-template-politics #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-events #video-with-ad .WP_Editor_Widget, .page-template-channel-template-what-the-tech #video-with-ad .WP_Editor_Widget, .page-template-channel-arts-and-culture #video-with-ad .WP_Editor_Widget {
	box-shadow: 0px 0px 5px #eee;
}
.page-template-channel-template-taste-this #video-with-ad .WP_Editor_Widget, .page-template-channel-template-taste-this #video-with-ad .widget_text,
.page-template-channel-template-origin-story #video-with-ad .WP_Editor_Widget, .page-template-channel-template-origin-story #video-with-ad .widget_text,
.page-template-channel-template-sports-and-recreation #video-with-ad .WP_Editor_Widget, .page-template-channel-template-community-news #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-education #video-with-ad .WP_Editor_Widget, .page-template-channel-template-politics #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-events #video-with-ad .WP_Editor_Widget, .page-template-channel-template-what-the-tech #video-with-ad .WP_Editor_Widget,
.page-template-channel-template-sports-and-recreation #video-with-ad .WP_Editor_Widget .widget_text, .page-template-channel-template-community-news #video-with-ad .WP_Editor_Widget .widget_text,
.page-template-channel-template-education #video-with-ad .WP_Editor_Widget .widget_text, .page-template-channel-template-politics #video-with-ad .WP_Editor_Widget .widget_text,
.page-template-channel-template-events #video-with-ad .WP_Editor_Widget .widget_text, .page-template-channel-template-what-the-tech #video-with-ad .WP_Editor_Widget .widget_text, .page-template-channel-template-arts-and-culture #video-with-ad .WP_Editor_Widget, .page-template-channel-template-arts-and-culture #video-with-ad .WP_Editor_Widget .widget_text {
    width: 26%;
    display: inline-block;
    float: right;
    padding: 30px 40px;
    background-color: #054f81;
    height: 505px;
}
.page-template-channel-template-taste-this .ft-vid, .page-template-channel-template-origin-story .ft-vid,
.page-template-channel-template-sports-and-recreation .ft-vid, .page-template-channel-template-community-news .ft-vid,
.page-template-channel-template-education .ft-vid, .page-template-channel-template-politics .ft-vid,
.page-template-channel-template-events .ft-vid, .page-template-channel-template-what-the-tech .ft-vid,.page-template-channel-template-arts-and-culture .ft-vid  {
    width: 72%;
    display: inline-block;
    height: 505px;
    background-color: #000;
}
.page-template-channel-template-taste-this #video-with-ad p, .page-template-channel-origin-story #video-with-ad p,
.page-template-channel-template-sports-and-recreation #video-with-ad p, .page-template-channel-template-community-news #video-with-ad p,
.page-template-channel-template-education #video-with-ad p, .page-template-channel-template-politics #video-with-ad p,
.page-template-channel-template-events #video-with-ad p, .page-template-channel-template-what-the-tech #video-with-ad p, .page-template-channel-template-arts-and-culture #video-with-ad p {
    color: #fff;
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
}
.page-id-336207 .ft-vid {
	display: none;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
	font-size: 17px !important;
    text-transform: uppercase !important;
    color: #000 !important;
		font-weight: 400 !important;
		font-family: 'Open Sans',sans-serif !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a  {
	border-color: #c6c6c6;
}
.wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_tta-shape-rounded .vc_tta-tab>a, .wpb-js-composer .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill) .vc_tta-panels {
	border-radius: 0px !important;
} 
.zolo-promo p {
	margin-top: 0px;
}
.main-navigation.zolo-part {
	margin-top: 0px;
}
.co-daily .top-bar-inside a {
	color: #fff;
	font-size: 13px;
}
.co-daily .top-bar-inside .fa {
	color: #fff;
	margin-top: 0px;
	margin-right: 6px; 
	vertical-align: sub;
}
.local-stories-titles h4 {
	font-size: 20px;
	line-height: 28px;
}
.co-daily .top-bar-inside .phone {
	float: right;
	margin-left: 20px;
}
.co-daily .site-branding img {
	padding: 5px 38px 5px 0px;
}
.page-template-co-daily-static h1.page-title {
	font-size: 24px !important;
}
.page-template-channel-template-arts-and-culture .watchnow {
	border-bottom: 2px solid #c6c6c6;
}
.co-daily .admegaposts.posts_type5 .admp-info-right.ad_one_half.ad_last .admp-title {
	max-height: 74px;
	overflow: hidden;
}
.jw-title-secondary {
	font-family: Open Sans, sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding-top: 0px !important;
}
.page-id-58 .wpb_content_element.above-videos {
	margin-bottom: 0px !important;
}

.page-template-channel_template_fire_watch #video-with-ad .WP_Editor_Widget {
    width: 26%;
    display: inline-block;
    float: right;
    padding: 30px 40px;
    background-color: #054f81;
    height: 505px;
}
.page-template-channel_template_fire_watch .ft-vid {
    width: 72%;
    display: inline-block;
    height: 505px;
    background-color: #000;
}
.page-template-channel_template_fire_watch #channel-title {
    max-width: 1250px;
    margin: 0px auto;
    border-bottom: 2px solid #c6c6c6;
    margin-top: 42px;
}
.page-template-channel_template_fire_watch #video-with-ad p {
    color: #fff;
    margin-top: 0px;
    font-size: 18px;
    line-height: 30px;
}
#fire-video {
	max-height: 0px;
}
.fire-watch-vid {
	margin-top: -249px;
	margin-right: -15px;
	max-width: 325px;
	float: right;
	width: 325px;
}
.co-daily .conversation {
	display: none !important;
}
footer.co-daily-site-footer {
	background-color: #054f81;
	padding-top: 25px;
	margin-top: 80px;
}
.co-daily .footer-top .widget {
	width: 100%;
	display: block;
}
.co-daily .footer-top ul li {
	display: inline;
	padding: 0px 14px;
}
.co-daily .footer-top, .co-daily .footer-top p, .co-daily .footer-top a {
	color: #7ea5be;
	text-transform: uppercase;
}
.co-daily .footer-top .menu-links-menu-container {
	text-align: center; 
}
.co-daily .footer-top .widget.widget_nav_menu {
	border-bottom: 2px solid #1d608d;
	padding-bottom: 18px;
}
.co-daily .footer-top .widget.WP_Editor_Widget img { 
	margin: 0px 45px; 
}
.co-daily .footer-top .widget.WP_Editor_Widget {
	padding-top: 42px;
	text-align: center;
}
.jw-title-primary, .jw-title-secondary {
	white-space: normal !important;
}
.jw-title-secondary {
	margin-top: -2.25em !important;
	line-height: 30px !important;
}
.search .co-daily .content-area header {
	display: block;
}
.top-ad-banner {
	padding: 15px 15px 20px 15px;
	max-width: 1250px;
    margin: 12px auto 0px auto;
}
body .jw-state-idle .jw-title {
	min-height: 50px;
	padding-top: 40px;
}
body #jwplayer_WANlD5qg_ordsq1CD_div .jw-title-secondary {
	color: #fff;
}
.white-text p {
	    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.home-heading.white-text {
	border-bottom: 0px;
	padding: 0px 32px;
}
blockquote {
	font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    border-left: 5px solid #054f81;
    padding-left: 20px;
    font-style: italic;
	max-width: 65%;
}
.co-daily .posts_type5.admpselector-8 {
	margin-bottom: 0px;
}
.read-more-local.bottom-section p {
	margin-top: 0px;
	margin-bottom: 22px !important;
}

.co-daily .admegaposts .ad_one_half {
	margin-right: 1.7%;
}
.co-daily .admegaposts.posts_type5 .admp-info-right .admp-thumbs-container {
	float: left;
	max-width: 50%;
	margin-right: 15px;
}
.co-daily .wpb_wrapper .posts_type5 .admp-info-right.ad_one_half.ad_last {
	max-width: 24%;
	margin-right: .75% !important;
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
	.fire-watch-vid {
		position: absolute;
		z-index: 99999;
		margin-right: -97px;
		float: none;
		right: 0px;
	}
}
@media screen and (min-width: 1450px) and (max-width: 1550px) {
	.fire-watch-vid {
		position: absolute;
		z-index: 99999;
		margin-right: -4%;
		float: none;
		right: 0px;
	}
}
@media screen and (min-width: 1301px) and (max-width: 1450px) {
	.fire-watch-vid {
		position: absolute;
		z-index: 99999;
		margin-right: -8%;
		float: none;
		right: 0px;
	}
}
@media screen and (min-width: 0px) and (max-width: 1023px) {
	#fire-video {
		max-height: none;
	}
	.fire-watch-vid {
		margin-top: 0px;
		margin-right: 0px;
		max-width: 100%;
		float: none;
		width: auto;
		margin-bottom: 40px;
	}
	.jw-flag-small-player .jw-title-secondary {
		display: block !important;
	}
}

/* November 2019 Responsive Adjustments */

@media screen and (max-width: 1250px) {
	.page-template-default .co-daily.fresh .entry-content, .group-blog .co-daily.fresh .entry-content {
		width: 100%;
	}
}
@media screen and (max-width: 1023px) {
	.co-daily.fresh .site-search input[type="text"] {
		width: 155px;
	}
	.group-blog .co-daily.fresh .entry-content {
		width: 100%;
	}
	.co-daily.fresh .homepage-top-row .posts_type5 .admp-info-left .admp-title a {
		font-size: 24px;
		line-height: normal;
	}
	.co-daily.fresh .homepage-top-row .admegaposts.posts_type5 .admp-info-left.ad_one_half .admp-title {
		padding: 10px;
	}
	.co-daily.fresh .footer-top .widget.WP_Editor_Widget {
		padding-top: 15px;
	}
	.co-daily.fresh .footer-top .widget.WP_Editor_Widget img {
		margin: 12px;
	}
	.co-daily.fresh .posts_type5 .admp-info-left .admp-title a {
		font-size: 22px;
		line-height: normal;
	}
	.co-daily.fresh .shiftnav-toggle {
		display: block !important;
		float: left;
	}
	.co-daily.fresh .codaily-logos {
		margin-left: 70px;
	}
	.read-more-local.bottom-section p {
		margin-top: 0px !important;
		margin-right: 0px !important;
		text-align: center !important;
	}
	.co-daily .posts_type5 {
		height: auto !important;
	}
	.homepage-readmore {
		clear: both;
		padding-top: 20px;
	}
}
@media screen and (max-width: 900px) {
	.co-daily.fresh .homepage-top-row .vc_col-sm-4, .co-daily.fresh .homepage-top-row .vc_col-sm-8 {
		width: 100%;
	}
	.co-daily.fresh .admegaposts.posts_type5 .admp-info-left.ad_one_half {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.co-daily.fresh #video-with-ad .WP_Editor_Widget {
		display: none;
	}
	.homepage-readmore .vc_column-inner {
		background-color: transparent !important;
	}
	.bottom-home-more {
		clear: both;
	}
	.bottom-home-more .read-more-local.bottom-section p {
		margin-top: 20px !important;
	}
}