/*  HERO SECTION  */

.bio-hero {
    background-image: url('/wp-content/themes/cdx/css/img-bio/bio-hero-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 650px;
    background-size: cover;
    background-color: #0F1315;
    position: relative;
}

.hero-content {
    position: absolute;
    bottom: 20px;
}

.hero-content h4 {
    margin: 20px 0 0;
}

.hero-content h1 span {
    font-weight: 700;
}


/*  API SECTION  */

.api {
    background-image: url('/wp-content/themes/cdx/css/img-bio/api-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #33C69D;
    position: relative;
    padding: 80px 0;
}

.api img {
    max-width: 100%;
    margin: 30px auto;
    ;
}

.api p {
    font-size: 20px;
    color: #fff;
    ;
    margin: 20px 0
}

.api h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 300;
    margin: 40px 0;
}


/*  VALIDATION SECTION  */

.validation {
    background-image: url('/wp-content/themes/cdx/css/img-bio/bio-lab-bg.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0F1315;
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.validation h2 {
    font-size: 45px;
    font-weight: 100;
    color: #666666
}

.validation p {
    color: #666666;
    font-size: 20px;
    margin: 30px 0
}


/*  QUOTE SECTION  */

.quote {
    background: #F1F1F1;
    padding: 70px 0 40px;
    text-align: center;
}

.quote p {
    font-size: 24px;
    color: #666666;
    font-style: italic;
}

.quote p span {
    display: block;
    font-style: normal;
    margin: 30px 0;
}


/*  DEVELOPMENT SECTION  */

.development {
    padding: 50px 0 0;
    text-align: center;
}

.development h1 {
    text-align: center;
    font-weight: 300;
    margin: 50px 0 20px;
    color: #666;
}

.development p {
    font-size: 20px;
    text-align: center;
    color: #666666;
}

.development img {
    max-width: 100%;
    margin: 30px auto;
}

.dev-bottom {
    background: #33C798;
    padding: 50px 0;
}

.dev-bottom h2 {
    font-size: 30px;
    color: #fff;
}

.dev-bottom p {
    font-size: 22px;
    text-align: left;
    padding-right: 20px;
    color: #fff;
}

.divider-box {
    padding: 20px;
}

.dev-bottom .col-md-6:first-child .divider-box {
    border-right: 2px solid white;
}

.dev-bottom .col-md-6:nth-of-type(2) .divider-box {
    margin-left: 20px;
}


/*  MECHANISM SECTION  */

.mechanism-top h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #666666;
}

.mechanism-top {
    padding: 40px 0 60px;
    text-align: center;
}

.mechanism-top ul {
    list-style: none;
    margin: 25px 0 40px;
    padding: 0;
    text-align: center;
}

.mechanism-top ul li {
    display: inline;
    position: relative;
    padding: 0 8px;
    color: #666666;
}

.mechanism-top ul li:after {
    content: "";
    position: absolute;
    top: 2;
    height: 20px;
    border-right: 1px solid #666666;
    padding: 0 6px
}

.mechanism-top ul li:nth-last-child(1):after {
    border-right: 0;
}

.mechanism-top img {
    max-width: 100%;
}

.mecha-top {
    background: #F1F1F1;
}

.mechanism h1 {
    font-size: 45px;
    font-weight: 300;
    color: #666;
    text-align: center;
    margin: 50px 0 0;
}

.mechanism p span {
    display: block;
    text-align: center;
    font-size: 25px;
    margin: 0 0 10px;
    font-weight: 300;
    color: #666;
}

.mechanism p {
    font-size: 20px;
    color: #666;
    text-align: center;
    margin: 25px 0 45px;
}

.mechanism img {
    max-width: 100%
}


/*  PLEDGE SECTION  */

.pledge {
    padding: 50px 0;
}

.pledge h1 {
    font-size: 50px;
    font-weight: 300;
    color: #666;
    text-align: center;
}

.pledge h1 span {
    font-weight: 600;
}

.pledge h3 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #666;
}

.pledge p {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    margin: 30px 0;
    padding: 0 20px;
}

.pledge .btn-square {
    background: #33C799;
    text-align: center;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin: 20px 0;
}

.pledge {
    text-align: center;
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

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


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .validation:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        background: #33C69D;
        opacity: .8;
        z-index: -2;
    }
    .validation h2,
    .validation p {
        color: #fff
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .bio-hero {
        min-height: 400px;
    }
    h1 {
        font-size: 30px !important;
    }
    h2 {
        font-size: 32px !important;
    }
    h3 {
        font-size: 30px !important;
    }
    p {
        font-size: 18px !important;
    }
    .hero-content h4 {
        font-size: 20px;
    }
    .hero-content {
        bottom: 10px;
    }
}
 

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .mechanism-top ul {
    text-align: center;
    max-width: 320px !important;
    padding: 0 10px 0 0;
    margin: 0 auto;
    }
    .mechanism-top ul li {
        padding-right: 5px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}