/*
 * BLOG POST
*/

.mba-updates-slider-item {
	display: flex;
	flex-direction: column;
	padding: 0;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
	height: 100%;
}

.mba-updates-slider-text {
	/*flex-grow: 1;*/
	padding: 1.4em 1.79em 1.8em;
	background: #7BA1AB;
	color: #fff;
	min-height: 8em;
}

.mba-updates-slider-img {
	flex-grow: 1;
	display: flex;
	align-items: center;
	max-height: 20em;
}

.mba-updates-slider-img img {
	display: block;
	width: 100%;
	max-height: 100%;
	object-fit: cover;
	object-position: top;
}

.mba-updates-slider-text-top {
	display: flex;
	margin-bottom: 0.8em;
	font-family: Mulish;
	font-size: 0.57em;
	line-height: 2;
	color: #FFF;
}

.mba-updates-slider-data {
	display: flex;
	align-items: center;
	margin-right: 2.5em;
}

.mba-updates-slider-bottom {
	font-family: Mulish;
	font-weight: 800;
	font-size: 0.86em;
	line-height: 1.38;
	color: #FFFFFF;
}

.mba-updates-slider-data svg {
	margin-right: 0.5em;
}

.mba-updates-slider-item:hover {
	text-decoration: none;
}

.events-slider-top-datetime {
	display: flex;
	align-items: center;
	margin-bottom: 0.4em;
}

.events-slider-top-location {
	display: flex;
	align-items: center;
	margin-bottom: 0.7em;
}

.events-slider-top svg {
	margin-right: 0.5em;
}

.events-slider-top {
	font-family: Mulish;
	font-size: 0.66em;
	line-height: 1.66;
}

.events-slider-top-time {
	margin-left: 0.5em;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1310px) { 
	
}

@media (max-width: 1199px){
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.post.type-post {
		margin-bottom: 1.3em;
	}

	.mba-updates-slider-text {
		padding: 1.4em 26px;
	}
}