/*
Theme Name: GeneratePress Child
Template: generatepress
Author: Child Theme Configurator
Description: GeneratePress Child theme
Version: 1.0
Updated: 2017-11-08 13:34:09

*/

/* Elementor button styles */
.elementor-widget-button a.elementor-button.elementor-button-link, .elementor-widget-button .elementor-button.elementor-button-link {
  background-color: #ff9900;
}

#content #ld_course_list .btn-primary{
  background-color: #ff9900;
  border-color: #ff9900;
}
#content #ld_course_list .btn-primary:hover,
#content #ld_course_list .btn-primary:focus,
#content #ld_course_list .btn-primary:active,
#content #ld_course_list .btn-primary.active,
#content #ld_course_list .open .dropdown-toggle.btn-primary{
  background-color: #ff9900;
  border-color: #ff9900;
}

@media only screen and (min-width: 768px) {
	.elementor-text-editor{
		margin-left: -15px;
		margin-right: -15px;
		box-sizing: border-box;
	}
	.ld_course_grid.col-sm-6 {
		width: 50%;
		float: left;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;

	}
}
@media only screen and (min-width: 992px) {
	.ld_course_grid.col-md-4{
	    width: 50%;
	    float: left;
		box-sizing: border-box;		
		padding-left: 15px;
		padding-right: 15px;
	}
}
