/* Lines and Border Css */

.is-style-border-top {
	position: relative;
	padding: 45px 0 0;
}

.is-style-border-top:before {
	content: '';
	width: 80px;
	height: 4px;
	background: var(--wp--preset--color--5);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.is-style-border-top:empty:before {
	content: none;
}

.is-style-border-top:-moz-only-whitespace:before {
	content: none;
}

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

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

.is-style-ash-grey-border-top:before {
	background: var(--wp--preset--color--8);
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 980px) {

	.is-style-border-top {
		padding-top: 25px;
	}

	.is-style-border-top:before {
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.is-style-border-top.has-text-align-right:before {
		margin-right: auto;
	}

}
