/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2024 | 00:20:20 */
/* COURSE CARDS */
.moneyiq-cta {
	text-align: center;
}
.video-subheader {
	border-top: 4px solid #eee;
    padding-top: 50px !important;
}
.center-content {
	text-align: center;
}
.vc_btn3-container.course-btn {
	margin-right: 10px;
}
.vc_gitem-zone.vc_gitem-zone-c.course-content {
	height: 400px;
}
.course-meta {
	color: #3f1d6d;
	font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}
.course-sections {
	
}
.course-sections:before {
	content: 'Sections: ';
	font-weight: 900;
}
.course-age:before {
	content: 'Age: ';
	font-weight: 900;
}
.course-length:before {
	content: 'Length: ';
	font-weight: 900;
}
.course-style {
	margin-bottom: 20px;
}
.course-style:before {
	content: 'Style: ';
	font-weight: 900;
}

/* COURSE TEMPLATE */

.courses-template-default #wrapper div[role="main"] {
    display: block;
}
.section_courses .hero {
    background-position: center;
}
.course-badge {
    position: absolute;
    display: flex;
    left: calc(50% - 125px);
    bottom: -75px;
    z-index: 100;
}
.course-quote {
    margin: 60px 30px;
	background: #3f1d6d;
}
.course-quote p {
	color: #fff;
}
.single-courses h2 {
	color: #3f1d6d;
}
.single-courses h4 {
	margin-top: 10px;
}

@media (max-width: 1920px) {
	.course-badge {
		left: calc(50% - 100px);
		bottom: -50px;
		width: 200px;
	}
}
@media (max-width: 1600px) {
	.course-badge {
		left: calc(50% - 75px);
		bottom: -25px;
		width: 150px;
	}
}
@media (max-width: 1440px) {
	.course-badge {
		bottom: -45px;
	}
}

/* FBA INTRO */
.courses-social-cta {
    border: 3px solid #3f1d6d;
    padding: 30px;
    background: #f1edf5;
}
.courses-cta-btns .vc_column-inner .wpb_wrapper {
	display: flex;
    flex-direction: column;
    gap: 10px;
}