.app-icons {
    display: none;
}


.eco-hero .hero-btns a:last-child:after {
    color: #fff;
}

.connect-trust .hero-btns a:last-child:after {
    color: #f85132;
}

/*
.eco-hero .hero-btns a:last-child:after, .connect-trust .hero-btns a:last-child:after {
    position: absolute;
    content: "Coming Soon";
    display: block;
    top: 42px;
    font-size: 14px;
    left: 20px;
    pointer-events: none;
    cursor: default;
}
*/

.hero-btns a:last-child {
    position: relative;
    display: inline;
    padding: 10px 25px;
}

/*  HERO SECTION  */

section.eco-hero {
    background-image: url('../../../../wp-content/uploads/eco-hero-bg.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0F1315;
    padding: 70px 0 0;
}

.hero-text {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
}

.hero-content {
    padding: 80px 0 20px;
}

img.eco-logo {
    max-width: 400px;
    margin: 20px 0;
}

section.subscription {
    background: #EBECEC;
    padding: 25px 0 15px;
    color: #000; 
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

section.subscription input[type="email"] {
    width: 300px;
    background: #fff;
    color: #222;
    margin: 0 20px;
}

section.subscription input {
    border: none;
    background: transparent;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 14px
}

section.subscription input[type="submit"] {
    background: #191919;
    color: #fff;
    padding: 8px 20px;
    font-weight: 300;
    transition: .4s;
}

section.subscription input:hover[type="submit"] {
    background: #EE5033;
}

section.subscription .mc4wp-response {
    padding: 15px 0 0;
    font-size: 14px;
    color: #F16F21;
    transition: .4s;
}


/*  CONNECT  TRUST  */

.connect-text h2 {
    margin-top: 0;
}

.eco-app-src {
    padding: 100px 0;
}

.connect-text p {
    margin: 5px 0 10px;
}

section.connect-trust {
    background: #f4f4f4;
    padding: 40px 0 30px;
}

.connect-text h2 {
    font-size: 40px;
    font-weight: 700;
}

.connect-text p {
    font-size: 16px;
    line-height: 1.5;
    color: #9f9f9f;
    font-weight: 200;
}

.connect-text {
    padding: 20px 0;
}

.connect-text .hero-btns {
    margin: 30px 0;
}


/*  FEATURED  Product SECTION  */

section.featured-product .container-fluid {
    padding: 0;
}

section.featured-product {
    background: #545454;
    padding: 50px 0 60px;
}

.section-title h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    padding: 0 20px 10px;
    color: #fff;
}

section.featured-product img {
    padding: 30px 0;
    max-width: 100%
}

img.ft-03 {
    float: right;
}

.featured-product .hero-btns {
    text-align: center;
    margin: 30px 0 0;
}


/*  FORMULA  GUIDE SECTION  */

section.formula-guide img {
    margin: 100px 0 0;
    max-width: 80%;
}

section.formula-guide {
    text-align: center;
    padding: 50px 0;
    background-image: url('../../../../wp-content/uploads/eco-surfing-bg.jpg');
    background-size: cover;
    height: 500px;
    position: relative;
    width: 100%;
    background-position: center;
}


/*  APP OVERVIEW  SECTION  */

.owl-carousel-item-imgoverlay {
    display: none;
}

.owl-pagination {
    display: none;
}

.app-src img {
    max-width: 350px;
    padding: 20px 0;
}

.app-src {
    text-align: center;
}

section.app-overview .col-md-3 {
    padding-left: 0;
}

section.app-overview {
    padding: 50px 0;
    background: #E6E6E7;
}

section.app-overview h1 {
    margin: 20px 0 50px
}


/*  FEATURED  STRIP SECTION  */

section.featured {
    padding: 30px 0 30px;
    color: #fff;
    background: #000;
}

p.featured-title {
    color: #969696;
    font-size: 22px;
    font-weight: 200;
}

.featured-logo img {
    max-width: 125px;
    margin: 10px 20px;
    max-height: 35px;
}

.featured-logo img:nth-child(6) {
    max-height: 100px;
}

.featured h1 {
    font-weight: 700;
    padding: 50px 0;
}

.featured h1 {
    font-weight: 700;
    padding: 50px 0;
}

img.featured-logo {
    max-width: 250px;
}

p.sub-queto {
    font-size: 20px;
}

h1.featured-queto,
img.featured-logo {
    padding-left: 30px;
}


/*  SHEEDING  SECTION  */

section.shedding-light {
    background: #F3784B;
    color: #fff;
    background-image: url('../../../../wp-content/uploads/eco-video-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 100%;
    display: table;
}

.shedding-light .container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.video-btn img {
    opacity: .5;
    transition: .3s;
}

.video-btn img:hover {
    opacity: 1;
}


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
 
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .eco-hero:after {
        position: absolute;
        content: "";
        background: #000;
        height: 100%;
        width: 100%;
        top: 0;
        opacity: .5;
        z-index: -1;
    }
    .eco-hero {
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .hero-btns {
        margin: 40px 0;
    }
    .hero-content {
        padding: 60px 0 40px;
    }
    
   
    section.subscription span {
        display: block;
        margin: 12px 0;
    }
    section.subscription {
        padding: 10px 0;
        margin: 0;
    }
    h1.featured-queto,
    img.featured-logo {
        padding: 10px;
    }
    img.featured-logo {
        padding-bottom: 30px;
    }
    .featured h1 {
        padding: 0;
        font-size: 35px;
    }
    img.featured-logo {
        width: 200px;
    }
    section.featured {
        padding: 30px;
    }
}

@media only screen and (min-width: 496px) and (max-width: 767px) {
  
    .featured-logo img:nth-child(6) {
        max-height: 130px;
        max-width: 180px;
        position: relative;
        top: 23px;
    }
}


/* Mobile Layout: 767px. */

@media only screen and (max-width: 767px) {
     .eco-app-src {
        padding: 20px 0;
    }
    section.eco-hero:after {
        position: absolute;
        content: "";
        background: #000;
        height: 100%;
        width: 100%;
        top: 0;
        opacity: .5;
        z-index: -1;
    }
    section.eco-hero {
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    img.eco-logo {
        margin: 20px 0;
    }
    section.subscription input[type="email"] {
        width: 95%;
        margin-left: 0;
    }
    .hero-btns {
        margin: 10px 0 40px;
    }
    .hero-img img {
        width: 100vw;
        left: -30px;
    }
    .hero-content {
        padding: 20px 0;
    }
    section.subscription span {
        display: block;
    }
    section.subscription input {
        margin: 20px 0 0;
    }
    .eco-app-src img {
        max-width: 85%;
    }
    .connect-text {
        padding: 0 0 20px;
    }
    .app-icons a,
    .hero-btns a {
        margin-right: 5px;
    }
    .section-title h1 {
        font-size: 30px;
    }
    h1.featured-queto,
    img.featured-logo {
        padding: 10px;
    }
    img.featured-logo {
        padding-bottom: 30px;
    }
    .featured h1 {
        padding: 0;
        font-size: 35px;
    }
    img.featured-logo {
        width: 200px;
    }
    section.featured {
        padding: 30px;
    }
}


/* Wide Mobile Layout: 495px. */

@media only screen and (max-width: 495px) {
    #mk-header ul li:nth-child(1) {
        margin-top: -15px;
    }
    .responsive-nav-link {
        height: 30px !important;
        padding: 15px 0 0 0;
    }
    .hero-content h4 {
        font-size: 25px;
    }
    .hero-btns {
        margin: 40px 0;
    }
    .featured-logo img {
        max-width: 130px;
        display: block;
        margin: 20px auto;
    }
}

@media screen and (max-width: 1200px) {
    .main-content {
        padding-top: 0px;
    }
}