.post {
/*	padding-top: 3px;*/
	padding-bottom: 100px;
	position: relative;
}

.project-full-detail .post {
	clear: both;
	padding: 0px;
	padding-bottom: 6px;
}

.project-full-detail .post {
	clear: both;
	padding-top: 0px;
	padding-bottom: 6px;
}

.project-full-detail .post .post-title {
	padding-top: 50px;
}

.post a:hover {
	text-decoration: none;
}

.post-image img {
	margin: 0 auto;
}

.post-image img {
	margin: 0;
} 

.post-image video,
.project-photo video {
	width: 100%;
} 

.project-photo iframe {
	margin: 0 auto;
} 

.post-edit {
	padding: 10px;
}

.post-title {
	margin-top: 10px;
	margin-bottom: 13px;
	font-size: 29px;
	line-height: 36px;
	font-weight: bold;
}

.post-description {
	font-size: 17px; 
	/*line-height: 24px; */
	margin-bottom: 23px;
}

@media (max-width:767px) {
	.post-title {
		font-size: 25px;
		/*line-height: 30px;*/
	}
	.post-description {
		font-size: 16px;
/*		line-height: 23px;*/
	}
}

@media (max-width:375px) {
	.post-title {
		font-size: 20px;
	}
	.post-description {
		font-size: 13px;
/*		line-height: 23px;*/
	}
}

@media (max-width: 767px) {
	#newpost {
		display: none;
	}
}

#newpost {
	margin-bottom: 30px;
}

#newpost input, 
#newpost textarea,
#newpost select,
.post-edit input,
.post-edit textarea,
.post-edit select {
	text-align: center;
}

.close-new-post {
	float: right;
	color: silver;
	cursor: pointer;
	font-size: 13px;
	transition: 0.5s all;
	margin-top: 7px;
}
.close-new-post:hover {
	color: gray;
	transition: 0.5s all;
}
