/* 
Theme Name:		 Dlear Child
Theme URI:		 https://backtheme.com/university/
Description:	 Dlear Child is a child theme of Dlear
Author:			 Backtheme
Author URI:		 https://backtheme.com/
Template:		 dlear
Version:		 1.0.8
Text Domain:	 dlear
*/


/*
    Add your custom styles here
*/

.course-buttons .course-btn {
    width: 100%;
    text-align: center;
    display: block;
    color: #ffffff;
    padding: 8px 0;
    font-weight: 700;
    letter-spacing: 0.3px;
    border-radius: 8px;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
	cursor: pointer;
	transition-duration: 500ms;
	opacity: 0.85;
}

.course-buttons .course-btn.apply-now { 
    background: var(--primary-color, #2b2b7c);
}

.course-buttons .course-btn.enroll-now { 
	margin-top: 5px;
    background: var(--title-color, #2b2b7c);
}

.course-buttons .course-btn:hover {
	letter-spacing: 0.6px;
	opacity: 1;
}

