/* Custom CSS */
.course-filter-wrap-caption {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    padding: 12px;
    color: #231F20;
    display: block;
    text-decoration: none;
} 
#awc-all-courses-container {
	max-width:1200px;
	width:98%;
	margin:40px auto 16px;
} 
#all-courses-filter-wrap {
	border: 1px solid #cecfd0;
	font-size: 17px;
	margin-bottom: 30px;
} 
#all-courses-filter-wrap ul {
	margin:0;
	padding:0;
	list-style:none;
} 
#all-courses-filter-wrap .filter-label {
	display: inline-block;
    padding-bottom: 12px;
	text-transform: uppercase;
} 
#all-courses-filter-wrap ul.courses-filter-term-list li {
	list-style:none;
	margin-bottom: 3px;
} 
#all-courses-filter-wrap .courses-filter-item {
	border-bottom: 1px solid #cecfd0;
	padding: 12px;
} 
#all-courses-filter-wrap .term-item input[type="checkbox"] {
	cursor:pointer;
	display:inline-block;
	margin-right: 10px;
}
#all-courses-filter-wrap .term-item label {
	cursor:pointer;
	display:inline-block;
}
#all-courses-wrap .course-detail-block {
	margin:0 .25% 12px;
	border-width: 5px 1px 1px;
	border-style:solid;
	border-bottom-color: #cecfd0;
	border-left-color: #cecfd0;
	border-right-color: #cecfd0;
	display:block;
	width: 24%;
	height:325px;
	float:left;
	overflow: hidden;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
}
#all-courses-wrap .course-detail-block * {
	padding:0;
	margin:0;
	color: #414042;
	font-size: 16px;
}
#all-courses-wrap .course-detail-block .course-featured-image {
	position:relative;
	display:block;
	width: 100%;
	height:140px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
#all-courses-wrap .course-detail-block .course-location {
	/* position:absolute;
	display:block;
	right:0;
	top:96px;
	background-color:rgba(255,255,255,0.7); 
	font-size:16px;	
	padding:4px 10px;
	*/	
	font-weight:bold;
	text-transform:uppercase;
    display: inline-block;
    width: 49%;
    text-align: left;
}
#all-courses-wrap .location-price-wrapper {
    display: block;
    width: 100%;
}
#all-courses-wrap .course-link {
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
}
#all-courses-wrap .course-detail-block:hover {
/*	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.8);*/
}
#all-courses-wrap .course-info .course-title {
	/*padding-bottom: 30px;*/
}
#all-courses-wrap .course-info .course-presenter,
#all-courses-wrap .course-info .course-presenter > a {
	text-decoration: none;
	font-style: italic;
	font-weight: 300;
}
#all-courses-wrap .course-info .course-presenter > a:hover {
	text-decoration: underline;
}
#all-courses-wrap .course-info {
	padding: 6px;
}
#all-courses-wrap .course-info .course-schedule {
	font-weight: bold;
}
#all-courses-wrap .course-info .course-price {
	color: #22a5e0;
	font-weight: bold;
    display: inline-block;
    text-align: right;
    width: 48%;
}

.bottom-aligner {
	display: inline-block;
	position: absolute;
	bottom: 15px;
    width: 95%;
}

#awc-loading-filter-courses {
	/* display: block; */
	height: 250px;
	width: 100%;
	/* background-image: url(../img/bb-64.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 64px; */
}
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2980b9;
  animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
.retrieving-course {
	font-style: italic;
	color: #a1a1a1;
}
#awc-courses-sorter:disabled {
	color: #e1e1e1;
}

.widget-nomargin {
	margin: 0 !important;
}
.widget-border-left {
	border-left: 1px solid #d1d3d4;
	padding-left: 20px;
}
.widget-border-right {
	border-right: 1px solid #d1d3d4;
	padding-right: 20px;
}
.widget-border-bottom {
	border-bottom: 1px solid #d1d3d4;
	padding-bottom: 20px;
}
.widget-border-top {
	border-top: 1px solid #d1d3d4;
	padding-top: 20px;
}


#awc-reset-filter {
	width: 100%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-family: "Open Sans", serif;
    text-transform: uppercase;
}
.tabs-row-content {
	position: relative;
    overflow: hidden;
    display: block;
}
.cross-promote-label {
	position: absolute;
    display: block;
    background: #900;
    color: #FFF;
    padding: 2px 40px;
	-ms-transform: rotate(39deg);
    -webkit-transform: rotate(39deg); 
    transform: rotate(39deg);
    right: -41px;
    top: 12px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/*
 *
 * Booked Out Style
 *
 */
 .awc-course-row {
     position: relative;
     overflow: hidden;
 }
.booked-out-label {
    position: absolute;
    top: 16px;
    right: -40px;
    transform: rotate(32deg);
    background-color: #900;
    color: #fff;
    padding: 6px 42px;
    font-size: 12px;
    font-weight: 400;
    display: none;
 }
@media screen and (min-width: 1024px) {
    .booked-out-label {
        display: block;
    }
}
 .booked-out-caption {
     color: #231f20;
     margin-left: 4%;
     text-align: center;
 }
 /*
 *
 * End of Booked Out Style
 *
 */
 .seats-available-label {
    z-index: 2;
    position: absolute;
    top: 34px;
    right: -39px;
    margin: 0;
    transform: rotate(45deg);
    background-color: #090;
    color: #fff;
    padding: 3px 27px;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.awc-tooltip {
    position: absolute;
    display: none;
    background-color: rgba(0,0,0,0.8);
    max-width: 320px;
    padding: 12px;
    color: white;
    z-index: 5;
    border-radius: 4px;
    border-color: #666;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
}

.course-link-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}