/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/* header date css */
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    background-color: #f8f9fa;
    color: #111831;
}
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}
#wpadminbar a {
    color: #fff !important;
}
a{
	color:black;
}
.elementor-icon-box-title a{
	color:white !important;
}
.calendar-slider {
    display: flex;
    overflow-x: auto;
    padding: 0px 0;
    white-space: nowrap;
}
.channel-name{
	flex-grow: unset !important;
	width: 118px !important;
}
.icon-filter:hover {
    filter: invert(1);
    background-color: black !important;
    padding: 20px; 
    transition: 0.2s;
}
.customapiwork .e-con-inner{
	overflow-x: scroll;
}
.icon-filter {
    padding: 19px ;
}
.date-header{
	text-align: center !important;
}
.page-id-162 .league-card{
	color:white !important;
}
.page-id-162 .league-card:hover {
    color: #083a5d !important;
}
/* leagues and sports */
.league-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.league-header img {
    width: 60px;
    height: auto;
}
.league-title {
    font-size: 20px;
    font-weight: bold;
}
.league-description {
    margin-bottom: 30px;
    font-size: 14px;
}
.match-date {
    background-color: transparent;
    color: #233B5B;
    text-align: center;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.match-card {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 10px;    
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
}
.match-info {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1 1 300px;
}
.ball-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.ball-icon img {
    width: 18px;
    height: 18px;
    margin: 4px 10px 0 10px;
}
.match-time {
    font-size: 12px;
    color: #111831;
    font-weight: 400;
}
.teams,.tournament{
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    height: 20px !important;
    margin: 0;
}
.teams {
    gap: 5px !important;
	color:#1b3b5a;
    font-weight: 600;
}
.tournament {
    color: #111831;
}
.divider {
    width: 10px;
    height: 1.5px;
    background-color: #000;
    margin: 0px;
}
.broadcasters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    zoom: 1.3;
}
.broadcasters img {
    max-height: 24px;
}


.sport-list {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.sport-list .sport-item {
    text-align: center;
    width: 70px;
    padding: 0;
    vertical-align: middle;
}

.sport-list .sport-item:hover {
 transform: translateY(-5px);
}

.sport-list .sport-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.sport-list .sport-icon{
    border: 1px solid black;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.sport-list .sport-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.sport-list .sport-title {
    margin-top: 8px;
    font-size: 10px;
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
}
div#show-all-sports {
    cursor: pointer;
}


.sport-list .hidden-sport {
  display: none;
}


.sport-list .hidden-sport.visible {
  display: block;
}


.sport-group .sport-item span {
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}

.search-results .site-main {
    padding: 60px 0px;
}

.search-results .page-header {
    margin-bottom: 40px;
}

.search-results .page-header .entry-title span {
    color: #47f8a0;
    text-transform: capitalize;
}
@media (max-width: 600px) {
    .match-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .broadcasters {
        justify-content: flex-start;
    }
}
.page-id-162 .league-card {
	height: 150px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}
.page-content > div > div > .e-con-inner{
	max-width: 1100px !important;
}

/* end leagues */
.day {
    min-width: 60px;
    text-align: center;
    padding: 6px;
    flex-shrink: 0;
    transition: background-color 0.3s;
    cursor: pointer;
    font-family: 'Outfit';
    font-size: 16px;
    font-weight: semi-bold;
}
.day-number {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    color: #101010;
}
.day-name,.month{
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #101010;
}
.day.active {
    background-color: transparent;
    font-weight: bold !important;
}
.custom_league_info {margin-top: 15px;background-color: white;box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);border-radius: 5px;}
body .custom_league_info h3 {
    background-color: #1b3b5a;
    color: white !important;
    text-align: left;
    padding: 5px 0px;
    border-radius: 5px 5px 0px 0px;
	margin-bottom: 0px !important;
	padding-left: 10px;
}
.custom_text_area{
	padding:30px !important;
}
.custom_text_area h2,
.custom_text_area h3,
.custom_text_area h1,
.custom_text_area h4,
.custom_text_area h5{
	color: #111831 !important;
	font-family: 'montserrat' !important;
	font-size: 25px !important;
	padding-bottom:10px !important;
	margin: 0;
}
.h-view-all {
    cursor: pointer;
}
.channels-grid img.channel-logo {
    max-height: 40px;
}
.day.all-tab{
    display: none;
}
.f-listing {
    background-color: #fff;
}
.league-title {
	    text-transform: uppercase;
}
.broadcasters a {
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-1-7c009d2 li a {
	color: #0c2f47 !important;
}
/* Hide featured image on single posts only */
.single-post img.wp-post-image {
    display: none !important;
}
/* Hide featured image on single posts */
.single-post .elementor-widget-theme-post-featured-image {
    display: none !important;
}

.single-post .post-thumbnail {
    display: none !important;
}

.single-post img.attachment-full {
    display: none !important;
}

/* Add your custom styles here */
.elementor-element-7bdacdd{
    width: 1092px;
}
.elementor-element-3ed5cc0{
  position: sticky;
  top: 20px; /* distance from top when scrolling */
  align-self: flex-start;
  margin: 20px 0;
  
}
.calendar-separator{
    display: flex;
    height: 48px;
    font-weight: 500;
    width: 2px;
    background: #d5dce2;
    vertical-align: middle;
    align-self: center;
}
.day.active a,
.day.active a .day-number,
.day.active a .month,
.day:hover .day-name,
.day:hover .day-number,
.day:hover .month {
    color: #233B5B !important;
}
.date-group{
    margin: 0 0 20px 00;
    background: white;
    padding: 10px;
    box-shadow: rgb(149 157 165 / 22%) 0px 8px 24px;
}
.search_input{
    position: relative;
}
/* default state */
.search_input .e-search-input{
    width:0;
    transition: all 0.35s ease;
    cursor:pointer;
}
/* when active expand */
.search_input.active .e-search-input{
    width:260px;
}
/* keep elementor selector in sync */
.elementor-68910 .elementor-element.elementor-element-79973a1.search_input.active .e-search-input{
    width:260px;
}
.search_input.active{
    position:absolute;
    right:119px;
    z-index:999;
}
@media (max-width: 770px) {
    .elementor-element-3ed5cc0{
        position: unset;
        top: unset;
        align-self: center;
        margin:  0;
    }
    
    .elementor-element-7bdacdd{
        width: fit-content;
    }
}
@media (max-width: 767px) {
    .header_nav .elementor-widget-container{
        width: 36px;
    }
    .header_nav .elementor-nav-menu--dropdown{
        display: none;
        width: 90vw;
        transform: translate(-50%, 13%) !important;
        position: absolute;
        z-index: 1;
    }
    .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{
        display: unset;
    }

    .sport-list .sport-item:nth-child(n+4):not(.all-sports-btn){
        display:none;
    }

    .sport-list .sport-item.hidden-sport.visible{
        display:block;
    }
    .sport-list{
        /* grid-template-columns: repeat(5, 1fr); */
        display: flex;
        justify-content: center;
        /* gap: 10px; */
        flex-wrap: wrap;
    }
    .elementor-68910 .elementor-element.elementor-element-d0f1dec > .elementor-widget-container ,.elementor-element-a938d88 .elementor-button{
        background-color: transparent !important;
        background-image: none !important;
    
    }
    .bg_mobile .elementor-icon svg , .elementor-element-a938d88 .elementor-button{
        fill: white !important;
    }
    .bg_mobile .elementor-icon-wrapper, .elementor-button-wrapper{
        display: flex;
    }
    .calendar-slider{
        justify-content: center;
    }
}