/**
------------- All Style ------------
**/

.wrap-meta {
    text-align: center;
    border-right: 1px solid #14934F;
    padding: 5px 0;
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
}
.wrap-meta .the-month,
.wrap-meta .the-year {
	color: #ba131a;
}

.entry img:hover {
	opacity: 0.8;
}

.read-more a {
	margin-top: 20px;
	border: 1px solid #00652E;
    color:#00652E;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px 7px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.read-more a:hover {
	color: #fff;
	background: #00652E;
}

.read-more a:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #00652E;
    top: 2px;
    right: 2px;
    bottom: -4px;
    left: -4px;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/** Style Excerpt & Style Full **/

.content-style-excerpt h2.post-title,
.content-style-full h2.post-title {}

.content-style-excerpt .post-content,
.content-style-full .post-content {}

.content-style-excerpt .social-share,
.content-style-full .social-share {}

.content-style-excerpt .social-share a,
.content-style-full .social-share a {
	margin: 0 7px 0 0;
}

.content-style-excerpt .read-more,
.content-style-full .read-more {}

.content-style-excerpt .comments-more,
.content-style-full .comments-more {}


/** Style List **/

.content-style-list .featured-thumbnail {
	width: 40%;
}

.content-style-list.has-post-thumbnail .post-content {
	width: 60%;
}

.content-style-list .featured-thumbnail {
	float: left;
	overflow: hidden;
	position: relative;
}

.content-style-list .featured-thumbnail-inner {
	width: 90%;
	margin-right: 10%;
}

.content-style-list .post-content {
	float: left;
	width: 100%;
}

.content-style-list h2.post-title {}

.content-style-list .post-content p {}

.content-style-list .post-content .read-more a {}


/** Style Grid **/

.content-style-grid {
	margin-bottom: 60px;
}

.content-style-grid .wrap-meta {
	width: 80px;
	padding: 10px 5px 10px 0;
	float: left;
}

.content-style-grid .featured-thumbnail {
	line-height: 0;
	margin-bottom: 10px;
}

.content-style-grid h2.post-title {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	text-transform: capitalize;
}
.content-style-grid h2.post-title a{
	color: #333;
}
.content-style-grid h2.post-title a:hover{
	color: #00652e;
}
.content-style-grid .post-content {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}


/* Category index */

.category-index .featuredpost {
	margin-bottom: 70px;
	text-align: center;
}

.category-index .featuredpost:last-child {
	margin-bottom: 0;
}

.category-index .featuredpost .widget-title {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 35px;
}

.category-index .featuredpost .entry-title {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .5px;
}

.category-index .featuredpost .entry {
	border: none;
	float: left;
	padding: 0px 10px;
	width: 33%;
}

.category-index .featuredpost .entry {
	margin-bottom: 20px;
}

.category-index .featuredpost .more-from-category {
	text-align: center;
	margin: 0 auto;
	clear: both;
	text-transform: uppercase;
	display: block;
}

.category-index .featuredpost .more-from-category a {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	padding: 15px 15px;
	width: 100%;
	letter-spacing: .5px;
	display: inline-block;
}

.category-index .widget {
	margin-bottom: 80px;
}


/* Single Post */

.content-style-single .wrap-title {
	width: calc(100% - 80px);
	float: left;
	padding-left: 20px;
	
}

.content-style-single .post-title {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #00652E;
}

.content-style-single .wrap-detail {
	width: 80px;
	float: left;
}

.single-post .wrap-nav-post {
	min-height: 72px;
}

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

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

.prev-post img, 
.next-post img {
	width: 20px;
}

.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 7px;
}

.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;
}

.related h3 {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    color:#ba131a;
}

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

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

.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;
}
/* Line */

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


/* Ninja form */

.nf-before-form-content {
	display: none !important;
}

.nf-error .ninja-forms-field {
	border: 1px solid #ddd !important;
}

.nf-error-msg,
.ninja-forms-req-symbol {
	color: #B92944 !important;
}

.nf-form-title {
	display: none !important;
}

.ninja-forms-req-symbol {
	font-size: 15px;
	line-height: 0;
	position: relative;
	top: 0px;
	right: 2px;
}

.nf-field-label label {
	font-size: 13px;
	font-weight: 400 !important;
	line-height: 1.5;
	text-transform: uppercase;
}

.nf-field-element input, 
.nf-field-element select, 
.nf-field-element textarea {
	font-size: 16px;
	line-height: 1.5;
	border-radius: 2px !important;
	border: 1px solid #ddd;
	background: #eee;
}

.nf-field-element input[type="button"] {
	padding: 10px  40px;
	font-size: 13px;  
	color: #fff;
	background-color: #00652E;
	text-transform: uppercase;
	border: 1px solid #00652E;
    box-sizing: border-box;
    border-radius: 68px !important;
}
.nf-field-element input[type="button"]:hover{
	background-color: #ba131a;
	border: solid 1px #ba131a;
}

/* Portfolio */

.style-portfolio {
	position: relative;
}

.style-portfolio .wrap-title {
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #00652E;
}

.style-portfolio .wrap-title {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.style-portfolio:hover .wrap-title { 
	opacity: 1;
}

.style-portfolio .post-title {
	width: 85%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* 	.style-portfolio .wrap-title::before,
	 {
		opacity: 1 !important;
	}
 */

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

@media only screen and (min-width: 1025px){
	.content-style-list .wrap-meta, 
	.content-style-grid .wrap-meta {
	    width: 80px;
	    padding: 10px 5px 10px 0;
	    float: left;
	}
	.content-style-list .wrap-title,
	.content-style-grid .wrap-title {
	    width: calc(100% - 80px);
	    float: left;
	    padding-left: 20px;
	}
}
@media only screen and (max-width: 1024px){
	.content-style-grid,
	.content-style-list {
	    position: relative;
	}
	.content-style-grid .wrap-meta,
	.content-style-list .wrap-meta {
	    display: inline-block;
	    padding: 5px;
	    background: #00652E;
	    font-size: 16px;
	    line-height: 1;
	    color: white;
	    opacity: 1;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 1;
	}
	.wrap-meta .the-month, .wrap-meta .the-year {
    	opacity: 1;
		color:#fff;
	}
}

@media only screen and (max-width: 860px) {
	.featured-thumbnail {
		text-align: center;
	}
	.category-index {
		margin-bottom: 10%;
	}
	.content-style-grid .wrap-meta {
   		width: 60px;
	}
	.wrap-meta .the-month, .wrap-meta .the-year {
    	font-size: 18px;
	}
}
@media only screen and (max-width: 768px) {
	.content-style-single .wrap-detail {
	    display: none;
	}
	.content-style-single .wrap-title {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	}
	.content-style-single .post-title {
		font-size:26px;
	}
}
@media only screen and (max-width: 640px) {
	.content-style-list .post-content p,
	.content-style-list .post-content .read-more a {
		width: 100%;
	}
	.content-style-list .wrap-title {
		margin-bottom: 20px;
	}
	.content-style-list h2.post-title,
	.content-style-list .read-more {
		text-align: center;
	}
	.content-style-list .featured-thumbnail,
	.content-style-list.has-post-thumbnail .post-content,
	.content-style-list .featured-thumbnail-inner {
		float: none;
		width: 100%;
		max-width: none;
		margin-bottom: 10px;
	}
	.category-index .featuredpost .featured-content .entry {
		width: 100%;
		clear: both;
	}
	.comment-content {
		clear: both;
		float: none;
	}
	.content-style-list .featured-thumbnail {
		width: 100% !important;
	}
	.content-style-list .post-content .read-more {
		width: unset;
	}
	.content-style-excerpt .post-content,
	.content-style-full .post-content {
		margin-bottom: 0;
	}

}

@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;
	}
}