/* Lines and Border Css */

.is-style-lines-border {
    position: relative;
	padding: 0 0 30px;
}

.is-style-lines-border:before {
	content: '';
	width: 173px;
	height: 116px;
	background: url("../images/image-top-lines.svg") no-repeat;
	display: block;
	position: absolute;
    top: -50px;
	left: -50px;
}

.is-style-lines-border:empty:before {
	content: none;
}

.is-style-lines-border::after {
	content: '';
	width: 70px;
	height: 4px;
	background: var(--wp--preset--color--blue);
	display: block;
	position: absolute;
    bottom: 0;
	left: 0;
}

.is-style-lines-border:empty:after {
	content: none;
}

.is-style-lines-border:-moz-only-whitespace:after {
	content: none;
}

.is-style-lines-border.has-text-align-center:after {
	margin: 0 auto;
	right: 0;
}

.is-style-lines-border.has-text-align-right:after {
	margin-left: auto;
	right: 0;
}
