/*
    Desktop Style
*/

section#features {
    padding: 50px calc((100% - 1200px)/ 2);
}

section#features > h2 {
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

section#features > h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    margin: 0.3em 0em 0em 0em;
    color: #0f0f0f;
    position: relative;
    text-align: center;
}

section#features > h3:after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 3px;
    background-color: #32b4a6;
    margin-top: 1.2em;
}

section#new-features div.new,
section#features div.wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 4em 0em;
}

section#new-features div.new div.image,
div.video.container {
    position: relative;
    margin-top: 0;
    width: 45%;
    order: 1;
}

section#new-features div.new div.image:after {
    content: '';
    position: absolute;
    bottom: 100px;
    right: 14px;
    background-image: url(/wp-content/themes/angelsense/images/dementia-gps/comming-soon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 166px;
    height: 70px;
}

section#new-features div.new:first-of-type div.image:after {
    display: none;
}

section#features div.wrap:nth-of-type(even) div.video.container {
    order: 2;
}

section#new-features div.new div.image {
    width: 42%;
    order: 2;
}

section#new-features div.new:nth-of-type(even) div.image {
    order: 1;
}

section#new-features div.new div.image img,
div.video.container img {
    display: block;
}

.wistia_responsive_padding {
    position: absolute !important;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section#new-features div.new article,
section#features div.wrap article {
    width: 50%;
    order: 2;
}

section#features div.wrap:nth-of-type(even) article {
    order: 1;
}

section#new-features div.new article {
    width: 50%;
    order: 1;
}

section#new-features div.new:nth-of-type(even) article {
    order: 2;
}


section#new-features div.new span.icon,
section#features div.wrap article span.icon {
    display: block;
    width: 60px;
}

section#new-features div.new span.icon.small,
section#features div.wrap article span.icon.small {
    width: 95px;
    position: relative;
    top: 40px;
    left: -10px;
}

section#features div.wrap article span.icon.big {
    width: 40px;
}

section#new-features div.new span.icon.big {
    width: 50px;
}

section#new-features div.new article h3,
section#features div.wrap article h3 {
    margin-top: 0.5em;
    color: #32b4a6;
    font-size: 26px;
}

section#new-features div.new article h3:after,
section#features div.wrap article h3:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #32b4a6;
    margin-top: 0.5em;
}

section#features div.wrap article p span,
section#new-features div.new article p span,
section#new-features div.new article p,
section#features div.wrap article p {
    margin: 0.8em 0em;
    font-size: 18px;
    color: #292929;
    font-weight: 400 !important;
    position: relative;
}

section#new-features div.new article p strong,
section#features div.wrap article p strong {
    font-weight: 700;
    color: #32b4a6;
}

section#new-features {
    padding: 50px calc((100% - 1200px)/ 2);
    background-color: #f8f8fa;
}

section#new-features > h2 {
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

section#new-features > h2:after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 3px;
    background-color: #32b4a6;
    margin-top: 0.5em;
}

section#new-features ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px calc((100% - 900px)/ 2);
    margin: 50px 0px;
}

section#new-features li {
    width: 33.3%;
    text-align: center;
}

section#new-features li span.image {
    position: relative;
    background-color: #32b4a6;
    display: inline-block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

section#new-features li span.image img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

section#new-features li h4 {
    margin-top: 5px;
    color: #292929;
    font-weight: 700;
    font-size: 18px;
}

section#new-features div.action {
    margin-top: 0em;
    display: block;
}

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

section.about > h2,
section#featured-video > h2 {
    font-size: 40px;
    font-weight: 600;
    color: white;
    line-height: 1.2;
    position: relative;
}

section.about > h2 {
    color: #32b4a6;
    text-align: center;
}

section.about > h3,
section#featured-video > h3 {
    font-size: 26px;
    font-weight: 400;
    color: white;
    line-height: 1.2;
    position: relative;
    margin: 0.4em;
}

section.about > h3 {
    color: #292929;
    text-align: center;
}

section.about > h3:after,
section#featured-video > h3:after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 3px;
    background-color: white;
    margin-top: 0.8em;
    margin-bottom: 1.0em;
}

section.about > h3:after {
    background-color: #32b4a6;
}

section#featured-video .video.container {
    position: relative;
    margin-top: 50px;
    width: 100%;
}

section#featured-video .video.container {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

section#featured-video .video.container:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/angelsense/images/b2b/play.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 85px;
    height: 85px;
    z-index: 0;
}

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

section.about div.wrap {
    margin-top: 4em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2em;
}

section.about div.wrap div.image {
    width: 50%;
}

section.about div.wrap .content {
    width: 45%;
}

section.about div.wrap .content ul {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e7e7e9;
}

section.about div.wrap .content ul.activation {
    margin-top: 2em;
    margin-left: 1.6em;
    border-bottom: none;
}

section.about div.wrap .content ul li {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #292929;
    margin: 0.5em 0em;
    padding-left: 25px;
}

section.about div.wrap .content ul.activation li {
    color: rgb(58, 190, 176);
}

section.about div.wrap .content ul.activation li.shipping:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.5em;
    background-image: url(../images/dementia/shipping.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 19px;
}

section.about div.wrap .content ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(58, 190, 176);
}

section#wearing {
    padding: 50px calc((100% - 1000px)/ 2);
    padding-bottom: 80px;
    background-color: white;
}

section#wearing > h2 {
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

section#wearing > h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.3;
    margin: 0.8em 0em 0em 0em;
    color: #0f0f0f;
    text-align: center;
}

section#wearing div.wearing_slide {
    margin-top: 50px;
}

section#wearing div.wearing_slide div.slide {
    display: block;
}

section#wearing div.wearing_slide div.slide div.image {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    margin-left: 10px;
    position: relative;
    left: 15px;
}

section#wearing div.wearing_slide div.slide div.content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 270px);
    padding-left: 35px;
}

section#wearing div.wearing_slide div.slide div.content h3 {
    margin-bottom: 0.5em;
    color: #32b4a6;
    font-size: 26px;
    font-weight: 600;
}

section#wearing div.wearing_slide div.slide div.content p {
    font-size: 18px;
    color: #292929;
    font-weight: 400 !important;
    position: relative;
}

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: rgb(50, 180, 166);
}

.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-reg.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-reg.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.contact {
    padding: 50px calc((100% - 1200px)/ 2);
    background-image: url("/wp-content/themes/angelsense/images/dementia-gps/section5.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: calc(100vw * (994/1920));
    min-height: 994px;
}

section.contact > h2 {
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    position: relative;
}

section.contact > h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #32b4a6;
    margin-top: 0.8em;
    margin-bottom: 1.0em;
}

section.contact div.wrap {
    width: 30%;
}

section.contact div.wrap div.contact {
    padding: 1em;
    background-color: #f5f6fa;
}

section.contact div.wrap div.contact h3 {
    color: #292929;
    font-size: 26px;
    font-weight: 600;
}

section.contact div.wrap div.contact h3 a {
    color: #32b4a6;
    font-weight: 700;
}

section.contact div.wrap div.contact span {
    color: gray;
    font-size: 22px;
}

section.contact div.wrap div.contact p {
    margin-top: 0.7em;
    color: #292929;
    font-size: 24px;
    line-height: 26px;
}
/*
    Form
*/
#support-contact {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 1em;
}

#support-contact label {
    display: block;
    width: 100%;
    margin-bottom: 0.7em;
}

#support-contact label textarea,
#support-contact label input {
    width: 100%;
    padding: 0.7em 0.5em;
    border: none;
    border: 1px solid #e7e7e9;
}

#support-contact label textarea {
    resize: none;
    height: 120px;
}

#support-contact label.promo input {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    position: relative;
    left: 0px;
    top: 3px;
}

#support-contact label.promo span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 25px);
    text-align: left;
}

#support-contact input[type="submit"] {
    background-color: #f34022;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 1.4rem;
    padding: 0.7em 1em;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-appearance: none;
    width: 100%;
    border: none;
}

.response {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f6fb;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}

#support-contact.show div.response {
    visibility: visible;
    opacity: 1;
}

.response p {
    color: #292929;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

    section#new-features,
    section.risk,
    section.sponsers,
    section#testimonails div.article,
    section.about,
    section#features,
    section#video {
        padding: 50px calc((100% - 950px)/ 2);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    section.header {
        padding: 100px calc((100% - 750px)/ 2);
        min-height: 345px;
    }

    section.contact > h2,
    section.about > h2,
    section#featured-video h2,
    section#features > h2,
    section.header div.title h1 {
        font-size: 28px;
    }

    section.contact > h2 {
        text-align: center;
    }

    section.about > h3,
    section#features > h3,
    section.header div.title > h2 {
        font-size: 20px;
    }

    section.contact,
    section#featured-video,
    section#new-features,
    section#features {
        padding: 100px calc((100% - 750px)/ 2);
    }

    section.contact {
        padding: 50px calc((100% - 750px)/ 2);
        background-color: #eaedf3;
        background-image: none;
    }

    section.contact div.wrap {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    section.contact > h2:after {
        margin-left: auto;
        margin-right: auto;
    }
}