.dashboard-page-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	min-width: 100%;
}

.carousel-of-images-wrapper {
	width: 100%;
	min-width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}

.content-wrapper {
	width: 95%;
	max-width: 1600px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.metaslider.ms-theme-cubic .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
	bottom: -32px !important;
}

.metaslider.ms-theme-cubic .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
	background-color: #63C2D0 !important;
}

.metaslider.ms-theme-cubic .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a,
.metaslider.ms-theme-cubic .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a:hover {
	border-color: #2a808d !important;
}

body .metaslider .flexslider .slides img {
	object-fit: cover;
}

@media (min-width: 1023) {
body .metaslider .flexslider .slides img {
	max-height: 70vh !important;
}
}


.metaslider .caption {
	padding: 8px 9% !important;
}

.metaslider .caption .single-post-title-wrapper {
	margin-bottom: 16px;
}

.metaslider-1097 img {
	height: auto !important;
}

.posts-page-wrapper {
	width: 100%;
/* 	max-width: 1600px; */
	padding-bottom: 2em;
}

.post-page-title-wrapper {
	display: flex;
	margin: 4% 1% 1% 1%;
	justify-content: center;
}

.post-page-title-wrapper h1 {
	text-align: center;
}

.post-page-subtitle-wrapper {
	margin: 1%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.post-page-subtitle-wrapper h2 {
	color: #223284;
	flex-grow: 1;
	text-align: center;
}

.post-page-content-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}

.post-page-content {
	min-width: 80%;
	/*width: 80%*/
	margin: 0 1% 0 1%;
}

.side-panel-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.side-panel-wrapper-desktop {
	display: none;
}

.side-panel-wrapper-mobile {
	margin: 24px 0;
}

.side-panel-wrapper .sidebar-ad {
	text-align: center;
	width: 100%;
	margin-bottom: 16px;
}

.sidebar-ad a img {
	box-shadow: 0 0 7px 2px #969696;
	object-fit: fill;
}

.post-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 30px;
	column-gap: 16px;
}

.post-item {
	width: 31.7%;
	min-width: 300px;
}

.post-image {
	width: 100%;
	height: 312px;
}

.post-image .wp-post-image {
	box-shadow: 0 0 7px 2px #969696;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.post-image img {
	box-shadow: 0 0 7px 2px #969696;
	width: 100%;
	max-height: 312px;
	object-fit: fill;
	object-position: top;
}

.post-title {
	margin: 4% 0 2% 0;
}

.post-excerpt {
	max-height: 208px; 
	width: 100%;
	margin: 2% 0 2% 0;
}

.post-excerpt p {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	word-break: break-word;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.post-divider {
	height: 3px;
	width: 100%;
	background-color: #969696;
}

.post-meta {
	margin: 2% 0 2% 0;
	font-family: Poppins, sans-serif;
  	font-size: 14px;
  	font-weight: 700;
	line-height: 21px;
	color: #63C2D0;
}

.see-all-button {
	color: #5D93C4;
	background-color: #F4FDFF;
	padding: 1em 3em 1em 3em;
	margin-top: 2em;
	letter-spacing: 3px;
}

.see-all-button:hover {
	color: #223284;
	background-color: #D8ECFF;
}

@media (min-width: 768px) {
	
	.content-wrapper {
		width: 80%;
	}
	
	.metaslider_image_link img {
		height: auto !important;
	}
	
	.metaslider .caption {
		padding: 16px 10% !important;
	}
	
	.post-page-content {
		width: 80%;
	}

	.post-page-title-wrapper h1 {
		font-size: 36px;
	}
	
	.post-list {
		display: flex;
		flex-wrap: wrap;
		row-gap: 30px;
	}
	
	.side-panel-wrapper-mobile {
		flex-direction: row;
		justify-content: center;
		row-gap: 30px;
		column-gap: 30px;
	}

	.calendar-wrapper {
		display: flex;
		flex-direction: column;
		width: 80%;
	}

}

@media (min-width: 1440px) {
	
	.metaslider .caption {
		padding: 24px 14% !important;
	}
	
	.post-page-title-wrapper h1 {
		font-size: 72px;
	}
	
	.post-page-subtitle-wrapper div {
		height: 16px;
		background-color: #969696;
		flex-grow: 5;
	}	
	
	.post-title {
		min-height: 108px;
	}
	
	.post-excerpt {
		max-height: 208px; 
		height: 208px;
		min-height: 208px;
		width: 100%;
	}
	
	.post-excerpt p {
		height: 100%;
    	overflow: hidden;
		text-overflow: ellipsis;
  		font-size: 18px;
		display: -webkit-box;
  		-webkit-box-orient: vertical;
  		-webkit-line-clamp: 8;
	}
	
	.post-image img {
		max-height: 700px;
	}
	
	body .metaslider .flexslider .slides img {
		object-fit: unset;
	}
	
	.side-panel-wrapper {
		margin-top: 22%;
		width: 20%;
	}
	
	.side-panel-wrapper-desktop {
		display: block;
	}
	
	.side-panel-wrapper-mobile {
		display: none;
	}
	
	.side-panel-wrapper .sidebar-ad a img {
		width: 100%;
	}

	.calendar-wrapper {
		width: 100%;
	}
}

.post-image-sponsored img {
	box-shadow: 0 0 7px 2px #969696;
	width: 100%;
	max-height: 700px;
	object-fit: fill;
	object-position: top;
}
.post-item-sponsored {
	width: 31.7%;
	min-width: 300px;
}
