.as_blogpost {
	width: 427px;
	max-width: 100%;
	margin: auto;
}

.as_blogpost_header {
	background-color: white;
	position: relative;
	display: block;
}

.as_post_month {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.11px;
	line-height: 12px;
	border-bottom: 2px solid #FED83D;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 3px;
}

.as_post_day {
	color: #000000;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.04px;
	line-height: 28px;
}

.as_post_date {
	padding-top: 3px;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	background-color: white;
	text-align: center;
	line-height: 1;
}

.as_blogpost_footer {
	padding-left: 40px;
	padding-right: 40px;
}

.as_post_title a {
	color: #4D4D4D;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.07px;
	line-height: 36px;
	text-decoration: none;
}

.read_more_wrapper a {
	color: #4D4D4D;
	font-family: Lato;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.05px;
	line-height: 36px;
	text-decoration: none;
}

.as_insiside_post_footer {
	background-color: white;
	padding: 25px 30px 40px;
	position: relative;
	top: -100px;
}

.read_more_wrapper i {
	font-size: 8px;
	position: relative;
	top: -1px;
	margin-left: 5px;
}

.as_post_title {
	margin-bottom: 25px;
}

.as_post_excerpt p {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.as_blogpost {
		margin-bottom: -40px;
	}

	.as_blogpost_wrapper {
		margin-left: -18px;
		margin-right: -18px;
	}

	.as_blogpost_footer {
		padding-left: 20px;
		padding-right: 20px;
	}

	.as_insiside_post_footer {
		padding: 20px;
	}
}
