/*
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.   ***************/

.tabbed-content .tab a {
    color: white;
    margin-left: 15px;
}

.tabbed-content .tab, .tab-panels {
    border: solid 1px #fe8f00 !important;
}

.tabbed-content .tab.active h3, .tabbed-content .tab:hover h3 {
    color: white !important;
}

.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}

.rank-math-breadcrumb {
    text-align: left;
}

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


}