﻿.club-details__loader {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40vh;
}

    .club-details__loader .skeleton-loading {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .club-details__loader .skeleton-loading > span {
            color: #c7c7c7;
            font-size: 30px;
        }

.club-details-heading {
    margin-bottom: 10px;
}

h5.club-details-heading {
    margin: 20px 0 5px;
}

.contact-text span:empty {
    display: none;
}

.contact-text span {
    text-transform: capitalize;
}

.contact-text__postal-add--region {
    text-transform: uppercase !important;
}

.club-details__map {
    margin: 20px 0 0;
}

.gmap {
    height: 500px;
    width: 100%;
}

.map-info__title {
    margin-bottom: 10px;
}

.map-info__link {
    color: var(--color-3);
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
}

.facility-type .clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .facility-type .clearfix:after {
        display: none;
    }

.club-details .hero-block__content-wrapper .row {
    flex-direction: column;
}

.club-details .hero-block__image {
    position: relative;
}

    .club-details .hero-block__image:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.3);
        z-index: 1;
    }

    .club-details .hero-block__image > .hero-block__btn-wrapper {
        position: absolute;
        top: 0;
        right: 30px;
        height: 100%;
        display: flex;
        align-items: center;
        z-index: 2;
    }

.club-details .gm-style-iw-chr {
    position: absolute;
    top: 0;
    right: 0;
}

.club-details .map-info {
    min-width: 150px;
    padding: 15px 30px 5px 5px;
}

.club-details-social-media {
    display: flex;
    gap: 10px;
    font-size: 20px;
}

.club-details-social-media a {
    color: #000000;
}

@media (min-width: 768px) {
    .club-details .hero-block__content-wrapper .row {
        flex-direction: row;
    }
}
