/*!
Theme Name: Sport Santé
Description: Site de Sport Santé
Author: Lightbulb
Template: loveus
Version: 1.0.0
*/
/***
 */

/* General */

a, h1, h2, h3, h4, .sub-title {
    text-transform: inherit !important;
}

a:hover,
a:focus {
    text-decoration: none;
}

/* Page Banner */
.page-banner {
    padding: 200px 0 100px;
}

.sec-title h2 {
    font-size: 52px;
}

.sidebar-page-container {
    padding: 80px 0 40px;
}

/* Header */
.main-header .header-upper .logo-box {
    width: 168px;
}

.main-header.header-style-two .header-upper .inner-container {
    padding-left: 200px;
}

.main-header .header-upper .logo-box .logo {
    padding: 25px 10px 17px;
}

.main-header .header-upper .logo img {
    max-height: 120px;
    width: auto;
}

.main-header.header-style-two {
    top: 20px;
}

.main-header.header-style-two .header-upper .logo-box {
    top: -20px;
}

.main-header .header-upper .inner-container {
    min-height: inherit;
}

/* Main Menu */
.main-menu .navigation > li {
    padding: 18px 0;
}

/* Mobile Menu */
.mobile-menu .nav-logo {
    padding: 40px 65px;
}

.mobile-menu .navigation li > a {
    text-transform: inherit;
}

/* Carousel */
.banner-carousel .slide-item {
    padding: 230px 0 210px;
}

/* About */

.about-feature {
    display: flex;
    min-height: 175px;
}

.about-feature .inner-box {
    width: 100%;
    padding: 26px 10px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.about-feature .inner-box:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}

.about-feature .inner-box:before {
    display: none;
}

.about-feature .inner-box:hover h3 {
    color: #d30060;
}

.about-feature .icon-box {
    margin: 0 0 15px;
}

.about-feature h3 {
    font-size: 20px;
    color: #25283a;
    margin-bottom: 0;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.about-feature svg,
.about-feature img,
.about-feature .placeholder,
.about-feature i {
    max-height: 60px;
    max-width: 80%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    color: #d30060;
    fill: #d30060;
}

.about-feature .placeholder {
    height: 40px;
}

.about-section .about-feature .inner-box:before {
    background: #d30060 !important;
}

.about-feature .inner-box:hover svg,
.about-feature .inner-box:hover i {
    color: white;
    fill: white;
}

/* Single */
.single .sidebar-page-container {
    padding: 220px 0 40px;
}

.single .sidebar-page-container .auto-container {
    max-width: 1060px;
}

/* Single Illness */
.single-sickness .sidebar-page-container {
    padding-top: 80px;
}

.single-sickness .page-banner {
    padding-top: 150px;
}

.single-illness-icon,
.single-illness-icon-placeholder {
    height: 60px;
    margin-bottom: 16px;
}

.single .content {
    color: #656565;
}

.blog-post-detail .inner p,
.blog-post-detail .inner li {
    line-height: 1.8 !important;
}

.blog-post-detail .inner h2 {
    margin-top: 50px;
}

.blog-post-detail .inner h2:first-child {
    margin-top: 0;
}

/* Organisations Block */
.organisation-block {
    margin: 30px auto 50px;
}

.organisation-block h2 {
    margin-bottom: 50px;
    text-align: center;
}

.org-feature {
    margin-bottom: 60px;
}

/* Sponsors Section */
.sponsors-section {
    padding: 90px 0;
    background: white;
}

.sponsors-section a {
    cursor: default;
}

.sponsors-section .image-box img {
    opacity: 1;
}

/* Scroll to top */
div.scroll-to-top {
    bottom: 30px;
    border-radius: 50px;
    box-shadow: none;
}

div.scroll-to-top:hover {
    box-shadow: none;
}

/* Team Section */
.team-section {
    padding: 0 0 10px;
}

.team-section .auto-container {
    padding: 0;
}

.team-section .row {
    justify-content: center;
}

.team-block .inner-box:hover .lower-box {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

.team-block .lower-box h3 {
    margin-top: 12px;
}

.team-block .lower-box .content {
    margin-bottom: 0;
}

.team-block .lower-box .social-links ul {
    padding: 0;
}

/* Downloads */

.file-downloads {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
}

.file-download {
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
}

.file-download-link {
    display: block;
    margin: 0 20px;
    color: #25283a;
}

.file-download img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.file-download p {
    color: #6f686d;
    font-size: 13px;
    margin-top: 4px;
}

.file-name {
    font-size: 16px;
    margin: 4px 0 0;
}

.file-size {
    font-size: 10px;
    margin-top: 2px;
    display: block;
}

/* Downloads list publications-scientifiques */

.file-downloads.publications-scientifiques {
    display: flex;
    flex-flow: column;
    margin: 0;
}

.file-downloads.publications-scientifiques .file-download {
    width: 100%;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 5px;
}

.file-download.header {
    background-color: rgba(204, 204, 204, .5);
    padding: 16px 0;
}

.file-download.header span {
    text-transform: uppercase;
}


.file-download time {
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 16px;
    color: black;
    padding-top: 5px;
}

/* Footer */
.flass img {
    min-width: 58px;
    width: 58px;
    height: auto;
}

.main-footer {
    background: white;
}

.main-footer .footer-bottom {
    padding: 22px 0;
}

.footer-bottom .auto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .bottom-links a {
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    text-decoration: none !important;
}

.footer-bottom .copyright {
    font-size: 12px;
    margin-top: 2px;
    display: block;
}

.main-footer .footer-bottom .bottom-links,
.main-footer .footer-bottom .copyright {
    float: none;
    margin: 0;
}

/* Footer Socials */
.footer-socials {
    display: flex;
    margin: 0;
}

.footer-socials li {
    margin-right: 18px;
}

.footer-socials a {
    font-size: 18px;
    color: white;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* Paper effect remove */
.top-rotten-curve,
.bottom-rotten-curve {
    display: none;
}

/**
** ELEMENTOR
**/

/* Elementor Tabs */
.elementor-widget-toggle .elementor-toggle .elementor-tab-title,
.elementor-widget-toggle .elementor-toggle .elementor-tab-title.elementor-active {
    color: #d30060;
    padding: 20px 0;
}

.elementor-toggle .elementor-tab-content {
    padding: 0 0 10px 15px;
}

/* Elementor Buttons */
.elementor-widget-button a.elementor-button,
.elementor-widget-button .elementor-button,
.gform_button,
.custom-button,
.actimetre-button {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 15px 45px;
    border-radius: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-color: #d30060;
    color: white;
}

.custom-button.event-category {
    background-color: transparent;
    color: #d30060;
    border: 1px solid #d30060;
    height: 37px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    margin-bottom: 13px;
    margin-right: 10px;
    pointer-events: none;
    font-weight: 700;
}
.custom-button.event-category.event-date {
    background-color: #d30060;
    color: #fff;
    border: 1px solid transparent;
}



.actimetre-button:focus {
    background-color: #212529;
}

.elementor-widget-button a.elementor-button:hover,
.elementor-widget-button .elementor-button:hover,
.gform_button:hover,
.custom-button:hover,
.actimetre-button:hover {
    background: #212529;
    color: white;
}

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
    font-family: 'Yeseva One', cursive;
    font-weight: 500;
    color: #25283a !important;
}

/* Elementor Blog */
.news-block .post-meta {
    display: none;
}

.news-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/**
** Gravity Forms
**/
.gform_wrapper {
    max-width: 680px;
}

.gform_wrapper ul.gform_fields {
    font-family: Helvetica, Arial, sans-serif;
    padding: 0;
}

.ginput_container input,
.ginput_container textarea {
    width: 100% !important;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 10px 18px !important;
    color: #6e6e6e;
}

.ginput_container input[type="checkbox"] {
    width: auto !important;
    margin-right: 10px;
    margin-top: 3px;
}


.ginput_container_consent {
    margin-bottom: 20px;
    display: flex;
}

.gfield_required {
    display: none;
}

/**
** Sickness Sports
**/

.elementor-widget-Widget_Maladies {
    background: #edf1f5;
    margin: -20px 0 0;
    padding: 60px 0 40px;
}

/* responsive-table.css */
#table-heading-0,
.responsive-table__caption {
    display: none;
}

.responsive-table__wrapper {
    margin-bottom: 3em;
    overflow-x: auto;
    position: relative;
}

.responsive-table {
    width: 100%;
    font-weight: 300;
}

.responsive-table__list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
}

.responsive-table__list-item {
    margin: 0 5px;
}

.responsive-table__header-content {
    font-weight: 700;
}

.responsive-table--small-screen tbody th,
.responsive-table--small-screen tbody td {
    clear: left;
    float: left;
    width: 100%;
}

.responsive-table th {
    font-weight: 600;
}

.responsive-table--stack.responsive-table--small-screen tr td:last-child {
    margin-bottom: 2em;
}

.responsive-table__window-link {
    float: right;
    padding: .5em;
}

.responsive-table__list-link {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #d30060;
    border-radius: 8px;
    margin-bottom: 8px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.responsive-table__list-link:focus {
    background: #d30060;
    color: white;
}


.responsive-table__window-link-icon {
    fill: #222;
}

.single-sport:nth-child(2n) {
    background: #f9f9f9;
}

.hidden, .visuallyhidden {
    display: none;
}

.sports-highlighted-text {
    margin-top: 40px;
}

/**
** Courses Table
 */
td.sport {
    margin-bottom: 0;
}

/**
** Home
 */
.about-section .left-column,
.about-section .right-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.about-section {
    padding: 70px 0 0 !important;;
}

.about-section .left-column {
    margin: 0 !important;
}

.about-section .left-column .inner {
    text-align: center;
    max-width: 880px !important;
    margin: 0 auto !important;
}

.about-section .right-column .inner {
    padding: 0;
}

.about-section .about-feature {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
}

.banner-carousel .content-box h1 {
    font-size: 84px;
    line-height: 1.15em;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    letter-spacing: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

/* Contact */
.product-details, section.contact-info-section {
    padding: 0;
}

/* Custom Partners Slider */
.partners-block {
    background: white;
    max-width: 90%;
    margin: 120px auto 100px;
}

.partners-block-el {
    display: flex !important;
    align-items: center;
}

.partners-block-img {
    max-width: 70%;
    max-height: 90px;
    margin: 0 auto 40px;
}

.partners-block-button-wrapper {
    display: flex;
    justify-content: center;
    margin: 70px 0 0;
}

/* Custom Partners Page */
.partners-page,
.ressources-page {
    margin: 70px 0 100px;
}

.partners-page-el {
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;
    color: #7a7a7a;
}

.partners-page-partner-title {
    display: inline-block;
    margin-bottom: 8px;
}

.partners-page-image {
    width: 20%;
    margin: 0 50px 0 0;
}

.pagination {
    width: 100%;
}

/* Contact Page */
.contact-intro {
    max-width: 680px;
    margin: 0 auto;
}

.contact-intro img.alignright {
    margin-top: 24px;
}

/* Actimetre Page */
.actimetre-page {
    margin: 60px 0 200px;
}

.actimetre-page .auto-container {
    max-width: 920px;
}

.actimetre-page h2 {
    text-align: center;
    margin-bottom: 40px;
}

.actimetre-page input {
    border: 1px solid black;
    padding: 5px 10px;
    width: 65px;
    margin-right: 6px;
}

.actimetre-page input.error {
    border-color: red;
}

.actimetre-questions {
    display: flex;
    margin: 0 -2% 40px;
}

.actimetre-question {
    width: 46%;
    margin: 0 2%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.actimetre-button-wrapper {
    display: flex;
    justify-content: center;
}

.actimetre-result,
.actimetre-result-text {
    font-weight: 600;
    text-align: center;
}

.actimetre-result {
    margin-top: 70px;
}

.actimetre-result-text {
    margin-top: 45px;
}

.actimetre-error {
    font-weight: 500;
    color: red;
    margin-bottom: 20px;
    text-align: center;
}

.actimetre-graph {
    position: relative;
    width: 100%;
    max-width: 800px;
    display: flex;
    margin: 80px auto 0;
}

.actimetre-graph.hidden {
    display: none;
}

.actimetre-line {
    position: absolute;
    left: 45px;
    top: 7px;
    height: 100%;
    width: 2px;
    background: black;
}

.actimetre-line .you {
    position: absolute;
    top: -23px;
    left: -4px;
    font-weight: 700;
}

.inspired-by {
    text-align: right;
    font-size: 12px;
}

.actimetre-line:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: black;
    position: absolute;
    top: -4px;
    left: -2px;
}

.actimetre-result-text .red {
    color: #ee3d56;
}

.actimetre-result-text .orange {
    color: #ee7e3d;
}

.actimetre-result-text .green {
    color: #84b98d;
}


@media only screen and (max-width: 1199px) {
    .main-menu .navigation > li {
        margin-right: 32px;
    }

    section.page-banner,
    div.banner-carousel .slide-item {
        padding: 140px 0px 70px;
    }

    /* Home*/
    .about-section .about-feature {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media only screen and (max-width: 1139px) {
    .nav-outer .mobile-nav-toggler {
        font-size: 35px;
        margin: 5px 0;
    }

    .main-header .header-upper .inner-container {
        height: 60px;
    }
}

@media only screen and (max-width: 992px) {
    .news-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .partners-page-el {
        display: block;
    }

    .partners-page-image {
        width: 100%;
        max-width: 260px;
        margin: 0 auto 30px;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    header.main-header .header-upper .logo-box .logo {
        padding: 10px 18px;
    }

    header.main-header .header-upper .logo-box .logo img {
        height: 64px;
    }

    header.main-header .header-upper .logo-box .logo:before {
        bottom: -8px;
    }

    /* Footer */
    .footer-bottom .copyright,
    .footer-bottom .bottom-links {
        width: auto !important;
        text-align: left !important;
    }

    .footer-bottom .bottom-links {
        margin-left: -10px !important;
    }

    .footer-bottom .auto-container {
        display: block;
    }

    .flass img {
        margin-bottom: 8px;
    }

    /* Footer Socials */
    .footer-socials {
        margin: 10px 0 0;
    }

    /* Home*/
    .about-section .about-feature {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 18px;
    }

    .file-download {
        width: 50%;
    }

    .actimetre-questions {
        display: block;
    }

    .actimetre-question {
        width: 100%;
        margin: 0 0 30px;
    }
}

@media only screen and (max-width: 379px) {
    .file-download {
        width: 100%;
    }
}

/*language switcher */
.language-select {
    position: absolute;
    text-transform: uppercase;
    cursor: pointer;
    height: 30px;
    min-width: 50px;
    z-index: 30;
    top: 50%;
    display: none;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.language-select::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 5px;
    top: 0;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.language-select .language-wrapper {
    width: 50px;
    padding-top: 30px;
    position: absolute;
    display: flex;
    flex-flow: column;
    height: 30px;
    left: 0;
    top: 0;
    background-color: white;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.language-select .language-wrapper li {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.language-select .language-wrapper li a {
    min-width: 50px;
    min-height: 30px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    display: block;
    padding-left: 10px;
    line-height: 30px;
}

.language-select .language-wrapper .current-lang {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 0;
    pointer-events: none;
    font-weight: 700;
}


.language-select:hover .language-wrapper {
    height: 90px;
}

.language-select:hover .lang-item {
    opacity: 1;
    visibility: visible;
}

.language-select:hover:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}


.language-wrapper-mobile {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    text-transform: uppercase;
}

.language-select-mobile ul.language-wrapper-mobile .current-lang a {
    font-weight: 700;
    color: #d30060;
}

.mobile-menu .social-links {
    padding: 10px;
}


.mobile-menu .social-links li {
    margin: 0 10px;
}


@media only screen and (min-width: 1139px) {
    .language-select {
        display: block;
    }
}


/**
Sickness menus
 */


.sickness-menus-page {
    padding: 70px;
    background-color: #edf1f5;
}

/**
Sport groups map
 */

.filter-by-location {
    display: none;
}

.maps-entry-container {
    padding-top: 70px;
    padding-bottom: 10px;
}

.map-and-filters {
    position: relative;
    overflow: hidden;
}

.map-activities-title {
    margin-top: 30px;
}

.map-activities li {
    display: flex;
    margin-bottom: 5px;
    flex-flow: row nowrap;
    align-items: center;
}

.map-activities-image {
    max-width: 32px;
    margin-right: 5px;
    height: auto
}


.filters-outer {
    overflow: scroll;
    height: 425px;
}

.map-filters-wrapper {
    padding: 20px 0 50px 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: -100%;
    transition: all 0.350s ease-in-out;
    -moz-transition: all 0.350s ease-in-out;
    -o-transition: all 0.350s ease-in-out;
    -webkit-transition: all 0.350s ease-in-out;
    background-color: rgba(255, 255, 255, 0.85);
}

.two-fingers-handler {
    position: absolute;
    animation: action 2s linear infinite;
    top: 50%;
    left: 50%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

@-webkit-keyframes action {
    0%, 100% {
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -100px);
        -ms-transform: translate(-50%, -100px);
        -o-transform: translate(-50%, -100px);
        -webkit-transform: translate(-50%, -100px);
    }
}

@keyframes action {

    0%, 100% {
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
    50% {
        transform: translate(-50%, -100px);
        -ms-transform: translate(-50%, -100px);
        -o-transform: translate(-50%, -100px);
        -webkit-transform: translate(-50%, -100px);
    }

}

.map-filters-wrapper input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.map-filters-wrapper input:checked + span .check-icon {
    background-color: rgba(211, 0, 96, 0.7);
    border-color: rgba(211, 0, 96, 0.7);
}

.map-filters-wrapper ul li label {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    cursor: pointer;
}

.check-icon {
    width: 10px;
    min-width: 10px;
    border-radius: 2px;
    height: 10px;
    border: 1px solid darkgray;
    display: inline-block;
    margin-right: 5px;
}


.map-filters-wrapper.open-filters {
    top: 0;
}


.filters-handler {
    width: 100%;
    height: 50px;
    min-width: 50px;
    color: white;
    font-weight: 700;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(211, 0, 96, 0.7);
    transition: all 0.350s ease-in-out;
    -moz-transition: all 0.350s ease-in-out;
    -o-transition: all 0.350s ease-in-out;
    -webkit-transition: all 0.350s ease-in-out;
    z-index: 1;
}

.filters-handler > span {
    margin-right: 5px;
}

.icon-handler {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 12px;
}

.icon-handler span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: white;
    transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    -webkit-transition: all 1000ms ease-in-out;
    position: relative;
}


.icon-handler span::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 10px;
    display: block;
    width: 4px;
    height: 4px;
    min-width: 4px;
    border-radius: 2px;
    background-color: white;
    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.icon-handler span:nth-child(1)::before {
    left: 2px;
}

.icon-handler span:nth-child(3)::before {
    left: 6px;
}

.filters-handler.open-filters {
    bottom: 0;
}

.filters-handler.open-filters .icon-handler span:nth-child(1)::before {
    left: 12px;
}

.filters-handler.open-filters .icon-handler span:nth-child(2)::before {
    left: 2px;
}

.filters-handler.open-filters .icon-handler span:nth-child(3)::before {
    left: 4px;
}

#sport-groups-map {
    height: 500px;
}

@media only screen and (min-width: 768px) {

    #sport-groups-map {
        height: 700px;
    }
}

@media only screen and (min-width: 1000px) {
    .map-and-filters {
        display: flex;
        flex-flow: row wrap;
        margin: 50px auto;
    }

    .two-fingers-handler {
        display: none;
    }


    #sport-groups-map {
        width: 70%;
        height: 1000px;
    }

    .filter-by-category {
        margin-bottom: 30px;
    }

    .map-filters-wrapper {
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        width: 30%;
        padding: 20px;
    }

    .map-filters-wrapper .filters-outer {
        overflow: visible;
        height: 100%;
    }

    .filters-handler {
        display: none;
    }
}

/**
Responsive tables for single sport
*/

.postal-code {
    position: relative;
    padding-left: 10px;
}

.postal-code:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: black;
}


.table-auto-container {
    max-width: 1200px !important;
}

.desktop-version-table {
    display: none;
}

.single-sickness .filters-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 30px;
}

.filters-button {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 10px;
    background-color: transparent;
    border: 2px solid #bcbcbc;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #bcbcbc;
}

.single-sickness #table-list {
    display: none;
}

@media only screen and (min-width: 1000px) {

    .postal-code:before {
        width: 1px;
        height: 20px;
        background-color: #212529;
        margin-left: 3px;
    }


    .desktop-version-table {
        width: 100%;
        display: inline-table;
        border: none !important;
    }

    .sport-illness-tables th {
        border: none !important;
        border-right: 1px solid #faebf0 !important;
        border-bottom: 2px solid black !important;
    }

    .sport-illness-tables th h5 {
        padding: 0;
        margin: 0;
    }

    .sport-illness-tables th:last-child {
        border-right: none !important;
    }

    .sport-illness-tables th.min-width {
        min-width: 230px;

    }

    .sport-illness-tables th.min-width__smaller {
        min-width: 145px;
    }


    .sport-illness-tables td {
        border: none !important;
        border-right: 1px dotted lightgray !important;
        padding: 15px;

    }

    .sport-illness-tables tbody tr:nth-child(even) {
        background-color: #fdf6f9;
    }

    .sport-illness-tables tbody tr:nth-child(even) td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .sport-illness-tables tbody tr:nth-child(even) td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .sport-illness-tables td:last-child {
        border-right: none !important;

    }


    .sport-illness-tables td.bold {
        font-weight: 700;
    }

    .sport-illness-tables td.bold img {
        max-width: 32px;
        height: auto;
    }


    .mobile-version-table {
        display: none;
    }


}


.filters-button.active {
    background-color: #d30060;
    color: white;
    border-color: #d30060;

}

.single-sport-type {
    display: none;
    border-bottom: 2px solid #bcbcbc;
    padding-bottom: 20px;
}

.single-sport-type h2 {
    border-bottom: 2px solid #bcbcbc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 40px;
}

.single-sport-type:first-child {
    display: block;
}

.single-sport-day {
    padding: 5px 15px;
    margin: 10px 0;
}

.single-sport-day .light-address {
    color: #6f6e6e;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.single-sport-day .dot {
    display: inline-block;
    margin: 0 10px;
    width: 7px;
    height: 7px;
    min-width: 7px;
    border-radius: 50%;
    background-color: black;
}


.single-sport-day.odd {
    background-color: #fbe6ef;
    border-radius: 20px;
}

.single-sport-type h2 img {
    margin-right: 10px;
    max-width: 40px;
    height: auto;
}

.single-sport-type .filter-title {
    margin-right: 18px;
    font-size: 22px;
    font-weight: 700;
}

.single-sport-dates {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    color: #000;
}

span.single-city {
    white-space: nowrap;
}

.event-content:not(.event-has-thumbnail) {
    grid-template-columns: 1fr;
}

.event-content.event-has-thumbnail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 42px;
}


@media only screen and (max-width: 767px) {
    .event-content.event-has-thumbnail {
        display: grid;
        grid-template-columns: 1fr;

    }
}

.event-thumbnail img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.event-content-ext {
    display: inline-flex;
    width: fit-content;
    gap: 8px;
    font-weight: 700;
}

.event-content-ext:hover span,
.event-content-ext:focus span {
    text-decoration: underline;
}


.event-content-ext i {
    padding-top: 5px;
}


.event-extra {
    margin-top: 40px;
    margin-bottom: 40px;
}

.event-extra-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 0 20px 0;
}


.share-button-show {
    color: #d30060;
    background: transparent;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px;

}

.event-sharer {
    display: inline-block;
    width: fit-content;
    position: relative;
}

.event-sharer .heateor_sss_sharing_ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.event-sharer:hover .event-share-content-hidden,
.event-sharer:focus .event-share-content-hidden {
    visibility: visible;
    opacity: 1;
}

.share-button-show i {
    color: #fff;
    background: #d30060;
    border-radius: 50%;
    width: 22px;
    aspect-ratio: 1/1;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-share-content-hidden {
    opacity: 0;
    visibility: hidden;
    margin-right: 20px;
    position: absolute;
    top: 100%;
    background: #d30060;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
}


.event-sharer-cal {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    column-gap: 40px;
    row-gap: 10px;
    margin-bottom: 20px;
}


.event-sharer-cal a,
.event-location  ,
.event-sharer-cal button {
    font-weight: 700;
}

.event-location{
    color: #d30060;
}


.events-dates-toggle{
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}


@media only screen and (min-width: 300px) and (max-width: 575.98px){
    .single-event .sidebar-page-container{
        padding-top: 150px !important;
    }
}

.event-description .heateor_sss_sharing_container.heateor_sss_horizontal_sharing{
    display: none;
}
