
.event-mkbid-banner {
    background-image: url('https://images.unsplash.com/photo-1571645163064-77faa9676a46?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    height: 400px;

}
.event-background{
    background: rgba(0,0,0,0.3);
}
.event-mkbid-content {
    display: table;
    padding-top: 80px;
    width: 100%;

}

.text-event-banner {
    color: white;
    filter: drop-shadow(2px 4px 6px black);
    text-align: center;
    font-size: 60px;
    margin-top: 60px;
}
.wrap-banner-event-mkbid {
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
    margin-top: 100px;
}

.text-event-mkbid-banner {
    color: white;
    filter: drop-shadow(2px 4px 6px black);
}

.wrapper-banner-events:before{
    background: #0e437b54 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.start-post-top {
    margin-top: 30px !important;
}
.wrapper-new-post {
    box-shadow: unset !important;
    margin-top: 30px !important;
    height: 180px !important;
    margin-bottom: unset !important;
}
.wrap-events {
}

.wrap-banner-events:before{
    padding: 30px;
}

.page-banner-cont{
    position: relative;
    z-index: 5;
    text-align: center;
}

.page-banner-cont h2 {
    font-size: 32px;
    color: #fff;
    padding-top: 15px;
    margin: 0;
}

.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
    margin-bottom: 2px;
}

.page-banner-cont .breadcrumb .breadcrumb-item {
    color: #ffc600;
    font-size: 18px;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
    margin-bottom: 2px;
}

.page-banner-cont .breadcrumb .breadcrumb-item a {
    color: #fff;
}

.page-banner-cont .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    content: "/";
    font-size: 18px;
    padding-right: 5px;
}

.single-event-list {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.single-event-list .event-thum {
    width: 38%;
}

.single-event-list .event-thum img {
    width: 100%;
    border-radius: 5px;
}

.single-event-list .event-cont {
    width: 62%;
    padding-left: 30px;
    font-size: 12px;
    line-height: 26px;
}

.single-event-list .event-cont a h4 {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 16px;
    transition: all 0.4s linear;
    margin: 0;
}

.single-event-list .event-cont a:hover h4 {
    color: #009fe3;
}

.single-event-list .event-cont span {
    font-size: 12px;
    color: #8a8a8a;
    margin-right: 20px;
}

.single-event-list .event-cont span.badge {
    color: #fff;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
}

.single-event-list .event-cont span i {
    color: #019fe4;
    margin-right: 3px;
}

.single-event-list .event-cont p {
    font-size: 12px;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
    line-height: 18px;
    color: #505050;
    margin: 0px;
}

.single-event-list .event-cont a {
    display: block;
}

.page-banner-cont nav ol {
    background: no-repeat;
    justify-content: center;
}

.wrap-banner-events {
    padding: 30px;
}

nav.courses-pagination ul.pagination li a {
    border-radius: 50%;
    background: #fff;
    color: #999;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s linear;
}

nav.courses-pagination ul.pagination li a:hover, .wrap-month-filter .list-months button:hover {
    color: #019fe4;
}

.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/**filtres**/
.wrapper-filter {
    position: sticky;
    top: 61px;
    width: 100%;
    z-index: 2;
}

.wrapper-filter .wrap-filter .container .row{
    background: linear-gradient(180deg,#fff,#ececec);
    padding: 30px;
    margin: 0;
    margin-top: -50px;
    z-index: 999999;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* position: sticky; */
    border-radius: 5px;
}

.wrap-form-filter {
    width: 100%;
}

.wrap-form-filter .wrap-auto-field {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.wrap-auto-field .auto-field {
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 50px;
    background-color: #fff;
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    align-items: center;
    width: 45%;
    margin-right: 15px;
}

.wrap-auto-field .auto-field input{
    border: none;
    color: #999;
    font-size: 12px;
    font-family: 'Fira Sans Bold', Arial, sans-serif;
    width: 100%;
    height: 40px;
    background: none;
}

.wrap-select-field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.select-field {
    position: relative;
    margin-right: 15px;
}


.select-field button {
    position: relative;
    background-color: #fff;
    border: 1px solid /* rgb(221 221 221) */ #dddddd /* #2d2d2d */;
    border-radius: 50px;
    color: #3c3c3c;
    padding: 5px 15px;
    text-align: left;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: 0;
}

.select-field button.close-btn{
    width: max-content;
    background: #019fe4 !important;
    border-color: #019fe4 !important;
    outline: 0 !important;
    color: #fff !important;
}

.select-field .dropdown-menu li label {
    cursor: pointer;
    padding-left: 5px;
}

.select-field .dropdown-menu .submit-checkbox-filter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px !important;
}

.wrap-auto-field .auto-field label{
    margin: 0;
    display: flex;
    justify-content: center;
}

.submit-form-filter {
    display: inline-block;
    border: 2px solid #019fe4;
    border-radius: 50px;
    padding: 1px 18px;
    background: #019fe4;
    /* margin-left: 15px; */
}

.submit-form-filter input {
    padding: 0;
    background: inherit;
    color: #fff;
    border: navajowhite;
}

.wrap-month-filter .list-months button {
    border: 0;
    background: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-month-filter {
}

.list-months {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-month-filter .list-months input {
    font-weight: 800;
    font-size: 32px;
    text-transform: capitalize;
    background: none;
    color: #000;
}

.wrap-month-filter .list-months button span i {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    margin: 0 20px;
}

.wrap-month-filter .list-months button span {
    font-size: 18px;
}

.wrapper-month-filter {
    margin-top: 30px;
}

.wrap-filter-month-value{
    margin: 0 30px;
}