a{
    text-decoration: none!important;
    color: var(--theme-red);
}
figure{
    margin: 0;
}
a:hover{
    color: var(--theme-red);
}

.mb-3{
    margin-bottom: 15px;
}

.mt-2{
    margin-top: 20px;
}

.top-header{
    background-color: var(--theme-red);
    padding: 0 10px;
}
.logo-tag {
    display: flex;
    align-items: center;
}
.top-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-logo img {
    height: 66px;
    /* width: 100%; */
}
.top-logo h4 {
    font-size: 22px;
    color: var(--white);
    margin: 0 15px 0 0;
}
.social-links {
    display: block;
}

.social-links a {
    text-decoration: none;
}
.social-links a img {
    height: 23px;
    margin-right: 15px;
}
.menu-button-container {
    display: none;
}


.single-post a, .single-post a:hover{
    color: var(--theme-red-light);
}


ul#primary-menu-list {
    display: flex;
    padding: 0;
}

ul#primary-menu-list li {
    display: inline-block;
    /* margin-left: 25px; */
}

ul#primary-menu-list li a {
    color: #000;
    text-decoration: none;
    font-size: var(--font-size-sl);
}

ul#primary-menu-list li.current-menu-item a {
    border-bottom: 4px solid var(--theme-red);
    padding-bottom: 5px;
}

ul#primary-menu-list li a:hover{
    border-bottom: 4px solid var(--theme-red);
    padding-bottom: 5px;
}

ul#primary-menu-list-mobile {
    list-style-type: none;
}
ul#primary-menu-list-mobile {
    padding: 0 10px;
}
ul#primary-menu-list-mobile li {
    border-bottom: 1px solid #b9b7b7;
    padding: 5px;
}
.menu-section-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

/* Search box */

.searchbardiv {
    display: block;
    position: absolute;
    background: #f1f1f1;
    top: 60px;
    left: 0;
    z-index: 1001;
    width: 50%;
    max-width: 100%;
    padding: 10px;
    margin: 0;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.searchbardiv input, .searchbardiv input:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #9d9d9d;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0;
    font-family: inherit;
    outline: 0;
    outline-offset: 0;
    -webkit-appearance: none;
    border-radius: 0;
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: var(--theme-red);
    color: var(--white);
    cursor: pointer;
}

/* Search box end */





.search-section img {
    height: 26px;
    cursor: pointer;
}

.breaking-section h1 {
    font-size: 33px;
    color: var(--black);
    margin-top: 0;
    margin-bottom: 10px;
}


.single-post p{
    margin: 0 0 1em;
    padding: 0;
    font-size: 25px;
    line-height: 38px;
}

.single-post h1.title-english{
    font-family: Georgia,ui-serif,Cambria,Times New Roman,Times,serif;
    direction: ltr;
    font-size: 24px;
}

.breaking-section a {
    text-decoration: none;
}

.breaking-section img {
    width: 100%;
    height: auto;
}

.breaking-two h5 {
    font-size: 20px;
    margin: 0;
    font-weight: lighter;
    line-height: 1.5;
    
}

#menu-item-341 a{
    color: var(--theme-red) !important;
    animation: blinker 2s linear infinite;
}

.live-span {
    color: var(--theme-red);
    margin-left: 10px;
    animation: blinker 2s linear infinite;
    border: 1px solid var(--theme-red);
    padding: 0 10px;
  }

  .breaking-sub-news {
    display: flex;
    margin-top: 15px;
    align-items: center;
}

.breaking-sub-news img {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    margin-left: 15px;
}

.breaking-sub-news p {
    margin: 0;
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
}

.breaking-line{
    border-top: 1px solid #000;
    padding-top: 15px;
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

.featured-section {
    /* margin-top: 20px; */
}

.top-video-single, .featured-single {
    position: relative;
}

.top-video-single{
    margin-bottom: 20px;
}

.top-video-single img, .featured-single img {
    width: 100%;
    height: auto;
}

.play-icon {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.play-icon img{
    width: 100%;
    height: auto;
}

.category-large-single .play-icon {
    width: 50px;
}

.play-icon-eng {
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.top-video-single-link{
    color: var(--white);
    text-decoration: none;
}
.featured-link, .column-link{
    color: var(--white);
    text-decoration: none;
}

.featured-single p {
    color: var(--black);
    margin-top: 0;
    font-size: 20px;
}

.author-meta h4{
    color: var(--theme-red);
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 5px;
}
.column-section-top .author-meta h4 {
    color: var(--theme-red-light);
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 5px;
}

.author-meta p{
    color: var(--white);
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 5px;
}

span.live-span-fixed {
    background-color: var(--theme-red);
    padding: 5px 15px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    color: var(--white);
}

span.live-span-eng-fixed {
    background-color: var(--theme-red);
    padding: 3px 15px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--white);
}

.text-brink{
    animation: blinker 2s linear infinite;
}

.column-section-top {
    /* margin: 20px 0 0 0; */
    margin: 0;
    /* background-color: #f5f5f5; */
    background-color: #fff;
    /* padding: 15px; */
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #000;
}

.column-section-top .author-meta p{
    color: #000 !important;
}

.author-image {
    /* height: 100px; */
    height: 80px;
}
.column-section {
    display: flex;
    margin-bottom: 0px;
    /* margin-bottom: 5px; */
}

.slider-section{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.slider-single img {
    width: 100%;
}


.slick-right{
    position: absolute;
    right: 0;
    top: calc(50% - 18px);
    background-color: var(--theme-red);
    margin: 0;
    padding: 0;
    width: 36px;
    height: 28px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}

.slick-left{
    position: absolute;
    left: 0;
    top: calc(50% - 18px);
    background-color: var(--theme-red);
    margin: 0;
    padding: 0;
    width: 36px;
    height: 28px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.slick-right img, .slick-left img {
    width: 18px;
    margin: 5px 7px;
}

.author-image img {
    width: 80px;
    height: 80px;
    /* width: 100px;
    height: 100px; */
    margin-left: 15px;
    border-radius: 75px;
}

.column-title-section h3 span {
    border-bottom: 4px solid var(--theme-red);
    padding: 0 10px 10px;
    font-size: 22px;
    color: var(--black);
}

.column-title-section h3 {
    margin-top: 0;
    border-bottom: 2px solid var(--theme-red);
    padding-bottom: 12px;
}

.column-title-section-2 h3 span {
    border-bottom: 4px solid var(--white);
    padding: 0 10px 10px;
    font-size: 22px;
    color: var(--white);
}

.column-title-section-2 h3 {
    margin-top: 0;
    border-bottom: 2px solid var(--white);
    padding-bottom: 12px;
    color: var(--white);
}

.videos-section {
    /* background-color: var(--black); */
    background-color: var(--theme-red-dark);
    padding: 15px;
    margin-top: 25px;
}

a.video-full-story-link, a.video-half-story-link {
    text-decoration: none;
}

.video-full-story h3 {
    color: var(--white);
    font-size: 22px;
    margin: 0 0 15px 0;
}

.video-full-story img, .video-half-story img {
    width: 100%;
    height: auto;
}

.video-full-story .play-icon {
    width: 50px;
}

.video-half-story {
    margin-top: 48px;
}

.video-half-story h3 {
    color: var(--white);
    margin-top: 0;
    font-size: 20px;
}

.video-half-story .play-icon {
    width: 40px;
}

.news-section-full {
    position: relative;
}

.news-section-full img {
    width: 100%;
    height: auto;
}

a.news-section-link{
    text-decoration: none;
}

.news-section-full p {
    color: var(--black);
    font-size: 22px;
    margin-top: 0;
    min-height: 54px;
}

.news-section-small {
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

.news-section-small img {
    width: 120px;
    height: auto;
}
.new-section-small-thumbnail{
    position: relative;
}

.new-section-small-thumbnail .play-icon {
    width: 20px;
    left: 5px;
    top: 5px;
}

.new-section-small-thumbnail .play-icon img {
    width: 20px;
}

.news-section-small p {
    color: var(--black);
    font-size: 20px;
    margin: 0 15px 0 0;
    line-height: 1.3;
}

.category-section-home{
    margin-top: 30px;
}

.footer-section{
    background-color: var(--theme-red);
    padding: 20px 0;
}

.footer-bottom {
    display: flex;
}

.footer-bottom img {
    height: 45px;
    margin-left: 25px;
}

.footer-bottom-second {
    display: flex;
}

.footer-bottom-second a{
    text-decoration: none;
}
.footer-bottom-first p{
    color: var(--white);
    margin: 5px 0 0 0; 
}
.footer-bottom-second p {
    color: var(--white);
    margin: 0 20px 0 0;
}






/* Single page */

.featured-image img {
    width: 100%;
    height: auto;
}

.featured-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    width: 100%;
}
.featured-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.post-social-links {
    display: flex;
    margin: 15px 0;
}

a.post-social-link-single {
    display: block;
}

a.post-social-link-single img {
    height: 24px;
    margin-right: 20px;
}


.wp-block-image figcaption{
    font-size: 16px;
}

.tags {
    margin: 15px 0;
}

.tags a {
    display: inline-block;
    color: var(--black);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border: 1px solid #dbdbdb;
    padding: 2px 20px;
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 18px;
}

.tags a:hover {
    color: var(--theme-red);
}


.single-post .featured-single p{
    font-size: 22px;
    line-height: 28px;
}

.latest-section, .category-title {
    margin-top: 2rem;
}

.single-post .author-image img{
    width: 80px;
    height: 80px;
}

.single-post .column-section{
    align-items: center;
}

.author-detail p {
    margin: 0;
    font-size: 18px;
    color: var(--black);
}

.author-detail {
    border: 1px solid #555;
    padding: 10px;
    border-radius: 5px;
}

/* Single page end */


.category-large-single {
    position: relative;
    margin-bottom: 25px;
    padding: 0;
}

.category-large-image {
    position: relative;
    display: block;
}

.category-large-image img {
    width: 100%;
    height: auto;
}

.category-large-title {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    background: -webkit-gradient(left top,left bottom,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.9)));
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.9) 100%);
    min-height: 80px;
    padding: 15px;
}

.category-large-title p {
    margin: 0;
    font-size: 27px;
    color: var(--white);
}


#menubar, #searchbar{
    display: none;
}

#menubar img, #searchbar img {
    
    width: 30px;
    height: 30px;
}

.menu-mobile-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: var(--white);
    margin-top: 64px;
    z-index: 2;
}

.logged .menu-mobile-section {
    margin-top: 110px;
}

figcaption.wp-caption-text {
    color: #555;
    font-size: 18px;
    text-align: center;
    display: none;
    margin: 0;
    font-weight: 900;
    padding: 7px;
    background-color: #ececec;
}

.single-post .featured-image figcaption.wp-caption-text, .single-post .content figcaption.wp-caption-text{
    display: block;
}

.single-post .content h3 {
    font-size: 25px;
    font-weight: normal;
    color: blue;
}

.single-post .content-english p{
    font-family: Georgia,ui-serif,Cambria,Times New Roman,Times,serif;
    direction: ltr;
    font-size: 20px;
    line-height: 30px;
}

.nav-links {
    margin-bottom: 40px;
    display: flex;
}

.nav-links a, .nav-links span {
    padding: 10px;
    background-color: #625555;
    display: flex;
    margin: 0 5px;
    border-radius: 5px;
    color: var(--white);
}

.nav-links .current, .nav-links .next, .nav-links .prev {
    background-color: var(--theme-red);
    /* color: var(--white); */
}

#cookie-notice .cookie-notice-container{
    direction: ltr;
}

.date-time-section {
    display: flex;
    margin-bottom: 10px;
}
.date-time-section img {
    width: 16px;
    margin-left: 10px;
}
img.author-byline-image {
    width: 44px;
    margin-left: 10px;
    border-radius: 50%;
}

.name-social {
    display: flex;
    align-items: center;
}

.name-social img {
    height: 20px;
    margin-right: 15px;
}

.author-byline-meta {
    color: var(--black);
   font-weight: 900;
   font-size: 20px;
}

.author-byline{
    margin-bottom: 20px;
}

/* figure.wp-caption.featured {
    background-color: #ececec;
} */

.content img{
    width: 100%;
    height: auto;
}

.content .wp-block-image figcaption{
    color: #555;
    font-size: 18px;
    text-align: center;
    margin: 0;
    font-weight: 900;
    padding: 7px;
    background-color: #ececec;
}


.top-video-single .top-video-title {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: var(--black);
    min-height: 36px;
}

.top-video-single .top-video-title-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: var(--black);
    min-height: 36px;
}

.top-video-single .top-video-title h3, .top-video-single .top-video-title-2 h3 {
    margin: 0;
    color: var(--white);
}

.content iframe{
    max-width: 100%;
}

.content img, .content figure{
    max-width: 100%;
    height: auto;
}


.banner-desk{
    display: block;
}
.banner-tab{
    margin-top: 20px;
    display: none;
}
.topBanner img {
    max-width: 100%;
    height: auto;
}
.topBanner {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.desktop-flex-only{
    display: flex;
}

.tab-flex-only{
    display: none;
}


@media screen and (max-width: 799px) {
	
	.topBanner {
		margin-top: 10px;
	}

    .menu-section-full{
        display: none;
    }

    .slider-section, .breaking-section h1{
        margin-top: 10px;
        font-size: 28px;
        margin-bottom: 10px;
    }
    .social-links {
        display: none;
    }
    #menubar, #searchbar {
        display: block;
    }

    .searchbardiv{
        width: 97%;
        margin-top: 8px;
        margin-left: 5px;
    }
    .logged .searchbardiv{
        margin-top: 56px;
    }
    .single-post p{
        font-size: 22px;
    }
    
    .top-video-single .top-video-title h3, .top-video-single .top-video-title-2 h3{
        font-size:19px;
    }

    .top-video-single{
        margin-bottom: 10px;
    }

    .category-large-single .play-icon {
        width: 30px;
    }

    .breaking-section {
        margin-bottom: 15px;
    }

    .banner-desk{
        display: none;
    }
    .banner-tab{
        display: block;
    }

    .column-section{
        margin-bottom: 10px;
    }

    .breaking-sub-news, .breaking-two h5{
        display: none;
    }

    .desktop-flex-only{
        display: none;
    }
    
    .tab-flex-only{
        display: flex;
    }
    
}



@media screen and (max-width: 480px) {

	.topBanner {
		margin-top: 10px;
	}
	
    .menu-section-full{
        display: none;
    }

    .slider-section, .breaking-section h1{
        margin-top: 10px;
        font-size: 28px;
        margin-bottom: 10px;
    }
    .social-links {
        display: none;
    }
    .video-half-story {
        margin-top: 15px;
    }
    .video-half-story .play-icon {
        width: 25px;
        top: 5px;
        left: 5px;
    }

    .top-logo img {
        height: 36px;
    }

    .top-logo h4{
        font-size: 16px;
    }
    #menubar, #searchbar {
        display: block;
    }
    .searchbardiv{
        width: 97%;
        margin-top: 8px;
        margin-left: 5px;
    }
    .logged .searchbardiv{
        margin-top: 56px;
    }


    #menu-item-341 a{
        animation: none
    }

    .single-post p{
        font-size: 22px;
    }
    
    .top-video-single .top-video-title h3, .top-video-single .top-video-title-2 h3{
        font-size:19px;
    }

    .category-large-single .play-icon {
        width: 30px;
    }

    .top-video-single{
        margin-bottom: 10px;
    }

    .breaking-section {
        margin-bottom: 15px;
    }

    .banner-desk{
        display: none;
    }
    .banner-tab{
        display: block;
    }

    .column-section{
        margin-bottom: 10px;
    }

    .breaking-sub-news, .breaking-two h5{
        display: none;
    }

    .desktop-flex-only{
        display: none;
    }
    
    .tab-flex-only{
        display: flex;
    }
	
	.footer-bottom-second p{
		margin: 0 8px 0 0;
	}
    
}




.featured-single-box{
    position: relative;
}







/* Navigation Menu */

ul.sub-menu {
    z-index: 100;
    list-style: none;
}
.menu-wrapper {

    list-style: none;
    width: 100%;
    text-align: center;
  }
  .menu-wrapper ul {
    min-width: 150px;

    list-style: none;
    position: absolute;
    /* top: -999em;
    left: -999em; */
    display: none;
  }
  .menu-wrapper li {
    display: inline-block;
    position: relative;
    text-align: right;
  }
  .menu-wrapper li.focus > ul, .menu-wrapper li:hover > ul {
    top: auto;
    left: auto;
    direction: ltr;
    display: block;
    margin-top: -5px;
  }
  .menu-wrapper li li {
    display: block;
  }
  .menu-wrapper li li.focus > ul, .menu-wrapper li li:hover > ul {
    left: 100%;
    top: 0;
  }
  .menu-wrapper a {
    color: #fff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding: 10px 15px;
  }
  .menu-wrapper a:hover,
  .menu-wrapper li:hover > a,
  .menu-wrapper .current-menu-item > a,
  .menu-wrapper .current-menu-ancestor > a {
    color: #ffcc03;
  }
  .menu-wrapper .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-top-color: currentColor;
  }
  .menu-wrapper ul .menu-item-has-children > a::before {
    right: 2px;
    border-top-color: transparent;
    border-left-color: currentColor;
  }
  .menu-wrapper ul {
    background-color: var(--theme-red);
  }

  ul#primary-menu-list li.menu-item-has-children a:hover{
    border-bottom: 0;
  }

  ul#primary-menu-list li ul.sub-menu li{
    float: right;
    width: 100%;
  }

  ul#primary-menu-list li ul.sub-menu li a{
    color: var(--white);
  }

  ul#primary-menu-list li ul.sub-menu li a{
    border-bottom: 0;
    padding-bottom: 5px;
  }

  ul#primary-menu-list li.menu-item-has-children li.current-menu-item{
    border-bottom: 0;
    padding-bottom: 0;
  }

  ul#primary-menu-list-mobile li ul.sub-menu li:last-child{
    border-bottom: 0
  }

  ul#primary-menu-list li.menu-item-has-children a:hover{
    padding-bottom: 10px;
  }

  ul#primary-menu-list li.menu-item-has-children .sub-menu a{
    padding-bottom: 10px !important;
  }

/* End Navigation Menu */



/* Custom Post  */

.crp-output-start {
    width: 50%;
    float: right;
    border-left: 1px solid var(--theme-red);
    border-right: 1px solid var(--theme-red);
    margin-left: 10px;
    padding: 10px;
}

.crp-output-start h3.crp-list-title {
    font-size: 22px;
    margin: 0;
}

ul.crp-list {
    padding: 0;
    margin: 0;
}

.crp-list-item.crp-list-item-has-image.crp-list-item-image-left, .crp-list-item.crp-list-item-has-image.crp-list-item-image-right{
    align-items: flex-start !important; 
    direction: ltr;
}

.crp-list-item-title {
    flex: 1;
    font-size: 18px;
}

.crp-list-item .crp-list-item-image {
    font-size: 0;
    width: 80px;
    height: 80px;
    margin-left: 10px;
    
    /* flex: 1; */
}

.crp-list-item-image .wp-caption-text {
    display: none !important;
}


@media screen and (max-width: 799px) {
    .crp-output-start{
        width: 100%;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .crp-output-start{
        width: 100%;
        margin-bottom: 15px;
    }
}

/* End Custom Post  */



/* FIXTURE */


.cricket-fixture-section-top{
    margin-bottom: 15px;
}


.cricket-fixture-section{
    width: 100%;
    position: relative;
    padding-top: 22.75%;
    margin-top: 43px;
}

.cricket-fixture-section img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.fixture-title{
    background-color: #421476;
    margin: 0 !important;
    text-align: center;
    padding: 10px;
    color: var(--white);
}


.fixture-single{
    background-color: #e4e4e4;
    padding: 0px 25px;
}

.fixture-top {
    display: flex;
    justify-content: space-between;
}

.fixture-top {
    display: flex;
    justify-content: space-between;
}

.fixture-team-1, .fixture-team-2{
    display: flex;
    align-items: center;
}

.fixture-team-1 p, .fixture-team-2 p {
    margin: 0 10px;
    color: #000;
    font-size: 20px;
    font-weight: 900;
}


.fixture-middle p {
    text-align: center;
    font-size: 18px;
    color: var(--black);
    margin: 0;
    line-height: 26px;
}

.fixture-single img{
    width: 36px;
}


li.menu-item-112821 a {
    color: var(--theme-red);
    /* font-weight: 600; */
    -webkit-animation: color-change 2s infinite;
    -moz-animation: color-change 2s infinite;
    -o-animation: color-change 2s infinite;
    -ms-animation: color-change 2s infinite;
    animation: color-change 2s infinite
}

.current-menu-item .menu-item-112821 a,li#menu-item-112821 a:hover {
    color: #000;
    animation: none
}

@-webkit-keyframes color-change {
    0%,70% {
        color: var(--theme-red);
        font-weight: 600
    }

    100%,75% {
        color: #000;
        font-weight: 100
    }
}

@-moz-keyframes color-change {
    0%,70% {
        color: var(--theme-red);
        font-weight: 600
    }

    100%,75% {
        color: #000;
        font-weight: 100
    }
}

@-ms-keyframes color-change {
    0%,70% {
        color: var(--theme-red);
        font-weight: 600
    }

    100%,75% {
        color: #000;
        font-weight: 100
    }
}

@-o-keyframes color-change {
    0%,70% {
        color: var(--theme-red);
        font-weight: 600
    }

    100%,75% {
        color: #000;
        font-weight: 100
    }
}

@keyframes color-change {
    0%,70% {
        color: var(--theme-red);
        font-weight: 600
    }

    100%,75% {
        color: #000;
        font-weight: 100
    }
}




/* END FIXTURE */


p.sep-line {
    border-top: 3px solid var(--theme-red);
    padding-top: 15px;
}




/* Election Page */

.election-page .video-full-story h3{
    color: var(--black);
    font-weight: 300;
}

.election-page .top-video-single{
    margin-bottom: 0;
}

.election-columns{
    border: 1px solid var(--black);
    padding:10px;
}

.election-columns .author-meta p{
    color: var(--black);
    font-size: 22px;
    line-height: 28px;
}

.election-columns .column-section{
    margin-bottom: 10px;
}


.map-embed iframe{
    width: 100%;
    
}

@media screen and (max-width: 799px) {
    .map-embed iframe{
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .map-embed iframe{
        margin-top: 15px;
    }
}

/* END Election Page */






/* Election section */

.election-section {
    margin-bottom: 15px;
}

.election-section table {
    width: 100%;
    border-collapse: collapse;
    background-color: var(--theme-red);
}

th.election-header {
    background-color: #000;
    color: #00ffbb;
    padding: 8px 10px;
    font-size: 28px;
}

tr.election-table {
    border: 1px solid var(--black);
    margin: 0px 0px;
}


td.election-single-table {
    font-size: 18px;
    padding: 10px;
    color: var(--white);
}

.election-single {
    display: flex;
    align-items: center;
}

.election-single img {
    width: 40px;
    height: auto;
    margin-left: 10px;
}

.election-single p{
    margin: 0;
    font-size: 16px;
    color: var(--white);
}

/* End Election section */





/* Ads placements */

.ad_728 {
    display: block;
    position: relative;
    text-align: center;
/*     width: 740px; */
    height: 100px;
	margin: 0 auto;
}

.ad_160 {
    display: block;
    position: relative;
    text-align: center;
    width: 160px;
    height: 600px;
	margin: 0 auto;
}

.ad_970 {
    display: block;
    position: relative;
    text-align: center;
    width: 970px;
    height: 250px;
	margin: 0 auto;
	margin-top: 15px;
}


.ad_300 {
    display: none;
    position: relative;
    text-align: center;
    width: 300px;
    height: 250px;
	margin: 0 auto;
	margin-top: 15px;
}



.ad_320 {
    display: none;
    position: relative;
    text-align: center;
/*     width: 340px; */
    height: 110px;
	margin: 0 auto;
}

.wenew-adlabel {
    display: none;
}
.ad_160600 {
    display: block;
    position: relative;
    text-align: center;
    width: 160px;
    height: 600px;
	margin: 0 auto;
}

@media screen and (max-width: 799px) {
	.ad_728, .ad_970 {
	 display: none;
	}
	
	.ad_320, .ad_300 {
		 display: block;
		}
}

@media screen and (max-width: 480px) {
	.ad_728, .ad_970 {
	 display: none;
	}
	
	.ad_320, .ad_300 {
		 display: block;
		}
}


.custom-text {
    color: #ad0029;
    font-weight: bold;
}


/* End Ads Placements */
