a.postLink {
	text-decoration: none !important;
}

.blogWrap {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

@media (max-width: 768px) {
	.blogWrap {
		flex-flow: column wrap;
	}
}

.blogSide {
	width: 250px;
	min-height: 250px;
	position: relative;
	top: 0;
	left: 0;
}

.blogSide h4 {
	padding: 10px;
	border-radius: 10px 10px 0 0;
	width: calc(100% + 20px);
	margin: -10px 0 10px -10px;
}

div.recentPosts,
div.postsByMonth {
	padding: 10px;
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	margin-bottom: 20px;
}

div.recentPosts {
	padding-bottom: 40px;
}

@media (max-width: 768px) {
	.blogSide {
		width: 100%;
	}
	div.postsByMonth {
		display: none;
	}
	.blogMain {
		padding-left: 0 !important;
	}
}

div.recentPosts a.loadMore {
	text-decoration: underline;
	font-size: 0.9em;
	position: absolute;
	height: 30px;
	width: 100%;
	line-height: 25px;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 5px;
	font-weight: 300;
	display: block;
	border-radius: 0 0 10px 10px;
	text-align: center;
}

div.recentPosts a.loadMore:hover {
	background: #fff linear-gradient(-30deg, rgba(102,0,102,0.5), rgba(0,197,218,0.5));
	cursor: pointer;
	color: #fff;
}

div.recentPosts div.recentPost {
	padding: 5px;
	border-bottom: 1px dashed #e3f3f5;
	height: 60px;
	padding-left: 60px;
	position: relative;
}

div.recentPosts div.recentPost div.recentPostPreview {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #5a5a5a;
	overflow: hidden;
	text-align: center;
}

div.recentPosts div.recentPost div.recentPostPreview img {
	height: 100%;
	width: auto;
	margin: auto;
	display: block;
	max-width: none !important;
	border-radius: 0 !important;
}

div.recentPosts div.recentPost:hover {
	background-color: #e3f3f5;
	cursor: pointer;
}

div.recentPosts div.recentPost p.title,
div.recentPosts div.recentPost p.date {
	font-size: 0.9em;
	font-weight: 700;
	width: 100%;
	height: 25px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

div.recentPosts div.recentPost p.date {
	font-weight: 400;
	font-size: 0.9em;
}
div.catWrap,
div.monthWrap {
	padding: 5px;
}

div.catWrap p,
div.monthWrap p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
}

div.catWrap a,
div.monthWrap a,
a.catLink {
	font-weight: 300;
	margin: 0;
	padding: 0;
}

a.catLink:hover {
	cursor: pointer;
	text-decoration: underline;
}

.container.blog p.blogCurrentCategory {
	text-align: center;
	margin-bottom: 0;
	padding: 5px;
	border-bottom: 2px solid #abdbe1;
}

.container.blog ul {
	width: 100%;
	max-width: 700px;
	display: block;
	margin: auto;
	padding: 0 0 0 20px;
	font-size: 1.2em;
}

.blogMain {
	width: 100%;
	height: auto;
	min-height: 250px;
	padding: 0 0 65px 20px;
	position: relative;
}

.blogMain.single {
	padding: 0;
}

button.loadNextEntry {
	width: 100%;
	max-width: 150px;
	display: block;
	position: absolute;
	margin: 20px auto;
	bottom: -20px;
	left: 50%;
	margin-left: -75px;
}

button.loadNextEntry:active {
	background-color: #00c5da;
	color: #5a5a5a;
}

div.container.blog p.blogPostCategories {
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 0;
}

div.blogEntry {
	border-radius: 20px;
	padding: 20px 20px 30px 20px;
	margin-bottom: 20px;
}

div.blogEntry:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

.container.blog h2,
.container.blog p,
.blogPostTitle,
.blogPostDate,
div.wordWrap img.blogPostCoverImage,
img.blogPostCoverImage {
	width: 100%;
	max-width: 850px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
	line-height: 1.65em;
}

div.blogEntry img:not(.blogPostCoverImage) {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	margin: 20px auto;
}

.blogPostDate {
	text-align: center;
}

h2.postTitle {
	padding: 20px 20px 0 20px;
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.8em !important;
}

.container.blog p.blogPostDate {
	text-align: center;
	margin-bottom: 0;
	font-size: 1.2em;
}

.blogPostCoverImage {
	margin: 40px auto;
	border-radius: 20px;
}

.container.blog p {
	text-align: justify;
}

div.blogEntry p iframe {
	width: 100%;
	display: block;
	height: auto;
}