
.wd-timeline-wrapper {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.woodmart-timeline-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 1px);
	border-width: 2px;
}

.woodmart-timeline-line .line-dot {
	position: absolute;
	left: calc(50% - 5px);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: inset 100px 100px rgba(0, 0, 0, .1);
}

.woodmart-timeline-line .dot-start {
	top: -4px;
}

.woodmart-timeline-line .dot-end {
	bottom: -4px;
}

.wd-line-default .woodmart-timeline-line {
	border-left-style: solid;
}

.wd-line-dashed .woodmart-timeline-line {
	border-left-style: dashed;
}

.wd-timeline-breakpoint {
	margin-bottom: 50px;
	text-align: center;
}

.woodmart-timeline-breakpoint-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 8px 25px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
}

.wd-timeline-item {
	position: relative;
	margin-bottom: 50px;
}

.wd-timeline-item .wd-timeline-image {
	display: inline-block;
	overflow: hidden;
}

.browser-Internet .wd-timeline-item .wd-timeline-image img {
	width: 100%;
}

.wd-timeline-item .wd-timeline-title, .wd-timeline-item .wd-timeline-content, .wd-timeline-item .wd-timeline-image {
	margin-bottom: 15px;
}

.wd-timeline-item .wd-timeline-title:empty, .wd-timeline-item .wd-timeline-content:empty, .wd-timeline-item .wd-timeline-image:empty {
	display: none;
}

.wd-timeline-content p:first-child:empty {
	display: none;
}

.wd-item-position-left, .wd-item-position-right {
	display: flex;
	align-items: center;
}

.wd-item-position-left .timeline-col, .wd-item-position-right .timeline-col {
	position: relative;
	flex: 1 1 50%;
	padding: 30px 30px 15px;
	max-width: 50%;
	width: 50%;
	background-color: #fff;
}

.wd-item-position-left .timeline-col .timeline-arrow, .wd-item-position-right .timeline-col .timeline-arrow {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	color: #fff;
	font-size: 0;
	line-height: 0;
}

.wd-item-position-left .timeline-col .timeline-arrow:before, .wd-item-position-right .timeline-col .timeline-arrow:before {
	color: inherit;
	font-size: 28px;
	font-family: "woodmart-font";
	line-height: 28px;
}

.wd-item-position-left {
	flex-direction: row;
}

.wd-item-position-left .timeline-col-primary {
	margin-right: 30px;
	text-align: right;
}

.wd-item-position-left .timeline-col-primary .timeline-arrow {
	left: calc(100% - 1px);
}

.wd-item-position-left .timeline-col-primary .timeline-arrow:before {
	content: "";
}

.wd-item-position-left .timeline-col-secondary {
	margin-left: 30px;
	text-align: left;
}

.wd-item-position-left .timeline-col-secondary .timeline-arrow {
	right: calc(100% - 1px);
}

.wd-item-position-left .timeline-col-secondary .timeline-arrow:before {
	content: "";
}

.wd-item-position-right {
	flex-direction: row-reverse;
}

.wd-item-position-right .timeline-col-primary {
	margin-left: 30px;
	text-align: left;
}

.wd-item-position-right .timeline-col-primary .timeline-arrow {
	right: calc(100% - 1px);
}

.wd-item-position-right .timeline-col-primary .timeline-arrow:before {
	content: "";
}

.wd-item-position-right .timeline-col-secondary {
	margin-right: 30px;
	text-align: right;
}

.wd-item-position-right .timeline-col-secondary .timeline-arrow {
	left: calc(100% - 1px);
}

.wd-item-position-right .timeline-col-secondary .timeline-arrow:before {
	content: "";
}

.wd-item-position-full-width {
	position: relative;
	margin-top: 30px;
	padding: 30px 30px 15px;
	background-color: #fff;
	text-align: center;
}

.wd-item-position-full-width:not(:first-child) {
	margin-top: 80px;
}

.wd-item-position-full-width .timeline-col-primary .timeline-arrow {
	position: absolute;
	bottom: calc(100% - 1px);
	left: calc(50% - 8px);
	width: 16px;
	height: 12px;
	color: #fff;
	line-height: 0;
}

.wd-item-position-full-width .timeline-col-primary .timeline-arrow:before {
	display: inline-block;
	height: 12px;
	color: inherit;
	font-size: 28px;
	line-height: 12px;
	content: "";
	font-family: "woodmart-font";
}

.wd-item-position-full-width .timeline-col {
	background-color: transparent !important;
}

.wd-item-position-full-width .woodmart-timeline-dot {
	top: -30px;
}

.woodmart-timeline-dot {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	border: solid 2px #fff;
	border-radius: 50%;
}

.wd-timeline-item:last-child, .wd-timeline-breakpoint:last-child {
	margin-bottom: 0;
}

.wd-item-shadow .woodmart-timeline-breakpoint-title {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
}

.wd-item-shadow .wd-item-position-left .timeline-col, .wd-item-shadow .wd-item-position-right .timeline-col {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
}

.wd-item-shadow .wd-item-position-left .timeline-col-primary .timeline-arrow:before {
	text-shadow: 2px 0 2px rgba(0, 0, 0, .1);
}

.wd-item-shadow .wd-item-position-left .timeline-col-secondary .timeline-arrow:before {
	text-shadow: -2px 0 2px rgba(0, 0, 0, .1);
}

.wd-item-shadow .wd-item-position-right .timeline-col-primary .timeline-arrow:before {
	text-shadow: -2px 0 2px rgba(0, 0, 0, .1);
}

.wd-item-shadow .wd-item-position-right .timeline-col-secondary .timeline-arrow:before {
	text-shadow: 2px 0 2px rgba(0, 0, 0, .1);
}

.wd-item-shadow .wd-item-position-full-width {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
}

.wd-item-shadow .wd-item-position-full-width .timeline-col-primary .timeline-arrow:before {
	text-shadow: 0 -2px 2px rgba(0, 0, 0, .1);
}

@media (min-width: 1025px) {
	.wd-item-position-left, .wd-item-position-right {
		background-color: transparent !important;
	}
}

@media (max-width: 768px) {
	.wd-timeline-wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.wd-timeline-breakpoint, .wd-timeline-item {
		margin-bottom: 30px;
	}
	
	.wd-item-position-left, .wd-item-position-right {
		position: relative;
		flex-wrap: wrap;
		margin-top: 30px;
		padding: 30px 30px 15px;
		text-align: center;
	}
	
	.wd-item-position-left:not(:first-child), .wd-item-position-right:not(:first-child) {
		margin-top: 60px;
	}
	
	.wd-item-position-left .timeline-col, .wd-item-position-right .timeline-col {
		position: static;
		flex-basis: 100%;
		margin-right: 0;
		margin-left: 0;
		padding: 0;
		max-width: 100%;
		width: 100%;
		background-color: transparent !important;
		text-align: inherit;
	}
	
	.wd-item-position-left .timeline-col-primary .timeline-arrow, .wd-item-position-right .timeline-col-primary .timeline-arrow {
		top: auto;
		bottom: calc(100% - 1px);
		left: calc(50% - 8px);
		margin-top: 0;
		width: 16px;
		height: 12px;
		color: #fff;
		line-height: 0;
	}
	
	.wd-item-position-left .timeline-col-primary .timeline-arrow:before, .wd-item-position-right .timeline-col-primary .timeline-arrow:before {
		display: inline-block;
		height: 12px;
		color: inherit;
		font-size: 28px;
		line-height: 12px;
		content: "";
		font-family: "woodmart-font";
	}
	
	.wd-item-position-left .timeline-col-secondary .timeline-arrow, .wd-item-position-right .timeline-col-secondary .timeline-arrow {
		display: none;
	}
	
	.wd-item-position-left .woodmart-timeline-dot, .wd-item-position-right .woodmart-timeline-dot {
		top: -30px;
	}
	
	.wd-item-position-full-width:not(:first-child) {
		margin-top: 60px;
	}
	
	.wd-item-shadow .wd-item-position-left, .wd-item-shadow .wd-item-position-right {
		box-shadow: 0 0 4px rgba(0, 0, 0, .13);
	}
	
	.wd-item-shadow .wd-item-position-left .timeline-col, .wd-item-shadow .wd-item-position-right .timeline-col {
		box-shadow: none;
	}
	
	.wd-item-shadow .wd-item-position-left .timeline-col-primary .timeline-arrow:before, .wd-item-shadow .wd-item-position-right .timeline-col-primary .timeline-arrow:before {
		text-shadow: 0 -2px 2px rgba(0, 0, 0, .1);
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-item-position-left, .wd-item-position-right {
		background-color: transparent !important;
	}
}
