@media screen and (min-width: 1024px) {
    .success_section>.vc_col-sm-12 {
        max-width: 80%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.main_page .container:after {
    content: '';
    display: table;
    clear: both;
}

.homepage_section {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.homepage_section:last-of-type {
    margin-bottom: 0;
}


.section_teaching_languages {
    background-color: #fcd21c;
}

.footer_logo  img{
    width: auto !important;
}


/* BlOG */

body.page-template-blog .main-title-section-wrapper:after{
    background-image: url('../img/slider-bottom-pattern-grey.png') !important;
}

#main.main_blog{
    padding-top: 160px;
    position: relative;
    top: -120px;
    background-color: #f0f2f5;
}


/* REMOTE TEACHING */


.main_remote_teaching .dt-sc-title h2{
    margin-bottom: 35px !important;
}

.main_remote_teaching .dt-sc-title{
    float: none;
}

.main_remote_teaching ol{
    background: none !important;
}

.main_remote_teaching ol:before,
.main_remote_teaching ol:after{
    display: none !important;
}


.main_remote_teaching .remote_teaching_cta{
    margin-top: 40px;
    margin-bottom: 60px;
    float: none;
}

.main_remote_teaching .remote_teaching_form{
    margin-top: 60px;
    margin-bottom: 60px;
}

.main_remote_teaching .remote_teaching_form .vc_column_container {
    margin-bottom: 25px;
}

@media screen and (min-width: 1200px){
    .main_remote_teaching  .remote_teaching_image{
        padding-left: 100px;
    }
}

.main_remote_teaching .submit_button_container .ajax-loader{
    position: absolute;
    top: 12px;
}



/* CONTACT FORM 7 */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
    border: none !important;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
