@media screen and (max-width: 1023.98px) {
    .article-list .article-wrapper .article-excerpt{
        display: inline-block;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0px;
    }
    .article-list .article-wrapper img{
        display: none;
    }

    .article-list .article-wrapper img.article-image-mobile{
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .container{
        padding: 0px 20px;
    }

    .listing-page-title .filter_btn{
        background-image: url("../img/filter.svg");
        width: 50px;
        height: 50px;
        position: absolute;
        top: 15px;
        right: 20px;
        display: none;
    }

    .listing-page-title p,
    .listing-page-title h1 {
        margin-bottom: 0px;
        line-height: 80px;
        font-family: 'Source Serif Pro', serif;
        font-weight: 600;
        font-size: 32px;
        color: #263c87;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 80px);
        padding-left: 20px;
    }

    .listing-page-title{
        display: inline-block;
        width: 100%;
        background: #f7f7f7;
        position: relative;
        margin-bottom: 50px;
    }

    .event-filter{
        display: none;
        background: rgba(0,0,0, 0.4);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        z-index: 10;
        display: none !important;
    }

    .event-filter .container{
        background: #FFF;
        width: calc(100% - 20px);
        height: calc(100vh - 100px);
        margin-top: 100px;
    }

    .article-list .article-wrapper .event-date{
        display: none;
    }

    .article-list .article-wrapper .event-date-mobile{
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 22px;
        line-height: 22px;
        color: #FFF;
        background: #00aeef;
        padding: 20px 20px;
        display: inline-block;
        border-radius: 5px;
        position: absolute;
        bottom: 0px;
        right: 0px;
        box-sizing: border-box;
        width: 85px;
        text-transform: uppercase;
    }

    .article-list .article-wrapper a{
        text-decoration: none;
        position: relative;
    }

    .event-filter a.backlink-btn{
        display: inline-block;
        vertical-align: middle;
        width: 170px;
        line-height: 18px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #e1261e;
        text-decoration: none;
        text-align: right;
        position: absolute;
        padding-right: 30px;
        bottom: 10px;
        right: 30px;
    }

    .event-filter .filter-wrapper {
        margin-right: 100px;
        display: block;
        position: relative;
        vertical-align: middle;
    }

    .event-filter ul {
        vertical-align: middle;
        width: auto;
        display: block;
    }

    .filter-title-mobile{
        position: relative;
        display: block;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 80px;
        color: #263c87;
    }

    .filter-title-mobile .filter_icon{
        background-image: url("../img/filter.svg");
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .filter-title-mobile .filter_close_btn{
        background-image: url("../img/cancel.svg");
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: 0px;
        top: 20px;
    }

    .event-filter .filter-wrapper .filter-type-toggler{
        line-height: 18px;
        font-family: 'Inter', sans-serif;
        font-weight: 500;
        font-size: 16px;
        color: #2b303c;
        text-decoration: none;
        position: relative;
        text-transform: uppercase;
        margin: 20px 0px 10px;
        display: inline-block;
    }

    .event-filter .filter-wrapper .filter-type-toggler::after{
        display: none;
    }

    .event-filter .filter-wrapper.active .filter-type-toggler::after{
        display: none;
    }

    .event-filter ul li a{
        line-height: 18px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #2b303c;
        text-decoration: none;
        padding: 10px 0px;
        display: inline-block;
        width: 100%;
        transition: all .3s linear;
        box-sizing: border-box;
        text-decoration: unset;
    }

    .event-filter ul li a.active{
        text-decoration: underline;
    }

    .event-filter ul li a:hover{
    }
}

.container{
    box-sizing: border-box;
    font-size: 0px;
}

@media screen and (min-width: 1024px) {
    .article-list .article-wrapper img.article-image-mobile{
        display: none;
    }

    .listing-page-title {
        display: inline-block;
        width: 100%;
        background: #FFF;
        text-align: center;
    }

    .listing-page-title p,
    .listing-page-title h1 {
        margin-bottom: 0px;
        line-height: 110px;
        font-family: 'Source Serif Pro', serif;
        font-weight: 600;
        font-size: 32px;
        color: #263c87;
    }

    .event-filter {
        background: #f7f7f7;
        padding: 20px 0px;
        border-top: 1px solid #e1e1e1;
        box-sizing: border-box;
        font-size: 0px;
        display: inline-block;
        width: 100%;
        margin-bottom: 50px;
        display: none;
    }

    .event-filter a.backlink-btn{
        display: inline-block;
        vertical-align: middle;
        width: 170px;
        line-height: 18px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #e1261e;
        text-decoration: none;
        text-align: right;
        position: relative;
        padding-right: 30px;
        float: right;
    }

    .event-filter .filter-wrapper .filter-type-toggler{
        line-height: 18px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #2b303c;
        text-decoration: none;
        position: relative;
    }

    .event-filter .filter-wrapper .filter-type-toggler::after{
        content: '›';
        display: inline-block;
        transform: rotate(90deg);
        position: absolute;
        right: -20px;
    }

    .event-filter .filter-wrapper.active .filter-type-toggler::after{
        content: '›';
        display: inline-block;
        transform: rotate(-90deg);
        position: absolute;
        right: -20px;
    }
}

.event-filter .filter-wrapper.active ul{
    display: block;
}

.event-filter ul li{
    display: block;
    box-sizing: border-box;
    position: relative;
    min-width: 200px;
}

.event-filter a.backlink-btn:hover:after{
    right: 0px;
}
.event-filter a.backlink-btn:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url("../../assets/img/arrow-right-red.svg");
    background-size: contain;
    right: 5px;
    transition: all .3s linear;
}

.article-list .article-wrapper{
    margin-bottom: 40px;
    box-sizing: border-box;
    font-size: 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 40px;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .filter-title-mobile{
        display: none;
    }

    .event-filter ul{
        vertical-align: middle;
        width: auto;
        position: absolute;
        background-color: #f7f7f7;
        left: -20px;
        top: 40px;
        display: none;
        z-index: 1;
    }

    .event-filter .filter-wrapper{
        margin-right: 100px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .article-list .article-wrapper .event-date{
        text-align: center;
        font-family: 'Inter', sans-serif;
        font-size: 22px;
        line-height: 22px;
        color: #FFF;
        background: #00aeef;
        padding: 20px 20px;
        display: inline-block;
        border-radius: 5px;
        position: absolute;
        top: -10px;
        left: 200px;
        box-sizing: border-box;
        width: 85px;
        text-transform: uppercase;
    }

    .article-list .article-wrapper img {
        display: inline-block;
        vertical-align: top;
        width: 315px;
        height: auto;
        border-radius: 10px;
    }

    .article-list .article-wrapper .article-excerpt {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 315px);
        box-sizing: border-box;
        padding-left: 50px;
    }

    .listing-page-title .filter_btn{
        display: none;
    }

    .article-list .article-wrapper a{
        text-decoration: none;
    }

    .event-filter ul li a{
        line-height: 18px;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #2b303c;
        text-decoration: none;
        padding: 10px 20px;
        display: inline-block;
        width: 100%;
        transition: all .3s linear;
        box-sizing: border-box;
    }

    .event-filter ul li a.active{
        background-color: #e9e9e9;
    }

    .event-filter ul li a:hover{
        background-color: #e9e9e9;
    }
}

.article-list .article-wrapper a h3{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #263c87;
    margin-bottom: 15px;
    transition: all .3s linear;
}
.article-list .article-wrapper .fix-a h3{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #263c87;
    margin-bottom: 15px;
    transition: all .3s linear;
}
.article-list .article-wrapper a:hover h3{
    text-decoration: underline;
}
.article-list .article-wrapper a h2 {
    font-family: 'Source Serif Pro', serif;
    font-weight: 500;
    font-size: 24px;
    color: #2b303c;
    margin-bottom: 20px;
    transition: all .3s linear;
}

.article-list .article-wrapper .fix-a h2 {
    font-family: 'Source Serif Pro', serif;
    font-weight: 500;
    font-size: 24px;
    color: #2b303c;
    margin-bottom: 20px;
    transition: all .3s linear;
}

.article-list .article-wrapper a:hover h2{
    text-decoration: underline;
    color: #263c87;
}
.article-list .article-wrapper p{
    margin-bottom: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #2b303c;
}

.past-event {
    display:inline-block;
    margin-bottom:20px;
    background-color: #e1261e;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    border-radius: 5px;
    padding:5px;
    color: #fff;
}
@media (min-width: 1024px) {
    .past-event {
        position: absolute;
        top: -5px;
        left: -5px;
    }
}

.load_more{
    color: #e1261e;
    font-size: 24px;
    line-height: 60px;
    width: 100%;
    display: none;
    text-align: center;
    font-family: 'Inter', sans-serif;
    cursor:pointer;
    transition: all .3s linear;
}

.load_more:hover{
    background: #f7f7f7;
}

.button-to-other-events {
    font-family: 'Inter',sans-serif;
    font-size: 2.5rem;
    margin: 50px 0 0;
    text-align: center;
}
.button-to-other-events a {
    color: #00aeef;
    font-weight: bold;
    text-decoration: none;
}
.button-to-other-events a:hover,
.button-to-other-events a:focus {
    text-decoration: underline;
}

@media screen and (max-width: 1023.98px){
    .button-to-other-events {
        font-size: 1.5rem;
        margin: 30px 0 0;
    }
}

body.page-template-events_template .footer,
body.tax-events_tags .footer {
    margin-top: 90px;
}

@media screen and (max-width: 1023.98px){
    body.page-template-events_template .footer,
    body.tax-events_tags .footer {
        margin-top: 50px;
    }
}