/* Table of Content
==================================================
1.0 - Transition
1.1 - Blog
1.2 - Default Color
1.3 - Responsive */


/*--------------------------------------------------------------
1.0 - Transition
--------------------------------------------------------------*/

.blog-entry.entry-date-author-left .entry-date-author .comments i,
.blog-entry.blog-medium-style,
.pagination ul li a i,
.blog-entry.post-info-within-image .entry-thumb:before,
.post-nav-container .post-next-link a i,
.post-nav-container .post-prev-link a i,
.blog-entry.post-info-vertical-image *,
.blog-entry.post-info-vertical-image *:after,
.blog-entry.post-info-vertical-image *:before,
.blog-entry.post-info-above-image .entry-thumb img,
.blog-entry .dt-sc-button.simple.with-icon.icon-right span,
.blog-entry.bordered .date span,
.blog-entry.bordered .date,
.blog-entry.bordered,
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a i,
.blog-entry.post-info-within-image .entry-meta .likes a i,
.blog-entry.post-info-within-image .entry-meta i,
.blog-entry.post-standard .entry-meta .entry-info *,
.blog-entry.post-standard .entry-meta .entry-info i.zmdi:after,
.blog-entry.post-info-bottom-image .entry-meta .entry-info a i {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
/*--------------------------------------------------------------
1.1 - Blog
--------------------------------------------------------------*/


.blog-entry {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.blog-entry.with-border { border: 20px solid; }
.blog-entry ul.entry-gallery-post-slider { margin-bottom: 0; }
.blog-entry .entry-thumb {
	float: left;
	margin: 0 0 20px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.blog-entry.post-left-date .entry-thumb a {
	display: grid;
	overflow: hidden
}
.blog-entry .entry-thumb img {
	height: auto;
	max-width: 100%;
	transition: 0.3s all linear;
}
.blog-entry.format-standard.post-left-date .entry-thumb:hover img { transform: scale(1.1); }
.blog-entry.format-standard .entry-thumb { overflow: hidden; }
.blog-entry .entry-format {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
}
.post_format-post-format-audio.blog-entry:not(.entry-date-author-left) .entry-format, .post_format-post-format-video.blog-entry:not(.entry-date-author-left) .entry-format, {
display: none !important;
}
.blog-entry.type-post .entry-format { display: inline-block; }
.blog-entry .entry-format a {
	border: 10px solid;
	border-left: 0;
	border-top: 0;
	float: left;
	height: 75px;
	line-height: 75px;
	margin: 0;
	position: relative;
	text-align: center;
	width: 75px;
	color: #FFF;
}
.blog-entry .entry-format a:before {
	font-size: 32px;
	height: 100%;
	left: 0;
	line-height: 65px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	font-family: FontAwesome;
}
.blog-entry .entry-thumb .dt-video-wrap .wp-video { width: 100% !important; }
.blog-entry.format-standard .entry-format a:before,
.ico-format.format-standard:before { content: "\f15c"; }
.blog-entry.format-image .entry-format a:before,
.ico-format.format-image:before { content: "\f15c"; }
.blog-entry.format-gallery .entry-format a:before,
.ico-format.format-gallery:before { content: "\f030"; }
.blog-entry.format-status .entry-format a:before,
.ico-format.format-status:before { content: "\f075"; }
.blog-entry.format-link .entry-format a:before,
.ico-format.format-link:before { content: "\f0c1"; }
.blog-entry.format-aside .entry-format a:before,
.ico-format.format-aside:before { content: "\f15c"; }
.blog-entry.format-quote .entry-format a:before,
.ico-format.format-quote:before { content: "\f10d"; }
.blog-entry.format-video .entry-format a:before,
.ico-format.format-video:before { content: "\f008"; }
.blog-entry.format-chat .entry-format a:before,
.ico-format.format-chat:before { content: "\f075"; }
.blog-entry.format-audio .entry-format a:before,
.ico-format.format-audio:before { content: "\f001"; }
.blog-entry .entry-title span.sticky-post {
	background: #666;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: normal;
	margin-bottom: 10px;
	padding: 3px 5px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
.blog-entry.tribe_events .ico-format { display: none; }
.blog-entry .entry-details {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 15px;
}
.blog-entry .entry-meta {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .5px;
	margin-bottom: 7px;
}
.blog-entry .entry-title h4 {
	font-size: 18px;
	margin-bottom: 20px;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
.blog-entry .entry-body {
	clear: both;
	float: left;
	margin: 0 0 15px;
	width: 100%;
}
.blog-entry .entry-body p:last-child {
	display: inline-block;
	width: 100%
}
.blog-entry.blog-medium-style {
	overflow: hidden;
	width: 99.5%;
}
.blog-entry.blog-medium-style .entry-thumb {
	margin: 0;
	overflow: visible;
	width: 53%;
}
.blog-entry.blog-medium-style .entry-details {
	clear: none;
	float: left;
	padding: 10px 0 0 0;
}
.blog-entry.blog-medium-style .entry-thumb ~ .entry-details { width: 47%; }
.blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 70px; }
.blog-entry.blog-medium-style .dt-sc-button { margin-bottom: 20px; }
.blog-entry.blog-medium-style .entry-format {
	left: inherit;
	right: -35px;
	top: 40px;
}
.blog-entry.blog-medium-style .entry-format a {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	height: 70px;
	line-height: 70px;
	width: 70px;
}
.blog-entry.blog-medium-style:hover .entry-format a { color: #fff; }
.blog-entry.blog-medium-style .entry-meta-data { margin: 0 0 -5px; }
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb {
	overflow: hidden;
	width: 48%;
}
.with-both-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb { overflow: visible; }
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.blog-entry.blog-medium-style .entry-details { width: 100%; }
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 52%; }
.blog-entry.blog-medium-style.dt-blog-medium-highlight { background: rgba(0, 0, 0, .02); }
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 30px; }
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format {
	right: 10px;
	top: 10px;
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format a {
	background: #fff;
	border: none;
	color: #000;
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight:hover .entry-format a { background: #fff; }
.blog-entry.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .entry-format a { color: #fff; }
.blog-entry.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .dt-sc-button {
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .25);
}
.blog-entry.entry-date-left .entry-thumb { margin-bottom: 30px; }
.blog-entry.entry-date-left .entry-details {
	margin: 0 0 0;
	min-height: 120px;
	padding: 0 0 0 85px;
	position: relative;
}
.blog-entry.entry-date-left .entry-date {
	font-size: 30px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px;
}
.blog-entry.entry-date-left .entry-date span {
	border-bottom: 1px solid;
	border-top: 1px solid;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px 0 0;
	padding: 5px 0;
	text-transform: uppercase;
	width: 100%;
}
.blog-entry.entry-date-left .entry-date .comments i { margin-right: 5px; }
.blog-entry.entry-date-left .entry-date a {
	display: inline-block;
	font-size: 16px;
	margin: 10px 0 0;
	width: 100%;
}
.tpl-blog-holder .column {
	margin-left: 0;
	margin-right: 0;
}
.tpl-blog-holder .column .blog-entry,
.tpl-blog-holder .wpb_column .blog-entry { margin-bottom: 35px; }
.column .blog-entry,
.wpb_column .blog-entry { margin-bottom: 25px; }
.column.no-space .blog-entry,
.wpb_column.no-space .blog-entry { margin-bottom: 0; }
/*Entry date author left*/
.blog-entry.entry-date-author-left {
	padding-left: 140px;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.blog-entry.entry-date-author-left .entry-date-author {
	left: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 120px;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-date,
.post-left-date.blog-entry .entry-meta .date {
	display: block;
	text-transform: uppercase;
	background-color: #d2c4b9;
	background-image: url(../images/textured-pattern-light.png);
	background-position: left center;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	padding: 0px;
	margin: 0px;
	color: #f6f6e9;
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	position: relative;
}
.column.dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author .comments {
	margin: 10px 0px 0px;
	font-size: 16px;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-date:before,
.post-left-date.blog-entry .entry-meta .date:before {
	content: "";
	background-image: url(../images/bordered-circle.png);
	background-repeat: no-repeat;
	background-size: 110px 110px;
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 6px;
	z-index: 1;
}
.column.dt-sc-one-half .blog-entry.entry-date-author-left { padding-left: 100px; }
.column.dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author { width: 80px; }
.column.dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author .entry-date {
	font-size: 12px;
	line-height: 14px;
	width: 80px;
	height: 80px;
	letter-spacing: 1px;
}
.column.dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author .entry-date:before {
	width: 70px;
	height: 70px;
	background-size: 70px 70px;
	top: 5px;
}
.post-left-date.blog-entry .entry-meta > .date ~ a .fa { margin-right: 4px; }
.blog-entry.entry-date-author-left .entry-date-author .entry-date span,
.post-left-date.blog-entry .entry-meta .date span {
	position: absolute;
	top: 18px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-author {
	clear: both;
	padding: 10px;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-author img {
	border-radius: 50%;
	padding-bottom: 5px;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-author a { color: #999; }
.blog-entry.entry-date-author-left .entry-date-author .comments,
.blog-entry.entry-date-author-left .entry-date-author .comments a,
.blog-entry.entry-date-author-left .entry-format a { color: #37251b; }
.blog-entry.entry-date-author-left .entry-date-author .comments a span { padding-right: 5px; }
.blog-entry.entry-date-author-left .entry-date-author .comments i {
	display: inline-block;
	padding-right: 5px;
}
.ie9 .blog-entry.entry-date-author-left .entry-date-author .entry-date { position: static; }
.blog-entry.entry-date-author-left:not(.has-post-thumbnail) .entry-thumb {
	margin-bottom: 0;
	overflow: hidden;
	display: inline-table;
}
.blog-entry.entry-date-author-left .entry-details .entry-title h4 {
	font-size: 24px !important;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 5px;
	text-transform: inherit;
}
.blog-entry.entry-date-author-left .entry-details .entry-body p { margin: 0; }
.blog-entry.entry-date-author-left .entry-thumb { margin: 0px; }
.blog-entry.entry-date-author-left .entry-thumb > a {
	display: block;
	overflow: hidden;
}
.blog-entry.entry-date-author-left .entry-thumb img { transition: .3s all linear; }
.blog-entry.entry-date-author-left:hover .entry-thumb img {
	transform: scale(1.1);
	transition: .3s all linear;
}
.blog-entry.entry-date-author-left.format-gallery:hover .entry-thumb img { transform: scale(1); }
.blog-entry.has-post-thumbnail.entry-date-author-left .entry-body { }
.blog-entry.has-post-thumbnail.entry-date-author-left:hover .entry-body { }
.blog-entry.has-post-thumbnail.entry-date-author-left .entry-body p { }
.blog-entry.has-post-thumbnail.entry-date-author-left .entry-meta-data p { margin-bottom: 10px; }
.blog-entry.entry-date-author-left .entry-meta-data p a,
.entry-meta-data p i { color: #ac9d8e }
.blog-entry.entry-date-author-left .entry-format a {
	background: none;
	border: 0;
	display: block;
	font-family: FontAwesome;
	height: auto;
	line-height: inherit;
	width: 100%;
}
.blog-entry.entry-date-author-left .entry-date-author div {
	float: left;
	position: relative;
	width: 100%;
}
.blog-entry.entry-date-author-left .entry-date-author .comments {
	font-weight: 300;
	margin: 20px 0px 0px;
	font-size: 20px;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-format { margin-bottom: 20px; }
.blog-entry .entry-format { position: absolute; }
.blog-entry.entry-date-author-left .entry-format a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
	line-height: normal;
	position: relative;
	text-align: center;
	text-decoration: inherit;
}
.blog-entry.blog-thumb-style {
	border-bottom: 1px dashed;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.blog-entry.blog-thumb-style.last {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-entry.blog-thumb-style .entry-thumb {
	margin: 0;
	padding: 0 25px 0 0;
	width: 45%;
}
.blog-entry.blog-thumb-style .entry-thumb img { border-radius: 3px; }
.blog-entry.blog-thumb-style .entry-details {
	margin-top: 0;
	width: 55%;
}
.blog-entry.blog-thumb-style .entry-title h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 10px;
	text-transform: none;
}
.blog-entry.blog-thumb-style.entry-date-left .entry-details { padding-left: 0; }
.blog-entry.blog-thumb-style .entry-format a {
	border: none;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	width: 35px;
}
.blog-entry.blog-thumb-style .entry-title,
.blog-entry.blog-thumb-style .entry-body {
	float: left;
	width: 100%;
}
.blog-entry.blog-thumb-style .entry-date {
	position: static;
	width: auto;
}
.blog-entry.blog-thumb-style a.read-more {
	color: #898989;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
}
.blog-entry.blog-thumb-style a.read-more span { margin-left: 8px; }
.blog-entry.blog-thumb-style.entry-date-left .entry-author {
	border-right: 1px solid;
	margin-right: 15px;
	padding-right: 15px;
}
.blog-entry.blog-thumb-style.entry-date-left .entry-body { margin-bottom: 20px; }
.blog-entry.blog-thumb-style .entry-body p { margin-bottom: 0; }
.blog-entry.blog-thumb-style.entry-date-left .entry-date,
.blog-entry.blog-thumb-style.entry-date-left .entry-author {
	color: #cacaca;
	float: left;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
}
.tpl-blog-holder {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tpl-blog-holder.apply-isotope .column { margin-left: 0; }
.entry-thumb .bx-wrapper {
	overflow: hidden;
	position: relative;
}
.entry-thumb .bx-controls a {
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0;
	color: #fff;
	filter: alpha(opacity=60);
	font-size: 0;
	height: 50px;
	margin: auto;
	opacity: .6;
	position: absolute;
	top: 0;
	width: 35px;
}
.entry-thumb .bx-controls a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.entry-thumb .bx-controls a.bx-prev:before,
.entry-thumb .bx-controls a.bx-next:before {
	content: '\e684';
	font-family: Pe-icon-7-stroke;
	font-size: 32px;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.entry-thumb .bx-controls a.bx-prev:before { content: '\e686'; }
.entry-thumb .bx-controls a.bx-prev { left: -35px; }
.entry-thumb .bx-controls a.bx-next { right: -35px; }
.entry-thumb:hover .bx-controls a.bx-prev { left: 15px; }
.entry-thumb:hover .bx-controls a.bx-next { right: 15px; }
.entry-gallery-post-slider li {
	display: inline;
	padding: 0;
}
.entry-meta .date,
.entry-meta .comments,
.entry-meta .author { display: inline-block; }
#header .entry-meta .date,
#header .entry-meta .comments {
	display: inline-block;
	margin: 0px 7px 0px 0px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}
.entry-meta .comments i,
.entry-meta .author i {
	color: #888;
	font-size: 16px;
	position: relative;
	top: 2px;
}
#header .entry-meta .comments i,
#header .entry-meta .author i { color: rgba(255, 255, 255, 0.3); }
.entry-meta-data {
	display: inline-block;
	margin: 0 0 17px;
	padding: 0;
	width: 100%;
}
.entry-meta-data p {
	display: inline-block;
	margin-right: 10px;
	line-height: normal;
}
.entry-meta-data p a,
.entry-meta-data p i {
	margin: 0 5px 0 0;
	position: relative;
	top: auto;
}
/* DateLeft Modern Style - New */

.blog-entry.outer-frame-border {
	display: block;
	float: left\0;
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
	position: relative;
	width: auto;
	width: 100%\0;
}
.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:after {
	border: 1px solid;
	content: '';
	position: absolute;
	z-index: -1;
}
.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:hover:after {
	bottom: 0;
	left: 20px;
	right: 0;
	top: 20px;
}
.blog-entry.outer-frame-border:after,
.blog-entry.outer-frame-border:hover:before {
	bottom: 25px;
	left: 25px;
	right: 25px;
	top: 25px;
}
.wpb_column .blog-entry.outer-frame-border { z-index: 1; }
.blog-entry.outer-frame-border {
	float: none;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}
.tpl-blog-holder .column .blog-entry.outer-frame-border,
.tpl-blog-holder .wpb_column .blog-entry.outer-frame-border { margin-bottom: 0; }
.blog-entry.entry-date-left.outer-frame-border .entry-thumb { margin-bottom: 0; }
.blog-entry.entry-date-left.outer-frame-border .entry-details {
	min-height: 135px;
	padding: 20px 15px 25px 90px;
	position: relative;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-title h4 { margin-bottom: 15px; }
.blog-entry.entry-date-left.outer-frame-border .entry-date {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: normal;
	padding: 12px 0 16px;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
}
.blog-entry.entry-date-left.outer-frame-border .entry-date span {
	border-width: 0;
	font-size: 30px;
	margin: 0;
	padding: 0;
}
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data { margin: 0; }
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p {
	display: inline;
	font-size: 12px;
	letter-spacing: 1px;
	margin: -5px 0 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p:after {
	content: '/';
	font-size: 15px;
	padding: 0 5px;
}
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p:last-child:after { display: none; }
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p a,
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p i { display: inline-block; }
.blog-entry.entry-date-left.outer-frame-border .entry-meta-data p i { display: none; }
.blog-entry.entry-date-left .entry-title { margin: 10px 0 0; }
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button {
	background: none;
	border-width: 0;
	clear: both;
	display: table;
	font-size: 11px; /*font-style: italic;*/
	font-weight: bold;
	letter-spacing: .1em;
	line-height: inherit;
	margin-top: 0;
	padding: 0;
	text-transform: uppercase;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button span { display: none; }
.blog-entry.entry-date-left.outer-frame-border.outer-frame-border .entry-details .dt-sc-button.filled:before,
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled:after { content: none; }
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format {
	bottom: 50%;
	filter: alpha(opacity=0);
	left: auto;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 50%;
	text-align: center;
	top: auto;
}
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a {
	border-width: 0;
	float: left;
	height: 65px;
	line-height: 65px;
	text-align: center;
	width: 65px;
}
.blog-entry.entry-date-left .entry-details .entry-format a::before { font-size: 150px; }
.blog-entry.entry-date-left:hover .entry-details .entry-format {
	bottom: 10px;
	filter: alpha(opacity=25);
	opacity: .25;
	right: 15px;
}
.blog-entry.entry-date-left:hover .entry-details .entry-format a::before { font-size: 50px; }
.wpb_column .blog-entry.outer-frame-border {
	float: left\0;
	width: auto;
	width: 100%\0;
}
.blog-entry.entry-date-left.outer-frame-border,
.blog-entry.entry-date-left.outer-frame-border .entry-thumb,
.blog-entry.entry-date-left.outer-frame-border .entry-details,
.blog-entry.entry-date-left.outer-frame-border .entry-date,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a:before {
	transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
}
.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:after {
	transition: all .75s ease 0s;
	-webkit-transition: all .75s ease 0s;
}
/* Modern Style - New */

.blog-entry.blog-modern-style .entry-details {
	background: #fff;
	box-shadow: 3px 3px 0 0 rgba(218, 0, 0, .1);
	float: right;
	margin-right: 30px;
	margin-top: -100px;
	padding: 30px;
	position: relative;
	width: 85%;
	z-index: 9;
}
.post_format-post-format-audio.blog-entry.blog-modern-style .entry-details,
.post_format-post-format-video.blog-entry.blog-modern-style .entry-details { margin-top: 0; }
/* Classic Style - New */

.blog-entry.classic .entry-title h4 { margin-bottom: 15px; }
.blog-entry .dt-sc-button.simple {
	background-color: #fff;
	float: right;
	padding: 0 0 0 20px;
}
.blog-entry.classic .entry-details:after,
.blog-entry.bordered .entry-details:after {
	border-bottom: 2px solid;
	bottom: 7px;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
.blog-entry.bordered .entry-details:after {
	bottom: 37px;
	margin-left: 40px;
	width: 75%;
}
.blog-entry .dt-sc-button.simple.with-icon.icon-right:hover span { margin-left: 15px; }
/* Bordered Style - New */

.blog-entry.bordered .entry-details {
	margin-top: -45px;
	padding: 0 40px 30px 40px;
}
.blog-entry.bordered .date {
	background: #fff;
	border: 2px solid #86898b;
	color: #86898b;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	margin-bottom: 20px;
	margin-right: 5px;
	padding: 15px 0 10px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 75px;
}
.blog-entry.bordered .date span {
	display: block;
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 5px;
}
.blog-entry.bordered { border: 1px solid; }
.blog-entry.bordered:hover {
	box-shadow: 0 0 40px -18px rgba(0, 0, 0, .62);
	-moz-box-shadow: 0 0 40px -18px rgba(0, 0, 0, .62);
	-webkit-box-shadow: 0 0 40px -18px rgba(0, 0, 0, .62);
}
.blog-entry.bordered.post_format-post-format-video .entry-details,
.blog-entry.bordered.post_format-post-format-audio .entry-details { margin-top: 0; }
.dt-sc-one-column .blog-entry.bordered .entry-details:after { width: 85%; }
/* Fashion Style - New */

.blog-entry.entry-fashion-style .entry-details {
	border: 1px solid #e4e4e4;
	padding: 40px 20px;
	text-align: center;
}
.blog-entry.entry-fashion-style .entry-comment-author-meta {
	display: block;
	padding: 13px 0 20px;
}
.blog-entry.entry-fashion-style .entry-meta .comments { padding-right: 5px; }
.blog-entry.entry-fashion-style .entry-title span.sticky-post {
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 10px;
}
.blog-entry.entry-fashion-style .entry-thumb { margin: 0; }
.blog-entry.entry-fashion-style .entry-meta .author i { padding: 0 3px 0 7px; }
.blog-entry.entry-fashion-style .entry-title h4 { text-transform: capitalize; }
.blog-entry.entry-fashion-style .entry-meta .date span {
	font-size: 30px;
	padding-right: 5px;
}
/* Minimal Bordered Style - New */

.blog-entry.entry-minimal-bordered {
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 20px !important
}
.blog-entry.entry-minimal-bordered .entry-meta p,
.blog-entry.entry-minimal-bordered .entry-meta .date {
	display: inline-block;
	font-size: 13px;
	position: relative;
}
.blog-entry.entry-minimal-bordered .entry-meta p {
	margin-right: 10px;
	padding-right: 10px;
}
.blog-entry.entry-minimal-bordered .entry-meta p:after {
	content: '|';
	position: absolute;
	right: -5px;
}
.blog-entry.entry-minimal-bordered .entry-details {
	padding: 20px 25px 10px;
	position: relative;
}
.blog-entry.entry-minimal-bordered .entry-body { margin: 20px 0; }
.blog-entry.entry-minimal-bordered .entry-body p { line-height: 28px; }
.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button { font-weight: normal; }
.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button:hover {
	background: transparent;
	color: #000;
}
.blog-entry.entry-minimal-bordered .entry-meta-data .author,
.blog-entry.entry-minimal-bordered .entry-meta-data .comments,
.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button {
	display: inline-block;
	position: relative;
}
.blog-entry.entry-minimal-bordered .entry-meta-data .comments {
	margin: 0 15px;
	padding: 5px 15px;
}
.blog-entry.entry-minimal-bordered .entry-meta-data .comments:after {
	border-left: 1px solid;
	border-right: 1px solid;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.blog-entry.entry-minimal-bordered .entry-meta-data .author a {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
}
.blog-entry.entry-minimal-bordered .entry-meta-data .author,
.blog-entry.entry-minimal-bordered .entry-meta-data .comments {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.blog-entry.entry-minimal-bordered .entry-meta-data .comments span {
	font-weight: 300;
	margin-left: 10px;
	text-transform: lowercase;
}
.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button:before {
	border-bottom: 1px solid;
	border-top: 1px solid;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	width: 0;
}
.blog-entry.entry-minimal-bordered .entry-meta-data a.dt-sc-button:hover:before { width: 100%; }
.blog-entry.entry-minimal-bordered .entry-meta-data .comments a { color: #000; }
.blog-entry.entry-minimal-bordered .entry-meta p a {
	color: #000;
	font-weight: 500;
}
.blog-entry.entry-minimal-bordered .entry-title h4 {
	margin-bottom: 15px;
	text-transform: capitalize;
}
.blog-entry.entry-minimal-bordered .sticky-post {
	background: #fff;
	border-top: 1px solid #000;
	display: inline-block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 0;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	top: -55px;
}
.blog-entry.entry-minimal-bordered .sticky-post span.fa { margin-right: 5px; }
/* Three Column */


.dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments {
	margin: 0 10px;
	font-size: 12px;
}
/* Sidebar with three column */


.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: none; }
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments { margin-top: 10px; }
/* Blog listing default button */
.dt-sc-button {
	font-size: 16px;
	padding: 8px 15px;
	line-height: normal;
	display: inline-block;
	margin: 10px 0 0;
	cursor: pointer;
	outline: 0;
	position: relative;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.dt-sc-button.filled {
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.2	);
}
.dt-sc-button.filled.fully-rounded-corner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/textured-pattern-light.png) right center repeat;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.dt-sc-button { color: #000000; }
.dt-sc-button:hover,
.secondary-skin.dt-sc-button.bordered:hover,
.secondary-skin.dt-sc-button.bordered:hover,
.secondary-skin.dt-sc-button.fully-rounded-border:hover { color: #ffffff; }
.dt-sc-button.filled,
.dt-sc-button.filled:hover,
.secondary-skin.dt-sc-button.rounded-corner,
.secondary-skin.dt-sc-button.rounded-border:hover { color: #ffffff; }
.dt-sc-button.rounded-border,
.dt-sc-button.bordered {
	border: 1px solid;
	border-radius: 3px;
	background: none;
}
.dt-sc-button.transparent {
	background: none;
	border: none;
	padding: 0;
}
.dt-sc-button.rounded-border:hover,
.dt-sc-button.bordered:hover {
	color: #ffffff;
	border-radius: 5px;
}
.dt-sc-button.bordered,
.dt-sc-button.bordered:hover { border-radius: 0px; }
.dt-sc-button.partially-rounded { border-radius: 15px 0px; }
.dt-sc-button.partially-rounded:hover { border-radius: 0px 15px; }
.dt-sc-button.rounded-border.black,
.dt-sc-button.bordered.black,
.dt-sc-button.fully-rounded-border.black {
	border-color: #000000;
	color: #000000;
}
.dt-sc-button.with-shadow { box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2); }
.dt-sc-button.with-shadow.white { background: #ffffff; }
.dt-sc-button.with-shadow.white:hover { box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1); }
.rounded-corner { border-radius: 5px; }
.dt-sc-button.filled.white {
	background: #ffffff;
	color: #000000;
}
.dt-sc-button.filled.white:hover { color: #ffffff; }
.dt-sc-button.filled.black { background: #000000; }
.dt-sc-button.small {
	font-size: 14px;
	padding: 11px 20px;
}
.dt-sc-button.medium {
	font-size: 16px;
	padding: 14px 30px;
}
.dt-sc-button.large {
	font-size: 18px;
	padding: 18px 37px;
}
.dt-sc-button.xlarge {
	font-size: 20px;
	padding: 25px 50px;
}
.dt-sc-button.with-icon.icon-right span { margin-left: 10px; }
.dt-sc-button.dt-sc-left-margin { margin-left: 20px; }
/* Right icon Type1 */
.dt-sc-button.with-icon.icon-right.type1 { padding-right: 15px; }
.dt-sc-button.with-icon.icon-right.type1 span { margin-left: 30px; }
.dt-sc-button.with-icon.icon-right.type1 {
	position: relative;
	letter-spacing: 0.5px;
	overflow: hidden;
}
.dt-sc-button.with-icon.icon-right.type1:after {
	content: '';
	position: absolute;
	z-index: -1;
}
.dt-sc-button.with-icon.icon-right.type1:before {/* left:auto; right:10px;  z-index:2;*/ }
.dt-sc-button.with-icon.icon-right.type1:after {
	width: 35%;
	height: 200%;
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}
.dt-sc-button.with-icon.icon-right.type1:hover:after { width: 38%; }
.dt-sc-button.small.with-icon.icon-right.type1 span { margin-left: 25px; }
.dt-sc-button.small.with-icon.icon-right.type1:after { width: 36%; }
.dt-sc-button.small.with-icon.icon-right.type1:hover:after { width: 38%; }
.dt-sc-button.medium.with-icon.icon-right.type1 span { margin-left: 30px; }
.dt-sc-button.medium.with-icon.icon-right.type1:after { width: 35%; }
.dt-sc-button.medium.with-icon.icon-right.type1:hover:after { width: 38%; }
.dt-sc-button.large.with-icon.icon-right.type1 span { margin-left: 34px; }
.dt-sc-button.large.with-icon.icon-right.type1:after { width: 34%; }
.dt-sc-button.large.with-icon.icon-right.type1:hover:after { width: 36%; }
.dt-sc-button.xlarge.with-icon.icon-right.type1 span { margin-left: 38px; }
.dt-sc-button.xlarge.with-icon.icon-right.type1:after { width: 34%; }
.dt-sc-button.xlarge.with-icon.icon-right.type1:hover:after { width: 36%; }
/* Right icon Type2 */	
.dt-sc-button.with-icon.icon-right.type2 span {
	padding: 23px 0px 9px 20px;
	position: absolute;
	margin: 0px 0px 0px 15px;
	display: inline-block;
	top: 0px;
	right: 21px;
	height: 100%;
}
.dt-sc-button.with-icon.icon-right.type2 span:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.dt-sc-button.small.with-icon.icon-right.type2 { padding: 13px 75px 11px 20px; }
.dt-sc-button.small.with-icon.icon-right.type2 span {
	padding-top: 12px;
	font-size: 16px;
}
.dt-sc-button.medium.with-icon.icon-right.type2 { padding: 16px 78px 14px 22px; }
.dt-sc-button.medium.with-icon.icon-right.type2 span {
	padding-top: 16px;
	font-size: 18px;
}
.dt-sc-button.large.with-icon.icon-right.type2 { padding: 20px 84px 18px 24px; }
.dt-sc-button.large.with-icon.icon-right.type2 span {
	padding-top: 21px;
	font-size: 20px;
}
.dt-sc-button.xlarge.with-icon.icon-right.type2 { padding: 26px 96px 24px 28px; }
.dt-sc-button.xlarge.with-icon.icon-right.type2 span {
	padding-top: 23px;
	padding-left: 25px;
	right: 30px;
	font-size: 24px;
}
/* Right icon Type3 */
.dt-sc-button.with-icon.icon-right.type3 {
	text-transform: none;
	overflow: hidden;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	box-shadow: inset 1px 1px 0 rgba(255,255,255,.2);
	border-width: 1px 0px 1px 1px;
	border-style: solid;
}
.dt-sc-button.with-icon.icon-right.type3 span {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	height: 100%;
	background: #000000;
	color: #ffffff;
	text-align: center;
	border: 1px solid #292420;
	background-color: #49423c;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	box-shadow: inset -1px 1px 0 rgba(255,255,255,.2);
	float: left;
	background-image: url(../images/textured-pattern-light.png);
	background-position: left;
}
.dt-sc-button.with-icon.icon-right.fully-rounded-corner.type3 span { border-radius: 0 50px 50px 0; }
.dt-sc-button.with-icon.icon-right.type3 span:before {
	bottom: 0px;
	height: 16px;
	left: 0px;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 0px;
}
.dt-sc-button.small.with-icon.icon-right.type3 {
	padding: 14px 60px 14px 26px;
	font-size: 14px;
}
.dt-sc-button.small.with-icon.icon-right.type3 span {
	width: 50px;
	font-size: 16px;
}
.dt-sc-button.medium.with-icon.icon-right.type3 {
	padding: 13px 75px 13px 25px;
	font-size: 16px;
}
.dt-sc-button.medium.with-icon.icon-right.type3 span {
	width: 50px;
	font-size: 18px;
}
.dt-sc-button.large.with-icon.icon-right.type3 {
	padding-right: 90px;
	font-size: 18px;
}
.dt-sc-button.large.with-icon.icon-right.type3 span {
	width: 60px;
	font-size: 20px;
}
.dt-sc-button.large.with-icon.icon-right.type3 span:before { height: 20px; }
.dt-sc-button.xlarge.with-icon.icon-right.type3 {
	padding: 25px 110px 25px 40px;
	font-size: 20px;
}
.dt-sc-button.xlarge.with-icon.icon-right.type3 span {
	width: 80px;
	font-size: 22px;
}
.dt-sc-button.xlarge.with-icon.icon-right.type3 span:before { height: 22px; }
/* Left icon Type1 */

.dt-sc-button.with-icon.icon-left span { margin-right: 10px; }
.dt-sc-button.small.with-icon.icon-left { padding: 13px 20px 11px; }
.dt-sc-button.medium.with-icon.icon-left { padding: 16px 25px 14px; }
.dt-sc-button.large.with-icon.icon-left { padding: 20px 30px 18px; }
.dt-sc-button.xlarge.with-icon.icon-left { padding: 26px 35px 24px; }
.dt-sc-button.large.with-icon.icon-left span { line-height: 20px; }
/* Left icon Type2 */	
.dt-sc-button.with-icon.icon-left.type2 span:after {
	content: "";
	position: absolute;
	top: 0px;
	height: 100%;
	width: 1px;
}
.dt-sc-button.with-icon.icon-left.type2 span { text-align: center; }
.dt-sc-button.small.with-icon.icon-left.type2 { padding-left: 15px; }
.dt-sc-button.small.with-icon.icon-left.type2 span {
	width: 30px;
	padding-right: 15px;
	margin-right: 15px;
}
.dt-sc-button.small.with-icon.icon-left.type2 span:after { left: 45px; }
.dt-sc-button.small.with-icon.icon-left.type2 span.pe-icon { font-size: 15px; }
.dt-sc-button.medium.with-icon.icon-left.type2 { padding-left: 20px; }
.dt-sc-button.medium.with-icon.icon-left.type2 span {
	width: 35px;
	padding-right: 20px;
	margin-right: 20px;
}
.dt-sc-button.with-icon.icon-left.type2 span.pe-icon {
	font-size: 20px;
	font-weight: bold;
}
.dt-sc-button.medium.with-icon.icon-left.type2 span:after { left: 55px; }
.dt-sc-button.large.with-icon.icon-left.type2 { padding-left: 25px; }
.dt-sc-button.large.with-icon.icon-left.type2 span {
	width: 42px;
	padding-right: 25px;
	margin-right: 25px;
}
.dt-sc-button.large.with-icon.icon-left.type2 span:after { left: 67px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 { padding-left: 30px; }
.dt-sc-button.xlarge.with-icon.icon-left.type2 span {
	width: 50px;
	padding-right: 30px;
	margin-right: 30px;
}
.dt-sc-button.xlarge.with-icon.icon-left.type2 span:after { left: 80px; }
.dt-sc-button.grey {
	color: rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.1);
}
.dt-sc-button.grey.with-icon.icon-left span:after { background: #ffffff; }
.dt-sc-button.grey.with-icon.icon-left:hover span:after { background: rgba(0, 0, 0, 0.05); }
.dt-sc-button.fully-rounded-border { background: none; }
.dt-sc-button.fully-rounded-border,
.dt-sc-button.fully-rounded-border:hover {
	border: 2px solid;
	border-radius: 50px;
}
.dt-sc-button.fully-rounded-border.small { padding: 14px 25px 11px; }
.dt-sc-button.fully-rounded-border.medium { padding: 17px 30px 14px; }
.dt-sc-button.fully-rounded-border:hover { color: #ffffff; }
.dt-sc-button.fully-rounded-corner {
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border-width: 1px;
	border-style: solid;
}
/* Big Colored Buttons */
.dt-sc-colored-big-buttons {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	line-height: normal;
	padding: 25px 30px;
	border: 1px solid;
	background: #ffffff;
	text-align: left;
	color: #000000;
	border-radius: 5px;
	width: 100%;
	letter-spacing: 0.5px;
	font-weight: 300;
}
.dt-sc-colored-big-buttons:hover { color: #ffffff; }
.dt-sc-colored-big-buttons.with-left-icon { padding-left: 110px; }
.dt-sc-colored-big-buttons span {
	color: #ffffff;
	font-size: 30px;
	line-height: 92px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 80px;
	border-radius: 3px 0 0 3px;
}
.dt-sc-colored-big-buttons span.pe-icon { font-size: 35px; }
.dt-sc-colored-big-buttons:hover span { background: #ffffff; }
.dt-sc-colored-big-buttons.blue { border-color: #015c89; }
.dt-sc-colored-big-buttons.orange { border-color: #f27935; }
.dt-sc-colored-big-buttons.green { border-color: #6ca04a; }
.dt-sc-colored-big-buttons.blue span,
.dt-sc-colored-big-buttons.blue:hover { background: #015c89; }
.dt-sc-colored-big-buttons.orange span,
.dt-sc-colored-big-buttons.orange:hover { background: #f27935; }
.dt-sc-colored-big-buttons.green span,
.dt-sc-colored-big-buttons.green:hover { background: #6ca04a; }
.dt-sc-colored-big-buttons.blue:hover span { background: #015078; }
.dt-sc-colored-big-buttons.orange:hover span { background: #e07231; }
.dt-sc-colored-big-buttons.green:hover span { background: #618f42; }
/*----*****---- << Social Share >> ----*****----*/


.single-post .blog-entry .share {
	float: left;
	width: 100%;
}
.single-post .blog-entry .share > a {
	background: #b7b7b7;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 28px;
	line-height: 26px;
	margin-right: 10px;
	margin-top: 1px;
	padding: 1px 8px;
	text-transform: capitalize;
}
.single-post .blog-entry .share .dt-share-list li {
	display: inline;
	float: left;
	margin-right: 5px;
	text-align: center;
}
.single-post .blog-entry .share .dt-share-list li a {
	border-radius: 50%;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 30px;
}
.single-post .blog-entry .share .dt-share-list a.fa-facebook { background: #3162a2; }
.single-post .blog-entry .share .dt-share-list a.fa-twitter { background: #2fb1eb; }
.single-post .blog-entry .share .dt-share-list a.fa-google-plus { background: #c54542; }
.single-post .blog-entry .share .dt-share-list a.fa-pinterest { background: #c8232c; }
.single-post .blog-entry .share .dt-share-list a.fa-facebook:hover,
.single-post .blog-entry .share .dt-share-list a.fa-twitter:hover,
.single-post .blog-entry .share .dt-share-list a.fa-google-plus:hover,
.single-post .blog-entry .share .dt-share-list a.fa-pinterest:hover { background: #b7b7b7; }
.single-post .blog-entry .share > span {
	float: left;
	margin-right: 10px;
}
/*----*****---- << Blog Columns >> ----*****----*/

.tpl-blog-holder {
	clear: both;
	display: block;
	margin: 0 -10px;
	padding: 0;
	width: auto;
	float: none;
}
.tpl-blog-holder .column {
	margin-left: 0;
	padding: 0px 15px 0;
}
.tpl-blog-holder.apply-isotope .dt-sc-one-fourth,
.tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-fourth { width: 25%; }
.tpl-blog-holder.apply-isotope .dt-sc-one-third,
.tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-third { width: 33.33%; }
.tpl-blog-holder.apply-isotope .dt-sc-one-half,
.tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-half { width: 50%; }
.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-half,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-fourth,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder.apply-isotope .column.dt-sc-one-fourth { width: 100%; }
.dt-sc-one-third .blog-entry .entry-title h4 { font-size: 16px; }
.dt-sc-one-third .blog-entry .entry-format a:before,
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-format a:before,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format a:before {
	font-size: 24px;
	line-height: 50px;
}
.dt-sc-one-third .blog-entry .entry-format a,
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-format a,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format a { /*height: 60px;
line-height: 50px;
width: 60px;*/ }
.dt-sc-one-third .blog-entry .entry-meta,
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-meta { font-size: 12px; }
.with-both-sidebar .dt-sc-one-half .blog-entry .entry-title h4 {
	font-size: 14px;
	line-height: 20px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry .entry-title h4 {
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
}
.page-with-sidebar .related-post .dt-sc-one-third { width: 49%; }
.with-both-sidebar .dt-sc-one-column .blog-entry .entry-meta { font-size: 12px; }
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format { right: -25px; }
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 50px; }
.with-both-sidebar .dt-sc-one-column .blog-entry .entry-title h4 { font-size: 14px; }
.with-both-sidebar .dt-sc-one-third .blog-entry .entry-body p { line-height: 22px; }
.page-with-sidebar .blog-entry.single.blog-medium-style .entry-thumb,
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight .entry-thumb { width: 100%; }
.page-with-sidebar .blog-entry.single.blog-medium-style .entry-details,
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format {
	bottom: -25px;
	left: 30px;
	right: inherit;
	top: inherit;
}
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-left: 30px; }
.page-with-sidebar .blog-entry.single.blog-medium-style .entry-format {
	bottom: -35px;
	left: 30px;
	right: inherit;
	top: inherit;
}
.page-with-sidebar .blog-entry.single.blog-medium-style .entry-details,
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight .entry-details { padding: 60px 0 0 30px; }
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight,
/* Blog Single - Skin Highlight Remove */.blog-entry.single.blog-medium-style.dt-blog-medium-highlight.dt-sc-skin-highlight { background: none; }
.page-with-sidebar .blog-entry.single.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 40px 0 0 30px; }
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 14px; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-details { padding-left: 60px; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-date {
	font-size: 20px;
	width: 45px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-date span {
	font-size: 12px;
	margin-top: 5px;
	padding: 2px 0;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 15px; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .dt-sc-button { margin: 10px 0 15px -60px; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data { margin-top: 0; }
.dt-sc-one-column .blog-entry.entry-date-author-left .entry-details { min-height: 280px; }
.dt-sc-one-column .blog-entry.entry-date-author-left .entry-thumb ~ .entry-details {
	min-height: auto;
	padding-top: 15px;
}
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left { padding-left: 80px; }
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author { width: 55px; }
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author .entry-date,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author .entry-date { /*	font-size: 24px;*/ }
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author .entry-date span,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author .entry-date span { font-size: 12px; }
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-details,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-details { margin-top: 5px; }
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-details .entry-title h4,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-details .entry-title h4 { font-size: 13px; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left { padding-left: 60px; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author { width: 40px; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date span {
	margin-top: 5px;
	padding: 0;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-title h4 { font-size: 12px; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-meta-data { margin-top: 0; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author .entry-author {
	margin-top: 10px;
	padding-bottom: 5px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-format a {
	border-width: 5px;
	height: 45px;
	width: 45px;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-format a:before {
	font-size: 16px;
	line-height: 40px;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 55px; }
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format {
	right: -25px;
	top: 20px;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format a {
	height: 50px;
	width: 50px;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format a:before {
	font-size: 24px;
	line-height: 48px;
}
.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-left: 30px; }
.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format { right: 0; }
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-meta { font-size: 12px; }
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-title h4 { font-size: 14px; }
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-left: 40px; }
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format {
	right: -18px;
	top: 15px;
}
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format { right: 0; }
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format a,
.page-with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-format a {
	height: 36px;
	width: 36px;
}
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format a:before,
.page-with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-format a:before {
	font-size: 16px;
	line-height: 32px;
}
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.page-with-sidebar.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
	padding-left: 30px;
	padding-top: 30px;
}
.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 0 20px 20px; }
.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb { width: 100%; }
.dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
	width: 100%;
}
.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-format,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-format {
	bottom: -20px;
	left: 10px;
	right: inherit;
	top: inherit;
}
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 100%; }
.dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-details { padding-top: 0; }
.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-top: 30px; }
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details { width: 100%; }
.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb { overflow: visible; }
.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-top: 30px; }
.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
.with-both-sidebar .dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
	padding-top: 30px;
	width: 100%;
}
.dt-sc-one-third .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 30px 20px 20px; }
/*** Blog Trendy Styles ***/

.blog-entry.entry-overlay-style .entry-details,
.blog-entry.entry-overlay-style .entry-thumb img,
.blog-entry.entry-overlay-style .entry-details,
.blog-entry.entry-overlay-style .entry-details:before,
.blog-entry.entry-overlay-style .entry-thumb img,
.blog-entry.entry-overlay-style .entry-body,
.blog-entry.entry-overlay-style .entry-meta .date,
.blog-entry.entry-overlay-style .entry-meta-data p,
.blog-entry.entry-overlay-style .entry-meta-data p a,
.blog-entry.entry-overlay-style .entry-meta-data p i {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.wpb_column .blog-entry.entry-overlay-style { margin-bottom: 0px; }
.blog-entry.entry-overlay-style .entry-thumb {
	line-height: inherit;
	margin-bottom: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 0;
	transition: background-size 3s ease;
	-moz-transition: background-size 3s ease;
	-webkit-transition: background-size 3s ease;
}
.blog-entry.entry-overlay-style:hover .entry-thumb { background-size: cover; }
.blog-entry.entry-overlay-style .entry-details {
	float: left;
	display: inline-block;
	line-height: inherit;
	padding: 80px 50px 40px;
	position: relative;
	z-index: 1;
}
.blog-entry.entry-overlay-style .entry-details:before {
	content: "";
	border: 5px solid transparent;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.blog-entry.entry-overlay-style .entry-thumb img {
	visibility: hidden !important;
	opacity: 0;
}
.blog-entry.entry-overlay-style:hover .entry-thumb img {
	visibility: visible !important;
	opacity: 1;
}
.blog-entry.entry-overlay-style .read-more-link {
	background: none;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 30px;
	border-top: 1px solid #e8e8e8;
	padding: 20px 0px 20px;
}
.blog-entry.entry-overlay-style:hover .read-more-link {
	color: #FFF;
	border-top: 1px solid #FFF;
}
.blog-entry.entry-overlay-style .read-more-link span {
	float: right;
	color: #777777;
	font-size: 18px;
	width: 35px;
	height: 35px;
	line-height: 31px;
	border: 2px solid #cdcdcd;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.blog-entry.entry-overlay-style:hover .read-more-link span {
	color: #FFF;
	background-color: #000;
}
.blog-entry.entry-overlay-style .read-more-link span:before { margin-left: 3px; }
.blog-entry.entry-overlay-style:hover .entry-details { color: #FFF; }
.blog-entry.entry-overlay-style .entry-meta {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.6px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 36px;
	color: #777777;
}
.blog-entry.entry-overlay-style .entry-meta:before {
	content: "";
	background-color: #e8e8e8;
	width: 78px;
	height: 3px;
	display: inline-block;
	clear: both;
	float: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.blog-entry.entry-overlay-style .entry-meta .date { text-transform: uppercase; }
.blog-entry.entry-overlay-style .entry-title h4 {
	font-size: 20px;
	text-transform: none;
	width: 55%;
}
.blog-entry.entry-overlay-style:hover .entry-body { opacity: 1; }
.blog-entry.entry-overlay-style:hover .entry-title h4 a,
.blog-entry.entry-overlay-style .entry-meta-data p a:hover,
.blog-entry.entry-overlay-style .entry-meta a:hover,
.blog-entry.entry-overlay-style:hover .read-more-link,
.blog-entry.entry-overlay-style:hover .entry-meta .date,
.blog-entry.entry-overlay-style:hover .entry-meta-data p,
.blog-entry.entry-overlay-style:hover .entry-meta-data p a,
.blog-entry.entry-overlay-style:hover .entry-meta-data p i,
.blog-entry.entry-overlay-style:hover .entry-meta a,
.blog-entry.entry-overlay-style:hover .entry-meta a i,
.blog-entry.entry-overlay-style:hover .entry-meta .author i { color: #FFF; }
.blog-entry.entry-overlay-style:hover .entry-details { background-color: rgba(0, 0, 0, 0.7); }
/*** Blog Overlap Styles ***/


.blog-entry.overlap .entry-details {
	background-color: #fff;
	float: left;
	margin: -60px 5% 0;
	padding: 50px 40px 40px;
	position: relative;
	width: 90%;
	z-index: auto;
}
.blog-entry.overlap .entry-meta-data {
	border-top: 1px solid #f0f0f0;
	padding: 30px 0 0;
}
.animated-btn { overflow: hidden; }
.animated-btn:after {
	content: '';
	display: block;
	height: 100%;
	margin: auto;
	position: absolute;
	right: -15px;
	top: 0;
}
.animated-btn:after {
	border-radius: 100%;
	bottom: 0;
	box-shadow: 0 0 0 0 #fff;
	content: '';
	display: block;
	height: 100px;
	left: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-webkit-transform: scale(.9);
	width: 100px;
	z-index: 0;
}
.animated-btn:hover:after {
	animation: zooming 1s ease-out;
	-moz-animation: zooming 1s ease-out;
	-ms-animation: zooming 1s ease-out;
	-webkit-animation: zooming 1s ease-out;
	box-shadow: 0 0 10px 10px #fff;
}
.animated-btn:hover { border-color: transparent; }
@-webkit-keyframes zooming { 0% {
opacity: .3;
}
40% {
box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
opacity: .5;
}
100% {
box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
opacity: 0;
-webkit-transform: scale(1.1);
}
}
@-moz-keyframes zooming { 0% {
opacity: .3;
}
40% {
box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
opacity: .5;
}
100% {
box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
opacity: 0;
-moz-transform: scale(1.1);
}
}
@-ms-keyframes zooming { 0% {
opacity: .3;
}
40% {
box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
opacity: .5;
}
100% {
box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
opacity: 0;
-ms-transform: scale(1.1);
}
}
@keyframes zooming { 0% {
opacity: .3;
}
40% {
box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
opacity: .5;
}
100% {
box-shadow: 0 0 0 2px rgba(255,255,255,.3), 0 0 15px 15px rgba(0,0,0,.1), 0 0 0 15px rgba(255,255,255,.5);
opacity: 0;
transform: scale(1.1);
}
}
/*** Blog Stripe Styles ***/


.blog-entry.entry-center-align {
	background-color: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.blog-entry.entry-center-align .entry-thumb img {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}
.blog-entry.entry-center-align .entry-format a {
	border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px 0 0 0;
}
.blog-entry.entry-center-align { text-align: center; }
.blog-entry.entry-center-align .entry-title h4 {
	font-size: 30px;
	text-transform: none;
}
.blog-entry.entry-center-align .entry-details {
	padding: 15px 35px 45px;
	position: relative;
}
.blog-entry.entry-center-align .entry-details .dt-sc-button {
	background-color: transparent;
	border-bottom: 2px solid;
	font-size: 20px;
	line-height: 17px;
	margin-bottom: 0;
	padding: 0;
}
.blog-entry.entry-center-align .entry-meta .date {
	font-size: 14px;
	text-transform: uppercase;
}
.blog-entry.entry-center-align .entry-details .dt-sc-button span,
.blog-entry.entry-center-align .entry-details .dt-sc-button:after { display: none; }
.blog-entry.entry-center-align .entry-details:before {
	background-image: url(http://fw.wedesignthemes.com/wp-content/uploads/2018/01/blog-stripe.png);
	background-repeat: repeat-x;
	content: '';
	display: inline-block;
	height: 19px;
	left: 0;
	position: absolute;
	top: -11px;
	width: 100%;
}
.blog-entry.entry-center-align .entry-meta {
	margin-bottom: 18px;
	position: relative;
}
.blog-entry.entry-center-align .entry-meta:after {
	bottom: -7px;
	content: '';
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 153px;
}
.blog-entry.entry-center-align .entry-thumb { margin-bottom: 0; }
/* Skins */


.blog-entry.entry-center-align .entry-details .dt-sc-button { color: #da0000; }
.blog-entry.entry-center-align .entry-details .dt-sc-button:hover {
	background-color: transparent;
	color: #ff2828;
}
/* */

.grid-sizer.column {
	margin: 0;
	min-height: 0;
	padding: 0;
}
/* Page Template */


.vc_col-sm-3 .blog-entry.blog-medium-style .entry-thumb,
.vc_col-sm-4 .blog-entry.blog-medium-style .entry-thumb,
.page-with-sidebar .vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb { width: 100%; }
.vc_col-sm-3 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.vc_col-sm-4 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.page-with-sidebar .vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
	width: 100%;
}
.vc_col-sm-3 .blog-entry.blog-medium-style .entry-format a:before {
	font-size: 16px;
	line-height: 36px;
}
.vc_col-sm-3 .blog-entry.blog-medium-style .entry-format a {
	height: 36px;
	width: 36px;
}
.vc_col-sm-3 .blog-entry.blog-medium-style .entry-format {
	bottom: -15px;
	left: 10px;
	top: auto;
}
.vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.vc_col-sm-4 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.vc_col-sm-6 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 30px; }
.vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-format { bottom: 0; }
.vc_col-sm-4 .blog-entry.blog-medium-style .entry-format,
.page-with-sidebar .vc_col-sm-6 .blog-entry.blog-medium-style .entry-format {
	right: 10px;
	top: 10px;
}
/* --- With sidebar --- */


.page-with-sidebar .vc_col-sm-3 .blog-entry .entry-title h4 { font-size: 12px; }
.page-with-sidebar .vc_col-sm-4 .blog-entry .entry-title h4 { font-size: 14px; }
.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-author-left .entry-date-author { width: 30px; }
.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-author-left { padding-left: 45px; }
.page-with-sidebar .vc_col-sm-4 .blog-entry.entry-date-author-left { padding-left: 70px; }
.page-with-sidebar .vc_col-sm-4 .blog-entry.entry-date-author-left .entry-date-author { width: 50px; }
.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-left .entry-details { padding-left: 55px; }
.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-left .entry-details .entry-date { width: 40px; }
.page-with-sidebar .vc_col-sm-3 .blog-entry.entry-date-left .dt-sc-button.with-icon.icon-right.type1 { padding: 10px; }
.page-with-sidebar .vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .dt-sc-button.with-icon.icon-right.type1 { padding: 12px 8px; }
/* Blog - Read More Link/Button */

.rounded-corner { border-radius: 5px; }
.dt-sc-button.dt-sc-readmore-link {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	line-height: normal;
	margin: 10px 0 0;
	outline: none;
	padding: 8px 15px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}
.dt-sc-button.dt-sc-readmore-link {
	background: rgba(0, 0, 0, .5);
	color: #000;
}
.dt-sc-button.dt-sc-readmore-link:hover,
.dt-sc-button.dt-sc-readmore-link.filled,
.dt-sc-button.dt-sc-readmore-link.filled:hover { color: #fff; }
.dt-sc-button.dt-sc-readmore-link.small {
	font-size: 12px;
	padding: 13px 20px 11px;
}
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1 { padding-right: 14px; }
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1 span { margin-left: 35px; }
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1 {
	letter-spacing: .5px;
	overflow: hidden;
	position: relative;
}
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:after {
	content: '';
	position: absolute;
	z-index: -1;
}
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:before {
	left: auto;
	right: 10px;
	z-index: 2;
}
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:after {
	height: 200%;
	margin: -5px 0 0 -5px;
	right: 0;
	top: 0;
	transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	width: 35%;
	z-index: 1;
}
.dt-sc-button.dt-sc-readmore-link.with-icon.icon-right.type1:hover:after { width: 40%; }
.dt-sc-button.with-icon.icon-right.type1:after { background: rgba(0, 0, 0, .1); }
.dt-sc-button.with-icon.icon-right.type1,
.dt-sc-button.with-icon.icon-right.type1:after {
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
/* Blog Single - Skin Highlight Remove */

.blog-entry.single.dt-sc-skin-highlight,
.blog-entry.single.dt-sc-skin-highlight .entry-title h4 a,
.blog-entry.single.dt-sc-skin-highlight .entry-meta a,
.blog-entry.single.dt-sc-skin-highlight .entry-meta-data p a,
.blog-entry.single.dt-sc-skin-highlight .entry-meta-data p i { color: #000; }
.blog-entry.single.dt-sc-skin-highlight .entry-meta .comments i,
.blog-entry.single.dt-sc-skin-highlight .entry-meta .author i { color: #888; }
/* Blog Detail - Standard */


.blog-entry.post-standard .entry-title {
	float: left;
	padding: 10px 0;
	width: 100%;
}
.blog-entry.post-standard .entry-title h4 {
	font-size: 30px;
	margin-bottom: 5px;
	text-transform: inherit;
}
.blog-entry.post-standard p.category,
.blog-entry.post-standard p.category a { margin-bottom: 5px; }
.blog-entry.post-standard p.category i { display: none; }
.blog-entry.post-standard .entry-meta {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.blog-entry.post-standard .entry-meta p.category a {
	background: #222;
	color: #fff;
	float: left;
	margin-right: 3px;
	padding: 1px 8px 0;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}
.blog-entry.post-standard .entry-meta .entry-info a { color: #000; }
.blog-entry.post-standard .entry-meta .entry-info {
	float: left;
	width: 100%;
}
.blog-entry.post-standard .entry-meta .entry-info i.zmdi {
	color: #fff;
	font-size: 13px;
	left: 0;
	margin-left: 5px;
	margin-right: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.blog-entry.post-standard .entry-meta .entry-info i.zmdi:after {
	background: #000;
	content: '';
	display: block;
	height: 32px;
	left: -5px;
	position: absolute;
	text-align: center;
	top: -10px;
	width: 28px;
	z-index: -1;
}
.blog-entry.post-standard .entry-meta .entry-info .likes a i {
	font-size: 12px;
	font-style: normal;
	margin-right: 0;
	position: static;
}
.blog-entry.post-standard .entry-meta .entry-info > * {
	border-style: solid;
	border-width: 1px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-right: 10px;
	min-height: 30px;
	overflow: hidden;
	padding: 6px 10px 6px 35px;
	position: relative;
}
.blog-entry.post-standard .entry-meta-data p span {
	background: #b7b7b7;
	color: #fff;
	float: left;
	font-size: 12px;
	height: 26px;
	line-height: 24px;
	margin-right: 7px;
	padding: 0 8px;
	text-transform: capitalize;
}
.blog-entry.post-standard .entry-meta-data p a {
	background: #222;
	color: #fff;
	display: inline-block;
	float: none;
	letter-spacing: .5px;
	line-height: 26px;
	margin-bottom: 5px;
	margin-right: 3px;
	min-height: 26px;
	padding: 0 8px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}
.blog-entry.post-standard .entry-meta-data p a:hover { color: #fff; }
.blog-entry.post-standard .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}
.blog-entry.post-standard .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}
.blog-entry.post-standard .entry-thumb {
	float: left;
	overflow: hidden;
	position: relative;
	width: auto;
}
.blog-entry.post-standard .entry-thumb img {
	-moz-animation-name: none;
	-o-animation-name: none;
	-webkit-animation-name: none;
	max-width: none;
	transform: translate3d(-40px, 0, 0);
	-webkit-transform: translate3d(-40px, 0, 0);
	transition: opacity .35s, transform .45s;
	width: calc(100% + 60px);
}
.blog-entry.post-standard.format-video .entry-thumb,
.blog-entry.post-standard.format-audio .entry-thumb { width: 100%; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari override */
::i-block-chrome, .blog-entry.post-standard .entry-thumb img {
transform: translate3d(0px, 0, 0);
width: auto;
}
::i-block-chrome, .blog-entry.post-standard .entry-thumb {
width: 100%;
}
}
.blog-entry.post-standard .entry-thumb:hover img {
	opacity: .6;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.blog-entry.post-standard .entry-thumb:before {
	border: 2px dashed #222;
	bottom: 10px;
	content: '';
	display: block;
	left: 10px;
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	transform: translate3d(20px, 0, 0);
	-webkit-transform: translate3d(20px, 0, 0);
	transition: opacity .35s, transform .45s;
}
.blog-entry.post-standard .entry-thumb:hover:before {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.blog-entry.post-standard .entry-thumb .bx-wrapper img {
	max-width: none;
	transform: none;
	-webkit-transform: none;
	transition: opacity .35s;
	width: 100%;
}
/* Blog Detail - Post Info Within Image */


.blog-entry.post-info-within-image .entry-thumb {
	margin-bottom: 30px;
	width: auto;
}
.blog-entry.post-info-within-image.format-video .entry-thumb,
.blog-entry.post-info-within-image.format-audio .entry-thumb { width: 100%; }
.blog-entry.post-info-within-image .entry-thumb:before {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	bottom: 0;
	content: '';
	display: block;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
	height: 40%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.blog-entry.post-info-within-image .entry-thumb:hover:before { height: 100%; }
.blog-entry.post-info-within-image.format-video .entry-thumb:before,
.blog-entry.post-info-within-image.format-audio .entry-thumb:before { display: none; }
.blog-entry.post-info-within-image .entry-thumb .bx-controls a {
	background: none;
	opacity: 1;
}
.blog-entry.post-info-within-image .entry-thumb .bx-wrapper { overflow: visible; }
.blog-entry.post-info-within-image .entry-thumb .bx-wrapper .bx-viewport { overflow: visible !important; }
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev { left: -60px; }
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next { right: -35px; }
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:after,
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:after {
	border-bottom: 60px solid transparent;
	border-top: 60px solid transparent;
	content: '';
	display: block;
	height: 0;
	left: 0;
	width: 0;
}
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:after { border-right: 60px solid #b7b7b7; }
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:after { border-left: 60px solid #b7b7b7; }
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-wrapper { overflow: hidden; }
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev { left: 10px; }
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next { right: 10px; }
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev,
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next {
	background: #b7b7b7;
	height: 50px;
	width: 50px;
	z-index: 99;
}
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a {
	opacity: 0;
	visibility: hidden;
}
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb:hover .bx-controls a {
	opacity: 1;
	visibility: visible;
}
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:after,
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:after { display: none; }
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:before,
.page-with-sidebar .blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:before {
	font-size: 50px;
	left: 0;
	top: 0;
}
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-prev:before,
.blog-entry.post-info-within-image .entry-thumb .bx-controls a.bx-next:before {
	color: #fff;
	font-size: 60px;
	left: -2.5px;
	top: 35px;
}
.blog-entry.post-info-within-image .entry-meta {
	bottom: 0;
	float: left;
	margin-bottom: 0;
	padding: 30px;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.blog-entry.post-info-within-image .entry-meta p.category a {
	background: #b7b7b7;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	text-transform: capitalize;
}
.blog-entry.post-info-within-image .entry-meta i { font-size: 14px; }
.blog-entry.post-info-within-image .entry-meta > * {
	float: left;
	font-size: 14px;
	line-height: 19px;
	margin-right: 20px;
	position: relative;
}
.blog-entry.post-info-within-image .entry-meta p.category a:hover { color: #fff; }
.blog-entry.post-info-within-image .entry-meta p.category { margin-bottom: 12px; }
.blog-entry.post-info-within-image .entry-meta p.category,
.blog-entry.post-info-within-image .entry-meta .entry-title,
.blog-entry.post-info-within-image .entry-meta .entry-info {
	color: #fff;
	float: left;
	margin-right: 0;
	width: 100%;
}
.blog-entry.post-info-within-image .entry-meta .entry-info { margin-top: 5px; }
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down {
	background: #fff;
	bottom: 10px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	position: absolute;
	right: 10px;
	text-align: center;
	width: 50px;
}
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a {
	float: left;
	height: 100%;
	width: 100%;
}
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a i {
	color: #b7b7b7;
	font-size: 24px;
	left: 0;
	line-height: 50px;
	margin: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
}
.blog-entry.post-info-within-image .entry-meta .author,
.blog-entry.post-info-within-image .entry-meta .date,
.blog-entry.post-info-within-image .entry-meta .comments,
.blog-entry.post-info-within-image .entry-meta .views,
.blog-entry.post-info-within-image .entry-meta .likes { font-size: 12px; }
.blog-entry.post-info-within-image .entry-meta .author {
	margin-right: 10px;
	position: relative;
}
.blog-entry.post-info-within-image .entry-meta .author:before {
	background: #fff;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 5px;
}
.blog-entry.post-info-within-image .entry-meta .comments { margin-left: 15px; }
.blog-entry.post-info-within-image .entry-meta .views,
.blog-entry.post-info-within-image .entry-meta .likes {
	display: inline-block;
	float: none;
	margin-left: 15px;
}
.blog-entry.post-info-within-image .entry-meta .entry-title h4 {
	font-size: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.blog-entry.post-info-within-image .entry-meta-data p span {
	background: #000;
	color: #fff;
	float: left;
	margin-right: 5px;
	padding: 3px 9px;
	text-transform: capitalize;
}
.blog-entry.post-info-within-image .entry-meta-data p a {
	background: #adaeaf;
	color: #fff;
	display: inline-block;
	float: none;
	letter-spacing: .5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 9px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}
.blog-entry.post-info-within-image .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}
.blog-entry.post-info-within-image .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down a:hover i,
.blog-entry.post-info-within-image .entry-meta i,
.blog-entry.post-info-within-image .entry-meta a,
.blog-entry.post-info-within-image .entry-meta .entry-title h4 a { color: #fff; }
.blog-entry.post-info-within-image .entry-meta i.fa { font-size: 14px; }
.blog-entry.post-info-within-image .entry-meta .likes a i {
	font-size: 12px;
	font-style: normal;
}
/* Blog Detail - Post Info Bottom Image */

.blog-entry.post-info-bottom-image .entry-thumb {
	backface-visibility: hidden;
	box-shadow: 10px -10px 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 10px -10px 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 10px -10px 0 0 rgba(0,0,0,0);
	margin-bottom: 30px;
	width: auto;
}
.blog-entry.post-info-bottom-image.format-video .entry-thumb,
.blog-entry.post-info-bottom-image.format-audio .entry-thumb { width: 100%; }
.blog-entry.post-info-bottom-image .entry-meta {
	background: #fff;
	bottom: 0;
	float: none;
	left: 0;
	margin: 0 auto;
	margin-bottom: 0;
	padding: 20px 20px 0 0;
	position: absolute;
	width: 80%;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info .author { padding-left: 40px; }
.blog-entry.post-info-bottom-image .entry-meta .entry-info .author img {
	border-radius: 50%;
	height: 25px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 25px;
}
.blog-entry.post-info-bottom-image .entry-meta .comments i { font-size: 14px; }
.blog-entry.post-info-bottom-image .entry-meta .entry-info > i {
	font-size: 13px;
	left: 0;
	margin-right: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info > * {
	display: inline-block;
	float: none;
	font-size: 12px;
	line-height: 19px;
	margin-right: 30px;
	position: relative;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info > *:before {
	background: #878787;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 10px;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info > *:last-child { margin-right: 0; }
.blog-entry.post-info-bottom-image .entry-meta .entry-info > *:last-child:before { content: none; }
.blog-entry.post-info-bottom-image .entry-meta .entry-info a,
.blog-entry.post-info-bottom-image .entry-meta .entry-info a i { color: #000; }
.blog-entry.post-info-bottom-image .entry-meta .entry-info .date span { margin-right: 5px; }
.blog-entry.post-info-bottom-image .entry-meta .entry-info .comments { line-height: 22px; }
.blog-entry.post-info-bottom-image .entry-meta .entry-title {
	float: left;
	margin-top: 3px;
	width: 100%;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-title h4 {
	font-size: 28px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.blog-entry.post-info-bottom-image .entry-meta p.category a {
	color: #fff;
	font-size: 14px;
	padding: 2px 8px;
	text-transform: capitalize;
}
.blog-entry.post-info-bottom-image .entry-meta.bottom-left p.category {
	float: left;
	line-height: normal;
	margin-bottom: 0;
	width: 100%;
}
.blog-entry.post-info-bottom-image .entry-meta.bottom-left p.category a {
	background: #b7b7b7;
	float: left;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 5px;
	padding: 4px 8px;
}
.blog-entry.post-info-bottom-image .entry-meta-data p span {
	color: #fff;
	font-size: 11px;
	margin-right: 5px;
	padding: 4px 9px;
	text-transform: capitalize;
}
.blog-entry.post-info-bottom-image .entry-meta-data p a {
	background: #b7b7b7;
	color: #fff;
	float: left;
	font-size: 12px;
	letter-spacing: .5px;
	line-height: 23px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 2px 8px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}
.blog-entry.post-info-bottom-image .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}
.blog-entry.post-info-bottom-image .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}
.blog-entry.post-info-bottom-image .entry-meta-data p.tags span {
	background: #b7b7b7;
	border-radius: 50%;
	float: left;
	height: 25px;
	margin-right: 15px;
	margin-top: 2px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 25px;
}
.blog-entry.post-info-bottom-image .entry-meta-data p.tags span i {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 12px;
	left: -1px;
	margin: -1px auto 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: auto;
}
.blog-entry.post-info-bottom-image .entry-meta i.fa {
	color: #888;
	font-size: 13px;
	margin-right: 3px;
}
.blog-entry.post-info-bottom-image .entry-meta .likes a i {
	font-size: 12px;
	font-style: normal;
}
/* Blog Detail - Post Info Above Image */

.blog-entry.post-info-above-image .entry-meta {
	display: inline-block;
	float: none;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}
.blog-entry.post-info-above-image .entry-meta .entry-info .author { padding-left: 40px; }
.blog-entry.post-info-above-image .entry-meta .entry-info .author img {
	border-radius: 50%;
	height: 25px;
	left: 0;
	position: absolute;
	width: 25px;
}
.blog-entry.post-info-above-image .entry-meta .entry-info {
	float: left;
	margin-top: 8px;
	width: 100%;
}
.blog-entry.post-info-above-image .entry-meta .entry-info i {
	display: inline-block;
	float: none;
	font-size: 16px;
	margin-right: 3px;
}
.blog-entry.post-info-above-image .entry-meta .entry-info > * {
	color: #878787;
	display: inline-block;
	float: none;
	font-size: 14px;
	line-height: 25px;
	margin-right: 35px;
	padding-left: 15px;
	position: relative;
	text-transform: capitalize;
}
.blog-entry.post-info-above-image .entry-meta .entry-info > *:before {
	background: #222;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 10px;
}
.blog-entry.post-info-above-image .entry-meta .entry-info > *:last-child:before { content: none; }
.blog-entry.post-info-above-image .entry-meta .entry-info i.zmdi {
	font-size: 14px;
	left: -7px;
	position: absolute;
	top: 5px;
}
.blog-entry.post-info-above-image .entry-meta .entry-info .date {
	margin-left: -5px;
	padding-left: 0;
}
.blog-entry.post-info-above-image .entry-meta .entry-info > * span { margin-right: 6px; }
.blog-entry.post-info-above-image .entry-meta .entry-title {
	float: left;
	margin: 10px 0 8px;
	width: 100%;
}
.blog-entry.post-info-above-image .entry-meta .entry-title h4 {
	font-size: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.blog-entry.post-info-above-image .entry-meta p.category {
	float: left;
	line-height: normal;
	margin-bottom: 0;
	width: 100%;
}
.blog-entry.post-info-above-image .entry-meta p.category a {
	background: #222;
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 4px 8px 6px;
	text-transform: capitalize;
}
.blog-entry.post-info-above-image .entry-meta-data p span {
	color: #fff;
	font-size: 11px;
	margin-right: 5px;
	padding: 4px 9px;
	text-transform: uppercase;
}
.blog-entry.post-info-above-image .entry-meta-data p a {
	background: #222;
	color: #fff;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 2px 8px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}
.blog-entry.post-info-above-image .entry-meta-data p a:hover { color: #fff; }
.blog-entry.post-info-above-image .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}
.blog-entry.post-info-above-image .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}
.blog-entry.post-info-above-image .entry-meta-data p.tags span {
	background: #b7b7b7;
	border-radius: 50%;
	float: left;
	height: 28px;
	margin-right: 15px;
	margin-top: 1px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 28px;
}
.blog-entry.post-info-above-image .entry-meta-data p.tags span i {
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 13px;
	left: -1px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.blog-entry.post-info-above-image .entry-thumb {
	float: left;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.blog-entry.post-info-above-image .entry-thumb > a {
	background: #b7b7b7;
	float: left;
	position: relative;
	width: 100%;
}
.blog-entry.post-info-above-image .entry-thumb img {
	border-radius: 150px;
	-webkit-border-radius: 150px;
	box-shadow: 0 0 0 5px #fff;
	-moz-box-shadow: 0 0 0 5px #fff;
	-webkit-box-shadow: 0 0 0 5px #fff;
	-ms-box-shadow: 0 0 0 5px #fff;
}
.blog-entry.post-info-above-image:hover .entry-thumb img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-ms-box-shadow: none;
}
.blog-entry.post-info-above-image .entry-meta i.fa {
	color: #999;
	font-size: 13px;
}
.blog-entry.post-info-above-image .entry-meta .likes a i {
	font-size: 12px;
	font-style: normal;
}
/* Blog Detail - Post Info Vertical Image */


.blog-entry.post-info-vertical-image .entry-thumb {
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.blog-entry.post-info-vertical-image .entry-thumb:before {
	background: rgba(0,0,0,.4);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.blog-entry.post-info-vertical-image .entry-thumb .bx-controls a { z-index: 9; }
.blog-entry.post-info-vertical-image .entry-thumb:hover:before { background: rgba(0,0,0,.6); }
.blog-entry.post-info-vertical-image .entry-meta {
	display: inline-block;
	float: none;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.blog-entry.post-info-vertical-image .entry-meta,
.blog-entry.post-info-vertical-image .entry-meta a,
.blog-entry.post-info-vertical-image .entry-meta .entry-info i { color: #fff; }
.blog-entry.post-info-vertical-image .entry-meta p.category a {
	background: #222;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	text-transform: capitalize;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-info i {
	font-size: 16px;
	margin-right: 0;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-info > * {
	display: inline-block;
	float: none;
	font-size: 14px;
	line-height: 25px;
	margin-right: 15px;
	padding-left: 15px;
	position: relative;
	text-transform: capitalize;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-info i.zmdi {
	font-size: 14px;
	left: -7px;
	position: absolute;
	top: 5px;
}
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-meta.vertically-centered { display: none; }
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb {
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb .entry-meta.vertically-centered {
	background: none;
	display: block;
}
.blog-entry.post-info-vertical-image.format-video .entry-thumb:before { display: none; }
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb { display: block; }
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-video-thumb:before {
	background: rgba(0,0,0,.4);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail:hover .entry-video-thumb:before { background: rgba(0,0,0,.6); }
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-meta {
	display: inline-block;
	float: none;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.blog-entry.post-info-vertical-image.format-video .entry-video-thumb { display: none; }
.blog-entry.post-info-vertical-image.format-video .entry-meta {
	background: rgba(0, 0, 0, .7);
	padding: 40px 20px;
	position: relative;
	top: auto;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}
.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta p.category,
.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta div.entry-info { position: static; }
.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta .entry-title h4:after { display: none; }
.blog-entry.post-info-vertical-image.format-video > .entry-meta .entry-title h4 {
	margin: 0;
	padding: 0;
}
.blog-entry.post-info-vertical-image.format-video.has-post-thumbnail .entry-thumb > .entry-meta p.category { margin-bottom: 15px; }
.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta div.entry-info {
	display: inline-block;
	float: none;
	margin-top: 10px;
	width: 100%;
}
.blog-entry.post-info-vertical-image.format-video .entry-thumb:hover > .entry-meta p.category { margin-top: 0; }
.blog-entry.post-info-vertical-image.format-video .entry-thumb:hover > .entry-meta div.entry-info { margin-bottom: 0; }
.blog-entry.post-info-vertical-image .entry-thumb img.wp-post-image {
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
}
.blog-entry.post-info-vertical-image .entry-thumb:hover img.wp-post-image {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta p.category {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -30px;
}
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta div.entry-info {
	bottom: -30px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta p.category { margin-top: -5px; }
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta div.entry-info { margin-bottom: -5px; }
.blog-entry.post-info-vertical-image .entry-meta .entry-title {
	float: left;
	padding: 0 10px;
	width: 100%;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-title h4 {
	display: inline-block;
	float: none;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 5px;
	padding: 15px 0 13px;
	position: relative;
	text-transform: capitalize;
	width: auto;
}
.blog-entry.post-info-vertical-image .entry-meta .entry-title h4:before { top: 0; }
.blog-entry.post-info-vertical-image .entry-meta .entry-title h4:after { bottom: 0; }
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:after {
	background: #fff;
	bottom: -2px;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	visibility: hidden;
	width: 50px;
}
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta .entry-title h4:after {
	height: 2px;
	opacity: 1;
	visibility: visible;
	width: 100px;
}
.blog-entry.post-info-vertical-image .entry-meta p.category {
	float: left;
	line-height: normal;
	width: 100%;
}
.blog-entry.post-info-vertical-image .entry-meta-data p span {
	background: #222;
	color: #fff;
	float: left;
	margin-right: 5px;
	padding: 3px 8px;
	text-transform: capitalize;
}
.blog-entry.post-info-vertical-image .entry-meta-data p a {
	background: #222;
	color: #fff;
	float: left;
	letter-spacing: .5px;
	line-height: normal;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px 8px;
	position: relative;
	text-transform: capitalize;
	z-index: 9;
}
.blog-entry.post-info-vertical-image .entry-meta-data p a:hover { color: #fff; }
.blog-entry.post-info-vertical-image .entry-meta-data p a:before {
	content: '';
	display: block;
	height: 100%;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: -1;
}
.blog-entry.post-info-vertical-image .entry-meta-data p a:hover:before {
	left: 0;
	right: auto;
	width: 100%;
}
.blog-entry.post-info-vertical-image .entry-meta-data p.tags span {
	background: #eaeaea;
	color: #222;
	float: left;
	font-size: 13px;
	line-height: normal;
	margin-right: 5px;
	padding: 3px 8px;
	text-transform: capitalize;
}
.blog-entry.post-info-vertical-image .entry-meta i.fa { font-size: 14px; }
.blog-entry.post-info-vertical-image .entry-meta .likes a i {
	font-size: 12px;
	font-style: normal;
	margin-right: 1px;
}
/*----*****---- << Blog Author Info >> ----*****----*/


.author-info {
	width: 100%;
	clear: both;
	float: left;
	padding: 0;
}
.author-info .thumb {
	float: left;
	margin: 0 20px 0 0;
	position: relative;
	width: 110px;
}
.author-info .thumb img {
	border-radius: 100%;
	height: auto;
	max-width: 100%;
}
.author-info h3 span {
	color: #aaa;
	font-size: 14px;
}
.author-info h3 {
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: none;
}
.author-info .author-details { margin: 0px; }
.author-info .thumb {
	float: left;
	margin-right: 3%;
	line-height: 0;
}
/*----*****---- << Blog Comment Entries >> ----*****----*/	
.commententries {
	float: left;
	padding: 0;
	width: 100%;
}
.commententries h3,
#respond h3#reply-title,
.comments-area #respond h3#reply-title { /*	font-size: 24px;
line-height: normal;
margin-bottom: 20px;
letter-spacing: 0;
text-transform: inherit;*/ }
#respond textarea { height: 143px; }
ul.commentlist {
	border-top: 0;
	float: left;
	list-style: none;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	width: 100%;
}
ul.commentlist li {
	display: block;
	float: none;
	list-style: none;
	border: none;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 140px;
	position: relative;
	clear: both;
}
ul.commentlist li ul.children {
	margin: 10px 0px 10px;
	padding: 0px;
	float: left;
	border: none;
	clear: both;
	width: 100%;
}
ul.commentlist li .respond { margin-left: 69px; }
ul.commentlist li .comment-details {
	position: relative;
	padding: 0px 0px 10px;
	margin: 10px 0px 10px;
}
ul.commentlist li .comment-body { margin: 15px 0px 0px; }
ul.commentlist li .comment-author {
	left: 0px;
	top: 0px;
	position: absolute;
}
ul.commentlist li .comment-author:before {
	content: "";
	background-image: url(../images/bordered-circle.png);
	background-repeat: no-repeat;
	background-size: 110px 110px;
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 6px;
	z-index: 1;
}
ul.commentlist li .comment-author img {
	max-width: 120px;
	max-height: 120px;
	float: left;
	margin: 0px;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius: 88px;
}
ul.commentlist li .comment-author img:hover {
	-moz-transform: scale(1.05) rotate(20deg) translate(2px);
	-webkit-transform: scale(1.05) rotate(20deg) translate(2px);
	-o-transform: scale(1.05) rotate(20deg) translate(2px);
	transform: scale(1.05) rotate(20deg) translate(2px);
}
ul.commentlist li .author-name {
	font-size: 24px;
	font-weight: 300;
	color: #37251b;
	display: inline-block;
}
ul.commentlist li .commentmetadata { display: inline-block; }
ul.commentlist li .author-name a {
	color: #2d2d29;
	line-height: 40px;
	font-size: 14px;
}
ul.commentlist li .author-name span {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	color: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 40px;
	text-align: center;
}
ul.commentlist li.bypostauthor .author-name {
	background: #f5f5f5;
	color: #2d2d29;
}
ul.commentlist li .comment-details { display: block; }
ul.commentlist li .commentmeta-data {
	font-size: 12px;
	color: #808080;
	font-style: italic;
	text-decoration: none;
}
ul.commentlist li .reply {
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
ul.commentlist li .reply a {
	font-weight: 500;
	padding: 0px 15px;
	height: 40px;
	display: inline-block;
}
ul.commentlist li #respond { padding-bottom: 20px; }
#respond { clear: both; }
#respond h3 small {
	font-size: 14px;
	margin-bottom: 20px;
}
#respond .form-submit {
	width: 100%;
	text-align: right;
}
#respond input[type="submit"] {
	float: none;
	border-radius: 30px;
}
.social-share-icons {
	width: 100%;
	clear: both;
	float: left;
	margin: 20px 0px 0px;
	padding: 0px;
}
.social-share-icons li {
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.social-share-icons li img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.comment-body ul li,
.comment-body ol li {
	padding-left: 0px;
	list-style: circle;
	display: list-item;
}
.logged-in .commententries .column.first { width: 100%; }
/*----*****---- << Pagination >> ----*****----*/
.pagination {
	clear: both;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.pagination ul {
	float: left;
	margin: 0;
	padding: 0;
}
.pagination ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
.pagination ul li a,
.pagination ul li span,
.page-link a {
	background: #ffffff;
	margin: 0px 5px;
	color: #37251b;
	line-height: 40px;
	min-height: 40px;
	min-width: 40px;
	border-radius: 40px;
	padding: 0px 15px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0);
	;
}
.pagination ul li a.current,
.pagination ul li span.current,
.page-link > span {
	margin: 0px 5px;
	width: 40px;
	height: 40px;
	color: #37251b;
	background: #ac9d8e;
	display: inline-block;
	border-radius: 40px;
	line-height: 40px;
}
.pagination ul li a.prev,
.pagination ul li a.next {
	font-size: 16px;
	padding: 8px 20px;
	background: #cdccbb url(images/btn-bg.png) left top repeat-x;
	line-height: normal;
	display: inline-block;
	cursor: pointer;
	outline: none;
	z-index: 1;
	border: 1px solid #c5c4b4;
	border-radius: 30px;
	color: #ffffff;
	position: relative;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
}
.pagination ul li a.prev { margin: 0px 15px 0px 0px; }
.pagination ul li a.next { margin: 0px 0px 0px 15px; }
.pagination ul li a.prev:before,
.pagination ul li a.next:before,
.pagination ul li a:before,
.pagination ul li span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/textured-pattern-light.png) right center repeat;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.pagination ul li a i {
	display: none;
	font-size: 14px;
}
.pagination ul li a.next i { margin-left: 5px; }
.pagination ul li a.prev i { margin-right: 5px; }
.pagination ul li a:hover,
.pagination ul li a:hover i {
	color: #fff;
	border: 1px solid #c5c4b4;
	background: #cdccbb url(images/btn-bg.png) left top repeat-x;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.2);
}
}
.pagination .column {
	margin: 0;
	float: right;
}
.pagination.blog-pagination:empty { display: none; }
.pagination.blog-pagination .pager_wrapper { float: right; }
.pagination ul li a:after,
.pagination .next-post a:after,
.pagination .prev-post a:after,
.page-link a span:after {
	border-radius: 3px;
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
.pagination ul li a:hover:after,
.pagination .next-post a:hover:after,
.pagination .prev-post a:hover:after,
.page-link a span:hover:after { height: 100%; }
/*--------------------------------------------------------------
1.2 - Default Color
--------------------------------------------------------------*/
.mejs-controls button:hover { background-color: transparent !important; }
.blog-entry.with-border,
.blog-entry.blog-medium-style.white-highlight { background: #fff; }
.blog-entry.blog-thumb-style { border-bottom-color: rgba(0, 0, 0, .1); }
.blog-entry.with-border,
.blog-entry .entry-format a { border-color: #fff; }
.blog-entry.entry-date-left .entry-date,
.blog-entry.entry-date-left .entry-date a,
.blog-entry.entry-date-left .entry-date a i { color: #000; }
.blog-entry.dt-sc-skin-highlight,
.blog-entry.dt-sc-skin-highlight .entry-title h4 a,
.blog-entry.dt-sc-skin-highlight .entry-meta a,
.blog-entry.dt-sc-skin-highlight .entry-meta .comments i,
.blog-entry.dt-sc-skin-highlight .entry-meta .author i,
.blog-entry.dt-sc-skin-highlight .entry-meta-data p a,
.blog-entry.dt-sc-skin-highlight .entry-meta-data p i { color: #fff; }
.blog-entry.entry-date-author-left .entry-date-author .entry-author,
.blog-entry.entry-date-author-left .entry-date-author .entry-date span { border-color: rgba(0, 0, 0, .05); }
.blog-entry.dt-sc-skin-highlight .entry-title h4 a:hover,
.blog-entry.dt-sc-skin-highlight .entry-meta a:hover,
.blog-entry.dt-sc-skin-highlight .entry-meta-data p a:hover { color: rgba(0, 0, 0, .5); }
.blog-entry .entry-meta a { color: #888; }
/* DateLeft Modern */
.blog-entry.entry-date-left.outer-frame-border .entry-details { background-color: #fafafa; }
.blog-entry.entry-date-left.outer-frame-border .entry-date { background-color: #ddd; }
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled,
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled:hover,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a { background-color: rgba(0,0,0,0); }
.blog-entry.entry-date-left.outer-frame-border:hover .entry-details { background-color: #f1efea; }
.blog-entry.entry-date-left.outer-frame-border:hover .entry-details .entry-date { background-color: #fff; }
.blog-entry.outer-frame-border:before,
.blog-entry.outer-frame-border:after { border-color: #ccc; }
.blog-entry.outer-frame-border:hover:after { border-color: #f1efea; }
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-title h4 a:not(:hover),
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled,
.blog-entry.entry-date-left.outer-frame-border .entry-details .entry-format a { color: #000; }
.blog-entry.entry-date-left.outer-frame-border .entry-details .dt-sc-button.filled:hover { color: rgba(0,0,0,.5); }
.blog-entry.entry-date-left.outer-frame-border .entry-details,
.blog-entry.entry-date-left.outer-frame-border .entry-date {
	background-image: url('../images/pattern-grudge.png');
	background-repeat: repeat;
}
/*----*****---- Dark Overlay & Highlight ----*****----*/
.dt-sc-dark-bg .blog-medium-style.white-highlight .dt-sc-button.fully-rounded-border:hover { color: #fff; }
.dt-sc-dark-bg .blog-medium-style.white-highlight { color: #888; }
/*-----------------------------------------------Dreamspa - Entry Date Author Left-----------------------------------------------*/
.post-left-date.blog-entry {
	clear: both;
	float: left;
	margin: 0 0 40px 0;
	padding-left:140px;
	position: relative;
	width: 100%;
	min-height: 250px;
}
.post-left-date.blog-entry .entry-meta {
	color: #37251b;
	left: 0px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 120px;
}
.post-left-date.blog-entry .entry-format { position: initial; }
.post-left-date.blog-entry .entry-meta a.ico-format {
	background: transparent;
	float: left;
	position: relative;
	width: 100%;
	border: none;
	height: auto;
	line-height: normal;
	left: auto;
	margin: 0 0 20px 0;
}
.post-left-date.blog-entry .entry-meta a.ico-format:before {
	font-size: 40px;
	height: 100%;
	left: 0;
	line-height: normal;
	position: inherit;
	text-align: center;
	top: 0;
	width: 100%;
	font-family: FontAwesome;
}
.post-left-date.blog-entry .entry-meta a,
.post-left-date.blog-entry .entry-meta {
	display: block;
	line-height: 30px;
	color: #37251b;
	font-weight: 300;
	font-size: 20px;
}
.post-left-date.blog-entry .entry-meta > .date ~ span,
.post-left-date.blog-entry .entry-meta > .date ~ a {
	margin-top: 19px;
	display: inline-block;
}
.post-left-date.blog-entry .entry-meta-data p a,
.post-left-date.blog-entry .entry-meta-data p i {
	color: #ac9d8e;
	font-weight: normal;
}
.post-left-date.blog-entry .entry-thumb { margin-bottom: 0; }
.post-left-date.blog-entry .entry-details .entry-title h4 {
	font-size: 24px !important;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 300;
}
.post-left-date.blog-entry .entry-details .entry-body .wpb_content_element { margin-bottom: 10px; }
.post-left-date.blog-entry .entry-details .entry-meta-data {
	float: left;
	width: 100%;
	margin: -10px 0px 20px;
}
.post-left-date.blog-entry .entry-meta-data .fa { padding-right: 5px; }
.post-left-date.blog-entry .entry-details .entry-meta-data p { margin-bottom: 0px; }
.post-left-date.blog-entry .entry-details .entry-meta-data > p:after {
	content: '|';
	position: relative;
	left: 3px;
}
.post-left-date.blog-entry .entry-details .entry-meta-data > p:last-child:after { display: none; }
html:not(.vc_transform) .entry-body p.has-large-font-size, html:not(.vc_transform) .entry-body p.has-large-font-size + p { line-height: normal;}

/*-----------*/
.wp-caption { /*	background: #ededed;
border: 1px solid #d9d9d9;
margin-bottom: 10px;
margin-top: 10px;
padding: 15px 15px 40px 15px;
text-align: center;*/ }
.wp-caption .wpb_singleimage_heading {
	color: #868686;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	padding-top: 0;
	margin: 0;
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
}
/* Unit Test*/
.blog-entry.entry-date-author-left .entry-date-author .entry-date ~ span {
	display: block;
	border-radius: 0px 0px 3px;
	line-height: 30px;
	color: #fff;
}
.password-protect {
	font-size: 0;
	max-height: 30px;
	text-align: center;
}
.password-protect .fa {
	font-size: 16px;
	display: block;
	padding-right: 0px !important;
	top: 5px;
	position: relative;
}
/*.post-left-date.blog-entry:not(.has-post-thumbnail) .entry-thumb { display: none; }*/

/*--------------------------------------------------------------
1.3 - Responsive
--------------------------------------------------------------*/

/*----*****---- << Desktop >> ----*****----*/
@media only screen and (min-width:1200px) and (max-width:1380px) {
.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 48.8%; }
.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 48.2%; }
}

/* Note: Design for a width of 960px */
@media only screen and (min-width:992px) and (max-width:1199px) {
.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 100%; }
.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 50%; }
.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 100%; }
.tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 33.33%; }
.tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 50%; }
.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 50%; }
.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 100%; }
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-top: 30px; }
.dt-sc-one-third .blog-entry.entry-date-author-left .entry-details .entry-title h4,
.dt-sc-one-third .blog-entry .entry-title h4 { line-height: normal; }
.with-both-sidebar .blog-entry.blog-medium-style .entry-thumb,
.with-both-sidebar .blog-entry.blog-medium-style .entry-details { width: 100%; }
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	margin-top: 20px;
	padding-left: 0;
}
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { padding-left: 30px; }
.with-both-sidebar .blog-entry.blog-medium-style .entry-details { padding-bottom: 20px; }
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format { right: 0; }
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.dt-sc-one-half .blog-entry.blog-medium-style .entry-details { width: 100%; }
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 0; }
.dt-sc-one-third .blog-entry.blog-medium-style { width: 99.5%; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title { min-height: auto; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body,
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 15px; }
.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { margin-top: 0; }
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details { width: 100%; }
.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details {
	padding-left: 30px;
	padding-top: 30px;
	width: 100%;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format { right: 0; }
.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-body { display: none; }
.page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }
.vc_col-sm-3 .blog-entry .entry-format a:before {
	font-size: 20px;
	line-height: 40px;
}
.vc_col-sm-3 .blog-entry .entry-format a {
	border: none;
	height: 40px;
	width: 40px;
}
.vc_col-sm-3 .blog-entry .entry-details h4 { font-size: 13px; }
.vc_col-sm-3 .blog-entry.entry-date-left .entry-details { padding-left: 55px; }
.vc_col-sm-3 .blog-entry.entry-date-left .entry-details .entry-date { width: 45px; }
.vc_col-sm-3 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details .dt-sc-button.with-icon.icon-right.type1,
.vc_col-sm-3 .blog-entry.entry-date-left .entry-details .dt-sc-button.with-icon.icon-right.type1 { padding: 10px; }
.vc_col-sm-3 .blog-entry.entry-date-author-left { padding-left: 45px; }
.vc_col-sm-3 .blog-entry.entry-date-author-left .entry-date-author { width: 30px; }
.vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb { width: 100%; }
.vc_col-sm-6 .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
	width: 100%;
}
.vc_col-sm-6 .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding: 30px; }
.vc_col-sm-6 .blog-entry.blog-medium-style .entry-format {
	right: 10px;
	top: 10px;
}
/* Minimal Bordered Style - New */

.dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: none; }
.dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments { margin-top: 10px; }
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: block; }
}

/* Note: Design for a width of 768px */
@media only screen and (min-width:768px) and (max-width:991px) {
.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third,
.with-both-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 100%; }
.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third,
.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half { width: 100%; }
.tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 50%; }
.tpl-blog-holder.apply-isotope .dt-sc-one-half,
.tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 50%; }
.with-sidebar .blog-entry.blog-medium-style .entry-thumb,
.with-sidebar .blog-entry.blog-medium-style .entry-details { width: 100%; }
.with-sidebar .blog-entry.blog-medium-style .entry-details { padding-bottom: 20px; }
.with-sidebar .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	margin-top: 20px;
	padding-left: 0;
}
.with-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
	margin-top: 0;
	padding-left: 30px;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-top: 30px; }
.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
.with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.with-sidebar .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { margin-top: 0; }
.with-sidebar .blog-entry.blog-medium-style .entry-format { right: 0; }
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format,
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format { right: 0; }
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.dt-sc-one-half .blog-entry.blog-medium-style .entry-details {
	margin-top: 20px;
	padding-left: 0;
}
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { padding-left: 30px; }
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { margin-top: 0; }
.dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 100%; }
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 0; }
.dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-left: 30px; }
.dt-sc-one-half .blog-entry.blog-medium-style .entry-details { margin-top: 0; }
.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 52%; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title { min-height: auto; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body,
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 14px; }
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details { width: 100%; }
.blog-entry.blog-medium-style { width: 99.4%; }
.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-body { display: none; }
.with-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.with-sidebar .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }
.page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }
.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { padding-top: 30px; }
.with-both-sidebar #commentform .dt-sc-one-half {
	margin-left: 0;
	width: 100%;
}
.with-both-sidebar #commentform .dt-sc-one-half textarea,
.with-both-sidebar #commentform .dt-sc-one-half input { margin-bottom: 20px; }
.with-both-sidebar #commentform .form-submit,
.with-both-sidebar #commentform .form-submit .submit { margin-top: 0; }
.vc_col-md-6.wpb_column.no-space.dt-sc-two-fifth,
.vc_col-md-6.column.no-space.dt-sc-two-fifth { width: 50%; }
ul.commentlist li.comment { padding-left: 80px; }
ul.commentlist li .comment-author img {
	max-height: 60px;
	max-width: 60px;
}
/* Minimal Bordered Style - New */

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: block; }
.with-both-sidebar.page-with-sidebar .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: none; }
.with-both-sidebar.page-with-sidebar .blog-entry.entry-minimal-bordered .entry-meta-data .comments { margin-top: 10px; }
.blog-entry.entry-date-author-left .entry-date-author { width: 100px; }
.blog-entry.entry-date-author-left { padding-left: 100px; }
.blog-entry.entry-date-author-left .entry-date-author .entry-date,
.post-left-date.blog-entry .entry-meta .date {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	font-size: 16px;
	line-height: 18px;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-date:before,
.post-left-date.blog-entry .entry-meta .date:before {
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
}
}

/* Common Styles for the devices below 767px width */
@media only screen and (max-width: 767px) {
.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-half,
.page-with-sidebar .tpl-blog-holder.apply-isotope .dt-sc-one-third { width: 100%; }
.blog-entry.blog-medium-style .entry-thumb,
.blog-entry.blog-medium-style .entry-details { width: 100%; }
.blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details {
	margin-top: 0;
	padding-left: 0;
}
.dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb ~ .entry-details {
	padding-left: 0;
	padding-top: 30px;
}
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details {
	margin-top: 0;
	padding-left: 30px;
}
.with-both-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
.with-sidebar .dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.dt-sc-one-third .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { margin-top: 0; }
.blog-entry.blog-medium-style .entry-details { padding-bottom: 20px; }
.blog-entry.blog-medium-style .entry-format,
.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style .entry-format,
.dt-sc-one-half .blog-entry.blog-medium-style .entry-format { right: 0; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title { min-height: auto; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body,
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}
.blog-entry.blog-medium-style .entry-thumb ~ .entry-details,
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb ~ .entry-details { width: 100%; }
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-title h4 { font-size: 14px; }
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-thumb,
.page-with-sidebar .dt-sc-one-half .blog-entry.blog-medium-style .entry-details,
.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.page-with-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.page-with-sidebar.with-both-sidebar .dt-sc-one-column .blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details,
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-thumb,
.blog-entry.blog-medium-style.dt-blog-medium-highlight .entry-details { width: 100%; }
.blog-entry.blog-medium-style { width: 99.4%; }
.tpl-blog-holder.apply-isotope .column {
	margin-bottom: 0;
	width: 100%;
}
/* comment */

ul.commentlist { font-size: 14px; }
ul.commentlist li.comment { padding: 0 0 0 60px; }
ul.commentlist li.comment .comment-author img {
	border-radius: 40px;
	max-height: 40px;
	max-width: 40px;
}
ul.commentlist li.comment ul.children li.comment { padding: 0 0 0 50px; }
ul.commentlist li.comment ul.children .comment-author img {
	border-radius: 30px;
	max-height: 30px;
	max-width: 30px;
}
ul.commentlist > li,
ul.commentlist > li ul.children > li { padding-left: 40px; }
ul.commentlist > li ul.children > li { margin-left: -40px; }
ul.commentlist li .comment-details { margin: 10px 0 30px; }
ul.commentlist li .author-name > a { font-size: 16px; }
ul.commentlist li li .comment-author {
	left: 5px;
	top: 4px;
}
ul.commentlist li.depth-1,
ul.commentlist li.depth-2,
ul.commentlist li.depth-3,
ul.commentlist li.depth-4,
ul.commentlist li.depth-5 { margin-bottom: 0; }
.post-password-form label input { width: 100%; }
.blog-entry.post-info-bottom-image .entry-meta {
	padding: 20px 0 0 0;
	position: static;
	width: 100%;
}
.blog-entry.post-info-bottom-image .entry-meta .entry-info > * { margin-bottom: 10px; }
.blog-entry.post-info-within-image .entry-meta {
	padding: 20px;
	position: static;
}
.blog-entry.post-info-within-image .entry-meta .entry-title h4 {
	font-size: 26px;
	margin-bottom: 5px;
}
.blog-entry.post-info-within-image .entry-meta p.category,
.blog-entry.post-info-within-image .entry-meta .entry-title,
.blog-entry.post-info-within-image .entry-meta .entry-info { z-index: 9; }
.blog-entry.post-info-within-image .entry-meta .dt_scroll_down { display: none; }
.blog-entry.post-info-within-image .entry-thumb:before {
	background: #878787;
	height: 100%;
	z-index: -1;
}
.blog-entry.post-info-within-image .entry-meta .author,
.blog-entry.post-info-within-image .entry-meta .comments { margin-bottom: 10px; }
.blog-entry.post-info-vertical-image .entry-meta {
	padding: 20px 15px;
	position: static;
	transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-transform: none;
}
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta p.category,
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta div.entry-info {
	padding: 0 10px;
	position: static;
}
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta p.category { margin-top: 0; }
.blog-entry.post-info-vertical-image .entry-thumb img.wp-post-image,
.blog-entry.post-info-vertical-image .entry-thumb:hover img.wp-post-image {
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta p.category { margin-top: 0; }
.blog-entry.post-info-vertical-image .entry-thumb:hover .entry-meta div.entry-info { margin-bottom: 0; }
.blog-entry.post-info-vertical-image .entry-thumb:before {
	background: rgba(0,0,0,.8);
	z-index: -1;
}
.blog-entry.post-info-vertical-image .entry-thumb:hover:before { background: rgba(0,0,0,.75); }
.blog-entry.post-info-vertical-image.format-video .entry-thumb > .entry-meta div.entry-info { margin-top: 0; }
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:before,
.blog-entry.post-info-vertical-image .entry-thumb .entry-meta .entry-title h4:after { display: none; }
.blog-entry.post-info-above-image .entry-meta .entry-title h4 {
	font-size: 24px;
	margin-bottom: 5px;
}
/* Minimal Bordered Style - New */

.page-with-sidebar .dt-sc-one-third .blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: block; }
/* DreamSpa */
.blog-entry.entry-date-author-left:hover .entry-body { color: inherit }
.blog-entry.entry-date-author-left.format-gallery:hover .entry-thumb img { transform: scale(1); }
.blog-entry.entry-date-author-left .entry-body {
	background: none;
	padding: 15px 0 10px 0;
	position: relative;
	bottom: 0px;
	opacity: 1;
}
.blog-entry.entry-date-author-left .entry-date-author { width: 100px; }
.blog-entry.entry-date-author-left { padding-left: 100px; }
.blog-entry.entry-date-author-left .entry-date-author .entry-date,
.post-left-date.blog-entry .entry-meta .date {
	width: 90px;
	height: 90px;
	border-radius: 90px;
	font-size: 16px;
	line-height: 18px;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-date:before,
.post-left-date.blog-entry .entry-meta .date:before {
	background-size: 80px 80px;
	width: 80px;
	height: 80px;
}
}

/* Common Styles for the devices below 479px width */
@media only screen and (max-width: 479px) {
.blog-entry .entry-format a {
	height: 60px;
	line-height: 45px;
	width: 60px;
}
.blog-entry.blog-medium-style .entry-format a {
	height: 55px;
	line-height: 45px;
	width: 55px;
}
.blog-entry .entry-format a:before {
	font-size: 22px;
	line-height: 45px;
}
.blog-entry.blog-medium-style .entry-format a:before { line-height: 50px; }
/* latest News */

.blog-entry.blog-thumb-style { margin-bottom: 30px; }
.blog-entry.blog-thumb-style .entry-thumb {
	margin-bottom: 15px;
	margin-right: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
.blog-entry.blog-thumb-style .entry-thumb img {
	margin: 0 auto;
	margin-bottom: 5px;
	width: 100%;
}
.blog-entry.blog-thumb-style .entry-details { width: 100%; }
/* Minimal Bordered Style - New */

.blog-entry.entry-minimal-bordered .entry-meta-data .comments:after { display: none; }
.blog-entry.entry-minimal-bordered .entry-meta-data .comments { margin-top: 10px; }
.dt-sc-portfolio-container.design1.type10 .portfolio:hover .image-overlay:before,
.dt-sc-portfolio-container.design1.type10 .portfolio:hover .image-overlay:after,
.dt-sc-portfolio-container.design2.type10 .portfolio:hover .image-overlay:before,
.dt-sc-portfolio-container.design2.type10 .portfolio:hover .image-overlay:after,
.dt-sc-portfolio-container.design3.type10 .portfolio:hover .image-overlay:before,
.dt-sc-portfolio-container.design3.type10 .portfolio:hover .image-overlay:after { opacity: 0; }
.blog-entry.entry-date-author-left { padding-left: 0px !important; }
.post-left-date.blog-entry { margin-left: 0px; }
.post-left-date.blog-entry .entry-meta {
	position: initial;
	margin: auto auto 30px;
}
.blog-entry.entry-date-author-left .entry-date-author {
	position: relative;
	margin: 0 auto 20px;
	display: table;
}
ul.commentlist li .author-name,
ul.commentlist li .author-name a { font-size: 16px; }
}



/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 319px) {
.blog-entry.entry-date-left .entry-details,
.blog-entry.blog-thumb-style.entry-date-left .entry-details,
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-details { padding: 0; }
.blog-entry.entry-date-left .entry-date,
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-date,
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left .entry-date-author,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left .entry-date-author {
	margin-bottom: 10px;
	position: inherit;
	width: 100%;
}
.with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .dt-sc-button { margin-left: 0; }
.blog-entry.entry-date-author-left { padding-left: 0; }
.blog-entry.entry-date-author-left .entry-date-author {
	display: inline-block;
	margin-bottom: 20px;
	position: inherit;
	width: 100%;
}
.blog-entry.entry-date-author-left .entry-date-author .entry-author a {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.blog-entry.entry-date-author-left .entry-format a {
	border: 0;
	height: 45px;
	line-height: 45px;
	width: 45px;
}
.blog-entry.entry-date-author-left .entry-format a:before { line-height: 45px; }
.page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left,
.with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left { padding-left: 0; }
.post-nav-container:before { display: none; }
.post-nav-container .post-prev-link,
.post-nav-container .post-next-link {
	text-align: center;
	width: 100%;
}
.post-nav-container .post-next-link a,
.post-nav-container .post-prev-link a { margin: 5px 0; }
}
