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

h1{
    font-size: 2.2rem;
    line-height: 1.2;
}

h2{
    font-size: 2rem;
    line-height: 1.2;
}

h3{
    font-size: 1.8rem;
    line-height: 1.2;
}

h4{
    font-size: 1.6rem;
    line-height: 1.2;
}

h5{
    font-size: 1.4rem;
    line-height: 1.2;
}

h6{
    font-size: 1.2rem;
    line-height: 1.2;
}


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; */
    font-size: 1.375rem;
    color: var(--white);
    margin: 0 0 0 15px;
    font-family: Georgia,ui-serif,Cambria,Times New Roman,Times,serif;
    font-style: italic;
}
.social-links {
    display: block;
}

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




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); */
    font-size: 13px;
    font-weight: 600;
}

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: 48px;
    right: 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: 20px;
    cursor: pointer;
}

.breaking-section h1 {
    font-size: 2rem;
    color: var(--black);
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 700;
}


.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: 1rem;
    margin: 0;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
    
}

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

.live-span {
    color: var(--theme-red);
    margin-right: 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-right: 15px;
    margin-top: 3px;
}

.breaking-sub-news p {
    margin: 0;
    font-size: 1rem;
    color: var(--black);
    font-weight: 700;
    line-height: 1.4;
}

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



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

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

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

.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; */
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
}

.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, .author-meta p a{
    color: var(--white);
    margin-top: 0;
    font-size: 1.25rem;
    margin-bottom: 0;
}

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;
    /* background-color: #f5f5f5; */
    background-color: #16202c;
    padding: 15px;
}

.author-image {
    height: 100px;
}
.column-section {
    display: flex;
    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: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 75px;
}

.column-title-section h3 span {
    border-bottom: 4px solid var(--theme-red);
   padding: 0 10px 3px; 
    font-size: 1.25rem;
    line-height: 1.8rem !important; 
}

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

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

.column-title-section-2 h3 {
    margin-top: 0;
    border-bottom: 2px solid var(--white);
    padding-bottom: 12px;
    color: var(--white);
}
.column-title-section-2 h3 a{
    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: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
}

.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);
    margin-top: 0;
    min-height: 2.2rem;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
}

.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);
    margin: 0 0 0 15px;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 600;
}

.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-right: 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; 
    font-size: 1rem;
}
.footer-bottom-second p {
    color: var(--white);
    margin: 0 20px 0 0;
    font-size: 1rem;
}






/* 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: capitalize;
    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: 1rem;
    line-height: 1.5;
    font-weight: 600;
}

.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: 1rem;
    color: var(--black);
	line-height: 1.3;
}

.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: 4px;
    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: 1.6rem;
    line-height: 1.2;
    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: 0.8rem;
    text-align: center;
    display: none;
    margin: 0;
    font-weight: 900;
    padding: 7px;
    background-color: #ececec;
	margin-bottom: 15px;
}

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

.single-post .content h3 {
    font-size: 1.6rem;
    line-height: 1.2;
    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);
    font-size: 1rem;
}

.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;
    font-size: 0.87rem;
}
.date-time-section img {
    width: 16px;
    margin-right: 10px;
}
img.author-byline-image {
    width: 44px;
    margin-right: 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: 600;
    font-size: 1.25rem;
}

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

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

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

h1.post-heading {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

.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: 4px;
    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);
    font-size: 1rem;
}

.content p, .content li {
    font-size: 1rem;
    line-height: 1.7;
}

.content iframe, .single-post .content img, .single-post .content figure{
    max-width: 100%;
}



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

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

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

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

    .searchbardiv{
        width: 97%;
        margin-top: 8px;
        margin-right: 5px;
    }
    .logged .searchbardiv{
        margin-top: 56px;
    }
    .single-post p{
        font-size: 1rem;
    }

    .featured-single p, .news-section-small p, .news-section-full p, .single-post .featured-single p{
        font-size: 1.2rem;
    }
    
   .category-large-single .play-icon {
        width: 30px;
    }

    .column-title-section h3 span{
        font-size: 1.3rem;
    }
    .date-time-section{
        font-size: 1rem;
    }

    .top-header{
        padding: 8px 10px;
    }
    #menubar img, #searchbar img {
        width: 27px;
        height: 26px;
    }
	
	    .breaking-section {
        margin-bottom: 15px;
    }

    .banner-desk{
        display: none;
    }
    .banner-tab{
        display: block;
    }
	
	h1.post-heading{
		font-size: 1.7rem;
		line-height: 1.5;
	}
	
		
	.author-byline-meta{
		font-size: 1.1rem;
	}
	
}



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

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

    .slider-section, .breaking-section h1{
        margin-top: 10px;
        font-size: 1.5rem;
    }
	.breaking-two h5{
		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: 11px;
		/*font-family: 'OpenSans', sans-serif;*/
		margin: 0 0 0 5px;
		line-height: 1;
    }
    #menubar, #searchbar {
        display: block;
    }
    .searchbardiv{
        width: 97%;
        margin-top: 8px;
        margin-right: 5px;
    }
    .logged .searchbardiv{
        margin-top: 56px;
    }


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

    .single-post p{
        font-size: 1rem;
    }
    
     .category-large-single .play-icon {
        width: 30px;
    }

    .featured-single p, .news-section-small p, .news-section-full p, .single-post .featured-single p{
        font-size: 1.2rem;
    }
    .column-title-section h3 span{
        font-size: 1.3rem;
    }
    .date-time-section{
        font-size: 1rem;
    }
    .top-header{
        padding: 8px 10px;
    }
    #menubar img, #searchbar img {
        width: 27px;
        height: 26px;
    }
	
	    .breaking-section {
        margin-bottom: 15px;
    }

    .banner-desk{
        display: none;
    }
    .banner-tab{
        display: block;
    }
	
	h1.post-heading{
		font-size: 1.7rem;
		line-height: 1.5;
	}
	
	.author-byline-meta{
		font-size: 1.1rem;
	}
	
}












/* 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: left;
  }
  .menu-wrapper li.focus > ul, .menu-wrapper li:hover > ul {
    top: auto;
    left: auto;
    direction: rtl;
    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: 8px 12px;
/*    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;
  }
  
  /* SUB-MENU OLD DROP DOWN */
  /*
  .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;
  }
  */
  
  
  
/* SUB-MENU DROP DOWN START */

/* Hide submenus by default */
.menu-item-has-children ul {
  display: none;
}

/* Show submenu when parent is active or clicked (requires JS toggle class) */
.menu-item-has-children.active > ul {
  display: block;
}


.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.7em;
  margin-left: 6px;
}

/* SUB-MENU DROP DOWN END */
  
  .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: left;
    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 */


a.cat-link-page {
    background-color: var(--white);
    width: 100%;
    color: var(--theme-red);
    padding: 10px;
    display: block;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid var(--theme-red);
    transition: all 0.3s;
    margin-bottom: 10px;
}

a.cat-link-page:hover {
	background-color: var(--theme-red);
	 color: var(--white);
}







/* 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);
    font-size: 1rem !important;
}


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

.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-weight: 600;
    font-size: 13px !important;
}


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


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

li.menu-item-119661 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-119661 a,li#menu-item-119661 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: 600
    }
}

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

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

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

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

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

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

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

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

/* END FIXTURE */




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

h3.home_related {
    font-size: 1rem;
    margin: 10px 0 0 0;
}

h2.post-sub-heading {
    font-size: 1rem;
    color: #494949;
}

blockquote {
    font-size: 1.4em;
    width: 100%;
    margin: 50px auto;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #ad0029;
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
    margin: 15px 0;
  }
  
  blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #ad0029;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
  }


.home-title h3 {
    margin-bottom: 5px;
    margin-top: 15px;
    color: var(--theme-red);
}


@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;
		}
}




/* End Ads Placements */


@media screen and (max-width: 799px) {
	.footer-bottom{
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.footer-bottom img{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer-bottom-first p{
		font-size: 0.7rem;
	}
	.footer-bottom-second p{
		font-size: 0.6rem;
		margin-bottom: 10px;
	}


}



@media screen and (max-width: 480px) {
	.footer-bottom{
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.footer-bottom img{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.footer-bottom-first p{
		font-size: 0.7rem;
	}
	.footer-bottom-second p{
		font-size: 0.6rem;
		margin-bottom: 10px;
	}

}

