:root{
    --color-black: #42495b;
    --color-background: #fff;
    --color-yellow: #e2a94e;
   
}
.eltdf-course-list-holder article.front-programs h4, .eltdf-course-list-holder article.front-programs h6{
    color: var(--color-black);
}
.eltdf-course-list-holder.eltdf-cl-standard article.front-programs .eltdf-cli-text-holder{
    background-color: var(--color-background);
}
.eltdf-course-list-holder.eltdf-cl-standard article.front-programs a{
    color: var(--color-black);
}
.eltdf-course-list-holder.eltdf-cl-standard article.front-programs a:hover{
    color:#F5AB45!important;
}

.social-share-program{
    list-style: none;
    margin: 3px 0 0 0;
    font-size: 14px;
}
.social-share-program li{
    float: left;
    margin: 0 10px 0 0;
    color: var(--color-black);
}

.eltdf-course-list-holder.eltdf-cl-standard article .eltdf-cli-image img{
    height: 300px;
    object-fit: cover;
    object-position: left;
}
@media (max-width: 768px) {
    .eltdf-course-list-holder.eltdf-cl-standard article .eltdf-cli-image img{
        height: 200px;
    }
}
.eltdf-cl-standard-pagination-custom ul li .page-numbers.current{
    color: var(--color-yellow);
}
.eltdf-cl-standard-pagination-custom ul li .page-numbers{
    font-size: 18px;
    color: var(--color-black);
}
.eltdf-cl-standard-pagination-custom ul li a {
    font-size: 14px;
    color: #b9b9b9;
    position: relative;
    font-family: Montserrat,sans-serif
}
.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-prev a{
    opacity: 0
}

.eltdf-cl-standard-pagination-custom {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 20px 0 0;
    clear: both
}

.eltdf-cl-standard-pagination-custom ul {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.eltdf-cl-standard-pagination-custom ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    padding: 0
}

.eltdf-cl-standard-pagination-custom ul li a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    line-height: inherit
}

.eltdf-cl-standard-pagination-custom ul li a:hover,.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-active a {
    color: #e2a94e
}

.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-next,.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-prev {
    margin: 0 2px 4px
}

.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-next a,.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-prev a {
    font-size: 22px;
    -webkit-transition: color .2s ease-out,opacity .2s ease-out;
    -moz-transition: color .2s ease-out,opacity .2s ease-out;
    transition: color .2s ease-out,opacity .2s ease-out
}

.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-next a span,.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-prev a span {
    position: relative;
    top: -1px;
    display: block;
    line-height: inherit
}

.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-next a span:before,.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-prev a span:before {
    display: block;
    line-height: inherit
}

.eltdf-cl-standard-pagination-custom ul li.eltdf-cl-pag-next a,.eltdf-course-table-holder .eltdf-ct-item.eltdf-cti-is-featured .eltdf-cfi-icon {
    opacity: 1
}

.eltdf-course-list-holder article .eltdf-cl-item-inner{
    position: relative;
    background-color: var(--color-background);
}
.eltdf-cli-image{
    position: relative;
}
.eltdf-cli-text-holder{
    position: relative;
}
.eltdf-cli-footer-custom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    box-sizing: border-box;
    padding: 0px 20px 28px;
}
@media screen and (max-width: 480px) {
    .eltdf-cli-footer-custom{
        position: static;
        margin-top: -25px;
    }
}
    

.eltdf-course-list-holder.eltdf-cl-standard article .eltdf-cli-text-holder{
    padding: 26px 20px 28px
}

.container-filter-select{
    display: flex;
    justify-content: start;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    gap: 20px;
    flex-wrap: wrap;
}
/* #selected-filter-container-orderby .eltdf-cl-filter-holder, */
#selected-filter-container-program .eltdf-cl-filter-holder,
#selected-filter-container .eltdf-cl-filter-holder{
    display: flex;
    align-items: center;
    gap: 10px;

}
@media screen and (max-width: 768px) {
    .container-filter-select{
        justify-content: center;
    }
    /* #selected-filter-container-orderby .eltdf-cl-filter-holder, */
    #selected-filter-container-program .eltdf-cl-filter-holder,
    #selected-filter-container .eltdf-cl-filter-holder{
        flex-direction: column;
        gap: 0;
    }
}

    

    
