/*
 Theme Name:     Westside Today by Boomcats International
 Theme URI:      http://themeforest.net
 Description:    Effective News Child Theme
 Author:         EffectiveLab
 Author URI:     http://effectivelab.net/
 Template:       effectivenews
 Version:        3.1.1
*/

/* =Imports styles from the parent theme and Google
-------------------------------------------------------------- */
@import url('../effectivenews/style.css');

@font-face {
    font-family: 'lato';
    src: local(Lato-Regular), url('/wp-content/themes/wst-bc/fonts/Lato-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: local(Lato-Italic), url('/wp-content/themes/wst-bc/fonts/Lato-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'lato';
    src: local(Lato-Bold), url('/wp-content/themes/wst-bc/fonts/Lato-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: local(Lato-BoldItalic), url('/wp-content/themes/wst-bc/fonts/Lato-BoldItalic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'oswald';
    src: local(Oswald-Regular), url('/wp-content/themes/wst-bc/fonts/Oswald-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* =Theme customization starts here
-------------------------------------------------------------- */

/************************************/
/*									*/
/*		  	   globalish 			*/
/*									*/
/************************************/

body {
	background: #999 url(images/body-bg-stripe.png) repeat;
	font-family: lato, helvetica, arial, sans-serif;
}
h1, h2, h3 {
	font-family: oswald, helvetica, arial, sans-serif;
}
a {
	color: #444;
}
a:hover {
	color: #d10101;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}  
ul.main_menu li,
.sidebar .widget_title h2,
.block_title h2,
.today_date,
.page_title h2,
.page_title h2 i,
.slider_caption h2 a,
.blog_style1 h2 a,
.post_header h2,
.block_box_title h2,
.block_title h2 a,
.sidebar .widget_title h1,
.block_title h1,
.page_title h1,
.page_title h1 i,
.slider_caption h1 a,
.blog_style1 h1 a,
.post_header h1,
.block_box_title h1,
.block_title h1 a  {
	font-family: oswald, helvetica, arial, sans-serif;
	font-style: normal;
}
.post_meta, .awesome-weather-wrap, .hometop-col1 .crousel_style1_lv h2 a, #crumbs, a.read_more, .crousel_style2 h2 a, #search-form, #searchsubmit, .author_topics a, .related_list h3 a, .related_posts li h3 a, #respond textarea, .bbp-submit-wrapper button.button, .post-comment #submit, .post-nav, .tabs2_head li a, .tabs_content ul li h2 a, #sf_widget_constantcontact_4_form p, #sf_widget_constantcontact_4_form > input, .news_box1 .first_news h2 a, .news_box1 ul li h2 a, .section_box p, .post_tags .comments a {
	font-family: lato, helvetica, arial, sans-serif;
	font-style: normal;
}
.tcol .boxed {
	margin-top: 0px;
	width: 1280px;
}
.tcol .inner {
	width: 1280px;
	margin: 0 auto;
}

/************************************/
/*									*/
/*		   	    header 				*/
/*									*/
/************************************/

.header_content {
	background-color: #ddd;
	padding: 0px 0px;
	height: 112px;
}
.top_bar {
	background: none;
	height: 42px;
}
.today_date {
	background: none;
}
.today_date p {
	color: #d10101;
	font-size: 1rem;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff; 
	text-transform: uppercase;
	padding: 0 8px;
	margin: 1px 20px 0 0;
}
.top_menu {
	line-height: 40px;
}
.t_menu ul li a {
	font-family: oswald, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #434242;
}
.t_menu ul li a:hover {
	color: #000;
	text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
} 
.search_form, .submit-container {
	display: inline-block;
	float: none;
}
.search_form {
	margin-top: 6px;
}
.search_form .sf {
	background: #eee;
	color: #434242;
	font-family: lato, helvetica, arial, sans-serif;
	font-size: 14px;
	text-transform: none;
	padding: 1px 4px;
	height: 24px;
}
.submit-container {
	background-color: #434242;
	height: 29px;
}
.submit {
	background: url(../effectivenews/images/search.png) 15px 5px no-repeat;
}
.logo {
	margin-top: 23px;
}
.adzone1 {
	display: inline-block;
	float: right;
	margin-top: 5px;
}
/************************************/
/*									*/
/*		   	  navigation 			*/
/*									*/
/************************************/
#menu-main-navigation {
	width: 100%;
}
ul.main_menu {
	position: relative;
	border-right: none;
	border-left: none;
	z-index: 9999;
}
ul.main_menu li {
	border-left: 1px solid #fff;
}
.nav-wttv {
	background-color: #fff;
}
ul.main_menu li.nav-wttv a {
	color: #fd0000;
	font-size: 1.7em;
}
ul.main_menu li.nav-wttv a:hover {
	background-color: #fff;
	color: #fd0000;
}
ul.main_menu li.current-menu-item.nav-wttv {
	background-color: #fff;
	border-bottom: 3px solid #fd0000;
	color: #fd0000;
}
ul.main_menu li.nav-getlocalsm {
	display: none;
}
ul.main_menu li.nav-getlocal a {
	position: relative;
	z-index: -1;
}
ul.main_menu .nav-getlocal {
	border: none;
	background: #3c3c3c url('/wp-content/themes/wst-bc/images/getlocal.png') no-repeat !important;
	float: right;
	width: 160px;
}
ul.main_menu .nav-getlocal:hover {
	border: none;
}
ul.main_menu li.current-menu-item.nav-getlocal {
	border: none;
	width: 160px;
}
ul.main_menu .nav-getlocal:hover ul.sub-menu {
	display: none;
}
ul.main_menu li.nav-localnews {
	float: right;
}
ul.main_menu li.nav-localnews:hover {
	border-bottom: 3px solid #00aafd;
	color: #00aafd;
}
ul.main_menu li.nav-localnews:first-child {
	border-left: none;
}
.menu-parent-item:hover > .sub-menu {
	clip:auto !important;
}
#megaMenu ul ul.sub-menu .cat-post-item a {
	color: #d10101 !important;
	margin-bottom: 4px !important;
}
#megaMenu ul ul.sub-menu .cat-post-item p {
	font-family: lato, helvetica, sans-serif !important;
	margin-bottom: 4px;
}
#megaMenu ul ul.sub-menu .cat-post-item:after {
	display: table;
	content:"";
	clear: both !important;
}


/************************************/
/*									*/
/*	     category navigation 		*/
/*									*/
/************************************/
.category-landing {
	background: #000;
	font-family: oswald, helvetica, arial, sans-serif;
	text-transform: uppercase;
	width: 100%;
}
.category-landing .inner {
	text-align: center;
	height: 40px;
	max-width: 1280px;
	width: 100%;
}
.category-landing ul.menu, .category-landing ul li ul.sub-menu {
	display: inline-block;
}
.category-landing .menu li, .category-landing .menu a, .category-landing .menu ul li ul.sub-menu {
	float: left;
}
.category-landing a {
	font-size: 1.2em;
	padding: 12px 10px;
}
.category-landing .menu .menu-parent-item > a {
	font-size: 1.3em;
}
.category-landing .menu .menu-parent-item > a::after {
	content:' :';
	color: #ff0000;
}
.category-landing .menu a:hover {
	color: #fff;
}
.category-landing .menu a, .category .sub-menu a:hover {
	color: #ff0000;
}
.category-landing .sub-menu li a {
	color: #fff;
}
.category-landing .sub-menu li {
	border-left: 1px solid #ddd;
}
.category-landing .sub-menu li:first-child {
	border-left: none;
}
.category-landing::after {
	content: '';
	display: table;
	clear: both;
}
/************************************/
/*									*/
/*		   homepage-top.php 		*/
/*									*/
/************************************/

#homepage-top {
	margin: 0 auto;
	width: 1280px;
	z-index: 1;
}
.hometop-col1, .hometop-col2, .hometop-col3 {
	position: relative;
	float: left;
	z-index: 1;
}
.hometop-col1, .hometop-col3 {
	width: 16%;
}
.hometop-col1 .title_bg {
	background: none;
}
.hometop-col1 .block_title, .hometop-col3 .block_title {
	padding-bottom: 0;
}
.hometop-col1 .block_title h2,
.hometop-col3 .block_title h2,
.hometop-col1 .block_title h1,
.hometop-col3 .block_title h1 {
	background: #d10101;
	font-weight: normal;
	height: 22px;
	padding: 6px 0 0;
	width: 100%;
}
.hometop-col1 .block_title h2 a,
.hometop-col3 .block_title h2 a,
.hometop-col1 .block_title h1 a,
.hometop-col3 .block_title h1 a {
	padding: 0 6px;
}
.hometop-col1 .block_title h2:after,
.hometop-col1 .block_title span,
.hometop-col1 .lv_prev,
.hometop-col1 .lv_next,
.hometop-col3 .block_title h2:after,
.block_title h2:after,
.hometop-col1 .block_title h1:after,
.hometop-col3 .block_title h1:after,
.block_title h1:after {
	display: none;
}
.hometop-col1 .section_box {
	background: #000;
	border: none;
	margin: 0;
	width: 100%;
}
.hometop-col1 .content_inner {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 4px 3px 0;
}
.hometop-col1 .content_inner:after {
  content: "";
  display: table;
  clear: both;
}
.hometop-col1 .crousel_style1_lv .crousel1_lv .lv_item {
	float: none;
	margin: 0;
	height: 100%;
	width: 100%;
}
.hometop-col1 .crousel_style1_lv {
	height: 100%;
	width: 100%;
}
.hometop-col1 .crousel_style1_lv .crousel1_lv {
	position: relative;
	width: 100% !important;
}
.hometop-col1 .crousel_style1_lv h2 {
	position: relative;
	background: url('/wp-content/themes/wst-bc/images/red-bg.png') repeat;
	line-height: 20px;
	text-transform: uppercase;
	margin: -50px 0 4px 0;
	padding: 4px;
	width: 100%;
	z-index: 999;
}
.hometop-col1 .crousel_style1_lv h2 a,
.hometop-col1 .crousel_style1_lv h1 a {
	color: #fff;
	font-size: 12px;
}
.hometop-col1 .post_thumb a img {
	border: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
.hometop-col1 .post_meta {
	display: none;
}
.hometop-col1 .section_box:after {
	background: none;
}
#oio-banner-2 {
	line-height: 0;
	font-size: 0;
	height: 0;
}
/************************************/
/*									*/
/*		   TV and News Feed 		*/
/*									*/
/************************************/
#homepage-top {
	border-bottom: 4px solid #000;
}
.hometop-col2 {
	margin: 0 1%;
	width: 66%;
}
.hometop-tv, .hometop-breaking {
	width: 100%;
}
.hometop-col2 .tv-video {
	margin: 25px 0 0 50px;
	width: 78.2%;
}
.hometop-col2 .tv-video div h2 {
	display: none;
}
.hometop-col2 .tv-video > div {
	background: #000;
	padding: 46.5px 0;
}
.tv-frame {
	margin: -515px 0 0 0;
}
.tv-social {
	position: absolute;
	top: 75px;
	right: 37px;
}
.tv-social > div > div > p > a > img {
	margin: 0 !important;
}
.tv-social > div > div > p > img {
	margin: 0 !important;
}
.hometop-col2 .tv-video .mejs-overlay-button {
	top: -45px !important;
	left: 0 !important;
	background: url('/wp-content/themes/wst-bc/images/video-overlay-845.png') no-repeat !important;
	background-size: 99%;
	margin: 0 !important;
	opacity: .75;
	height: 136% !important;
	width: 102% !important;
	z-index: 999;
}
.hometop-breaking {
	margin-top: -4px;
}
.hometop-col2 .breaking_news {
	float: none;
	border: 4px solid #000;
	border-bottom-width: 37px;
	width: 98.989899%;
}
.tcol .ticker_wrap {
	margin: 0 0 0 4px;
	height: 86px !important;
	width: 98.989899% !important;
}
.breaking_news span.ticker_title {
	border: #000 solid;
	border-width: 0px 4px 0px 0px;
	background: #000 url('/wp-content/themes/wst-bc/images/topnews.png') no-repeat;
	font-size: 0;
	margin: 0;
	padding: 0;
	height: 86px;
	width: 90px;
}
.ticker_bg {
	border: none;
}
.ticker_bg span.wrap_arrow {
	display: none;
}
.caroufredsel_wrapper {
	height: 86px !important;
}
.breaking_news ul#ticker li a, .breaking_news ul#ticker li {
	color: #333;
	font-family: lato, helvetica, arial, sans-serif;
	font-size: 40px;
	line-height: 80px;
	height: 86px;
}
.breaking_news ul#ticker li a:hover {
	color: #d10101;
} 
/************************************/
/*									*/
/*		    right widgets  			*/
/*									*/
/************************************/
.hometop-col3 .block_title {
	height: 100%;
}
/*.hometop-col3-widgets div h2,*/ .hometop-col3-widgets #sf_widget_constantcontact_4_form {
	border: #000 solid;
	border-width: 3px 3px 0 3px;
	padding: 6px 6px;
}
/*.hometop-col3-widgets div h2 {
	height: 28px;
}*/
#sf_widget_constantcontact_4_form {
	background: #fff;
}
#sf_widget_constantcontact_4_form p {
	color: #000;
	font-size: 1em;
	line-height: 1.475em;
	margin-bottom: 6px;
}
#sf_widget_constantcontact_4_form > input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #ededed;
	border-radius: 4px;
	border: none;
	color: #333;
	padding: 0 4px;
	height: 25px;
	width: 80%;
}
#sf_widget_constantcontact_4_form input:last-child {
	border: none;
	background: url('/wp-content/themes/wst-bc/images/submitbutton-sm.png') no-repeat;
	margin: 4px 0 0 6px;
	height: 25px;
	width: 25px;
}
.awesome-weather-wrap {
	border: #000 solid;
	border-width: 3px;
	font-size: 11px !important;
}
.awesome-weather-header {
	font-size: 1.25em !important;
}
.awesome-weather-current-temp {
	font-size: 53px !important;
}
/************************************/
/*									*/
/*		     content area  			*/
/*									*/
/************************************/

.tcol .main_content {
	background: #fff;
	margin: 0 auto;
	padding: 0 0;
	width: 1280px;
}
#crumbs {
	margin: 4px 0 15px 22px;
}
.p_meta > * {
	font-family: lato, helvetica, arial, sans-serif;
	font-style: normal !important;
}
.page_title h2,
.page_title h1 {
	color: #d10101;
	font-size: 3em;
	margin: 10px;
}
.entry-content {
	color: #000;
}
.wrap, .sidebar {
	padding-top: 10px;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tcol .sec_sidebar {
	padding-top: 10px;
	background-color: #f0f0f0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tcol .sec_sidebar .section_widget {
	background-color: #f2f2f2;
	border: 1px solid #d10101;
}
.block_title .title_bg {
	background-color: #d10101;
}
.block_title h2 {
	background: none;
}
.c2_prev, .c2_next {
	margin: -25px 0;
}
.c2_prev {
	margin-right: 28px;
}
.c2_next {
	margin-right: 4px;
}
.section_box p {
	color: #333;
	font-size: 14px;
}
.psidebar-right .wrap {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 10px;
	width: 50%;
}
.tcol .sec_sidebar.sidebar {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 24%;
	padding: 10px 1%;
}
.home .sidebar .widget_title h2 {
	margin-top: 5px;
}
.home .sec_sidebar .section_widget {
	margin-top: -10px;
}
.psidebar-right .sidebar {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 24%;
}
.sidebar {
	margin-right: 1%;
}
.widget_search > .section_widget {
	border: none;
}
.widget_search > .section_widget:after {
	background: none;
}
#search-form, #searchsubmit {
	border-radius: 10px;
}
.post_tags .comments {
	float: right;
}
.post_tags .comments a {
	background: #d10101;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: .75em !important;
	text-transform: uppercase;
}
.post_tags .comments a:hover {
	background: #ed1c24;
}
.author_topics a {
	font-size: 14px;
}
div[id^='oio-banner-'] { margin-bottom: 20px !important;}

/* post Share */
.post_share {
	margin: 4px 0;
    padding: 0px 10px;
    overflow: hidden;
}
.post_share span {
    border: none;
    background: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    box-shadow: 0 1px #fff inset;
    -moz-box-shadow: 0 1px #fff inset;
    -webkit-box-shadow: 0 1px #fff inset;
    position: relative;
    float: left;
}
.post_share span a {
	position: relative;
	font-size: 0pt;
	margin: 0px;
	padding: 4px 16px;
	z-index: 9;
}
/* comments */
.bbp-submit-wrapper button.button, .post-comment #submit {
	border-radius: 10px;
	background: #cd2122;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#cd2122));
    background-image: -webkit-linear-gradient(top, #ed1c24, #cd2122);
    background-image: -moz-linear-gradient(top, #ed1c24, #cd2122);
    background-image: -ms-linear-gradient(top, #ed1c24, #cd2122);
    background-image: -o-linear-gradient(top, #ed1c24, #cd2122);
    background-image: linear-gradient(top, #ed1c24, #cd2122);
    border: 0;
    color: #fff;
    cursor: pointer;
}
.bbp-submit-wrapper button.button:hover, .post-comment #submit:hover {
	border-radius: 10px;
    background: #ed1c24;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cd2122), to(#ed1c24));
    background-image: -webkit-linear-gradient(top, #cd2122, #ed1c24);
    background-image: -moz-linear-gradient(top, #cd2122, #ed1c24);
    background-image: -ms-linear-gradient(top, #cd2122, #ed1c24);
    background-image: -o-linear-gradient(top, #cd2122, #ed1c24);
    background-image: linear-gradient(top, #cd2122, #ed1c24);
}
/* footer */
.copyright {
	line-height: 20px;
	height: 72px;
}
.copyright a:hover {
	color: #00aafd;
}
.copyrights {
	padding-left: 4px;
}
.social_bottom ul.b_social_icons {
	display: none;
}


/************************************/
/*									*/
/*		    wttv template  			*/
/*									*/
/************************************/

#wttv-top {
	position: relative;
	margin: 0 auto;
	min-height: 430px;
	width: 1280px;
	z-index: 1;
}
#wttv-top {
	background: url('/wp-content/themes/wst-bc/images/wttv-rpbg.png') repeat;
	border-bottom: 4px solid #000;
}
.wttv-col1, .wttv-col2, .wttv-col3 {
	position: relative;
	float: left;
}
.wttv-col1, .wttv-col3 {
	width: 16%;
}
.wttv-col1 h2, .wttv-col3 .block_title h2 {
	background: #d10101;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	height: 22px;
	padding: 6px 0 0;
	width: 100%;
}
.wttv-col1 h2 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 6px 5px;
	height: 100%;
}
.wttv-col1 div {
	width: 100%;
}
.wttv-col1 ul {
	margin: 10px 0 0 40px;
}
.wttv-col1 li {
	list-style-image: url('/wp-content/themes/wst-bc/images/channels-dial.png');
	margin: 2px 0;
}
.wttv-col1 li a {
	position: relative;
	top: -7px;
	text-shadow: -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff, 2px 2px 1px #fff; 
	color: #000;
	font-size: 1.2em;
	white-space: nowrap;

}
.wttv-col1 li a:hover {
	color: #d10101;
}
.wttv-col1 div::after {
	clear: both;
}
.wttv-col2 {
	margin: 0 1%;
	width: 66%;
}
.wttv-tv {
	width: 100%;
}
.wttv-frame {
	position: absolute;
	top: 0px;
	left: 60px;
}
.wttv-social {
	position: absolute;
	display: block;
	bottom: 2px;
	left: 274px;
}
.wttv-social a img.alignnone {
	margin: 0 2px;
}
.wttv-col2 .tv-video {
	margin: 29px auto 0;
	width: 78.2%;
}
.wttv-col2 .tv-video .kgvid_wrapper {
	margin: 0;
}
.wttv-col2 .tv-video .mejs-overlay-button {
	z-index: 999;
}
.tv-video div h2 {
	display: none;
}
.wttv-col3 .block_title {
	padding-bottom: 0;
	height: 100%;
}
.wttv-col3 .block_title h2 a,
.wttv-col3 .block_title h1 a {
	font-size: 17px;
	padding: 0 6px;
}
.wttv-col3 .block_title h2:after,
.wttv-col3 .block_title h1:after {
	display: none;
}
.wttv-col3-widgets div:first-child {
	border: 3px solid #000;
	background: #fff;
	padding: 4px 8px;
}
.wttv-col3-widgets div:first-child li {
	border-bottom: 1px solid #aaa;
	margin: 4px 0;
	padding: 4px 0;
}
.wttv-col3-widgets div:first-child li:last-child {
	border-bottom: 0;
}
.wttv-col3-widgets .rounded {
	display: none;
}
.wttv-title {
	padding: 0;
}
.category-367 .page_wrap {
	border: 0;
}
.wttv-wrap {
	position: relative;
	border: none;
}
.channel {
	position: relative;
}
.channel a {
	position: absolute;
	top: -100px;
}
#respond input[type=text] {
	font-family: lato, helvetica, arial, sans-serif;
}


/************************************/
/*									*/
/*		    responsivizing  		*/
/*									*/
/************************************/
.mobileMainMenu {
	background: #3c3c3c;
	color: #fff;
	font-family: helvetica, arial, sans-serif !important;
}
@media screen and (max-width:1200px) {
	ul.main_menu li.nav-localnews, ul.main_menu li.nav-getlocal {
		display: none;
	}
	ul.main_menu li.nav-getlocalsm {
		display: block; 
		float: right;
		background: #3c3c3c url('/wp-content/themes/wst-bc/images/getlocal-white.png') no-repeat;
		border-left: 1px solid #000;
		border-right: 1px solid #fff;
		border-bottom: none;
		width: 25%;
	}
	ul.main_menu li.nav-getlocalsm:hover { 
		background: #525252 url('/wp-content/themes/wst-bc/images/getlocal-black.png') no-repeat;
	}
	ul.main_menu li.nav-getlocalsm a {
		position: relative;
		z-index: -1;
	}
	ul.main_menu li.nav-getlocalsm ul {
		position: absolute;
		left: 0px;
		width: 100%;
	}
	ul.main_menu li.nav-getlocalsm:hover > ul.sub-menu {
		position: absolute;
		right: -1px;
		border-top: 3px solid #00aafd;
		display: block;
		margin-top: -3px;
		height: auto;
		overflow: visible;
	}
	ul.main_menu .nav-getlocalsub {
		background: #525252;
	}
	.nav-getlocalsm ul li.nav-getlocalsub a {
		border: none;
		font-size: 1em;
		text-transform: uppercase;
		width: 100%;
		z-index: 1;
	}
	.nav-getlocalsm ul li.nav-getlocalsub a:hover {
		border: none;
		color: #00aafd;
	}
	.hometop-col2, .wttv-col2 {
		width: 58.5%;
	}
	.hometop-col2 .tv-frame {
		margin: -472px 0 0 0;
	}
	.wttv-col2 .tv-frame {
		margin: -472px 0 0 0;
	}
	.tv-social {
		right: 24px;
	}
	.hometop-col2 .tv-video {
		margin: 25px 0 0 44px;
	}
	.hometop-col2 .tv-video .mejs-overlay-button {
		background-size: 98.4% !important;
	}
	#oio-banner-2 {
		height: auto;
	}
}

@media screen and (max-width: 959px) {
	.mobileMainMenu {
		background-color: transparent !important;
	}
    .mobileTopMenu_wrap select > option:nth-child(22), select#mobileMainMenu > option:nth-child(23), select#mobileMainMenu > option:nth-child(24), select#mobileMainMenu > option:nth-child(25), select#mobileMainMenu option:nth-child(26) {
        display: none;
    }

}

/*BEGIN KEVIN S STYLES*/
.tcol .breaking_news, .breaking_news {
    width: auto;
}

@media screen and (max-width: 959px) {

    #homepage-top, #wttv-top {
        width: 100%;
    }

    .hometop-col2, .wttv-col2 {
        width: 100%;
        margin: 0;
        float: none;
    }
    .hometop-col2 .tv-frame, .wttv-col2 .tv-frame {
        display: none;
    }

    .hometop-col2 .tv-video, .wttv-col2 .tv-video {
        margin: 0;
        width: 100%;
    }

    .hometop-col2 .tv-video > div, .wttv-col2 .tv-video > div {
        background: none;
        padding: 0;
    }

    .hometop-col2 .tv-video .mejs-overlay-button, .wttv-col2 .tv-video .mejs-overlay-button {
        background: none !important;
        height: 100% !important;
        opacity: 1;
        top: 0 !important;
    }

    .hometop-col2 .tv-video .kgvid_wrapper, .wttv-col2 .tv-video .kgvid_wrapper {
        margin-left: auto;
        margin-right: auto;
    }

    .hometop-col3,
    .hometop-col1, 
    .wttv-col3,
    .wttv-col1 {
        width: 45%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 2.5%;
    }

    .tcol .breaking_news, .breaking_news {
        margin: 0 auto;
    }

    .ticker_bg .ticker_wrap,
    .ticker_bg {
        width: auto !important;
    }

    .psidebar-right .wrap {
        width: auto;
    }

    .home .news_box1 .first_news {
        width: 270px;
    }
}

@media screen and (max-width: 479px) {

    .tcol .sec_sidebar.sidebar,
    .home .news_box1 .first_news {
        width: auto;
    }

}
/*END KEVIN S STYLES*/





/* homepage slider */

#homepage-top .flexslider .slider_item .slider_caption {
	width: 100% !important;
}
#homepage-top .flexslider .slider_item .slider_caption p {
	max-width: 99%;
}
#homepage-top .flexslider .slides img {
/*	max-width: 100% !important;
	width: auto !important;
*/	margin: 0 auto;
}

#homepage-top .slider {
	margin-top: 10px;
	margin-bottom: 10px;
}

#homepage-top .flexslider .slides img {
	max-height: 525px;
}

#homepage-top .slides .slider_caption .homepageshare {
	float: right;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: white;
	padding: 5px 10px;
	position: relative;
	top: 19px;
	right: 25px;
}

#homepage-top .slides .slider_caption .homepageshare p {
	color: #3c3c3c;
	font-size: 14px;
	font-weight: bold;
	float: left;
	position: relative;
	top: 10px;
}
#homepage-top .slides .slider_caption .homepageshare .post_share {
	float: left;
}



/* end homepage slider */




