/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */

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

    #site-navigation {
        width: 82%;
    }

    #jobify_widget_feature_callout-24  .callout-feature-content {
        padding-top: 100px;
    }

    /* Сделать  текст в две строчки */
    #jobify_widget_feature_callout-21 .feature-call-text {
        width: 110%;
    }

    #jobify_widget_feature_callout-24 .callout-feature-content.callout-feature-content--height-medium {
        position: relative;
        left: -42px;
    }

    /*#masthead .container {*/

        /*max-width: 1250px;*/

    /*}*/

}


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

    #jobify_widget_feature_callout-21 h2.callout-feature-title {
        font-size: 50px;
    }

    #jobify_widget_feature_callout-21 .home-cert-section {
        font-size: 18px;
        font-size: inherit;
    }

    #jobify_widget_feature_callout-22 h2.callout-feature-title {
        font-size: 50px;
    }

    #jobify_widget_feature_callout-22 .home-cert-section {
        font-size: 18px;
        font-size: inherit;
    }


}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /*21 CyclingScore Certification -*/
    #jobify_widget_feature_callout-21 h2.callout-feature-title {
        font-size: 40px;
    }

    #jobify_widget_feature_callout-21 .home-cert-section {
        font-size: inherit;
    }

    /*22 Home CyclingScore Design Lab */
    /*Cyclingscore Design Lab - Cyclingscore Design Lab */


    #jobify_widget_feature_callout-22 h2.callout-feature-title,
    #jobify_widget_feature_callout-23 h2.callout-feature-title {
        font-size: 40px;
    }

    #jobify_widget_feature_callout-22 .home-cert-section,
    #jobify_widget_feature_callout-23 .home-cert-section {
        font-size: inherit;
    }

    /* Home - CyclingScore Design Lab - only*/

    #jobify_widget_feature_callout-22 .feature-callout-cover:after {
        /*position: absolute;*/
        top: 12%;
        bottom: 15%;

    }

    /*What We Do*/

    body #jobify_widget_feature_callout-24 .feature-callout-cover {
        background-image: none;
        background-color: #242e37;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

    /*HOME - картинки сертификатов*/
    .cert-img-cont {
        width: 50%;
    }

    body h1.dl-header {
        font-size: 50px;
    }

    body #jobify_widget_feature_callout-23 {
        margin-bottom: 0px;
    }

    body #jobify_widget_feature_callout-23 .callout-feature-content--height-medium {
        padding-top: 10px;
    }

    span.h1-dl {
        background-image: none;
        padding-right: 46px;
    }

    body #jobify_widget_feature_callout-23 .feature-callout-cover {
        background-size: 90%;
        background-repeat: no-repeat;
        background-position: bottom right;
    }


}



/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/*Свой запрос на два условия (нужен для больших мон.)*/
@media (min-height: 720px) and (min-width: 1400px) {

}
