/* All Style */
.post-title {
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 5px;
	font-family: 'VisbyCFBold';
	letter-spacing: .3px;
}

.wrap-meta {
	font-size: 13px;
	letter-spacing: .7px;
	font-style: italic;
}

.read-more {
	margin-top: 15px;
}

.read-more a { 
    padding: 11px 25px;
    line-height: 1.4;
    border: 1px solid;
    display: inline-block;
}
.read-more a:hover { 
	background: #231f20;
	color: #fff;
	border-color: #231f20;
}

/** Style Grid **/

.content-style-grid {
	text-align: center;
	margin-bottom: 50px;
}

.content-style-grid .wrap-title {
	padding: 10px;
}

/* Single Post */

.single-post .content {
	max-width: 1000px;
	margin: 0 auto;
}

.content-style-single .wrap-title {
	text-align: center;
	margin-bottom: 20px;
}

.single-post .wrap-nav-post::after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 30px;
}

.content-style-single .wrap-title {
	text-align: center;
	margin-bottom: 25px;
}

.content-style-single .post-title {
	margin: 10px 0;
	font-size: 22px;
}

.content-style-single .signature {
	margin-bottom: 20px;
	text-align: center;
}

.single-post .wrap-nav-post::after {
	content: "";
	clear: both;
	display: block;
	margin-bottom: 30px;
}

.prev-post a,
.next-post a {
	font-style: italic;
	letter-spacing: 0px;
	font-size: 17px;
	font-family: "Cormorant";
    font-weight: 400;
    color: #000;
}

.prev-post span,
.next-post span {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
}

.prev-post {
	width: 45%;
	float: left;
	text-align: left;
}

.next-post {
	width: 45%;
	float: right;
	text-align: right;
}

.content-style-single .social-share a {
	margin: 0 10px;
}

.content-style-single .social-share {
	width: 50%;
	float: right;
	text-align: right;
}

.content-style-single .the-tags {
	width: 50%;
	float: left;
}

/* Related Posts
--------------------------------------------- */
.related {
    margin-top: 40px;
    font-size: 15px;
}

.related .related-title {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    font-family: 'VisbyCFBold';
    text-transform: uppercase;
}

.related-post a.related-image {
	display: block;
	line-height: 0;
}

.related-post .related-post-title {
	display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding: 0 10px;
    line-height: 1.4;
}

.related-post {
    width: 33.333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 0;
    -webkit-backface-visibility: hidden;
}

.related-posts-list::after {
    content: "";
    clear: both;
    display: block;
}

.divpost {
    width: 100%;
    background-color: #CACACA;
    margin: 20px 0;
    display: block;
    height: 1px;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 860px) {
	.featured-thumbnail {
		text-align: center;
	}
	.content-style-grid {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.comment-content {
		clear: both;
		float: none;
	}
}

@media only screen and (max-width: 480px) {
	.prev-post,
	.next-post {
		width: 100%;
		clear: both;
		text-align: center;
		margin: 10px 0;
	}
	.related-post {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 40px;
	}
	.related-post:last-child {
		margin-bottom: 0;
	}
}