.filter-sidebar,
.sidebar-header{
    clear: both;
    margin-bottom: 15px;
}
.filter-sidebar,
.sidebar-inner{
    padding: 0px;
}
.row.gap-20{
    margin-right: -10px;
    margin-left: -10px;
}
.filter-sidebar,
.sidebar-module {
    margin-bottom: 30px;
}

.sidebar-module:last-child {
    padding: 0;
}
.filter-sidebar .sidebar-module h6, h6.sidebar-title {
    letter-spacing: 1.5px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
}
h6{
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: 700;
}
.filter-sidebar{
    padding-right: 10px;
    border-right: 1px lightgray solid;
}

.course-list-item {
    border-bottom: 0;
    background: #dddddd;
    padding: 25px 20px 0;
}
.course-list-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.row.gap-25 {
    margin-right: -13px;
    margin-left: -12px;
}
.course-list-item .price {
    background: #DF2938;
    color: #FFF;
    float: right;
    margin-top: 10px;
    margin-right: -5px;
    padding: 5px 10px;
    line-height: 1;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
}

.course-list-item .price:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #991C26;
}
.sorting-wrapper{
    margin: 0 0 35px;
}
.sorting-header{
    margin: -4px 0 30px;
}
.sorting-content{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top:10px;
    padding-bottom:10px;
}
.sort-by-wrapper{
    line-height: 1.2;
    display:table;
}
.sorting-label{
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    padding-top: 1px;
}
.sorting-middle-holder{
    display: inline-block;
    margin: 0;
    margin-left: 7px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
}
.course-list-item ul.meta-list li {
    float: left;
    border-right: 1px solid #E5E5E5;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 1.2;
    padding-right: 20px;
    margin-right: 20px;
}
ul{
	list-style: none;
}
.image img {
    max-width: 275px;
    max-height: 195px;
}
.pagination .page-item a{
    color: red !important;
}
.single_slide_item:after {
     background: rgba(0, 0, 0, 0);
}