/*
Theme Name:        Efor
Text Domain:       efor
Version:           13.1.3
Description:       Coaching & Online Courses WordPress Theme
Requires at least: 6.2
Requires PHP:      7.0
Tags:              education
Author:            Pixelwars
Author URI:        https://themeforest.net/user/pixelwars
Theme URI:         https://themeforest.net/user/pixelwars/portfolio
License:           ThemeForest License
License URI:       https://themeforest.net/licenses
Domain Path:       /languages
*/


/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/


/* Plugin: "Top 10 - Popular Posts" */

.tptn_counter {
	display: none;
}

/* Plugin: "Top 10 - Popular Posts" */


/* Plugin: "Tutor LMS" */

.tutor-course-archive-header {
	margin-top: 70px;
}

/* Plugin: "Tutor LMS" */


/* Plugin: "Social Feed Gallery" */

.instagram-gallery__actions {
	margin: 0px;
}

/* Plugin: "Social Feed Gallery" */


/* Plugin: "Contact Form 7" */

.wpcf7 .contact-form {
	margin-bottom: 0px;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
}

.wpcf7 span.wpcf7-not-valid-tip {
	position: absolute;
	left: 10px;
	bottom: -16px;
	font-size: 10px;
	color: #222222;
	background-color: #fbe7ba;
	padding: .2em .8em;
	margin: 0;
	min-width: 150px;
	z-index: 1;
}

.wpcf7 .wpcf7-spinner {
	display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0px;
}

/* Plugin: "Contact Form 7" */

/* Hide course information sections on course detail page */
/* Hide the three main sections: info-learning, info-metas, and course-buttons */

/* Method 1: Hide by class names */
.info-learning,
.info-metas,
.course-buttons {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Method 2: Hide using the specific selectors provided by user */
#page > div > div.lp-content-area > div.lp-single-course-main > div.lp-single-course-main__right > div > div.info-learning,
#page > div > div.lp-content-area > div.lp-single-course-main > div.lp-single-course-main__right > div > div.info-metas,
#page > div > div.lp-content-area > div.lp-single-course-main > div.lp-single-course-main__right > div > div.course-buttons,
#page > div > div.lp-content-area > div.lp-single-course-main > div.lp-single-course-main__right > div > span {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Method 3: Hide using LearnPress specific selectors for better compatibility */
.lp-single-course .info-learning,
.lp-single-course .info-metas,
.lp-single-course .course-buttons,
.lp-single-offline-course .info-learning,
.lp-single-offline-course .info-metas,
.lp-single-offline-course .course-buttons,
.course-summary .info-learning,
.course-summary .info-metas,
.course-summary .course-buttons {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide individual meta items if they appear elsewhere */
.info-meta-item {
    display: none !important;
}

/* If you want to hide only specific items, use these instead: */
/*
.info-meta-item:has(.currency) { display: none !important; } /* Price */
.info-meta-item:has(.lp-icon-bookmark-o) { display: none !important; } /* Delivery type */
.info-meta-item:has(.lp-icon-students) { display: none !important; } /* Capacity */
.info-meta-item:has(.lp-icon-signal) { display: none !important; } /* Level */
.info-meta-item:has(.lp-icon-clock-o) { display: none !important; } /* Duration */
.info-meta-item:has(.lp-icon-copy) { display: none !important; } /* Lessons */
*/

/* Consultation button fix - JavaScript will handle the redirect */

