/*
Theme Name: Alchemists Child Theme
Theme URI: https://themeforest.net/user/dan_fisher/portfolio
Description: Child theme for Alchemists Sports Club and News WordPress Theme
Version: 1.0.2
Author: Dan Fisher
Author URI: https://themeforest.net/user/dan_fisher
Template: alchemists
*/


/* Highlight the selected date */
.highlighted-date {
    background-color: white !important;/* Yellow background color */
    border-radius: 50%;
    color: black; /* Text color */
}

/* Highlight today's date */
.ui-datepicker-today a {
    background-color: #2196F3; /* Blue background color */
    color: white; /* Text color */
}

/* .date-picker-container {
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#month-year {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.day-row, .date-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 10px;
}

.nav-arrow {
    padding: 10px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.nav-arrow:hover {
    background-color: #0056b3;
}

.day-item, .date-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.day-item {
    font-weight: bold;
    color: #555;
}

.date-item {
    background-color: #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.date-item:hover {
    background-color: #ddd;
}

.highlighted-date {
    background-color: #007bff;
    color: white;
} */



body.page-id-1710 #secondary {
    display: none; /* Hides the secondary element on page ID 1710 */
}


body.page-id-1604  .widget-game-result__header{
    display: none; /* Hides the secondary element on page ID 1710 */
}

 .collapsible-toggle {
            width: 16px;
            height: 16px;
            display: inline-block;
            cursor: pointer;
            background-color: #fff;
            border: none;
            position: relative;
        }

        .collapsible-toggle::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #5ae4a7;
            border-bottom: 0;
        }

        .collapsible-toggle.active::after {
            border-top: 0;
            border-bottom: 8px solid #5ae4a7;
        }

        .collapsible-content {
            display: none;
        }

        .widget-game-result__team {
            margin-bottom: 10px;
        }


        .page-id-1604 .widget-game-result__team--even{
            position: relative !important;
        }

        .page-id-1604 .widget-game-result__team--even .collapsible-toggle{
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            background: #292c31;
            rotate: 90deg;
        }

        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        /*   outline: 1px solid #999; */
        }
        
        /*.......... start timeline style ..........*/
        
        .timeline{
          margin-bottom: 10px !important;
        }
        
        
        .timeline > h3 {
          text-align: center;
          text-transform: capitalize;
          font-size: 2rem;
          font-weight: bold;
          padding: 1rem;
        }
        
        .timeline > .column {
          display: flex;
          flex-direction: column;
          position: relative;
          margin: 0;
        }
        
        .timeline > .column::before {
          content: "";
          display: block;
          position: absolute;
          top: 12px;
          left: 50%;
          transform: translatex(-50%);
          border: 1px solid rgb(255 255 255);
          height: 95%;
          z-index: 1;
        }
        .timeline > .column > .row > .icon{
          z-index: 9999;
        }
        
        .timeline > .column > .row {
          display: flex;
          margin: 10px;
        }
        
        
        
        /* row text */
        .timeline > .column > .row > .text {
          flex: 1 1 calc(50% - 50px);
          position: relative;
          padding-left: 10px;
            padding-right: 10px;
            font-size:10px;
        }
        
        .timeline > .column > .row > .text_odd {
          flex: 1 1 calc(50% - 50px);
          position: relative;
          padding-left: 10px;
            padding-right: 10px;
            text-align: right;
        }
        
        /* .timeline > .column > .row > .icon {
          flex: 1 1 100px;
        } */
        
        .timeline > .column > .row > .icon > div {
          width: 35px;
          height: 35px;
          border-radius: 50%;
          margin: auto;
          background: #fff;
          /* box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%); */
          border:1px solid #000;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          color:#000;
          font-size:10px;
        }
        
        /* .timeline > .column > .row > div i {
          display: block;
          font-size: 1.5rem;
          color: rgb(0, 85, 255);
          text-align: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
        } */
        
        /* row time */
        .timeline > .column > .row > .time {
          flex: 1 1 calc(50% - 50px);
          padding-top: 1rem;
        }
        
        /* .timeline > .column > .row:nth-child(even) {
          flex-direction: row-reverse;
        } */
        
        .left_content{
          flex-direction: row-reverse;
        }
        
        .left_content .text{
          text-align: right;
        }

        .green-arrow svg{
          height: 20px;
          width: 20px;
        }

        .red-arrow svg{
          height: 20px;
          width: 20px;
        }

   
        #suggestions-box {
          display: none;
          background-color: white;
          width: 100%;
          z-index: 999;
      }
      
      .search-suggestions {
          list-style: none;
          padding: 0;
          margin: 0;
      }
      
      .search-suggestions li {
          padding: 8px;
            background-color: #292c31;
            border-bottom: 1px solid #5ae4a7;
      }
      
      
      .search-suggestions li a {
          text-decoration: none;
          color: #fff;
      }
      
      
    @media (min-width: 900px) {
    .header-search-form {
        overflow: visible !important;
    }
    }
     #suggestions-box{
        position: absolute;
        top: 100%;
        width: 360px;
        right: 0;
        z-index: 1050;
        border-radius: 5px;
     }

    
    .widget-results__score-loser ~ .widget-results__score-winner::after{
            display: none;
    }
 
    .widget-results__score-winner:before{
        display: none;
    }
        
    .widget-game-result__score-result--winner::before{
        display: none;
    }
    
    .widget-game-result__score-result{
        font-size: 25px;
        color: #5ae4a7;
    }
    
    .widget-game-result__score-label{
        font-size: 12px;
    }
    
      .sp-template-event-calendar{
    display:none;
   }
   body.page-id-1710  .widget-game-result__header{
    display: none; /* Hides the secondary element on page ID 1710 */
}


.timeline > .League-table::before {
  display: none;
}

.card--no-paddings .widget-results__item-link{
  display:block;
  width:100%;
}


.highlighted-selected-option{
  background: #5ae4a7;
}

#mobile-search-form select.form-control, select{
  border: 2px solid rgb(90 228 167) !important;
  border-radius: 35px !important;
  color:#fff !important;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  background-size: 4% !important;
  cursor: pointer;
}


.widget-game-result__time{
    font-size: 15px;
}



.w-l-d-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20%;
    margin-right: 5px;
    font-size: 11px;
    color: white;
    font-family:Arial, Helvetica, sans-serif;
}

.gray-circle {
    background-color: gray;
}

.green-circle {
    background-color: green;
}

.red-circle {
    background-color: red;
}



 /*start for white background*/

body {
    background-color: #edeff4 !important;
    color: #000000 !important;
}

.card{
   border: 1px solid #e4e7ed !important;
   background-color: #fff;
}

.card__header{
    border-bottom: 1px solid #ffffff !important;
    background-color: #ffffff !important; 
}


.card__header > h4{
   color: #292c31 !important; 
}



.card--clean {
    background: none;
    border: none;
}

.posts__cat-label{
    background-color: #1892ed !important;
}

.posts__title a {
    color: #31404b !important;

}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #31404b !important;
    font-family: "Montserrat", sans-serif !important;
}

table > thead > tr > th, .table > thead > tr > th{
    border-bottom: 1px solid #e4e7ed; 
    color: #31404b !important;
}

#DataTables_Table_0_wrapper .table>tbody>tr>td {
     color: #292c31;
}

table>tbody>tr>td{
   border-top-color: #ececec !important;   
}

.table-hover>tbody>tr:hover, .table-hover>tbody>tr.highlighted:hover {
    color: #9a9da2;
    background-color: #ffffff;
}

.paging_simple_numbers .paginate_button {
    background-color: transparent;
    color: #000000;
}

.btn-social-counter {
    border: none;
}

.widget-social--condensed .btn-social-counter__title{
    color: #ffffff !important;
}


.search-field{
    background: #ffffff !important;
}

.search-field input{
  background: #ffffff !important;  
}

.calendar-header{
    background: #ffffff !important;  
    color: #25262b !important;
}

.calendar-container{
    border: 1px solid #e7e7e7 !important;
}

.calendar-date{
    background-color: #edeff4 !important;
}


.calendar-strip{
  background: #ffffff !important; 
}
.calendar-container .calendar-strip .owl-nav .owl-next, .calendar-container .calendar-strip .owl-nav .owl-next:hover{
    background-image: linear-gradient(90deg, #ffffff, #ffffff) !important;
}

.calendar-container .calendar-strip .owl-nav .owl-prev, .calendar-container .calendar-strip .owl-nav .owl-prev:hover{
    background-image: linear-gradient(90deg, #ffffff, #ffffff) !important;
}

.page-heading__title{
    color:#ffffff !important;
}


.calendar-date-container{
   background-color: #ffffff !important;
  border: 1px solid #e5e5e5 !important; 
}

.calendar-date-container .calendar-date-num{
    background-color: #edeff4 !important;
}

.posts__title{
  color:#ffffff !important;   
}

.skeleton-text{
   background: #edeff4 !important; 
}

.nav-button{
    background-color: #88e9a7;
    color: #ffffff;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #ffffff !important; 
    background-color: #484848 !important;
}

.fixture-toggle::after{
    
}


.timeline > .column::before{
      border: 1px solid rgb(92 92 92);  
      top: 33px;
}

.fl-match-type-upcoming .games-result__score-wrap {
    color: #000000 !important;
}

.team-leader__player-name>a {
    color: #31404b !important;
}

.circular__percents{
   color: #31404b !important; 
}

.calendar-date.active {
    background-color: #5ae4a7 !important;
    color: #fff;
}

.games-feather-tab .nav-tabs .nav-link{
     color: #004511;   
}


.posts--simple-list .posts__excerpt--space-sm{
   font-family: "Montserrat", sans-serif !important;
}

table>thead>tr>th, table>thead>tr>td, table>tbody>tr>th, table>tbody>tr>td, table>tfoot>tr>th, table>tfoot>tr>td, .table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td{
    font-family: "Montserrat", sans-serif !important;
}

.fl-match-type-completed .games-result__score-wrap {
    color: #003712 !important;
    font-family: "Montserrat", sans-serif !important;
}

.games-result__score-wrap{
   font-weight: 600 !important;  
}

.games-result__score-wrap{
    width: auto !important;
}

.games-result__content{
    justify-content: space-between;
}


#calendar-strip , .search-field {
   font-family: "Montserrat", sans-serif !important;
}

.search-field i {
    color: #171515 !important;
}

.fixtures-content {
    font-family: 'Montserrat';
}

.sp-section-content-content:not(:empty) .sp-post-caption{
    background-color: #ffffff !important;
}

.sp-section-content-content:not(:empty){
    background-color: #ffffff !important;
    border: 1px solid #e3e3e3 !important;
}

.flex_layout{
   color: #000000 !important;
   font-family: "Montserrat", sans-serif !important;
}

.main-p{
    background: #f2f2f2 !important; 
    border-top: solid 1px #acacac !important;
    border-bottom: solid 1px #acacac !important;
}

.player_name{
    color:#141719 !important; 
    font-size: 9px;
    font-weight: 500;
}

ul.tabs .tab-link{
    background: #dcdcdc; 
    
}
body{
     font-family: "Montserrat", sans-serif !important;
}

.b-10 {
    border-bottom: 10px solid #ffffff !important;
}

.game-result__header--alt .game-result__league {
    color: #1e2024 !important;
}

.calendar-date-container{
    width: 320px !important;
}


.timeline > .column > .row > .icon > div{
    font-size:9px !important;
}

.card__header::before{
    background:#16772d;
}

#mobile-search-form select.form-control, select {
    border: 2px solid rgb(22 119 45) !important;
}


.card__content h4{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.table-standings tbody > tr > td:last-child {
    color: #000;
    font-weight: 800;
}

.game-result__score {
    font-family: 'Montserrat';
    color: #000000;
}


.sp-section-content-content:not(:empty) .sp-post-caption::before{
    background-color:#16772d;
}

.fixture-toggle.active::after{
        border-bottom: 8px solid #16772d !important;
}

.fixture-toggle::after{
   border-top: 6px solid #16772d;
}

.posts__cat-label{
    background-color:#16772d !important;
}

.today{
  color:#16772d !important;  
}

.calendar-btn {
    background: #16772d !important; 
    border: 1px solid #16772d !important; 
}


.calendar-strip .owl-nav .owl-next svg, .calendar-strip .owl-nav .owl-prev svg{
    fill: #16772d !important; 
    width: 20px;
}

.calendar-date.active{
    background-color:#16772d !important; 
}

.widget-game-result__score-result{
    color:#16772d !important;  
}


.fixture-two-toggle.active::after{
        border-top:0px !important;
        border-bottom: 8px solid #16772d !important;
}

.fixture-two-toggle::after{
   border-top:8px solid #16772d !important;
}

.main-nav__list>li.current-menu-item>a::before{
    background-color:#16772d !important;
}

.main-nav__list>li>a:hover::before{
    background-color:#16772d !important;
}

.page-heading__title .highlight{
    color:#16772d !important; 
}


#post-1177 .table-standings td.data-name {
    font-size: 13px !important;
    line-height: 1.2em;
    font-weight: 600 !important;
}

.game-result__score-result--loser~.game-result__score-result--winner::after{
        border-right: 8px solid #16772d;
}



.header .social-links__link:hover .fa, .header .social-links__link:hover .fab{
    color:#16772d !important;
}

#calendar-strip button{
    outline: 0 !important;
}

#respond .form-control, #respond .input-text , #respond select{
     background-color: #fff !important;
    border: 1px solid #e4e7ed !important;
}

.wpcf7-checkbox .wpcf7-list-item label .checkbox-indicator, .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label::before, .checkbox .checkbox-indicator, .checkbox .wpcf7-list-item-label::before{
     background-color: #fff !important;
    border: 1px solid #e4e7ed !important;
}

.game-result__score-result--winner::before{
        border-left: 8px solid #16772d;
}

.widget-game-result__time{
    color:#16772d !important;
}


.posts__item--category-1 .posts__thumb--hover::before{
    background-color:#16772d !important;
}

.green-arrow {
    display: flex;
}
.red-arrow {
    display: flex;
}

.handle_cards_{
    display: flex;
    gap: 5px;
}


/*.hanlde_goals_{*/
/*    display: flex;*/
/*}*/

 /*end for white background*/
 
body .vc_custom_1736231266069 {
    margin: 0 !important;
}

body .team-leader .team-leader__type, body .team-leader .team-leader__player{
    padding-left:0 !important;
}

table.table.team-leader thead tr > * {
    white-space: nowrap;
}


.data-pts{
font-weight: bold;
}

.team-logo-img img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}

.team-logo-img {
	height: 40px;
    max-width: 40px;
	margin-left: 0;
}

.team-leader__team-logo {
	padding-left: 0px !important;
}

.data-name.has-logo {
	white-space: nowrap;
}

.team-leader__type {
  text-align: center;
}

.team-leader__player-img {
  display: block;
  margin: auto;
}

.team-leader__player-info {
	padding-left: 10px;
	text-align: center;
}

.team-leader__gp,
.team-leader__goals {
  color: #31404b !important;
}


.page-id-1604 .timeline > .column > .row.left_content > .text *, 
.single-sp_event .timeline > .column > .row.left_content > .text * {
    justify-content: end;
}


.page-id-1604 .timeline > .column > .row > .text, 
.single-sp_event .timeline > .column > .row > .text {
   font-size: 14px;
   font-weight: 500;
}

.page-id-1604 .timeline > .column > .row > .icon > div, 
.single-sp_event .timeline > .column > .row > .icon > div
{
	width: 50px !important;
    height: 50px !important;
   font-size: 14px !important;
    font-weight: 600;
}

.page-id-1604 .timeline > .column > .row > .text .green-arrow svg,
.single-sp_event .timeline > .column > .row > .text .green-arrow svg
 {
    height: 30px !important;
    width: 30px !important;
}

.page-id-1604 .timeline > .column > .row > .text .red-arrow svg,
.single-sp_event .timeline > .column > .row > .text .red-arrow svg
 {
    height: 30px !important;
    width: 30px !important;
}

.timeline > .column > .row > .text br{
	display:none !important;
}

.timeline > .column > .row > .text .far.fa-camera{
	display:none;
}

.timeline > .column > .row{
	align-items:center;
	margin:25px 10px;
}

.formation, .coach_name, .row_Substitutes{
	color:#000 !important;
}



/* .page-id-1432 .widget-game-result__team{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
    margin-top: 20px;
} */

/* .page-id-1432 .widget-game-result__team-logo{
    width: 30px !important;
    height: 30px !important;
} */
/* 
.page-id-1432 .widget-game-result__team-name {
   font-size: 10px !important;
} */


/* .page-id-1432 .widget-game-result__score-wrap{
    width: auto !important;
} */


/* .page-id-1432 .timeline > .column > .row.left_content > .text *{
    justify-content: end;
} */

/* .page-id-1432 .hanlde_goals_ span , .handle_cards_ span{
    font-size: 14px;
    font-weight: 500;
} */

/* .page-id-1432 .games-feather-tab{
    background:#fff !important;
    padding: 20px 0 !important;
} */

/* .page-id-1432 .fixture-toggle::after{
    top: -21px !important; 
} */

/* 
.page-id-1432 .calendar-month.active{
    border-radius: 5px;
    text-align: center;
    font-size: 12px; 
} */

/* .page-id-1432 .widget-game-result__main{
        justify-content: center;
        gap:30px !important;
} */

/* .page-id-1432 .widget-game-result__team--even {
    justify-content: flex-start !important;
} */

/* .page-id-1432 .widget-game-result__team--odd {
    justify-content: end !important;
    flex-direction: row-reverse !important;
} */




body .page-heading{
    /*  */
    background-color: #1e2024;
    background-image: url('https://www.fantasialeague.com/wp-content/uploads/2025/02/shutterstock_406740193_Medium.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    padding: 100px 0;
    position: relative;
}
body .page-heading::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: none;
    background-color: #00102c !important;
    opacity: 0.4;
}


.owl-item .calendar-month{
    width: 50px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #edeff4 !important;
    border-radius: 5px;
    margin-right: 10px;
   
}

.owl-item  .calendar-month.active{
    background-color: #16772d !important;
}
.owl-item .calendar-month .month-name{
    font-size: 13px;
    line-height: 22px;
}

.calendar-date-container  .calendar-date-num_date{
    text-align: center;
    padding: 10px;
    cursor: pointer;
    background-color: #edeff4 !important;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.calendar-date-container .calendar-date-num {
    background-color: #edeff4 !important;
}

@media screen and (max-width: 767px) {
    body.page-id-1604 .owl-item{
        width: 50px !important;
    }
}


.page-id-1604 .widget-game-result__team {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0px !important;
    gap: 5px;
}

.page-id-1604  .widget-game-result__team-logo {
    width: 30px !important;
    height: 30px !important;
}


.page-id-1604 .widget-game-result__team-logo img {
    display: block;
    margin: 0 auto;
}


.page-id-1604 .widget-game-result__team-logo img {
    width: 70px;
    height: 100%;
    object-fit: contain;
}
.page-id-1604  .widget-game-result__team--odd {
    justify-content: end !important;
    flex-direction: row-reverse !important;
}
.page-id-1604  .widget-game-result__team--even {
    justify-content: flex-start !important;
}
.page-id-1604 .widget-game-result__time {
    color: #16772d !important;
}
.page-id-1604 .widget-game-result__time {
    font-size: 15px;
}



.page-id-1604 .fixture-toggle::after {
    content: '';
    position: absolute;
    top: -18px !important;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #16772d;
    border-bottom: 0;
    rotate: 90deg;
}
.page-id-1604 .fixture-toggle.active::after {
    border-bottom: 8px solid #16772d !important;
}

.page-id-1604 .fixture-toggle.active::after {
    border-top: 0;
    border-bottom: 8px solid #5ae4a7;
}
.page-id-1604 .player_name{
    font-size: 14px !important
}
.page-id-1604 .green-arrow,
.page-id-1604 .red-arrow{
    align-items: center;
}
.games-feather-tab{
    padding:20px 0 !important;
}
.page-id-1604 .widget-game-result__section-inner{
    padding:12px 24px !important;
}
.page-id-1604 .widget-game-result__time {
    font-size: 12px !important;
}
.page-id-1604 .widget-game-result__score-result {
    font-size: 18px !important;
}
.page-id-1604 .widget-game-result__team--odd .widget-game-result__team-info {
    width: 100%;
    flex: 1;
    max-width: calc(100% - 35px);
    text-align: right;
}
.page-id-1604 .widget-game-result__team--even .widget-game-result__team-info {
    width: 100%;
    flex: 1;
    max-width: calc(100% - 35px);
    text-align: left;
}

.page-id-1604 .date-heading {
    padding: 30px 0 0 !important;

}



.page-heading ul.trail-items>li::after {
    color: #ffffff ;
}

.breadcrumbs ul.trail-items li.trail-end {
    color: rgb(255 255 255) ;
}

.posts--slider-featured .posts__item{
    height: 408px;
 }
 
 .posts--slider-featured .posts__thumb img{
     width: 100%;
     height: 100%;
     object-fit: contain;
 }

 .posts--simple-list .posts__excerpt--space-sm{
    height: 75px;
 }

 @media only screen and (max-width: 600px) {
    .posts--slider-featured .posts__item {
        height: 188px;
    }

    .page-id-1604 .widget-game-result__team{
        width: 40%;
    }
    
    .page-id-1604 .widget-game-result__score-wrap{
        width: 30%; 
    }
 }


 .posts--simple-list .posts__title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    
}

.posts__cat {
    display: none;
}

.data-name {
    white-space: nowrap; /* Text ko ek hi line mein rakhe */
    overflow: hidden;    /* Overflow ko chhupaye */
    text-overflow: ellipsis; /* Text ke end mein "..." dikhaye */
    width: 150px; /* Aap is width ko apne design ke hisaab se adjust kar sakte hain */
    display: block; /* Block-level display */
}


.posts--simple-list .posts__inner {
    overflow: hidden;
    height: 75px;
}

.posts--simple-list .posts__thumb {
    border-radius: 0;
    height: 75px;
}



.team-leader__player-position {
    font-family: "Montserrat", sans-serif !important;
}

.widget-results__item-link:hover .games-result__team-info {
    color: green  !important;
    text-decoration: underline;
}
.widget-results__item-link:hover h5 {
    color: green  !important;
    text-decoration: underline;
}

.fl-match-type-today.fl-match-live-true{
    border-left: 4px solid red !important;
    padding: 5px !important;
}


/* custom css start */

.vc_pageable-slide-wrapper.vc_clearfix .vc_gitem-animated-block {
    height: 270px;
    overflow: hidden;
}

.vc_pageable-slide-wrapper.vc_clearfix .vc_gitem-animated-block .vc_gitem-is-link {
    transition: transform .5s ease;
    height: 100%;
}

.vc_pageable-slide-wrapper.vc_clearfix .vc_gitem-animated-block:hover .vc_gitem-is-link {
    transform: scale(1.1);
}

.vc_custom_1419240516480 .vc_custom_heading h4 {
    font-size:14px !important;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    padding: 18px 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}

.vc_custom_1419240516480 .vc_custom_heading p {
    font-size: 13px;
    line-height: 22px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   margin-bottom: 0;
   min-height: 66px;
}

.vc_custom_1419240516480 .vc_custom_heading p:empty {
    display: none;
}

.vc_custom_1419240516480  {
    position: relative;
}
.vc_gitem-zone {
    overflow: visible;
}

.vc_custom_1419240516480 .vc_btn3-container.vc_btn3-left {
    padding: 0 15px;
    margin-bottom: 8px;
    position: absolute;
    top: -1.6rem;
    right: 0;
}

.vc_custom_1419240516480 a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: transparent;
    background-color: #16772d !important;
}

.vc_custom_1419240516480 a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:after {
    content: "+";
    font-size: 2.5rem;
    position: absolute;
    color: #fff;
    height: 50px;
    width: 50px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform 0.25s ease;
}
.vc_custom_1419240516480 a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink:hover {
    transform: rotate(90deg);
}

@media screen and (max-width: 540px) {
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
        margin-right: 0;
    }
    
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        margin-left: 10px;
        margin-right: 10px;
        padding-right: 0px;
    }
}


.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active,
.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover {
    background-color: #5ae4a7 !important;
}

