/* Global tab styles */
.et-tabs nav ul li a img {
	margin-right: 10px;
	margin-top: 4px;
	width: 32px;
	height: 32px;
}

/*****************************/
/* Line */
/*****************************/
.et-tabs-style-line nav ul {
	max-width: none;
	box-shadow: inset 0 -2px #e8e8ec;
}
.et-tabs-style-line nav a {
	box-shadow: inset 0 -2px #d1d3d2;
	color: #777;
	text-align: left;
	font-size: 22px;
	line-height: 1;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
}
.et-tabs-style-line nav a:hover,
.et-tabs-style-line nav a:focus {
	box-shadow: inset 0 -2px #74777b;
}
.et-tabs-style-line nav li.tab-current a {
	box-shadow: inset 0 -2px #06d4c9 !important;
	color: #333d47;
}

.et-tabs-style-line nav li.tab-current a:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	position: absolute;
	z-index: 999;
	bottom: -3.5px;
	left: 50%;
	margin-left: -5px;
	background-color: #06d4c9;
}

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