.ad-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
}

.ad-container ins.adsbygoogle {
	display: block;
	margin: 0 auto;
}

#fiverAd {
	margin-top: 5rem;
}

#sort-buttons-container {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding-bottom: 2.5%;
}

.filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 20px;
}

.filter-btn {
	background-color: #0090c5;
	color: white;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	width: 23%;
	font-size: 1rem;
	text-align: center;
	transition: background-color 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
	background-color: #0056b3;
}

.filter-btn:focus {
	outline: 2px solid #0056b3;
	outline-offset: 2px;
}

#food-drink-submenu {
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

select#category-select,
select#food-style-select {
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	max-width: 300px;
	font-size: 1em;
}

button.filter-btn.apply {
	width: 50% !important;
}

#eventsCarousel {
	max-width: 600px;
	margin: 0 auto;
}

#eventsCarousel img {
	height: 300px;
	object-fit: cover;
}

.carousel-caption {
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	max-width: 80%;
	margin: 0 auto;
}

.carousel-caption h5 {
	font-size: 1.2rem;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
	color: rgb(255, 255, 255);
}

.carousel-caption a {
	margin-top: 5px;
}

#events-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	padding: 20px;
}

.wpem-event-box-col {
	flex: 1 1 calc(30% - 20px);
	min-width: 280px;
	box-sizing: border-box;
}

.wpem-event-box-col {
	padding: 5px;
}

.wpem-event-layout-wrapper {
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
	background-color: #fff;
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.wpem-event-layout-wrapper:hover {
	transform: scale(1.02);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.wpem-event-banner {
	position: relative;
	overflow: visible;
}

.wpem-event-banner-img {
	background: none;
	padding: 0;
	position: relative;
	overflow: visible;
}

.wpem-event-banner-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.wpem-event-date {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	text-align: center;
	z-index: 10;
	opacity: 1;
	visibility: visible;
	transition: none;
}

.wpem-event-date .wpem-date {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}

.wpem-event-date .wpem-month {
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 5px;
	display: block;
	line-height: 1;
}

/* Event Information Section */
.wpem-event-infomation {
	padding: 15px;
}

.wpem-event-title h3 {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 0 10px;
	color: #333;
}

.wpem-event-date-time {
	font-size: 1.25rem;
	color: #666;
	margin-bottom: 5px;
}

.wpem-event-location {
	font-size: 21.25rem;
	color: #888;
	margin-bottom: 10px;
}

/* Free/Paid Tag */
.wpem-event-ticket-type {
	font-size: 2rem;
	color: #fff;
	background-color: #28a745;
	display: inline-block;
	padding: 3px 8px;
	border-radius: 4px;
}

.wpem-event-ticket-type.Free {
	background-color: #28a745;
}

.wpem-event-ticket-type.Paid {
	background-color: #dc3545;
}

.button.secondary {
	background: #f1f1f1;
	background: rgb(216 207 207);
	color: #444;
}

.card-small-text {
	font-size: 0.85em !important;
}

.bio {
	font-style: italic;
}

.toast-container .toast {
	font-size: 25px;
	background-color: #afaba8;
	color: rgb(0, 0, 0);
}

.toast-header {
	background-color: #000000;
	color: rgb(0, 0, 0);
}

.toast-header img {
	width: 50px;
	height: auto;
}

.toast-body input.form-control {
	max-width: 90%;
}

.me-auto {
	color: #fff;
}

p.filmEvents {
	margin-bottom: .2em;
}

/*Articles Settings*/
#recent-articles-container {
	display: flex;
	flex-wrap: wrap;
}

#recent-articles-container .col-4 {
	/* flex: 1 1 33%; */
	box-sizing: border-box;
	padding: 10px;
}

ul#older-articles-container {
	list-style: none;
}

/* Dates */

ul.dates {
	list-style: none;
	padding-left: 0;
}

ul.dates li {
	position: relative;
	border-top: solid 1px #ddd;
	padding: 1.3em 0 1.3em 6.75em;
}

ul.dates .date {
	display: block;
	position: absolute;
	left: 0;
	top: 1.3em;
	background-color: #d52349;
	height: 3.5em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0.5em 0.75em 0 1em;
}

ul.dates .date:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1.2em;
	border-left: solid 1.25em #d52349;
	border-top: solid 1.8em transparent;
	border-bottom: solid 1.8em transparent;
}

ul.dates .date strong {
	display: block;
	font-size: 1.25em;
	padding-top: 0.15em;
}

ul.dates h3 {
	font-size: 1.1em;
}

ul.dates p {
	margin: 0;
}

ul.dates li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.dates li:first-child .date {
	top: 0;
}

/* Spotlight */

.spotlight {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 2em 0;
}

.spotlight .image {
	width: 30%;
	border-radius: 100%;
	margin: 0 1em 0 0;
	display: block;
}

.spotlight .image img {
	display: block;
	border-radius: 10%;
	width: 100%;
}

.spotlight .content {
	width: 70%;
}

.spotlight .content> :last-child {
	margin-bottom: 0;
}

.spotlight:nth-child(2n) {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.spotlight:nth-child(2n) .image {
	margin: 0 0 0 1em;
}

.spotlight:nth-child(2n) .content {
	text-align: right;
}

@media screen and (max-width: 736px) and (orientation: landscape) {

	.spotlight .image {
		margin: 0 2em 0 0;
	}

	.spotlight:nth-child(2n) .image {
		margin: 0 0 0 2em;
	}

}

@media screen and (max-width: 736px) and (orientation: portrait) {

	.spotlight {
		-moz-flex-direction: column !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.spotlight .image {
		width: 100%;
		max-width: 60%;
		margin: 0 0 2em 0 !important;
	}

	.spotlight .content {
		width: 100%;
		text-align: center !important;
	}
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 1.5em 0 0;
}

ul.icons li:last-child {
	padding-right: 0 !important;
}

ul.icons li .icon:before {
	font-size: 1.75rem;
}

ul.icons.major li {
	padding: 0 2.5em 0 0;
}

ul.icons.major li .icon:before {
	font-size: 2.75rem;
}

@media screen and (max-width: 736px) {

	ul.icons.major li {
		padding: 0 1.25em 0 0;
	}

	ul.icons.major li .icon:before {
		font-size: 1.75rem;
	}

}

ul.icons.labeled li {
	margin: 1em 0;
	padding: 0 2em 0 0;
}

ul.icons.labeled li .icon:before {
	vertical-align: middle;
	font-size: 2.25rem;
	margin-right: 0.5em;
}

ul.icons.labeled li .icon .label {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
}

@media screen and (max-width: 736px) and (orientation: portrait) {

	ul.icons.labeled {
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		display: inline-block;
		white-space: nowrap;
	}

	ul.icons.labeled li {
		display: block;
		padding: 0;
		margin: 1.5em 0 0 0;
	}

	ul.icons.labeled li .icon:before {
		width: 1.5em;
		display: block;
		float: left;
		margin-right: 0;
	}

	ul.icons.labeled li .icon:after {
		content: '';
		display: block;
		clear: both;
	}

	ul.icons.labeled li:first-child {
		margin-top: 0;
	}

}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

section.special,
article.special {
	text-align: center;
}

/*Randomizer*/
.location-suggestion {
	font-size: 24px;
	/* Larger font size */
	color: #4CAF50;
	/* Vibrant color, e.g., tomato red */
	font-weight: bold;
	/* Bold font for emphasis */
	text-align: center;
	/* Center alignment to make it stand out */
	padding: 20px;
	/* Padding for better spacing */
	background-color: #fffbea;
	/* Light background to make the text pop out */
	border-radius: 10px;
	/* Rounded corners */
	border: 1px solid #4CAF50;
	/* Border color matching the text */
	margin-top: 20px;
	/* Space above the text */
}

#submitSurvey {
	background-color: #0d6efd;
	/* Green background for the button */
	color: white;
	/* White text */
	font-weight: bold;
	/* Bold text */
	border: none;
	/* No border */
	padding: 10px 20px;
	/* Padding for a bigger button */
	border-radius: 5px;
	/* Rounded corners */
	box-shadow: 0 4px #999;
	/* Add a shadow for a 3D effect */
}

#submitSurvey:hover {
	background-color: #0d6efd;
	/* Darker shade on hover */
}

#suggestLocation {
	background-color: #0d6efd;
	/* Green background for the button */
	color: white;
	/* White text */
	font-weight: bold;
	/* Bold text */
	border: none;
	/* No border */
	padding: 10px 20px;
	/* Padding for a bigger button */
	border-radius: 5px;
	/* Rounded corners */
	box-shadow: 0 4px #999;
	/* Add a shadow for a 3D effect */
}

#suggestLocation:hover {
	background-color: #0d6efd;
	/* Darker shade on hover */
}

#submitNewsletter {
	background-color: #0d6efd;
	/* Green background for the button */
	color: white;
	/* White text */
	font-weight: bold;
	/* Bold text */
	border: none;
	/* No border */
	padding: 10px 20px;
	/* Padding for a bigger button */
	border-radius: 5px;
	/* Rounded corners */
	box-shadow: 0 4px #999;
	/* Add a shadow for a 3D effect */
}

#submitNewsletter:hover {
	background-color: #0d6efd;
	/* Darker shade on hover */
}

.righAlignButton {
	padding: 20px;
}

/*Hear from you*/
section#fourth {
	margin-top: 5em;
}

#fourth {
	background-color: white;
	/* Sets the background color to white */
	border-top: 2px solid #ccc;
	/* Adds a light gray line at the top */
	border-bottom: 2px solid #ccc;
	padding-top: 20px;
	/* Adds some space above the content inside the section */
}

/* Ensure that the container inside has no background or border styles that override */
#fourth .container {
	background-color: transparent;
	border: none;
}

/*Image.Thumb*/
.image.thumb {
	text-align: center;
}

.image.thumb:after {
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	border-radius: 0.35em;
	border: solid 3px rgba(255, 255, 255, 0.5);
	color: #fff;
	content: 'View';
	display: inline-block;
	font-size: 0.8em;
	font-weight: 400;
	left: 50%;
	line-height: 2.25em;
	margin: -1.25em 0 0 -3em;
	opacity: 0;
	padding: 0 1.5em;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 50%;
	white-space: nowrap;
}

.image.thumb:hover:after {
	opacity: 1.0;
}

.image.thumb:hover:before {
	background: url("images/overlay.png"), url("images/overlay.png");
	opacity: 1.0;
}

/* Touch */

body.is-touch .image.thumb:before {
	opacity: 0.5 !important;
}

body.is-touch .image.thumb:after {
	display: none !important;
}

/* Work Item */

.work-item {
	margin: 0 0 2em 0;
}

.work-item .image {
	margin: 0 0 1.5em 0;
}

.work-item h3 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
}

.work-item p {
	font-size: 1.15em;
	line-height: 1.5em;
	margin: 0;
}

/* Posts */

ul.posts {
	list-style: none;
	padding: 0;
}

ul.posts li {
	border-top: dotted 1px rgba(160, 160, 160, 0.3);
	margin: 1.5em 0 0 0;
	padding: 1.5em 0 0 0;
}

ul.posts li:first-child {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

ul.posts article {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: -moz-flex-start;
	-webkit-align-items: -webkit-flex-start;
	-ms-align-items: -ms-flex-start;
	align-items: flex-start;
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

ul.posts article .image {
	display: block;
	margin-right: 1.5em;
	min-width: 4em;
	width: 15em;
}

ul.posts article .image img {
	width: 100%;
}

ul.posts article header {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex: 1;
	flex: 1;
}

ul.posts article header h3 {
	font-size: 2em;
	margin-top: 0.125em;
}

ul.posts article header .published {
	display: block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.25em;
	margin: -0.625em 0 1.7em 0;
	text-transform: uppercase;
}

ul.posts article header> :last-child {
	margin-bottom: 0;
}

/* Mini Post */

.mini-post {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	background: #ffffff;
	border: solid 1px rgba(160, 160, 160, 0.3);
	margin: 0 0 2em 0;
}

.mini-post .image {
	overflow: hidden;
	width: 100%;
}

.mini-post .image img {
	-moz-transition: -moz-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 100%;
}

.mini-post .image:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.mini-post header {
	padding: 1.25em 4.25em 0.1em 1.25em;
	min-height: 4em;
	position: relative;
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.mini-post header h3 {
	font-size: 0.7em;
}

.mini-post header .published {
	display: block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.25em;
	margin: -0.625em 0 1.7em 0;
	text-transform: uppercase;
}

.mini-post header .author {
	position: absolute;
	right: 2em;
	top: 2em;
}

.mini-posts {
	margin: 0 0 2em 0;
}

@media screen and (max-width: 1280px) {

	.mini-posts {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% + 2em);
	}

	.mini-posts>* {
		margin: 2em 2em 0 0;
		width: calc(50% - 2em);
	}

	.mini-posts> :nth-child(-n + 2) {
		margin-top: 0;
	}

}

@media screen and (max-width: 480px) {

	.mini-posts {
		display: block;
		width: 100%;
	}

	.mini-posts>* {
		margin: 0 0 2em 0;
		width: 100%;
	}

}

/* Post */

.post {
	padding: 3em 3em 1em 3em;
	background: #ffffff;
	border: solid 1px rgba(160, 160, 160, 0.3);
	margin: 0 0 3em 0;
	position: relative;
}

.post>header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: solid 1px rgba(160, 160, 160, 0.3);
	left: -3em;
	margin: -3em 0 3em 0;
	position: relative;
	width: calc(100% + 6em);
}

.post>header .title {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 3.75em 3em 3.3em 3em;
}

.post>header .title h2 {
	font-weight: 900;
	font-size: 1.5em;
}

.post>header .title> :last-child {
	margin-bottom: 0;
}

.post>header .meta {
	padding: 3.75em 3em 1.75em 3em;
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	min-width: 17em;
	text-align: right;
	width: 17em;
}

.post>header .meta>* {
	margin: 0 0 1em 0;
}

.post>header .meta> :last-child {
	margin-bottom: 0;
}

.post>header .meta .published {
	color: #3c3b3b;
	display: block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 800;
	letter-spacing: 0.25em;
	margin-top: 0.5em;
	text-transform: uppercase;
	white-space: nowrap;
}

.post>a.image.featured {
	overflow: hidden;
}

.post>a.image.featured img {
	-moz-transition: -moz-transform 0.2s ease-out;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
}

.post>a.image.featured:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.post>footer {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.post>footer .actions {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
}

.post>footer .stats {
	cursor: default;
	list-style: none;
	padding: 0;
}

.post>footer .stats li {
	border-left: solid 1px rgba(160, 160, 160, 0.3);
	display: inline-block;
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 1;
	margin: 0 0 0 2em;
	padding: 0 0 0 2em;
	text-transform: uppercase;
}

.post>footer .stats li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

.post>footer .stats li .icon {
	border-bottom: 0;
}

.post>footer .stats li .icon:before {
	color: rgba(160, 160, 160, 0.3);
	margin-right: 0.75em;
}

@media (min-width: 1024px) {
	.filter-btn {
		width: 23% !important;
	}
}

@media screen and (max-width: 1024px) {
	.filter-btn {
		width: 23% !important;
	}

	.wpem-event-box-col {
		flex: 1 1 calc(45% - 20px);
	}
}

@media (min-width: 980px) {
	.filter-buttons {
		justify-content: start;
	}

	.filter-btn {
		font-size: 0.75rem !important;
		width: 23% !important;
	}
}

@media screen and (max-width: 980px) {

	.post {
		border-left: 0;
		border-right: 0;
		left: -3em;
		width: calc(100% + (3em * 2));
	}

	.post>header {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 3.75em 3em 1.25em 3em;
		border-left: 0;
	}

	.post>header .title {
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 0 0 2em 0;
		padding: 0;
		text-align: center;
	}

	.post>header .meta {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		border-left: 0;
		margin: 0 0 2em 0;
		padding-top: 0;
		padding: 0;
		text-align: left;
		width: 100%;
	}

	.post>header .meta>* {
		border-left: solid 1px rgba(160, 160, 160, 0.3);
		margin-left: 2em;
		padding-left: 2em;
	}

	.post>header .meta> :first-child {
		border-left: 0;
		margin-left: 0;
		padding-left: 0;
	}

	.post>header .meta .published {
		margin-bottom: 0;
		margin-top: 0;
	}

	.post>header .meta .author {
		-moz-flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 0;
	}

	.post>header .meta .author .name {
		margin: 0 0 0 1.5em;
	}

	.post>header .meta .author img {
		width: 3.5em;
	}

	.filter-btn {
		font-size: 0.75rem !important;
		width: 23% !important;
	}

}

@media (min-width: 768px) {
	.filter-buttons {
		justify-content: start;
	}

	.filter-btn {
		font-size: 0.75rem !important;
		width: 49%;
	}

	.wpem-event-box-col {
		padding: 5px;
	}

	.wpem-event-banner-img {
		background: none;
		padding: 0;
	}

	.wpem-event-title h3 {
		font-size: 1.25rem;
	}

	.wpem-event-date,
	.wpem-event-location,
	.wpem-event-date-time {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 768px) {

	.post {
		padding: 1.5em 1.5em 0.1em 1.5em;
		left: -1.5em;
		margin: 0 0 2em 0;
		width: calc(100% + (1.5em * 2));
	}

	.post>header {
		padding: 3em 1.5em 0.5em 1.5em;
		left: -1.5em;
		margin: -1.5em 0 1.5em 0;
		width: calc(100% + 3em);
	}

	.post>header .title h2 {
		font-size: 1.1em;
	}

	.filter-btn {
		font-size: 0.75rem !important;
		width: 49% !important;
	}

	.wpem-event-box-col {
		flex: 1 1 calc(100% - 20px);
	}

}

@media screen and (max-width: 480px) {

	.post>header .meta {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.post>header .meta>* {
		border-left: 0;
		margin: 1em 0 0 0;
		padding-left: 0;
	}

	.post>header .meta .author .name {
		display: none;
	}

	.post>.image.featured {
		margin-left: -1.5em;
		margin-top: calc(-1.5em - 1px);
		width: calc(100% + 3em);
	}

	.post>footer {
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		-moz-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.post>footer .stats {
		text-align: center;
	}

	.post>footer .stats li {
		margin: 0 0 0 1.25em;
		padding: 0 0 0 1.25em;
	}

	.filter-btn {
		font-size: 0.75em !important;
		width: 100% !important;
	}

	.wpem-event-box-col {
		flex: 1 1 100%;
	}

}