/* Lines and Border Css */

.is-style-border-left-short,
.is-style-border-left-long {
	position: relative;
	padding: 0 0 30px 40px;
}

.is-style-border-left {
	border-left:3px solid var(--wp--preset--color--five);
	padding-left:40px;
	margin-bottom:30px !important;
}

.is-style-border-left-short::after {
	content: '';
	width: 3px;
	height: 89px;
	background: var(--wp--preset--color--five);
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
}
.is-style-border-left-long::after {
	content: '';
	width: 3px;
	height: 125px;
	background: var(--wp--preset--color--five);
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
}

.is-style-border-bottom:empty:after {
	content: none;
}

.is-style-border-bottom:-moz-only-whitespace:after {
	content: none;
}

.is-style-border-bottom.has-text-align-center:after {
	margin: 0 auto;
	right: 0;
}

.is-style-border-bottom.has-text-align-right:after {
	margin-left: auto;
	right: 0;
}
