/* recent-events */
.pd-bbm-posts-list.recent-events .event-row {
	display: flex;
	margin: 2em 0;
}

.pd-bbm-posts-list.recent-events .date-container {
	background-color: #14B956;
	text-align: center;
	min-width: 5em;
	padding: 0.5em 0;
	border-radius: 5px;
}

.pd-bbm-posts-list.recent-events .content-container {
	padding-top: 1em;
	padding-left: 2em;
}

.pd-bbm-posts-list.recent-events .day {
	font-size: 25px;
	font-weight: bold;
}

.pd-bbm-posts-list.recent-events .month {
	font-size: 14px;
}


/* recent-posts */

.pd-bbm-posts-list.recent-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
	width: 100%;
}

.pd-bbm-posts-list.recent-posts .post-tile {
	position: relative;
	width: 48%;
	min-width: 450px;
	min-height: 230px;
	padding: 0;
	margin-top: 2em;
	margin-bottom: 4em;
}

.pd-bbm-posts-list.recent-posts .featured-image {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
}

.pd-bbm-posts-list.recent-posts .featured-image img {
	border-radius: 5px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.pd-bbm-posts-list.recent-posts .featured-image a {
	position: relative;
	display: block;
	height: 100%;
	vertical-align: top;
}

.pd-bbm-posts-list.recent-posts .featured-image a:before {
	border-radius: 5px;
	content: '';
	opacity: 0;
	background-color: #20201E;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity 0.5s;
}

.pd-bbm-posts-list.recent-posts .featured-image a:hover:before,
.pd-bbm-posts-list.recent-posts .featured-image a:focus:before {
	opacity: 0.5;
}


.pd-bbm-posts-list.recent-posts .content-container {
	position: relative;
	width: 50%;
	border: none;
	border-radius: 5px;
	padding: 0;
	padding-right: 1em;
	z-index: 20;
}

.pd-bbm-posts-list.recent-posts .meta-info {
	padding-top: 0.8em;
	padding-bottom: 1em;
}

.pd-bbm-posts-list.recent-posts .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
	max-height: 5.3em;
	overflow: hidden;
	margin-top: 0;
}

.pd-bbm-posts-list.recent-posts .content {
	font-size: 16px;
}

.pd-bbm-posts-list.recent-posts .read-more {
	margin-top: 1em;
}

@media only screen and (max-width: 768px) {

	.pd-bbm-posts-list.recent-posts {
		display: block;
	}

	.pd-bbm-posts-list.recent-posts .post-tile {
		width: 100%;
		min-width: 320px;
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
	}

	.pd-bbm-posts-list.recent-posts .featured-image {
		display: block;
		position: relative;
		width: 100%;
		left: 0;
		height: 200px;
		z-index: 10;
	}

	.pd-bbm-posts-list.recent-posts .content-container {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		z-index: 15;
		padding-right: 1em;
		padding-top: 0.2em;
	}
}


/* related-posts */
.pd-bbm-posts-list.related-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items: stretch;
	align-content: flex-start;
	width: 100%;
}

.pd-bbm-posts-list.related-posts .post-tile {
	position: relative;
	width: 29%;
	padding: 1em 0;
	margin-bottom: 0;
	margin-right: 4%;
}

.pd-bbm-posts-list.related-posts .meta-info {
	line-height: 168%;
	height: 6em;
	overflow: hidden;
	margin-bottom: 0;
}

.pd-bbm-posts-list.related-posts .meta-info,
.pd-bbm-posts-list.related-posts .meta-info a {
	font-size: 14px;
}

.pd-bbm-posts-list.related-posts .featured-image {
	position: relative;Валентин Велев, ad-hominem-a е безполезен.
Джон Доу, да ти напомням ли, че България е застанала на страна
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 260px;
	width: 100%;
	z-index: 10;
}

.pd-bbm-posts-list.related-posts .featured-image a {
	position: relative;
	display: block;
	height: 100%;
	vertical-align: top;
}

.pd-bbm-posts-list.related-posts .featured-image a:before {
	border-radius: 5px;
	content: '';
	opacity: 0;
	background-color: #20201E;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: opacity 0.5s;
}

.pd-bbm-posts-list.related-posts .featured-image a:hover:before,
.pd-bbm-posts-list.related-posts .featured-image a:focus:before {
	opacity: 0.5;
}

.pd-bbm-posts-list.related-posts .featured-image img {
	border-radius: 5px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.pd-bbm-posts-list.related-posts .content-container {
	padding-top: 1em;
}

.pd-bbm-posts-list.related-posts .content-container .title {
	margin-top: 0;
}

.pd-bbm-posts-list .title a {
	display: block;
	transition: opacity 0.5s;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #121210;
	line-height: 1.62em;
}

.pd-bbm-posts-list .title a:hover,
.pd-bbm-posts-list .title a:focus {
	opacity: 0.7;
	text-decoration: none;
}

.pd-bbm-posts-list.recent-posts .title a {
	font-size: 20px;
}

.pd-bbm-posts-list.related-posts .content {
	font-size: 16px;
}

.pd-bbm-posts-list.related-posts .read-more {
	margin-top: 1em;
}

@media (max-width: 767px) {

	.pd-bbm-posts-list.related-posts .post-tile {
		width: 100%;
/*		max-width: 425px;*/
/*		margin-left: auto;*/
/*		margin-right: auto;*/
		padding-top: 1em;
		padding-bottom: 1em;
		margin-bottom: 1.8em;
	}

	.pd-bbm-posts-list.related-posts {
		display: block;
	}

	.pd-bbm-posts-list.related-posts .meta-info {
		height: auto;
		margin-bottom: 1em;
	}
}
