
/*****************************/
/* Line */
/*****************************/

.tabs-style-line nav ul {
	max-width: none;
	box-shadow: inset 0 -2px #d1d3d2;
}

.tabs-style-line nav a {
	border-bottom: 2px solid gray;
	color: #74777b;
	text-align: left;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
	font-family: var(--font-bold);

}

.tabs-style-line nav a:hover,
.tabs-style-line nav a:focus {
	border-bottom: 2px solid gray;
}

.tabs-style-line nav li.tab-current a {
	border-bottom: 2px solid #e00;
	color: #fff;
}

.tabs-style-line nav li.tab-current svg {
	background: #e00;
	color:#fff;
}

.tabs-style-line nav li.tab-current svg.wordpress path  {
	fill: #fff;
}

@media screen and (max-width: 58em) {
	.tabs-style-line nav ul {
		display: block;
		box-shadow: none;
	}
	.tabs-style-line nav ul li {
		display: block;
		-webkit-flex: none;
		flex: none;
	}
}
