.entry img:hover,
#sb_instagram .sbi_photo_wrap:hover {
	opacity: 0.8;
}
.social-share{
	width: 50%;
	float: left;
}
.social-share a{
	background: linear-gradient(to right, #01b7cf, #1c8fc7);
    padding: 3px;
    transform: rotate( 47deg);
    display: inline-block;
    margin:0 6px;
    border-radius: 7px;
    text-align: center;
}
.social-share a:hover,
.social-share a:focus{
	background:#FEB627;
}
.social-share i{
	color: #FFF;
	margin: 6px;
    transform: rotate( -47deg );
    font-size: 14px;
    width: 14px;
}
.post-content .read-more{
	margin-bottom: 20px;
	float: left;
	width: 50%;
}
.read-more a{
	display: inline-block;
	font-size: 14px;
	padding: 12px 25px;
	background: #0AB0CD;
	color: #FFF;
	border-radius: 20px;
	line-height: 1;
	font-weight: 700;
	max-width:130px;
}
.read-more a:hover,
.read-more a:focus{
	background:#FEB627;
	color: #FFF;
}
/** Style Excerpt & Style Full **/

.content-style-excerpt h2.post-title,
.content-style-full h2.post-title {
	text-transform: capitalize; 
	font-size: 26px;
}

.content-style-excerpt .post-content,
.content-style-full .post-content {
	margin-bottom: 40px;
}

.content-style-excerpt .social-share,
.content-style-full .social-share{
	width: 50%;
	float: right;
	text-align: right;
}
/*.content-style-excerpt .social-share a,
.content-style-full .social-share a{
	background: #0ab0cd;
    padding: 3px;
    transform: rotate( 47deg);
    display: inline-block;
    margin:0 6px;
    border-radius: 7px;
    text-align: center;
}*/
.content-style-excerpt .social-share a:hover,
.content-style-full .social-share a:focus{
	background:#FEB627;
}
.content-style-excerpt .social-share i,
.content-style-full .social-share i{
	color: #FFF;
	margin: 6px;
    transform: rotate( -47deg );
    font-size: 14px;
    width: 14px;
}
.content-style-excerpt .post-content .read-more,
.content-style-full .post-content .read-more{
	margin-bottom: 20px;
	float: left;
	width: 50%;
}
.content-style-excerpt .read-more a.
.content-style-full .read-more a{
	display: inline-block;
	font-size: 14px;
	padding: 12px 25px;
	background: #0AB0CD;
	color: #FFF;
	border-radius: 20px;
	line-height: 1;
	font-weight: 700;
}
.content-style-excerpt .read-more,
.content-style-full .read-more {}

.content-style-excerpt .comments-more,
.content-style-full .comments-more {}
.content-style-excerpt .wrap-meta, 
.content-style-full .wrap-meta{
	font-style: italic;
}
.content-style-excerpt .wrap-title,
.content-style-full .wrap-title{
	margin-bottom: 40px;
	text-align: center;
}

.content-style-full .the-tags{
	width: 50%;
	float: left;
	text-align: left;
	text-transform: capitalize;
}
.content-style-full .the-tags a{
	margin-left: 5px;
}
/** 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 {
	text-transform: capitalize;
	font-size: 26px;
}
.content-style-list .wrap-meta{
	font-style:italic;
}
.content-style-list .wrap-title{
	margin-bottom: 30px;
}
.content-style-list .post-content p {
	text-align: left;
	margin-bottom: 40px;
}
.content-style-list .post-content .read-more{
	float: left;
	width: 50%;
}
.content-style-list .post-content .read-more a {
	display: inline-block;
	font-size: 14px;
	padding: 12px 25px;
	background: #0AB0CD;
	color: #FFF;
	border-radius: 20px;
	line-height: 1;
	font-weight: 700;
}
.content-style-list .post-content .read-more a:hover,
.content-style-list .post-content .read-more a:focus{
	background: #FEB627;
	color: #FFF;
}
.content-style-list .post-content .social-share {
	width: 50%;
	float: left;
	text-align: right;
}
.content-style-list .social-share{
	width: 50%;
	float: left;
}
.content-style-list .social-share a{
	background: #0ab0cd;
    padding: 3px;
    transform: rotate( 47deg);
    display: inline-block;
    margin:0 6px;
    border-radius: 7px;
    text-align: center;
}
.content-style-list .social-share a:hover,
.content-style-list .social-share a:focus{
	background:#FEB627;
}
.content-style-list .social-share i{
	color: #FFF;
	margin: 6px;
    transform: rotate( -47deg );
    font-size: 14px;
    width: 14px;
}
/** Style Grid **/

.content-style-grid .post-content {}

.content-style-grid .wrap-title {
	margin: 15px 0;
}

.content-style-grid .read-more {
	text-align: center;
}
.content-style-grid.post {
    margin-bottom: 50px;
}
.content-style-grid h2.post-title{
	font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
   	text-align: center;
}
/* 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  .post-title {
	font-size: 26px;
}
.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: 35px;
}
.content-style-single .wrap-meta{
	font-style: italic;
	font-size:14px;
}
.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;
	font-size: 14px;
}

.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 {
	width: 50%;
	float: right;
	text-align: right;
}

.content-style-single .the-tags {
	width: 50%;
	float: left;
    text-align: left;
    text-transform: capitalize;

}
.content-style-single .the-tags a{
	margin-left: 5px;
}

.content-style-single .wrap-tags-socials{
	padding-top:25px;
}
/* Related Posts
--------------------------------------------- */
.related {
    margin-top: 40px;
}

.related h3 {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 1px;
    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: 20px;
}

.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: #0AB0CD;
	margin: 50px 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: 25px;
	line-height: 0;
	position: relative;
	top: 3px;
	right: 3px;
	display: none;
}


/* Portfolio */

.style-portfolio {
	position: relative;
}

.style-portfolio .img-portfolio {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	background: #282828;
	text-align: center;
	cursor: pointer;
}

.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;
}

.style-portfolio .wrap-title::before,
.style-portfolio .wrap-title::after {
	pointer-events: none;
}

.style-portfolio img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	margin: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.style-portfolio:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.style-portfolio .wrap-title::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.style-portfolio .wrap-title::before,
.style-portfolio .wrap-title {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.style-portfolio .post-title {
	width: 80%;
	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 a:hover {
	color: #fff;
}

.style-portfolio:hover .wrap-title::before,
.style-portfolio:hover .wrap-title {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	.content {
    	width: 100%;
	}
	.sidebar {
    	max-width: 400px;
    	float: none !important;
    	margin: 0 auto;
    	clear: both;
    	margin-top: 45px;
    	width: 100%;
	}
}
@media only screen and (max-width: 860px) {
	.featured-thumbnail {
		text-align: center;
	}
	.category-index {
		margin-bottom: 10%;
	}
}

@media only screen and (max-width: 640px) {
	.content-style-list{
		text-align: center;
		margin:0 auto;
	}
	.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;
		margin: 0 0 8px;
	}
	.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;
	}
	.content-style-list .post-content .social-share{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.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 {
	    margin: 0 auto;
    	text-align: center;
    	float: none;
    	margin-bottom: 25px;
	}
	.content-style-excerpt .post-content,
	.content-style-full .post-content {
		margin-bottom: 25px;
	}
}

@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;
	}
}