/*
Theme Name: Equant Child Theme
Theme URI: http://equant.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Equant
Template: equant
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: equant

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.home .lte-header-wrapper.header-parallax .lte-page-header{
	display:none !important;
}

.lte-header-wrapper + .margin-default {
	padding-top: 0px;
	padding-bottom: 0px;
}
.kaiyi-gallery{
	display:none !important;
}



/* Timeline defaults */
/* --------------------------------------- */
.h--timeline-container *,
.h--timeline-events *{
	outline: 0;
}
.h--timeline-container,
.h--timeline-events{
	position: relative;
	width: 100%;
	/*     max-width: 1200px; */
	margin: 0 auto;
}
.h--timeline-navigation-container ul, .h--timeline-navigation-container li,
.h--timeline-events ol, .h--timeline-events li,
.h--timeline-line ol, .h--timeline-line li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.h--timeline-navigation-container{
	display: none;

}
.h--timeline{
	opacity: 0;
	transition: opacity 0.2s;
	font-family: sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
}
.h--timeline--loaded{
	opacity: 1
}
.h--timeline-container{
	/*	height: 100px;*/
}
.h--timeline-dates{
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
	padding-top: 230px !important;
}
/* Timeline blur effect for start and end */
/* --------------------------------------- */
.h--timeline-line::after,.h--timeline-line::before{
	content: '';
	position: absolute;
	z-index: 2;
	top: -55px;
	height: 110px;
	width: 80px;
	bottom: 0;
}
.h--timeline-line::before{
	left: -20px;
	background: linear-gradient(90deg, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
}
.h--timeline-line::after{
	right: -20px;
	background: linear-gradient(270deg, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
}
.rtl .h--timeline-line::before{
	left: auto;
	right: 0;
	transform: rotate(180deg);
}
.rtl .h--timeline-line::after{
	left: 0;
	right: auto;
	transform: rotate(180deg);
}

/* Timeline horizontal line */
/* --------------------------------------- */
.h--timeline-line{
	position: absolute;
	z-index: 1;
	/* 	left: -20px; */

	
		left: 50%;
		transform: translateX(-50%);
	
	
	top: 160px;
	height: 2px;
	background-color: #ddd;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.rtl .h--timeline-line{
	left:auto;
	right: -20px;
}
.h--timeline-filling-line{
	position: absolute;
	z-index: 1;
/* 	left: 0; */
	
	
		left: -15px;
	
	
	top: 0;
	height: 100%;
	width: 100%;		
	background-color: #404040;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.rtl .h--timeline-filling-line{
	right: 0;
	left: auto;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

/* Bullet points */
/* --------------------------------------- */
.h--timeline-date{
	position: absolute;
	bottom: 0;
	
	
	    transform: translateX(-22.5px);
	
	
	top: 10px;
	z-index: 2;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	/*	bottom: calc(50% - 25px);*/
	/*	background: #fff;*/
	height: 50px;
	width: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	z-index: 99;
	color: var( --e-global-color-f504e95 );
	font-family: var(--e-global-typography-accent-font-family);
	font-size: 18px;
	font-weight: var(--e-global-typography-accent-font-weight);
	text-transform: var(--e-global-typography-accent-text-transform);
	line-height: var(--e-global-typography-accent-line-height);
	letter-spacing: var(--e-global-typography-accent-letter-spacing);
}
.h--timeline-date:hover,
.h--timeline-date.h--timeline-date--selected{
	/*	background: #F1F1F1;*/
	color: var( --e-global-color-text );
}
.h--timeline-date--selected{
	pointer-events: none
}
.h--timeline-date--selected::after{
	background-color: #f7f7f7;
	border-color: #6e1e46;
}
.h--timeline-date--selected::before{
	background-color: #6e1e46;
}
.h--timeline-date--older-event::after{
	background-color: #6e1e46;
	border-color: #6e1e46;
}

.h--timeline-date::before {
	content: attr(data-year-title);
	background: transparent !important;
	display: inline-block;
	width: 110px;
	position: absolute;
	left: 0;
	bottom: auto !important;
	top: -105px;
	transform: rotate(-60deg);
	line-height: 1.2;
	font-size: 14px;
	text-align: left;
	text-indent: -10px;
}
.h--timeline-date::after {
	content: "";
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	height: 20px;
	width: 20px;
	border: 1px solid var(--e-global-color-secondary) !important;
	background-color: #fff !important;
	position: absolute;
	border-radius: 50%;
}
.h--timeline-date.h--timeline-date--older-event::after,
.h--timeline-date.h--timeline-date--selected::after {
	background-color: var(--e-global-color-secondary) !important;

}

/* Caroussel navigation */
/* --------------------------------------- */
.h--timeline-navigation{
	font-size: 0;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border-width: 2px;
	border-style: solid;
	border-color: #f7f7f7;
	transition: border-color 0.3s;
}
.h--timeline-navigation::after{
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;}
.h--timeline-navigation:hover{
	border-color: #6e1e46;
}
.h--timeline-navigation--prev{
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.h--timeline-navigation--next{
	right: 0;
}
.h--timeline-navigation--inactive{
	cursor: not-allowed;
}
.h--timeline-navigation--inactive::after{
	background-position: 0 -16px;
}
.h--timeline-navigation--inactive:hover{
	border-color: #f7f7f7;
}

/* Timeline events container */
/* --------------------------------------- */
.h--timeline-events{
	overflow: hidden;
	transition: height .4s;
	padding-top: 0;
	padding-bottom: 60px;
}
.h--timeline-event{
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 1rem;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 1px 5%;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.h--timeline-event-content{
	max-width: 800px;
	margin: 0 auto;
	padding: 45px;
	/*	border: 1px solid #f7f7f7;*/
	/*	border-radius: 5px;*/
	/*	box-shadow: 0 0 50px 0 rgba(0,0,0,.1);*/
}
.h--timeline-event--selected{
	position: relative;
	top: 0;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Timeline animations */
/* --------------------------------------- */
.h--timeline-event--enter-right,.h--timeline-event--leave-right{
	-webkit-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}
.h--timeline-event--enter-left,.h--timeline-event--leave-left{
	-webkit-animation-name: cd-enter-left;
	animation-name: cd-enter-left ;
}
.h--timeline-event--leave-right,.h--timeline-event--leave-left{
	animation-direction: reverse;
}
.h--timeline-event-title{
	text-align: center;
	margin: 0;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family);
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	text-transform: var(--e-global-typography-text-text-transform);
	font-style: var(--e-global-typography-text-font-style);
	line-height: var(--e-global-typography-text-line-height);
	letter-spacing: var(--e-global-typography-text-letter-spacing);
}
.story-img{
	width: 100%;
	margin-top: 35px;
}
.h--timeline-event-date{
	display: block;
	font-style: italic;
	margin: 0.5rem auto;
	margin: 1rem auto;
}
.h--timeline-event-date::before{
	content: '- ';
}
@-webkit-keyframes cd-enter-right{
	0%{
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes cd-enter-right{
	0%{
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@-webkit-keyframes cd-enter-left{
	0%{
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100%{
		opacity:1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}
@keyframes cd-enter-left{
	0%{
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}


/* Overwrites */
/* Change the position of dates top / botom / top */
/* --------------------------------------- */
.h--timeline-date::after,
.h--timeline-date::before{
	background-color: #6e1e46;
}
.h--timeline-date--selected::after{
	background-color: #f7f7f7;
	border-color: #6e1e46;
}
.h--timeline-date--older-event::after{
	background-color: #6e1e46;
	border-color: #6e1e46;
}

.h--timeline-line li .h--timeline-date--selected::after,
.h--timeline-line li .h--timeline-date:hover::after{
	width: 21px;
	height: 21px;
	bottom: -11px;
	background-color: #f7f7f7;
	border-color: #6e1e46;
}
.h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before{
	bottom: -3px;
}

