
.filter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-wrap .filter .select, .filter-wrap .search {
    margin-left: 20px;
}
.filter-wrap .filter .select {
    position: relative;
    display: block;
    width: 240px;
    cursor: pointer;
}
.filter-wrap .filter .span-border {
    font-size: 16px;
    position: relative;
    display: block;
    background: #f0f2f5;
    border: 2px solid #000;
    border-radius: 4px;
    padding: 14px 80px 13px 20px;
    line-height: 1;
    font-weight: 600;
    min-height: 42px;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filter-wrap .filter .span-border:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 18px;
    margin: auto;
    width: 12px;
    height: 8px;
    background: url(/wp-content/themes/revamp/assets/images/filter-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
}
.filter-wrap .filter .select ul {
    display: block;
    position: absolute;
    top: 44px;
    left: 0;
    list-style: none;
    border: 2px solid #000;
    border-top: 0;
    width: 100%;
    padding-left: 16px;
    opacity: 0;
    visibility: hidden;
    transition: height,0.3s linear;
    height: 0;
    overflow: hidden;
    background: #f0f2f5;
    padding-right: 18px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 204px;
    overflow-y: scroll;
    padding-bottom: 5px;
    margin: 0;
}
.filter-wrap .filter .select ul li {
    font-size: 16px;
    display: block;
    position: relative;
    padding: 8px 0;
    word-break: break-word;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #000;
}
.filter-wrap .filter .select.active ul {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 99999;
}
.events-listing .bg-img img {
    height: 100%;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    max-height: 300px;
    object-fit: contain;
}
.events-listing h4.ng-binding {
    color: #000;
    padding-bottom: 8px;
    max-width: 275px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 32px;
}
.events-listing .btn-container.ng-scope a:first-child {
    margin-left: 0;
}
.events-listing .btn-wrap {
    padding-top: 25px;
}
.events-listing .inner-wrap {
    background-color: #fff;
    border-radius: 10px;
    margin: 40px 0;
    display: block;
    padding: 30px;
}
.events-listing p.item-termname {
    margin-bottom: 5px;
}
.events-listing .speakers_infos {
    position: relative;
    padding-left: 65px;
    padding-bottom: 20px;
}
.events-listing .speakers_infos:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 47px;
    width: 50px;
    background-image: url(/wp-content/themes/revamp/assets/images/speaker.png);
    background-repeat: no-repeat;
}
.events-listing  .speakers_infos p {
    margin-bottom: 0;
    font-weight: 600;
}
.events-listing  .speakers_infos span {
    display: block;
    font-size: 14px;
}
.btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #000;
    padding: 8px 28px;
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    transition: transform .15s ease-in-out;
    letter-spacing: .001em;
    text-decoration: none;
    text-transform: uppercase;
}
.filter-wrap .filter .grid-wrapper {
    position: relative;
}