/**
* Theme Name: Spaciaz Child
* Description: This is a child theme of Spaciaz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: spaciaz
* Version: 1.2.0
*/

.elementor-widget-spaciaz-projects-navigation .post-navigation .nav-previous .reader-text, .elementor-widget-spaciaz-projects-navigation .post-navigation .nav-next .reader-text {
	font-size: 14px;
}

/* ==========================================================
   PACE - MOBILE MENU CONTACT + AFC SPONSOR
   ========================================================== */

.pace-mobile-menu-extra {
    width: 100%;
    margin-top: 42px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.pace-mobile-contact-label {
    margin-bottom: 14px;

    color: rgba(255, 255, 255, 0.55);

    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


/* CONTACT ROWS */

.pace-mobile-contact-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pace-mobile-contact-link {
    display: flex;
    align-items: center;
    gap: 13px;

    width: 100%;
    min-height: 60px;

    padding: 10px 13px;

    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.04);

    color: #fff !important;
    text-decoration: none !important;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.pace-mobile-contact-link:hover,
.pace-mobile-contact-link:focus-visible {
    background: rgba(238, 247, 44, 0.09);
    border-color: rgba(238, 247, 44, 0.45);
    transform: translateX(2px);
}


.pace-mobile-contact-icon {
    display: flex;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border-radius: 50%;

    background: #eef72c;
    color: #092a48;
}

.pace-mobile-contact-icon svg {
    width: 16px;
    height: 16px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


.pace-mobile-contact-content {
    display: flex;
    flex: 1;
    flex-direction: column;

    min-width: 0;
}

.pace-mobile-contact-content small {
    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.48);

    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.pace-mobile-contact-content strong {
    overflow: hidden;

    color: #fff;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;

    text-overflow: ellipsis;
    white-space: nowrap;
}


.pace-mobile-contact-arrow {
    flex: 0 0 auto;

    color: #eef72c;

    font-size: 15px;
    line-height: 1;
}


/* AFC WIMBLEDON */

.pace-mobile-afc {
    position: relative;

    display: flex;
    align-items: center;
    gap: 14px;

    width: 100%;

    margin-top: 12px;
    padding: 14px;

    overflow: hidden;

    border: 1px solid rgba(238, 247, 44, 0.22);
    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            rgba(9, 57, 95, 0.98),
            rgba(3, 35, 60, 0.98)
        );

    color: #fff !important;
    text-decoration: none !important;

    transition:
        border-color .2s ease,
        transform .2s ease;
}

.pace-mobile-afc::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 3px;
    height: 100%;

    background: #eef72c;
}

.pace-mobile-afc:hover,
.pace-mobile-afc:focus-visible {
    border-color: rgba(238, 247, 44, 0.6);
    transform: translateX(2px);
}


.pace-mobile-afc img {
    position: relative;
    z-index: 1;

    flex: 0 0 auto;

    width: 48px;
    height: auto;

    object-fit: contain;
}


.pace-mobile-afc-copy {
    position: relative;
    z-index: 1;

    display: flex;
    flex: 1;
    flex-direction: column;

    min-width: 0;
}

.pace-mobile-afc-copy small {
    margin-bottom: 3px;

    color: rgba(255, 255, 255, 0.58);

    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.pace-mobile-afc-copy strong {
    color: #eef72c;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
}


.pace-mobile-afc-arrow {
    position: relative;
    z-index: 1;

    flex: 0 0 auto;

    color: #eef72c;

    font-size: 17px;
}


/* MOBILE MENU SCROLL SAFETY */

.spaciaz-mobile-nav .menu-scroll-mobile {
    overflow-y: auto;
    overscroll-behavior: contain;
}


/* Smaller phones */

@media (max-width: 400px) {

    .pace-mobile-menu-extra {
        margin-top: 32px;
        padding-top: 23px;
    }

    .pace-mobile-contact-link {
        min-height: 56px;
        padding: 9px 11px;
    }

    .pace-mobile-contact-icon {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .pace-mobile-contact-content strong {
        font-size: 12px;
    }

    .pace-mobile-afc {
        padding: 12px;
    }

    .pace-mobile-afc img {
        width: 43px;
    }

    .pace-mobile-afc-copy strong {
        font-size: 14px;
    }
}