/*  HERO SECTION  */

.data-hero {
    background-image: url('/wp-content/themes/cdx/css/img-data/data-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 h1 {
    font-size: 50px;
}

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


/*  ANALYTICS SECTION  */

.analytics h2 span {
    font-weight: 700;
}

.analytics h2 {
    color: #666666;
    margin: 20px 0 60px;
}

.analytics {
    padding: 50px 0 0;
}

.analytics h3 {
    font-size: 25px;
    text-transform: uppercase;
}

.analytics h3:nth-of-type(1) {
    color: #5ca270;
}

.analytics h3:nth-of-type(2) {
    color: #1f3628;
}

.analytics h3:nth-of-type(3) {
    color: #305440;
}

.analytics h3:nth-of-type(4) {
    color: #3c6b56;
}

.analytics p {
    color: #666;
    margin: 30px 0 40px;
}

.analytics h3 span {
    font-weight: 700;
}

.analytics img {
    max-width: 100%;
    margin: 40px 0;
}

.analytics-bottom {
    background: url('/wp-content/themes/cdx/css/img-data/data-pattern.png') #009a76 no-repeat left;
    background-size: contain;
    min-height: 240px;
}

.analytics-bottom p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 30px 0 20px;
}


/*  ALGORITHM SECTION  */

.algo {
    background-image: url('/wp-content/themes/cdx/css/img-data/algo-bg.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #FFFFFF;
    padding: 50px 0;
}

.algo h1 span {
    font-weight: 700;
}

.algo h4 {
    margin: 30px 0 10px;
}

.algo p {
    font-size: 18px;
    margin: 30px 0;
}

.algo img {
    max-width: 100%;
    margin: 0 auto;
}

.algo .container .col-md-6 {
    text-align: center;
}


/*  REPORT SECTION  */

.data-report {
    padding: 50px 0;
    background: #F2F2F2;
}

.data-report h1 {
    font-size: 45px;
}

.data-report p {
    font-size: 20px;
}

.report-th {
    width: 100%;
    background: #259A76;
    display: inline-block;
    padding: 5px 0;
}

.report-th h4 {
    margin: 0;
    padding: 0 10px 0 20px;
    ;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.report-td p {
    text-align: left;
    padding: 0;
    margin: 0;
}

.data-report .col-md-2,
.data-report .col-md-8 {
    border-right: 3px solid #369A73;
    margin-left: -3px;
    height: auto;
}

.data-report .col-md-2:last-child {
    border: 0;
}

.report-td {
    padding: 20px 10px 20px 30px;
    min-height: 70px;
    margin: 20px 0;
}


/*==========  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) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .data-hero {
        min-height: 400px;
    }
    h1 {
        font-size: 35px !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;
    }
    .report-th {
        min-height: 50px;
        padding: 10px 0;
    }
    .report-td {
        padding: 10px 20px;
        min-height: 100px;
        margin: 10px;
    }
}


/* data chart responsive  */

@media only screen and (max-width: 680px) {
    .report-td {
        min-height: 150px;
    }
    .report-td p {
        font-size: 15px !important;
    }
    .report-td {
        margin: 10px 0;
        padding: 5px 15px;
    }
    .report-td img {
        max-width: 40px;
        margin: 0 auto;
    }
    .report-td img {
        max-width: 30px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .report-th h4 {
        font-size: 14px;
        padding: 0 5px 0 10px;
    }
    .report-th {
        padding: 5px 0;
        min-height: 35px;
    }
    .report-td p {
        font-size: 12px
    }
    .report-td img {
        padding: 0;
    }
    .analytics-bottom {
        background-size: cover;
        background-position: center;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .container-fluid {
        padding: 0 !important;
    }
    .report-td {
        min-height: 200px;
    }
}