.mood_wizard {
    font-family: "Druk", sans-serif;
    width: 75%;
    margin: auto;
    max-width: 1200px;
}

.mood_wizard .title {
    text-align: center;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.mood_wizard .title img {
    width: 55%;
}


.mood_wizard .title p {
    flex: 1;
    color: white;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 0;
    font-family: "TradeGothicLTStd", sans-serif;
    font-size: 18px;
    line-height: 1.2em;
}


.mood_wizard .title h4 {
    text-transform: uppercase;
    margin: 0;
    font-size: 25px;
    color: white;
}

.mood_wizard .title h3 {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    font-size: 45px;
    color: #07A7E1;
}

.mood_wizard .movies {
    margin-top: 50px;
    display: none;
}

.mood_wizard .movies .results_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mood_wizard .movies .results_title h4 {
    font-size: 2.2rem;
    margin: 0;
}

.mood_wizard .movies .results_title h4.bom {
    color: #86F615;
}

.mood_wizard .movies .results_title h4.mau {
    color: #FF5825;
}


.mood_wizard .movies .results_title h4.meh {
    color: #FF0B9D;
}

.mood_wizard .movies .results_title p {
    max-width: 40%;
    color: white;
    font-family: "TradeGothicLTStd", sans-serif;
    line-height: 1.2em;
    margin: 0;
    font-size: 1.1rem;
}

.mood_wizard .movies .slick-list {
    border-left: solid 2px #07A7E1;
    border-right: solid 2px #07A7E1;
    padding-top: 20px !important;
}

.mood_wizard .movies.bom .slick-list {
    border-color: #86F615;
}

.mood_wizard .movies.mau .slick-list {
    border-color: #FF5825;
}

.mood_wizard .movies.meh .slick-list {
    border-color: #FF0B9D;
}

.mood_wizard .movies .slick-next, .mood_wizard .movies .slick-prev {
    z-index: 1;
    width: 80px;
    height: 80px;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #07A7E1;
    border-radius: 50%;
}

.mood_wizard .movies.bom .slick-next, .mood_wizard .movies.bom .slick-prev {
    background: #86F615;
}

.mood_wizard .movies.mau .slick-next, .mood_wizard .movies.mau .slick-prev {
    background: #FF5825;
}

.mood_wizard .movies.meh .slick-next, .mood_wizard .movies.meh .slick-prev {
    background: #FF0B9D;
}

.mood_wizard .movies .slick-next {
    transform: translate(50%, -50%);
}

.mood_wizard .movies .slick-prev {
    left: 0;
}

.mood_wizard .movies .slick-next {
    right: 0;
}

.mood_wizard .movies .slick-prev:before, .mood_wizard .movies .slick-next:before {
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background-size: cover;
    background-position: center;
}

.mood_wizard .movies .slick-prev:hover:before, .mood_wizard .movies .slick-next:hover:before {
    opacity: 0.8;
}

.mood_wizard .movies .slick-prev:before {
    left: 0;
    content: '';
    background-image: url(timeline_arrow_mask.svg);
}

.mood_wizard .movies .slick-next:before {
    right: 0;
    content: '';
    background-image: url(timeline_arrow_mask.svg);
    transform: rotate(180deg);
}

.mood_wizard .movie {
    padding: 0 15px;
    cursor: pointer;

}

.mood_wizard .movie .art {
    background-position: center;
    background-size: cover;
    padding-bottom: 143%;
    background-color: #07A7E1;
    position: relative;
}

.mood_wizard .movie .art img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mood_wizard .movie .art .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 5, 45, 0.8);
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}

.mood_wizard .movie:hover .art .overlay {
    opacity: 1;
}

.mood_wizard .movie .art .overlay .plus {
    display: block;
    height: 40px;
    width: 40px;
    background-image: url(plus_sign.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.mood_wizard .movie .art .overlay > div {
    flex: 1;
    text-align: center;
    color: white;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
}

.mood_wizard .movie .art .overlay > div h4 {
    text-transform: uppercase;
    margin: 0 0 5px;
    font-size: 23px;
}

.mood_wizard .movie .time {
    color: white;
    text-align: center;
    margin-bottom: -8px;
    margin-top: 6px;
    font-size: 20px;
    text-transform: uppercase;
}

.mood_wizard .lettering {
    width: 91.3%;
    margin-left: auto;
    display: block;
    transition: background-color 1s;
    position: relative;
}

.mood_wizard .lettering video {
    width: 100%;
    display: block;
    opacity: 0;
    transition: opacity 1s;
}

.mood_wizard .lettering video:not(:first-child) {
    position: absolute;
    top: 0;
}

.mood_wizard .lettering.bom video.bom, .mood_wizard .lettering.mau video.mau, .mood_wizard .lettering.meh video.meh {
    opacity: 1;
}

@media (max-width: 768px) {
    .mood_wizard .lettering.bom {
        background-color: #86F615;
    }

    .mood_wizard .lettering.mau {
        background-color: #FF5825;
    }

    .mood_wizard .lettering.meh {
        background-color: #FF0B9D;
    }
}

.mood_wizard .lettering > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mood_wizard .selector {
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
}

.mood_wizard .selector label {
    text-transform: uppercase;
    color: #07A7E1;
    font-size: 24px;
    cursor: pointer;
    text-decoration: underline;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(dropdown_toggle.svg);
    background-size: auto 50%;
    background-position: center right 20px;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.mood_wizard .selector.visible label {
    background-image: url(dropdown_toggle_close.svg);
}

.mood_wizard .selector .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #07A7E1;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

.mood_wizard .selector .dropdown .close-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.mood_wizard .selector.visible .dropdown {
    opacity: 1;
    pointer-events: initial;
}

.mood_wizard .selector .dropdown span {
    display: block;
    text-align: center;
    padding: 10px 15px;
    text-transform: uppercase;
    position: relative;
}

.mood_wizard .lettering .selector .dropdown span:hover,
.mood_wizard .lettering .selector .dropdown span.active {
    color: #07A7E1;
    background-color: white;
}

.mood_wizard #mood-option-selector {
    height: 65px;
    background-color: #07A7E1;
    margin-top: 30px;
}

.mood_wizard #mood-option-selector label {
    color: white;
}

.mood_wizard #mood-option-selector .option {
    color: white;
    text-decoration: underline;
}

.mood_wizard #mood-option-selector .dropdown span:hover,
.mood_wizard #mood-option-selector .dropdown span.active {
    color: #1d2327;
}

.mood_wizard #mood-copy {
    color: white;
    text-align: center;
    font-size: 17px;
    margin: auto;
    margin-top: 30px;
    max-width: 950px;
}

.mood_wizard .movie .rating {
    display: flex;
    margin-top: -3px;
    justify-content: center;
}

.mood_wizard .movie .rating > span {
    display: inline-block;
    margin-right: 6px;
    height: 18px;
    width: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(rating_star-empty.svg);
    cursor: pointer;
}

.mood_wizard .movie .rating > span.active {
    background-image: url(rating_star-full.svg);
}

.copy_no_results {
    text-align: center;
    text-transform: uppercase;
    color: #07A7E1;
    margin-top: 50px;
}

.mood_wizard #mood-selector {
    display: flex;
    justify-content: space-around;
    width: 70%;
    max-width: 700px;
    margin: auto;
    margin-top: 20px;
}

.mood_wizard #mood-selector > div {
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px green;
    border-radius: 50%;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6em;
    line-height: 1em;
    cursor: pointer;
}

.mood_wizard #mood-selector > div[data-value=bom] {
    color: #86F615;
    border-color: #86F615;
}

.mood_wizard #mood-selector > div[data-value=bom]:hover, .mood_wizard #mood-selector > div[data-value=bom].selected {
    background-color: #86F615;
    color: #00062C;
}

.mood_wizard #mood-selector > div[data-value=mau] {
    color: #FF5825;
    border-color: #FF5825;
}

.mood_wizard #mood-selector > div[data-value=mau]:hover, .mood_wizard #mood-selector > div[data-value=mau].selected {
    background-color: #FF5825;
    color: #00062C;
}

.mood_wizard #mood-selector > div[data-value=meh] {
    color: #FF0B9D;
    border-color: #FF0B9D;
}

.mood_wizard #mood-selector > div[data-value=meh]:hover, .mood_wizard #mood-selector > div[data-value=meh].selected {
    background-color: #FF0B9D;
    color: #00062C;
}

.mood_wizard #stage-2 {
    position: fixed;
    padding: 60px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 200;
    transition: opacity 0.2s;
}

.mood_wizard #stage-2.show {
    opacity: 1;
    pointer-events: auto;
}

.mood_wizard #stage-2 .modal {
    width: 90%;
    max-width: 750px;
    padding: 40px;
    border-radius: 40px;
    background-color: rgba(0, 6, 44, 0.9);
    text-align: center;
    color: white;
    text-transform: uppercase;
    border: 1px solid transparent;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 25px;
    right: 45px;
    font-size: 33px;
    cursor: pointer;
}

.mood_wizard #stage-2 .modal .option {
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 18px 25px 14px;
    margin: 9px;
    display: inline-flex;
    font-family: "TradeGothicLTStd", sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

.mood_wizard #stage-2 .modal .option:hover {
    color: #00062C;
}

.mood_wizard #stage-2 .modal h4 {

}

.mood_wizard #stage-2.bom .modal {
    border-color: #86F615;
}

.mood_wizard #stage-2.bom .modal .option {
    border-color: #86F615;
}

.mood_wizard #stage-2.bom .modal .option:hover {
    background: #86F615;
}

.mood_wizard #stage-2.bom .modal h4 {
    color: #86F615;
}

.mood_wizard #stage-2.mau .modal {
    border-color: #FF5825;
}

.mood_wizard #stage-2.mau .modal .option {
    border-color: #FF5825;
}

.mood_wizard #stage-2.mau .modal .option:hover {
    background: #FF5825;
}

.mood_wizard #stage-2.mau .modal h4 {
    color: #FF5825;
}

.mood_wizard #stage-2.meh .modal {
    border-color: #FF0B9D;
}

.mood_wizard #stage-2.meh .modal .option {
    border-color: #FF0B9D;
}

.mood_wizard #stage-2.meh .modal .option:hover {
    background: #FF0B9D;
}

.mood_wizard #stage-2.meh .modal h4 {
    color: #FF0B9D;
}

@media (max-width: 768px) {
    .mood_wizard {
        width: 100%;
    }

    .mood_wizard .title {
        display: block;
        text-align: left;
    }

    .mood_wizard .title, .mood_wizard .lettering, .mood_wizard .movies .results_title {
        width: 85%;
        margin: auto;
        max-width: 350px;
    }

    .mood_wizard .title p {
        margin: 20px 0;
    }

    .mood_wizard .movies .slider {
        margin: 0 50px;
    }

    .mood_wizard .movies {
        margin-top: 0;
    }

    .mood_wizard #mood-selector {
        width: 90%;
        max-width: 330px;
    }

    .mood_wizard #mood-selector > div {
        margin: 12px 0;
        font-size: 1.2em;
        width: 90px;
        height: 90px;
    }

    .mood_wizard #stage-2 .modal .option {
        padding: 10px 12px 8px;
        display: block;
    }

    .mood_wizard #stage-2 .modal {
        padding: 15px;
    }

    .mood_wizard .movies .results_title {
        flex-direction: column;
        margin-top: 20px;
    }

    .mood_wizard .movies .results_title p {
        margin: 15px 0;
        max-width: none;
    }
}

@media (min-width: 769px) {
    .mood_wizard .hide-desktop {
        display: none;
    }

}

@media (max-width: 768px) {
    .mood_wizard .hide-mobile {
        display: none;
    }
}
