/*
Theme Name: Zero Latency
Author: Mouthmedia Inc.
Version: 1.0
*/

div.wpcf7 {
    position: relative !important;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: -20px;
    right: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
    color: white !important;
    background: #c82727 !important;
    font-size: 12px !important;
    margin-bottom: 0px !important;
    padding: 3px 5px !important;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7-response-output {
    width: 100% !important;
    margin: 20px 0 0 !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: white !important;
    padding: 10px !important;
    clear: both !important;
}

.sent .wpcf7-response-output {
    background: #398f14 !important;
}

.invalid .wpcf7-response-output {
    background: #c82727 !important;
}

.wpcf7-submit {
    margin-bottom: 0 !important;
}

.wpcf7-form-control.wpcf7-not-valid {
    border-color: #c82727 !important;
}
/* Highlight center slide */
.games-swiper .swiper-slide {
    transition:
        transform 0.35s ease,
        opacity 0.35s ease !important;
    opacity: 0.55 !important;
    transform: scale(0.88) !important;
}

.games-swiper .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.games-swiper .imgbox {
    display: block !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.games-swiper .imgbox img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

.games-swiper .name {
    display: block !important;
    text-align: center !important;
    margin-top: 10px !important;
    font-weight: 600 !important;
}

.games-swiper .name {
    display: none !important;
}

/* Extra space between hero and blue box */
.hero + .contentblock {
    margin-top: 60px; /* adjust as needed */
}
/* Reduce outer spacing of blue content blocks */
.contentblock.margin-small {
    margin-top: 10px;
    margin-bottom: 30px;
}
/* Remove extra top space from first heading inside content boxes */
.contentblock .txtbox h2:first-child {
    margin-top: 0;
}
.page-id-122 .contentblock {
    margin-top: 50px;
}

/* Add space below games swiper */
.games-slider-section {
    margin-bottom: 60px; /* adjust as needed */
}

/* Fix vidblock text overlapping the fixed header */
.vidblock .txtbox {
    z-index: 1 !important;
}
