﻿.content-wrap {
    padding: 80px 0 0;
}

#top-section {
    margin-bottom: 0.5em;
}

h1 {
    margin: 0;
    padding: 0;
}

label {
    text-transform: none !important;
}

#game-version {
    margin: 0 0 1em;
    padding: 0;
    color: #249AD1;
    font-size: 0.9em;
}

.section-heading {
    font-size: 2.2em;
    text-align: center;
    color: #249AD1 !important;
}

#game-intro,
#skills-taught {
    padding-left: 1em;
}

#skills-taught {
    color: #249AD1 !important;
}

#skills-taught-head {
    font-weight: bold;
    margin-right: 0.5em;
}

#skills-taught h2 {
    font-size: 1em;
    padding: 0px;
    margin: 0px;
    display: inline;
    font-family: 'gadugi', sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 0.02em;
}

/* =================== GAME PANEL =================== */

#game-container-in {
    background-color: #9EE3F9;
    padding: 1em;
    border-radius: 0.8em;
    position: relative;
    transition: 1s max-width ease, 1s max-height ease;
    max-width: 856px;
    max-height: 477px;
}

#game-panel.expanded {
    height: 100% !important;
    width: 100% !important;
}

/* Shrink/Expand Button */

#host-game-button-toggle-shrink-expand img {
    position: absolute;
    top: -19px;
    right: -17px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 100;
    opacity: 0.7;
}

/* Pre-load Image */

#preload-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0.7em;
    overflow: hidden;
}

/* Preload image styling */
#host-game-preload-image {
    width: 100%;
    height: 100%;
    border-radius: 0.7em;
    display: block;
}

/* Overlay arrow styling */
#preload-overlay-arrow {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20%;
    height: auto;
    pointer-events: none;
    z-index: 10;
}


/* =================== FALL BACK BUTTONS =================== */

#fallback-fb-button-container {
    display: none;
}

.fallback-facebook-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 15px;
}

.fallback-facebook-btn i {
    margin-right: 8px;
}


/* =================== FEEDBACK FORM =================== */

#feedback-form-inner {
    padding: 100px 0 150px;
    margin: 40px 0;
    background-color: #DAF7FE;
}

.form-label-title {
    font-size: 0.9em;
}

/* RIGHT COLUMN */

.contact-flex {
    margin-top: 2em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.contact-icon {
    height: 1em;
    width: auto;
    position: relative;
    top: 1px;
}

.contact-text {
    color: #249AD1;
    font-weight: bold;
    font-size: 1.1em;
}

.card-body a {
    color: #333;
    font-weight: bold;
    font-family: 'gadugi' !important;
    text-decoration: none !important;
    position: relative;
}

.card-body a:hover {
    color: #333;
}

/* =================== Google Captcha Badge =================== */

.grecaptcha-badge {
    display: none;
}

.page-id-833 .grecaptcha-badge {
    z-index: 99999;
    display: block !important;
}


/* MOBILE FIRST */

/* Small devices (phones etc to 767.98px) */
@media (max-width: 767.98px)
{
    /* Content */
    .content-wrap {
        padding: 60px 0 0 0;
    }

    .container, .container-sm {
        max-width: 100% !important;
    }

    /* Header */
    #game-version {
        font-size: 0.9em;
        margin: 0;
    }

    #device-compatibility-icons {
        display: flex;
        justify-content: center;
        height: 1.5em;
        margin: 1em 0 1em 0;
    }

    /* Game Row */
    #game-container-in {
        background-color: #9EE3F9;
        padding: 0.5em;
        border-radius: 0.8em;
        position: relative;
        transition: 1s max-width ease, 1s max-height ease;
        max-width: 856px;
        max-height: 477px;
    }

    #preload-overlay-arrow {
        display: none !important;
    }

    #host-game-button-toggle-shrink-expand {
        display: none !important;
    }

    #game-intro {
        padding: 0 0 1em 0;
    }

    #game-intro p {
        line-height: 1.4;
        padding: 0;
        margin-bottom: 1em;
    }    

    #skills-taught {
        padding: 0;
    }

    /* Social */
    #social-buttons-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    #social-buttons-container .col-lg-6 {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
        text-align: center;
    }

    #social-buttons-container .col-lg-6:first-child,
    #social-buttons-container .col-lg-6:last-child {
        text-align: center;
        margin-bottom: 10px; 
    }

    /* Feedback form */
    #feedback-form-inner {
        padding: 100px 0 70px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{
    /* Content */
    .content-wrap {
        padding: 30px 0 0 0;
    }

    /* Header */
    #game-version {
        font-size: 0.9em;
        margin: 0;
    }

    #device-compatibility-icons {
        display: flex;
        justify-content: center;
        height: 1.5em;
        margin: 1em 0 1em 0;
    }

    /* Game Row */

    #game-container-in {
        background-color: #9EE3F9;
        padding: 1em;
        border-radius: 0.8em;
        position: relative;
        transition: 1s max-width ease, 1s max-height ease;
        max-width: unset;
        max-height: unset;
    }

    #preload-overlay-arrow {
        display: none !important;
    }

    #host-game-button-toggle-shrink-expand {
        display: none !important;
    }

    #game-intro {
        padding: 1.5em 0 1em 0;
    }

    #game-intro p {
        line-height: 1.4;
        padding: 0;
        margin-bottom: 1em;
        font-size: 0.9em;
    }

    #skills-taught {
        padding: 0;
    }

    /* Social */
    #social-buttons-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #social-buttons-container .col-lg-6 {
        flex: 1;
        max-width: 50%;
    }

    #social-buttons-container .col-lg-6:first-child {
        text-align: left;
    }

    #social-buttons-container .col-lg-6:last-child {
        text-align: right;
        margin-top: 4px;
    }

    /* Feedback form */
    #feedback-form-inner {
        padding: 100px 0 70px;
    }
}

@media (max-width: 991.98px) and (orientation: landscape) {
/*    .top-container {
        max-width: 100% !important;
    }*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    /* Content */
    .content-wrap {
        padding: 60px 0 0 0;
    }

    /* Header */

    #top-section {
        margin-bottom: 1.5em !important;
    }

    #device-compatibility-icons {
        height: 2.5em;
    }

    /* Game Row */


    #preload-overlay-arrow {
        display: unset !important;
    }

    #host-game-button-toggle-shrink-expand {
        display: unset !important;
    }

    #game-intro {
        padding: 0 0 1em 1em;
        font-size: 1em;
    }

    #skills-taught {
        padding: 0 0 1em 1em;
    }

    /* Social */

    /* Feedback form */
}

/* Extra Large devices (large desktops, 1200px and up) */
@media (min-width: 992px) {
    /* Content */
    #top-section {
        margin-top: 1em !important;
        margin-bottom: 2.5em !important;
    }
    /* Header */

    #device-compatibility-icons {
        height: 2.8em;
    }

    /* Game Row */
    #game-intro {
        font-size: 1.1em;
    }

    #skills-taught {
        font-size: 1.1em;
    }
    /* Social */
    /* Feedback form */
}

/* Extra Extra Large devices (very large desktops, 1400px and up) */
@media (min-width: 1400px) {
    /* Content */
    /* Header */
    /* Game Row */
    /* Social */
    /* Feedback form */
}