/*
Theme name: Exlibris
Description: Custom theme on Wordpress
Version: 1.0.2
Author: dev_alona

All css files are placed in /assets/css/ folder
*/
.header.leganto-header {
    top: 0px;
}
.blog-post .blog-item__share .a2a_kit a {
    display: inline-block;
    margin-right: 10px;
}
.filters-form .form-search__result.open ul {
    height: auto;
}
.webinar-list .webinar-label.series a , .webinar-list .webinar-label.series a:hover{
    color: var(--white);
}
.banner__video img{
    width: 100%;
}
.main-content .webinar-list .webinar-event__edit{
    display:none;
}
.main-content .webinar-list .webinar-event__edit.active{
    display:flex;
}
.errorselect .select2 .select2-selection--single {
    border: 1px solid red!important;
}

.errorselect {
    display: flex;
    flex-direction: column;
}

.webinar-item__edit-time .errorselect__title {
    display: none;
}

.webinar-item__edit-time.errorselect .errorselect__title { 
    display: block;
    width: 100%;
    color: red;
    margin-bottom: 10px;
    font-size: 14px;
}
.blog-new-filter .form-fields .filter-block span {
    opacity: 0;
    color: var(--black);
    font-family: var(--new-font-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 172.5%;
    text-decoration-line: underline;
}

.blog-new-filter .form-fields .filter-block.active span {
    opacity: 1;
    color: var(--black);
}
.blog-new-filter .form-fields .filter-block .clearselect_posts {
    color: var(--black);
    font-family: var(--new-font-family);
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 172.5%;
    text-decoration-line: underline;
}
.blog-new .search-input .searchfieldposts {
    font-family: var(--new-font-family);
    background-color: #F2F2F2;
    height: 1.406vw;
    padding: 0.26vw 0.521vw 0.26vw 1.51vw;
    font-size: 0.469vw;
    font-weight: 400;
    line-height: 1.77;
    letter-spacing: 0.01em;
    border: none;
    outline: none;
    width: 11.771vw;
}
.loading{
    opacity: 0.5;
}
