/* Lines and Border Css */

.is-style-dots-tri-angle {
    position: relative;
	padding: 0 0 30px;
}

.is-style-dots-tri-angle:before {
	content: '';
	width: 120px;
	height: 120px;
	background: url("../images/triangle-dots.svg") no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
    top: -35px;
    left: 0;
    z-index: -1;
}

.is-style-dots-tri-angle:empty:before {
	content: none;
}

.is-style-dots-tri-angle:-moz-only-whitespace:before {
	content: none;
}

.is-style-dots-tri-angle.has-text-align-center:before {
	margin: 0 auto;
	right: 0;
}

.is-style-dots-tri-angle.has-text-align-right:before {
	margin-left: auto;
	right: 0;
}
