/*
 Theme Name:   Divi Child Theme
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

@media only screen and (max-width: 767px) {
  .course-listing li {
	  width:calc(100% / 1) !important;
  }
  .course-button {
	  padding:20px 0 !important;
  }
  .course-button a {
	  margin-right:0 !important;
  }
  .main-filter > .filter-button {
	display:none;
 }
 .uncheck {
	 display:none !important;
 }
}


@media only screen and (max-width: 1024px) and (min-width: 768px)  {
	.course-listing li {
	  width:calc(92% / 2) !important;
  }
  .course-button {
	  padding:20px 0 !important;
  }
  .course-button a {
	  margin-right:0 !important;
  }

}



.course-listing {
	margin-top:50px;
}

ul.course-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /*justify-content: space-between;*/
}
.course-listing li {
    list-style: none;
    display: inline-block;
    width: calc(94% / 3);
    margin-right: 21px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 4px 6px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    margin-bottom:40px;
}


/*.course-listing li {
	list-style:none;
	width:31%;
	float:left;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%), 0 4px 6px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    margin-bottom:40px;
	margin-right:23px;
}*/
/*
.course-listing li:nth-child(3) {
  margin-right:0;;
}
.course-listing li:nth-child(6) {
  margin-right:0;;
}
.course-listing li:nth-child(9) {
  margin-right:0;;
}
.course-listing li:nth-child(12) {
  margin-right:0;;
}*/
.course-list-img img {
	border-radius:15px 15px 0 0;
}
.course-list-content {
	padding:0px 20px 20px 20px;
	min-height:250px;
	clear:both;
}
.course-list-content h3 {
	float:left;
}
.course-list-content p {
	padding:15px 0 !important;
	float:left;
}
.course-list-content h3 a {
	line-height:30px;
}

.course-button {
    padding: 15px;
    position: relative;
    bottom: 14px;
    text-align: center;
}
.course-button a
{
    box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.3);
    transition: all 300ms ease 0ms;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #FFFFFF;
    border-width: 0px;
    border-radius: 25px;
    font-size: 14px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: #0f5e9c;
	margin-right:15px;
}
.listing-meta {
	position: relative;
    top: -50px;
	padding:0 15px;
}

.listing-meta span {
    background: #fff;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
	padding:0 10px;
}
.listing-meta span.age-count {
	float: left;
}
.listing-meta span.price {
	float:right;
}


.main-filter{
    background: #f5f7f9;
    border-radius: 100px;
    padding: 16px 0px;
	border: 1px solid #dfdfdf;
}

#checkboxesC{
    display: block;
    background: #fff;
    border-radius: 0 0 4px 4px;
    transform: scale(1) translateY(0);
    box-shadow: 0 1px 3px 0 rgba(8,9,14,.08), 0 4px 6px 0 rgba(8,9,14,.1);
    padding: 15px 15px;
	position:absolute;
	top:64px;
	z-index:1000;
}


.selectBox {
  position: relative;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxesC {
  display: none;
}

#checkboxesC input[type=checkbox] {
	margin-right:10px;
}

#checkboxesC label {
  display: block;
  font-size:16px;
}

#checkboxesC label:hover {
  background-color: #1e90ff;
}

#checkboxesA {
  display: none;
}

#checkboxesA{
    background: #fff;
    border-radius: 0 0 4px 4px;
    transform: scale(1) translateY(0);
    box-shadow: 0 1px 3px 0 rgba(8,9,14,.08), 0 4px 6px 0 rgba(8,9,14,.1);
    padding: 15px 15px;
	position:absolute;
	top:64px;
	z-index:1000;
}

#checkboxesA input[type=checkbox] {
	margin-right:10px;
}

#checkboxesA label {
  display: block;
  font-size:16px;
}
.filterer-by-text {
	display:inline-block;
}
.multiselectC {
	display:inline-block;
}
.multiselectA {
	display:inline-block;
}
.filter-button {
	padding:20px;
	border-right:1px solid #dfdfdf;
}

.uncheck {
	float: right;
    background: #dddfe1;
    text-align: center;
    margin-right: 30px;
    border-radius: 15px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.count {
	float: right;
    padding: 5px 20px 0 0;
}
.first-filter-button {
	display: inline-block;
    opacity: 0.25;
}
#no-results{
    background-color: rgba(250,94,91,.15);
    -webkit-box-shadow: inset 0 0 0 1px rgba(250,94,91,.1);
    box-shadow: inset 0 0 0 1px rgba(250,94,91,.1);
    color: #fa5e5b;
    line-height: 1rem;
    margin-top: 3.5rem;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 0;
	border-radius:15px;
}
#c-arrow {
	font-size:14px;
}
#a-arrow {
	font-size:14px;
}