.blog-wrap.coastal {
    max-width: 1224px;
    /* 	width: 1184px; */
}

.blog-left.coastal.part {
    max-width: 860px;
    width: 73%;
    padding-right: 3%;
    border-right: 1px solid rgb(204, 204, 204);
    ;
}

.blog-post-wrap {
    margin-bottom: 48px;
}

.blog-post-content-wrap.part {
    max-width: 636px;
    float: left;
    width: 74%;
}

.blog-post-content-wrap {
    float: left;
}

.blog-post-comment-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.blog-post-comment-wrap.post {
    float: left;
    width: 224px;
    margin-top: 20px;
}

.blog-overview-line {
    border-top: 1px solid rgb(204, 204, 204);
    margin: 0 auto 60px;
    width: 100%;
    float: left;
}


/* .blog-post-title-top {
	padding-bottom: 50px;
	font-size: 28px;
	text-decoration: none;
	color: rgb(34, 34, 34);
	margin-bottom: 30px;
	border-bottom: 1px solid rgb(204, 204, 204);
	font-weight: 300;
} */

.blog-post-more-wrap {
    width: 100%;
    float: left;
    margin-bottom: 18px;
    margin-top: 16px;
    padding: 0 1.5%;
}

.blog-post-more,
a .blog-post-more {
    width: 105px;
    height: 39px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 17px;
    border-radius: 7px;
    color: rgb(255, 255, 255);
    background-color: rgb(116, 182, 199);
    text-align: center;
    line-height: 39px;
    margin: 0 auto;
}


/*sidebar*/

.blog-right-sidebar {
    max-width: 248px;
    float: right;
    padding-left: 3%;
    width: calc(21% - 1px);
}

.blog-overview-post-tags {
    float: left;
    width: 100%;
}