/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



.hyan_tabs > .nav .tab {
    display: flex;
    margin: 0;
}

.hyan_tabs .nav {
    margin-bottom: 15px;
}

.hyan_tabs > .nav .tab a {
    text-align: center;
    display: inline-block;
    border: none;
    overflow: hidden;
    position: relative;
    padding: 12px 10px;
    font-size: 15px;
}

.hyan_tabs > .nav .tab.active a {
    border: none;
    box-shadow: none;
}

.hyan_tabs .nav-vertical > li + li {
    border-top: 0;
}

.hyan_tabs > .nav .tab a > img {
    margin: 0 auto;
}

.hyan_tabs > .nav .tab a > img:nth-child(2) {
    display: none;
}

.hyan_tabs > .nav .tab.active a > img:nth-child(1) {
    display: none;
}

.hyan_tabs > .nav .tab.active a > img:nth-child(2) {
    display: block;
}

.hyan_tabs > .nav .tab a:before {
    display: none;
}

.hyan_tabs .nav h3 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}


.hyan_tabs > .tab-panels {
    width: 100%;
    padding: 20px;
}

.hyan_tabs .tab-panels .row {
    margin: 0;
}

.hyan_tabs .tab-panels .panel .row .col {
    padding: 0 5px 5px;
}

.hyan_tabs .nav.nav-vertical a {
    border-top: 1px solid #d2d2d2;
    text-align: center;
}

.hyan_tabs .nav-vertical {
    margin-bottom: 0;
}


