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

section.features h2 {
    font-size: 36px;
    font-weight: 600;
    color: white;
    line-height: 42px;
}

section.features h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    margin: 0.3em 0em 1em 0em;
    color: white;
}

section.features .wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

section.features .wrap .feature {
    width: 32.3%;
    background-color: white;
    border-radius: 1.25rem;
    margin-bottom: 1em;
    padding: 16px 16px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.20);
    color: #292929;
    position: relative;
    min-height: 115px;
}

section.features .wrap .feature .text {
    text-align: left;
    width: 80%;
}

section.features .wrap .feature .text br {
    display: none;
}

section.features .wrap .feature .text h3 {
    color: #32B4A6;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    margin-bottom: 0.5em;
}

section.features .wrap .feature .text h3.beta:after,
section.features .wrap .feature .text h3.soon:after,
section.features .wrap .feature .text h3.new:after {
    content: "NEW";
    display: inline-block;
    padding: 0em 0.3em;
    color: white;
    font-weight: 600;
    background-color: #F34023;
    border-radius: 5px;
    margin-left: 0.5em;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    top: -2px;
}

section.features .wrap .feature .text h3.soon:after {
    content: "COMING SOON";
}

section.features .wrap .feature .text h3.beta:after {
    content: "IN BETA";
    background-color: #32B4A6;
    color: white;
}

section.features .wrap .feature .icon {
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.features .wrap .feature .icon svg {
    width: 70px;
}

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

section.feature.big {
    height: calc(100vw * (950/1920));
    min-height: 950px;
}

section.feature.small {
    height: calc(100vw * (800/1920));
    min-height: 800px;
}

section.feature > div.wrap {
    display: block;
    width: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.feature.left > div.wrap {
    margin-left: 0;
}

section.feature.right > div.wrap {
    margin-left: auto;
    width: 50%;
}

div.feature span.image {
    display: inline-block;
    vertical-align: bottom;
    width: 45px;
    margin-right: 0.5em;
}

section.Customer div.feature span.image {
    vertical-align: top;
}

section.feature.new div.feature > h2:before {
    content: '';
    display: block;
    background-image: url("/wp-content/themes/angelsense/images/ribbon-new-feature.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 350px;
    height: 100px;
}

section.feature div.feature a.wistia {
    display: inline-block;
    margin-top: 2em;
    padding: 0.5em 2.5em 0.5em 2.5em;
    color: #3abeb0;
    background-color: white;
    text-transform: uppercase;
    border-radius: 9999px;
    border: 2px solid #3abeb0;
    position: relative;
    font-weight: 700;
    font-size: 1em;
    margin-top: 2em;
    transition: all 0.3s;
}

section.feature div.feature a.wistia:hover {
    background-color: #3abeb0;
    color: white;
}

section.feature div.feature > h2 {
    display: inline-block;
    vertical-align: middle;
    color: #32b4a6;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

section.feature div.feature > h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin: 0.5em 0em 1em 0em;
    color: #292929;
}

section.feature div.feature strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0em 0em 1em 0em;
    color: #292929;
}

section.feature div.feature ol {
    padding-left: 20px;
}

section.feature div.feature ol li,
section.feature div.feature p,
section.feature div.feature ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #292929;
    margin: 0.8em 0em;
}

section.feature div.feature ol li,
section.feature div.feature p {
    padding-left: 0;
    line-height: 26px;
}

section.feature div.feature ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #32b4a6;
    border-radius: 50%;
}

.testimonial {
    width: 100%;
    position: relative;
    padding: 0em;
    background-color: transparent;
    text-align: left;
    color: white;
    border-radius: 5px;
}

.testimonial .info {
    margin-top: 0em;
    margin-bottom: -45px;
    position: relative;
    width: 100%;
}

.testimonial .info:before {
    content: "";
    margin-right: auto;
    background-image: url(/wp-content/themes/angelsense/images/blog/quote-top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 55px;
    height: 55px;
    display: block;
}

.testimonial .info:after {
    content: "";
    margin-left: auto;
    background-image: url(/wp-content/themes/angelsense/images/blog/quote-bottom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 55px;
    height: 55px;
    display: block;
    position: relative;
    top: -45px;
}

.color .testimonial .info:before {
    background-image: url(/wp-content/themes/angelsense/images/blog/quote-top-white.svg);
}

.color .testimonial .info:after {
    background-image: url(/wp-content/themes/angelsense/images/blog/quote-bottom-white.svg);
}

.testimonial .info p {
    position: relative;
    color: #292929;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.testimonial .info h4 {
    margin-top: 1em;
    color: #292929;
    font-weight: 600;
    position: relative;
    top: 25px;
}

.testimonial .info strong {
    display: block;
    margin-top: 1em;
}

section.feature div.wrap > strong {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin: 1em 0em 1em 0em;
    color: #292929;
}

section.bottom img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
}

section.feature_links {
    padding: 50px calc((100% - 1200px)/ 2);
    text-align: center;
    background-color: white;
}

section.feature_links > h2 {
    display: block;
    color: #32b4a6;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

#links {
    margin: 50px 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#links li a {
    display: block;
    transition: all 0.3s;
}

#links li a span.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95px;
    height: 95px;
    position: relative;
    border-radius: 50%;
    border: 2px solid transparent;
    background-color: #32b4a6;
}

#links li span.image svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s;
}

#links li span.image svg ellipse,
#links li span.image svg rect,
#links li span.image svg path,
#links li span.image svg circle {
    fill: white;
}

#links li a h4 {
    margin-top: 0.3em;
    color: #32b4a6;
    font-weight: 600;
}

.about-messages {
    margin-top: 2em;
    padding: 0em 0em 2em 0em;
}

.about-messages .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0em;
}

.about-messages .content .message {
    width: 48%;
    margin-bottom: 1em;
    cursor: pointer;
}

.about-messages .content .message:last-of-type {
    margin-bottom: 0;
}

.about-messages .content .message h3 {
    color: #292929;
}

.about-messages .content .message h3 em {
    font-style: normal;
    font-weight: 400;
}

.about-messages .content .message div {
    position: relative;
    margin-top: 0.3em;
    padding: 1em 0.7em;
    background-color: #DAF0ED;
    border-radius: 0.625rem;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
}

.about-messages .content .message div:before {
    content: "";
    position: absolute;
    right: 26px;
    top: -24px;
    background-image: url(/wp-content/themes/angelsense/images/smart-voice/polygon-green.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 28px;
    height: 45px;
}

.about-messages .content .message.playing div svg rect {
    fill: #32b4a6;
}

.about-messages .content .message.playing div svg circle {
    stroke: #32b4a6;
}

.about-messages .content .message.playing div svg path {
    fill: #32b4a6;
    stroke: #32b4a6;
}

.about-messages .content .message div p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.about-messages .content .message.playing div p {
    color: #32b4a6;
}

.about-messages .note {
    display: block;
    margin-top: 2em;
    padding: 1em;
    text-align: center;
    background-color: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
}

.about-messages .note p {
    display: inline-block;
    position: relative;
    margin: 0;
    line-height: 24px;
    font-weight: 600;
}

.about-messages .note div.action {
    margin-top: 1em;
}

.about-messages div.action p {
    display: none;
}

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

    section.feature,
    div#video {
        padding: 50px calc((100% - 950px)/ 2);
    }

    ul#feature li h4 {
        font-size: 20px;
    }

    ul#feature li p {
        line-height: 22px;
        font-size: 16px;
    }

    section.feature.big {
        min-height: 710px;
    }

    section.feature.small {
        min-height: 570px;
    }

    div.feature > h2 {
        font-size: 36px;
        line-height: 42px;
    }

    div.feature p, div.feature ul li {
        font-size: 18px;
        line-height: 20px;
    }

    div.testimonial div.quote p {
        font-size: 16px;
        line-height: 20px;
    }

    #links li a h4 {
        margin-top: 0em;
        font-size: 15px;
    }

    #links li.ride {
        right: 50px;
    }

    #links li.being {
        left: 50px;
    }
}

/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    section.header {
        margin-top: 55px;
        padding: 50px calc((100% - 750px)/ 2);
        min-height: 520px;
    }

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

    section.header div.title h2 {
        font-size: 22px;
        line-height: 32px;
    }

    section.header div.title span.feature_icon {
        display: inline-block;
        vertical-align: bottom;
        width: 60px;
        height: 84px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
    }

    section.features h3 {
        font-size: 24px;
        line-height: 30px;
    }

    section.feature,
    div#video {
        padding: 50px calc((100% - 750px)/ 2);
    }

    section > div.wrap {
        width: 65%;
    }

    ul#feature li img {
        width: 115px;
    }

    ul#feature li h4 {
        font-size: 18px;
    }

    ul#feature li p {
        line-height: 20px;
        font-size: 14px;
    }

    section.feature.big {
        min-height: 710px;
    }

    section.feature.small {
        min-height: 570px;
    }

    div.feature > h2 {
        font-size: 30px;
        line-height: 34px;
    }

    div.feature p, div.feature ul li {
        font-size: 18px;
        line-height: 20px;
    }

    div.testimonial div.quote p {
        font-size: 16px;
        line-height: 20px;
    }

    #links li a h4 {
        margin-top: 0em;
        font-size: 15px;
    }

    #links li.ride {
        right: 50px;
    }

    #links li.being {
        left: 50px;
    }

    #links li.alerts {
        top: -100px;
        left: 130px;
    }

    #links li.safeguard {
        top: -100px;
        right: 130px;
    }
}