/**
 * HEADER & FOOTER
 */
 @media (max-width: 767.98px) {
    .header .header-content .header-tagline,
    .header .header-content .tagline-divider {
        display: none;
    }
    .header .header-content .subheader-tagline {
        padding-top: 20px;
    }
}
@media (max-width: 576px) {
    .header .header-content {
        padding-top: 0px;
        margin-left: 60px;
        margin-right: 60px;
    }
    .header .header-content .subheader-tagline {
        padding-top: 0px;
        font-size: 1.3rem;
        line-height: 1;
        font-weight: 400;
    }
}
.footer .social .lni-information::before {
    content: 'i';
    vertical-align: top;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    font-size: 2.5rem;
    font-family: Georgia, serif;
    line-height: 20px;
    cursor: pointer;
    pointer-events: auto;
}
.footer ul.social li a {
    color: #552f25;
}
.footer ul.social li:after {
    border: 1px solid #552f25;
}

/**
 * TRIVIA
 */
.wrap-question label {
    line-height: 1.3;
}
@media (min-width: 1200px) and (max-height: 700px) {
    .js .fs-form-full .fs-fields > li {
        position: absolute;
        width: 100%;
        padding-top: 70px;
    }
    .wrap-question label {
        font-size: 1.9rem;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0.2px;
    }
    .card-radio-content img {
        width: 160px;
        margin-top: 15px;
    }
    .checkbox-tools:checked + label, .checkbox-tools:not(:checked) + label {
        padding: 15px;
    }
}
.fs-nav-dots button {
    margin: 10px 0;
    width: 14px;
    height: 14px;
}
@media (max-width: 576px) {
    .wrap-question label {
        font-size: 1.7rem;
        line-height: 1;
    }
    .checkbox-tools:checked + label, .checkbox-tools:not(:checked) + label {
        padding: 10px;
        font-size: 13px;
        line-height: 14px;
    }
    .fs-fields > li label.fs-field-label {
        padding: 0 5px 15px 0;
    }
}


/**
 * CLICK & POINT
 */
.modal-content {
     width: 100%;
     height: auto;
}
@media (max-width: 767.98px) {
    .modal-content::before {
        width: 500px;
        height: 500px;
    }
    .modal-body .box-content-circle img {
        height: 130px;
        margin-bottom: 20px;
    }
}

/**
 * QUESTIONS & PUZZLE
 */
.puzzle-wrap-message .slide-title-info {
    font-size: 1.575rem;
    font-weight: 600;
    line-height: 1.15;
}
.puzzle-wrap-message .slide-title-info .text-secondary {
    color: #552f25 !important;
}

/**
 * GENERAL
 */
.hide-menu {
    background: rgba(0, 0, 0, .25);
}
.c-home-wheel:before {
    box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.45);
}
.btn-accent:hover,
.btn-accent.focus,
.btn-accent:not(:disabled):not(.disabled):active {
    background-color: #5ca595;
    border-color: #5ca595;
    color: #fff;
}
.btn-accent:hover,
.btn-accent.focus,
.btn-outline-accent:not(:disabled):not(.disabled):active:focus {
    box-shadow: rgb(92 165 149 / 20%) 0 0 0 6px;
}