/*
Theme Name: JNews - Child Theme
Version: 1.0.2
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
.lcw-match-slider-inner .slick-next{
	right: -5px !important;
}
.lcw-match-slider-inner .slick-prev {
    left: -5px !important;
	z-index:999;
}
.ulcwp-fixtures-data{
	background:#fff;
	border: 1px solid #000;
}
.ulcwp-fixtures-data-head{
	border-bottom: 1px solid #000;
}
.lcw-match-slider-inner {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}


.home .entry-header{
    display: none;
}
.jeg_double_sidebar .home-row .jeg_main_content {
    left: unset;
    width: 100%;
}
.jeg_double_sidebar .jeg_sidebar.left {
    padding-right: 15px;
}
.jeg_double_sidebar .jeg_sidebar.right{
	padding-left: 15px;
}
.jeg_postblock_3.jeg_col_3o3 .jeg_pl_md_2 .jeg_post_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
}
.jeg_pl_sm .jeg_post_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.widget_jnews_popular .popularpost_list {
    padding: 0;
}
.content-inner .jeg_tabpost_nav {
    padding: 0;
    margin: 0;
    list-style: none;
}
.jeg_desktop_logo .jeg_logo_img {
    max-width: 220px;
}
.home .jeg_postblock_3 .jeg_post_title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home .jeg_postblock_3 .jeg_thumb {
    width: 160px;
    margin-right: 20px;
}
.jeg_footer .copyright {
    margin: 0;
}
.jeg_footer_secondary {
    padding: 20px 0;
}
.menu-categories-container #menu-categories {
    padding: 0;
    margin: 0;
}
.menu-categories-container li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-id-23956 .entry-header{
	display:none;
}
.jeg_footer.jeg_footer_custom {
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}
.footer-top .widget {
    text-align: center;
}
.jeg_footer .footer_dark a, .jeg_footer .footer_dark h4 {
    color: #fff;
}
.jeg_footer.dark .jeg_footer_content a:hover, .jeg_footer .footer_dark a:hover, .jeg_footer .widget_nav_menu li.current-menu-item a{
    color: #289dd2;
}
.footer-top .vc_separator h4 {
    font-size: 14px;
    font-weight: 600;
}
.jeg_footer .footer-top .widget_nav_menu li {
    padding-bottom: 15px;
}
.jeg_footer .widget_nav_menu li a {
    font-weight: 500;
}
.footer-middle .jeg-vc-wrapper:after {
    content: '';
    display: table;
    clear: both;
}
.footer-middle .jeg-vc-wrapper {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #50555d;
}
.footer-middle .vc_single_image-wrapper img {
    max-width: 180px;
}
.footer-middle .menu li {
    display: inline-block;
    margin-right: 20px;
}
.footer-menu-2 {
    margin-bottom: 0;
}
.footer-middle .socials_widget {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0 !important;
}
.footer-bottom .jeg_menu_footer {
    margin: 0;
}
.footer-bottom .jeg_menu_footer li:not(:last-child):after {
	display: none;
}
.footer-middle .app-icon {
    margin-top: 20px;
    margin-bottom: 20px;
}
.sidebar-team-menu .menu {
    padding: 0;
    margin-left: -6px;
    margin-right: -6px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.sidebar-team-menu .menu li {
    border: none;
    width: 50%;
    padding: 0;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
}
.sidebar-team-menu .menu li a {
    display: block;
    border-radius: 12px;
    padding: 20px 8px;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
}
.sidebar-team-menu .menu .jeg_font_menu {
    margin-right: 0;
    float: right;
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    top: 0;
}
.sidebar-team-menu .menu li a:before {
    content: '';
    background-color: rgb(23 74 156 / 70%);
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
}
.jnews-dark-mode .sidebar-team-menu .menu li a:before {
    background-color: rgb(0 0 0 / 80%);
}
.sidebar-team-menu .menu li span {
    z-index: 2;
    position: relative;
}
.widget .jeg_block_title {
    text-transform: uppercase;
    font-weight: 700;
}
.heading-icon .jeg_block_title {
    padding-left: 26px;
}
.heading-icon .jeg_block_title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: invert(60%) sepia(27%) saturate(4726%) hue-rotate(165deg) brightness(92%) contrast(77%);
}
.top-team-icon .jeg_block_title:before {
    background-image: url(https://cricketmood.com/wp-content/uploads/2023/07/earth-dark-icon.3958b272.svg);
}
.ranking-icon .jeg_block_title:before {
    background-image: url(https://cricketmood.com/wp-content/uploads/2023/07/rank-icon-dark.1d932f7d.svg);
}
.series-icon .jeg_block_title:before {
    background-image: url(https://cricketmood.com/wp-content/uploads/2023/07/cup-dark-icon.133e379b.svg);
}
body.jnews_boxed_container_shadow .jeg_main .sidebar-series-menu.widget {
    padding: 0;
    background-color: transparent!important;
    box-shadow: none;
}
.sidebar-series-menu.widget_nav_menu li {
    padding: 0;
	margin-bottom: 5px;
}
.sidebar-series-menu.widget_nav_menu li a {
    width: 100%;
    background-color: #fff;
    padding: 14px;
    border-radius: 8px;
}
.jnews-dark-mode .sidebar-series-menu.widget_nav_menu li a {
    background-color: #242424;
}
/* sticky footer */
.sticky-footer-wrap, .jeg_vc_content .sticky-footer-wrap.vc_row[data-vc-full-width=true] {
    position: fixed !important;
    bottom: 0;
    width: 100% !important;
    z-index: 6;
    box-shadow: 2px 0 8px rgba(0,0,0,.1);
	display: none;
}
.sticky-footer-wrap .menu {
    display: flex;
}
.sticky-footer-wrap .menu li {
    flex-grow: 1;
    text-align: center;
    padding: 4px !important;
}
.sticky-footer-wrap .menu a {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 11px;
    border-radius: 8px;
    padding: 2px;
}
.sticky-footer-wrap .menu .jeg_font_menu {
    margin-right: 0;
    margin-bottom: 4px;
    height: 22px;
}
.sticky-footer-wrap .menu li.current-menu-item a {
    background-color: rgb(40 157 210 / 20%);
}
.sticky-footer-wrap .menu li.current-menu-item .jeg_font_menu, .sticky-footer-wrap .menu a:hover .jeg_font_menu {
    filter: invert(60%) sepia(27%) saturate(4726%) hue-rotate(165deg) brightness(92%) contrast(77%);
}

.cric-special-sec .jeg_wrapper {
    background-color: #23272e;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 25px;
}
.cric-special-sec .jeg_wrapper .jeg_block_heading.jeg_block_heading_6:after {
    bottom: 0;
    background-color: transparent;
}
.cric-special-sec .jeg_wrapper .jeg_block_heading.jeg_block_heading_6 {
    border: none;
    margin-bottom: 4px;
}
.cric-special-sec .jeg_slider_wrapper {
    margin: 0;
}
.cric-special-sec .thumbnail-container {
    border-radius: 12px;
}
.cric-special-sec .jeg_item_caption {
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0;
    margin-top: 6px;
}
body.jnews-dark-mode .jeg_slider_type_8 .jeg_item_caption {
    background-color: transparent !important;
}
.cric-special-sec .jeg_item_caption .jeg_post_category a {
    background-color: #045de9 !important;
    color: #fff !important;
    padding: 3px 6px !important;
    border-radius: 10px;
    font-size: 11px;
    margin-bottom: 2px;
}
.cric-special-sec .jeg_item_caption .jeg_post_title {
    margin: 0;
}
.cric-special-sec .jeg_item_caption .jeg_post_title a {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cric-special-sec .jeg_item_caption .jeg_post_meta {
    color: #fff;
}
.cric-special-sec .tns-nav {
    display: flex;
}
.cric-special-sec .tns-nav button {
    width: 100%;
    background-color: #757a82;
    border: none !important;
    height: 4px;
    position: relative;
    overflow: hidden;
}
.cric-special-sec .tns-nav button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #a6c8ff;
    opacity: 0;
}
.cric-special-sec .tns-nav button.tns-nav-active:before {
    opacity: 1;
    width: 100%;
    transition: width 4s linear;
}


.jeg_mobile_wrapper {
    width: 100%;
}
#jeg_off_canvas {
    opacity: 0;
    display: block;
    position: fixed;
    top: 0 !important;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-transition: .3s cubic-bezier(.25,.46,.45,.94);
    -o-transition: .3s cubic-bezier(.25,.46,.45,.94);
    transition: .3s cubic-bezier(.25,.46,.45,.94);
}

@media only screen and (max-width: 1024px){
	.admin-bar #jeg_off_canvas {
		padding-top: 32px;
	}
}
@media only screen and (max-width: 768px){
	.admin-bar #jeg_off_canvas {
		padding-top: 46px;
	}
}
.jeg_show_menu #jeg_off_canvas {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-box-shadow: 1px 0 5px rgba(0,0,0,.1), 3px 0 25px rgba(0,0,0,.18);
    box-shadow: 1px 0 5px rgba(0,0,0,.1), 3px 0 25px rgba(0,0,0,.18);
}
.jeg_mobile_wrapper {
    opacity: 1;
    position: relative !important;
    height: auto !important;
	padding-top: 46px !important;
	padding: 0 20px;
}
.jeg_show_menu .jeg_menu_close {
    opacity: 1;
    color: #000;
    top: 12px;
    border: 1px solid #000;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 999999;
}
.jeg_show_menu .jeg_menu_close .jegicon-cross {
    font-size: 12px;
    line-height: 0.6;
}
.jeg_mobile_wrapper .jeg_aside_item.jeg_aside_html, .jeg_mobile_wrapper .jeg_block_heading h3 {
    border: none;
    padding-bottom: 0;
    font-size: 12px;
    color: #757a82;
    font-weight: 600;
    float: none;
}
.jeg_mobile_wrapper .jeg_block_heading h3 span {
    height: auto;
    line-height: normal;
}
.jeg_mobile_wrapper .jeg_aside_item, .jeg_mobile_wrapper .widget {
    padding: 0;
    border: none;
}
.jeg_mobile_wrapper .jeg_aside_item:first-child {
    margin-top: 20px;
}
.jeg_mobile_wrapper .jeg_aside_item, .jeg_mobile_wrapper .jeg_block_heading{
    margin-bottom: 10px;
}
.jeg_mobile_wrapper .jeg_block_heading:after{
	content: none;
}
.jeg_mobile_wrapper .jeg_block_heading {
    margin-top: 0;
    border: none;
    display: block !important;
}
.jeg_mobile_wrapper .widget_nav_menu li {
    border: none;
    padding: 0;
}
.jeg_mobile_wrapper .widget_nav_menu li a {
    font-size: 13px;
    color: rgb(35, 39, 46);
}
.jeg_mobile_wrapper .jeg_mobile_menu li a {
    padding: 10px;
    background: var(--light-mode-bg);
    font-size: 14px;
    color: #23272e;
    border: 1px solid #f2f4f7;
    font-weight: 600;
    border-radius: 8px;
}
.jeg_mobile_wrapper .jeg_mobile_menu li .jeg_font_menu {
    background-color: rgb(166, 200, 255);
    border-radius: 4px;
    height: 26px;
    width: 26px;
    padding: 2px;
}
.jeg_mobile_wrapper .jeg_mobile_menu .sub-menu {
    background-color: rgb(242, 244, 247);
    padding: 12px 0 8px;
    margin-bottom: 12px;
}
.jeg_mobile_wrapper .jeg_mobile_menu li>a {
    margin: 0;
}
.jeg_mobile_wrapper .jeg_mobile_menu .sub-menu a {
    border: none;
}
.jeg_mobile_wrapper .jeg_mobile_menu>li {
    margin-bottom: 12px;
}
.jnews-dark-mode .jeg_menu_footer li:not(:last-child):after, .jnews-dark-mode .sf-arrows .sf-with-ul:after {
    color: #fff;
}
.jnews-dark-mode .jeg_mobile_wrapper .jeg_mobile_menu .sub-menu {
    background-color: #131313;
}
.tabs-logo .vc_tta-tabs-container {
    margin: 0 !important;
    overflow: unset !important;
}
.tabs-logo .vc_tta-tabs-list {
    display: flex !important;
    align-items: center;
    margin-bottom: 10px !important;
    overflow: unset !important;
}
.tabs-logo .vc_tta-tabs-list .vc_tta-tab {
    flex-grow: 1;
    text-align: center;
}
.tabs-logo .vc_tta-tabs-list .vc_tta-tab:first-child {
    position: relative;
}
.tabs-logo .vc_tta-tabs-list .vc_tta-tab:first-child:after {
    content: '';
    position: absolute;
    background-image: url(https://cricketmood.com/wp-content/uploads/2023/04/cm-black-icon-2-e1691396235692.png);
    right: -30px;
    top: -8px;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f0f1f2;
    z-index: 99;
    border: 6px solid #f0f1f2;
    border-radius: 100px;
}

.tabs-logo .vc_tta-tabs-list .vc_tta-tab:first-child>a {
    border-radius: 10px 0px 0px 10px !important;
}
.tabs-logo .vc_tta-tabs-list .vc_tta-tab>a {
    background-color: #fff !important;
    border-radius: 0;
    border: none !important;
    padding: 12px 14px !important;
}
.tabs-logo .vc_tta-tabs-list .vc_tta-tab:last-child a {
    border-radius: 0 10px 10px 0px !important;
}
.tabs-logo .vc_tta-tabs-list .vc_tta-tab.vc_active>a, .tabs-logo .vc_tta-tabs-list .vc_tta-tab>a:hover {
    background: #045de9 !important;
    color: #fff !important;
}
.fs-table-content {
    margin-left: -4px;
    margin-right: -4px;
}
.fs-table-content .fs-table-btn {
    font-size: 12px;
    font-weight: 700;
    background-color: #f2f4f7;
    color: #23272e;
    margin: 4px 4px 2px 4px;
    padding: 8px 16px;
    border-radius: 100px;
    line-height: normal;
}
.fs-table-content .fs-table-btn .fs-icon {
    max-width: 22px;
    margin-right: 6px;
}
.tabs-logo .vc_tta-tabs-container {
    display: block !important;
}
.pitch-bowling-percentage {
    width: 40%;
    height: 8px;
    background: #a6c8ff;
    margin: 0 16px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.pitch-bowling-percentage .percentage-value {
    position: absolute;
    background-color: #045de9;
    left: 0;
    height: 100%;
}
.pitch-img {
    margin: 16px 0px;
}
.pitch-img img {
    width: 100%;
}
.pitch-condition-wrap span {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}
.pitch-bowling-report .pitch-bowling-content:first-child, .pitch-batting-content:first-child{
    text-align: right;
}
.pitch-batting-content {
    position: relative;
}
.pitch-dashed-icon {
    position: absolute;
    width: 70px;
	bottom: 50%;
}
.pitch-dashed-icon img {
    width: 100%;
}
.pitch-dashed-icon.left-icon {
    left: 120%;
}
.pitch-dashed-icon.right-icon {
    right: 120%;
}
.pitch-average-score {
    text-align: center;
}
.pitch-average-score span:first-child {
    font-size: 32px;
}
.ulcwp-common-section:not(:last-child) {
    margin-bottom: 30px;
}
.section-heading h4 {
    border-bottom: 1px solid rgb(228, 230, 235);
    padding-bottom: 12px;
    color: #045de9;
}
.weather-report-wrap {
    background-color: #e7f0ff;
    border-radius: 8px;
}
.weather-report-wrap .stadium-name {
    padding: 13px 12px;
    border-bottom: 2px solid #fff;
    font-weight: 600;
}
.weather-report-wrap span:first-child {
    margin-right: 6px;
}
.weather-report-wrap span {
    font-size: 14px;
}
.bg-light-gray {
    background-color: #f2f4f7;
}
.bg-light-blue {
    background-color: rgb(231, 240, 255);
}
.bg-light-blue, .bg-light-gray {
    border-radius: 8px;
    padding: 12px;
}
.ulcwp-common-section p:last-child, .note-content p{
    margin: 0 !important;
}
.section-heading img {
    margin-right: 6px;
    width: 20px;
    vertical-align: bottom;
}
.note-content a {
    border: 1px solid #1f9bda;
    border-radius: 50px;
    margin: 0 5px;
    padding: 6px 16px 6px 48px;
    position: relative;
    line-height: normal;
}
.note-content span {
    position: absolute;
    width: 40px;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}
.fs-social-icons p {
    margin: 0;
    font-weight: 600;
}
.fs-social-sec ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}
.fs-social-sec ul li {
    margin: 0;
}
.fs-social-sec ul li:not(:last-child) {
    margin-right: 20px;
}
.fs-social-icons {
    padding: 16px 24px;
}
.pitch-condition-wrap {
    margin-top: 20px;
}
.recomended-player-wrap{
	position: relative;
}
.recomended-player-wrap:before {
    content: '';
    background-image: url(https://cricketmood.com/wp-content/uploads/2023/07/cm-white.png);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 85%;
    height: 16%;
    background-position: center;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.recomended-row {
    z-index: 1;
    position: relative;
}
.contest-wrap{
	border: 1px solid #f2f4f7;
    overflow: hidden;
    border-radius: 12px 12px 6px 6px;
}
.contest-wrap .contest-point {
    color: #0569ff;
    font-weight: 700;
}
.contest-header a {
    background-color: #0569ff;
    color: #fff;
    padding: 6px 12px;
    display: inline-block;
    line-height: normal;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 0.6px;
}
.contest-cards {
    margin: 0 -8px;
    margin-top: 10px;
    overflow: auto;
}
.contest-cards::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.contest-cards::-webkit-scrollbar{
	width: auto;
	height: 6px;
	background-color: #F5F5F5;
}
.contest-cards::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #6a6a6a;
}
.contest-card {
    flex: 0 0 auto;
    width: 16.66%;
    padding: 0 8px;
}
.contest-card-inner {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-right: 1px solid #f2f4f7;
}
.contest-card .player-image {
    background-color: rgb(227 232 233 / 60%);
    border: 1px solid rgb(79 82 94 / 40%);
    border-radius: 200px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    padding: 8px;
    margin: 0 auto;
}
.contest-card .player-image-wrap {
    margin-bottom: 12px;
	display: inline-block;
}
.contest-card .contest-card-content h4 {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    line-height: 1.3 !important;
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.contest-card-content p {
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    font-size: 10px;
    color: #9c9c9c;
}
.contest-card .player-badge {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #02B875;
    border-radius: 50%;
    bottom: 0px;
    right: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
}
.contest-card .player-team img {
    width: 40px;
    border-radius: 4px;
    margin-bottom: 6px;
}


@media(max-width: 1199px){
	.container, .vc_column_container{
		max-width: 100%;
	}
	.footer-middle .wpb_single_image {
			text-align: center;
			margin-bottom: 20px !important;
	}
	.footer-middle ul {
			text-align: center;
	}
	.footer-middle .socials_widget {
			width: 100%;
			text-align: center;
	}
	.footer-bottom .jeg-vc-wrapper {
			display: flex;
			flex-direction: column-reverse;
			text-align: center;
	}
	.footer-bottom .footer_right {
			text-align: center;
			margin-bottom: 10px;
	}
}
@media(max-width: 991px){
	.pitch-condition-wrap span {
		font-size: 13px;
	}
	.recomended-player-wrap {
		width: 100%;
	}
	.pitch-dashed-icon {
		width: 54px;
	}
	.contest-card {
		width: 25%;
	}
}
@media(max-width: 767px){
	.sticky-footer-wrap, .jeg_vc_content .sticky-footer-wrap.vc_row[data-vc-full-width=true]{
		display: block;
	}
	.tabs-logo .vc_tta-panel-heading {
		display: none !important;
	}
	.tabs-logo .vc_tta-tabs-list .vc_tta-tab>a {
		padding: 10px !important;
	}
	.tabs-logo .vc_tta-tabs-list .vc_tta-tab .vc_tta-title-text {
		margin-left: 4px !important;
	}
	.tabs-logo .vc_tta-tabs-list .vc_tta-tab:first-child:after {
		width: 50px;
		height: 50px;
		top: -4px;
		right: -25px;
	}
	.pitch-condition-wrap span {
		font-size: 12px;
	}
	.pitch-average-score span:first-child {
		font-size: 20px;
	}
	.pitch-dashed-icon.left-icon {
		left: 40%;
	}
	.pitch-dashed-icon.right-icon {
		right: 40%;
	}
	.pitch-dashed-icon {
		width: 35px;
		bottom: 120%;
	}
	.weather-report-sec, .fs-social-icons, .note-content{
		flex-direction: column;
		align-items: flex-start !important;
	}
	.weather-report-sec img {
		width: 20px;
	}
	.fs-social-icons {
		padding: 12px;
	}
	.note-content a {
		margin-left: 0;
		margin-top: 10px;
	}
	.fs-table-content {
		flex-wrap: nowrap !important;
		overflow: auto;
	}
	.fs-table-content .fs-table-btn {
		flex-shrink: 0;
	}
	.contest-card {
		width: 33.3333%;
	}
	
}
@media(max-width: 499px){
	.home .jeg_postblock_3 .jeg_thumb {
		width: 80px;
			margin-right: 10px;
	}
		.home .jeg_postblock_14 .jeg_post_title {
		font-size: 16px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.contest-card {
		width: 50%;
	}
}
.ulcwp-table .table{
	width:100% !important
}
.jnews-dark-mode .yottie-widget-header, .jnews-dark-mode #yottie_1 .yottie-widget-feed-section-slide, .jnews-dark-mode #yottie_1 .yottie-widget-video, .jnews-dark-mode #yottie_1 .yottie-widget-feed{
    background-color: #242424 !important;
}
.jnews-dark-mode #yottie_1 .yottie-widget-header-channel-caption {
    color: rgb(255 255 255);
}
.jnews-dark-mode #yottie_1 .yottie-widget-header-channel-properties-item {
    color: rgb(192 192 192 / 70%);
}
.list-title{
	color:#fff !important;
}

/* dark-mode-css */
.jnews-dark-mode .ulcwp-fixtures-data {
    background-color: #242424;
}
.jnews-dark-mode .ulcwp-match-team-info, .jnews-dark-mode .ulcwp-match-info .badge, .jnews-dark-mode .ulcwp-prediction-name span {
    color: #fff;
}
.jnews-dark-mode .ulcwp-custom-tabs .nav-tabs .nav-link {
    background-color: #494949;
}
.jnews-dark-mode .ulcwp-table, .jnews-dark-mode .entry-content thead tr, .jnews-dark-mode .entry-content tr {
    border-color: #504f4f !important;
}
.jnews-dark-mode .lcw-match-slider-inner .filter-btn.active {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}
.jnews-dark-mode .lcw-match-slider-inner .filter-btn {
    color: #fff;
}
.sidebar-ranking .ulcwp-tabs-style2 .nav-tabs .nav-item a{
	font-size:11px;
}


/* theme-dark-mode */
.jnews-dark-mode .sticky-footer-wrap .menu .jeg_font_menu {
    filter: brightness(0) invert(1);
}
.jnews-dark-mode .section-heading h4{
	color:#045de9;
}
.jnews-dark-mode .tabs-logo .vc_tta-tabs-list .vc_tta-tab.vc_active>a{
	color:#fff;
}
.jnews-dark-mode .tabs-logo .vc_tta-tabs-list .vc_tta-tab >a{
	color:#23272e !important;
}
.jnews-dark-mode .vc_tta-color-grey.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,.jnews-dark-mode .ulcwp-team-img{
	background-color:#242424;
}
.jnews-dark-mode .weather-report-wrap, .jnews-dark-mode .fs-table-content .fs-table-btn{
	background-color: #1a1a1a;
}
.jnews-dark-mode .ulcwp-accordion #accordion .panel-title a, .jnews-dark-mode .ulcwp-accordion .panel-default > .panel-heading, 
.jnews-dark-mode .ulcwp-accordion .panel-default > .panel-heading a{
    background-color: #494949 !important;
}
.jnews-dark-mode  .weather-report-wrap .stadium-name{
	border-bottom: 2px solid #242424;
}
.jnews-dark-mode .fs-table-content .fs-table-btn{
	color: #fff;
}
.jnews-dark-mode .fs-icon{
	filter: brightness(0) invert(1) opacity(.7);
}
.jnews-dark-mode .vc_tta.vc_tta-style-modern .vc_tta-panel-body{
	background-image:none
}
.jnews-dark-mode .tabs-logo .vc_tta-tabs-list .vc_tta-tab:first-child:after{
	background-image: url(https://cricketmood.com/wp-content/uploads/2023/08/white-cm-icon.png) !important;;
	background-color: #23272e !important;
}
.jnews-dark-mode .bg-light-blue {
    background-color: #494949;
}
.jnews-dark-mode .bg-light-gray {
    background-color: #1a1a1a;
}





