.entries-wrapper { display: none; }
.entries-wrapper:first { display: block !important; }
.dates-wrapper { width: 100%; }
.date-wrapper { cursor: pointer; width: 100%; }
.empty-state_wrapper { height: 30rem; }
.entry_open { transition: 0.5s ease; }
/* .date-bar { position: relative; } */
.dropdown-filter-elements-form { display: none; }
.filter-dropwdown { display: none; }
#filter-mobile-form { display: none; }
.form-mobile-filter { display: inline-block; width: 100%;}
.form-mobile-filter .filter-field {
    padding-top: 10px;
    padding-bottom: 10px;
}
.button_under {
    background: #000;
    position: relative;
    bottom: -15px;
}
.button_under img {
    height: 15px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .filter-desktop { display: none; }
    .filter-dropwdown { display: block; }
    #filter-mobile-form { display: block; }
    .filter-bar {
        display: block;
    }
}
@media screen and (min-width: 767px) {
    .dropdown-filter-elements-form { display: none !important; }
    #filter-mobile-form { display: none !important; }
}
/*
@media screen and (max-width: 767px){
.entries-wrapper .single-entry:first-child .entries_wrapper {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
}
}
	*/
.date-bar {position: relative;}
.date-bar:before {
content: "";
width: 50px;
	height:100%;
	position: absolute;
	top: 0px;
	right: 0px;
	
	background-image: url("../images/chevron-right.svg"), linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);;
	background-position: center center;
	background-repeat: no-repeat;

	pointer-events: none;
}

a.entry_time.w-inline-block {
    position: relative;
}

.icon-3d:after {
    content: url(../images/3d.svg);
    position: absolute;
    top: 0;
    right: 15px;
}