/*
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.   ***************/
/* Oktah Round Thin */
@font-face {
    font-family: 'Oktah Round';
    src: url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundThinRegular.woff2') format('woff2'),
    url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundThinRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* Oktah Round Light */
@font-face {
    font-family: 'Oktah Round';
    src: url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundLightRegular.woff2') format('woff2'),
    url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundLightRegular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Oktah Round Regular */
@font-face {
    font-family: 'Oktah Round';
    src: url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundRegular.woff2') format('woff2'),
    url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Oktah Round Medium */
@font-face {
    font-family: 'Oktah Round';
    src: url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundMediumRegular.woff2') format('woff2'),
    url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundMediumRegular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Oktah Round Bold */
@font-face {
    font-family: 'Oktah Round';
    src: url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundBoldRegular.woff2') format('woff2'),
    url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundBoldRegular.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Oktah Round Black */
@font-face {
    font-family: 'Oktah Round';
    src: url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundBlackRegular.woff2') format('woff2'),
    url('/wp-content/my-fonts/Oktah-Round/FONTSPRINGDEMO-OktahRoundBlackRegular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


html, body{
    background-color: #fff;
}
.absolute-footer{
    background-color: #fff;
}

.nav > li > a,.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family: 'Oktah Round', sans-serif;
    font-weight: 700;
}
h1,h2,h3,h4,h5,h6,.heading-font,.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    font-family: 'Oktah Round', sans-serif;
    font-weight: 700;
}

.alt-font {
    font-family: 'Oktah Round', sans-serif;
    font-weight: 700;
}

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


}