/*
 * Plugin Name: Lexington Timeline
 * Plugin URI: http://www.dyrectionstudios.com
 * Description: This plugin has been created only for personal use.
 * Version: 1.0.0
 * Author: Masud Rana - Dyrectionstudios
 * Author URI: http://www.dyrectionstudios.com
 * License: GPL/GNU.
*/

.single-timeline {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}
.single-timeline::after {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	background: #7da9bf;
	content: '';
	margin-left: -1px;
}
.timeline-thumb {
	width: calc(50% - 30px);
	float: ;
	font-size: ssss;
	float: left;
	margin-bottom:30px
}
.timeline-thumb img {
	border: 1px solid #7da9bf;
	outline: none;
	display: block;
}
.single-timeline.post-odd .timeline-thumb,
.single-timeline.post-even .timeline-post {
	margin-right: 30px;
}
.single-timeline.post-odd .timeline-post,
.single-timeline.post-even .timeline-thumb {
	margin-left: 30px;
}
.single-timeline.post-odd .timeline-thumb img {
	float: right;
}
.single-timeline.post-even .timeline-post{
	text-align:right;
}
.timeline-post {
	width: calc(50% - 30px);
	position: relative;
	float: left;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ddd;
	position: relative;
}
.timeline-post::after {
	content: '';
	height: 20px;
	width: 20px;
	position: absolute;
	background-color: #fff;
	top: 16px;
	left: -11px;
	border-top: #ddd solid 1px;
	border-left: #ddd solid 1px;
	transform: rotate(-45deg);
}
.single-timeline.post-even .timeline-post::after {
	left: inherit;
  right: -12px;
  transform: rotate(135deg);
}
.event-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-indent: -9999999px;
}
.timeline-meta h4 {
	display: block;
	font-size: 20px;
	color: #84bd00;
	line-height: 22px;
	margin-bottom: 15px;
	padding-bottom: 0;
	position: relative;
}
h4.tl-post-title {
	display: block;
	/* font-size: 20px; */
	/* color: #7da9bf; */
	/* line-height: 32px; */
	/* margin-bottom: 15px; */
	padding-bottom: 0;
	font-family: 'Raleway', sans-serif !important;
	font-weight: bold !important;
}
 h4.tl-post-title {
	margin: 0 0 15px;
}
.timeline-content {
	display: block;
	margin: 0;
	padding: 0;
}
.single-timeline .circle {
	background: #f7f5f1;
	position: absolute;
	left: -39px;
	top: 18px;
	width: 16px;
	height: 16px;
	content: "";
	border: 1px solid #84bd00;
	border-radius: 50%;
	z-index: 2;
}
.single-timeline:hover .circle{
	background: #84bd00;
}
.single-timeline.post-even .circle {
	left: inherit;
	right: -39px;
}
.timeline-header {
	display: block;
	text-align: center;
	margin-bottom: 70px;
}
.timeline-header h2 {
	font-weight: bold !important;
	display: block;
	margin-bottom: 16px !important;
}
.timeline-header p {
	/* font-style: italic; */
}

.timeline-content ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.timeline-content ul li {
	position: relative;
	display: block;
	padding: 3px 0px 3px 20px;
}
.post-even .timeline-content ul li{
	display: inline-block;
}
.timeline-content ul li::before {
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	content: "";
	border: 1px solid #000;
	transform: rotate(45deg);
}
.timeline-content h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.sepc-section-title {
	display: block;
	margin-bottom: 50px;
	text-align: center;
}
.sepc-section-title h3 {
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.sepc-section-title p {
	font-size: 16px;
}
.sepc-team-wrap {
	display: block;
	margin-bottom: 80px;
}
a.single-agenda,
a.single-agenda:hover{
	color:inherit;
}

/* Brand Logo */
.brand-section {
	margin-bottom: 25px;
	text-align: center;
}
.brand-section h4{
	font-size: 20px;
}
.brands {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.brands-item {
	flex: 0 0 25%;
}
.brands.col-2 .brands-item {
	flex: 0 0 50%;
}
.brands.col-3 .brands-item {
	flex: 0 0 33.33%;
}
.brands.col-5 .brands-item {
	flex: 0 0 20%;
}

.brands-item .logo-inner {
	display: flex;
	padding: 10px;
	margin: 5px;
	position: relative;
	height: 120px;
	align-items: center;
}
.founder-wrap {
	margin-bottom: 30px;
	display: flex;
	align-items: start;
}
.founder-logo {
	max-width: 200px;
	margin-right: 20px;
	overflow: hidden;
	width: 200px;
}
.founder-logo .flogo {
	padding: 10px;
	margin-bottom: 7px;
	display: flex;
	min-height: 110px;
	align-items: center;
	border: 1px solid #ddd;
}
.founder-logo a{
	display: block;
}
.founder-logo p {
	font-weight: bold;
}
.founder-logo img{}
.founder-names{}
.founder-names p strong {
	font-size: 16px;
}
.meet-logo{}
.meet-logo figure {
	border: 1px solid #ddd;
	margin-bottom: 26px !important;
	padding: 10px;
}
.meet-logo img{}

.section-title{
	margin: auto;
	margin-bottom: 35px;
}
.section-title.white-heading h2,
.section-title.white-heading p{
	color:#fff;
}
.section-title.text-center{
	text-align:center;
}
.section-title.text-right{
	text-align:right;
}
/* Single Founder */
.founder-top {
	height: 30px;
	display: block;
}
.sinle-founder {
	display: block;
}
.founder-head {
	max-width: 270px;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 4px;
	margin-bottom: 15px;
}
.founder-head img {
	width: 100%;
	height: auto;
}
.founder-name{}
.founder-name p {
	font-style: italic;
	font-weight: 400;
}
.founder-name h4{}
.founder-bio{}







@media (min-width: 767px) and (max-width: 1169px) {
	.brands.col-2 .brands-item {
		flex: 0 0 50%;
	}
	.brands.col-3 .brands-item {
		flex: 0 0 33.33%;
	}
	.brands.col-5 .brands-item {
		flex: 0 0 20%;
	}
	.brands-item {
		flex: 0 0 33.33%;
	}
	
  
}

/* small mobile :320px. */
@media (max-width: 767px) {
	.single-timeline {
		padding-bottom: 0;
		padding-top: 0;
	}
	.timeline-thumb {
		width: calc(100% - 30px);
	}
	.single-timeline.post-odd .timeline-thumb img {
		float: left;
	}
	.timeline-post {
		width: calc(100% - 30px);
	}
	.single-timeline.post-odd .timeline-thumb, 
	.single-timeline.post-even .timeline-post {
		margin-right: 0;
		margin-left: 30px;
	}
	.single-timeline.post-even .timeline-post {
		text-align: left;
	}
	.single-timeline::after {
		left: 8px;
	}
	.single-timeline .circle {
		left: -30px;
	}
	.single-timeline.post-even .circle {
		left: -30px;
		right: inherit;
	}
	h4.tl-post-title {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.brands-item {
		flex: 0 0 50%;
	}
	.brands.col-2 .brands-item {
		flex: 0 0 100%;
	}
	.brands.col-3 .brands-item {
		flex: 0 0 50%;
	}
	.brands.col-5 .brands-item {
		flex: 0 0 33.33%;
	}
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {	
	.timeline-thumb {
		width: calc(100% - 30px);
	}
	.single-timeline {
		padding-bottom: 0;
		padding-top: 0;
	}
	.single-timeline.post-odd .timeline-thumb img {
		float: left;
	}
	.timeline-post {
		width: calc(100% - 30px);
	}
	.single-timeline.post-odd .timeline-thumb, 
	.single-timeline.post-even .timeline-post {
		margin-right: 0;
		margin-left: 30px;
	}
	.single-timeline.post-even .timeline-post {
		text-align: left;
	}
	.single-timeline::after {
		left: 8px;
	}
	.single-timeline .circle {
		left: -30px;
	}
	.single-timeline.post-even .circle{
		left: -30px;
		right: inherit;
	}
	h4.tl-post-title {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.brands-item {
		flex: 0 0 50%;
	}
	.brands.col-2 .brands-item {
		flex: 0 0 100%;
	}
	.brands.col-3 .brands-item {
		flex: 0 0 50%;
	}
	.brands.col-5 .brands-item {
		flex: 0 0 33.33%;
	}
}







