	/*----------------------------------
	
	Theme Name: Deep
	--------------------------
	
	/* #Blog Styles
	================================================== */
	
	body.blog #wrap .container.page-content,
	body.single-post #wrap .container.page-content, body.archive #wrap .container.page-content, body.search #wrap .container.page-content, body.blog-pg-w #wrap > .container {
		max-width: 1603px;
	}

	/* Sidebar
	------------------- */
	.sidebar, .rgt-cntt {
		min-height: 160px;
	}
	.col-md-3.sidebar, .vc_col-sm-4.sidebar {
		padding: 0 15px 20px 25px;
		width: 340px;
	}
	.sidebar.leftside {
		padding-left: 0;
		padding-right: 40px;
	}
	.sidebar .vc_column-inner {
		padding: 0 !important;
	}
	
	@media only screen and (min-width: 992px) {
		.col-md-9.cntt-w, .vc_col-sm-8.cntt-w {
			width: calc(100% - 340px);
		}	
		.cntt-w, .vc_col-sm-8.cntt-w {
			margin-bottom: 10px;
		}
		.vc_col-sm-4.sidebar .wpb_widgetised_column {
			margin-bottom: 0;
		}
		.col-md-9.cntt-w .vc_col-sm-12 {
			padding: 0;
		}
	}
	
	
	@media only screen and (max-width: 991px) {
		.cntt-w, .vc_col-sm-8.cntt-w, .col-md-3.sidebar, .vc_col-sm-4.sidebar {
			width: 100%;
		}
		.sidebar, .rgt-cntt, .sidebar.leftside {
			padding-right: 0;
			background: none;
			padding-top: 40px;
			margin-top: 40px;
			border-top: 3px solid #e5e5e5;
		}
		.sidebar.leftside {
			margin-bottom: 40px;
			border-bottom: 3px solid #e5e5e5;
		}
	}

	.vc_column-inner > .wpb_wrapper > .wn-blogws-wrap {
		margin: 0 -15px;
	}
	
	/* 	# Widget title
	============================= */
	.widget .subtitle-wrap {
		position: relative;
		margin: 20px 0;
		padding-bottom: 4px;
		line-height: 18px;
	}
	.widget h4.subtitle {
		border: none;
		color: #101010;
		margin: 0;
		padding: 0;
		font-size: 20px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0;
		line-height: 38px;
		background: #fff;
		padding-right: 5px;
		display: inline-block;
	}
	.sidebar li, .widget p, .widget li {
		font-size: 15px;
		line-height: 21px;
		font-weight: 400;
		color: #515151;
	}
	.widget input[type="text"].search-side {
		width: 100%;
		padding-left: 15px;
		border: 1px solid #f1f1f1;
		border-radius: 0;
		font-size: 12px;
		height: 45px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow: 0 1px 4px rgba(0,0,0,0.05) inset;
	}
	.widget input[type="text"].search-side:focus {
		box-shadow: 0 1px 16px rgba(0,0,0,0.06);
	}
	input[type="text"].search-side, input[type="text"].header-saerch {
		background: #fff url(../images/find-ico1.png) no-repeat right;
		min-height: 40px;
	}
	input[type="text"].header-saerch {
		float: right;
		margin: 20px 0 0 0;
		background-color: #f5f5f5;
		border-width: 0px;
		border-radius: 0;
		padding: 5px 28px 5px 18px;
		min-width: 200px;
		width: 200px;
		min-height: 50px;
		-webkit-transition: width 0.22s ease;
		-moz-transition: width 0.22s ease;
		-o-transition: width 0.22s ease;
		transition: width 0.22s ease;
	}
	input[type="text"].header-saerch:focus {
		width: 250px;
		background-color: #fff;
	}
	.search-results input[type="text"].header-saerch {
		min-height: 52px;
		padding-left: 10px;
		margin-bottom: 0;
	}
	.widget form input[type="submit"]#searchsubmit {
		display: none;
	}
	.search-results .blog-post h3.post-title { 
		font-size: 25px; 
		font-weight: 500; 
		margin-bottom: 10px;
	}
	.search-results .postmetadata {
		padding: 6px;
	}
	#main-content-pin, #main-timeline {
		max-width: 100%;
		background: #fff;
		padding-top: 15px;
	}
	.vc_wp_search.wpb_content_element.trnsp-txbx input[type="text"].search-side {
		width: 100%;
		border: none;
		height: 52px;
		background-color: rgba(255,255,255,0.14);
		color: #fff;
	}
	.vc_wp_search.wpb_content_element.trnsp-txbx input[type="text"].search-side:hover {
		background-color: rgba(255,255,255,0.17);
		box-shadow: 0 5px 7px rgba(0,0,0,0.07);
	}
	.vc_wp_search.wpb_content_element.trnsp-txbx input[type="text"].search-side:focus {
		background-color: #fff;
		box-shadow: 0 7px 9px rgba(0,0,0,0.15);
		color: #444;
	}

	.sidebar .widget form[role="search"] input.btn { display:none !important;}

	/* Masonry Style
	------------------- */
	.pin-box {
		width: calc(33.33% - 30px)!important;
		text-align: center;
		display: block;
		background: #fff;
		border-radius: 1px;
		overflow: hidden;
		float: left;
		padding: 0;
		margin: 15px;
		box-sizing: border-box;
		padding-bottom: 20px;
		border: 1px solid #e9e9e9;
		box-shadow: 0 2px 13px -4px rgba(0,0,0,0.1);
	}
	@media only screen and (max-width: 767px) {
		.pin-box {
			width: 100% !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
		}
	}
	.pin-box .img-item, .pin-box iframe {
		margin-bottom: 0;
	}
	.pin-box h4 {
		font-size: 19px;
		font-weight: 600;
		margin-top: 18px;
		margin-bottom: 10px;
	}
	.pin-box h4 {
		font-size: 22px;
		line-height: 1.36;
		margin-bottom: 15px;
		font-weight: 500;
		margin-top: 12px;
		letter-spacing: 0;
	}
	.pin-box h4 a {
		color: #2e373d;
		display: inline-block;
	}
	.pin-box h4 a:hover, .tline-box h4 a:hover {
		color: #437df9;
	}
	.pin-ecxt h6.blog-date, .pin-ecxt h6.blog-author, .tline-ecxt h6.blog-author {
		font-size: 11px;
		letter-spacing: 1px;
		font-weight: 400;
		text-transform: uppercase;
	}
	.pin-ecxt2 h6.blog-date, .pin-ecxt h6.blog-author, .pin-ecxt h6.blog-cat,  .blog-cat-tline a {
		margin-bottom: 8px;
		margin-top: 25px;
		font-size: 13px;
		font-weight: 400;
		color: #777;
		position: relative;
	}
	.pin-ecxt2 h6.blog-date a {
		color: #888;
	}
	.pin-ecxt h6.blog-cat a {
		color: #a1a1a1;
	}
	.pin-ecxt h6.blog-cat a:hover {
		color: #437df9;
	}
	.pin-ecxt, .tline-ecxt {
		border-bottom: 1px solid #e9e9e9;
		padding: 0 12px 18px;
		margin: 0;
		margin-bottom: 10px;
	}
	.pin-ecxt {
		padding: 10px 20px 2px 24px;
	}
	.pin-ecxt p {
		color: #555;
		margin-bottom: 30px;
	}
	.pin-ecxt2 {
		padding-top: 12px;
		text-align: center;
	}
	.pin-ecxt a.readmore {
		display: none;
	}
	.container .pin-ecxt2 p, .pin-ecxt2 p small {
		font-size: 11px;
		font-weight: 600;
		margin: 0;
		color: #a1a1a1;
	}
	.pin-ecxt2 p {
		line-height: 20px;
	}
	.pin-ecxt2 p a {
		color: #a1a1a1;
	}
	.pin-ecxt2 p a:hover {
		color: #437df9;
	}
	.pin-ecxt2 p small {
		color: #a2a2a2;
		display: block;
	}
	.pin-ecxt2 img{
		width: 45px;
		height: 45px;
		margin: 0;
		margin-top: 4px;
		border-radius: 50%;
	}
	.pin-ecxt2 .col1-3 {
		width: 33.331%;
		float: left;
		height: 72px;
		line-height: 72px;
		border-right: 1px solid #eee;
		position: relative
	}
	.pin-ecxt2 .col1-3 img {
		margin-top: -30px;
	}
	.pin-ecxt2 .col1-3 p {
		margin-top: -22px;
		font-size: 12px;
		font-weight: 400;
	}
	.pin-ecxt2 .col1-3:last-child {
		border: none;
	}
	.pin-ecxt2 .col1-3 i, .postmetadata .comments-number-x i {
		margin: 12px 0;
		color: #a6adae;
		border: 1px solid #e2e2e2;
		padding: 11px;
		border-radius: 50%;
		font-size: 16px;
	}
	.pin-ecxt2 .col1-3 span, .comments-number-x span {
		display: block;
		position: absolute;
		top: 24px;
		left: 50%;
		margin-left: 15px;
		padding: 0 7px;
		height: 18px;
		line-height: 18px;
		font-size: 11px;
		text-align: center;
		border-radius: 25px;
		background: #437df9;
		color: #fff;
	}
	.pin-ecxt2 .col1-3.col-w50 {
		width: 50%;
	}
	.pin-ecxt2 .col1-3 i.fa-clock-o {
		margin-right: 7px;
		padding: 10px 11px;
	}
	.comments-number-x span {
		top: 4px;
	}
	.postmetadata .comments-number-x i {
		border-color: #d7d7d7;
	}
	.portfolio-pin .pin-box h4 {
		margin-bottom: 18px;
	}
	.portfolio-pin .pin-box {
		text-align: center;
	}
	.portfolio-pin .pin-box .pin-ecxt {
		padding-top: 20px;
	}
	.portfolio-pin .blog-cat-tline a {
		padding: 4px 11px;
		border-radius: 15px;
		background: #f1f1f1;
	}
	.portfolio-pin .blog-cat-tline a:hover {
		background: #f6f6f6;
	}
	/* Timeline Style
	------------------- */
	#pin-content {
		width: auto;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	#tline-content {
		width: 1146px;
		margin: 15px auto;
		position: relative;
	}
	.tline-box {
		position: relative;
		margin-bottom: 100px;
	}
	.tline-topdate:first-child {
		margin-bottom: 138px !important;
	}
	.tline-box .tline-author-box .tline-author {
		float: left;
		margin-bottom: 0;
		margin-top: 4px;
		margin-left: -5px;
		margin-right: 8px;
	}
	#main-content-timeline #main-content-timeline .wn-loadmore-ajax {
		display: none;
	}
	.tline-box .tline-author-box .tline-author a {
		color: #8a8a8a;
		font-size: 13px;
		font-weight: 500;
		text-transform: capitalize;
	}
	.tline-box .tline-author-box {
		position: absolute;
		z-index: 99;
		top: 66px;
		left: -1px;
	}
	#tline-content:before {
		content: "";
		background: #ececec;
		position: absolute;
		left: 60px;
		width: 2px;
		margin-left: -4px;
		height: 100%;
	}
	.tline-author-box img {
		border-radius: 50%;
		border: 2px solid #ececec;
		transition: all .5s ease;
		float: left;
		display: inline-block;
	}
	.tline-author-box .tline-date {
		float: left;
		color: #a9a9a9;
		font-size: 12px;
		font-weight: 400;
		text-transform: capitalize;
		margin-bottom: 0;
		margin-top: 6px;
		padding-left: 28px;
		position: relative;
	}
	.tline-author-box .tline-date:before {
		content: '';
		position: absolute;
		left: -2px;
		top: 7px;
		width: 16px;
		height: 2px;
		background: #ececec;
	}
	.wpb_column #pin-content {
		margin-left: -15px;
		margin-right: -15px;
	}
	.tline-row-r {
		left: 0;
		margin: 0;
		margin-left: -40px;
	}
	.tline-row-r:before {
		left: 0;
		right: auto;
	}
	.tline-box iframe {
		height: 302px;
	}
	.tline-content-wrap {
		margin-left: 220px;
		border: 1px solid #ececec;
		position: relative;
	}
	.tline-content-wrap:before, .tline-content-wrap:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-right: 10px solid #ececec;
		border-bottom: 15px solid transparent;
		position: absolute;
		top: 63px;
		left: -10px;
	}
	.tline-content-wrap:after {
		border-right: 10px solid #fff;
		left: -9px;
	}
	.tline-content-wrap .tline-rigth-side {
		padding: 0;
		overflow: hidden;
	}
	.tline-content-wrap .tline-rigth-side img {
		width: 100%;
	}
	.tline-content-wrap .tline-ecxt {
		padding: 39px 38px 0;
	}
	.blog-cat-tline {
		margin-bottom: 35px;
		display: inline-block;
		background: #616660;
		padding: 4px 14px 5px;
	}
	.tline-content-wrap .blog-tline-excerpt {
		color: #4a4a4a;
		font-size: 15px;
	}
	.tline-content-wrap .tline-footer {
		display: block;
		clear: both;
		border-top: 1px solid #ececec;
		padding: 21px 40px;
		background: #fff;
	}
	

	.tline-content-wrap .tline-footer .tline-comment {
		display: inline-block;
	}
	.tline-content-wrap .tline-footer .tline-comment i {
		margin-right: 10px;
		font-size: 18px;
	}
	.tline-content-wrap .tline-footer .tline-comment a {
		font-size: 13px;
		color: #1d1d1b;
		font-weight: 500;
	}
	.blog-cat-tline a {
		font-size: 11px;
		color: #fff;
		text-transform: uppercase;
	}
	.blog-cat-tline a:hover {
		text-decoration: underline;
	}
	.tline-box h4 {
		font-size: 21px;
		font-weight: 500;
		letter-spacing: 1px;
		margin-bottom: 14px;
	}
	.tline-box h4 a {
		color: #121212;
	}
	.tline-topdate {
		width: 142px;
		position: relative;
		display: block;
		clear: both;
		zoom: 1;
		padding: 5px 5px 4px;
		background: #fff;
		font-size: 12px;
		text-align: center;
		font-weight: 500;
		border: 2px solid #ececec;
		line-height: 26px;
		color: #777;
		margin-top: 187px;
		margin-bottom: 119px;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-left: -14px;
	}
	.tline-topdate:first-child {
		margin-top: 0;
	}
	.tline-topdate.enddte {
		bottom: 0;
		margin-bottom: 0;
	}
	.tline-ecxt {
		border-bottom: none;
		padding: 0 12px 3px;
		margin: 0;
	}
	.tline-box.rgtline .tline-author-box img, .tline-box.rgtline .port-tline-dt h3 {
		float: left;
		margin-left: 0;
		margin-right: 15px;
	}
	h6.tline-author a {
		color: #333;
	}
	.tline-box.rgtline h6.tline-date, .tline-box.rgtline h6.tline-author {
		text-align: left;
	}
	.port-tline-dt h3 {
		background: #437df9;
		color: #fff;
		text-align: center;
		border: none;
		line-height: 61px;
		margin-top: -9px;
		border-radius: 50%;
	}
	.portfolio-timeline .tline-ecxt h4 {
		margin-top: 14px;
		margin-bottom: 11px;
	}
	@media( min-width: 1200px) {
		.tline-box .tline-author-box {
			left: 43px;
		}
		.tline-box .tline-author-box .tline-author {
			position: absolute;
			left: -82px;
			width: 80px;
			text-align: center;
		}
	}
	@media( min-width: 992px ) and ( max-width: 1200px ) {
		.tline-content-wrap {
			margin-left: 80px;
		}
		.tline-content-wrap .tline-ecxt {
			padding: 20px 20px 0;
		}
		#tline-content:before {
			left: 0;
		}
		.tline-topdate {
			margin-left: -70px;
		}
		.tline-author-box .tline-date, .tline-box .tline-author-box .tline-author, .tline-author-box img {
			float: none;
			padding: 0;
			margin: 0;
			margin-bottom: 14px;
		}
		.tline-box .tline-author-box {
			text-align: center;
		}
		.tline-author-box .tline-date:before {
			display: none;
		}
		.tline-box .tline-author-box {
			left: -64px;
			background: #fff;
			padding: 6px;
			top: 46px;
		}
		.tline-box {
			max-width: 85%;
		}
		.tline-box .post-sharing.post-sharing-5 .blog-social-5 {
			right: 85px;
			top: -134px;
		}
		#wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5:before, #wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5:after {
			left: 129px;
			border-right: none;
			border-left: 10px solid #ececec;
		}
		#wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5:after {
			border-right: none;
			border-left: 10px solid #fff;
			left: 128px
		}
	}
	.tline-box .post-sharing {
		float: right;
	}
	.tline-box .post-sharing.post-sharing-2 {
		padding-bottom: 0;
		border: 0;
	}
	.tline-box .post-sharing.post-sharing-4 {
		padding: 0;
	}
	.tline-box .post-sharing.post-sharing-2 a {
		margin-right: 18px;
	}
	.tline-box .post-sharing.post-sharing-2 a:last-child {
		margin-right: 0;
	}
	@media(min-width: 481px) and (max-width: 991px) {
		#tline-content {
			width: auto;
		}
		#tline-content:before {
			left: 90px;
		}
		.tline-topdate {
			margin-left: 15px;
		}
		.tline-author-box .tline-date, .tline-box .tline-author-box .tline-author, .tline-author-box img {
			float: none;
			padding: 0;
			margin: 0;
			margin-bottom: 14px;
		}
		.tline-box .tline-author-box {
			text-align: center;
		}
		.tline-author-box .tline-date:before {
			display: none;
		}
		.tline-box .tline-author-box {
			left: 30px;
			background: #fff;
			padding: 6px;
			top: 46px;
		}
		.tline-box .post-sharing.post-sharing-5 .blog-social-5 {
			right: 85px;
			top: -134px;
		}
		#wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5:before, #wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5:after {
			left: 129px;
			border-right: none;
			border-left: 10px solid #ececec;
		}
		#wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5:after {
			border-right: none;
			border-left: 10px solid #fff;
			left: 128px
		}
	}
	@media( max-width: 768px ) {
		#tline-content {
			width: 100%;
		}
		.tline-comment, .tline-box .post-sharing.post-sharing-5, .tline-box .post-sharing.post-sharing-5 h6 {
			display: inline-block;
			width: 100%;
			float: none;
			text-align: center;
		}
		.tline-comment {
			margin-bottom: 20px;
		}
		.tline-content-wrap .tline-footer {
			padding-bottom: 40px;
		}
		#wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5 {
			right: 140px;
		}
		#wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5:before, #wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5:after {
			left: 129px;
			border-right: none;
			border-left: 10px solid #ececec;
		}
		#wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5:after {
			border-right: none;
			border-left: 10px solid #fff;
			left: 128px
		}
	}
	@media ( max-width: 480px ) {
		.tline-box {
			width: auto;
		}
		#tline-content:before {
			left: 50%;
			transform: translate(-50% , 0);
			-webkit-transform: translate( -50% , 0 );
		}
		.tline-box {
			margin-bottom: 190px;
		}
		.tline-box .tline-author-box {
			top: -50px;
			left: 34%;
		}
		.tline-content-wrap {
			margin-left: 0;
			background: #fff;
		}
		#wrap .tline-box .post-sharing.post-sharing-5 .blog-social-5 {
			right: 66%;
		}
		.tline-topdate {
			left: 35%;
		}
		.tline-author-box .tline-date, .tline-box .tline-author-box .tline-author, .tline-author-box img {
			float: none;
			padding: 0;
			margin: 0;
			margin-bottom: 14px;
		}
		.tline-box .tline-author-box {
			text-align: center;
		}
		.tline-author-box .tline-date:before {
			display: none;
		}
		.tline-box .tline-author-box {
			top: -119px;
			background: #fff;
			padding: 6px;
			
		}
	}
	/* Posts
	------------------- */
	.blog-post, .blog-single-post {
		margin-bottom: 35px;
		position: relative;
		padding-bottom: 10px;
	}
	.blog-single-post {
		background: #fff;
		padding: 0;
		border: none;
	}
	.blog-post.blgtyp2 {
		padding-bottom: 10px;
		padding-top: 7px;
		margin-bottom: 0px;
		border: none;
	}
	.blog-post.blgtyp2 .alpha img {
		width: 100%;
	}
	.blog-post.format-quote {
		padding-top: 20px;
	}
	.blog-post.format-quote blockquote {
		margin-bottom: 0;
		padding-bottom: 15px;
	}
	.blog-post.format-quote blockquote p {
		font-family: 'Lora', sans-serif;
		font-size: 24px;
		margin-bottom: 0;
	}
	.blog-post.blgtyp2.format-quote {
		border-top: none;
		padding-top: 0;
		padding-bottom: 35px;
	}
	.postmetadata h6 {
		letter-spacing: 0;
		font-size: 13px;
		font-weight: 300;
		display: inline-block;
	}
	.postmetadata {
		margin-bottom: 10px;
		display: table;
		background: #f5f5f5;
		width: 100%;
		padding: 11px;
		border: none;
	}
	#wrap .postmetadata.postshow4 {
		margin: 0;
		background: #fff;
		width: 100%;
		padding: 0;
	}
	.showpost4-contnet .au-avatar-box .au-avatar {
		margin: 0;
		margin-top: 2px;
		margin-right: 15px;
	    float: left;
	}
	.showpost4-contnet .au-avatar-box .blog-author {
		overflow: hidden;
	}
	.postmetadata h6 {
		display: table-cell;
		letter-spacing: 0;
		font-size: 11px;
		line-height: 20px;
		font-weight: 400;
		text-align: center;
		padding-right: 4px;
		margin-bottom: 0;
		border-right: 1px solid #ddd;
		color: #707070;
	}
	.postmetadata h6 i {
		font-size: 12px;
		vertical-align: initial;
		color: #a1a1a1;
	}
	.postmetadata h6 i.ti-comment {
		vertical-align: middle;
	}
	.postmetadata h6.blog-cat a {
		color: #707070;
		font-weight: 500;
		text-transform: uppercase;
	}
	.postmetadata h6.blog-cat a:hover {
		color: #437df9;
		text-decoration: underline;
	}
	.postmetadata h6 strong {
		text-transform: lowercase;
		font-weight: 500;
	}
	
	@media only screen and (max-width: 767px) {
		.postmetadata h6 {
			margin-bottom: 20px;
			font-size: 12px;
			margin: 0;
			border: none;
			display: block;
			padding-bottom: 10px;
			text-align: left;
		}
		.blog-post.blgtyp2 .col-md-5.alpha, .blog-post.blgtyp2 .col-md-7.omega {
			padding-left: 0;
			padding-right: 0;
		}
	}
	
	@media only screen and (min-width: 992px) {
		.single-post.has-header-type11 .page-content {
			padding-top: 60px;
		}
		.single.has-header-type11 #wrap.boxed-wrap .page-content {
			padding-top: 100px;
		}
	}
	.postmetadata h6:last-child {
		border: none;
	}
	.col-md-4 .blog-post h6.blog-date {
		padding-top: 18px;
		margin-top: 12px;
		line-height: 1.2;
		padding-bottom: 0;
	}
	h6.blog-date span {
		font-weight: 600;
	}
	h6.blog-cat a {
		color: #437df9;
		display: inline-block;
	}
	h6.blog-date {
		font-weight: 300;
		font-size: 12px;
		letter-spacing: 0;
		text-transform: none;
	}
	.blog-post .au-avatar img, .blog-single-post .au-avatar img {
		width: 33px;
		margin: 5px auto;
	}
	.blog-post .au-avatar {
		float: left;
		margin: 0;
		margin-right: 7px;
		margin-top: -1px;
	}
	.blog-post.blgtyp2 .au-avatar, .blog-single-post .au-avatar img {
		float: left;
		width: 36px;
		height: 36px;
		margin-right: 11px;
	}
	.blog-post.blgtyp2 .au-avatar-box, .blog-single-post .au-avatar-box {
		min-height: 100%;
		margin-bottom: 8px;
		overflow: hidden;
		display: inline;
	}
	.blog-single-post h6.blog-author {
		line-height: 40px;
		text-align: left;
		font-weight: 500;
		text-transform: capitalize;
	}
	.blog-single-post h6.blog-author p {
		overflow: hidden;
		font-size: 15px;
	}
	.blog-post .au-avatar img, .blog-single-post .au-avatar img {
		background: #fff;
		border-radius: 55px;
	}
	.blog-single-post .au-avatar h5 a {
		overflow: hidden;
		display: inline-block;
		margin-top: 13px;
		color: #444;
	}
	.au-avatar-box {
		min-height: 40px;
	}
	.au-avatar-box .blog-author {
		padding-top: 6px;
		font-weight: normal;
	}
	.blog-post h3.post-title, .blog-single-post h1.post-title {
		font-size: 50px;
		font-weight: 500;
		line-height: 1.1;
		letter-spacing: 0;
		word-wrap: break-word;
		margin-bottom: 20px;
	}
	@media only screen and (max-width: 480px) {
		.blog-post h3.post-title, .blog-single-post h1.post-title {
			font-size: 38px;
			line-height: 1.16;
		}
	}
	.blog-post.blgtyp2 h3.post-title {
		font-size: 26px;
		line-height: 1.4;
		margin-bottom: 12px;
		padding-top: 5px;
	}
	.blog-single-post h1.post-title, .postshow1 h1.post-title {
		word-wrap: break-word;
		margin-top: 15px;
		margin-bottom: 30px;
		color: #1f2123;
		font-size: 50px;
		font-weight: 700;
		line-height: 1.3;
		letter-spacing: -1px;
	}
	.blog-post p, .blog-post div, .post img, .blog-single-post p img, .row-wrapper-x div.wp-caption, .row-wrapper-x p, .row-wrapper-x img {
		max-width: 100%;
	}
	.row-wrapper-x div.wpb_column, .row-wrapper-x #pin-content, .row-wrapper-x #tline-content {
		max-width: none;
	}
	.blog-single-post .au-avatar-box .au-avatar {
		overflow: hidden;
		margin-bottom: 10px;
	}
	.blog .postmetadata, .single .postmetadata {
		margin: 20px auto;
		position: relative;
	}
	.blog-post.sticky {
		padding: 25px 20px 10px;
		margin-bottom: 40px;
		border: 1px solid #e5e5e5;
		box-shadow: 0 2px 8px rgba(0,0,0,0.0245);
	}
	/* Post Show 1 */
	.postshow1 {
		position: relative;
		width: 100%;
		min-height: 768px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}
	.postshow-overlay {
		position: absolute;
		width: 100%;
		bottom: 0;
		height: 100%;
		background-color: rgba(36, 36, 36, 0.4);
	}
	.postshow1 h1.post-title-ps1 {
		font-size: 75px;
		font-weight: 700;
		letter-spacing: -2px;
		position: absolute;
		bottom: 33%;
		left: 0;
		width: 100%;
		text-align: center;
		color: #fff;
		text-shadow: 0 0px 3px rgba(0,0,0,0.17);
	}
	.postshow1-hd .postmetadata {
		margin-top: 0;
		margin-bottom: 60px;
	}
	.postshow1-hd .single-featured-image {
		display: none;
	}
	.postshow1-hd .blog-single-post .au-avatar-box {
		margin-top: -50px;
	}
	.postshow1-hd .blog-single-post .au-avatar {
		/*width: 68px;
		height: 68px;
		float: left;*/
		margin-right: 10px;
		margin-top: -23px;
		margin-bottom: 0;
	}
	.postshow1-hd .blog-single-post .au-avatar img {
		border: 3px solid #fff;
	}
	.postshow1-hd input[type="text"].header-saerch {
		background-color: rgba(255,255,255,0.7);
	}
	.postshow1-hd input[type="text"].header-saerch:focus {
		background-color: #fff;
	}
	/* Post Show 2 */
	.post-trait-w .single-featured-image, .post-trait-w {
		position: relative;
	}
	.post-trait-w .single-featured-image .blog-views {
		width: 87px;
		height: 87px;
		font-size: 15px;
		color: #707070;
		background: #f8f8f8;
		display: inline-block;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 22px;
	}
	.post-trait-w .single-featured-image .blog-views i {
		display: block;
		font-size: 22px;
		margin-bottom: 2px;
	}
	.postshow2-hd .post-trait-w h1 {
		position: absolute;
		bottom: 10px;
		padding: 5px 25px;
		color: #fff;
		text-shadow: 0 0px 3px rgba(0,0,0,0.29);
		z-index: 3;
	}
	.postshow2-hd .postmetadata {
		margin-bottom: 35px;
	}
	
	@media only screen and (max-width: 991px) {
		.postshow1 {
			min-height: 520px;
		}
		.postshow1 h1.post-title-ps1 {
			font-size: 50px;
			letter-spacing: -1px;
		}
		.postshow1-hd .blog-single-post .au-avatar-box {
			margin-top: -18px;
		}
	}
	
	@media only screen and (max-width: 767px) {
		.postshow1 {
			min-height: 480px;
		}
		.postshow1 h1.post-title-ps1 {
			font-size: 42px;
		}
		.postshow2-hd .post-trait-w h1 {
			font-size: 29px;
			line-height: 1.1;
		}
	}
	
	@media only screen and (max-width: 480px) {
		.postshow1 {
			min-height: 430px;
		}
		.postshow1-hd .blog-single-post .au-avatar-box {
			margin-top: -12px;
		}
		.postshow1 h1.post-title-ps1 {
			font-size: 33px;
		}
		.postshow2-hd .post-trait-w h1 {
			font-size: 21px;
			letter-spacing: 0;
		}
	}
	.blog-post .col-md-6, .col-md-4 .blog-post {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.blog-post .col-md-6 h3, .col-md-4 .blog-post h3 {
		font-size: 33px;
		text-transform: none;
		letter-spacing: -2px;
		line-height: 1.1;
		margin: 4px 0;
	}
	.blog-post .col-md-6 p, .col-md-4 .blog-post p {
		line-height: 1.4;
	}
	.blog-post .col-md-6 .postmetadata.tp2sec {
		padding: 4px 10px;
		float: right;
		margin-right: 8px;
		position: relative;
	}
	.blog-post.format-quote .postmetadata.tp2sec {
		display: none;
	}
	.blog-post .col-md-6 h6.blog-date {
		padding-bottom: 0;
		margin-bottom: 8px;
	}
	.blog-single-post blockquote p, .blog-post blockquote p {
		font-size: 18px;
		line-height: 1.64;
		font-family: 'Lora', serif;
		font-style: italic;
		margin-bottom: 4px;
	}
	/* blog */
	.blog-post .blog-comments .post-format-icon {
		margin: 3px;
		display: block;
		padding: 7px 19px;
		font-size: 30px;
		font-style: normal;
		float: none;
		border-radius: 0;
	}
	#wrap .blgtyp1.blog-post .blog-comments a {
		display: block;
		font-family: FontAwesome;
		padding: 8px 0;
		font-style: normal;
		font-size: 12px;
		color: #555;
		margin: 0 5px;
		font-weight: 400;
	}
	.blog-post .blog-comments a:before {
		content: "\f0e5";
		padding-right: 4px;
		font-style: normal;
	}
	.blog1-header-wrap {
		text-align: left;
		letter-spacing: 0;
		margin-bottom: 23px;
	}
	.blog-inner h6 a {
		margin-left: 4px;
	}
	#wrap .col-md-6.blg-typ3 {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.blgtyp3.blog-post {
		border-bottom: none;
		margin-bottom: 15px;
		text-align: center;
	}
	.blgtyp3.blog-post.format-quote {
		min-height: 485px;
		padding: 30px 21px 50px;
		margin-bottom: 21px;
		border: 1px solid #eee;
	}
	.blgtyp3.blog-post p {
		text-align: left;
	}
	.blgtyp3.blog-post a.readmore {
		display: none;
	}
	.blgtyp3.blog-post.format-quote a.readmore {
		display: inline-block;
		bottom: 20px;
		border-color: #eee;
	}
	.blgtyp3.blog-post .postmetadata {
		margin-top: 5px;
		margin-bottom: 15px;
		clear: both;
		padding: 10px 5px;
	}
	.blgtyp3.blog-post.format-quote .postmetadata {
		margin-top: 10px;
		text-align: center;
	}
	.blgtyp3.blog-post .fluid-width-video-wrapper {
		padding-top: 243px !important;
		margin-bottom: 2px;
	}
	.blgtyp3.blog-post h3 {
		font-size: 22px;
		padding: 0 4%;
		margin: 10px 0 15px;
		letter-spacing: 0;
	}
	.blgtyp3.blog-post h6 a, .blgtyp2.blog-post h6 a, .blog-single-post .postmetadata h6 a, .blog-single-post h6.blog-author a {
		color: #437df9;
	}
	h6.blog-author a {
		margin-left: 2px;
	}
	.blgtyp3.blog-post h6 a:hover, .blgtyp1.blog-post h6 a:hover, .blgtyp2.blog-post h6 a:hover, .blog-single-post .postmetadata h6 a:hover, .blog-single-post h6.blog-author a:hover {
		color: #437df9;
	}
	#wrap .blgtyp3.blog-post h6.blog-date a {
		color: #a9a9a9;
		margin-left: 4px;
	}
	.blgtyp3.blog-post img {
		margin-bottom: 20px;
		width: 100%;
	}
	.blgtyp3.blog-post .wpb_gallery.wpb_content_element {
		margin-bottom: 3px
	}
	.blgtyp3.blog-post .wpb_gallery.wpb_content_element img {
		margin-bottom: 0;
	}
	.blg3both .blgtyp3.blog-post .postmetadata {
		display: block;
		padding: 20px 14px;
	}
	.blg3both .blgtyp3.blog-post .postmetadata h6 {
		float: none;
		display: block;
		padding-bottom: 20px;
		text-align: left;
	}
	.blg3both .blgtyp3.blog-post .postmetadata h6:last-child {
		padding-bottom: 0;
	}
	.blgtyp2.blog-post a.readmore {
		left: 0;
		transform: none;
	}
	.blgtyp2.blog-post h6 {
		color: #a1a5ad;
	}
	.blgtyp2.blog-post h6:after {
		content: "";
	}
	.blgtyp2.blog-post h6.blog-date {
		padding-left: 4px;
	}
	.blgtyp2.blog-post.format-quote a.readmore, .blgtyp3.blog-post.format-quote a.readmore {
		display: inline-block;
		float: right;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 2px;
		padding: 4px 16px;
		margin: 0;
		display: none;
	}
	.blgtyp3.blog-post.format-quote a.readmore {
		background: #fff;
		float: none;
		position: absolute;
		bottom: 20px;
	}
	.blgtyp2.blog-post.format-quote blockquote a.readmore {
		display: none;
	}
	.blgtyp2.blog-post .postmetadata {
		margin-top: 0px;
	}
	.blgtyp2.blog-post .omega p {
		color: #6f6f6f;
		padding-right: 25px;
		font-weight: 300;
	}
	.blgtyp2.blog-post .wpb_gallery.wpb_content_element, .blgtyp2.blog-post .iframe {
		margin-bottom: 0;
	}
	
	@media ( min-width: 1281px) and ( max-width: 1366px) {
		.blgtyp3.blog-post .postmetadata {
			padding: 20px 0;
		}
	}
	
	@media ( max-width: 1280px) {
		.blgtyp3.blog-post .postmetadata h6 {
			display: block;
			text-align: left;
			padding-bottom: 20px;
		}
		.blgtyp3.blog-post .postmetadata h6:last-child {
			padding-bottom: 0;
		}
	}
	
	@media ( min-width:961px ) and ( max-width:1200px) {
		#wrap .blgtyp2.blog-post h6 {
			display: block;
			width: 100%;
			float: none;
			text-align: left;
			padding-left: 0;
			padding-bottom: 10px;
		}
		#wrap .blgtyp2.blog-post h6:last-child {
			padding-bottom: 0;
		}
		.blog-post.blgtyp2 h3 {
			font-size: 25px;
		}
	}
	
	@media ( min-width:768px ) and ( max-width:960px) {
		.blgtyp2 .postmetadata {
			padding: 20px 0;
		}
	}
	
	@media only screen and (max-width: 767px) {
		.blgtyp2.blog-post .postmetadata {
			margin-top: 20px;
		}
		.blgtyp2.blog-post .postmetadata h6 {
			margin-bottom: 8px;
			padding-left: 0;
		}
		.blgtyp2.blog-post .omega p {
			padding-right: 0;
		}
	}
	.latest-f-blog .blog-post h4 {
		font-size: 24px;
		font-weight: 300;
		margin-bottom: 14px;
	}
	.blog-post a, .blog-line a {
		color: #000;
		-webkit-transition: color 0.18s ease;
		-moz-transition: color 0.18s ease;
		-o-transition: color 0.18s ease;
		transition: color 0.18s ease;
	}
	.blog-post a:hover, .blog-author span, .blog-line p a:hover {
		color: #437df9;
	}
	.blog-post p {
		color: #555;
	}
	.blog-post .blgt1-inner p {
		margin: 40px 0 50px;
	}
	.blog-line p, .blog-line p a, .blog-post p.blog-author, .blog-post p.blog-author a {
		text-align: left;
		font-size: 11px;
		text-transform: uppercase;
		line-height: 1.6;
		color: #666;
		margin-bottom: 10px;
		letter-spacing: 1px;
		font-weight: 400;
	}
	.blog-post p.blog-cat a, .blog-line p.blog-cat a {
		color: #437df9;
		margin-bottom: 7px;
		letter-spacing: 0.3px;
		font-size: 14px;
	}
	.blog-line p a:hover, .blog-post p a:hover {
		text-decoration: underline;
	}
	.blog-post p a.readmore:hover {
		text-decoration: none;
	}
	.blog-line p strong {
		font-weight: 400;
	}
	.blog-post img.full, .blog-post iframe, .blog-single-post img.full, .blog-single-post iframe {
		margin-bottom: 18px;
	}
	.blog-post iframe {
		width: 100%;
	}
	.blog-post img {
		background: #fff;
	}
	.blog-post .blog-inner:hover >a:before, .blog-post .blog-inner:hover >a:after {
		opacity: 1;
	}
	.blog-post .wpb_gallery.wpb_content_element, .blog-single-post .wpb_gallery.wpb_content_element, .blog-single-post .fluid-width-video-wrapper {
		margin-bottom: 18px;
	}
	.blgtyp1.blog-post .wpb_gallery.wpb_content_element, .blgtyp1.blog-post .fluid-width-video-wrapper {
		margin-bottom: 40px
	}
	.blog-post div img, .blog-post .post img, .blog-post .post iframe, .blog-sizngle-post .post img, .blog-single-post.post iframe {
		width: auto;
	}
	.search-results .blog-post img {
		width: auto;
	}
	.search .blog-post .alpha.omega p {
		display: block;
		width: 100%;
	}
	.blog-post .flex-control-nav li {
		margin-bottom: 0;
	}
	.blog-post .flexslider img, .blog-single-post .flexslider img {
		margin-bottom: 0px;
	}
	.blog-q {
		border-left: 1px solid #d8d8d8;
		padding-left: 12px;
	}
	.blog-q em {
		color: #a5adae;
	}
	p.blog-inpic img {
		float: left;
		border: 1px solid #c9c9c9;
		background: #f9f9f9;
		width: 280px;
		max-width: 100%;
		padding: 6px;
		margin: 0 14px 14px 0;
	}
	.date-sp-wrap {
		max-width: 100px;
		margin: 0 10px;
		float: left;
	}
	.blog-date-sp, .blog-com-sp {
		height: 40px;
		padding: 6px;
		padding-bottom: 20px;
		width: 90px;
		float: right;
		border-top-left-radius: 6px;
		color: #fff;
		background: #636e75 url(../images/blg-date-botpic1.png) no-repeat bottom right;
		font-weight: bold;
	}
	.blog-date-sp h3 {
		width: 30px;
		float: left;
		margin: 1px 5px;
		color: #437df9;
	}
	.blog-date-sp span {
		float: right;
		margin: 4px;
		color: #a2aab0;
		font-size: 12px;
		line-height: 1.2;
	}
	.blog-com-sp {
		background: none;
		color: #95a2aa;
		padding: 0 6px 8px;
		margin-top: -12px;
		text-align: center;
		font-size: 12px;
		height: 16px;
		border-radius: 0px;
		border-bottom-left-radius: 11px;
	}
	.blog-com-sp a {
		color: #95a2aa;
	}
	.pin-box .blog-date-sp, .pin-box .blog-com-sp, .tline-box .blog-date-sp {
		position: relative;
		bottom: 0;
		margin: -10px;
		margin-top: 7px;
		width: 50%;
		border: 0;
		border-radius: 0;
		background: #ebebeb;
		padding: 0;
	}
	.pin-box .blog-com-sp {
		float: left;
		height: 40px;
		padding: 12px 23px 0 0;
	}
	.pin-box .blog-date-sp h3, .tline-box .blog-date-sp h3 {
		margin-left: 12px;
		margin-top: 3px;
		text-shadow: 0 0 1px rgba(0,0,0,0.1);
		font-weight: 300;
	}
	.tline-box .blog-date-sp {
		display: none;
	}
	h6.blog-date a:hover, h6.blog-cat a:hover, h6.blog-author a:hover {
		color: #437df9;
	}
	.postmetadata i {
		padding: 0 7px;
	}
	.blog-post.blgtyp2 .comments-number-x2 {
		float: right;
		margin-top: -30px;
	}
	.blog-post.blgtyp2 .comments-number-x2 {
		padding: 0;
		border: none;
		margin-right: 65px;
	}
	.postmetadata h6.blog-views i {
		font-size: 12px;
		color: #888;
		padding: 5px;
		background: #fff;
		border-radius: 20px;
		border: 1px solid #e1e1e1;
	}
	.postmetadata h6.blog-views span {
		font-size: 11px;
		letter-spacing: 1px;
		padding: 2px 6px;
		margin-left: -5px;
		background: #437df9;
		color: #fff;
		border-radius: 10px;
	}
	.blog-post.blgtyp2 .comments-number-x2 span {
		margin-left: -8px;
	}
	h6.blog-date a:hover, h6.blog-cat a:hover, h6.blog-author a:hover {
		text-decoration: underline;
	}
	.tline-box h6.blog-cat {
		font-size: 13px;
		background: #f2f2f2;
		color: #666666;
		padding-left: 7px;
		display: none;
	}
	.blog-post .flex-direction-nav a, .tline-box .flex-direction-nav a {
		padding: 16px 8px;
		margin-top: -28px;
		top: 50%;
	}
	.blog-post .flex-control-paging li a, .tline-box .flex-control-paging li a {
		width: 12px;
		height: 12px;
	}
	.blog-post .flex-control-nav, .tline-box .flex-control-nav {
		bottom: 15px;
		right: 24px;
	}
	.blog-post .flex-control-nav li, .tline-box .flex-control-nav li {
		margin: 0 3px;
	}
	.blog-post .flexslider .slides > li, .tline-box .flexslider .slides > li {
		margin-bottom: 0;
	}
	.blog-post .flexslider img, .tline-box .flexslider img {
		margin-bottom: 0;
	}
	.blog-post .mejs-container {
		margin-bottom: 35px;
		margin-top: 37px;
	}
	.blog-post .fluid-width-video-wrapper {
		margin-bottom: 18px;
	}
	.pin-box .fluid-width-video-wrapper, .tline-box .fluid-width-video-wrapper {
		margin-bottom: 18px;
		padding-top: 210px !important;
	}
	.blog-post.blgtyp2 .fluid-width-video-wrapper {
		margin-bottom: 0;
		padding-top: 224px !important;
	}
	.tline-box .fluid-width-video-wrapper, .tline-box .wpb_gallery_slides {
		margin-bottom: -15px;
	}
	.next-prev-posts {
		padding: 12px 0;
		margin-top: 10px;
		clear: both;
		min-height: 50px;
	}
	.next-prev-posts a {
		padding: 9px 20px;
		background: #f8f8f8;
		border: 1px solid #ddd;
		border-radius: 50px;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 1px;
	}
	.next-prev-posts a i {
		vertical-align: middle;
	}
	.next-prev-posts a.next-post {
		float: right;
	}
	.post-tags {
		background: none;
		padding: 16px;
		margin-top: 20px;
	}
	.post-tags i {
		font-size: 24px;
		color: #303030;
		margin-right: 5px;
	}
	.post-tags a {
		display: inline-block;
		color: #444;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		font-weight: 500;
		padding: 3px 7px;
		border: 1px solid #ddd;
		border-radius: 2px;
		background: #fff;
		margin: 1px 3px;
	}
	.post-tags a:hover {
		text-decoration: underline;
	}
	/* About Author */
	.about-author-sec {
		margin: 15px 0;
		padding-top: 20px;
		min-height: 150px;
		text-align: left;
	}
	.archive.author .about-author-sec {
		background: #fff;
		padding: 30px;
		border: 1px solid #e9e9e9;
		min-height: 150px;
		box-shadow: 0 2px 3px rgba(0,0,0,0.018);
		margin-left: 15px;
		margin-right: 15px;
	}
	
	@media only screen and (min-width: 992px) {
		.has-header-type11.author .about-author-sec {
			margin-top: 90px;
		}
	}
	.archive.author .about-author-sec img {
		float: left;
		margin-right: 30px;
	}
	.blog-single-post .post .about-author-sec img {
		float: left;
		display: inline-block;
		width: 90px;
		height: auto;
		border-radius: 50%;
		margin-bottom: 5px;
		margin-right: 25px;
		margin-top: -5px;
		border: 1px solid #e4e4e4;
	}
	.about-author-sec h5 {
		font-weight: 700;
		font-size: 23px;
		line-height: 1.2;
		color: #333;
		text-transform: uppercase;
		overflow: hidden;
	}
	.about-author-sec h5 a {
		color: #000;
	}
	.about-author-sec h6 {
		overflow: hidden;
	}
	.about-author-sec h5 a:hover {
		color: #437df9;
	}
	.about-author-sec p {
		font-size: 16px;
		font-weight: 300;
		color: #444;
		line-height: 1.7;
		text-align: left;
		overflow: hidden;
	}
	.archive.author #headline {
		display: none;
	}
	.blog-date-sec {
		color: #555;
		padding-right: 10px;
		text-align: center;
		line-height: 10px;
		border-right: 3px solid #e5e5e5;
	}
	.blog-date-sec h3 {
		color: #555;
		font-weight: 700;
		font-size: 24px;
		line-height: 1.2;
		padding-top: 2px;
		margin: 0;
		letter-spacing: 4px;
	}
	.blog-date-sec h6 {
		font-size: 14px;
	}
	.blog-date-sec span {
		display: block;
		font-size: 12px;
		font-weight: 400;
		color: #a1a1a1;
		text-transform: uppercase;
		margin-top: 8px;
		letter-spacing: 1px;
	}
	.col-md-1 .blog-date-sec {
		border: none;
	}
	.col-md-1 .blog-date-sec h3 {
		font-size: 27px;
		font-weight: 800;
		letter-spacing: -1px;
	}
	.blog-line {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eee;
	}
	.blog-line img {
		float: right;
		width: 140px;
		height: 110px;
		-webkit-transition: all 0.18s ease;
		-moz-transition: all 0.18s ease;
		-o-transition: all 0.18s ease;
		transition: all 0.18s ease;
	}
	.img-hover {
		position: relative;
		max-width: 100%;
		float: right;
		margin-left: 15px;
	}
	.img-hover:before {
		content: "";
		color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
		-moz-box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
		box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
		opacity: 1;
		-webkit-transition: all 0.18s ease;
		-moz-transition: all 0.18s ease;
		-o-transition: all 0.18s ease;
		transition: all 0.18s ease;
	}
	.blog-line:hover .img-hover:before {
		-webkit-box-shadow: inset 0 0 0 5px;
		-moz-box-shadow: inset 0 0 0 5px;
		box-shadow: inset 0 0 0 5px;
		color: #437df9;
	}
	.blog-line h4 {
		font-size: 17px;
		letter-spacing: 0;
		font-weight: 600;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.blog-line:hover h4 a {
		color: #437df9;
	}
	/* Social share 1 */
	.blog-post .blog-social-1 {
		float: right;
		width: auto;
	}
	.blog-single-post .post-sharing-1 {
		margin-top: 35px;
		margin-bottom: 10px;
		padding-top: 35px;
		border-top: 1px solid #e9e9e9;
		clear: both;
	}
	.post-sharing-1 span {
		font-size: 15px;
		font-weight: 700;
		color: #484848;
		padding-right: 10px;
		line-height: 1.5;
	}
	.blog-social-1 {
		display: table;
	}
	.blog-social-1 a {
	    color: #a9a9a9;
	    border: 1px solid;
	    box-shadow: 0 3px 13px -3px rgba(0,0,0,0.19);
	    display: inline-block;
	    font-size: 14px;
	    text-align: center;
	    padding: 0;
	    border-radius: 50%;
	    margin-right: 4px;
	    width: 30px;
	    height: 30px;
	    line-height: 31px;
	    transition: all 0.38s ease;
	}
	#wrap .blog-social-1 a:hover {
		color: #437df9;
	}
	#wrap .blog-social-1 a:hover i {
		color: #437df9;
	}
	/* Social share 2 */
	.post-sharing-2 {
		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 28px;
	}
	.post-sharing-2 .blog-social-2 a {
		color: #222;
		margin-right: 53px;
		font-weight: 500;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.post-sharing-2 .blog-social-2 a i {
		margin-right: 10px;
		vertical-align: baseline;
		font-size: 14px;
	}
	
	/* Social share 3 */
	.blog-social-3 {
		opacity: 0;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.blog-social-3.active {
		opacity: 1;
	}
	.blog-social-3.active.deactive {
		position: relative;
	}
	.blog-social-3.active.deactive a {
		display: inline-block;
	}
	.blog-social-3 a i.sl-social-twitter {
		padding-top: 10px;
	}
	.blog-social-3 a i.sl-social-linkedin {
		padding-top: 8px;
	}
	.blog-social-3 a i {
		color: #222;
		font-size: 20px;
		width: 40px;
		height: 40px;
		font-weight: 100;
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		padding-top: 9px;
		border: 1px solid;
		border-radius: 50px;
		background: #fff;
	}
	@media ( min-width:960px ) {
		.blog-social-3 a {
			position: relative;
			display: block;
		}
		.blog-social-3 a i {
			display: block;
			margin-bottom: 12px;
		}
		.blog-social-3 {
			position: fixed;
			top: 50%;
			z-index: 2;
			left: 10px;
		}
		.blog-social-3 .single-wntooltip:after {
			top: -12px;
			left: 50%;
			transform: translate(-50%,0);
			-webkit-transform: translate(-50%,0);
		}
	}


	/* Social share 4 */
	.post-sharing-4 {
		padding: 17px 17px 17px 12px;
		display: inline-block;
	}
	.post-sharing-4:hover h6 {
		color: #437df9;
		-webkit-transition: all .27s ease;
		-moz-transition: all 27s ease; 
		-ms-transition: all .27s ease;
		-o-transition: all .27s ease;
		transition: all .27s ease;
	}
	.post-sharing-4 h6 {
		text-transform: uppercase;
		position: relative;
		padding-right: 14px;
	}
	.post-sharing-4 h6:before {
		content: '\f107';
		position: absolute;
		font-family: 'FontAwesome';
		right: 0;
	}
	.blog-social-4 {
		display: none;
	}
	.post-sharing-4:hover .blog-social-4 {
		display: block;
		-webkit-transition: all .27s ease;
		-moz-transition: all 27s ease; 
		-ms-transition: all .27s ease;
		-o-transition: all .27s ease;
		transition: all .27s ease;
	}
	.blog-social-4 {
		margin-top: 5px;
		position: absolute;
		background: #fcfcfc;
		border: 1px solid #e4e4e4;
		padding: 13px 17px;
		font-size: 10px;
		font-weight: 900;
		line-height: 25px;
		letter-spacing: 0.1em;
		z-index: 7;
	}
	.blog-social-4 a {
		display: block;
		position: relative;
		padding-left: 14px;
		-webkit-transition: all .27s ease;
		-moz-transition: all 27s ease; 
		-ms-transition: all .27s ease;
		-o-transition: all .27s ease;
		transition: all .27s ease;
		text-transform: uppercase;
		color: #444444;
		font-weight: 900;
	}
	.blog-social-4 a:after {
		content: '';
		position: absolute;
		top: 50%;
		left:0;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 7px;
		height: 1px;
		background: #444444;
	}
	.blog-social-4 a:hover:after {
		background: #437df9;
	}
	/* social 5 */
	.post-sharing.post-sharing-5 {
		float: right;
	}
	.post-sharing.post-sharing-5 {
		position: relative;
	}
	.post-sharing.post-sharing-5 h6 {
		color: #1d1d1b;
		font-weight: 500;
		float: left;
		cursor: pointer;
	}
	.post-sharing.post-sharing-5 h6 i {
		transform: rotate( 90deg );
		margin-left: 7px;
	}
	.post-sharing.post-sharing-5 .blog-social-5 {
		background: #fff;
		border: 1px solid #f1f1f1;
		box-shadow: 0px 1px 5px 0px rgba(2, 3, 3, 0.07);
		padding: 25px 21px 10px 17px;
		position: absolute;
		z-index: 1;
		top: -136px;
		right: -143px;
	}
	.post-sharing.post-sharing-5 .blog-social-5:before, .post-sharing.post-sharing-5 .blog-social-5:after {
		content: '';
		width: 0;
		height: 0;
		border-top: 15px solid transparent;
		border-right: 10px solid #ececec;
		border-bottom: 15px solid transparent;
		position: absolute;
		bottom: 41px;
		left: -10px;
	}
	.post-sharing.post-sharing-5 .blog-social-5:after {
		border-right: 10px solid #fff;
		left: -9px;
	}
	.post-sharing.post-sharing-5 .blog-social-5 {
		display: none;
	}
	.post-sharing.post-sharing-5:hover .blog-social-5 {
		display: block;
	}
	.post-sharing.post-sharing-5 .blog-social-5 a {
		display: block;
		color: #1d1d1b;
		font-size: 13px;
		font-weight: 500;
		margin-bottom: 16px;
	}
	.post-sharing.post-sharing-5 .blog-social-5 a.more-less {
		text-align: center;
	}
	.post-sharing.post-sharing-5 .blog-social-5 a.more-less i {
		padding-right: 8px;
	}
	.post-sharing.post-sharing-5 .blog-social-5 a i {
		padding-right: 15px;
		font-size: 15px;
	}
	.blog-inner .post-sharing.post-sharing-5:hover .blog-social-5 {
		display: table;
		left: 70px;
	}
	/* Social wntooltip */
	.single-wntooltip {
		position: relative;
	}
	.single-wntooltip:before, .single-wntooltip:after {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.18s ease;
		transition: all 0.18s ease;
	}
	.single-wntooltip:before {
		position: absolute;
		top: -35px;
		left: 5px;
		padding: 0 8px;
		background-color: #010101;
		border-radius: 0;
		color: #fff;
		content: attr(data-wntooltip);
		text-align: center;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 400;
		height: 23px;
		line-height: 24px;
		white-space: nowrap;
		letter-spacing: 1px;
		z-index: 2;
		box-shadow: 0 4px 18px -2px rgba(0,0,0,0.5);
	}
	.single-wntooltip:after {
		content: '';
		position: absolute;
		top: -12px;
		left: 13px;
		width: 0;
		border-width: 4px;
		border-style: solid;
		border-color: #010101 transparent transparent transparent;
	}
	.single-wntooltip:hover:before, .single-wntooltip:hover:after {
		opacity: 1;
		visibility: visible;
	}
	
	.blgtyp1.blog-post .blog-social-1 {
		margin-top: -36px;
	}

	@media only screen and (min-width: 992px) {
		.blgtyp1.blog-post .blog-social-1 {
			margin-top: -106px;
		}
		.blgtyp11 .blog-post.blgtyp1 .blog-social-1 {
			margin-top: -40px;
		}
	}
	.blgtyp10 .blgtyp1.blog-post .blog-social-1, .blgfltl .blgtyp1.blog-post .blog-social-1, .blgfltg .blgtyp1.blog-post .blog-social-1 {
		margin: 0 auto;
		float: none;
	}
	
	.blgtyp10 .blog-social-1 a, .blgfltl .blgtyp1.blog-post .blog-social-1 a, .blgfltg .blgtyp1.blog-post .blog-social-1 a {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}
	.blgtyp10 .single-wntooltip:before, .blgtyp10 .single-wntooltip:after,
	.blgfltl .blog-post .blog-social-1 .single-wntooltip:before, .blgfltl .blog-post .blog-social-1 .single-wntooltip:after,
	.blgfltg .blog-post .blog-social-1 .single-wntooltip:before, .blgfltg .blog-post .blog-social-1 .single-wntooltip:after {
		z-index: 99;
	}
	/* Recommended Posts */
	.container.rec-posts {
		margin-left: -10px;
		margin-right: -10px;
		padding: 0;
		width: auto;
		max-width: none;
	}
	
	@media only screen and (min-width: 992px) {
		#wrap .container.rec-posts {
			margin-left: -15px;
			margin-right: -15px;
		}
	}
	.blog-single-post .rec-post {
		background: #fff;
	}
	.rec-post img {
		border: 1px solid #e4e4e4;
		margin-bottom: 15px;
	}
	.container.rec-posts h3.rec-title,
	.commentbox h3.comment-reply-title,
	.commentbox h4.comments-title,
	.rec-posts-type3 h3.rec-posts-type3-title {
		position: relative;
		margin: 40px 0 50px;
		font-size: 35px;
		font-weight: bold;
		padding-bottom: 27px;
		text-align: center;
		text-transform: none;
		letter-spacing: -1px;
		color: #000;
	}
	.container.rec-posts h3.rec-title:before,
	.commentbox h3.comment-reply-title:before,
	.commentbox h4.comments-title:before,
	.rec-posts-type3 h3.rec-posts-type3-title:before {
		content: "";
		height: 3px;
		width: 61px;
		background: #437df9;
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: 0;
	}
	.rec-post h5 {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.25;
		margin-bottom: 0;
		padding: 7px 1px 4px;
		letter-spacing: -0.6px;
	}
	.rec-post h5 a {
		color: #000;
	}
	.rec-post h5 a:hover {
		color: #437df9;
	}
	.rec-post p {
		font-size: 15px;
		color: #a0a0a0;
		padding: 0 1px 19px;
		font-weight: 100;
	}
	.rec-post p a {
		color: #444;
	}
	.rec-post p a:hover {
		color: #437df9;
	}
	
	@media only screen and (max-width: 767px) {
		.rec-post {
			margin-bottom: 15px;
		}
	}
	/* Readmore button */
	a.magicmore, a.addtocart, a.select-options {
		position: relative;
		padding: 3px 11px 2px 0;
		color: #437df9;
		-webkit-transition: all 0.18s ease;
		-moz-transition: all 0.18s ease;
		-ms-transition: all 0.18s ease;
		-o-transition: all 0.18s ease;
		transition: all 0.18s ease;
	}
	.magicmore:after {
		font-family: 'themify';
		font-size: 15px;
		content: "\e628";
		margin-right: 5px;
		font-style: normal;
		font-weight: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
	}
	a.readmore, #wrap #commentform input[type="submit"], .widget form input[type="submit"]#searchsubmit {
		position: relative;
		text-align: left;
		display: inline-block;
		letter-spacing: 2px;
		font-size: 11px;
		line-height: 11px;
		font-weight: 500;
		text-transform: uppercase;
		padding: 16px 24px;
		border: 1px solid #e4e4e4;
		color: #437df9;
		margin-bottom: 12px;
		z-index: 1;
		box-shadow: 0 3px 13px -4px rgba(0,0,0,0.09);
		transition: all .22s ease-in-out;
	}
	a.readmore:after {
		content: "\f105";
		font-family: 'FontAwesome';
		font-size: 20px;
		position: absolute;
		padding-left: 9px;
		top: 4px;
		z-index: -1;
		transition: width .22s ease-in-out;
		display: none;
	}
	@media only screen and (max-width: 480px) {
		a.readmore {
			letter-spacing: 1px;
			padding: 20px 30px;
			font-size: 13px;
		}
	}
	.widget form input[type="submit"]#searchsubmit {
		background: none;
	}
	a.readmore:hover, #wrap #commentform input[type="submit"]:hover, .widget form input[type="submit"]#searchsubmit:hover {
		background: #292929;
		color: #fff !important;
		border-color: #292929;
	}
	a.magicmore {
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.1px;
		color: #437df9;
		line-height: 1;
	}
	#wrap a.magicmore:hover {
		color: #000;
	}
	#wrap .blox.dark a.magicmore:hover {
		color: #fff;
	}
	#wrap a.magicmore:after {
		content: "\e628";
		position: absolute;
		top: 50%;
		right: -10px;
		left: auto;
		margin: 0;
		margin-top: -4px;
		font-size: 10px;
		padding: 0 3px 0 4px;
		opacity: 1;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#wrap a.magicmore:hover:after {
		right: -14px;
	}
	a.addtocart, a.select-options {
		padding: 4px 2px 2px 18px;
		color: #7f7f7f;
		float: right;
		display: inline-block;
		font-size: 12px;
		font-weight: bold;
	}
	a.select-options {
		float: left;
	}
	a.addtocart:hover, a.select-options:hover {
		color: #437df9;
		cursor: pointer;
	}
	a.addtocart:before, a.select-options:before {
		content: "\f07a";
		color: inherit;
		top: 8px;
		left: 1px;
		font-size: 13px;
	}
	a.select-options:before {
		content: "\f1de";
	}

	/* COMMENTS */

	.dpr-discu-main-loop-wrap h3 {
		font-size: 19px;
		font-weight: 300;
		color: #888;
		text-align: center;
		padding: 15px;
		background: #fafafa;
		border: 1px solid #eee;
	}
	.dpr-wrap .dpr-discu-container {
		max-width: 1200px;
	}
	#wrap .dpr-wrap {
		margin-top: 30px;
	}
	
	.comments-wrap {
		padding: 0;
		margin-top: 60px;
	}
	.commentbox {
		min-height: 156px;
		border-radius: 6px;
		text-align: left;
		margin: 12px 0;
	}
	#commentform {
		padding-top: 10px;
	}
	#commentform label {
		font-size: 13px;
		font-weight: 700;
		display: inline;
		color: #4e5c64;
		text-transform: uppercase;
	}
	#commentform .required {
		margin-left: 3px;
	}
	#commentform input[type="submit"] {
		border-radius: 0;
		font-size: 11px;
		letter-spacing: 2px;
		text-transform: uppercase;
		background: #437df9;
	}
	/* comments list */
	ol.commentlist {
		padding: 0;
		margin-left: 0;
	}
	.commentlist li {
		list-style: none;
		margin: 0;
		border-top: 1px solid #eee;
		overflow: hidden;
	}
	.commentlist li a:link, .commentlist li a:visited {
		color: #a0a0a0;
	}
	.commentlist li a:hover {
		color: #000;
		text-decoration: underline;
	}
	.commentlist li .comment-info {
		margin: 0;
		padding: 0;
		padding-left: 103px;
		padding-top: 14px;
	}
	.commentlist li .comment-info img {
		float: left;
		margin: 3px 30px 25px -100px;
		width: 70px;
		height: 70px;
		border-radius: 45px;
		background: #eee;
		display: inline;
	}
	.commentlist li .comment-info cite {
		display: inline;
		font-size: 15px;
		line-height: 17px;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 0;
		padding: 5px 6px 5px 0px;
		color: #555;
		font-style: normal;
		font-weight: 700;
	}
	.commentlist li .comment-info cite a {
		color: #444;
	}
	.commentlist li .comment-info cite .comment-data {
		font-size: 11px;
		font-weight: normal;
		font-family: Arial, sans-serif;
		float: right;
		display: inline;
		padding-right: 10px;
		text-transform: none;
		letter-spacing: 0;
	}
	.commentlist li .comment-info cite .comment-data a {
		color: #a0a0a0;
	}
	.commentlist li .comment-info cite .comment-data a:hover {
		color: #000;
		text-decoration: underline;
	}
	.commentlist li .comment-text {
		margin: 0;
		overflow: hidden;
		padding: 0 20px 25px 0;
	}
	.commentlist li .comment-text p {
		margin: 5px 0 20px 0;
		padding: 0;
		line-height: 1.8;
		font-size: 14px;
		color: #747474;
		font-family: Arial, sans-serif;
	}
	.commentlist li .comment-text .reply a {
		padding: 2px 14px 4px;
		border: 1px solid #e4e4e4;
		border-radius: 0;
		background-color: #fff;
		font-size: 12px;
		letter-spacing: 1px;
		color: #437df9;
		font-weight: 500;
		text-transform: uppercase;
		text-decoration: none;
		transition: all .22s ease-in-out;
	}
	.commentlist li .comment-text .reply a:hover {
		background-color: #292929;
		border-color: #292929;
		color: #fff;
	}
	.commentlist li ul.children {
		margin: 0;
		padding: 0;
	}
	.commentlist li ul.children li.depth-2, .commentlist li ul.children li.depth-3 {
		margin-left: 40px;
		border-color: #efefef;
	}
	.commentlist li .comment-text ol li, .commentlist li .comment-text ul li {
		border: none;
		padding: 5px 0;
	}
	.commentlist li .comment-text ol, .commentlist li .comment-text ol li {
		list-style: decimal;
		overflow: visible;
	}
	p.comment-notes {
		color: #9a9a9a;
		font-size: 13px;
		text-align: center;
		margin-bottom: 40px;
	}
	.comment-form-comment textarea {
		width: 100%;
		border: 1px solid #d5dee6;
		background: #fff;
		border-radius: 0;
		box-shadow: 3px 3px 10px rgba(0,0,0,0.025) inset;
		height: 132px;
	}
	.form-allowed-tags {
		font-size: 11px;
		padding: 6px;
		background: #f3f3f3;
	}
	.commentlist .comment-content {
		padding-top: 18px;
	}
	.commentlist li ul.children li.odd > .comment-content {
		background: #f8f8f8;
	}
	#wrap #commentform label {
		opacity: 1;
		left: 0;
		top: 28px;
		position: relative;
		transition: all .3s ease;
		color: #8c8c8c;
		font-size: 19px;
		font-weight: 100;
	}
	#wrap #commentform input[type="text"], #wrap #commentform input[type="password"], #wrap #commentform input[type="email"], #wrap .comment-form-comment textarea {
		padding: 0;
		padding: 10px 0 15px;
		border: 0;
		border-bottom: 1px solid #e3e3e3;
		box-shadow: none;
		background: none;
	}
	#wrap #commentform .wn-focus-active.wn-active label {
		opacity: 1;
		left: 0px;
		top: 0;
		transition: all .3s ease;
	}
	
	#wrap #commentform .wn-focus-active label {
		top: 14px;
	}
	#wrap #commentform input[type="submit"] {
		margin-top: 40px;
		background: none;
	}
	#wrap #commentform p:after {
		content: "";
		height: 1px;
		width: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		transition: all .3s ease;
	}
	#wrap #commentform p.comment-form-comment:after {
		bottom: 0;
	}
	#wrap #commentform .wn-active:after {
		width: 100%;
		background: #292929;
	}
	
	@media only screen and (min-width: 768px) {
		p.comment-form-author, p.comment-form-email, p.comment-form-url {
			position: relative;
			width: 31%;
			float: left;
			margin-right: 2.31%;
			margin-bottom: 0;
		}
		p.comment-form-comment {
			position: relative;
			clear: both;
			margin-top: 4px;
		}
	}
	
	@media only screen and (max-width: 767px) {
		.commentlist li .comment-info {
			padding-left: 50px;
			padding-top: 20px;
		}
		.commentlist li .comment-info img {
			width: 40px;
			height: 40px;
			border-radius: 20px;
			margin-top: -2px;
			margin-right: 10px;
			margin-left: -50px;
		}
		.commentlist li .comment-info cite .comment-data {
			display: none;
		}
		.commentlist li .comment-text p {
			font-size: 13px;
			padding-top: 15px;
			line-height: 1.3;
		}
	}
	
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		.blog-post .col-md-2 {
			width: 20%;
		}
		.blog-post .col-md-10 {
			width: 80%;
		}
		.blog-post .col-md-2 .blog-date-sec {
			width: auto;
		}
		.blog-post .col-md-1 {
			width: 10%;
		}
		.blog-post .col-md-5 {
			width: 45%;
		}
		.blog-post .col-md-6 {
			width: 45%;
		}
		.blog-post .col-md-1, .blog-post .col-md-2, .blog-post .col-md-5, .blog-post .col-md-6, .blog-post .col-md-10 {
			float: left;
		}
		.blog-post.blgtyp2 .col-md-5.alpha {
			padding-left: 10px;
			padding-right: 0;
			margin-bottom: 15px;
			width: 100%;
		}
	}
	
	@media only screen and (max-width: 991px) {
		.blog-post.blgtyp2 .col-md-4.omega {
			padding-left: 0;
		}
	}

	/* category color */
	.wn-cat-color {
		position: absolute;
		width: 15px;
		height: 15px;
	}
	/* Next Previous on Top Single
	======================================================*/
	.w-next-article,.w-prev-article{
		margin-top:30px;
	}
	.w-next-article a, .w-prev-article a {
		font-weight: 400;
		color: #616161;
		transition: all .3s ease;
	}
	.w-next-article strong, .w-prev-article strong {
		display: block;
		font-weight:400;
	}
	.w-next-article {
		text-align: right;
		position: relative;
		padding-right: 59px;
	}
	.w-prev-article span,
	.w-next-article span {
		display: block;
		text-transform: uppercase;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		color: #212121;
	}
	.w-next-article span {
		display: block;
		text-transform: uppercase;
		transition: all 0.3s ease;
	}
	.w-prev-article {
		text-align: left;
		position: relative;
		padding-left: 59px;
	}
	.w-next-article:hover a, .w-prev-article:hover a {
		color: #437df9;
	}
	.w-next-article i, .w-prev-article i {
		position : absolute;
		top: 49%;
		transform: translate(0,-49%);
		-webkit-transform: translate(0,-49%);
		font-size: 40px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		color: #212121;
	}
	.w-next-article i {
		right: 0px;
	}
	.w-prev-article i {
		left: 0px;
	}
	.w-next-article:hover i, .w-prev-article:hover i {
		color: #437df9;
	}
	
	/** latest review widget and single rating**/
	.side-list .post-review-item .review-date {
		display: none;
	}
	.side-list .post-review-item:hover img{
		background: none;
	}
	.side-list .post-review-item:hover .review-title a {
		text-decoration: none;
	}
	.side-list .post-review-item:first-child .review-figure {
		position: relative;
		overflow: hidden;
	}
	.side-list .post-review-item:first-child img {
		width: 100%;
		height: auto;
	}
	.side-list .post-review-item:first-child .review-content {
		background-color: #fff;
		margin: -70px 30px 15px;
		position: relative;
		max-width: 90%;
		padding: 17px 26px 60px;
	}
	.side-list .post-review-item:first-child .review-date {
		display: block;
	}
	.side-list .post-review-item:first-child p.review-date {
		font-size: 12px !important;
		color: #a1a1a1 !important;
		font-weight: 300 !important;
	}
	.side-list .post-review-item:first-child .review-title {
		margin-bottom: 40px;
	}
	.side-list .post-review-item:first-child .review-title a {
		font-size: 26px;
		line-height: 1.2;
		font-weight: 500;
	}
	.td-icon-star:before,
	.star-on-png:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f005";
		font-size: 15px;
		width: 17px;
		color: #121212;
	}
	.td-icon-star-half:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f123";
		font-size: 15px;
		width: 17px;
		color: #121212;
	}	
	.td-icon-star-empty:before,
	.star-off-png:before {
		font: normal normal normal 14px/1 FontAwesome;
		content: "\f006";
		font-size: 15px;
		width: 17px;
		color: #121212;
	}
	/*** sinlge page review ***/
	#wrap .container.single-review {
		margin-left: -15px;
		margin-right: -15px;
	}
	.single-review > .col-md-12 {
		display: table;
		width: 100% !important;
	}
	.single-review-title {
		font-size: 17px;
		font-weight: 500;
		padding: 17px 0;
		margin-bottom: 28px;
		text-transform: uppercase;
		border-bottom: 1px solid #e8e8e8;
	}
	.single-review-title:before {
		content: "";
		background: #2c2f34;
		width: 46px;
		height: 4px;
		position: absolute;
		top: 54px;
		left: 16px;
	}
	.single-review .sinlge-review-row {
		border: 1px solid #e8e8e8;
		margin-bottom: 9px;
		padding: 10px;
		margin-left: 0;
	}
	.single-review .sinlge-review-row li {
		width: 100%;
		list-style: none;
		display: table-cell;
		padding: 3px 10px;
	}
	.single-review .sinlge-review-row li:last-child {
		border-left: 1px solid #e8e8e8;
		padding: 3px 40px;
	}
	.single-review .sinlge-review-row-title {
		font-weight: 500;
		font-size: 16px;
		color: #121212;
	}
	.single-review .sinlge-review-row-desc {
		font-size: 16px;
		color: #121212;
	}
	.single-review .sinlge-review-row-vote {
		font-size: 14px;
		color: #121212;
	}
	.single-review .sinlge-review-row-star {
		font-size: 40px;
		color: #121212;
		font-weight: 600;
	}
	.blog-single-post .post-ratings {
		display: none;
	}
	/*** show post3 ***/
	.post-title-ps3 {
		font-size: 56px;
		color: #121212;
		font-weight: 500;
	}
	.blog-views-ps3 {
		width: 87px;
		height: 87px;
		font-size: 15px;
		color: #707070;
		background: #f8f8f8;
		display: inline-block;
		text-align: center;
		position: absolute;
		top: 0;
		left: 15px;
		padding-top: 22px;
	}
	.blog-views-ps3 i {
		display: block;
		font-size: 22px;
		margin-bottom: 2px;
	}
	.post-cat-ps3 {	
		background-color: #f9c100;
		display: inline-block;
		margin: 0;
		padding: 2px 18px;
	}
	.post-cat-ps3 ul {
		margin-bottom: 0;
	}
	.post-cat-ps3 li {
		list-style: none;
	}
	.post-cat-ps3 a {
		color: #fff;
		font-size: 13px;
		font-weight: 500;
	}
	.post-cat-ps3 a:hover {
		text-decoration: underline;
	}
	.post-author-ps3 {
		margin: 19px 0 30px 0;
	}
	.post-author-ps3 img {
		border-radius: 50%;
		float: left;
		width: 60px;
		height: 60px;
	}
	.post-author-ps3 .post-avatar-detile-ps3 {
		margin-left: 80px;
		padding-top: 8px;
	}
	.post-author-ps3 .post-avatar-detile-ps3 p {
		color: #adadae;
		font-size: 13px;
	}
	.post-author-ps3 .post-avatar-detile-ps3 .post-name-ps3 {
		margin-bottom: 0;
		font-weight: 500;
		margin-top: -5px;
	}
	.post-author-ps3 .post-avatar-detile-ps3 .post-date-ps3 {
		margin-bottom: 5px;
		position: relative;
		margin-left: 10px;
	}
	.post-author-ps3 .post-avatar-detile-ps3 .post-date-ps3:before {
		position: absolute;
		left: -15px;
		top:0;
		content: "\e66b";
		font-size: 14px;
		font-family: 'Pe-icon-7-stroke';
	}
	.post-author-ps3 .post-excerpt-ps3 {
		margin-top: 42px;
		font-size: 20px;
		color: #121212;
		border-bottom: 1px solid #e8e8e8;
		padding-bottom: 37px;
	}
	@media (max-width: 1200px){
		.post-title-ps3 {
			font-size: 30px;
		}
	}
	@media (max-width: 480px){
		.post-title-ps3 {
			font-size: 25px;
			line-height: 1.5;
		}
	}
	/** post author **/
	.about-author-sec-ps3 {
		min-height: 352px;
		margin: 68px 0;
		border: 1px solid;
		position: relative;
		color: #e8e8e8;
	}
	.about-author-sec-ps3 .blue-sec {
		background-color: #437df9;
		position: relative;
		margin-top: 53px;
		height: 114px;
	}
	.about-author-sec-ps3 .blue-sec h5 {
		position: absolute;
		top: 32px;
		left: 371px;
	}
	.about-author-sec-ps3 .blue-sec h5 a {
		color: #fff;
		font-size: 22px;
		font-weight: 500;
		text-transform: uppercase;
	}
	.about-author-sec-ps3 .blue-sec h6 { 
		position: absolute;
		top: 65px;
		left: 371px;
		color: #fff;
		font-size: 14px;	
	}
	.about-author-sec-ps3 img {
		position: absolute;
		top: 32px;
		left: 30px;
		width:275px;
	}
	.about-author-sec-ps3 p {
		color: #121212;
		font-size: 16px;
		margin: 31px 62px 48px 370px ;
	}
	#wrap .social .socialfollow {
		margin: 41px 47px 41px 47px;
	}
	#wrap .social .socialfollow a {
		border: 1px solid #fff;
		border-radius: 50%;
		margin-left: 16px;
		padding: 6px;
	}
	#wrap .social .socialfollow a:hover {
		background: #fff;
	} 
	#wrap .social .socialfollow a:hover i {
		color: #437df9;
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
	}
	#wrap .about-author-sec-ps3 .blue-sec .social {
		display: none;
	}
	@media (max-width: 1200px) {
		.about-author-sec-ps3 p {
			margin: 35px 15px 48px 15px;
		}
		.about-author-sec-ps3 img {
			position: inherit;
			width: 100%;
			top: 0;
			left: 0;
		}
		.about-author-sec-ps3 .blue-sec h5 {
			left: 25px;
		}
		.about-author-sec-ps3 .blue-sec h6 {
			left: 25px;
		}
	}
	@media (max-width: 760px) {
		.about-author-sec-ps3 .blue-sec h5 {
			top: 10px;
		}
		.about-author-sec-ps3 .blue-sec h6 {
			top: 44px;
		}
		#wrap .social .socialfollow {
			position: absolute;
			bottom: 10px;
			right: 10px;
			margin: 0;
		}
	}
	/** recomnded post **/
	.rec-post-type2-item {
		background: #f8f8f8;
		padding-bottom: 17px;
	}
	.rec-posts-type2 .rec-posts-type2-title {
		font-size: 17px;
		font-weight: 500;
		padding: 17px 0;
		margin-bottom: 28px;
		text-transform: uppercase;
		border-bottom: 1px solid #e8e8e8;	
	}
	.rec-posts-type2 .rec-posts-type2-title:before {
		content: "";
		background: #2c2f34;
		width: 46px;
		height: 4px;
		position: absolute;
		top: 54px;
		left: 16px;
	}
	.rec-posts-type2 .ec-post-type2-figure {
		position: relative;
		overflow: hidden;
	}
	.rec-posts-type2 .rec-post-type2-cat {
		margin: -58px 99px 21px 51px;
		padding: 5px 14px 8px 14px;
		position: relative;
	}
	.rec-posts-type2 .rec-post-type2-cat a {
		color: #fff;
		font-size: 13px;
		text-transform: uppercase;
	}
	.rec-posts-type2 .rec-post-type2-content {
		background-color: #fff;
		margin: -27px 30px 15px;
		position: relative;
		max-width: 90%;
		padding: 13px 21px 16px 19px;
	}
	.rec-posts-type2 .rec-post-type2-content p {
		font-size: 12px;
		color: #a1a1a1;
		margin-bottom: 3px;
		position: relative;
		padding-left: 16px;	
	}
	.rec-posts-type2 .rec-post-type2-content p:before {
		position: absolute;
		left:0;
		top:0;
		content: "\e66b";
		font-size: 14px;
		font-family: 'Pe-icon-7-stroke';
	}
	.rec-posts-type2 .rec-post-type2-content h5 a {
		font-size: 17px;
		color: #121212;
		font-weight: 500;	
	}
	.rec-posts-type2 .rec-post-type2-content h5 a:hover {
		color: #437df9;
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
	}
	.rec-posts-type2 .rec-post-type2-content .category {
		display: inline;
		background: #555;
		padding: 4px 15px;
		position: absolute;
		top: -28px;
		line-height: 20px;
		height: 28px;
	}
	.rec-posts-type2 .rec-post-type2-content .category a {
		color: #fff;
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 1px;
	}
	.rec-posts-type2 .rec-post-type2-content .category a:hover {
		text-decoration: underline;
	}
	@media (max-width: 1200px) {
		.rec-posts-type2 .rec-post-type2-cat {
			margin: 0;
			padding: 5px 14px 8px 14px;
			display: block;
		}
		.rec-posts-type2 .rec-post-type2-content {
			margin: 0;
			max-width: 100%;
			padding: 13px 15px 16px 15px;
		}
	}
	@media (max-width: 991px) {
		.rec-posts-type2 .rec-post-type2-cat {
			display: -webkit-inline-box;
		}
	}

	/*	# Blog type 4
	===============================================*/
	.blgtyp4 {
		background-color: #f8f8f8;
		padding: 40px;
	}
	.blgtyp4 .alpha {
		z-index: 2;
		padding-top: 41px;
		float: left;
		margin-left: -52%;
	}
	.blgtyp4 .blgtyp4-contnet {
		min-height: 369px;
		padding: 10% 5% 10% 6%;
		overflow: hidden;
	}
	.blgtyp4 .omega {
		background-color: #fff;
		position: relative;
		margin-left: 34%;
		box-shadow: 0 2px 10px -4px rgba(0,0,0,0.09);
		transition: 0.78s all ease;
	}
	.format-audio.blgtyp4 .omega,
	.format-aside.blgtyp4 .omega,
	.format-link.blgtyp4 .omega,
	.format-quote.blgtyp4 .omega,
	.format-video.blgtyp4 .omega {
		margin: 0;
	}
	.format-audio.blgtyp4 .alpha,
	.format-aside.blgtyp4 .alpha,
	.format-link.blgtyp4 .alpha,
	.format-quote.blgtyp4 .alpha,
	.format-video.blgtyp4 .alpha {
		float: none;
		margin: 0;
		padding: 0;
	}
	@media(min-width:960px) {
		.blgtyp4.format-gallery .alpha {
			max-width: 411px;
			width: 100%;
			margin-top: -20px;
		}
	}
	.blgtyp4 .omega:hover {
		box-shadow: 0 1px 25px rgba(0,0,0,0.043);
	}
	.blgtyp4 .postmetadata, .blgtyp4 .postmetadata h6 {
		background-color: transparent;
		text-align: left;
		padding: 0;
	}
	.blgtyp4 .postmetadata {
		margin-top: 26px;
		margin-bottom: 14px;
	}
	.blgtyp4 .postmetadata h6 {
		font-size: 12px;
	}
	.blgtyp4 .postmetadata h6 i {
		font-size: 15px;
		vertical-align: text-bottom;
		padding: 0;
		padding-right: 4px;
	}
	.blgtyp4 .postmetadata h6, .blgtyp4 .postmetadata h6 i {
		color: #a1a1a1;
	}
	.blgtyp4 h3.post-title {
		font-size: 22px;
		letter-spacing: 0;
		line-height: 1.3;
		margin-bottom: 11px;
	}
	.blgtyp4 h3.post-title a {
		color: #121212;		
	}
	.blgtyp4 .omega p {
		margin-bottom: 34px;
	}
	.blgtyp4 .omega .blgtyp4-author img {
		border-radius: 50%;
		margin-right: 7px;
	}
	.blgtyp4 .omega .blgtyp4-author a {
		color: #adadae;
		font-weight: 400;
		line-height: 1.2;
	}
	#wrap .pagination-blgtype4 .wp-pagenavi {
		text-align: left;
		margin-top: 48px;
	}
	#wrap .pagination-blgtype4 .wp-pagenavi .current,
	#wrap .pagination-blgtype4 .wp-pagenavi .page,
	#wrap .pagination-blgtype4 .wp-pagenavi .nextpostslink,
	#wrap .pagination-blgtype4 .wp-pagenavi .previouspostslink,
	#wrap .pagination-blgtype4 .wp-pagenavi .extend  {
		border-radius: 50%;
		width: 50px;
		height: 50px;
		display: inline-block;
		padding-top: 16px;
		color: #9a9a9a;
		text-align: center;
		font-size: 15px;
		line-height: 12px;
   		box-shadow: 0 1px 18px -5px rgba(0,0,0,0.15);
	}
	#wrap .pagination-blgtype4 .wp-pagenavi .current {
		background: #437df9;
		color: #fff;
	}
	#wrap .pagination-blgtype4 .wp-pagenavi .nextpostslink,
	#wrap .pagination-blgtype4 .wp-pagenavi .previouspostslink {
		font-size: 18px;
	}
	#wrap .pagination-blgtype4  .wp-pagenavi .pages, #wrap .pagination-blgtype4  .wp-pagenavi .last {
		display: none;
	}
	@media( max-width:1200px ) {
		.blgtyp4 {
			padding-top: 90px;
		}
		.blgtyp4 .alpha img {
			display: block;
			width: 85%;
			margin: 0 auto;
			margin-top: -90px;
		}
		.blgtyp4 .alpha {
			float: none;
			margin-left: 0;
		}
		.blgtyp4 .omega {
			margin-left: 0;
		}
	}
	@media( max-width: 480px ) {
		.blgtyp4 h3.post-title {
			font-size: 20px;
		}
	}
	/*	# Blog type 5
	===============================================*/
	.blgtyp5 {
		padding: 20px 0;
		overflow: hidden;
	}
	.blgtyp5 .alpha {
		z-index: 2;
		float: none;
		max-width: 550px;
	}
	.blgtyp5 .blgtyp5-contnet {
		overflow: hidden;
	}
	.blgtyp1.blog-post img.full {
		width: 100%;
	}
	.blgtyp1 .blgtyp1-contnet .post-meta-data,
	.blgtyp5 .blgtyp5-contnet .post-meta-data {
		margin-bottom: 20px;
	}
	.blgtyp1 .blgtyp1-contnet, .showpost4-contnet {
		width: 80%;
		background: #fff;
		display: inline-block;
		padding: 4% 5% 2%;
		margin-left: 50%;
		z-index: 99;
		overflow: hidden;
		position: relative;
		margin-bottom: -6%;
		transform: translate(-50%, -25%);
	}
	.blgtyp10 .blog-inner .wp-audio-shortcode {
		z-index: 999;
		margin-bottom: 21px;
	}
	.blgtyp10 .format-video .blgtyp1-contnet {
		transform: translate(-50%, -11%);
	}
	.blgtyp10 .format-audio .blgtyp1-contnet {
		transform: translate(-50%, -9%);
	}
	.showpost4-contnet {
		margin-top: -52px;
	}
	.single-format-audio .showpost4-contnet,
	.single-format-video .showpost4-contnet {
		margin-top: 0;
		transform: translate(-50%, 0);
	}
	.showpost4-contnet h1.post-title {
		font-size: 48px;
		margin-bottom: 25px;
	}
	.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat,
	.blgtyp5 .blgtyp5-contnet .post-meta-data .blog-cat,
	.postmetadata.postshow4 .blog-cat, .postmetadata.postshow4 .blog-date {
		position: relative;
		padding-left: 20px;
		float: left;
		margin-right: 27px;
	}
	.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat a,
	.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-date,
	.blgtyp5 .blgtyp5-contnet .post-meta-data .blog-cat a,
	.blgtyp5 .blgtyp5-contnet .post-meta-data .blog-date,
	.showpost4-contnet .blog-date,
	.showpost4-contnet .blog-cat,
	.showpost4-contnet .blog-cat a,
	.showpost4-contnet .au-avatar-box .blog-author a,
	.showpost4-contnet .blog-comments,
	.showpost4-contnet .blog-views {
		vertical-align: middle;
		font-size: 16px;
		color: #222;
	}
	.showpost4-contnet .au-avatar-box .blog-author ,
	.showpost4-contnet .blog-comments,
	.showpost4-contnet .blog-views {
		float: left;
		margin-right: 54px;
	}
	.showpost4-contnet .blog-comments,
	.showpost4-contnet .blog-views {
		margin-top: 10px;
	}
	@media(max-width:480px) {
		.showpost4-contnet .au-avatar-box .au-avatar {
			margin-right: 7px;
		}
		.showpost4-contnet .blog-comments,
		.showpost4-contnet .blog-views,
		.postmetadata.postshow4 .blog-author {
			margin-right: 0;
		}
		.blog-single-post .showpost4-contnet .au-avatar img  {
			margin: 0;
		}
	}
	.blog-single-post .showpost4-contnet .au-avatar-box {
		overflow: initial;
	}
	.showpost4-contnet .blog-comments i {
		margin-right: 5px;
	}
	.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat a:hover,
	.blgtyp5 .blgtyp5-contnet .post-meta-data .blog-cat a:hover,
	.showpost4-contnet .blog-cat a:hover,
	.showpost4-contnet .au-avatar-box .blog-author a:hover {
		text-decoration: underline;
	}
	.blgtyp1 .blgtyp1-contnet .post-title {
		font-size: 31px;
		margin-bottom: 26px;
	}
	.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-date,
	.blgtyp5 .blgtyp5-contnet .post-meta-data .blog-date,
	.postmetadata.postshow4 .blog-date {
		overflow :hidden;
		clear: right;
		padding-left: 30px;
		position: relative;
		line-height: 28px;
	}
	.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-date:before,
	.blgtyp5 .blgtyp5-contnet .post-meta-data .blog-date:before,
	.postmetadata.postshow4 .blog-date:before {
		content: '';
		position: absolute;
		width: 20px;
		height: 1px;
		background-color: #222;
		left: 0;
		top: 50%;
	}
	.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat .category-color,
	.blgtyp5 .blgtyp5-contnet .post-meta-data .blog-cat .category-color,
	.showpost4-contnet .blog-cat .category-color {
		position: absolute;
		width: 9px;
		height: 9px;
		border-radius: 50%;
		left: 0;
		top: 50%;
		transform: translate(0,-50%);
	}
	.blgtyp5 .omega {
		background: rgba(255,255,255,0.97);
		overflow: hidden;
		padding: 51px 39px;
		transform: translate(0, -50%);
		position: absolute;
		right: 0;
		max-width: 60%;
		top: 50%;
	    z-index: 3;
	}
	.blgtyp5.format-audio .alpha:hover,
	.blgtyp5.format-gallery .alpha:hover,
	.blgtyp5.format-video .alpha:hover {
		z-index: 9;
		position: relative;
	}

	.format-link .omega,
	.format-quote .omega,
	.format-aside .omega {
		max-width: 100%;
		position: relative;
		transform: none;
	}

	.blgtyp5 .postmetadata, .blgtyp5 .postmetadata h6 {
		background-color: transparent;
		text-align: left;
		padding: 0;
	}
	.blgtyp5 .postmetadata {
		margin-top: 26px;
		margin-bottom: 14px;
	}
	.blgtyp5 .postmetadata h6 {
		font-size: 12px;
	}
	.blgtyp5 .postmetadata h6 i {
		font-size: 15px;
		vertical-align: text-bottom;
		padding: 0;
		padding-right: 4px;
	}
	.blgtyp5 .postmetadata h6, .blgtyp5 .postmetadata h6 i {
		color: #a1a1a1;
	}
	.blgtyp5 h3.post-title {
		font-size: 25px;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 1.3;
		margin-bottom: 11px;
	}
	.blgtyp5 h3.post-title a {
		color: #121212;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.blgtyp5 .omega p, .blgtyp1 .blgtyp1-contnet p {
		color: #818181;
		line-height: 1.5;
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 0;
	}
	.blgtyp5 .omega .blgtyp5-author img {
		border-radius: 50%;
		margin-right: 7px;
	}
	.blgtyp5 .omega .blgtyp5-author a {
		color: #adadae;
		font-weight: 500;
		line-height: 1.2;
	}
	@media( min-width:768px ) and ( max-width:1200px ) {
		#wrap .blgtyp5 .blgtyp5-contnet .post-meta-data .blog-date,
		#wrap .blgtyp5 .blgtyp5-contnet .post-meta-data .blog-cat {
			display: block !important;
			clear: both !important;
			margin-bottom: 10px !important;
		}
	}
	@media ( min-width:768px ) and ( max-width:959px ){
		.blgtyp5 .omega p {
			font-size: 0px;
			opacity: 0;
			color: transparent;
		}
	}
	@media ( max-width:767px ) {
		.blgtyp5 h3.post-title {
			font-size: 20px;
		}
		.blgtyp5 .omega {
			background: #fff;
			padding: 5%;
			position: static;
			transform: translate(0, -13%);
			max-width: 88%;
			margin: 0 auto;
			z-index: 33333;
		}
		.blgtyp5 {
			padding: 0;
		}
	}
	@media ( max-width: 480px ) {
		.blgtyp5 h3.post-title {
			font-size: 20px;
		}
		.showpost4-contnet h1.post-title {
			font-size: 29px;
		}
	}


	#wrap .pagination-blgtype4 .wp-pagenavi {
		text-align: left;
		margin-top: 48px;
	}
	#wrap .pagination-blgtype4 .wp-pagenavi .current,
	#wrap .pagination-blgtype4 .wp-pagenavi .page,
	#wrap .pagination-blgtype4 .wp-pagenavi .nextpostslink,
	#wrap .pagination-blgtype4 .wp-pagenavi .extend  {
		border-radius: 50%;
		width: 50px;
		height: 50px;
		display: inline-block;
		padding-top: 19px;
		text-align: center;
	}
	#wrap .pagination-blgtype4 .wp-pagenavi .current {
		background: #437df9;
		color: #fff;
	}
	#wrap .pagination-blgtype4  .wp-pagenavi .pages, #wrap .pagination-blgtype4  .wp-pagenavi .last {
		display: none;
	}
	.blgtyp1.blog-post a:active {
		z-index: 1;
	}
	@media( max-width:1200px ) {
		.au-avatar-box, .au-avatar-box .blog-author {
			margin-bottom: 20px;
		}
		.blog-inner .post-sharing-2 .blog-social-2 a {
			margin-right: 18px;
		}
	}

	@media ( max-width: 991px ) {
		.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat,
		.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-date {
			display: block;
			width: 100%;
			float: none;
		}
		
		.blgtyp1 .blgtyp1-contnet .post-title {
			font-size: 25px;
		}
		
	}
	@media( max-width: 480px ) {
		.blgtyp1 .blgtyp1-contnet .post-meta-data .blog-cat,
		.blgtyp5 .blgtyp5-contnet .post-meta-data .blog-cat,
		.postmetadata.postshow4 .blog-cat,
		.postmetadata.postshow4 .blog-date {
			float: none;
		}
		.blgtyp1 .blgtyp1-contnet .post-title {
			font-size: 20px;
		}
		.blgtyp1 .blgtyp1-contnet .blog-author,
		.blgtyp5 .blgtyp5-contnet .blog-author,
		.postmetadata.postshow4 .blog-author {
			font-size: 12px;
			margin-bottom: 25px;
		}
		.blgtyp5 .omega p, .blgtyp1 .blgtyp1-contnet p {
			font-size: 14px;
		}
		.blgtyp1 .blgtyp1-contnet, .showpost4-contnet {
			transform: translate(-50%, -15%);
			width: 88%;
		}
	}
	
	/*	# Blog type 10
	===============================================*/
	.blgtyp10.col-md-6.blg-typ3 .blog-post {
		margin-bottom: 0;
	}
	.blgtyp10.col-md-6 .blgtyp1 .blgtyp1-contnet {
		max-width: 530px;
		margin-top: -20px;
		padding: 20px 30px;
		overflow: hidden;
		background: #fff;
		position: relative;
	}
	.blgtyp10.col-md-6 .blgtyp1 .post-sharing {
		display: none;
	}

	/* Recomended post ( post show 4 )*/
	.rec-posts-type3 .rec-posts-type3-title {
		color: #222;
		font-size: 25px;
		font-weight: 500;
		margin-bottom: 32px;
	}
	.rec-post-type3-content {
		background-color: #fff;
		margin-top: -40px;
		display: inline-block;
		max-width: 76%;
		padding: 24px 18px 0;
	}
	.rec-post-type3-item img {
		width: 100%;
	}
	.rec-post-type3-content p {
		color: #222;
		padding-left: 30px;
		position: relative;
		font-size: 16px;
	}
	.rec-post-type3-content p:before {
		content: '';
		position: absolute;
		background: #222;
		width: 20px;
		height: 1px;
		left: 0;
		top: 49%;
	}
	.rec-post-type3-content h5 {
		font-size: 23px;
		font-weight: 500;
		display: inline-block;
	}
	.rec-post-type3-content h5 a {
		color: #222;
	}
	@media ( min-width:1201px ) and ( max-width:1280px ) {
		.rec-post-type3-content h5 {
			font-size: 15px;
		}
		.rec-post-type3-content p {
			font-size: 14px;
			padding-left: 25px;
		}
		.rec-post-type3-content p:before {
			width: 15px;
		}
	}
	@media ( max-width:768px ) {
		.rec-post-type3-content {
			margin-bottom: 40px;
		}
	}
	@media ( min-width:768px ) and ( max-width:1200px ) {
		.rec-post-type3-content {
			max-width: 100%;
			margin-top: 0;
		}
		.rec-post-type3-content h5 {
			font-size: 14px;
		}
		.rec-post-type3-content p {
			font-size: 13px;
			padding-left: 0;
		}
		.rec-post-type3-content p:before {
			display: none;
		}
	}
	@media ( max-width: 480px ) {
		.rec-post-type3-content {
			max-width: 100%;
			margin-top: 0;
		}
		.rec-post-type3-content h5 {
			font-size: 20px;
		}
	}
	
	/* magazine posts full style */
	.blgtyp11 .blog-inner {
		padding-bottom: 40px;
	}
	.blgtyp11 .latest-author {
		margin-bottom: 30px
	}
	.blgtyp11 .blog-post.blgtyp1 .latest-author {
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.blgtyp11 .post-sharing-2 {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.blgtyp11.col-md-6 .blog-post .blog-inner .post-sharing {
		display: none;
	}
	.blgtyp11 .format-quote .au-avatar-box {
		display: none;
	}
	.single .blgtyp11 .format-video .latest-b21-cont,
	.single .blgtyp11 .format-audio .latest-b21-cont {
		margin-top: 0;
	}
	/* magazine posts grid style */
	.blgtyp11.col-md-6 .latest-b21-cont {
		padding: 14px 21px 18px 28px;
	}
	.blgtyp11.col-md-6 .blog-inner img {
		width: 100%;
	}
	.blog-post .post-sharing.post-sharing-1,
	.blog-post .post-sharing.post-sharing-2,
	.blog-post .post-sharing.post-sharing-3,
	.blog-post .post-sharing.post-sharing-4,
	.blog-post .post-sharing.post-sharing-5 {
		margin: 0;
		float: none;
	}
	.blog-post .post-sharing.post-sharing-5 {
		float: none;
		display: inline-block;
	}
	.blog-inner .post-sharing.post-sharing-5:hover .blog-social-5 {
		z-index: 99;
	}




	/* Single gallery */
	.gallery-information {
		color: #e4e4e4;
		margin-bottom: 56px;
		padding-left: 52px;
	}
	.gallery-information,
	.gallery-information p {
		display: inline-block; 
	}
	.gallery-information p {
		padding: 0 10px;
	}
	.gallery-information p {
		text-transform: uppercase;
		color: #444444;
		font-size:14px;
	}
	.gallery-information p:first-child {
		padding-left:0;
	}
	.single-gallery-title {
		padding: 70px 0 0 52px;
	}
	.single-gallery-title h2 {
		position: relative;
		padding-left: 55px;
		letter-spacing: -0.04em;
		margin-bottom: 4px;
		font-weight: 500;
	}
	.single-gallery-title h2:after {
		content: '';
		position: absolute;
		width: 30px;
		height: 2px;
		top: 50%;
		left:0;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		background: #e4e4e4;
	}
	.single-gallery-title h2:before {
		content: '';
		position: absolute;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		top: 50%;
		left:33px;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		background: #437df9;
	}

	/* -------- end ----------- */