/* Horizental Layout */
.wtl_is_horizontal .wtl-ss-left,
.wtl_is_horizontal .wtl-ss-right{
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 25;
}
.wtl_is_horizontal .wtl-ss-left{ left: 0 }
.wtl_is_horizontal .wtl-ss-right{ right: 0 }
/* .wtl_is_horizontal .wtl-ss-left i,
.wtl_is_horizontal .wtl-ss-right i{
    color:#000;
    position: absolute; display: block; top: -3px; bottom: 0;left: 0; right: 0; width: 30px; height: 30px;
} */

.wtl_is_horizontal .wtl_al_nav .wtl-ss-left,
.wtl_is_horizontal .wtl_al_nav .wtl-ss-right{
	bottom:20px
}

.wtl_is_horizontal.show_timeline_icon .wtl_steps_post_format{
	height: 50px;width: 50px;
	line-height: 70px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
/*Track*/
.wtl_is_horizontal .wtl_al_nav{ margin-bottom: 20px; margin-top: 50px; }
.wtl_is_horizontal .wtl_al_nav .slick-track{ padding-top: 40px; }
.wtl_is_horizontal .wtl_al_nav .slick-track:before{
	border-top: 2px solid #ddd; width: 100%;
	position: absolute; top: 65px;
}
.wtl_is_horizontal.hide_timeline_icon .slick-initialized .slick-slide{
	min-height:90px;
}
.wtl_is_horizontal.hide_timeline_icon .slick-initialized .wtl-slitem_nav{
	position: relative;
}
.wtl_is_horizontal.hide_timeline_icon .wtl_steps_post_format {
	position: relative;
	background: #fff !important;
	border:6px solid #333;
	width: 24px; height: 24px;
	font-size: 0 !important;
	border-radius: 50%;text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin: 0 auto;
}
.wtl_is_horizontal.hide_timeline_icon .wtl_steps_post_format:after{
	content: '';
	z-index:3;
	top:80px;
	bottom:0;
	width:3px;height:60px;
	background:#bfbfbf;display:block;
	position:absolute;
	margin:auto;max-width:50px;left:0;right:0;
}
.wtl_is_horizontal .wtl_steps_post_year {
    background: #000;
    color: #fff;
    padding: 0px 15px;
    position: absolute;
    z-index: 999;
	top: -40px;
    left: 0;
    right: 0;
    display: inline-table;
    margin: 0 auto;
	width: 0;
}
/* .wtl_is_horizontal .wtl-ss-left i:before,
.wtl_is_horizontal .wtl-ss-right i:before {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-top: 5px;
} */
/* Vertical Layout */
.wtl_wrapper{
	min-width:100%;padding-bottom: 105px !important;
}
/* Effects START */
.bounce-effect{visibility:visible;-webkit-animation:bounce-1 .6s;-moz-animation:bounce-1 .6s;-o-animation:bounce-1 .6s;animation:bounce-1 .6s;}
.slide-down-up-effect{visibility:visible;-webkit-animation:slide-down-up .6s;-moz-animation:slide-down-up .6s;-o-animation:slide-down-up .6s;animation:slide-down-up .6s;}
.slide-up-down-effect{visibility:visible;-webkit-animation:slide-up-down .6s;-moz-animation:slide-up-down .6s;-o-animation:slide-up-down .6s;animation:slide-up-down .6s;}
.slide-right-left-effect{visibility:visible;-webkit-animation:slide-right-left .6s;-moz-animation:slide-right-left .6s;-o-animation:slide-right-left .6s;animation:slide-right-left .6s;}
.slide-left-right-effect{display:block;-webkit-animation:slide-left-right .6s;-moz-animation:slide-left-right .6s;-o-animation:slide-left-right .6s;animation:slide-left-right .6s;}
.default-effect{visibility:visible;-moz-animation:default-effect .6s ease-in-out;-o-animation:default-effect .6s ease-in-out;-webkit-animation:default-effect .6s ease-in-out;animation:default-effect .6s ease-in-out;}
.flip-effect{visibility:visible;-moz-animation:flip-effect .8s ease-in-out;-o-animation:flip-effect .8s ease-in-out;-webkit-animation:flip-effect .8s ease-in-out;animation:flip-effect .8s ease-in-out;}
.easy-timeline-wrapper .easy-timeline .wtl-read-more-div a.wtl-read-more{padding:5px;display:inline-block;margin-bottom:5px;}
.transformation-effect{visibility:visible;-moz-animation:transformation-effect .8s ease;-o-animation:transformation-effect .8s ease;-webkit-animation:transformation-effect .8s ease;animation:transformation-effect .8s ease;}

@-webkit-keyframes bounce-1{0%{opacity:0;-webkit-transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}
@-moz-keyframes bounce-1{0%{opacity:0;-moz-transform:scale(.5)}60%{opacity:1;-moz-transform:scale(1.2)}100%{-moz-transform:scale(1)}}
@keyframes bounce-1{0%{opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}
@keyframes slide-down-up{0%{opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);-o-transform:translateY(20px);transform:translateY(20px)}60%{opacity:1;-moz-transform:translateY(-20px);-ms-transform:translateY(-20px);-o-transform:translateY(-20px);-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes slide-up-down{0%{opacity:0;-webkit-transform:translateY(-30px);-moz-transform:translateY(-30px);-ms-transform:translateY(-30px);-o-transform:translateY(-30px);transform:translateY(-30px)}60%{opacity:1;-moz-transform:translateY(30px);-ms-transform:translateY(30px);-o-transform:translateY(30px);-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes slide-right-left{0%{opacity:0;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translateX(20px)}60%{opacity:1;-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes slide-left-right{0%{opacity:0;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translateX(-20px)}60%{opacity:1;-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);-webkit-transform:translateX(20px);transform:translateX(20px)}100%{-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0)}}
@keyframes default-effect{0%{-moz-perspective:150;-webkit-perspective:150;-ms-perspective:150;perspective:150;-moz-transform:rotateX(15deg);-ms-transform:rotateX(15deg);-o-transform:rotateX(15deg);-webkit-transform:rotateX(15deg);transform:rotateX(15deg);opacity:0;filter:alpha(opacity=0)}60%{-moz-transform:rotateX(7deg);-ms-transform:rotateX(7deg);-o-transform:rotateX(7deg);-webkit-transform:rotateX(7deg);transform:rotateX(7deg);opacity:1;filter:alpha(opacity=100)}100%{-moz-transform:rotateX(0);-ms-transform:rotateX(0);-o-transform:rotateX(0);-webkit-transform:rotateX(0);transform:rotateX(0)}}
@keyframes flip-effect{0%{-webkit-transform:rotateY(180deg);-webkit-transform-style:preserve-3d;-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg);transform-style:preserve-3d}100%{-webkit-transform:rotateY(0);-webkit-transform-style:preserve-3d;-moz-transform:rotateY(0);-ms-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0);transform-style:preserve-3d}}
@keyframes transformation-effect{0%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}100%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}}
/* Effects END */
.wtl_blog_template.easy-timeline-wrapper div.post-content > *:first-child::first-letter,
.wtl_blog_template.easy-timeline-wrapper div.post-content > p:first-child::first-letter,
.wtl_blog_template.easy-timeline-wrapper div.post-content::first-letter,
.wtl_blog_template.easy-timeline-wrapper div.wtl_post_content > *:first-child::first-letter,
.wtl_blog_template.easy-timeline-wrapper div.wtl_post_content > p:first-child::first-letter,
.wtl_blog_template.easy-timeline-wrapper div.wtl_post_content::first-letter{
	float: none;
	line-height: normal;
}
.is-hidden {visibility: hidden;}
.wtl_blog_template .wtl-post-content { padding-top: 10px; }
.wtl_steps_wrap {
	position: relative;
	width: 100%;
	display: block;
	float: left;
	padding: 20px;
}
.wtl_is_vertical .wtl_steps_wrap:before{
	content: "";
	background:#bfbfbf;
	position: absolute;
	z-index: 3;
	left: 0;	
	right: 0;
	margin: 0 auto;
	display: block;
	width: 3px;
	height: 100%;
	max-height: calc(100% - 40px );
}
.wtl_is_vertical .wtl_steps_wrap .wtl_steps {
	display:block;
	position: relative;
	padding:0;
	color: #2d2929;
	margin:0;
	width: 100%;
	float: left;
}
.wtl_is_vertical .blog_template.wtl_blog_template.wtl_steps_wrap {
	display: inline-block;
	width: 100%;
}
.wtl_is_vertical .wtl_steps_wrap .wtl_steps:before,
.wtl_is_vertical .wtl_steps_wrap .wtl_steps:after {
	content: "";
	background: #bfbfbf;
	border-radius: 100%;
	display: block;
	position: absolute;
}
.wtl_is_vertical .wtl_steps_wrap .wtl_steps:before,
.wtl_is_vertical .wtl_steps_wrap .wtl_steps:after{
	width: 32px;height: 32px;left: 0;right: 0;display: block;margin: 0 auto;box-shadow: 0 0 0 .25em rgba(216, 216, 216, .3); opacity: 0 !important;
}
.wtl_steps_wrap .wtl_steps:before{top:0}
.wtl_steps_wrap .wtl_steps:after {bottom:0}

.wtl_is_vertical .wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp {
	position: relative;
	width: calc(50% - 77px);
	list-style: none;	
	float: right;
	clear: right;
	z-index: 3;
	margin-top:70px;
	margin-bottom:20px;
	
}
.wtl_is_horizontal .wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp{
	margin:0px 10px;
}
.wtl_blog_template .wtl-post-meta{
	border-bottom:2px solid #b1b2b5;
	padding-bottom: 14px;
	margin-bottom: 20px;
	width: 100%; float: none; display: block; clear: both;
}
.wtl_comment_count{
	float: right;
}
.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp .wtl-post-thumbnail{ margin-top: 0 }
.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp .wtl_cover_layout_inner{
	padding: 20px; padding-bottom: 0;
}
.wtl_is_vertical  .wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(2n) {
	text-align: left;float: left;clear:left;
	margin-top: 350px;
}
.wtl_acf_field .wtl_acf_link {
	display: inline-block;
	width: 100%;
	margin: 0 0 8px 0;
}
.wtl_is_vertical .wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 40px;	
	left: -8px;
	z-index: 1;
	transform: rotate(225deg);
}
.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp figure {
	margin-bottom: 15px;
}
.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp figure:hover .wtl-pinterest-share-image {
	visibility: visible;
	opacity: 1;
}
.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp .label_featured_post {
	display: inline-block;
	width: 100%;
	text-align: right;
}
.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp .label_featured_post span {
	color: #fff;
	background: transparent;
	border: 1px solid #000;
	padding: 2px 8px;
	font-size: 14px;
	display: inline-block;
}
.wtl_steps_wrap .wtl_steps .wtl_blog_single_post_wrapp:nth-child(2n):before {
	right: -8px;
	left: auto;
	transform: rotate(45deg);
}
/* Step Format */
.wtl_is_vertical .wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp .wtl_steps_post_format {
	position: absolute;z-index:999;font-size: 24px;border-radius: 50%;text-align: center;
}
.wtl_is_vertical.show_timeline_icon .wtl_steps_post_format{top: 11px}
.wtl_is_vertical.hide_timeline_icon .wtl_steps_post_format{top: 40px}
.wtl_is_horizontal.hide_timeline_icon .wtl_al_slider .wtl_steps_post_format{ display: none !important; }
.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(2n) .wtl_steps_post_format {left: auto}
.wtl_is_vertical.show_timeline_icon .wtl_steps_post_format {background: #fff !important;left: -103px}
.wtl_is_vertical.show_timeline_icon .wtl_blog_single_post_wrapp:nth-child(2n) .wtl_steps_post_format {right: -103px}
.wtl_is_vertical.show_timeline_icon .wtl_steps_post_format i{display: block; line-height: 50px}
.wtl_is_vertical.hide_timeline_icon .wtl_steps_post_format {left: -90px;background: #fff !important;border:6px solid #333;width: 24px; height: 24px;font-size: 0 !important}
.wtl_is_vertical.hide_timeline_icon .wtl_blog_single_post_wrapp:nth-child(2n) .wtl_steps_post_format {right: -90px}
.hide_timeline_icon .wtl_steps_post_format:before{
	border-radius: 50%;
	position:absolute; left: 0; right: 0; top: 0; bottom: 0; margin:auto; display: block; width: 6px; height: 6px;
	opacity: 0;
}
.show_timeline_icon .wtl_steps_post_format{
	height: 50px;width: 50px;line-height: 70px;
}
.wtl_is_vertical.hide_timeline_icon .wtl_steps_post_format::after{
	content: '';
	z-index: 3;
	left: 20px;
	top: 0;
	bottom: 0;
	width: 60px;
	height:3px;
	background: #bfbfbf;
	display: block;
	position: absolute;
	margin: auto 0;
	max-width: 50px;
}
.hide_timeline_icon .wtl_blog_single_post_wrapp:nth-child(2n) .wtl_steps_post_format:after{
	left: unset;
	right: 20px !important;
}
.wtl_steps_post_format img{
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 7px;
	height: 30px;
    width: 30px;
    object-fit: contain;

}
/* Post Year */
.wtl_is_vertical .wtl_steps_post_year{
	background: #000; color: #fff;
	padding: 8px 15px;
	display: inline-block;
	position: absolute;z-index: 999;
	left: -112px;
	top: -70px;
}
.wtl_blog_single_post_wrapp:nth-child(2n) .wtl_steps_post_year{
	right: -112px;
	left: unset;
}
.wtl-read-more-div{overflow:hidden;}
.wp-timeline-load-more-pre,
.wp-timeline-load-more{z-index: 3;position: relative}
#wtl-load-more-hidden{ float:none; }
.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:last-child {
	margin-bottom: 60px;
}
.wtl_blog_template .wtl_steps h2.wtl-post-title {
	margin:15px 0;
	font-weight: 400;
}
.wtl_steps .wtl_post_content {
	margin-bottom: 15px;
}
.wtl_steps .wtl-read-more-div {
	margin-bottom: 15px;
}
.wtl_steps .wtl-read-more-div .wtl-read-more,
.wtl_steps .wtl-read-more-div .wtl-read-more:hover {
	background: transparent;
	display: inline-block;
	text-align: center;
}
.wtl_steps .categories {
	margin-bottom: 10px;
}
.wtl_steps .wtl-post-footer {
	border-top: 1px solid #ccc;
	padding:10px;
	margin-left: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	float: none;
	margin-top: 20px;
}
.wtl_blog_template .social-component a{
	border:none;
}
.wp-timeline-custom-tag{
	overflow: hidden;
	display: inline-block;
}
.wtl-post-footer .wp-timeline-custom-tag a{
	padding: 7px 8px;
	margin-right: 5px;
	display: inline-block;
}
.wtl-post-footer .wtl-post-tags{
	float: left;
}
.wtl-post-footer .wtl-post-tags,
.wtl-post-footer .wtl-post-social{
	display: inline-block;
}
.wtl-post-footer .wtl-post-social{
	float: left;
}
.wtl-post-footer .wtl-post-social .social-share{ margin-top: 0 !important }
.wtl-post-footer .wtl-post-date,
.wtl-post-footer .author,
.wtl-post-footer .wtl-comment{
	margin-right: 15px
}
.wtl-post-footer .wp-timeline-custom-tag {
    display: inline-block;
    margin-bottom:5px;
    float: left;
}
.wtl_steps .wtl-post-footer span.wtl-wrapper-like {
	padding: 0;
}

.wtl_steps .wtl-post-footer span a i {
	margin-right: 5px;
}
.wtl_steps .tags {
	margin-bottom: 5px;
}
.author-avatar-div .avtar-img img {
	border-radius: 5px;
}
.author-avatar-div .author_content {
	display: inline-block;
	margin-left: 15px;
	width: calc(100% - 170px);
}
.author-avatar-div .author_content p {
	margin-bottom: 5px;
}
.wtl_blog_template .wtl_steps .social-component {
	display: inline-block;
	float: none;
	margin-top: 0;
}
.blog_template .wtl_steps .wtl_social_share_postion {
	display: inline-block;
	width: 100%;
	position: relative;
}
.blog_template .wtl_steps .wtl_social_share_postion.center_position {
	text-align: center;
}
.blog_template .wtl_steps .wtl_social_share_postion.center_position .social-component {
	float: none;
	display: inline-block;
	width: auto;
}
.blog_template .wtl_steps .wtl_social_share_postion.right_position .social-component {
	float: right;
	width: auto;
}
.wtl_wrapper .wl_pagination_box,
.wp-timeline-load-more-pre,
.wp-timeline-load-more{
	z-index: 9999;
	position: relative;
	bottom: -105px;
}
.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp .wtl-post-date{
	margin-bottom: 10px;
}
.schedule-image-wrapper.wtl-post-thumbnail {margin-top: 15px}
.wtl_is_horizontal.schedule_cover.show_timeline_icon .wtl_steps_post_format i {
	display: block;
	margin-top: -26px;
	text-align: center;
	font-size: 42px;
}
.wtl_is_horizontal.show_timeline_icon .wtl_steps_post_year {
	position: relative;
	display: block;
	width: 70px;
}
.wtl_woo_sale_wrap .onsale {
    width: 20% !important;
}
.wtl_is_vertical .wtl_cover_layout_inner .wtl-post-date .mdate {
	margin-left: 5px;
}
.wtl_is_vertical .wtl_cover_layout_inner .wtl-post-date {
	display: flex;
	align-items: baseline;
}
@media screen and (max-width: 767px) {
	.wtl_steps_wrap .wtl_steps:before, .wtl_steps_wrap .wtl_steps:after {left: 20px}
	.wtl_steps_wrap:before {left: 55px}
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp {
		width: calc(100% - 100px);
	}
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp .wtl_steps_post_format {left: -95px}
	.wtl_blog_template .wtl_steps h2.wtl-post-title {
		word-wrap: break-word;
	}
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(2n) .wtl_steps_post_format {
		left: -95px;right: auto;
	}
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(2n) {
		left: 0%;
		text-align: left;
		float: left;
	}
	.wtl_steps_wrap .wtl_steps .wtl_blog_single_post_wrapp:nth-child(2n):before {
		left: -8px;
		right: auto;
		transform: rotate(-135deg);
	}
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp {
		padding-top: 30px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.wtl_is_vertical .wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(2n) {
		margin-right: 60px;
	}
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(2n) .wtl_steps_post_format {
		right: -143px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(odd) .wtl_steps_post_format {
		left: -100px;
	}
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(even) .wtl_steps_post_format {
		right: -102px;
	}
}
@media screen and (min-width: 320px) and (max-width: 991px) {
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp .wtl_steps_post_format {
		height: 60px;
		width: 60px;
		line-height: 60px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.wtl_is_vertical.show_timeline_icon .wtl_steps_post_format i{
		display: block;
		line-height: 50px;
	}
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(odd) .wtl_steps_post_format {
		left: -106px;
	}
	.wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp:nth-child(even) .wtl_steps_post_format {
		right: -110px;
	}
}
@media screen and (max-width: 768px) {
	.wtl_is_vertical .wtl_blog_template .wtl_steps .wtl_blog_single_post_wrapp{
		width: 100%; margin-top:80px !important;
	}
	.wtl_is_vertical .wtl_steps_post_year,
	.wtl_is_vertical .wtl_blog_single_post_wrapp:nth-child(2n) .wtl_steps_post_year
	 {
		left: 0;right: 0;
		max-width: 60px;
		margin-left: auto;margin-right: auto;
	}
}
@media screen and (max-width: 640px) {
	.wtl_is_horizontal .wtl-ss-left i, .wtl_is_horizontal .wtl-ss-right i {
		top: 12px;
	}
	.wtl_is_horizontal.show_timeline_icon .wtl_steps_post_format {
		margin-bottom: 50px;
	}
	.wtl_is_horizontal.show_timeline_icon .wtl-ss-left i, .wtl_is_horizontal.show_timeline_icon .wtl-ss-right i {
		top: -8px;
	}
}
.wtl_wrapper .wtl_blog_template .social-component .social-share a {
    color: #333 !important;
}
.wtl_wrapper .wtl_blog_template .social-component .social-share a:hover {
    color: #ffffff !important;
}
.wtl_is_horizontal.schedule_cover .wtl_blog_template .wtl-ss-left i,
.wtl_is_horizontal.schedule_cover .wtl_blog_template .wtl-ss-right i {
	display: flex;
    justify-content: center;
    align-items: center;
}
.wtl_is_horizontal.schedule_cover .wtl_blog_template .wtl-ss-left,
.wtl_is_horizontal.schedule_cover .wtl_blog_template .wtl-ss-right {
	top: 82%;
}
.wtl_is_horizontal.schedule_cover .wtl_blog_template .wtl-ss-left i {
	left: 5px;
}
#wp-timeline-preview-box .wtl_wrapper.wtl_is_vertical .wtl_blog_template .wtl_blog_single_post_wrapp .wtl_steps_post_format i::before {
	background-color: transparent !important;
}
.wtl_is_vertical.hide_timeline_icon .wtl_blog_template .wtl_blog_single_post_wrapp .wtl_steps_post_format i {
	display: none;
}

.wtl_is_horizontal.schedule_cover .wtl-ss-left i, .wtl_is_horizontal.schedule_cover .wtl-ss-right i{
	margin: inherit !important;
}

#wtl_steps .wtl-schedule-wrap .wtl_al_nav  .wtl-ss-left i {
	left: -1px;
  	top: -20px;
}
#wtl_steps .wtl-schedule-wrap .wtl_al_nav  .wtl-ss-right i {
	right: -6px;
  	top: -20px;
}
#wtl_steps .wtl-schedule-wrap .slick-list .slick-track::before {
	top: 95px;
}
#wtl_steps .wtl-schedule-wrap .wtl_al_nav  .wtl-ss-left i, #wtl_steps .wtl-schedule-wrap .wtl_al_nav  .wtl-ss-right i {
	width: max-content;
	height: max-content;
}
#wtl_steps .wtl-schedule-wrap .slick-list .slick-track::before { top: 62px; }
.wtl_is_horizontal.show_timeline_icon .wtl_steps_post_format {  z-index: 9;  position: relative;}
.wtl_is_horizontal :where(.wp-site-blocks :focus){ outline-width:0; }
@media screen and (min-width: 641px) and (max-width: 959px) {
	.wtl_is_horizontal .slick-list{height: auto !important;}
	.wtl_is_horizontal .wtl_al_nav .slick-track{  padding-top: 43px; }
}