/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,100;1,400;1,500;1,700&display=swap');

body {
    min-height: 100%;
    font-family: "Roboto";
    font-weight: 400;
    overflow-x: hidden;
    text-underline-offset: 1px;
}

.mb-50{
    margin-bottom: 50px;
}

.header-button {
}
.header-button .button {
    position: relative;
    display: inline-block;
    padding: 2px 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px;
    overflow: hidden;
    margin-right: 50px;
    background: #588E69;
    color: #050801;
    box-shadow: 0 0 5px #588E69, 0 0 25px #588E69, 0 0 50px #588E69, 0 0 200px #588E69;
    /*-webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
    filter: hue-rotate(270deg);*/
}

.header-button>a:hover {
    box-shadow: unset;
	color: white
}


#post-list article,
#post-list .post-item{
	padding-left: 15px;
	padding-right: 15px;
}
.taxonomy-description{
	background: #ccc;
	padding: 20px 20px 10px 20px;
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

#ez-toc-container{
    width: 100%;
    background-color: inherit;
}
div#ez-toc-container ul li, div#ez-toc-container ul li a{
    color: #afa5a5;
}

.back-to-top{
    width: auto;
    height: auto;
}


.btncuocngay {
    color: #000 !important;
    background: #93edaf;
    font-family: "Raleway", sans-serif;
    display: block;
    padding: 3px 3px;
    border-radius: 5px;
    white-space: nowrap;
    border: 1px solid #93edaf;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 30px;
}
.btncuocngay:first-child {
    margin-right: 5px;
}
/*==================================================
>>>       HEADER     
==================================================*/
#header .top-divider{
    display: none;
}
.header.show-on-scroll, .stuck .header-main{
    /*background: #1E1000;
    border-bottom: 1px solid rgb(237, 205, 120);*/
}

.header-button-1>div>a{
	background: linear-gradient(to top, #ff0202, #fbfd5d);
	color: white ! important;
}
.header-button-2>div>a{
	 background: linear-gradient(to top, #ff4302, #5dacfd);
    color: white ! important;
}
/*==================================================
>>>       WIDGET     
==================================================*/
#secondary{
	margin: 0 -15px;
}
#secondary aside.widget{
	margin-bottom: 20px;
}
#secondary aside.widget .widget-title {
	font-size: 15px;
    text-align: center;
    padding: 5px;
    margin: 0 0 10px;
    display: block;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}
#secondary aside.widget .is-divider{
	display: none;
}

/*==================================================
>>>       FOOTER     
==================================================*/

/*==================================================
>>>       SINGLE     
==================================================*/
body.single-post h1.entry-title,
body.page h1.entry-title,
.page-title{
    position : relative ;
    text-align: center;
}



/*==================================================
>>>       MATH     
==================================================*/
.anwp-match-prediction-wrapper{
    font-size: 20px;
    padding: 10px 0;
}


.grid-matches{
   display: grid;
   gap: 10px;
   grid-template-columns: 1fr 1fr;
}
.grid-matches .grid-matches__item{
    
}
.grid-matches .grid-matches__item .grid-match {
    background: url(img/match-even.png) no-repeat;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    position: relative;
    transition: 0.5s;
    width: 100%;
}
.grid-matches__item .grid-match>a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.grid-matches__item .grid-match__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.grid-matches__item .grid-match__league {
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: var(--base-2);
}
.grid-matches__item .grid-match__league::before {
    content: "";
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    background-image: url(img/icon-fire.svg);
    float: left;
    margin-right: 5px;
}
.grid-matches__item .grid-match__date {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: var(--base-3);
    background: var(--accent);
    border-radius: 2px;
    padding: 3px 11px;
}




.grid-matches__item .grid-match__body {
    display: grid;
    grid-template-columns: 40% 20% 40%;
    margin-bottom: 10px;
    justify-items: center;
}
.grid-matches__item .grid-match__team {
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
    justify-items: center;
}
.grid-matches__item .grid-match__team img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 8px;
}
.grid-matches__item .grid-match__team--name {
    color: var(--base-3);
    margin-bottom: 10px;
}
.grid-matches__item .grid-match__status {
    align-content: center;
    display: grid;
    justify-content: center;
    width: 100%;
}
.grid-matches__item .grid-match__vs {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: var(--base-3);
}
.grid-matches__item .grid-match__status .t_time {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: var(--base-3);
    margin-bottom: 10px;
    display: block;
    padding: 1px 10px;
    border-radius: 4px;
}
.grid-matches__item .grid-match__team img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 8px;
}

.grid-match__score{
    background: var(--accent);
    display: flex;
    padding: 5px 10px;
    gap: 10px;
    font-size: 20px;
}
.grid-match__footer{
    position : relative ;
    z-index: 99;
}
.grid-match__footer a{
    display: block;
    flex: 1;
    text-align: center;
    line-height: 1;
}
.xem-ngay{
    text-decoration: none;
    color: var(--base-3);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-right: 1px solid #cccc;
}
.ty-le-keo{
    text-decoration: none;
    color: #DC0000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-right: 1px solid #cccc;
}
.dat-cuoc{
    color: var(--base-2);
}
/*==================================================
>>>       RESULTS     
==================================================*/
.nwm-wrapper{
    width: 100%;
/*    background: #262626bf;*/
    border-radius: 0.5rem;
    padding: 10px;
    margin: 20px 0;
}
.nwm-matches {
    font-size: 13px;
    overflow: hidden;
    margin: 0;
}
.nwm-matches .league_title {
    background: #292B2E;
    padding: 9px 15px;
    margin: 0;
    color: var(--base-3);
    font-family: 'Oswald';
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125rem;
    display: grid;
    grid-template-columns: 260px 1fr 80px 80px;
}
.nwm-matches .league_title img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    background: var(--base-2);
}
.match__teams {
    font-size: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.25em 0.5em;
    margin: 0;
}
.match__result, .league_title .match__corner {
    color: var(--base-3);
    text-align: center;
    font-family: "Raleway";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    align-items: center;
    justify-content: center;
}
.match__result, .league_title .match__corner {
    color: var(--base-3);
    text-align: center;
    font-family: "Raleway";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    align-items: center;
    justify-content: center;
}

.matches__item {
    background-color: #1C1E1F;
    border-bottom: 1px solid rgba(41, 43, 46, 1);
    margin-bottom: 0;
}
.matches__item > a {
    display: block;
    text-decoration: none;
}
.matches__item .matches__item--wrap {
    display: grid;
    grid-template-columns: 260px 1fr 80px 80px;
    padding: 10px 15px;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.matches__item .match__team {
    min-width: 0;
}
.matches__item .match__team--home {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 20px;
}
.matches__item .match__team--away{
    padding-left: 20px;
}
.matches__item .match__teams, .matches__item .match__team {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    align-items: center;
}
.match__teams .match__ts {
    width: 58px;
    margin: 0px;
    background: none;
    color: var(--base-3);
    text-align: center;
    font-family: "Raleway";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.matches__item .match__team--logo {
    width: 32px;
    height: 32px;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.matches__item .match__team--home img {
    margin-left: 12px;
}
.matches__item .match__team--name {
    color: var(--base-3);
    text-align: right;
    font-family: 'Raleway';
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
.match__corner {
    width: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.nwm-matches .boxgun {
    width: 35px;
    height: 26px;
    text-align: center;
    background: var(--base-2);
    font-family: Oswald;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    color: var(--contrast);
    border-radius: 2px;
}
.matches__item .match__hour {
    color: #AFB4BA;
    font-family: 'Oswald';
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}
.matches__item .match__ht_score {
    gap: 15px;
    color: #afb4ba;
    font-family: "Oswald";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    justify-content: center;
}

.match_competition{
    display: flex;
    align-items: center;
}
.filter-tags{
    display: flex;
    justify-content: space-between;
}
.filter-tags__day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.filter-tags__day a {
    background: #2A3038;
    border-radius: 2px;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    color: #AFB4BA;
    display: block;
    padding: 2px 8px;
    margin-right: 8px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}
.filter-tags__day a.active, .filter-tags__day a:hover {
    background: var(--base-2);
    color: var(--contrast);
}

.matches__filter{

}
.matches__filter ul {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 10px;
}
.matches__filter ul li{
    list-style: none;
}
.matches__filter ul li a{
    line-height: 18px;
    font-family: "Raleway", sans-serif;
    display: block;
    padding: 5px 6px;
    position: relative;
    background: #1e1e1e;
    margin: 2.5px 2.5px;
    border-radius: 5px;
    text-decoration: none;
}



.list-filter a.active, 
.list-filter a:hover {
    font-weight: 700;
    opacity: 1;
    border-bottom: 3px solid var(--base-2);
    color: var(--base-2);
}
.list-filter a.active, .list-filter a:hover {
    font-weight: 700;
    opacity: 1;
}
.list-filter .num {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 0;
    text-align: center;
    background: var(--base-3);
    border-radius: 5px;
    margin-left: 6px;
    font-family: oswald;
    height: 20px;
    width: 20px;
    display: inline-block;
}
.list-filter a.active .num, .list-filter a:hover .num {
    font-weight: 700;
}
/*==================================================
>>>       FEA MATCH     
==================================================*/
.nwm-featured{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
}
.nwm-featured .owl-nav{
    display: none;
}
.nwm-featured .owl-dots{
    margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--base-2) !important;
}
.link_link{
    text-decoration: none;
    display: block;
}
.nwm-fea_item{
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
/*      height: 100%;*/
    min-height: 252px;
    position: relative;
    width: 100%;
    background: #342f2fbf;
/*    margin-bottom: 20px;*/
}

.nwm-fea_competition {
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: var(--base-3);
    display: flex;
    font-size: 16px;
    font-weight: 500;
/*    grid-template-columns: 36px auto auto;*/
    -webkit-justify-content: center;
    justify-content: center;
    padding: 16px 0 8px;
    width: 100%;
    position : relative ;
    z-index: 3;
}
.nwm-match-link{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.nwm-fea_competition .nwm-fea_competition_logo{
    margin: 0 8px;
    max-width: 32px;
    background: #E5A22B;
}
.nwm-fea_competition a{
    color: var(--base-3);
}

.nwm-fea_status_container{
    display: none;
}

.nwm-fea_status{
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 14px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}
.countdown_container {
    font-size: 32px;
    height: 44px;
    min-width: 164px;
    white-space: nowrap;
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-weight: 500;
    -webkit-justify-content: center;
    justify-content: center;
}

.nwm-fea_odds_container {
    height: 14px;
    width: 100%;
}
.nwm-fea_description {
    -moz-box-pack: center;
    -webkit-align-self: center;
    align-self: center;
    color: #E5A22B;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 16px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 8px;
    text-align: center;
    width: 80%;
}
.nwm-fea_buttons {
    color: #505050;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 13px;
    height: 56px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 16px 0 8px;
    width: 100%;
    position : relative ;
    z-index: 3;
}


.nwm-fea_game_container {
    -moz-box-pack: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 82px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 0;
    width: 100%;
}
.nwm-fea_game_content {
    color: var(--base-3);
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    position: relative;
    width: 80%;
}
.nwm-fea_competitor, .nwm-fea_competitor_container {
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
}
.nwm-fea_competitor_logo{
    max-width: 82px; 
    max-height: 82px; 
    width: auto; 
    height: auto; 
    visibility: visible;
}
.nwm-fea_vs_title {
    -moz-box-align: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    color: var(--base-3);
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 30px;
    height: 56px;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.nwm-fea_competitor_name{
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    padding: 0 28px;
    height: 100%;
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
}
.nwm-fea_home_competitor .nwm-fea_competitor_name {
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
    -moz-box-pack: start;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, -moz-calc(100% - 18px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: -20px;
    padding-left: 56px;

    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    padding: 0 60px;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
}
.nwm-fea_home_competitor img{
    -webkit-filter: drop-shadow(1px 1px 2px #0003);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .2));
    -webkit-filter: drop-shadow(1px 1px 2px var(--shadow));
    filter: drop-shadow(1px 1px 2px var(--shadow));
    position: absolute;
    z-index: 1;
    left:-30px;
}
.nwm-fea_away_competitor .nwm-fea_competitor_name {
    -moz-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;

    -moz-box-pack: end;
    -webkit-clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(18px 0, 100% 0, 100% 100%, 0 100%);
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: -20px;
    padding-right: 56px;

    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 20px;
    padding: 0 60px;

    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
}
.nwm-fea_away_competitor img{
    -webkit-filter: drop-shadow(1px 1px 2px #0003);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .2));
    -webkit-filter: drop-shadow(1px 1px 2px var(--shadow));
    filter: drop-shadow(1px 1px 2px var(--shadow));
    position: absolute;
    z-index: 1;
    right:-30px;
}

.nwm-fea_buttons{
    color: #505050;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 13px;
    height: 56px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: 16px 0 8px;
    width: 100%;
}
.nwm-fea_buttons .nwm-fea_button{
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-align: center;
    -moz-box-pack: center;
    -moz-box-flex: 1;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: 1 1;
    flex: 1 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
}
.nwm-fea_button_image {
    height: 24px;
    margin-bottom: 4px;
    width: 24px;
}
.nwm-fea_buttons a:hover{
    color: var(--base-3);
}
/*==================================================
>>>       ARCHIVE     
==================================================*/
body.archive .site-main{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}
body.archive .site-main .page-header{
    grid-column: 1 / span 2;
    /*grid-column-start: 1;
    grid-column-end: 2;*/
}
/*body.archive .site-main article{
    width: 50%;
    float: left;
}*/
body.archive .inside-article{
    padding: 20px;
}
body.archive .inside-article .entry-header a{
    color: var(--base-2);
}

#nav-below{
    background: inherit;
    grid-column: 1 / span 2;
}
/*==================================================
>>>       MATCH     
==================================================*/
body.anwp_match-template-default .entry-content{
    margin-top: 0;
}
body.anwp_match-template-default .inside-article{
    padding: 20px;
}
.anwp-bg-light {
    background-color: #2A3038 !important;
    color: var(--base-3);
}

.anwp-navbar__wrapper{
    background-color: inherit !important;
}
.anwp-navbar__item{
    background-color: #2A3038 !important;
    border:none !important;
}
.anwp-navbar__item.anwp-active-tab{
    background-color: var(--base-2) !important;
}


.match-scoreboard{
    background-image:inherit !important;
    color: #000;
}
.match-scoreboard__inner{
    max-width: 100% !important;
    background-color: #2A3038 !important;
}
.anwp-navbar__content{
    background: #2A3038 !important;
    margin: 0 !important;
    padding: 20px 10px;

}
.match-commentary__wrapper{
    color: #000;
}


.anwp-bg-gray-light{
    background-color: #203850 !important;
}
.standing-table .anwp-bg-danger-light,
.standing-table__notes .anwp-bg-danger-light{
    background: #d1293a !important;
}
.standing-table .anwp-bg-success-light,
.standing-table__notes .anwp-bg-success-light{
    background: #246c35 !important;
}
.standing-table .anwp-bg-info-light,
.standing-table__notes .anwp-bg-info-light{
    background: #428a95 !important;
}
.standing-table .anwp-bg-warning-light,
.standing-table__notes .anwp-bg-warning-light{
    background: #d7ba63 !important;
}
.standing-table a{
    color: var(--base-3);
}
.standing.standing--shortcode .anwp-bg-gray-light {
    background-color: #45494c !important;
}
.featured-image.page-header-image{
    display: none;
}
span.flatpickr-weekday{
    color: var(--base-3) !important;
}
.anwp-fl-calendar-club .flatpickr-day.disabled, 
.anwp-fl-calendar-club .flatpickr-day.disabled:hover,
.anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled, 
.anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled:hover{
    color: #8dbbbb !important;
}


.wm-standing-filter{
    list-style: none;
    margin: 0;padding: 0;
}
.wm-standing-filter li{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.wm-standing-filter li a{
    display: inline-block;
    background: var(--base);
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.wm-standing-filter li.active a,
.wm-standing-filter li:hover a{
    background: var(--base-2);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
/*==================================================
>>>       CUSTOM SELECT BOX     
==================================================*/
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: var(--base-3);
    width: 220px;
    height: 26px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #2A3038;
    padding: 0 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: var(--base-3) transparent transparent transparent;
    position: absolute;
    top: 10px;
    right: 10px;
}
.select-styled:hover {
    background-color: var(--base-2);
}
.select-styled:active, .select-styled.active {
    background-color: var(--base-2);
}
.select-styled:active:after, .select-styled.active:after {
    top: 2px;
    border-color: transparent transparent var(--base-3) transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #2A3038;
}
.select-options li {
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    text-indent: 15px;
    border-top: 1px solid #705f5e;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-options li:hover, .select-options li.is-selected {
    color: #c0392b;
    background: var(--base-3);
}
.select-options li[rel="hide"] {
    display: none;
}
.select-options li a{
    display: block;
}
/*==================================================
>>>       WIDGET     
==================================================*/
.widget-title{
    margin-bottom: 10px;
}
.widget-area .widget{
    padding: 20px;
    background: #262626bf !important;
    margin-left: 20px;
}

/*==================================================
>>>       POST     
==================================================*/
body.post-template-default .inside-article{
    padding: 20px;
    background: #262626bf !important;
    border-radius: 6px;
}
body.post-template-default .inside-article .featured-image img{
    width: 100%;
}
.entry-meta {
    color: #aeaec7;
}
/*==================================================
>>>       ARCHIVE     
==================================================*/
body.archive.category .site-main{
    width: 100%;
    background: #262626bf;
    border-radius: 0.5rem;
}
body.archive.category .site-main .page-header{
    background: inherit;
    color: var(--base-3);
        padding: 0 20px;
}


/*-----------------------*\
    RESPONSIVE
\*-----------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    h1{
        font-size: 38px;
    }
    h2 {
        font-size:31px;
    }
    h3 {
        font-size:26px;
    }
    h4 {
        font-size:24px
    }
    h5 {
        font-size:20px
    }

    .main-navigation .main-nav ul li a{
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    h1{
        font-size: 36px;
    }
    h2 {
        font-size:30px;
    }
    h3 {
        font-size:26px;
    }
    h4 {
        font-size:24px
    }
    h5 {
        font-size:20px
    }
    .main-navigation .menu-toggle{
        line-height: 1;
    }
    .gp-icon svg{
        height: 2em;
        width: 2em;
    }
    .footer-widget-1{
        text-align: center;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    h1{
        font-size: 30px;
    }
    h2 {
        font-size:25px;
    }
    h3 {
        font-size:22px;
    }
    h4 {
        font-size:20px
    }
    h5 {
        font-size:18px
    }

    .gp-icon svg{
        height: 1.5em;
        width: 1.5em;
    }

    .main-navigation .menu-toggle{
        line-height: 1;
    }

    .grid-matches .grid-matches__item{
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-widget-1{
        text-align: center;
    }

    .matches__item .matches__item--wrap{
        grid-template-columns: 1fr;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {

}