.hero-btns a {
    margin-right: 30px;
}

.main-content p {
    color: #fff;
}
 

/*  HERO SECTION  */

section.cannadx-hero {
    background-image: url('../../../../wp-content/uploads/hero-bg.png');
    background-position: right;
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: contain;
    background-color: #0F1315;
}

.hero-btns {
    margin: 50px 0 100px;
}

.hero-content {
    padding: 150px 0 0;
}

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

section.subscription {
    background: #006B55;
    color: #fff;
}


/*  PRODUCT  SECTION  */

section.cannadx-products {
    background: #0F1315;
    text-align: left;
    color: #fff;
    padding: 50px 0;
}

.single-product {
    padding: 0 10px;
}

.pro-img {
    height: 300px;
    display: table;
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
}

.pro-img-cell {
    display: table-cell;
    vertical-align: bottom;
}

.cannadx-products h5 {
    margin: 30px 0;
}

.cannadx-products p {
    font-size: 14px;
    color: #9f9f9f;
}

.product-details a {
    color: #f17022;
}


/*  HOW WORK  SECTION  */

section.how-work {
    background: #F2F2F2;
    padding: 20px 0 50px;
}

.how-work-title {
    margin: 50px 0
}

.how-img-table {
    height: 300px;
    width: 100%;
    display: table;
    text-align: center;
}

.how-img-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.single-how-work img {
    max-width: 268px;
}

.number-circle {
    text-align: center;
    margin: 50px 0 0;
}

.single-how-work .number-circle span {
    background: #3A6B56;
    height: 30px;
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    font-size: 15px;
    line-height: 2;
    font-weight: 600;
    color: #fff;
}

.single-how-work h5 {
    color: #5e5e5e;
    margin: 30px 0;
}

.single-how-work {
    text-align: center;
    padding: 0 10px;
}

.single-how-work p {
    font-size: 14px;
    color: #9f9f9f;
    letter-spacing: -.8px;
}


/*  SHEEDING  SECTION  */

section.shedding-light {
    background: #0F1315;
    color: #fff;
    background-image: url('../../../../wp-content/uploads/shedding-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    height: auto;
    padding: 50px 0 70px;
}

.video-plc img {
    width: 100%;
    max-width: 560px;
}

.video-btn {
    position: relative;
    display: block;
}

.video-plc:hover .video-btn:after {
    opacity: 1;
}

.video-btn:after {
    position: absolute;
    content: "\f04b";
    font-family: 'FontAwesome';
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 25px;
    z-index: 3;
    color: #fff;
    opacity: 0.5;
    transition: .4s;
    margin: -35px 0 0 -35px;
}

.shedding-content h1 {
    font-weight: bold;
    font-size: 50px;
}

.shedding-content {
    padding: 20px 0 50px;
}

.shedding-content p {
    font-size: 20px;
    color: #a8a8a7;
    letter-spacing: .4px;
}

.shedding-light .btn-radius {
    margin: 0 auto;
    display: grid;
    max-width: 170px;
    position: relative;
    top: 50px;
    background: rgba(15, 19, 21, 0.56);
}

.shedding-light .btn-orange:hover {
    background: #E16F29;
    border: 2px solid #E16F29;
    color: #fff;
}

.video-plc {
    text-align: center;
}


/*  FEATURED  STRIP SECTION  */

section.featured {
    padding: 50px 0 80px;
    background-image: url('../../../../wp-content/uploads/featured-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

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

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

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

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

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

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

.quick-links {
    padding: 70px 0;
    text-align: center;
    background: #e6e6e6;
}

.quick-links span {
    font-size: 14px;
    padding: 5px;
    font-weight: 600
}

.quick-links .grey {
    color: #929292;
    border-right: 2px solid #929292;
    padding: 0 10px 0 0;
}

.quick-links .grey:nth-last-child(2) {
    padding-left: 30px
}

.qlinks.green a:after {
    position: absolute;
    content: "\f019";
    font-family: 'fontAwesome';
    display: inline-block;
    padding-left: 5px;
    font-weight: 100;
    padding-top: 2px;
}

.qlinks.green a {
    position: relative;
    color: #006254
}

.qlinks.green a:hover {
    color: #F16E20
}

.qlinks a {
    transition: .2s
}

.qlinks.green {
    margin-right: 15px;
}


/*  PROFILE STRIP SECTION  */

.profile {
    background-image: url('../../../../wp-content/uploads/profile-bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-color: #F2F2F2;
    padding: 50px 0 70px;
}


.profile-content h1 {
    font-weight: bold;
    margin: 20px 0 50px;
}

.profile-content {
    padding: 30px 0;
}

.profile-content p {
    font-size: 18px;
    color: #8b8b8b;
}

img.chart-img {
    padding: 40px;
}

/*  GREEN STRIP SECTION  */

.green-strip h5 {
    font-size: 24px;
    margin: 0 0 10px;
}

.green-strip p {
    color: #fff;
}

.green-strip-01 {
    background: #006B55;
    padding: 20px 0 15px;
}

.green-strip-02 {
    background: #008669;
    padding: 20px 0 15px;
}

.green-strip-03 {
    background: #009C7A;
    padding: 20px 0 20px;
}

.green-strip .btn-radius {
    font-size: 13px;
    padding: 5px 10px;
    margin: 10px 0;
    cursor: pointer;
}

.green-strip {
    color: #fff;
}

.canna-table img {
    width: 100%;
    margin-bottom: -20px;
}

section.green-strip .container-fluid {
    padding: 0;
}


/*  EMPOWER STRIP SECTION  */

.empower {
    background: #000802;
    color: #fff;
    background-image: url('../../../../wp-content/uploads/empower-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: auto;
    padding: 250px 0 80px;
}

.em-content {
    padding-left: 20px;
}

.em-content h1 {
    font-weight: bold;
    margin: 0 0 50px;
}

.empower-xs img {
    width: 100%;
}


/* Medium Layout: 1280px. */

.profile-content h1 {
    font-size: 40px;
}

.profile-content p {
    font-size: 16px;
}


}




/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cannadx-hero:after {
        position: absolute;
        content: "";
        background: #000;
        height: 100%;
        width: 100%;
        top: 0;
        opacity: .5;
        z-index: -1;
    }
    
    .cannadx-hero {
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    
    .hero-btns {
        margin: 40px 0 70px;
    }
    
    .hero-content {
        padding: 60px 0 0 20px;
    }
    
    section.subscription span {
        display: block;
        margin: 12px 0;
    }
    
    section.subscription {
        padding: 10px 0;
        margin: 0;
    }
    
    .cannadx-products .btn-radius {
        margin: 50px 0 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;
    }
    
    p.sub-queto {
        font-size: 16px;
    }
    
    section.featured {
        padding: 30px;
    }
    
    
    .profile-content h1 {
        margin: 10px 0;
        font-size: 30px;
    }
    
    .profile-content p {
        font-size: 15px;
    }
    
    .empower {
        padding: 20px 0 10px;
    }
    
    .em-content h1 {
        font-size: 32px;
        margin: 0 0 10px;
    }
    
    .em-content p {
        font-size: 15px;
    }
    
    .responsive-nav-link i {
        line-height: 112px;
    }
}  

    @media only screen and (max-width: 992px) {
    .profile-content h1,
    .profile-content p {
        color: #343434 !important;
    }
    .profile {
        background-size: cover;
        background-position: left;
    }
    section#profile .col-md-6:nth-child(2) {
        text-align: center;
    }
    img.chart-img {
        padding: 0;
    }
}

 

@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) {
    section.cannadx-hero:after {
        position: absolute;
        content: "";
        background: #000;
        height: 100%;
        width: 100%;
        top: 0;
        opacity: .5;
        z-index: -1;
    }
    
    section.cannadx-hero {
        min-height: 450px;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    
    img.cannadx-logo {
        max-width: 270px;
        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;
    }
    
    .profile-img img {
        width: 100%;
        left: 0;
    }
    
    .app-icons a,
    .hero-btns a {
        margin-right: 5px;
    }
    
    .cannadx-products .btn-radius {
        margin: 50px 0 0;
    }
    
    .shedding-content h1 {
        font-size: 40px;
    }
    
    .shedding-content p {
        font-size: 15px;
    }
    
    .shedding-content {
        padding: 10px 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;
    }
    
    p.sub-queto {
        font-size: 16px;
    }
    
    section.featured {
        padding: 30px;
    }
    
    .profile-content {
        padding: 0;
    }
    
   
    .profile-content h1 {
        margin: 10px 0;
        font-size: 30px;
    }
    
    .profile-content p {
        font-size: 15px;
    }
    
    .pro-img {
        margin: 0;
    }
    
    .cannadx-products p {
        text-align: center;
    }
    
    .cannadx-products h5 {
        margin: 10px 0;
        text-align: center;
    }
    
    .pro-img-cell {
        vertical-align: middle;
    }
    
    .cannadx-products .app-icons {
        text-align: center;
    }
    
    .empower {
        background-image: none;
        padding: 20px 0 10px;
    }
    
    .em-content h1 {
        font-size: 32px;
        margin: 0 0 10px;
    }
    
    .em-content p {
        font-size: 15px;
    }
}

/* Wide Mobile Layout: 495px. */
@media only screen and (max-width: 495px) {
    #mk-header ul li:nth-child(1) {
        margin-top: -40px;
    }
    
    .responsive-nav-link {
        height: 30px !important;
        padding: 15px 0 0 0;
    }
    
    .hero-content h4 {
        font-size: 18px;
    }
    
    .hero-btns {
        margin: 40px 0;
    }
    
    .hero-btns a {
        padding: 5px 15px;
    }
    
    .featured-logo img {
        max-width: 130px;
        display: block;
        margin: 20px auto;
    }
    .responsive-nav-link i {
    line-height: 122px;
}
}
@media screen and (max-width: 1200px) {
    .main-content {
        padding-top: 0px;
    }
     .hero-content {
        padding: 50px 0 0 !important;
    }
}
