/*
 Theme Name:   eCademy Child
 Theme URI:    https://themes.envytheme.com/ecademy/
 Description:  eCademy Child Theme
 Author:       EnvyTheme
 Author URI:   https://envytheme.com/
 Template:     ecademy
 Version:      7.2
*/

/* ecademy-education-lms-online-training-courses-wordpress-theme */

.single-footer-widget .logo {
    margin-bottom: 20px;
    display: inline-block;
}
.single-pricing-box .default-btn {
    background-color: var(--e-global-color-secondary) !important;
}
.entry-content .faq-area {
    padding-top: 40px;
}
.entry-content .faq-accordion-tab .tabs {
    display: none !important;
}
.page-title-content h1 {
    text-align: center;
    max-width: 800px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    font-weight: 800;
}
.contact-info ul li p {
    max-width: inherit !important;
}
.nomargin .single-box-item {
    top: 0;
    margin-bottom: 0;
}
.main-form .row, .main-form-price .row {
    justify-content: center;
}
.main-form .col-lg-6:first-child, .main-form-price .col-lg-6:first-child {
    display: none;
}
.main-form .contact-form h2 {
    display: none;
}
.about-area-two .divider {
    display: none;
}
.blog-details .blog-details-content h2 {
    margin-top: 30px;
}
.contact-info ul li .icon {
    width: 60px !important;
    height: 65px !important;
    font-size: 30px !important;
}
@media only screen and (min-width: 1550px) {
    .ecademy-nav .navbar .search-box {
        margin-left: 100px !important;
    }
}
@media only screen and (max-width: 767px) {
    .page-title-content h1 {
        max-width: 100%;
        margin-top: 35px;
        font-size: 26px;
    }
}
.single-blog-post-box .post-content .post-content-footer {
    display: none !important;
}