.vendors {
	padding    : 25px 0;
	text-align : center;
	font-size  : 0;
}

.vendors a {
	display         : inline-block;
	padding         : 5px 15px;
	border          : 1px solid #7a3035;
	color           : #7a3035;
	font            : 15px 'San Francisco';
	text-decoration : none;
	transition      : .3s ease all;
}

a.vendors--current {
	color            : #ffffff;
	background-color : #7a3035;
}

.vendors a + a {
	border-left : 0;
}

.vendors a:first-child {
	-webkit-border-top-left-radius    : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-topleft        : 5px;
	-moz-border-radius-bottomleft     : 5px;
	border-top-left-radius            : 5px;
	border-bottom-left-radius         : 5px;
}

.vendors a:last-child {
	-webkit-border-top-right-radius    : 5px;
	-webkit-border-bottom-right-radius : 5px;
	-moz-border-radius-topright        : 5px;
	-moz-border-radius-bottomright     : 5px;
	border-top-right-radius            : 5px;
	border-bottom-right-radius         : 5px;
}