/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.button-in-menu
{
	/*background-color:#83c284;*/
	background-color:#20ad96;
	padding-left:20px !important;
	padding-right:20px !important;
	border-radius:9999px;
}
.button-in-menu a
{
	color:#fff !important;
}
.button-in-menu a:before
{
	display:none !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}












.absolute-footer
{
	display:none !important;
}





.ld-course-list-items .ld_course_grid .thumbnail.course .ribbon
{
	background-color:#20ad96 !important;
	font-size:18px;
}
/* Switch the Course Grid button color */
.ld-course-list-items .ld_course_grid .btn-primary {
    /* Replace the #000 by your color */
    background-color: #20ad96;
    border-color: #20ad96;
}
.ld-course-list-items .ld_course_grid .thumbnail.course
{
	box-shadow:0px 2px 18px 0px rgb(51 51 51 / 13%);
	border-radius:7px;
	border:0px;
}
