/*
Theme Name: Kadence Child
Theme URI: http://example.com/kadence-child/
Description: Kadence Child Theme
Author: Eric Hoegee
Author URI: http://example.com
Template: kadence
Version: 1.0.0
*/

/* Add your custom styles here */
.kk-toggle-text {
    color: #ffffff;
    filter: brightness(2.5);
}
.affiliate-btn {
    background-color: #2cb72c;
    color: #fff;
    padding: 0.1em 1em;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    z-index: 2;
    text-align: center;
}
.affiliate-btn:hover {
    opacity: 0.8;
    color: #fff;
}
.kb-row-layout-id41385_bccd3d-02 > .kt-row-column-wrap {
    padding-top: 120px !important;
}
.anwp-fl-block-header a {
    font-weight: bold;
    color: #575757;
}
.single-post h2 {
    font-size: 30px;
}
.single-anwp_match #main-header,
.single-anwp_club #main-header,
.single-anwp_stadium #main-header,
.single-anwp_player #main-header,
.elementor-page #main-header,
.page-id-731 #main-header /* blog page */ {
    background-color: #000;
}

.single-anwp_match #mobile-header,
.single-anwp_club #mobile-header,
.single-anwp_stadium #mobile-header,
.single-anwp_player #mobile-header,
.elementor-page #mobile-header,
.page-id-731 #mobile-header /* blog page */ {
    background-color: #000;
}

/* Single Match */
.single-anwp_match #wrapper,
.page-id-731 #wrapper {
    background: #fff;
}
.single-anwp_match #inner-wrap,
.page-id-731 #inner-wrap {
    background: #ECF0F1;
}
.single-anwp_match .content-area,
.page-id-731 .content-area {
    margin-top: 1rem;
}
/* END Single Match */

.elementor-page h1 {
    font-family: "Raleway", Sans-serif !important;
    font-size: 40px !important;
    font-weight: 900 !important;
    margin-bottom: 0 !important;
    line-height: 40px !important;
    color: #222222 !important;
}

.elementor-page h2 {
    font-family: "Raleway", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
    color: #222222 !important;
}
/* Toplist */
.toplist a:hover {
    opacity: 0.8;
}

/* Hide/show items on desktop/mobile */
.hide-mobile {
    display: block;
}
.hide-desktop {
    display: none !important;
}
@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }
    .hide-desktop {
        display: block !important;
    }
}
/* End Hide/show items on desktop/mobile */

/* Breadcrumbs */
.yoast-breadcrumb-wrapper {
    position: relative;
    z-index: 10;
    background: #fff;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 1.5rem;
    padding-top: var(--kadence-header-height, 100px);
    text-align: left;
}
body.has-transparent-header .yoast-breadcrumb-wrapper {
    padding-top: var(--kadence-header-height, 100px);
}
#breadcrumbs {
    font-size: 14px;
    color: #555;
    margin: 0;
    padding: 10px 0 2px 0;
    display: block;
    text-align: left !important;
}
#breadcrumbs span,
#breadcrumbs span span {
    display: inline;
    text-align: left !important;
}
/* .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 30px 0 !important;
} */

/* Media queries */
@media (max-width: 767px) {
    .anwp-fl-block-header a {
        padding-bottom: 10px;
        padding-top: 8px;
    }
    .anwp-fl-calendar-slider .anwp-fl-block-header {
        margin-top: 1.5rem !important;
    }
    .single-post h2 {
        font-size: 25px;
    }
    .single-anwp_player h1,
    .single-anwp_club h1,
    .single-anwp_stadium h1 {
        font-size: 25px;
    }

}