/**
Theme Name: brennans-lms
Author: Voi Marketing
Author URI: https://voimarketing.com
Description: Theme developed for use by Brennans & Associates to manage online courses.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brennans-lms
Template: astra
*/

/* ----------------------------------------------------HOME-----------------------------------------------------------*/
/* Hide Button If Logged Out*/
.view-courses {
	display: none;
}

.logged-in .view-courses {
	display: inline;
}

.logged-in .learndash-wrapper .ld-button.ld-login-button.ld-logout {
	display: none;
}

/*Make Button Square*/
.ld-login.ld-login.ld-login-text.ld-login-button.ld-button {
border-radius: 0px!important;
display: block;
max-width: 100px;
margin: auto;
}



/* ----------------------------------------------------FOOTER-----------------------------------------------------------*/
/* Reduce Footer height */
#colophon > div > div > div > div > section.elementor-element.elementor-element-7dea9f4.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section{
	height: 400px!important;
}


/* Reduce margin around Footer text */
#colophon > div > div > div > div > section.elementor-element.elementor-element-7dea9f4.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section > div > div > div > div > div > div.elementor-element.elementor-element-752e87f.elementor-widget.elementor-widget-spacer {
	margin-bottom: 0px!important;
}


/* ----------------------------------------------------COURSES-----------------------------------------------------------*/
/*Change ribbon colour*/
.ld_course_grid_price.ribbon-enrolled {
	background: #D52834!important;}
.thumbnail.course .ld_course_grid_price.ribbon-enrolled:before {
    border-top: 4px solid #D52834!important;
    border-right: 4px solid #D52834!important;
}
/*Change Primary Button Colour*/
.btn.btn-primary {
	background-color: #D52834!important;
	border-color: #D52834!important;
}

/*Expand Text to white*/
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
	color: white!important;
}

/* ----------------------------------------------------MY ACCOUNT-----------------------------------------------------------*/
/*Change background in courses preview*/
.ld-item-list-item-preview {
	padding:10px!important;
	background-image: linear-gradient(70deg, rgba(255, 255, 255, 0.85) 20%, #D52834 100%);
}

/* ----------------------------------------------------COURSE-----------------------------------------------------------*/
/*Disable Progress Bar*/
.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
	display: none;
}
.ld-tab-content p, .ld-tab-content li {
	color: black!important;
}


