/*!
Theme Name: bjsports
Theme URI: https://them.es/starter
Author: Jin
Author URI: https://them.es/
Description: 
Version: 3.0.3
Requires at least: 5.0
Tested up to: 5.9
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: bjsportss
*/

/* Don't overwrite this file. Compile "/assets/main.(less|scss)" to "/assets/css/main.css" */


/* From http://codex.wordpress.org/CSS */
@import url('https://fontlibrary.org/face/metropolis');
@import url('http://fonts.cdnfonts.com/css/helvetica-neue-9');

*{
    font-family: 'Helvetica 45 Light', sans-serif;
}

nav{
    font-family: 'MetropolisRegular', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

footer.entry-meta{
    display:none;
}

body.search{margin-bottom:0px!important}

body.search button{position: static;}

/*
#menu-lang-menu ul li:last-child, #menu-mobile-search ul li:last-child{
    display: none;
}
*/

.youtube-video{
  aspect-ratio: 16 / 9;
  width: 100%;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.ctpost{
    font-size:10px;
}

.ctpost p, .ctpost div{
    font-size:16px;
}

.ctpost p:last-child{
/*    display:none;*/
}

.ctpost.ctbn p:last-child{
    display:none;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.home-img, .video-img{
    text-align: center;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

#header{
    background: #3B8468!important;
}

.navbar-toggler:focus{
    box-shadow: none!important;
}

.navbar-toggler{
    color:white!important;
    border:none!important;
}

.offcanvas-start{
    width:100%!important;
}

.offcanvas-bg{
    background:rgba(4,75,46,0.8)!important;
}

.offcanvas-close-btn{
    color:white!important;
}

.offcanvas-li li{
    text-align: center;
    font-size:18px;
    font-weight: bold;
}

.offcanvas-li li a{
    color:white;
}

.desktop-menu{
    display:flex;
    flex-basis: auto;
    background: #3B8468!important;
}

.desktop-search{
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-search-input{
    height: 26px;
    flex-wrap: nowrap!important;
    padding:0 20px;
}

.desktop-search-input input{
    font-size:12px;
    border:none;
}

.desktop-search-input .btn{
    padding-top:0px;
    padding-bottom:0px;
    border:none;
}

#mega-menu-main-menu li{

    transition: background .15s!important;
}

#mega-menu-main-menu li a{
    font-size:12px!important;
    font-weight: bold!important;
    color:white!important;
}

#mega-menu-main-menu li:hover a{
    color:#2d6750!important;
}

#mega-menu-main-menu li:hover{
     background:#fffc00!important;
}

#mega-menu-main-menu li.desktop-search-btn:hover{
     background:transparent!important;
}

#mega-menu-wrap-main-menu, #mega-menu-main-menu{
    background:transparent!important;
}

.mega-indicator{
    float:none!important;
}

.offcanvas-body #mega-menu-main-menu li a{
    font-size:20px!important;
}

.mobile-search-btn .dashicons{
    font-size:30px;
    width:30px;
    height:30px;
    color:white;
}

#menu-mobile-search{
    flex-direction: inherit;
}

#menu-mobile-search .dropdown-menu{
    min-width: inherit;
    position: absolute;
}

.desktop-lang-menu .pll-parent-menu-item > a{
    color:white!important;
}

.desktop-lang-menu .pll-parent-menu-item a{
    font-size:12px!important;
    font-weight: bold!important;
}

#menu-mobile-search > li{
    display: inline-block;
    padding-left: 20px;
}

#menu-mobile-search a{
    color: white!important;
}

.mlt-img{
    width:100%;
}

#footer{
/*
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    line-height: 90px;
*/
    background-color: #373636!important;
    color:#606060!important;
    padding:20px 0;
    margin-top:30px;
}

.footer-cpr{
    font-size:10px;
    margin: 0px!important;
}

.footer-logo{
    height:40px;
}

.footer-socials{
    color:#606060!important;
    padding:0 6px 0 0;
    font-size:14px;
}

.footer-mail{
    color:#606060!important;
    padding:0 10px;
    font-size:14px;
}

.footer-socials:hover, .footer-mail:hover, .footer-nav .nav-link:hover{
    color:#808080!important;
}

.footer-mail i{
    padding-right:5px;
}

.footer-nav .nav-link{
    padding-left:0px;
    padding-right:30px;
    font-size:14px;
    color:#606060!important;
}

.article-tags{
    font-size: .8rem;
    line-height: 1;
    margin-top: 15px;
    text-transform: uppercase;
}

.article-tags a{
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #999 !important;
    display: inline-block;
    font-weight: 600;
    margin: 0 5px 5px 0;
    padding: 3px 10px 4px;
}

.article-tags a:hover{
    border: 1px solid #777;
    color: #777 !important;
}

.related-topics{
    background: #999;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin: 0 5px 5px 0;
    padding: 4px 10px 5px;
}

h4.mvp-sec-head{
    border-bottom: 1px solid #ddd;
    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

span.mvp-sec-head{
    border-bottom: 1px solid #3B8468;
    color: #666;
    display: inline-block;
    float: left;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    bottom: -1px;
    padding-bottom: 10px;
}

.single-recent-posts-link{
    color: #111;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    width: 100%;
}

.single-recent-posts-link:hover{
    color: #3B8468 !important;
}

.single-post-excerpt{
    color: #555;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 5px;
    width: 100%;
}

.single-header{
    background:url('/wp-content/themes/bjsports/assets/img/single-header.jpg')top center no-repeat;
    background-size: cover;
    height:240px;
}

.single-header-box{
    display: flex;
    flex-direction: column;
    height:230px;
}

.single-header-h{
    color:white;
    text-transform: uppercase;
    margin-top:auto;
    font-size:2rem;
    font-family: 'MetropolisRegular', sans-serif;
    font-weight: bold;
    max-width: 5ch;
}

.nocaps{
    text-transform: none;
}

.single-header-h.formatches{
    max-width: 500px;
}


.single-header-mob{
    background:#fff600;
}


.single-header-mob.mobile{
    margin-bottom:15px;
}

.single-mob-header{
    color:#fff600;
    text-transform: uppercase;
    font-weight: bold;
    font-size:1rem;
    text-align: center;
    padding:10px;
    display: block;
}

.single-mob-header:hover{
    color:#fff600;
}

.single-mob-header i{
    float:left;
    color:white!important;
    margin-top:3px;
}

.match-predictions-link{
    color:black;
    font-size:1.5rem;
    font-weight:bold;
    line-height: 2rem;
}

.match-highlights-link{
    color:black;
    font-size:1rem;
    font-weight:bold;
    line-height: 1.5rem;
}

.match-predictions-time{
    color:#ccc;
    font-size:1rem;
    font-weight: normal;
    padding-top:10px;
}

.match-highlights-time{
    color:#ccc;
    font-size:0.8rem;
    font-weight: normal;
    padding-top:0px;
    padding-bottom:30px;
}

.match-predictions-line{
    margin-top:15px;
    margin-bottom:20px;
    height:4px!important;
    opacity: 0.2;
}

.match-highlight-line{
    margin-top:15px;
    margin-bottom:20px;
    height:4px!important;
    opacity: 0.2;
}

.match-highlights-mob-menu{
    line-height: 20px;
    padding:4px 15px;
}

.match-highlights-mob-menu.active{
    background-color:#2d664f;
    border-radius: 20px;
    
}

.match-highlights-mob-menu a{
    color:#2d664f;
    text-transform: uppercase;
    font-weight: bold;
    font-size:12px;
}

.match-highlights-mob-menu a.active{
    color:white;
    text-transform: uppercase;
}

.bjsports-ajax{
    background:#2d664f;
    color:white;
    font-weight: bold;
    border:none;
    font-size:16px;
    padding:5px 50px;
    margin:10px 0 30px;
}

.bjsports-ajax.done{
    opacity: 0.5;
}

.highlights-layout .mob-high, .hide-high{
    display:none;
}

.highlights-layout .hide-high{
    display:block;
}

.highlights-header{
    text-transform: uppercase;
    padding:20px 0;
    font-size:1.5rem;
    font-weight: bold;
}

.highlights-header.mobile{
    text-transform: uppercase;
    padding:20px 0;
    font-size:1rem;
    font-weight: bold;
    text-align: center;
}

.highlights-header span{
    border-bottom:5px solid #2d664f;
}

#highlights .alm-btn-wrap{
    text-align: center;
}

.highlight-desktop .match-predictions-line{
    display:none;
}

.bjs-slider.metaslider .flex-control-nav{
    bottom:10px!important;
}

.bjs-slider .flex-direction-nav .flex-prev{
    left:5px!important;
    opacity: 1!important;
}

.bjs-slider .flex-direction-nav .flex-next{
    right:5px!important;
    opacity: 1!important;
}

.bjs-slider .flexslider{
    margin:0 0 0!important;
}

.bg-yellow{
    background: #fffc00;
}

.bg-grey{
    background: #ededed;
}

.newsletter-tab{
    color:#fff;
    padding:10px 15px;
    text-align: center;
    font-size:12px;
    font-weight: bold;
}

.newsletter-btn{
    color:#fff;
    border:1px solid #fff;
    padding:5px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    font-size:12px;
    margin-left:10px;
    background:#0163af;
}

.newsletter-btn:hover{
    color:#fff;
    border:1px solid #fff;
}

.bg-telegram{
    background: rgb(0,176,231);
    background: linear-gradient(0deg, rgba(0,176,231,1) 0%, rgba(0,133,214,1) 66%);
}


.join-fb{
    background:#2251a1;
    color:white;
    font-weight: bold;
    padding:10px;
    text-align: center;
    width: 100%;
    display:block;
    border-radius: 5px;
    margin-bottom:15px;
}

.join-telegram{
    background:#009cd9;
    color:white;
    font-weight: bold;
    padding:10px;
    text-align: center;
    width: 100%;
    display:block;
    border-radius: 5px;
    margin-bottom:15px;
}

.join-fb:hover, .join-telegram:hover{
    color:white;
}

.pred-blog-section{
    background:#2d6750;
    margin-bottom:30px;
}

.highlights-header.for-home span{
    color:white;
    border-color:#fffc00;
}

.match-predictions-home{
    color:white;
    font-size:18px;
    font-weight:bold;
}

.match-predictions-home-blog{
    color:white;
    font-size:16px;
    font-weight:bold;
    line-height: 20px;
}

.match-predictions-home:hover, .match-predictions-home-blog:hover{
    color:#fffc00;
}

.home-excerpt{
    color:#ccc;
    font-size:12px;
    margin-bottom:10px;
}

.match-predictions-time-home{
    color:#ccc;
    font-size:12px;
}

.match-predictions-time-home-blog{
    color:#ccc;
    font-size:12px;
    margin-top:10px;
}

.pr-2{
    padding-right:8px;
}

.match-predictions-line.for-home{
    background-color: white;
}

.match-predictions-readmore{
    float:right;
    color:white;
    text-decoration: underline;
}

.match-predictions-readmore:hover{
    color:#fffc00;
}

.match-highlights-readmore{
    float:right;
    color:black;
    text-decoration: underline;
}

.match-highlights-readmore:hover{
    color:#fffc00;
}


.pos-rel{
    position: relative;
}

.announcement-bar{
    position: absolute;
    left:18%;
    z-index: 10;
    top:10px;
}

.announcement-bar img{
    height:25px;
}

.announcements-label{
    text-transform: uppercase;
    font-weight: bold;
    color:#ffcc00;
    font-size:14px;
    padding-left:10px;
    padding-top:2px;
}

.announcement-content{
    background-color:rgba(0,0,0,0.5)!important;
    color:white;
    font-size:14px;
}

.announcement-content a{
    color:white;
}

.announcement-content a:hover{
    color:yellow;
}

.announcement-content .textwidget:hover{
    animation-play-state: paused;
}

.no-bb{
    border-bottom:0!important;
}

.home-card{
    padding:15px;
}

.home-articles{
    border:1px solid #ccc;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.content {
  height: 100%;
}

.view-more-articles{
    font-size:12px;
    color:black;
    text-decoration: underline;
    float:right;
    margin-top:15px;
}

.view-more-articles.mobile{
    font-size:12px;
    color:black;
    text-decoration: underline;
    margin:15px 0;
    float: none;
}

.video-article, .featured-article-mobile{
    position: relative;
}

.video-overlay{
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

.featured-overlay{
    background: rgb(4,10,8);
    background: linear-gradient(0deg, rgba(4,10,8,0.8) 20%, rgba(0,0,0,0.07916670086003152) 80%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-card{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size:12px;
    z-index:10;
    width:95%;
}

.featured-card{
    position: absolute;
    bottom: 35px;
    left: 40px;
    font-size: 12px;
    z-index: 10;
    width: 80%;
    color:white;
    font-size:20px;
}
.featured-card a{
    color:white;
    font-size:20px;
}

.video-card a{
    color:white;
    font-size:12px;
    line-height: 16px;
}

.video-card.mobile{
    position: absolute;
    bottom: 10px;
    left: 5px;
    font-size:10px;
    z-index:10;
}

.featured-img{
    padding: 10px 30px;
    background-color: #3B8468;
}

.featured-img img{
    border-radius:10px;
}

.video-card.mobile a{
    color:white;
    font-size:10px;
    line-height: 16px;
}

.video-card a:hover{
    color:#ffcc00;
}

.mob-home .announcement-bar{
    position: static;
    z-index: 10;
    background-color: #3B8468!important;
}

.mob-home .announcements-label{
    font-size:12px;
    padding-left:5px;
}

.mob-home .announcement-content a{
    font-size:12px;
}

.mob-home table tr td:first-child{
    width:160px;
    padding:0px;
    padding-left:5px;
}

.mob-home .widget_text tr td:first-child{
    width:50px;
    padding:0px;
    padding-left:7px;
}

.desk-home table tr td:first-child {
    padding: 0px 15px;
}

.mob-home table{
    margin-bottom: 0px;
}

.homepage-card{
    padding:5px 10px;
    color:black;
}

.homepage-card.live{
    background:#098166;
    color:white;
}

.homepage-card label.scheduled{
    color:black;
    background:#bcbcbc;
    text-transform: uppercase;
    padding:0 5px;
}

.homepage-card label{
    font-size:12px;
}

.text-right{
    text-align: right;
}

.homepage-card-table{
    margin-bottom:0px;
}

.homepage-card label.live{
    text-transform: uppercase;
    background:#e7072c;
    color:#fff600;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    padding: 0 10px;
}

.homepage-card-content{
    background:white;
    margin-top:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.homepage-card-content.scheduled{
    background:#e1e1e1;
}

.home-tabs{
    margin-bottom:20px;
}

.homepage-card-content table tr td{
    padding:10px 5px;
}

label.card-score{
    font-size:14px;
    font-weight:bold;
    line-height: 14px;
}

span.card-overs{
    font-size:10px;
}

.homepage-tabs{
    border-bottom:1px solid #b5b5b5;
    padding-top:10px;
    white-space: nowrap;
      -ms-overflow-style: none; /* for Internet Explorer, Edge */
      scrollbar-width: none; /* for Firefox */
      overflow-y: scroll; 
}

.homepage-tabs::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.homepage-pills{
    font-size:14px;
    color:#9c9b9b!important;
}

.homepage-pills.active{
    background:transparent!important;
    color:black!important;
    font-weight:bold;
}

.carousel-indicators.homepage{
    position: static;
    margin:20px 0 0;
}

.carousel-indicators.homepage [data-bs-target]{
    background-color:#000;
}

.indicator-arrows{
    margin-top:20px;
    border: none;
}

.homepage-tabs.mobile{
    flex-wrap: nowrap;
    overflow-y: hidden;
}

.homepage-i{
    padding-top:0px;
    cursor: pointer;
}

.homepage-i.back{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.homepage_fixtures{
    max-width: 400px!important;
    margin-bottom:30px;
}

.homepage_fixtures .widget-title{
    background: rgb(222,15,54);
    background: linear-gradient(180deg, rgba(222,15,54,1) 0%, rgba(128,27,27,1) 100%);
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
}

.fixture-dir{
    display: inline-block;
    width:2%;
}

.fixture-dir.mid{
    width:95%;
}

/*
.row.homepage-featured{
    overflow: hidden; 
}

.homepage-featured [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    padding-left:0px;
    padding-right: 0px;
}
*/

.row.homepage-featured {
    display: table;
}

.homepage-featured [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 0px;
    padding-right: 0px;
}

.homepage-featured-left, .homepage-featured-spacer{
    background: #2d6750;
}

.homepage-featured-right{
    position: relative;
}

.right-overlay{
    background: rgb(45,103,80);
    background: linear-gradient(102deg, rgba(45,103,80,1) 10%, rgba(45,103,80,0.6) 12%, rgba(45,103,80,0.3) 14%, rgba(45,103,80,0) 15%);
    position: absolute;
    width: 100%;
    height: 100%;
}

[class*="col-"].homepage-featured-left{
    padding-right:40px;
}

.homepage-featured-link{
    color:white;
    font-size:22px;
}

.homepage-featured-link:hover{
    color:#ffcc00;
    font-size:22px;
}

.homepage-featured-button{
    padding:5px 10px;
    border: 1px solid white;
    color: white;
    border-radius: 5px;
    margin-top:10px;
    font-size:14px;
}

.homepage-featured-button:hover{
    color:#ffcc00;
    border-color:#ffcc00;
}

.carousel-indicators.featured [data-bs-target]{
    opacity: 1;
}

.carousel-indicators.featured .active{
    background-color:#e4ff00;
}

.carousel-indicators.featured.mobile{
    margin-bottom:5px;
}

.dayname{
    font-weight:normal;
    font-size:28px;
    display:inline-block;
}

/*
.radar-cal{
    display:inline-block;
    font-size:20px;
    background-color:white;
    color:#2d6750;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    text-align: center;
    padding-top:3px;
    cursor: pointer;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
}
*/

.radar-cal{
    display:inline-block;
    font-size:20px;
    background-color:#2d6750;
    color:#fff;
    width: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    padding-top:8px;
}

.radar-cal.mob{
    display:block;
    font-size:20px;
    background-color:#2d6750;
    color:#fff;
    text-align: center;
    position: static;
}

.datebut{
    border:3px solid #949494;
    color:#949494;
    text-align: center;
    padding:6px 0px;
    cursor: pointer;
}

.datebut.active{
    color:#2d6750;
    border:3px solid #2d6750;
    border-color:#2d6750;
}

.datebut a{
    color:#6d6c6c;
}

.datebut.active a{
    color:#2d6750!important;
}

.datelink:hover > .datebut{
    color:#2d6750;
    border:3px solid #2d6750;
}

.datebig{
    font-size:22px;
    cursor: pointer;
}

.datebig.nums{
    font-size:30px;
}

.datebig.mob{
    font-size:16px;
}

.indicator-arrows.date{
    margin-top:10px;
}

.indicator-arrows.mob{
    margin-top:0px;
}

.date-comp{
    display: inline-block;
    padding:10px 15px;
    background: #2d6750;
    color:white;
    font-weight: bold;
    font-size: 20px;
}

.matches-container{
    margin: 0px 12px 30px;
    padding: 15px;
    border-top: 1px solid #2d6750;
}

.matches-container .homepage-card{
    margin-bottom:15px;
}

.cricket-header{
    background:#000;
    height:560px;
    padding:5px 0;
}

.cricket-header-table{
    margin-bottom: 0px!important;
}

.cricket-header-table tr td{
    padding:0px;
}

.schedule-page label.scheduled{
    background:#3b8468!important;
    color:white!important;
    border-radius:5px;
    font-size:10px;
    text-align: center;
    padding:0 10px;
}

.schedule-page label.done{
    background:#ff0000!important;
    color:white!important;
    border-radius:5px;
    font-size:10px;
    text-align: center;
    padding:0 10px;
}

.schedule-pagel-label-l{
    float:left;
    margin-top:5px;
}

.schedule-pagel-label-r{
    float:right;
    margin-top:5px;
}

.pr-0{
    padding-right:0px!important;
}

.cricket-live.live{
    background:#fff;
}

.status-note{
    width: 100%;
    text-align: center;
    color:rgba(0,0,0,0.5);
}

.cricket-live-table .card-teams, label.cricketlive{
    font-weight: bold;
    font-size:16px;
}

.cricket-live-table .card-overs{
    font-weight: bold;
    font-size:12px;
}

.long-live{
    text-transform: uppercase;
    background:#e7072c;
    color:#fff600;
    padding:0 30px;
    font-size:12px;
    border-radius: 3px;
}

.long-label{
    margin-top:5px;
    font-size:16px;
}

.cricket-title-label{
    display: inline-block;
    padding:10px 15px;
    background: #000;
    color:white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 1070px;
    margin-left: -1000px;
    margin-bottom:30px;
}

.cricket-title-label.mob{
    padding-left:0;
    margin-left:0;
}

.cricket-over-label{
    background:black;
    margin-bottom:30px;
}

#series-tab{
    border-bottom:1px solid #2d6750;
    padding:0;
    display:inline-flex;
}

#series-tab.nav-pills .nav-link{
    padding:4px 16px;
    margin:5px 15px;
    text-transform: uppercase;
    color:#2d6750;
}

#series-tab.nav-pills.mob .nav-link{
    padding:4px 10px;
    margin:5px ;
    text-transform: uppercase;
    color:#2d6750;
}

#series-tab.nav-pills .nav-link.active, #series-tab.nav-pills .show>.nav-link{
    background-color:#2d6750;
    color:white;
}

.series-container{
    padding:15px 0;
    background:#e3e3e3;
    margin-bottom:50px;
    min-height:150px;
}

.series-container-list{
    text-align: center;
    border:2px solid #2d6750;
    border-radius: 5px;
    padding:10px;
    background:white;
    margin-bottom:15px;
}

a .long-label{
    color:black;
}

a .long-label, a .status-note{
    cursor: pointer;
}

.series-fixtures{
    margin-bottom:0px!important;
}

.series-fixtures thead tr th{
    background:#2d6750;
    color:white;
    text-align: center;
    text-transform: uppercase;
    font-size:12px;
    border:none;
}

.series-fixtures thead tr th:first-child{
    color:yellow;
    text-align: left;
}

.series-fixtures tbody tr td{
    text-align: center;
    border-bottom:1px solid yellow;
    background:white;
    font-size:12px;
    font-weight: bold;
}

.series-fixtures tbody tr td:first-child{
    text-align: left;
}

.standings-container{
    padding: 30px!important;
    background: #e3e3e3;
    margin-bottom: 30px;
}

.fixture-container{
    padding: 15px 30px!important;
    background: #fff;
    margin-bottom: 15px;
}

.fixture-container:nth-child(odd){
    background:#e3e3e3;
}

.fixture-pagination{
    justify-content: center;
}

.fixture-pagination .page-link{
    color:black;
}

.fixture-pagination .page-link:hover{
    color:yellow;
    background-color:#2d6750;
}

.icc-sub-tab .nav-link{
    width:33.33%;
    color:#2d6750;
    border:2px solid #2d6750!important;
    font-weight: bold;
    font-size:24px;
}

.icc-sub-tab .nav-link.active, .icc-sub-tab .nav-link:hover{
    background-color:#2d6750!important;
    color:yellow!important;
}

.icc-sub-tab-content .tab-pane{
    padding:15px;
    background:#2d6750;
}

.icc-table th{
    color:white;
    border-color:#2d6750;
    text-align: center;
}

.icc-table th:nth-child(2){
    text-align: left;
}

.icc-table td{
    background-color:white!important;
    border:none!important;
    border-bottom:1px solid rgba(0,0,0,0.2)!important;
    font-size:12px;
    font-weight: bold;
}

.search{
    position: relative;
    margin-bottom:30px;
}

#main .search input{
    height: 60px;
    text-indent: 25px;
    border: 2px solid #2d6750;
    border-radius:0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.search.mob input, .search.team-s input{
    border-radius: 30px!important;
}


#main .search input:focus{
    box-shadow: none;
    border: 2px solid #2d6750;
}

#main .search button{
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 50px;
    background: #2d6750;
    color:white;
    border-radius: 25px;
}

#main .search button:hover{
    background: #2d6750;
    color:yellow;
}

.main-search{
    position: relative;
}

.main-search button{
    position: absolute!important;
    top: 0px;
    right: 0px;
    height: 32px;
    width: 32px;
    background: transparent;
    color:#aaa;
    border-radius: inherit;
    border:none;
    padding:0;
}

.main-search button:hover{
    background:transparent;
    color:black;
}

.main-search input:focus{
    box-shadow: none;
    border: 1px solid #ced4da;
}

.main-search input:hover{
    box-shadow: none;
    border: 1px solid #ced4da;
}

.main-search input{
    font-size:12px;
}

.desktop-search-btn{
    margin-left:10px!important;
}

.teams-container-list{
    text-align: left;
    border-bottom:1px solid rgba(0,0,0,0.2);
    padding:10px;
    background:white;
}

.teams-container-list .long-label{
    color:#2d6750;
}

.teams-container-list .fi{
    margin-right:10px;
}

.players-select{
    height: 60px;
    text-indent: 25px;
    border: 2px solid #2d6750!important;
    border-radius:0!important;
    border-top-left-radius: 30px!important;
    border-bottom-left-radius: 30px!important;
    border-right:none!important;
}

.players-select.mob{
    height: 60px;
    text-indent: 25px;
    border: 2px solid #2d6750!important;
    border-radius:30px!important;
    margin-bottom:15px;
    background-color: #2d6740!important;
      color: #FFFFFF!important;
      background: #2d6740 url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 4 5'><path fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/></svg>") right .75rem center/8px 10px no-repeat!important;
}

.players-select.mob:after{
    color: #fff;
}

.text-left{
    text-align: left!important;
}

#player-container{
    max-height: 558px;
    overflow: hidden;
}

.load-more-players{
    background-color:#2d6750!important;
    color:white;
    padding:5px 50px;
    border:none;
    border-radius: 10px;
    margin-top: 20px;
}

.load-more-players:hover{
    color:yellow;
}

.bgplayer{
    background:#e3e3e3;
}

#player-container .long-label, #player-container .status-note{
    font-size:14px;
}

label.player-name{
    color:#2d6750;
    font-size:24px;
    font-weight: bold;
    width: 100%;
    border-bottom:2px solid #2d6750;
    margin-bottom:30px;
}

label.player-subtitle{
    color:rgba(0,0,0,0.5);
    font-size:20px;
    width:100%;
}

label.player-content{
    color:black;
    font-size:20px;
    width:100%;
    font-weight: bold;
    margin-bottom:30px;
}

.date-comp.players-comp{
    padding-left:50px;
    padding-right:50px;
    text-transform: uppercase;
}

.players-table th, .players-table td{
    text-align: center;
}

.players-table th:first-child, .players-table td:first-child{
    text-align: left;
}

.players-table tbody td{
    background:white;
}

#match-center .entity_sport_cricket_widget.entity-match-center .match-links-mobile{
    background-color: #fff;
    border: none;
}

#match-center .entity_sport_cricket_widget.entity-match-center .match-links-mobile li.active a, #match-center .entity_sport_cricket_widget.entity-match-center .match-links-mobile li a:hover{
    color: #2d6750;
    background-color: #fff;
    border: 3px solid #2d6750;
    margin-right: 10px;
}

#match-center .entity_sport_cricket_widget.entity-match-center .match-links-mobile li a{
    color: rgba(0,0,0,0.3);
    background-color: #fff;
    border: 3px solid rgba(0,0,0,0.3);
    margin-right: 10px;
}

#match-center .entity_cricket_widget_match-scorecard .inning-scorecard .inning-heading, #match-center .entity_sport_cricket_widget.match-commentary .inning-commentary .inning-heading{
    color: #333 !important;
    background: yellow;
}

#match-center .entity_cricket_widget_match-scorecard .accordion-open .inning-heading, #match-center .entity_sport_cricket_widget.match-commentary .accordion-open .inning-heading{
    background:#2d6750;
    color:white!important;
}

#match-center .entity-widget-main-div .entity_accordion .accordion-btn:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    margin-top: -12px;
    content: "\f107";
    color:#2d6750;
}

#match-center .entity-widget-main-div .accordion-open .accordion-btn:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    margin-top: -12px;
    content: "\f106";
    color:yellow;
}


#match-center .entity_cricket_widget_match-scorecard .inning-scorecard .inning-heading .scores_full, #match-center .entity_sport_cricket_widget.match-commentary .inning-commentary .inning-heading .scores_full{
    background:#2d6750!important;
    color:yellow!important;
}


#match-center .entity_cricket_widget_match-scorecard .accordion-open .inning-heading .scores_full, #match-center .entity_sport_cricket_widget.match-commentary .accordion-open .inning-heading .scores_full{
    background:yellow!important;
    color:#2d6750!important;
}

#match-center .entity-cricket-match-center-header .teama.winnerTeam .teamName::after, .entity-cricket-match-center-header .teamb.winnerTeam .teamName::after{
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
}

.cricket-title-label.mob{
    padding-left:0;
    padding-right:0;
    margin-left:0;
    width: 100%;
    text-align: center;
    margin-bottom:0px;
}

.long-label.mob{
    font-size:14px;
    margin-bottom:10px;
}

.matches-container.mob{
    border:none;
}

.icc-mob .nav-item{
    width:50%;
}

.icc-mob .nav-item .nav-link{
    width:100%;
    margin:5px 0px!important;
}

.for-desk{
    display:block;
}

.for-desk-stream{
    display: block;
}

.for-mob{
    display:none;
}

.for-mob-stream{
    display: none;
}

.sports-categories{
    background: #f1f2f2;
    padding-top: 5px;
    margin-bottom:30px;
}

.sports-categories-header{
    border-top: 3px solid #378369;    
    padding-top: 2px;
    border-bottom:0px!important;
}

.sports-categories-tag{
    background: #378369;
    padding: 8px 30px;
    color: #f1f2f2!important;
}

.stream-matches{
    min-height:100px;
    margin-bottom:20px;
    text-align: center;
}

.stream-league{
    color:#3b8468;
    font-size:16px;
    font-weight:bold;
    cursor: pointer;
}

.no-pd{
    padding:0px;
}

.stream-nopad{
    padding:0px!important;
    padding-bottom:30px!important;
}

.stream-nopadm{
    padding:0 15px;
}

.stream-league i{
    width:10px;
}

.stream-match-name{
    padding-left:14px;
    padding-top:4px;
    font-size:14px;
    font-weight: bold;
}

.stream-match-time{
    padding-left:14px;
    font-size:12px;
    padding-top:5px;
}

.stream-divide{
    border-right: 1px solid rgba(0,0,0,0.1);
    margin-bottom:20px;
    text-align: center;
}

.stream-divide:nth-child(4n){
    border:none;
}

.ls{
    height: 60px;
}

.livescore-cont{
    margin-top:30px;
}

.announcement-content{
  overflow: hidden;
    max-width: 650px;
    padding:0px!important;
}

.announcement-ul{
    list-style: none;
    padding:0px!important;
    margin: 0;
}

.announcement-ul li{
    background:transparent;
    border:none;
}

.announcement-ul a{
    white-space: nowrap;
}

.marq{
    padding-top:10px;
}

.marq-link{
    padding-right: 30px;
}

.announcement-content .textwidget {
  /* animation properties */
/*
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 10s linear infinite;
  -webkit-animation: my-animation 10s linear infinite;
  animation: my-animation 10s linear infinite;
*/
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
    
#main .status-3, .entity-cricket-match-center-header .status-3, .status-live{
    background-color:red!important;
    color:yellow!important;
}
    
.home-featured{
    width:100%;
}

.entity-widget-main-div table th{
/*
    background-color:white!important;
    color: #eee!important;
*/
    line-height: 20px!important;
    padding: 15px 5px!important;
}

.entity-widget-main-div.whereUwantToPutOnlyIdseries_top_pages table th{
    padding:7px!important;   
}

.entity-widget-main-div[esize=small] table.rankingTable td{
    padding:7px!important;
}

.entity-widget-main-div .rankingTable td:first-child{
    background:none!important;
}

.entity-widget-main-div .rankingTable tr:nth-child(n+7){
    display: none;
}

.entity_sport_cricket_widget table.standingTable tr:nth-child(odd) td{
    background-color:#2d664f!important;
    color:white!important;
}

.entity_sport_cricket_widget table.standingTable tr:nth-child(even) td{
    background-color:#265743!important;
    color:white!important;
}

.entity_sport_cricket_widget .column-team a{
    color:white!important;
}

.bg-icc{
    background: rgb(28,28,28);
background: linear-gradient(90deg, rgba(28,28,28,1) 0%, rgba(0,0,0,1) 100%);
}

.icc-cup-img{
    height:250px!important;
    float:right;
    margin-right:70px;
}

.icc-desk-tab{
    display:flex;
    align-items: flex-end;
    padding-bottom: 30px;
}

#icc-tab{
    border-bottom:1px solid #2d6750;
    padding:0;
    display:inline-flex;
}

#icc-tab.nav-pills .nav-link{
    padding:4px 16px;
    margin:5px 15px;
    text-transform: uppercase;
    color:#fff;
}

#icc-tab.nav-pills.mob .nav-link{
    padding:4px 10px;
    margin:5px ;
    text-transform: uppercase;
    color:#fff;
}

#icc-tab.nav-pills .nav-link.active, #icc-tab.nav-pills .show>.nav-link{
    background-color:#2d6750;
    color:white;
}

#icc-tab.icc-mob .nav-link{
    padding:4px 10px;
    margin:5px ;
    text-transform: uppercase;
    color:#2d6750;
    background:white;
    font-size:14px;
    font-weight: bold;
}

.footer-sub{
    max-height: 50px;
    max-width: 300px;
    margin: 0px auto;
}

.footer-sub input[type="email"]{
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    padding: 3px 6px;
    border:none;
}

.footer-sub-but{
    font-size: 12px!important;
    background-color: #3B8468!important;
    color: white!important;
    border-color: #3B8468!important;
    padding: 2px 15px!important;
    border-radius: 0!important;
}
.footer-table td{
    padding:0.5rem 0px!important;
}

.footer-sub .wpcf7-spinner{
    display:none;
}

.wpcf7-not-valid-tip{
    font-size:12px;
}

.wpcf7-response-output{
    font-size:12px;
    color:white;
}


.cricket-nav{
    background:yellow;
    padding:5px 15px;
}

.cricket-nav-mob{
    color:#2d6750;
    font-weight: bold;
    text-transform: uppercase;
}

.cricket-nav-mob.right{
    float:right;
}

.cricket-title-label.icc{
    background:transparent;
}

.icc-mob-bg{
    background:url('/wp-content/themes/bjsports/assets/img/icc-bg.jpg')top center no-repeat;
    background-size: cover;
}

#fixtures-mob{
    margin:15px 0;
}

.fixture-label{
    font-weight: bold;
    font-size:14px;
}

.mob-ajax .alm-btn-wrap{
    text-align: center;
}

.join-fb.social-bn, .join-telegram.social-bn{
    font-size:12px;
}

.featured-card.bn-title{
    font-size:16px;
}

.datebig.bn-date{
    font-size:10px!important;
}

.post a{
/*    color:black!important;*/
}

.cateimg{
    width:100%;
}

.cricimg{
    max-height: 200px;
}

.subform-title{
    font-size:20px;
    margin-bottom:20px!important;
    text-align: center;
}

.sub-form{
    display: flex;
    justify-content: center;
    text-align: center;
    padding:30px 0;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
    justify-content: center;
}

.subformtxt{
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #ddd;
}

.subformbtn{
    background: #c1272d;
    box-shadow: inset 0.4em 0.4em 0.4em 0 rgba(165,5,17,0.8), inset -0.4em -0.4em 0.4em 0 rgba(114,0,14,0.8);
    color:white;
    border:none;
    padding:10px 20px;
    margin-top:20px;
    cursor: pointer;
}

.subformbtndisable{
    background:#999;
    box-shadow: none;
}

.wpcf7-spinner{
    display: none;
}
    
.bajiclose:hover{
    color:#a41f2f!important;
}

.sub-form .wpcf7-response-output{
    color:black;
    margin-bottom:0;
}

.bajiclose{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: transparent;
    color: black;
    padding-left: 2px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}


.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
    margin-bottom:20px;
}

.fvid{
    position: relative;
}

.video-thumbnail:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 100px;
    color: #fff;
    opacity: 1;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover:before {
    color: #eee;
}

.video-thumbnail.mobb:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 50px;
    color: #fff;
    opacity: 1;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.entry-content .container{
    padding:0px;
}

.entry-content .container h1{
    display: none;
}

.entry-content figure{
/*    display:none;*/
}

.entry-content .attachment-large{
/*    display: none;*/
}

#highlightbn, #latest-bn, #highlighthi{
    display: none;
}

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

    .desktop-search-btn{
        display:none!important;
    }
    
    .desktop-lang-menu{
        display:none!important;
    }
    
    .footer-mid{
        text-align: center;
    }
    
    .footer-nav{
        justify-content: center;
        border-top:1px solid #606060;
        margin-top:20px;
        padding-top:20px;
    }
    
    .footer-nav .nav-link{
        padding:5px 15px;
        font-size:14px;
        color:#606060!important;
    }
    
    .footer-left{
        padding-bottom:20px;
    }
    
    .single-post-excerpt{
        display:none;
    }
    
    .match-highlights-time{
        padding-top:15px;
    }
    
    .homepage-ads-widget{
        display: inline-block!important;
        width:33%;
        padding:0 5px;
    }
    
    .homepage-socials{
        position: fixed;
        right: 0px;
        top: 50%;
        width: 40px;
        z-index: 100;
    }
    
    .join-fb{
        background: #2d6750;
        border-radius: 0;
        border-top-left-radius: 10px;
        margin-bottom: 0;
        border-bottom:1px solid yellow;
    }
    
    .join-telegram{
        background: #2d6750;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        margin-bottom: 0;
    }
    
    .join-fb i, .join-telegram i{
        padding:0px!important;
    }
    
    .more-but{
        display: inline-block;
        margin: 0 auto;
        background: #6e6e6e;
        padding: 4px 10px;
        color: white;
        font-size: 12px;
        text-transform: uppercase;
    }
    
    .more-but:hover{
        color:white;
    }
    
    .more-cont {
        display: none;
    }
    .footer-sub{
        margin: 15px auto;
    }
    
}

@media only screen and (max-width:480px){
    .announcement-content{
        overflow: hidden;
        max-width: 370px;
    }
    
    #series-tab.nav-pills .nav-link{
        margin:5px;   
    }
    
    .icc-mob .nav-item .nav-link{
        width:80%;
        margin:5px auto!important;
    }
    
    .bajiclose{
        right:10px;
        top:0;
        z-index: 11000;
    }
    
    #flipFlop .modal-dialog{
        overflow:hidden;
    }
    
    .subformtxt{
        border-radius: 10px;
        padding: 5px 10px;
        margin: 10px 0;
        text-align: center;
        border: 1px solid #ddd;
        width:90%;
    }
    
    .sub-form p{
        margin-bottom:0px;
    }
    
    
    .cricimg{
        max-height: 107px;
    }
}