@media(max-width: 767px){
	.posts-wrapper{
		max-width: 480px;
		margin: 0 auto;
	}
}

.post-wrapper{
    padding: 15px;
    font-family: 'Raleway', sans-serif;
}

.post-inner{
	padding: 15px;
	border: 1px solid #ccc;
}

.post-inner:hover .post-title{
	color:#57b14e;
}

.post-inner:hover{
	border-color: #666;
}

.postCategoryTitle{
    font-family: 'Raleway', sans-serif;
	margin: 20px 0 10px 0;
	text-align: center;
	font-weight: 400;
	color: #121111;
    font-size: 30px;
}

@media(max-width: 767px){
	.postCategoryTitle{
		font-size: 24px;
	}
}

.post{
	text-align: center;
}

.post-inner img{
	width: 100%;
}

.post-inner svg{
	position: absolute;
    top: -4px;
    right: 22px;
    width: 42px;
    z-index: 2;
}

.post p, .post-title{
	color: #3f3f4d;
	font-weight: 300;
	font-size: 15px;
	margin: 10px 0;
}

.post-date{
	font-size: 15px;
	color: #ffff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: -3px;
	right: 21px;
	width: 42px;
	z-index: 3;
}

.post-title{
	margin: 15px 0;
	font-size: 20px;
	display: flex;
	height: 44px;
    justify-content: center;
	align-items: center;
	font-weight: 600;
}

.post-button{
	background-color: #666;
	padding: 10px 15px;
	color: #fff;
}

.post-button:hover{
	color: #fff;
	background-color: #999;
}

.post p{
	display: flex;
	height: 42px;
    justify-content: center;
    align-items: center;
}

.categoryTitle {
	text-align: center;
	margin-bottom: 10px;
}

.post-page-confirmation{
	margin-top: 50px;
	padding: 40px 20px;
	text-align: center;
	font-size: 17px;
	margin-bottom: 150px;
	background-color: #fafafa;
}

@media(max-width: 767px){
	.post-page-confirmation{
		margin-bottom: 70px;
		margin-top: 20px;
	}
}

.post-page-confirmation p:first-child{
	text-decoration: underline;
	font-size: 19px;
	margin-bottom: 20px;
}

.post-page{
	margin-top: 30px;
}

@media(max-width: 767px){
	.post-page{
		margin-top: 0;
	}
}

.post-page-title { 
    color: #121111;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px 0; 
}

.post-page-sub-title {
    color: #888;
    font-size: 14px;
    margin: 10px 0;
}

.post-page-details p {
    font-size: 16px;
}

@media(max-width: 767px){
	.post-page-details img{
		max-width: 100%;
		height: auto!important;
	}
}