.fuelm-posts-widget .card {
	border: none;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.fuelm-posts-widget .card-body {
	padding: 2rem;
}

.fuelm-posts-widget .card-title,
.fuelm-posts-widget .card-text {
	margin-bottom: 1.5rem;
}

.fuelm-posts-widget .card-date-month-last {
	color: white;
    text-transform: uppercase;
    font-family: 'rubik', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.fuelm-posts-widget .card-dates-container {
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px dashed;
	padding: 5px 10px;
	border-radius: 6px;
}

.fuelm-posts-widget .card-dates-wrapper {
	display: inline-block;
	background: black;
	padding: 5px;
	border-radius: 6px;
}

.fuelm-posts-widget .date-overlay {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	left: 0;
	padding: 1rem;
	display: none;
}

.fuelm-posts-widget .last-item .card-title {
	font-size: 2rem;
	font-family: 'rubik', sans-serif;
	font-weight: 500;
}

.fuelm-posts-widget .last-item .card-img-overlay {
	padding: 2rem;
}

.events-filter-wrapper {
	display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #E8E8E8;
    width: fit-content;
    margin-bottom: 30px;
}

.filter_events__title {
	margin-right: 20px;
    font-family: Rubik, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
}

#events_select_box {
	border: 1px solid #DEDEDE;
    font-family: Rubik, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.fuelm-full-width-post-widget .card {
	border-radius: 0;
	border: 0;
}

.fuelm-full-width-post-widget-content {
	max-width: 50%;
}

.fuelm-full-width-post-wrapper,
.fuelm-grid-custom-posts-wrapper,
.fuelm-grid-custom-posts-with-filters-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 9, 13, .3);
}

.fuelm-full-width-post-img-overlay {
	position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 5rem;
	padding-bottom: 4rem;
	border: 0;
	border-radius: 0;
}

.fuelm-grid-custom-posts,
.fuelm-grid-custom-posts-with-filters {
	height: calc(100% - 10px);
}

.fuelm-grid-custom-posts img,
.fuelm-grid-custom-posts-with-filters img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.fuelm-grid-custom-posts-img-overlay {
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
	border: 0;
	border-radius: 0;
}

.fuelm-grid-custom-posts-icon-button {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

@keyframes example {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}

.fuelm-filter-card,
.fuelm-filter-card .d-none {
	animation: example 1s linear;
	animation-fill-mode: forwards;
}

.opacity-100 {
	opacity: 1;
}

.opacity-0 {
	opacity: 0;
}

.events-filter-wrapper:last-child {
    margin-left: 20px !important;
}

.events-filters-container {
	display: flex;
}
