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

@font-face {
font-family: 'HyundaiSans';
src: url('/wp-content/themes/flatsome-child/font/HyundaiSansText-Medium.otf');
   font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6, a, p, span, strong {
    font-family: 'HyundaiSans' !important;
}


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

body {
    color: #1d2327;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
font-family: 'HyundaiSans' !important;
}

.nav-box>li.active>a, .nav-pills>li.active>a {
    opacity: 1;
    color: #fff;
    background-color: #dd3333;
}

.box-blog-post .is-divider {

    display: none;
}

.tabbed-content a {
    color: #000 !important;
}

.box-text.text-center {
    min-height: 60px;
}

.col-inner ul li.tab {
    margin-left: 20px;
}

.menudav a.button.btn.button.btn-default.theme-button.theme-btn {
    display: none;
}
/*************** section-title.   ***************/
.section-title:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 200px;
    height: 1px;
    background: #999999;
    margin-top: 1px;
}

.section-title:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 50px;
    height: 3px;
    background: #6d6d6d;
}
.section-title b {
    background-color: #ffffff00;
}

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


}