/*
    Teens LP Stylesheet
*/

section.about {
    display: block;
}

section.about div.wrap {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px calc((100% - 1200px)/ 2);
    position: relative;
}

section.about div.wrap a.action {
    padding: 0.5em 3em 0.5em 3em;
}

section.about div.wrap:first-of-type {
    min-height: 582px;
    height: calc(100vw * (582 / 1920));
}

section.about div.wrap:nth-of-type(2) {
    min-height: 445px;
    height: calc(100vw * (445 / 1920));
}

section.about div.wrap:nth-of-type(3) {
    min-height: 335px;
    height: calc(100vw * (335 / 1920));
}

section.about div.wrap:nth-of-type(4) {
    min-height: 470px;
    height: calc(100vw * (470 / 1920));
}

section.about div.wrap:nth-of-type(5) {
    min-height: 477px;
    height: calc(100vw * (477 / 1920));
}

section.about div.wrap:nth-of-type(6) {
    min-height: 624px;
    height: calc(100vw * (624 / 1920));
}

section.about div.wrap:nth-of-type(7) {
    min-height: 671px;
    height: calc(100vw * (671 / 1920));
}

section.about div.wrap > h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 42px;
}

section.about div.wrap article {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}

section.about div.wrap:nth-of-type(7) article {
    top: 50%;
}

section.about div.wrap:nth-of-type(odd) article {
    margin-right: auto;
    margin-left: 0;
}

section.about div.wrap article h3 {
    font-size: 24px;
    line-height: 34px;
    color: #292929;
    font-weight: 600;
    margin-bottom: 0.5em;
}

section.about div.wrap article strong,
section.about div.wrap article li {
    font-size: 20px;
    line-height: 30px;
    color: #292929;
    font-weight: 300;
    margin: 0.5em 0em;
    position: relative;
    padding-left: 20px;
}

section.about div.wrap article strong {
    display: block;
    margin-top: 1em;
    padding-left: 0px;
    font-weight: 600;
}

section.about div.wrap article li:before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #32b4a6;
}

section.outro {
    background-image: url("/wp-content/themes/angelsense/images/adults/Teen_plus--BG-5_desktop-min.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 457px;
    height: calc(100vw * (457 / 1920));
    padding: 80px calc((100% - 1200px)/ 2);
}

section.outro article {
    text-align: center;
}

section.outro article h2 {
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 55px;
}

section.outro article > p {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    margin: 0em 0em 0.5em 0em;
    color: #292929;
}

section#video {
    padding: 50px calc((100% - 950px)/ 2);
    background-color: #32b4a6;
    text-align: center;
    padding-bottom: 70px;
    overflow: hidden;
}

section#video div.video_wrap h3 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: white;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

section#video div.video_wrap p {
    font-size: 26px;
    color: rgb(41, 41, 41);
    line-height: 1.3;
    font-weight: 600;
    margin: 0 auto;
    width: 90%;
}

section#video div.video_wrap a {
    display: inline-block;
    margin-top: 3em;
    position: relative;
}

section#video div.video_wrap a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

section#video div.action {
    margin-top: 2em;
}

ul.slick-dots {
    margin: 0;
    padding: 10px 0;
    bottom: -50px !important;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.slick-dots li button:before {
    font-size: 30px !important;
    display: none;
}

.slick-dots li {
    background-color: rgb(191, 191, 191);
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
}

.slick-dots li.slick-active {
    background-color: white;
}

.slick-next,
.slick-prev {
    width: 30px !important;
    height: 30px !important;
    background-color: transparent !important;
    z-index: 100000 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% auto !important;
    outline: 0 !important;
    z-index: 0 !important;
}

.slick-next {
    background-image: url("/wp-content/themes/angelsense/images/home-page/next-hover.png") !important;
    width: 45px !important;
    height: 45px !important;
    right: -45px !important;
}

.slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/next-hover.png");
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
}

.slick-prev {
    background-image: url("/wp-content/themes/angelsense/images/home-page/prev-hover.png") !important;
    width: 45px !important;
    height: 45px !important;
    left: -45px !important;
}

.slick-prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/prev-hover.png");
    width: 100%;
    height: 100%;

    z-index: 0;
    opacity: 0;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    opacity: 1;
}

.slick-next:before,
.slick-prev:before {
    display: none !important;
}

.slick-dots li.slick-active button:before {
    color: rgb(50, 180, 166) !important;
}

section#video .slick-next,
section#video .slick-prev {
    top: 400px !important;
    right: -55px !important
}

section#video .slick-prev {
    left: -55px !important;
}

section#video div.more {
    margin-top: 5em;
}

section#video a.read {
    display: inline-block;
    text-decoration: underline;
    color: white;
    font-weight: 400;
    font-size: 22px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape){
    section.header {
        margin-top: 55px;
        padding: 100px calc((100% - 950px)/ 2);
    }

    section.header div.title h1 {
        font-size: 40px;
    }

    section.header div.title > p {
        font-size: 26px;
        line-height: 36px;
    }

    section.about div.wrap {
        padding: 50px calc((100% - 950px)/ 2);
    }

    section.about div.wrap:nth-of-type(6) {
        min-height: 550px;
    }
}