/*
Theme Name: Divi Child Theme
Theme URI: https://www.theconqueror.events
Description: Divi Child Theme
Author URI: https://www.theconqueror.events
Template: Divi
Version: 1.3
*/

   /* Start your custom CSS bellow this comment
================================================= */


/************************************
 *               QUIZ STYLING        *
 ************************************/

 :root {
    --color-a: #17a2b8;
    --color-b: #e83e8c;
    --highlight: #B41400;
}

#et-main-area {
	min-height: calc(100vh - 556px);
}

.homepage-photo-quiz_container {
    background-color: #020202;
    background-position: 15%;
    background-repeat: no-repeat;
    background-size: cover;

    height: 100vh;
}

.quiz_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.quiz_container-landing {
    margin-top: 150px;
    max-width: 440px;
}

.quiz_container-quiz p {
    line-height: 1.8;
    font-size: 18px;
}

.landing-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
    font-weight: 700;

    color: white;
}

.landing-subtitle{
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;

    color: white;
}

.results-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
}

.landing-content {
    font-size: 24px;
    padding-top: 10px;
    line-height: 22px;
    font-weight: 500;

    color: white;
}

.gender-selector {
    max-width: 325px;
}

.gender-lead {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 20px;

    font-weight: 500;

    color: white;
}

.gender-buttons {
    display: flex;
    justify-content: space-evenly;
}

.quiz_btn {
    border: none;
    padding: 15px 15px;
    font-weight: 700;
    min-width: 110px;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-radius: 60px;
    text-decoration: none;

    -webkit-box-shadow: 0px 6px 10px -4px #333;
    -moz-box-shadow: 0px 6px 10px -4px #333;
    box-shadow: 0px 6px 10px -4px #333;
}

.quiz_btn:hover {
    opacity: 0.8;
}

.quiz_btn-gender {
    width: 150px;
    text-align: center;
}

.quiz_btn-gender-male {
    background-color: var(--color-a);
    color: #fff;
}

.quiz_btn-gender-female {
    background-color: var(--color-b);
    color: #fff;
}

.quiz_navbar {
    padding-top: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
}

.quiz_navbar-logo-link {
    display: inline-block;
    height: 50px;
}

.quiz_navbar-logo-link img {
    margin-left: -26px;
}

.quiz_navbar-logo {
    display: inline-block;
    height: 100%;
    width: auto;
}

.quiz_container-quiz {
    position: relative;
}

.quiz-page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.2 ease-in-out;
    z-index: 1;
}

.quiz-page.active {
    opacity: 1;
    z-index: 10;
}

.quiz_navbar-quiz {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    margin-bottom: 32px;
    padding: 0 15px;
}

.quiz-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.quiz-back {
    font-size: 25px;
    color: #333;
    opacity: 0.6;
}

.quiz-back:hover {
    opacity: 1;
}

.quiz-logo {
    max-width: 150px;
}

.quiz-progress-bar {
    height: 6px;
    border-radius: 5px;
    background-color: rgba(252,60,60, 0.2);
    width: 100%;
}

.quiz-progress-bar-inner {
    height: 100%;
    background-color: rgba(252, 60, 60);
    border-radius: 5px;
}

.quiz_container-quiz {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 15px;
    color: #333;
}

.quiz-page-title {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
    margin-top: 0;
}

.quiz-page-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

.quiz_btn-quiz {
    background: #333333;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-weight: 500;
    min-width: 110px;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    white-space: normal;
    border-radius: 60px;
    margin-bottom: 15px;
    display: inline-block;
    touch-action: manipulation;
    user-select: none;
    font-family: inherit;
    width: 100%;

    -webkit-box-shadow: 0px 6px 10px -4px #333;
    -moz-box-shadow: 0px 6px 10px -4px #333;
    box-shadow: 0px 6px 10px -4px #333;
}

.quiz-page.active .quiz_btn-quiz {
    cursor: pointer;
}

.quiz_btn-quiz:hover {
    background: #B41400;
}

.quiz-info-content {
    padding: 0 15px;
    font-size: 14px;
}

.quiz-info-benefits-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.quiz-highlight {
    color: #B41400;
}

.quiz-info-benefits {
    padding: 0;
    list-style: none;
    margin-bottom: 35px;
    margin-top: 0;
}

.quiz-info-benefits li {
    font-size: 16px;
}

.quiz-info-benefits li i {
    color: #B41400;
    margin-right: 5px;
}

.quiz-mini-icon {
    width: 22px;
    text-align: center;
}

.center-measurements {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

.measurements-buttons {
    display: flex;
    width: 100%;
}

.quiz_btn-quiz-measurements {
    flex: 1;
    width: auto;
}

.quiz_btn-quiz-measurements:first-child {
    margin-right: 14px;
}

.quiz_btn-quiz-measurements.active {
    background-color: #B41400;
}

.input-quiz_container {
    position: relative;
    display: flex;
    height: 50px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.quiz_input-icon {
    height: 100%;
    width: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid white;
}

.quiz_input-icon i {
    padding: 0 23px;
}

.measurements-input {
    flex: 1;
    height: 100%;
    width: 100%;
    background-color: #ededed;
    border: none;
    padding-left: 15px;
    font-size: 13px;
    border-radius: 0 5px 5px 0;
    box-sizing: border-box;
}

.measurement-unit {
    position: absolute;
    right: 25px;
    top: 16px;
    font-size: 13px;
    font-weight: 900;
    user-select: none;
}

#height-imperial {
    display: flex;
    width: 100%;
}

#height-imperial .input-quiz_container {
    flex: 1;
    width: auto;
}

#height-imperial .input-quiz_container:first-of-type {
    margin-right: 14px;
}

.hidden {
    display: none !important;
}

.msg-error {
    color: #DF0101;
    text-align: center;
}

input.error {
    background-color: #ffe3e3;
}

.quiz_container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.quiz_container-results {
    max-width: 600px;
}

.results section {
    padding-top: 36px;
    padding-bottom: 36px;
}

.results-estimate {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.estimate-weight {
    font-size: 31px;
    line-height: 30px;
    color: var(--highlight);
}

.results-card {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 2px 24px rgba(0,0,0,.1);
    border-radius: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    padding: 25px 30px;
}

.results-card-body {
    margin-bottom: 0;
    margin-top: 25px;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
}

.results-card-highlight {
    font-size: 1.2em;
    color: var(--highlight);
    font-weight: 900;
}

.results-card-highlight-secondary {
    font-size: 1.1em;
    font-weight: 700;
}

.results-cta {
    background: var(--highlight);
    color: #fff;
    padding: 15px 30px;
    font-weight: 500;
    width: 100%;
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
    touch-action: manipulation;
    user-select: none;
    font-family: inherit;
}

.personal-info-line {
    padding: 16px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.personal-info-line:last-of-type {
    border-bottom: none;
}

.personal-info-line:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.personal-info-line .value {
    font-weight: 700;
    color: var(--highlight);
}

.personal-info-line .name {
    opacity: .4;
    text-align: right;
}

.results-bmi,
.results-calories,
.results-safety {
    align-items: stretch;
    text-align: left;
}

.bmi-type {
    font-weight: 700;
}

.bmi-value {
    text-align: right;
}

.bmi-class {
    font-size: .9em;
}

.bmi-highlight,
.safety-highlight {
    font-weight: 700;
    color: var(--highlight);
    font-size: 1.2em;
}

.calories-text,
.safety-question {
    font-size: .9em;
    font-weight: bold;
}

.body-changes {
    display: flex;
    width: 100%;
    margin: 35px 0;
    padding-left: 20px;
    padding-right: 20px;
}

.body-changes-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.body-changes-numbers {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-weight: 700;
    letter-spacing: 1px;
}

.quiz_promise {
    margin-top: 30px;
}

.quiz_promise-para {
    font-size: .9em;
    margin: 20px 0;
}

.quiz_promise-para:last-of-type {
    margin-bottom: 10px;
}

.quiz_promise-owner {
    font-size: .9em;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.quiz_promise-name {
    flex: 1;
    white-space: nowrap;
}

.quiz_promise-signature img {
    max-width: 100%;
}

.bg-gradient-down {
    background: linear-gradient(180deg,#fff 37.6%,#eff6ff);
}

.bg-gradient-up {
    background: linear-gradient(1turn,#fff,#eff6ff 62.4%);
}

.results-calendar {
    text-align: center;
    border-collapse: collapse;
}

.results-calendar tr {
    border-top: 6px solid white;
    border-bottom: 6px solid white;
}

.results-calendar td {
    font-size: .9em;
    opacity: .15;
}

.results-calendar .selected,
.results-calendar .start-date,
.results-calendar .end-date {
    opacity: 1;
}

.results-calendar .selected {
    background-color: #F8E5F2;
}

.results-calendar .start-date {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: var(--color-b);
    color: white;
    position: relative;
}

.results-calendar .end-date {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--color-b);
    color: white;
    position: relative;
}

.start-weight,
.end-weight {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 2px;
    color: #130033;
    position: absolute;
    top: -45px;
    left: -24px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 94px;
    min-height: 37px;
    background-color: #fff;
    z-index: 1;
    box-shadow: 0 2px 24px rgba(0,0,0,.3);
    border-radius: 15px;
}

.calendar-title {
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
}



@media (max-width: 992px) {
    .landing-title {
        font-size: 28px;
        line-height: 42px;
    }

    .quiz_container-landing {
        margin-top: 20px;
    }
}