/*
 Theme Name:   WBBJ TV
 Version:      0.1
 Template:     gtxcel
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  wbbjtv.com
*/

radar1 {
    background: url('http://wp.myweather.net/wp/maps/us_radar116x88.gif');
}

body {
    color: #333;
}

a, a:visited {
    color: #B90303;
}

.menu-side a:visited {
    color: #595959;
}

img.alignright {
    float: right;
}

img.alignleft {
    float: left;
}

a, a:visited {
    color: #B90303;
}


/*------ Header Styling - All Devices ------*/

.header {
    background: rgb(14, 59, 137);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(14, 59, 137, 1) 1%, rgba(13, 52, 119, 1) 1%, rgba(12, 48, 112, 1) 47%, rgba(11, 46, 107, 1) 60%, rgba(1, 18, 45, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(14, 59, 137, 1)), color-stop(1%, rgba(13, 52, 119, 1)), color-stop(47%, rgba(12, 48, 112, 1)), color-stop(60%, rgba(11, 46, 107, 1)), color-stop(100%, rgba(1, 18, 45, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(14, 59, 137, 1) 1%, rgba(13, 52, 119, 1) 1%, rgba(12, 48, 112, 1) 47%, rgba(11, 46, 107, 1) 60%, rgba(1, 18, 45, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(14, 59, 137, 1) 1%, rgba(13, 52, 119, 1) 1%, rgba(12, 48, 112, 1) 47%, rgba(11, 46, 107, 1) 60%, rgba(1, 18, 45, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(14, 59, 137, 1) 1%, rgba(13, 52, 119, 1) 1%, rgba(12, 48, 112, 1) 47%, rgba(11, 46, 107, 1) 60%, rgba(1, 18, 45, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(14, 59, 137, 1) 1%, rgba(13, 52, 119, 1) 1%, rgba(12, 48, 112, 1) 47%, rgba(11, 46, 107, 1) 60%, rgba(1, 18, 45, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e3b89', endColorstr='#01122d', GradientType=0);
    /* IE6-9 */
}


/*------ Header Styling - Prior to Menu Collapse ------*/

@media (min-width:980px) {
    .header {
        height: 120px;
        border-bottom: solid 30px #B90303;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
    }
}


/* --- Header Positioning Desktop --- */

.header .logo-wrapper {
    left: 30px;
}

.header .logo-wrapper #company-logo {
    width: 500px;
    margin-top: 5px;
}

.header .primary-nav-wrapper {
    top: 38px;
    left: 350px;
}

.header .search-form-wrapper {
    top: 38px;
    right: 25px;
}

.header .secondary-nav-wrapper {
    top: 90px;
}

.header nav.utility {
    z-index: 99;
}


/* --- Header Positioning Large Phone/Tablet --- */

@media (max-width:1400px) {
    .header .search-form-wrapper {
        width: 150px;
    }
}


/*------ Special Phone Positioning to hide network logos ------*/

@media (max-width:980px) {
    #header-content-0 {
        display: none;
    }
}


/*--- Primary Nav ---*/

nav.primary .nav li a {
    color: #FFF;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: none;
    padding: 0 10px;
    margin-left: 10px;
}

nav.primary .nav li a:hover {
    color: #CCC;
}


/*--- Secondary Nav ---*/

header.header nav.secondary .nav li a {
    font-size: 14.5px;
    color: #fff;
    text-transform: none;
    font-weight: 500;
}

header.header nav.secondary .nav li {
    border-right: solid 1px #CCC;
    text-align: center;
}

header.header nav.secondary .nav li:last-of-type {
    border-right: none !important;
}

header.header nav.secondary .nav li a:hover {
    background: none;
    opacity: .8;
}

header.header nav.secondary .nav li#menu-item-205 {
    padding-right: 0;
    border-right: none;
    font-weight: 600;
}

header.header nav.secondary .nav li#menu-item-205 a {
    padding-right: 0;
}

header.header nav.secondary .nav li#menu-item-205 a:hover {
    cursor: default !important;
    color: #262d33 !important;
}


/* --- Utility Nav --- */

nav.utility .nav li a {
    padding: 0px 5px;
    color: #b2b2b2;
    font-size: 80%;
    font-weight: 700;
}


/* --- Utility Nav - Social Media ---*/

nav.utility .nav li i {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 5px;
    color: #dadada;
}


/* --- Hamburger Menu --- */

@media screen and (max-width: 981px) {
    .menu-button {
        color: transparent;
    }
}


/* --- Search --- */

.search-form-wrapper .fa {
    color: #222;
    font-size: 19px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.search-form-wrapper input {
    position: absolute;
    right: 0px;
}


/*Content Lists*/

.content-list-wrapper h2, .wx-widget h2 {
    font-size: 1.0em;
    line-height: 1em;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 5px;
    text-transform: uppercase;
    border-top: solid 3px #032b82;
    border-bottom: solid 1px #EAEAEA;
    font-weight: 600;
    letter-spacing: .5px;
    background-color: #EAEAEA;
}

.content-list-wrapper .h3.entry-title a {
    color: #000;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.2em;
    display: table;
}

.content-list-wrapper .h3.entry-title a:hover {
    color: #B90303;
}

.content-list-wrapper .basic-content-wrap .entry-content-wrap {
    display: table;
}

.grid-item h3, .grid-item h3 a {
    text-transform: none;
}

.content-list-wrapper .read-more {
    display: none;
}

.content-list-wrapper .categories-list a {
    color: #30c14e;
}

.grid-item .post-thumb {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.grid-item .post-thumb:hover {
    opacity: .85;
}

@media (min-width:480px) {
    .fullwidth-mobile-images .thumb-wrap {
        width: 25% !important;
    }
}


/*Video Button Overlays*/

.content-list-wrapper .type-video .overlay {
    opacity: .6;
    background-size: 70%;
}

.content-list-wrapper .type-video:hover .overlay {
    opacity: .9;
}


/* Spotlight */

.vc_row .right-rail .wpb_content_element .spotlight h3.entry-title:before, .last-col .wpb_content_element .spotlight h3.entry-title:before {
    content: '\f069 ';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 5px;
    font-size: 14px;
    color: #dc382c;
}

.vc_row .right-rail .wpb_content_element .spotlight h2, .last-col .wpb_content_element .spotlight h2 {
    background-color: #032b82;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e3b89+1,0e3b89+1,0e3b89+41,0e3b89+46,0b2e6b+60,021c47+100 */
    background: rgb(14, 59, 137);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 41%, rgba(14, 59, 137, 1) 46%, rgba(11, 46, 107, 1) 60%, rgba(2, 28, 71, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(14, 59, 137, 1)), color-stop(1%, rgba(14, 59, 137, 1)), color-stop(41%, rgba(14, 59, 137, 1)), color-stop(46%, rgba(14, 59, 137, 1)), color-stop(60%, rgba(11, 46, 107, 1)), color-stop(100%, rgba(2, 28, 71, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 41%, rgba(14, 59, 137, 1) 46%, rgba(11, 46, 107, 1) 60%, rgba(2, 28, 71, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 41%, rgba(14, 59, 137, 1) 46%, rgba(11, 46, 107, 1) 60%, rgba(2, 28, 71, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 41%, rgba(14, 59, 137, 1) 46%, rgba(11, 46, 107, 1) 60%, rgba(2, 28, 71, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 1%, rgba(14, 59, 137, 1) 41%, rgba(14, 59, 137, 1) 46%, rgba(11, 46, 107, 1) 60%, rgba(2, 28, 71, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0e3b89', endColorstr='#021c47', GradientType=0);
    /* IE6-9 */
    color: #FFF;
    padding: 10px;
    text-align: center;
    border-top: none;
    font-weight: 600;
}


/*Grids*/

.grid-item, .grid-item.hentry.post, .grid-item.hentry {
    background: #0c3171;
    box-shadow: 2px 4px 4px #ccc;
    border: 1px solid #666;
    padding: 0px;
}

.grid-item:hover, .grid-item.hentry.post:hover, .grid-item.hentry:hover {
    background: #15469A;
}

.grid-item .h3.entry-title a {
    color: #fff;
    font-size: 90%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.grid-item .h3.entry-title a:hover {
    color: #fff;
}


/* Promotions */

.content-list-wrapper.promotions h3.entry-title a {
    font-size: 26px;
    color: #000;
}

.content-list-wrapper.promotions h3.entry-title a:hover {
    color: #dc382c;
}

.content-list-wrapper.promotions article.type-post, .content-list-wrapper.promotions article.type-video, .content-list-wrapper.promotions article.type-gtx_gallery {
    background: #FFF;
    box-shadow: 2px 4px 4px #666;
    padding: 5px;
}


/*--- Popular Posts Module---*/

.popular-posts-module {
    padding: 20px;
}

.popular-posts-module ul li {
    margin: 0;
    padding: 10px 0px;
    border-bottom: 1px dotted #dadada;
}

.popular-posts-module li a {
    display: table-cell;
}

.popular-posts-module li:before {
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    color: #FFF;
    font-weight: 700;
    background-color: #BBB;
    padding: 1px 10px;
    border-radius: 40px;
}

.popular-posts-module li:nth-child(1):before {
    content: "1";
    padding: 1px 11px;
}

.popular-posts-module li:nth-child(2):before {
    content: "2";
}

.popular-posts-module li:nth-child(3):before {
    content: "3";
}

.popular-posts-module li:nth-child(4):before {
    content: "4";
}

.popular-posts-module li:nth-child(5):before {
    content: "5";
}

.popular-posts-module li a {
    font-weight: 700;
    color: #000;
    font-size: 100%;
}

.popular-posts-module li a:hover {
    color: #dc382c;
}

.popular-posts-module .pp-img-thumb {
    display: none;
}

.popular-posts-module {
    margin-bottom: 25px;
}


/* Popular Posts Page */

.most-popular-page-wrapper .popular-posts-module li:before {
    content: '\f0da ';
    font-family: 'FontAwesome';
    display: block;
    float: left;
    position: relative;
    margin-right: 0px;
    color: #bbb;
    font-weight: 700;
    background-color: transparent;
    padding: 1px 10px;
    border-radius: 0px;
}

.most-popular-page-wrapper .popular-posts-module ul li {
    padding: 15px 0px;
}


/* National News RSS Feed */

.widget.widget_rss {
    margin-top: 0;
}

.widget.widget_rss .widgettitle {
    border-bottom: none !important;
}

.widget.widget_rss .widgettitle a {
    color: #333;
    cursor: default;
}

.widget.widget_rss .widgettitle img {
    display: none;
}

.widget.widget_rss li a.rsswidget {
    color: #000;
    font-weight: 600;
    display: table;
    font-size: 120%;
}

.widget.widget_rss li a.rsswidget:hover {
    color: #B90303;
}

.widget.widget_rss .rss-date {
    font-size: 14px;
    font-style: italic;
}

.widget.widget_rss li {
    border-bottom: solid 1px #CCC;
    padding: 20px 0;
}

.widget.widget_rss .rssSummary {
    padding-top: 10px;
}


/*Feedburner Feeds*/

.rss_item a {
    color: #000;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.2em;
    display: table;
}

.rss_title a {
    display: none;
}

.rss_title {
    font-size: 1.0em;
    line-height: .5em;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 5px;
    text-transform: uppercase;
    border-top: solid 3px #032b82;
    border-bottom: solid 1px #EAEAEA;
    font-weight: 600;
    letter-spacing: .5px;
    background-color: #EAEAEA;
}


/* News Sidebar Submenu */

.content-list-wrapper.news-submenu h3.entry-title a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #dc382c;
}

.content-list-wrapper.news-submenu h3.entry-title a:hover {
    color: #000;
}

.content-list-wrapper.news-submenu h3.entry-title {
    padding: 8px;
}

.content-list-wrapper.news-submenu h3.entry-title:before {
    content: " \f105";
    font-family: "FontAwesome";
    float: left;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.news-submenu .hentry {
    margin-bottom: 0;
    border-bottom: dotted 1px #CCC;
}


/* Landing Page Sidebar Menu */

.landingpage-menu .widget {
    margin: 0;
}

.landingpage-menu li {
    list-style: none;
}

.landingpage-menu a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #B90303;
}

.landingpage-menu a:hover {
    color: #000;
}

.landingpage-menu a {
    padding: 8px;
}

.landingpage-menu a:before {
    content: " \f105";
    font-family: "FontAwesome";
    float: left;
    position: relative;
    top: 4px;
}

.landingpage-menu .hentry {
    margin-bottom: 0;
    border-bottom: dotted 1px #CCC;
}


/* Page Right Rail & Sidebar */

.vc_row .right-rail .wpb_content_element, .vc_row .right-rail .popular-posts-module {
    border: solid 1px #EAEAEA;
    padding: 20px;
}

.vc_row .right-rail .wpb_content_element {
    margin-bottom: 15px;
}

.vc_row .right-rail h2, .landingpage-menu h2 {
    border-top: none;
    font-style: normal;
    font-weight: 600;
    padding-top: 0;
    text-align: center;
    border-bottom: none;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 0;
    background-color: #EAEAEA;
    text-transform: uppercase;
    font-size: 1.1em;
}

.vc_row .right-rail h3.entry-title, .last-col h3.entry-title {
    font-size: 100%;
}

.vc_row .right-rail .hentry.post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: transparent;
}

@media (min-width: 1030px) {
    .d-2of7 {
        width: 35%;
    }
    .d-5of7 {
        padding-right: 0.75em;
        width: 65%;
    }
}


/* Galleries */

.gtx-gallery-slider.gtx-gallery-not-crop .flex-caption {
    text-align: left!important;
}


/* Events */

.event-widget.wpb_raw_html {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    padding: 20px;
    border-radius: 10px;
    background-color: #FAFAFA;
    border: solid 1px #CCC;
}


/* Article Styles */

.single .post.type-post h1.entry-title {
    color: #000;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.1em;
}

.single .post.type-post .entry-meta {
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 15px;
}

.single .post.type-post .post-date {
    line-height: 4em;
}

.single .post.type-post .entry-meta.post-author a {
    color: #e13532;
}

.single .post.type-post .entry-meta.post-author a:hover {
    color: #666;
}

.single .post.type-post .subtitle {
    margin-bottom: 0px;
    margin-top: 5px;
}

.single .post.type-post p {
    color: #222;
    font-family: 'Lato', 'Helvetica Neue', sans-serif;
    line-height: 1.5em;
    font-size: 1.2em;
    margin-top: 0;
}

.single .post.type-post p.wp-caption-text {
    font-size: 1em;
    line-height: 1.1em;
    color: #5b5b5b;
    text-align: left;
    margin-bottom: 10px;
}

.single #main .post.type-post h3 {
    color: #222;
    font-weight: 600 !important;
    font-size: 1.3em;
}

.single .post.type-post ul:not(.flex-direction-nav, .slides) {
    margin-left: 15px;
    list-style-type: disc;
    font-size: 1.1em;
    color: #222;
}


/*Expired Video Message*/

.expired-video-message {
    font-size: 150%;
    color: #666;
    font-weight: bold;
    border: 1px solid #ccc;
    width: 70%;
    margin: 20px auto;
    margin-top: 0px;
    text-align: center;
    padding: 20px 10px;
    box-shadow: 2px 2px 4px #efefef;
}


/*Message Scheduler*/

.scheduled-messages-wrapper {
    background: #efefef;
    width: 97%;
    margin: 0px auto;
    margin-top: 22px;
    padding: 0px 5px;
    margin-bottom: -21px;
}

.scheduled-messages-wrapper a {
    color: #000;
}


/* Related Posts */

#jp-relatedposts h3.jp-relatedposts-headline em {
    color: #3f4954;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: .5px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    color: #000;
    font-weight: 700 !important;
    font-size: 18px !important;
}


/*Homepage Top Story Area*/

.home.page .vc_row.wpb_row.vc_row-fluid .top-story-area .vc_col-sm-8 {
    padding-right: 0;
}

.home.page .vc_row.wpb_row.vc_row-fluid .top-story-area .vc_col-sm-4 {
    padding-right: 0;
}

.home.page .vc_row-fluid .vc_column_container .vc_col-sm-4:last-of-type .wpb_content_element {
    border: none;
    border-left: solid 1px #EAEAEA;
    padding-top: 0
}

.content-list-wrapper.homepage-headlines h2 {
    color: #333;
    border-bottom: solid 3px #175cd3;
    border-top: none;
    font-size: 100%;
    background-color: transparent;
    text-align: center;
    margin-top: 0;
    padding: 0 0 4px 0;
}

.home.page .vc_row-fluid .vc_column_container .vc_col-sm-4:last-of-type .wpb_content_element .content-list-wrapper h3.entry-title a {
    font-size: 110%;
}

.content-list-wrapper.top-story .h3.entry-title a {
    font-size: 150%;
}

.top-story-area . wpb_content_element {
    margin-bottom: 0px;
}

.content-list-wrapper .categories-list a {
    color: #dc382c;
}

@media (max-width:767px) {
    .home.page .vc_row-fluid .vc_column_container .vc_col-sm-4:last-of-type .wpb_content_element {
        border-left: none;
        padding: 0;
    }
}


/* Footer */

.footer {
    color: #FFF;
    margin-top: 0;
    background-color: #262d33;
}

.footer p {
    color: #eaeaea;
}

.footer a {
    color: #FFF;
}

.footer .bucket li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
}

@media (min-width: 481px) {
    .footer .bucket {
        width: 33%;
        margin: 5px 0px;
        border-left: solid 1px #666;
    }
    .footer .bucket .widget {
        margin: 0;
    }
    .footer .bucket ul {
        padding-top: 15px
    }
    .footer .bucket li a:hover {
        color: #B90303;
    }
    .footer .bucket h4 {
        border-bottom: none;
        font-weight: 700;
        margin-top: 5px;
        margin-bottom: 0;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .footer .bucket {
        width: 50%;
        border-left: none;
    }
    .footer .widget ul li {
        margin-bottom: .5em;
    }
    .footer li.menu-item-has-children>a {
        font-weight: 600;
        font-size: 140%;
    }
}

@media (max-width:480px) {
    .footer .bucket {
        float: none;
        width: 100%;
    }
    .footer li {
        padding: 4px 0;
    }
    .footer li.menu-item-has-children {
        margin-top: 10px;
    }
    .footer li.menu-item-has-children>a {
        font-weight: 600;
        font-size: 140%;
    }
}

.programming-menu li {
    float: left;
    margin-right: 20px;
}

.programming-menu li a {
    color: #333;
    background-color: #FFF;
    border-color: #333;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #333;
    border-radius: 4px;
}


/*Ads*/

.right-column-ad-wrapper {
    border: solid 1px #EAEAEA;
    padding: 20px;
}

@media (max-width:400px) {
    .right-column-ad-wrapper {
        border: none;
        padding: 0px;
    }
}

.dfp.leaderboard .gtx-dfp-ad-inner-wrapper {
    margin: 0 auto;
}

.dfp, .right-column-ad-wrapper div:first-child {
    margin: 0px auto;
}

@media (max-width:400px) {
    .dfp, .right-column-ad-wrapper div:first-child {
        margin-left: -10px;
    }
}

@media (min-width:980px) {
    .mobile-only-ad {
        display: none;
    }
}


/*JW Player*/

.jwplayer {
    margin: 0px auto;
    margin-bottom: 20px;
}


/* Mobile Menu */

.header .menu-button::before {
    background: linear-gradient(#CCC 20%, transparent 20%, transparent 40%, #CCC 40%, #CCC 60%, transparent 60%, transparent 80%, #CCC 80%);
}

.menu-side a:visited {
    color: #666;
}

.menu-side i {
    font-size: 36px;
}

.menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(4), .menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(5), .menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(6) {
    width: 50px;
    display: inline-block;
    border-top: none;
    height: 80px;
}


/*Right Rail Grid Modules*/

.right-rail-grid .grid-item {
    background: #0c3171!important;
    padding-bottom: 10px;
}

.right-rail-grid .grid-item .h3.entry-title a {
    font-weight: 500;
    font-size: 90%;
}

.weather-maps {
    text-align: center;
}

.weather-maps #weathermapthumbs>ul>li {
    float: left;
    width: 22%;
    margin: 10px;
    height: 200px;
    text-align: center;
    padding: 10px;
    background-color: #fafafa;
}

time.updated.entry-time {
    font-style: italic;
    font-size: 14px;
}


/* Weather - Radar */

.radar-promo {
    border: solid 1px #EAEAEA;
    padding: 5px;
    overflow: auto;
    background-color: #1E73BE;
}

.radar-promo img {
    float: left;
    padding-right: 10px;
}

.radar-promo p {
    margin: 0;
    color: #eaeaea;
}

.radar-promo h3 {
    margin: 0;
    font-size: 140%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}

.radar-promo a {
    color: #DD9933;
    font-weight: 600;
}


/* Pagination */

.pagination a, .pagination span {
    color: #B90303;
}

.pagination a:hover, .pagination span:hover {
    background-color: #B90303;
    color: #fff;
}


/*More Links*/

.more-link p {
    position: relative;
    bottom: 43px;
    right: -125px;
}

.wpb_content_element.more-link {
    border: none!important;
    height: 1px;
    margin-bottom: 0px!important;
    padding: 0px!important;
}


/*Author Bio Pages*/

.single_author_php .author_social a {
    font-size: 40px;
}

.single_author_php .author_content {
    font-size: 20px;
    font-weight: bold;
}

.single_author_php .single. post.type-post .post-date {
    line-height: 1em;
}

.single_author_php .author_email {
    background: rgb(14, 59, 137);
    padding: 5px;
    border-radius: 5px;
    width: 80%;
}

.single_author_php .author_email a {
    color: #fff;
}

.single_author_php .author_more {
    margin-top: 15px;
}

.single_author_php h3.entry-title a {
    color: #000!important;
}


/* advertising page */

.sales-team .grid-item {
    background: #DDD;
    color: #333;
}

.sales-team p {
    padding: 5px;
}

.sales-team .grid-item .h3.entry-title a {
    color: #333;
}


/*Calendar*/

#sidebar1 {
    margin-top: 0;
}

.wrapper-top-row .templatera_shortcode .calendar-right-rail {
    margin-bottom: 0 !important;
}


/* ----- Commented out during release on 4.25.2016 until content wrappers can be turned back on ---
#tribe-events {
	margin-top:0;
}
------*/

#tribe-events-content {
    padding: 0;
}

.tribe-events-filter-view .tribe-events-list h2.tribe-events-page-title {
    border: none;
    background-color: transparent;
    text-align: center;
}

.tribe-events-list h2.tribe-events-list-event-title {
    background-color: transparent;
}

.tribe-events-list h2.tribe-events-list-event-title a {
    color: #000;
    font-size: 22px;
}

.tribe-events-list h2.tribe-events-list-event-title a:hover {
    color: #B90303;
}

.single-tribe_events h2.tribe-events-single-event-title, h2.tribe-events-page-title {
    border: none;
    background-color: transparent;
    text-transform: none;
}

.tribe-events-single h2 {
    border: none;
    background: none;
}

@media (max-width:768px) {
    #tribe-events-pg-template {
        padding-top: 0;
    }
}

.tribe-events-single p.tribe-events-back {
    border-top: solid 1px #CCC;
    padding-top: 15px;
}

.event-category-wrapper.wpb_content_element {
    margin: 0;
    margin-top: 20px;
}

.event-category-wrapper {
    width: 310px;
    margin: 0;
    z-index: 99;
}

.event-category-wrapper p {
    margin: 0;
}

.event-category-wrapper a {
    float: right;
    margin-right: 10px;
    border: solid 1px #CCC;
    border-bottom: none;
    background-color: #F5F5F5;
    padding: 3px 8px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

#tribe-events-bar {
    border-top: solid 1px #CCC;
}


/* Submit an Event Button */

.wpb_content_element.event-submission-wrapper {
    border: none;
    margin-bottom: 10px;
    padding-top: 0px;
    text-align: center;
}

.event-submission-wrapper a.button {
    background-color: #B90303;
    color: #FFF;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
}


/*Calendar Submit An Event Page*/

#tribe-community-events input[type="text"], #tribe-community-events textarea {
    border: 1px solid #ccc;
}

#tribe-community-events.form {
    margin-top: 50px;
}


/*--- General ACF Displays - Using Divs ---*/

.acf-wrapper {
    width: 98%;
    margin: 0px auto;
}

.acf-header-row {
    background: #000;
    color: #fff;
    display: table;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

.acf-wrapper div {
    padding: 5px 0px 0px 2px;
    color: #000;
}

.acf-wrapper .acf-row {
    width: 100%;
    display: table;
}

.acf-wrapper .acf-row:nth-child(odd) {
    background: #efefef;
}

.acf-wrapper .acf-header-row div {
    padding: 4px 0px 4px 2px;
    color: #fff;
    width: 20%;
    float: left;
}

.acf-wrapper .acf-row div {
    float: left;
    width: 20%;
}

@media (max-width:767px) {
    .acf-wrapper .acf-header-row {
        display: none;
    }
    .acf-wrapper .acf-row:nth-child(odd) {
        background: transparent;
    }
    .acf-wrapper .acf-row {
        border-bottom: solid 1px #eaeaea;
    }
    .acf-wrapper div {
        padding: 3px 0;
    }
    .acf-wrapper .acf-row {
        display: block;
        overflow: auto;
    }
    .acf-wrapper .acf-row .acf-col-date_of_game {
        font-size: 14px;
        color: #666;
    }
    .acf-wrapper .acf-row div {
        float: none;
    }
    .acf-wrapper .acf-row div.acf-col-away_team, .acf-wrapper .acf-row div.acf-col-home_team {
        width: 50%;
        float: left;
        font-weight: 600;
    }
    .acf-wrapper .acf-row div.acf-col-score_away, .acf-wrapper .acf-row div.acf-col-score_home {
        width: 50%;
        float: left;
    }
}


/* 5th Quarter Promo */

.fifth-quarter-promo p {
    margin: 0;
}

.fifth-quarter-promo img {
    float: left;
    margin-right: 10px;
}

.fifth-quarter-promo h3 a {
    color: #000;
}

.fifth-quarter-promo h3 {
    margin: 0;
    margin-bottom: 10px;
    line-height: 120%;
}

.fifth-quarter-promo p {
    font-size: 14px;
}


/*Radar - Weather*/

.radar-map .baron-weather-widget {
    position: relative;
    padding-bottom: 75%;
    padding-top: 35px;
    height: 500px;
    overflow: hidden;
}

.radar-map .baron-weather-widget iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.map-only.translation-eng {
    height: 500px;
}

body.map-only.translation-eng .wrapper {
    height: 500px;
}


/* Breaking News */

.breaking-news-wrapper {
    display: none;
}

.breaking-news-wrapper.live {
    display: block;
    background-color: #B90303;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    width: 97%;
    margin: 0px auto;
}

.breaking-news-wrapper p {
    margin: 0;
}

.breaking-news-wrapper a {
    color: #fff;
}

.breaking-news-wrapper a:hover {
    text-decoration: underline;
}

.gtx-breaking-news-type-single .gtx-breaking-news-message:before {
    content: ;
}


/*Media Grid - Basic - used on advertising page*/

.vc_gitem-post-data-source-post_title h4 {
    padding-left: 10px;
    margin-top: 5px;
}

.vc_gitem-post-data-source-post_excerpt {
    padding-left: 10px;
    margin-top: -15px;
}


/* Lists in Text Blocks */

.wpb_text_column ul li {
    list-style-type: disc;
    margin-left: 20px;
}


/* Social Sharing Tools */

@media (min-width:1100px) {
    .kfloating.plain {
        top: 35% !important;
    }
}

@media (min-width:320px) and (max-width:768px) {
    .ksharelinks.plain .kintro {
        float: none !important;
    }
}

@media (max-width:410px) {
    .ksharelinks.plain ul li {
        float: none !important;
    }
}

.single .post.type-post .ksharelinks ul {
    list-style-type: none;
}

.ksharelinks {
    clear: both;
    padding: 10px 0;
}


/*Advertise Page - Make Images non-clickable*/

.vc_gitem-zone .vc-zone-link {
    cursor: default;
}


/*Related Posts*/

.yuzo_related_post {
    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    padding: 15px;
}

.yuzo_related_post .yuzo-list a {
    color: #000;
    font-weight: 600;
    font-size: 16px !important;
}

.yuzo_related_post .yuzo-list a:hover {
    color: #B90303;
}

.style-3 .yuzo-list:before {
    background: none;
    font-family: 'FontAwesome';
    content: '\f138';
    color: #bbb !important;
    opacity: 1;
}

.yuzo_related_post h3 {
    border-top: none;
    text-transform: uppercase;
    font-size: 1em !important;
    letter-spacing: .5px;
    border-bottom: solid 1px #ccc;
    margin-top: 0;
    padding-top: 0;
}


/*Powered By Logo - Footer*/

.powered-by-container p {
    margin-bottom: 0px;
}

.powered-by-container p a img.powered-by {
    display: block;
    margin: auto;
}


/* TV listing iframe */

@media (min-width:980px) {
    .mobile-schedule iframe {
        display: none;
    }
}

@media (max-width:980px) {
    .desktop-schedule iframe {
        display: none;
    }
}


/*Responsive Youtube videos*/

#main .youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#main .youtube iframe, #main .youtube object, #main .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Add disclaimer to calendar submissions page */

.events-community-post-title:before {
    content: 'All event submissions must be approved by WBBJ staff before appearing on the Community Calendar. Business advertisements will not be posted. \A \A ';
    white-space: pre;
}


/*Unordered list fix
article .basic-content-wrap.cf ul {
list-style-type: initial;
list-style-position: outside;
margin-left:20px;
color:#222;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5em;
    font-size:1.2em;
    margin-top:0;
}
article .basic-content-wrap.cf ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left:20px;
    color:#000;
    color:#222;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5em;
    font-size:1.2em;
    margin-top:0;
}
*/


/* Top Stories Section redesign */

div#cl-118769-16 .hentry.post h3.h3.entry-title a {
    font-size: 16px;
    font-weight: 300;
}

div#cl-118769-16 .hentry.post {
    margin: auto;
    padding: 10px !important;
}

body.home.page .vc_col-sm-6 {
    padding: 0px !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.top-story-area {
    margin: 10px;
}

@media (min-width: 480px) {
    div#cl-118769-16 .basic-content-wrap.cf .thumb-wrap {
        width: 30% !important;
        margin: 0px 5px 0px 0px;
    }
    .home.page .vc_row.wpb_row.vc_row-fluid .top-story-area .vc_col-sm-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .home.page .vc_row-fluid .vc_column_container .vc_col-sm-4:last-of-type .wpb_content_element {
        padding: 10px;
    }
    .home.page .wpb_column.vc_column_container.vc_col-sm-8 .hentry.post {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .home.page .wpb_column.vc_column_container.vc_col-sm-8 .wpb_content_element {
        margin: 0px;
    }
    .home.page .wpb_column.vc_column_container.vc_col-sm-8 .hentry.post .entry-content p {
        margin: 0 0 0.91em;
    }
}

@media (max-width: 479px) {
    div#cl-118769-16 .basic-content-wrap.cf .thumb-wrap {
        width: 30% !important;
        margin: 0px 5px 0px 0px;
    }
}

div#cl-118769-16 .hentry.post:first-of-type {
    margin-top: -16px;
}

div#cl-118769-16 .hentry.post:nth-child(7) {
    border-bottom: 0px;
}

.home.page .vc_row.wpb_row.vc_row-fluid .top-story-area .vc_col-sm-8 {
    padding-right: 10px;
}

.home.page .vc_row-fluid .vc_column_container .vc_col-sm-4:last-of-type .wpb_content_element {
    padding-top: 0px;
    border-left: none;
}


/* mr food button */

@media (min-width: 979px) {
    .wpb_text_column.wpb_content_element.mr-food-button-mobile {
        display: none;
    }
    .wpb_text_column.wpb_content_element.mr-food-button-desktop {
        display: block;
    }
}

@media (max-width: 980px) {
    .wpb_text_column.wpb_content_element.mr-food-button-mobile {
        display: block;
    }
    .wpb_text_column.wpb_content_element.mr-food-button-desktop {
        display: none;
    }
}
