/*
Theme Name: Johnson eLearning Child
Template: johnsonelearning
*/
@import url("../johnsonelearning/style.css");

/* DEFAULT STYLES */
.default-row-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.center_btn {
    display: table !important;
    margin: 0 auto !important;
}

.page_not_found {
    margin-top: 80px !important;
}

.flexslider, .portfolio_slider {
    margin: 0 !important;
}

.header-widget p {
    padding-top:  0 !important;
    padding-bottom:  0 !important;
}

.page-id-437 .content {
    background-color: #f7f7f7 !important;
}

/*.page-id-437 p {
    font-size: 24px !important;
    text-align: center !important;
    line-height: 38px !important;
    margin-top: 40px !important;
    margin-bottom: 70px !important;
}
*/
.testimonial_title_holder {
    margin-bottom: 10px !important;
}

.testimonials_c_holder .testimonial_content_inner .testimonial_text_inner p:first-child {
    font-weight: 400 !important;
}

.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #000 !important;
    border-color: #000 !important;
}

/* CUSTOM CODE */
.header_top, .fixed_top_header .top_header, .fixed_top_header nav.mobile_menu {
    background-color: rgba(33,98,225,1) !important;
}
.header-widget p {
    color:#fff !important;
    font-weight:bold !important;
}
.q_icon_list {
    margin-top: 4px !important;
}

/* MEDIA */
@media(max-width: 767px) {
    .default-row-padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

@media(min-width: 768px) {
    .center-row-content .section_inner_margin {
        display: flex !important;
        align-items: center !important;
    }
    .signup-link, .members-link {
        display: none !important;
    }
}