/* Theme Name: vse-vsport */

@import url('assets/css/common.css');


h1 {
	text-align: center;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	line-height: 1;
	font-weight: normal;
	word-wrap: break-word;
	color: #95b564;
	width: 1150px;
}

h1:before,
h1:after {
	content: "";
	position: relative;
	display: inline-block;
	width: 450px;
	padding: 0 10px;
	height: 1px;
	vertical-align: middle;
	background: #95b564;
	background-clip: content-box;
	border-bottom: 0px solid;
}

