/* Ticket 40687 - Add padding under images in articles - Amanda added 9/26/17 */
.post .basic-content-wrap.cf .basic-content-wrap.cf img {
   /* padding-bottom: 20px; */
}

/* Ticket 40684 - Adjust YouTube video player - Amanda & Gretchen added 9/25/17 */
@media (max-width:619px) {
    #main .youtube iframe, #main .youtube object, #main .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
}
div.oembed-container.youtube {
    margin-bottom: -10px !important;
}
}
@media (min-width:620px) {
    #main .youtube iframe, #main .youtube object, #main .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
}
div.oembed-container.youtube {
    margin-bottom: 0px !important;
}
}

/*ticket 37367*/
@media (max-width:979px) {
.header .logo-wrapper .wrap {
 background-color:transparent;
box-shadow: none;
 //border:solid 1px #000;
 //border-top:none;
}}


@media (min-width:980px) {
/* .header #company-logo{background-size: calc(100% - 4px)} */
.header .logo-wrapper .wrap {
  padding: 0;
  width: 115px;
}
#company-logo {
  height: 125px;
  width: 100%;
  background-color: transparent;
}
}


.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;
}


/*VOLT-776: change z-index on mobile for ssbp container*/

@media only screen and (max-width: 480px) {
.ssbp-wrap[data-ssbp-responsive="true"] {
    z-index: 99;
}
}


/*Fix header div spacing on Advertise with Us page*/

.pagename-advertise-with-us .acf-header.acf-header-advertise_directory_0_name {
    width: 20%;
    float: left;
}

.pagename-advertise-with-us .acf-header.acf-header-advertise_directory_0_title,
.pagename-advertise-with-us .acf-header.acf-header-advertise_directory_0_phone,
.pagename-advertise-with-us .acf-header.acf-header-advertise_directory_0_email {
    width: 25%;
    float: left;
}

/* 39895 GMaciolek - Visual Composer Video Player padding fix */
.wpb_video_widget.vc_video-aspect-ratio-169.vc-video-player .wpb_video_wrapper {
    padding-top:0;
}

/* 40289 GMaciolek - add padding under Facebook embeds */
@media (min-width: 980px) {
    .oembed-container:not(.youtube) {
    max-width:80%;
    margin:0 auto;
    margin-bottom:30px;
    }
}

/* WC-1222 : JW Player transparent background */
#main .jw-state-idle .jw-controls {
    background:transparent;
}

/* 45050 SHansen - Traffic Alert Bar display fix */
.gtx-breaking-news.traffic .entry-content-wrap {
	padding:15px;
}

/* WC-1794 mobile banner ad fix */
@media only screen and (device-width: 768px),
       only screen and (max-width: 768px) {
.sponsorship-ad-600 div:first-child {
  width:100%;
}
}

/* nested right rail object padding fix */
.vc_row .right-rail .vc_column_container>.vc_column-inner {
    padding-right:0;
    padding-left:0;
}

/* 48842 SHansen - Update to weather sponsor styling in the header */
header.header .sponsorship { 
right: 90px; 
}
.weather-wrapper .wx-format.wx-box-format { 
right: -50px; 
}
/* 49027 SHansen - Tablet-Large Phone display */
@media (min-width:480px) {
    .fullwidth-mobile-images .thumb-wrap {
        margin-right: 10px;
    }
}

/* 50901 SHansen - Fix secondary menu missing on mobile menu */
.menu-wrap .menu-side:nth-of-type(2) a:first-child {
    display: inherit;
}
.menu-wrap .menu-side:nth-of-type(2) li:first-of-type {
    display: none;
}


@media screen and (max-width: 981px) {
.show-menu .menu-wrap{z-index: 10000 !important;background:#fff;max-width: 270px;}
.menu-side{max-width: 270px}
}



/* 51846 SHansen - Fix headline font weight on articles */
.single .post.type-post h1.entry-title, .single .video.type-video h1.entry-title, .single .gtx_gallery.type-gtx_gallery h1.entry-title {
    font-weight: 450;
}

/* 53804 Mreyes - padding under Field59 videos in articles */
.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;
  /*padding-top: 10px; */
}
/* SHansen - Breaking News Rotator Styling */
.gtx-breaking-news[data-type="rotating"] .gtx-breaking-news-article .entry-content-wrap:after {
	width: 0% !important;
}

/* Responsive Livestream iframe - 16:9 Aspect Ratio - #811622 */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Election Image Fixes - SH - #827129 */
@media screen and (max-width: 768px){
	div.gtx-race .candidate-image-wrapper.image-count-3 .candidate-image:nth-child(1),	div.gtx-race .candidate-image-wrapper.image-count-3 .candidate-image:nth-child(2), 	div.gtx-race .candidate-image-wrapper.image-count-3 .candidate-image:nth-child(3) {
		width: 33% !important;
		height: 100% !important;
	}	
}

/*Weather Widget Adjustments - Depreciated? */
.wx-current-conditions-6rg3ss-WidgetRoot {
    margin: -8px -58px 0px 0px;
}
	
.wx-current-conditions-1gf7ypg-BodyContainer {
    min-height: 40px !important;
    color: #fff !important;
    background-color: rgb(0, 0, 0) !important;
    border-style: none !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    border-color: #000 !important;
    max-height: 50px;
}

.wx-current-conditions-14lrh7c-TemperatureValueContainer {
    color: rgb(255, 255, 255) !important;
    font-size: 36px !important;
    padding: 0px 10px 0px 10px !important;
}


/*Weather Widget Adjustments 11-5-21 - SH */
.header .wx-current-conditions-b9hlu3 {
    margin: -8px -58px 0px 0px;
}
	
.header .wx-current-conditions-1qpggj8 {
    min-height: 40px !important;
    color: #fff !important;
    background-color: rgb(0, 0, 0) !important;
    border-style: none !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    border-color: #000 !important;
    max-height: 50px;
}

.header .wx-current-conditions-19wcwky {
    color: rgb(255, 255, 255) !important;
    font-size: 36px !important;
    padding: 0px 10px 0px 10px !important;
}
.header .wx-current-conditions-1v9mmqx {border: none;background: none;}


/* Ticket #846149 */
@media only screen and (min-width: 600px) {
  .wpb_single_image.wpb_content_element.vc_align_center.mobile-only {
    display: none;
  }
}

.gtx-gallery-slider{
   margin:20px -2px -20px -2px !important;
}

.gtx-gallery-slider .gtx-ad-slide .gtx-ad-container {
    top: 25%!important;
}

/* JIRA Ticket CS-3717 */
.f59-video .f59-main .fp-ui .ad-remaining { display: none }
.f59-video .f59-main.ad-is-visible .fp-ui .ad-remaining { display: block }

body.search form#searchform {
    height: 33px;
	//width: 575px;
    display: flex;

}
body.search input#site-search {
    background: #2d363d;
    color: white;
    flex: 50%;
    border: 1px solid #2d363d !important;
}
body.search #searchform button {
    flex: 20%;
    padding-right: 20px !important;
}

#menu-extras-1 i.fa.fa-twitter-square {
    background-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23fafafa' d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 24px !important;
    width: 24px !important;
    color: transparent;
}
#menu-footer-utility-nav i.fa.fa-twitter-square {
    background-image:  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23fafafa' d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    height: 15px !important;
    width: 15px !important;
    color: transparent;
}

@media (max-width: 980px) {
    #company-logo {
        height: 80px;
        width: 71px !important;
        background-color: #FFF;
    }
}
span.sponsoredcontent {
    background: #fe917c;
    color: white;
    padding: 1px 3px;
    border-radius: 4px;
    font-family: "Oxygen", Times, sans-serif;
    font-size: smaller;
}

.grid-item:hover, .grid-item.hentry.post:hover, .grid-item.hentry:hover {
    background: #eeeeee;
}

.top-story span.sponsoredcontent{ display: none;}


/*=========================================================================================================
// WCCB Rebrand 1 September 2025 - Ticket: 30489
// Base styles
//=========================================================================================================*/

a#company-logo {
    background-color: transparent;
    background-image: url(https://www.wccbcharlotte.com/content/uploads/2025/08/r/f/wccb-charlotte-gold-black-center-web-844x400-1.png) !important;
}

h2, .h2 {
    font-size: 1.2em;
    line-height: 1em;
    color: #000000;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    border-top: solid 2px #dbc07d;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: .6px;
}

.homepage-titlebar h2 {
    background-color: #000;
    padding: 5px;
    font-size: 120%;
    color: #FFF;
    font-weight: 700;
    border-top: none;
    border-bottom: solid 3px #dbc07d;
}

.wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.wpb_text_column.wpb_content_element.more-link a {
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    padding: 1px 5px 4px;
    font-weight: bold;
    margin-right: 8px;
}

.wpb_text_column.wpb_content_element.more-link a:hover {
    color: #dbc07d;
    text-decoration: none;
}

.popular-post-list .loop-wrapper .hentry .entry-title {
    font-size: 0.8em;
    line-height: normal;
}

.popular-post-list .articles article.type-post {
    margin-bottom: 10px;
    padding: 5px 0;
}

.list-title-link a:link, a:visited {
    color: #000;
}

.list-title-link a:hover, a:hover:visited {
    color: #e6a93b;
}

/*=========================================================================================================
// Header
//=========================================================================================================*/
.header {
    background: linear-gradient(180deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 82px, rgb(219, 192, 125) 82px, rgb(219, 192, 125) 85px, rgb(0, 0, 0) 85px, rgb(0, 0, 0) 115px) !important;
}

.header #company-logo {
    margin: 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.188);
}

.header .logo-wrapper .wrap {
    top: 0;
    width: 230px;
    background-color: transparent !important;
    border: transparent !important;
    box-shadow: none !important;
}

.header .primary-nav-wrapper,
.header .secondary-nav-wrapper {
    left: 250px;
}

.header .weather-wrapper {
    top: 32px;
    right: -50px;
}

.header .wx-current-conditions-1qpggj8,
.header .wx-current-conditions-b9hlu3 {
    background-color: transparent !important;
    margin: 0;
}

/* --- Primary Navigation --- */
nav.primary .nav li a {
    color: #ffffff;
    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,
.header nav .nav li a:hover {
    color: #dbc07d;
    text-decoration: none;
}

/* --- Secondary Navigation --- */
.header nav.secondary .nav {
    margin-top: -7px;
}

.header nav.secondary .nav li a {
    font-family: 'Oxygen', sans-serif;
    font-size: 14.5px;
    line-height: 16px;
    color: #dbc07d;
    text-transform: none;
    max-height: 22px;
}

.header nav.secondary ul li {
    flex-grow: 0;
    border-right: none;
    padding: 0 10px;
    margin-top: 4px;
}

.header nav.secondary ul li:first-of-type {
    font-weight: normal;
}

header.header nav.secondary .nav li a:hover {
    background: none;
    color: #ffffff;
}

/* --- Utility Navigation --- */
nav.utility .nav li a {
    color: #bbbbbb;
    padding: 0;
    margin-top: 0;
    font-size: 90%;
}

nav.utility .nav li a:hover {
    color: #dbc07d;
}

/*=========================================================================================================
// Grids & Cards
//=========================================================================================================*/
.grid-item,
.grid-item.hentry,
.grid-item.hentry.post {
    background: #000;
    box-shadow: 3px 3px 6px #bbb;
}

.grid-item:hover,
.grid-item.hentry:hover,
.grid-item.hentry.post:hover {
    background: #000;
}

body .grid-item .h3.entry-title a:hover {
    color: #dbc07d;
}

/*=========================================================================================================
// Content & Lists
//=========================================================================================================*/
.content-list-wrapper .h3.entry-title a:hover,
.h3.entry-title a:hover {
    color: #e6a93b; /*orange*/
}
.content-list-wrapper.promotions h3.entry-title a:hover {
    color: #e6a93b;
}

.content-list-wrapper.promotions .hentry.gtx_link {
    background: #FFF;
    box-shadow: 3px 3px 6px #bbb;
    padding: 5px;
}

.content-list-wrapper.promotions:hover .hentry.gtx_link:hover {
    background: #fcfae9 !important;
}

.content-list-wrapper.homepage-headlines .hentry.post:hover {
    background-color: #fcfae9;
}

/*=========================================================================================================
// Top Story Section
//=========================================================================================================*/
.top-story {
    background-color: #000000;
    padding-bottom: 28px;
    height: fit-content;
}

.top-story-area {
    background-color: #FFF;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb;
    border-left: solid 1px #dbc07d;
}

.top-story-area .top-story .h3.entry-title a {
    color: #ffffff;
}

.top-story-area .top-story .h3.entry-title a:hover {
    color: #dbc07d;
}

.top-story-area .top-story .h3.entry-title {
    background-color: #000;
}

.top-story-area .content-list-wrapper.top-story .entry-content {
    background-color: #000;
}

.top-story-area .homepage-headlines .basic-content-wrap {
    border-bottom: solid 1px #bbbbbb;
}

.top-story-area .hentry {
    background-color: #fcfae900;
}

/*=========================================================================================================
// Social Icons
//=========================================================================================================*/
#menu-extras-1 i.fa.fa-twitter-square {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23bbbbbb' d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E");
}

#menu-extras-1 i.fa.fa-twitter-square:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23dbc07d' d='M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zm297.1 84L257.3 234.6 379.4 396H283.8L209 298.1 123.3 396H75.8l111-126.9L69.7 116h98l67.7 89.5L313.6 116h47.5zM323.3 367.6L153.4 142.9H125.1L296.9 367.6h26.3z'/%3E%3C/svg%3E");
}

/*=========================================================================================================
// Landing page menus
//=========================================================================================================*/

.landingpage-menu a {
	font-weight: 600;
	color: #000;
	text-decoration:none;
}

.landingpage-menu a:hover {
	color: #e6a93b;
	background: #fcfae9;
}

/*=========================================================================================================
// Responsive
//=========================================================================================================*/
@media (min-width: 1150px) {
    .header {
        border-bottom: none;
        box-shadow: none;
        height: 120px;
    }
}

@media (min-width: 980px) {
    .header {
        border-bottom: none;
        box-shadow: none;
        height: 115px;
    }
    #company-logo {
        height: 133px;
    }
    .header .logo-wrapper .wrap {
        width: 280px;
    }
    .header .primary-nav-wrapper {
        left: 290px;
    }
    .header .secondary-nav-wrapper {
        left: 300px;
    }
}

@media (max-width: 979px) {
    #company-logo {
        height: 91px;
        width: 190px !important;
    }
    .header #company-logo {
        margin: auto;
    }
    .header .search-form-wrapper {
    margin: -4px auto 0px auto;
    }
}

@media (max-width: 1149px) {
    #company-logo {
        height: 115px;
    }
    nav.primary .nav li a {
        font-size: 17px;
        margin-left: 0;
        padding-left: 9px;
        padding-right: 9px;
    }
    .header nav.secondary .nav li a {
        font-size: 13px;
    }
    .header nav.secondary ul li {
        padding: 1px 15px 0 0;
    }
}
article.post > div > div > div > div > p > a, article.post > div > div > div > div > p > span > a {color: #0d6eff;text-decoration:underline;}
article.post > div > div > div > div > p > a:hover, article.post > div > div > div > div > p > span > a:hover {color: #0d6eff;text-decoration:none;background: #fcfae9;}
article.post > div > div > div > div > p > a:visited, article.post > div > div > div > div > p > span > a:visited{color: #e6a93b;text-decoration: underline;}
.simple-grid .grid-item.hentry .h3.entry-title a:hover {color: #dbc07d;}

.new-link-styles a{color: #0d6eff;text-decoration:underline;}
.new-link-styles a:hover {color: #0d6eff;text-decoration:none;background: #fcfae9;}
.new-link-styles a:visited{color: #e6a93b;text-decoration: underline;}
/* WCCB REBRAND END */