.et-tabs {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
line-height: 0 !important;
} .et-tabs nav {
text-align: center;
overflow: visible !important;
display: inline-block !important;
line-height: 0 !important;
font-weight: 300;
font-size: 1.25em;
}
.et-tabs nav ul {
position: relative;
display: inline-block;
margin: 0 auto;
padding: 0;
width:100%;
list-style: none;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.et-tabs nav select.et-mobile-tabs {
display: none;
}
.et-tabs nav ul li {
position: relative;
z-index: 1;
margin: 0;
text-align: center;
display: inline-block;
float: left;
}
.et-tabs nav a {
position: relative;
display: block;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 2.5;
text-decoration: none;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.et-tabs nav a:hover,
.et-tabs nav a:focus {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.et-tabs nav a span {
vertical-align: middle;
}
.et-tabs nav a:focus {
outline: none;
} .et-content-wrap {
position: relative;
}
.et-tabs.et-tabs-style-tzoid .et-content-wrap {
margin-top: -8px;
}
.et-content-wrap section {
display: none;
margin: 0 auto;
padding: 1em;
line-height: 1.5em;
}
.et-tabs.et-horizontal .et-content-wrap section {
padding-left: 0;
padding-right: 0;
}
.et-content-wrap section.content-current {
display: block;
width: 100%;
clear: both;
box-sizing: border-box;
}
.infi-content-wrapper.animated {
opacity: 1 !important;
} i.iw-icons {
font-style: normal;
z-index: 10;
display: inline-block;
margin: 0 0.4em 0 0;
vertical-align: middle;
text-transform: none;
font-weight: normal;
font-variant: normal;
font-size: 1.3em;
} .et-align-right nav {
width: 100% !important;
text-align: right !important;
}
.et-align-right ul li {
float: none !important;
} .et-align-center nav {
width: 100% !important;
margin-bottom: 40px;
}
.et-align-center ul li {
float: none !important;
}
.et-tabs.et-align-center ul li { text-align: center; }
.et-tabs.et-align-center nav a { display: inline-block; }
.et-tabs.et-align-center nav a img.elegant-tabs-image-icon + span { display: block; text-align: center; margin-top: 23px; margin-bottom: 26px; }
.et-tabs.et-align-center nav ul li a img { margin-top: 0; margin-right: 0; } .et-tabs.et-vertical nav {
min-width: 170px;
max-width: 25%;
width: auto;
float: left;
}
.et-vertical .et-content-wrap {
width: 75%;
max-width: calc( 100% - 200px );
float: left;
}
.et-vertical .et-content-wrap .content-current {
padding: 0 15px;
}
.et-tabs.et-vertical nav ul li {
display: block !important;
width: 100%;
margin-bottom: 5px;
} .et-vertical.et-tabs-style-iconbox nav ul li.tab-current::after {
left: 100% !important;
top: 50% !important;
margin-left: 0 !important;
margin-top: -10px !important;
border-top-color: transparent;
border-left-color: inherit !important;
} .et-vertical.et-tabs-style-underline nav li a::after {
left: auto;
top: 0;
width: 6px;
height: 100%;
right: 0;
-webkit-transform: translate3d(150%,0,0);
transform: translate3d(150%,0,0);
}
.et-vertical.et-tabs-style-underline nav a {
border: 1px solid #e7ecea;
} .et-vertical.et-tabs-style-topline nav li.tab-current {
border: 1px solid rgba(40,44,42,0.1);
border-right: none;
} .et-vertical.et-tabs-style-linebox nav ul li {
margin-bottom: 0 !important;
} .et-tabs.justified-tabs nav {
width: 100%;
}
.et-tabs.justified-tabs nav ul li {
display: table-cell !important;
float: none !important;
width: 1%;
height: 100%;
vertical-align: middle;
}
.et-tabs.justified-tabs nav ul li a {
height: inherit;
} .infi-responsive-tabs .infi-tab-accordion .infi_accordion_item {
padding: 10px;
margin-top: 5px;
}
.infi-accordion-item-heading .iw-icons {
display: inline-block !important;
margin-right: 8px !important;
}
.infi-tab-accordion {
cursor: pointer;
}
.elegant-tabs-container {
position: relative;
margin-top: 15px;
width: 100%;
}
.infi-responsive-tabs {
display: none;
}
.infi-accordion-item-heading {
display: flex;
align-items: center;
width: 100%;
line-height: 24px;
}
.infi-accordion-item-heading img.elegant-tabs-image-icon {
margin-right: 8px;
}
@media screen and (max-width: 58em) {
.et-tabs nav a.icon span {
display: none;
}
.et-tabs nav a:before {
margin-right: 0;
}
} @media screen and ( max-width: 720px ) {
.et-tabs > nav ul,
.et-tabs.et-tabs-style-iconbox-iconlist nav ul {
display:none;
}
.infi-responsive-tabs,
.infi-responsive-tabs nav ul	{
display: block;
}
.et-vertical .et-content-wrap,
.et-tabs.et-vertical nav {
max-width: 100%;
width: 100%;
float: none;
}
.et-tabs.et-mobile-enabled nav select.et-mobile-tabs {
position: relative;
display: block;
background-color: white;
border: thin solid #d4d4d5;
margin-bottom: 0;
}
}