/*
 Theme Name:   WCCB Charlotte Theme
 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:  text-domain-here
*/

.mapContainer {
    width: 100%;
    height: 600px;
    /*map height can be a percentage if CSS heights are correctly defined in all parent elements */
}

body {
    color: #333;
}

a {
    color: #17911d;
}

a:visited {
    color: #929090;
}

a:hover, a:focus {
    color: #dc382c;
}


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

.header {
    background: #000;
}


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

@media (min-width:980px) {
    .header {
        border-bottom: 35px solid #EAEAEA;
        box-shadow: 1px 1px #ccc;
        height: 129px;
    }
}

@media (min-width:1150px) {
    .header {
        border-bottom: 30px solid #EAEAEA;
        box-shadow: 1px 1px #ccc;
        height: 120px;
    }
}


/*------ Header Dektop Positioning ------*/

.header .logo-wrapper .wrap {
    position: relative;
    top: -10px;
    width: 133px;
    padding: 3px;
    padding-top: 0px;
    background-color: #FFF;
    z-index: 999;
    box-shadow: 2px 3px 3px #666;
    border: solid 1px #CCC;
    border-top: none;
}

.header .primary-nav-wrapper {
    left: 200px;
    top: 45px;
}

.header .secondary-nav-wrapper {
    position: absolute;
    top: 90px;
    left: 210px;
}

.header .utility-nav-wrapper {
    right: 200px;
}

.header .weather-wrapper {
    position: absolute;
    top: 48px;
    right: 0px;
}


/*------ Special Phone Positioning to hide WX ------*/
@media (max-width:980px) {
    .header .weather-wrapper {
        display: none !important;
    }
}
@media (max-width:1160px) {
    .header .sponsorship {
        display: none;
    }
}

/* --- Logo --- */
#company-logo {
    height: 125px;
    width: 125px;
    background-color: #FFF;
}
@media (max-width:980px) {
    #company-logo {
        height: 80px;
        width: 80px;
        background-color: #FFF;
    }
}

/*--- Primary Nav ---*/
nav.primary .nav li a {
    color: #FFF;
    font-weight: 700;
    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;
}
nav.primary .nav li.current-menu-item a {
    color: #FFF;
    background-color: #333;
}

/*--- Secondary Nav ---*/
.header nav.secondary .nav {
    margin-top: 0px;
}
.header nav.secondary .nav li a {
    font-family: 'Oxygen', sans-serif;
    font-size: 14.5px;
    line-height: 16px;
    color: #262d33;
    text-transform: none;
    max-height: 22px;
}
.header nav.secondary .nav li:first-of-type {
    font-weight: bold;
    border-right: none;
}
.header nav.secondary ul li {
    flex-grow: 0;
    border-right: solid 1px #CCC;
    padding: 0px 10px;
    margin-top: 4px;
}
header.header nav.secondary .nav li:last-of-type {
    border-right: none !important;
}
header.header nav.secondary .nav li a:hover {
    background: none;
    color: #dc382c;
}

/* Utility Nav */
nav.utility .nav li a {
    padding: 0px 0px;
    margin-top: 0px;
    color: #b2b2b2;
    font-size: 90%;
}
nav.utility .nav li i {
    font-size: 23px;
    position: relative;
    top: 0px;
}

/* Site Search */
.header .search-form-wrapper {
    position: absolute;
    text-align: right;
    top: 5px;
    right: 0px;
    width: 200px;
}
.searchform .fa {
    font-size: 18px;
    color: #FFF;
    font-size: 18px;
    position: relative;
}
#searchform {
    border: none;
    border-radius: 0px;
    background: #2d363d;
    height: 25px;
}
.search-form-wrapper #searchform input {
    border: none;
    height: 25px;
}
.header #searchform input[type="text"] {
    height: 25px;
    background-color: transparent;
    color: #fafafa;
}
.header #searchform button {
    margin: 0;
    height: 24px;
}
@media (max-width:980px) {
    .header .search-form-wrapper {
        top: 100px;
        position: static;
    }

    .searchform .fa {
        color: #FFF;
        font-size: 18px;
        position: relative;
        right: 5px;
    }
}

/* Mobile Menu */
.mobile-nav-title {
    color: #666;
}
.menu-side a, .menu-side a:visited {
    color: #000;
}
.menu-wrap .menu-side:nth-of-type(2) a:first-child {
    display: none;
}
.menu-side i {
    font-size: 36px;
}
.menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(5) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(7), .menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(9), .menu-wrap nav.menu-side:nth-of-type(3) a:nth-of-type(8) {
    width: 50px;
    display: inline-block;
    border-top: none;
    height: 80px;
}

/*Content Lists*/
h2, .h2 {
    font-size: 1.0em;
    line-height: 1em;
    color: #3f4954;
    margin-top: 0px;
    padding: 10px 0px;
    text-transform: uppercase;
    border-top: solid 2px #E4EAED;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
}
.content-list-wrapper .h3.entry-title a, .h3.entry-title a {
    color: #000;
    font-size: 1.1em;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    display: table;
}
.content-list-wrapper .h3.entry-title a:hover, .h3.entry-title a:hover {
    color: #dc382c;
}
.grid-item h3, .grid-item h3 a {
    text-transform: none;
}
.content-list-wrapper .read-more {
    display: none;
}
.content-list-wrapper p {
    font-size: 1em;
    display: table;
}
.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;
}
.categories-list:before {
    content: "";
}
@media (min-width:480px) {
    .fullwidth-mobile-images .thumb-wrap {
        width: 23% !important;
    }
}
.wpb_text_column.wpb_content_element.list-title-link {
    margin: 0;
}
h2.content-list-link a {
    font-size: 1.0em;
    line-height: 1em;
    color: #3f4954;
    margin-top: 0px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 0.375em;
}

/*Grids*/
.grid-item, .grid-item.hentry.post, .grid-item.hentry {
    background: #2F2F2F;
    box-shadow: 2px 4px 4px #666;
    padding: 0px;
}
.grid-item:hover, .grid-item.hentry.post:hover, .grid-item.hentry:hover {
    background: #666;
}
.grid-item .h3.entry-title a {
    color: #fff;
    font-size: .9em;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.grid-item .h3.entry-title a:hover {
    color: #fff;
}

/*Simple Grids*/
.simple-grid .grid-item.hentry {
    background: #fff;
    box-shadow: none;
    border: none!important;
    padding: 0px;
}
.simple-grid .grid-item.hentry:hover {
    background: #fff;
}
.simple-grid .grid-item.hentry .h3.entry-title a {
    color: #000;
}
.simple-grid.highlights .grid-item.hentry .h3.entry-title a {
    color: #000;
    font-size: 120%;
}
.simple-grid .grid-item.hentry .h3.entry-title a:hover {
    color: #dc382c;
}

/* 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 .hentry.post, .content-list-wrapper.promotions .hentry.gtx_link {
    background: #FFF;
    box-shadow: 2px 4px 4px #666;
    padding: 5px;
}
.content-list-wrapper.promotions .hentry.video {
    background: #FFF;
    box-shadow: 2px 4px 4px #666;
    padding: 5px;
}

/*--- Popular Posts List—*/
.popular-post-list .basic-content-wrap:before {
    float: left;
    position: relative;
    margin-right: 10px;
    color: #FFF;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    background-color: #BBB;
    padding: 1px 10px;
    border-radius: 40px;
    top: 0px;
}
.popular-post-list article:nth-of-type(1) .basic-content-wrap:before {
    content: "1";
    padding: 1px 11px;
}
.popular-post-list article:nth-of-type(2) .basic-content-wrap:before {
    content: "2";
}
.popular-post-list article:nth-of-type(3) .basic-content-wrap:before {
    content: "3";
}
.popular-post-list article:nth-of-type(4) .basic-content-wrap:before {
    content: "4";
}
.popular-post-list article:nth-of-type(5) .basic-content-wrap:before {
    content: "5";
}
.popular-post-list article:nth-of-type(6) .basic-content-wrap:before {
    content: "6";
}
.popular-post-list article:nth-of-type(7) .basic-content-wrap:before {
    content: "7";
}
.popular-post-list article:nth-of-type(8) .basic-content-wrap:before {
    content: "8";
}
.popular-post-list article:nth-of-type(9) .basic-content-wrap:before {
    content: "9";
}
.popular-post-list article:nth-of-type(10) .basic-content-wrap:before {
    content: "10";
}

/*--- Popular Posts Module (deprecated)---*/
.popular-posts-module {
    border: solid 1px #EAEAEA;
    padding: 8px;
}
.popular-posts-module ul {
    margin: 0;
    padding: 0;
}
.popular-posts-module ul li {
    margin-bottom: 0;
    list-style-type: none;
}
.popular-posts-module ul li {
    padding: 10px 0px;
    border-bottom: 1px dotted #dadada;
    width: 100%;
}
.popular-posts-module ul li:last-of-type {
    border-bottom: none;
}
.popular-posts-module ul li a {
    display: table;
    line-height: 1.2em;
}
.popular-posts-module li:before {
    float: left;
    position: relative;
    margin-right: 10px;
    color: #FFF;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    background-color: #BBB;
    padding: 1px 10px;
    border-radius: 40px;
    top: 0px;
}
.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:nth-child(6):before {
    content: "6";
}
.popular-posts-module li:nth-child(7):before {
    content: "7";
}
.popular-posts-module li:nth-child(8):before {
    content: "8";
}
.popular-posts-module li:nth-child(9):before {
    content: "9";
}
.popular-posts-module li:nth-child(10):before {
    content: "10";
}
.popular-posts-module li a {
    font-family: 'Oxygen', sans-serif;
    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;
}

/* Landing Page Sidebar Menu */
.landingpage-menu .widget {
    margin: 0;
    padding: 0;
}
.landingpage-menu a {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #dc382c;
}
.landingpage-menu li {
    list-style-type: none
}
.landingpage-menu ul {
    padding: 0;
}
.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 .vc_col-sm-4:last-of-type .wpb_content_element, .vc_row-fluid .vc_col-sm-4:last-of-type .popular-posts-module, .right-rail .wpb_content_element {
    border: solid 1px #EAEAEA;
    padding: 8px;
}
.vc_row .right-rail .wpb_content_element {
    margin-bottom: 15px;
}
.vc_row .right-rail h2, #sidebar1 h2 {
    border-top: none;
    background-color: #000;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 600;
    color: #FFF;
    padding-top: 0;
    text-align: center;
    border-bottom: none;
    padding: 5px;
    margin-bottom: 20px;
    margin-top: 0;
}
.vc_row .right-rail h3.entry-title, .last-col h3.entry-title, #sidebar1 h3.entry-title {
    font-size: .9em;
}
.vc_row .right-rail .hentry.post, .vc_row-fluid .vc_col-sm-4:last-of-type .hentry.video, .vc_row-fluid .vc_col-sm-4:last-of-type .hentry.gtx_gallery, #sidebar1 .hentry.post, #sidebar1 .hentry.video, #sidebar1 .hentry.gtx_gallery {
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    border-bottom: dotted 1px #CCC;
}
@media (min-width: 1030px) {
    .d-2of7 {
        width: 32%;
    }

    .d-5of7 {
        padding-right: 0.75em;
    }
}
.tmz-widget {
    padding: 8px 0;
    border: 1px solid #EAEAEA;
    margin-bottom: 15px;
}
.tmz-affiliate-module {
    margin: 0 auto !important;
}
#tmzafw #tmzafm #tmz-affiliate-module-mini .header span {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    font-size: 12px;
    line-height: 1.2;
    height: 1.2em;
    overflow: hidden;
}
#tmzafw #tmzafm #tmz-affiliate-module-mini .top-headlines h2 {
    border-top: 6px solid #cf0000;
    height: 30px !important;
    background: url(../images/top-headlines-on-tmz.png) no-repeat scroll 5px 9px;
    overflow: hidden;
    text-indent: -3000em;
}

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

/* Article Styles */
.single .post.type-post h1.entry-title, .single .video.type-video h1.entry-title, .single .gtx_gallery.type-gtx_gallery h1.entry-title {
    color: #000;
    font-weight: 500;
    font-size: 2.5em;
    line-height: 1.1em;
}
.single .post.type-post h5.subtitle, .video.type-video h5.subtitle, .gtx_gallery.type-gtx_gallery h5.subtitle {
    text-transform: none;
    letter-spacing: 0;
    margin: 10px 0;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #4b4b4b;
}
.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.entry-author a {
    color: #AA0018;
}
.single .post.type-post .entry-meta.entry-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;
    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;
}
.single .post.type-post .jwplayer, .single.single-video .video .jwplayer {
    margin: 20px 0;
}
.single .post.type-post {
    padding-right: 20px
}

/* Local Fix for VOLT-338 until that gets fixed in core */
.single.post.type-post img {
    height: auto;
}

/* Social Sharing Tools */
.ksharelinks {
    margin-top: 20px;
}
@media (min-width:1100px) {
    .kfloating.plain {
        top: 35% !important;
    }
}
@media (min-width:320px) and (max-width:960px) {
    .ksharelinks.plain .kintro {
        float: none !important;
    }
}
@media (max-width:410px) {
    .ksharelinks.plain ul li {
        float: none !important;
    }
}
.ksharelinks.plain.medium .klink, .ksharelinks.plain.medium .kcount {
    padding: 4px 10px !important;
    font-size: 12px !important;
    line-height: 1.42857;
    border-radius: 4px;
}
.single .post.type-post .ksharelinks ul {
    list-style-type: none;
}
.ksharelinks {
    clear: both;
    padding: 10px 0;
}
@media (min-width: 480px) {
    .ssbp-wrap .ssbp-container, .ssbp-wrap .ssbp-toggle-switch {
        padding-top: 10px;
    }
}

/* Related Posts */
#jp-relatedposts h3.jp-relatedposts-headline em {
    font-family: 'Oswald', sans-serif !important;
    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-family: 'Oxygen', sans-serif;
    font-weight: 700 !important;
    font-size: 18px !important;
}

/*Homepage Top Story Treatment - with Ad*/
.wpb_content_element.homepage-titlebar {
    margin: 0;
    margin-top: -15px;
}
.homepage-titlebar h2 {
    background-color: #000;
    padding: 5px;
    font-size: 120%;
    color: #FFF;
    font-weight: 700;
    border-top: none;
    border-bottom: solid 3px #E13532;
}

/*Homepage Top Story Treatment*/
.top-story-area .wpb_column.vc_column_container.vc_col-sm-6 {
    padding: 0px;
}
.top-story-area.vc_col-sm-8 {
    padding: 0;
}
.top-story-area .vc_column_container>.vc_column-inner {
    padding: 0;
}
.top-story-area.top-story .h3.entry-title {
    padding: 0 15px;
}
.top-story-area.top-story .h3.entry-title a {
    font-size: 150%;
}
.content-list-wrapper.top-story .hentry.post, .content-list-wrapper.top-story .hentry.video, .content-list-wrapper.top-story .hentry.gtx_gallery {
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}
.top-story-area .wpb_content_element {
    margin-bottom: 0px;
}
.top-story-area {
    background-color: #EAEAEA;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
}
.top-story-area .entry-content p {
    margin-bottom: 0;
    padding: 15px 15px;
}
.top-story-area .top-story .h3.entry-title {
    background-color: #2F2F2F;
    padding: 0 10px 0 15px;
}
.top-story-area .top-story .h3.entry-title a {
    color: #FFF;
}
.top-story-area .content-list-wrapper.top-story .entry-content {
    padding: 0;
    background-color: #2F2F2F;
    color: #FAFAFA;
    min-height: 160px;
}
.top-story-area .homepage-headlines .h3.entry-title {
    padding-top: 5px;
}
.top-story-area .homepage-headlines .hentry {
    margin-bottom: 0;
    border-bottom: none;
}
.top-story-area .homepage-headlines .h3.entry-title a {
    font-size: .9em;
    font-weight: 500;
}
.top-story-area .homepage-headlines .thumb-wrap {
    margin-right: 10px !important;
}
.top-story-area .homepage-headlines .thumb-wrap {
    line-height: 0;
}
.top-story-area .homepage-headlines .basic-content-wrap {
    border-bottom: solid 1px #cacaca;
    padding: 5px
}
.top-story-area .content-list-wrapper.homepage-headlines .hentry.post {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.content-list-wrapper.homepage-headlines .hentry.post:hover {
    background-color: #efefef;
}
.top-story-area .hentry {
    background-color: transparent;
}
.top-story-area .more-link a {
    background-color: #dc382c;
    color: #FFF;
    border-radius: 4px;
    padding: 3px 5px;
    font-weight: bold;
    margin-right: 8px;
}
.wpb_text_column.wpb_content_element.more-link a {
    background-color: #dc382c;
    color: #FFF;
    border-radius: 4px;
    padding: 3px 5px;
    font-weight: bold;
    margin-right: 8px;
}
.top-story-area .more-link {
    position: relative;
    top: 8px;
}
.top-story-area .more-link a:hover {
    background-color: #000;
}
@media (max-width:980px) {
    .top-story-area .more-link {
        padding: 10px;
        position: default;
        top: 0px;
    }
}
.top-story-area h2 {
    background-color: #000;
    padding-left: 10px;
    color: #FFF;
    font-weight: 600;
    border-bottom: solid 2px #E13532;
    border-top: none;
}
#content .top-story-area .wpb_text_column.more-link p {
    margin-top: 0;
}
#content .top-story-area .wpb_text_column.more-link *:last-child {
    margin-bottom: 0px;
}

/* 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: 1.2em;
    font-weight: 500;
    padding: 0 5px;
}
.footer ul.sub-menu {
    margin-top: 0;
}
@media (min-width: 481px) {
    .footer .bucket {
        font-family: 'Oxygen', sans-serif;
        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: #dc382c;
    }

    .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 .bucket:nth-of-type(3) li.menu-item-has-children {
        margin-top: 20px;
    }

    .footer .widget ul li {
        margin-bottom: .5em
    }

    .footer li.menu-item-has-children>a {
        font-weight: 600;
        font-size: 140%;
    }

    .footer li.menu-item-has-children {
        margin-bottom: 20px !important;
    }
}
@media (max-width:480px) {
    .footer .bucket {
        float: none;
        width: 100%;
        text-align: left;
        font-family: 'Oxygen', sans-serif;
    }

    .footer li {
        padding: 4px 0;
    }

    .footer li.menu-item-has-children {
        margin-top: 10px;
    }

    .footer li.menu-item-has-children>a {
        font-weight: 700;
        font-size: 140%;
    }

    .footer .bucket:nth-of-type(3) {
        margin-top: 20px;
    }
}
.wrapper-article-footer .grid-item .h3.entry-title a {
    color: #000;
}

/*Ads*/
.dfp.leaderboard .gtx-dfp-ad-inner-wrapper {
    margin: 0px auto;
    border: 1px solid #ccc;
}
@media (min-width:767px) {
    .right-rail-ad {
        margin-top: -10px
    }
}
.right-rail-ad {
    width: 100%;
    border: 1px solid #EAEAEA;
    overflow: auto;
}
.right-rail-ad div:first-child {
    margin: 10px auto;
}

/*Sponsorship Ads*/
.sponsorship-ad-600 {
    background: #efefef;
    padding: 4px 0px;
    width: 100%;
    margin: 0px auto;
    margin-top: -25px;
    margin-bottom: 15px;
}
.sponsorship-ad-600 div:first-child {
    width: 600px;
    margin: 0px auto;
}
.sponsorship-ad-300 {
    border: 1px solid #ccc;
    width: 304px;
    margin: 0px auto;
    margin-top: -10px;
    margin-bottom: 18px;
}

/*Livestream Page*/
.livestream-player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    box-shadow: 2px 2px 4px #666;
}
.livestream-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#wccb-live-streaming-text {
    text-align: center;
}
#wccb-live-streaming-text h3 {
    margin-bottom: 0px;
}
@media (min-width:400px) {
    .livestream-show, .livestream-time {
        width: 50%;
        float: left;
    }

    .livestream-show {
        text-align: right;
        padding-right: 15px;
    }

    .livestream-time {
        text-align: left;
    }
}
@media (max-width:399px) {
    .livestream-show {
        font-weight: bold;
        margin-top: 10px;
    }
}
.livestream-promo {
    font-size: 90%;
    margin-top: -15px;
}

/*Traffic Page*/
.traffic-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    box-shadow: 2px 2px 4px #666;
}
.traffic-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Search */
.search .h3.entry-title a {
    color: #000;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'Oxygen', sans-serif;
}
.search .h3.entry-title a:hover {
    color: #dc382c;
}
@media (min-width:980px) {
    .search p {
        display: table;
    }
}

/* Pagination */
.pagination a, .pagination span {
    color: #dc382c;
}
.pagination a:hover, .pagination span:hover {
    background-color: #dc382c;
    color: #fff;
}
.socialLinks li {
    border-bottom: 1px dotted #DDD;
    padding: 10px;
}

/* Weather - Right Rail Promo Widget */
.wx-widget-wrapper h3 {
    font-size: 16px;
    text-align: right;
    margin: 0;
}
.wx-widget-wrapper h3 a {
    color: #1BAC23;
}
.wx-widget-wrapper h3 a:hover {
    color: #000;
}

/*Weather Widget - Current Conditions */
.wx-skin-default .wx-panel-widget .wx-format {
    border: none !important;
}
.wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-temperature .wx-wrapper dl.wx-current dd {
    text-align: center;
    margin-top: 5px !important;
}
.wx-skin-default .wx-panel-widget dl.wx-current dd {
    margin-bottom: 0;
}
.wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-wrapper .wxk-text p {
    color: #666;
    font-size: 16px;
    line-height: 16px;
}
.wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-temperature .wx-text {
    top: 88px !important;
}
.wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-temperature .wx-text p {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #666;
}
.wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-sky .wx-wrapper, .wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-temperature .wx-wrapper {
    height: auto !important;
}
.page-id-16 .wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-sky .wx-wrapper, .page-id-129 .wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-temperature .wx-wrapper {
    height: 150px !important;
}
.wx-skin-default .wx-box-format {
    min-width: 200px !important;
}
.wx-widget-footer {
    text-align: center;
}
.wx-widget-footer h3 {
    margin-bottom: 0;
}

/* Weather - Hourly Forecast Widget */
.wx-skin-default .wx-panel-carousel-widget .wx-box-format {
    width: auto !important;
    max-width: 400px !important;
}
.wx-skin-default .wx-panel-carousel-widget .wx-content .wx-summary.wx-vertical ul.wx-summary-list li.wx-summary-item {
    height: 62px !important;
}
.wx-skin-default .wx-hourly-widget-simple .wx-box-format .wx-content .wx-summary.wx-vertical .jcarousel-clip-vertical {
    height: 340px !important;
}
.wx-skin-default .wx-hourly-widget-simple .wx-box-format .wx-content .wx-summary.wx-vertical {
    height: 324px !important;
}
.wx-skin-default .wx-hourly-widget .wx-content .wx-summary.wx-vertical ul.wx-summary-list li.wx-summary-item .wx-wrapper h2 {
    border: none;
}

/*Weather Widget - Extended Forecast */
.wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-content .wx-summary.wx-horizontal ul.wx-summary-list li.wx-summary-item .wx-wrapper {
    height: 149px !important;
}
.wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-content .wx-summary.wx-horizontal {
    width: 100% !important;
    height: 160px !important;
}
.wx-skin-default .wx-daily-widget .wx-horizontal-format {
    max-width: 700px;
    width: auto !important;
    margin: 0 auto;
}
.wx-skin-default .wx-daily-widget-detailed .wx-content .wx-details h2 {
    text-transform: none;
    padding: 10px 0 5px 10px;
    border-bottom: none;
    margin-top: 10px;
}
.wx-skin-default .wx-panel-carousel-widget .wx-content .wx-summary.wx-horizontal ul.wx-summary-list li.wx-summary-item .wx-temperatures {
    position: relative !important;
    bottom: 0 !important;
}
@media (max-width:480px) {
    .wx-skin-default .wx-daily-widget-detailed .wx-content .wx-details div.wx-ui-tab-content .wx-wrapper .wx-col {
        float: none !important;
    }

    .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details div.wx-ui-tab-content .wx-wrapper .wx-col-1, .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details div.wx-ui-tab-content .wx-wrapper .wx-col-2, .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details div.wx-ui-tab-content .wx-wrapper .wx-col-3, .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details div.wx-ui-tab-content .wx-wrapper .wx-col-4, .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details div.wx-ui-tab-content .wx-wrapper .wx-col-5 {
        padding-top: 10px;
    }

    .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details .wx-moonphase, .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details .wx-wind-direction {
        margin-top: 0 !important;
    }
}
@media (min-width:481px) and (max-width:767px) {
    .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details div.wx-ui-tab-content .wx-wrapper .wx-col-1, .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details div.wx-ui-tab-content .wx-wrapper .wx-col-2, .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details div.wx-ui-tab-content .wx-wrapper .wx-col-3 {
        width: 30%;
        padding-top: 10px;
    }

    .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details .wx-moonphase, .wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-details .wx-wind-direction {
        margin-top: 0 !important;
    }
}

/* Weather - Hourly Forecast Widget */
.wx-skin-default .wx-panel-carousel-widget .wx-box-format {
    width: auto !important;
    max-width: 400px !important;
}

/* Weather - Radar */
.radar-promo {
    border: solid 1px #EAEAEA;
    padding: 5px;
    overflow: auto;
    background-color: #FAFAFA;
}
.radar-promo img {
    float: left;
    padding-right: 10px;
}
.radar-promo p {
    margin: 0;
}
.radar-promo h3 {
    margin: 0;
    font-size: 120%;
}
.radar-promo a {
    color: #000;
}

/* Weather Map */
.map-container .wpb_wrapper {
    width: 100%;
    height: 600px;
    margin: 0px auto;
    margin-top: 40px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px #ccc;
}
.vc_col-sm-8 .vc_col-sm-6 {
    padding-left: 0;
}
.vc_col-sm-8 .vc_col-sm-6:last-of-type {
    padding-right: 0;
}

/*Sidebar - Weather Widget*/
.wx-widget-wrapper .wx-skin-default {
    margin: 0px auto;
    width: 90%!important;
    margin-top: -10px;
}
.wx-widget-wrapper .wx-skin-default .wx-panel-widget .wx-format {
    border: none;
}
.wx-widget-wrapper a {
    /*background-color*/
}

/* Pagination */
.pagination ul {
    border: solid 1px #EAEAEA;
}
.pagination a, .pagination span {
    color: #d7382b;
}
.pagination span.dots {
    color: #222;
}
.pagination span.dots:hover {
    color: #222;
    background-color: #FFF !important;
}
.pagination a:hover {
    color: #222;
    background-color: #FAFAFA !important;
}
.pagination span:hover {
    background-color: #FAFAFA !important;
}
.pagination a:focus {
    color: #222;
    background-color: #FAFAFA;
}
.current {
    color: #CCC;
    background-color: #FAFAFA;
}

/*Sports Headline Stack*/
.sports-headline-stack .content-list-wrapper.has-image .h3.entry-title:before {
    content: ' ';
}
.sports-headline-stack .content-list-wrapper .h3.entry-title a {
    color: #191919;
    font-size: 100%;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    display: table;
}
.sports-headline-stack .content-list-wrapper .h3.entry-title:before {
    content: '\f111 ';
    font-family: 'FontAwesome';
    font-size: 8px;
    float: left;
    display: table-cell;
    color: #bababa;
    position: relative;
    top: 4px;
    margin-right: 6px;
}
.sports-headline-stack .content-list-wrapper .h3.entry-title a:hover {
    color: #DC382C;
}
.sports-headline-stack .content-list-wrapper .hentry.post, .sports-headline-stack .content-list-wrapper .hentry.video, .sports-headline-stack .content-list-wrapper .hentry.gtx_gallery {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border: none;
}
.sports-headline-stack .content-list-wrapper h2 {
    color: #DC382C;
}
.sports-headline-stack .content-list-wrapper h2 a {
    color: #DC382C;
}

/*Homepage Panthers Promo*/
.wpb_content_element.panthers-promo {
    overflow: auto;
}
.panthers-promo p {
    margin-top: 0px;
}
.panthers-promo img {
    float: left;
    width: 25%;
    margin-right: 10px;
}
.panthers-promo a {
    color: #0B96D0;
    display: table;
    font-size: 120%;
    line-height: 110%;
    padding-top: 8px;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
}

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

/* Past Contests */
.past-contests .h3.entry-title a {
    font-size: 16px;
}
.past-contests .hentry.post {
    padding: 10px 0;
    border-bottom: dotted 1px #CCC;
    margin: 0;
}

/* Contact Us ACF */
@media (min-width:980px) {
    .acf-wrapper {
        width: 98%;
        margin: 0px auto;
    }

    .acf-header-row {
        background: #EAEAEA;
        color: #333;
        display: table;
        width: 100%;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .acf-wrapper div {
        padding: 4px 0px 2px 2px;
        font-family: "Lato", arial, sans-serif;
        line-height: 17px;
    }

    .acf-wrapper .acf-row {
        width: 100%;
        display: table;
        border-bottom: solid 1px #EAEAEA;
        padding-bottom: 5px;
    }

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

    div.acf-col-name, div.acf-header-name {
        width: 20%;
        float: left;
    }

    div.acf-col-title, div.acf-header-title {
        width: 25%;
        float: left;
    }

    div.acf-col-email, div.acf-header-email {
        width: 25%;
        float: left
    }

    div.acf-col-phone, div.acf-header-phone {
        width: 25%;
        float: left;
    }
}
@media (max-width:979px) {
    div.acf-header-row {
        display: none;
    }

    div.acf-col-name {
        font-size: 120%;
        font-weight: 600;
        margin-top: 10px;
    }

    div.acf-col-phone:before {
        content: 'Phone: '
    }
}

/* Image Alignment */
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignright {
    float: right;
    margin-left: 10px;
}

/* Lists in Text Blocks */
.wpb_text_column ul li {
    list-style-type: disc;
    margin-left: 20px;
}

/* Breaking News */
.breaking-news-wrapper {
    display: none;
}
.breaking-news-wrapper.live {
    display: block;
    background-color: #d33330;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    width: 97%;
    margin: 0px auto;
    margin-top: 15px;
}
.bn-prefix {
    font-size: 20px;
}
.breaking-news-wrapper p {
    margin: 0;
    color: #fff;
}
.breaking-news-wrapper a {
    color: #fff;
}
.breaking-news-wrapper a:hover {
    text-decoration: underline;
}
.vc_column-inner .vc_column-inner .gtx-breaking-news.gtx-breaking-news-type-single .gtx-breaking-news-article {
    margin-bottom: -25px;
    width: 101%;
    margin-left: -15px;
}
.col-12 .gtx-breaking-news.gtx-breaking-news-type-single .gtx-breaking-news-article {
    margin-bottom: -25px;
    width: 101%;
    margin-left: -15px;
}

/*Page Toppers*/
.wpb_single_image.page-topper img {
    max-width: 80%;
}

/*Message Scheduler*/
.scheduled-messages-wrapper {
    display: none;
}
.scheduled-messages-wrapper.live {
    display: block;
    background: rgb(204, 204, 204);
    /* Old browsers */

    background: -moz-linear-gradient(left, rgba(204, 204, 204, 1) 48%, rgba(250, 250, 250, 1) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, rgba(204, 204, 204, 1) 48%, rgba(250, 250, 250, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, rgba(204, 204, 204, 1) 48%, rgba(250, 250, 250, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#fafafa', GradientType=1);
    /* IE6-9 */

    padding: 5px 14px;
    line-height: 20px;
    min-height: 50px;
    border-bottom: 4px solid #D33330;
    margin-bottom: 20px;
}
.scheduled-messages-wrapper a {
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    display: table-cell;
}
.scheduled-messages-wrapper a:hover {
    color: #D33330;
}
.scheduled-messages-wrapper .scheduled-message:before {
    content: ' \f144';
    font-family: 'FontAwesome';
    font-size: 40px;
    color: #D33330;
    float: left;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
@media (min-width:980px) {
    .scheduled-messages-wrapper {
        margin-top: -15px;
    }
}

/*Video Button Overlays*/
.content-list-wrapper .type-video .overlay {
    opacity: .6;
    background-size: 70%;
}
.content-list-wrapper .type-video:hover .overlay {
    opacity: .9;
}
.top-story.content-list-wrapper .type-video .overlay {
    background-size: 30%;
}
@media (max-width:480px) {
    .content-list-wrapper .type-video .overlay {
        background-size: 30%;
    }
}

/*Video Player*/
.jwplayer {
    margin-top: 10px!important;
}

/*Related Posts*/
.yuzo_related_post {
    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    padding: 15px;
}
.yuzo_related_post .yuzo-list a {
    color: #000;
    font-weight: 700;
    font-family: 'Oxygen', sans-serif;
    font-size: 16px !important;
}
.yuzo_related_post .yuzo-list a:hover {
    color: #dc382c;
}
.style-3 .yuzo-list:before {
    background: none;
    font-family: 'FontAwesome';
    content: '\f138';
    color: #bbb !important;
    opacity: 1;
}
.yuzo_related_post h2 {
    border-top: none;
    border-bottom: solid 1px #ccc;
    margin-top: 0;
    padding-top: 0;
}

/* Powered by GTxcel */
.powered-by-container p {
    margin-bottom: 0px;
}
.powered-by-container p a img.powered-by {
    display: block;
    margin: auto;
}

/* Hide CW widget on small devices */
@media (max-width:768px) {
    #cw-widget {
        display: none;
    }
}

/* Bio Pages */
.single-authors .lSPager {
    display: none;
}
.type-authors .author_bio {
    color: #000;
    font-size: 110%;
}
.type-authors .fa {
    font-size: 35px;
    color: #000;
}
.author_content {
    font-size: 35px;
    color: #3f4954;
    font-family: 'Oswald', sans-serif;
}
.author_content h3.entry-title a {
    font-size: 25px;
    line-height: 1em;
}

/*TV Widget Grid*/
.tv-widget .grid-item, .tv-widget .grid-item.hentry.post {
    background: #fff;
}
.tv-widget .col-span-3 .grid-item, .tv-widget .col-span-3 .grid-size {
    width: 30%;
}
.tv-widget .col-span-3 .gutter-size {
    width: 2%;
}

/* Our Team */
@media (max-width:980px) {
    .page-id-584 .vc_single_image-wrapper {
        border: solid 5px #FFF;
    }
}
@media (max-width:767px) {
    .page-id-584 .vc_single_image-wrapper {
        border: solid 5px #FFF;
    }

    .page-id-584 .wpb_row {
        margin-bottom: 0 !important;
    }

    .page-id-584 .wpb_content_element {
        margin-bottom: 0;
        margin-top: 10px;
    }
}

/*Homepage Meet the team more link*/
.team-more-link {
    border: none!important;
    margin: 0px!important;
}
.team-more-link a {
    float: right;
    margin-top: -65px;
}

/*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%;
}

/* Search Results Consistent Main Container*/
.search.search-results .d-5of7 {
    width: 60%!important;
}

/* Author Bios Contact Form */
@media only screen and (min-width: 200px) and (max-width: 768px) {
    .single-authors .gform_wrapper .gform_body .has_first_name.has_last_name span.name_first {
        float: left;
        clear: left !important;
        width: 99%;
    }

    .single-authors .gform_wrapper .gform_body .has_first_name.has_last_name span.name_last {
        float: left;
        clear: left !important;
        width: 99%;
    }

    .single-authors .pp_pic_holder.pp_default {
        max-width: 100%!important;
        overflow-x: hidden!important;
    }
}
.single-authors .pp_pic_holder.pp_default .pp_content_container .pp_content {
    width: 100%!important;
}



/* Meet the team link fix */
.wpb_text_column.team-more-link a {
    position: relative;
    z-index: 100;
}

/* hide view in browser newsletter link */
.page-id-214692 .browser-version {
    display:none;
}

/* List marker correction */

/* article #container #content ol, #container #content ul {list-style-type:initial!important;list-style-position:inside!important;} */
article .basic-content-wrap.cf ul {
    list-style-type: initial;
    list-style-position: inside;
}
article .basic-content-wrap.cf .gtx-gallery-slider ul {
    list-style-type: none;
}

/*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;
}
*/

/* Weather widget in Header */
header.header .sponsorship {
    position: absolute;
    top:-6px;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    right: 140px;
    width:130px;
}
.weather-wrapper .wx-col.wx-col-1.wx-sky .wxk-text p {
    display: none;
}
.weather-wrapper .wx-format.wx-box-format {
    position: absolute !important;
    right: 0px;
    top: -29px;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    width: 100px !important;
    border: none;
}
.weather-wrapper .wx-skin-default .wx-panel-widget dl.wx-current dd {
    font-size: 36px !important;
    position: relative;
    font-weight: bold;
    bottom: 2px;
}
.weather-wrapper .wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-sky .wx-wrapper, .wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-temperature .wx-wrapper {
    text-align: center;
    padding-top: 10px;
    height: 150px;
    position: relative;
}
.weather-wrapper .wx-skin-default .wx-current-conditions-widget .wx-box-format .wx-content .wx-summary .wx-sky img {
    height: 40px !important;
    width: 40px;
    float: right;
    position: relative;
    top: 9px;
}
#header-content-0 .wx-feels-like {
    display:none;
}

/* --- Author Bios Styles --- */
.author-bio-field.author-bio-field-featured_image {
    float:right;
    max-width:200px;
    margin:0 0 15px 15px;
}
.author-bio-field.author-bio-field-author_email {
    background:#ccc;
    width:30%;
    float:right;
    text-align:center;
    border-radius:4px;
    padding:4px;
    font-weight:bold;
    margin-bottom:0px !important;
    margin-right:50%
}
@media (max-width:980px) {
    .author-bio-field.author-bio-field-author_email {
        width: 50%;
    }
}
.author-bio-field.author-bio-field-author_email a:after {
    content:' >>';
}
.author_bios h1 {
    margin-left:15px;
}

/*mobile leaderboards tighten space*/
@media (max-width:780px) {
    .dfp.leaderboard.small-leader {
        margin-bottom: -30px !important;
        margin-top: -20px !important;
    }
    .dfp.leaderboard.small-leader .gtx-dfp-ad-inner-wrapper {
        border: none !important;
    }
    .gtx-dfp-ad-wrapper.sponsorship-ad-300 {
        border: none !important;
        padding-left: 2px
    }
    .gtx-breaking-news .gtx-breaking-news-article {
        margin-bottom: -10px !important;
        margin-top: 45px !important;
    }
}

.hpalert {
    background: #efefef;
    /*padding: 4px 0;*/
    width: 100%;
    height: 50px;
    max-width: 770px;
    margin: 0px 4px 4px 0px;
    //margin: 0px auto;
    //margin-top: -25px;
    //margin-bottom: 15px;
    display: block;
}
.madmonster {
    background-color:#000000;
    background-image:url("http://www.wccbcharlotte.com/wp-content/uploads/2016/02/Mad-Monster-Party-2016-background-760x1100.jpg");
    max-width:720px;
    min-height:1100px;
}
.custom-grid-item {
    background: #2F2F2F;
}







/*ticket 37367*/
@media (max-width:979px) {
.header .logo-wrapper .wrap {
 background-color:transparent;
box-shadow: none;
 border:solid 1px #000;
 border-top:none;}}



.wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-content .wx-summary.wx-horizontal {
    width: 100% !important;
    height: 160px !important;
}

.wx-skin-default .wx-daily-widget-detailed .wx-horizontal-format .wx-content .wx-summary.wx-horizontal ul.wx-summary-list li.wx-summary-item .wx-wrapper {
    height: 160px !important;
}

@media (max-width:980px) {
    .header .weather-wrapper {
        display: none !important;
    }
}


/*Gallery Template*/
/*Corrects cropping issue - Ticket 37440 - Amanda changed 4/11/17 */
.gtx-gallery-slider.gtx-gallery-crop .gtx-image-container {
    background-size: contain!important;
}



/*VOLT-610 : z-index fix on community adding events*/

.ui-front.tribe-row-delete-dialog {
    z-index: 99;
}

/*Gray bar under and box around 728x90 ads - Ticket 38259 -  Amanda changed 5/17/17*/
#div-ad-manager-310095-2 {
     display: none;
}
.dfp.leaderboard .gtx-dfp-ad-inner-wrapper {
    border: none;
}

/* 38148 - z-index fix on search box */
#searchform {
    position:relative;
    z-index:99;
}

/* EOF */
