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

@font-face {
    font-family: 'UTM Americana';
    src: url('fonts/UTMAmericana.eot');
    src: url('fonts/UTMAmericana.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMAmericana.woff2') format('woff2'),
        url('fonts/UTMAmericana.woff') format('woff'),
        url('fonts/UTMAmericana.ttf') format('truetype'),
        url('fonts/UTMAmericana.svg#UTMAmericana') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Americana';
    src: url('fonts/UTMAmericanaItalic.eot');
    src: url('fonts/UTMAmericanaItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMAmericanaItalic.woff2') format('woff2'),
        url('fonts/UTMAmericanaItalic.woff') format('woff'),
        url('fonts/UTMAmericanaItalic.ttf') format('truetype'),
        url('fonts/UTMAmericanaItalic.svg#UTMAmericanaItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Americana EB';
    src: url('fonts/UTMAmericanaEB.eot');
    src: url('fonts/UTMAmericanaEB.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMAmericanaEB.woff2') format('woff2'),
        url('fonts/UTMAmericanaEB.woff') format('woff'),
        url('fonts/UTMAmericanaEB.ttf') format('truetype'),
        url('fonts/UTMAmericanaEB.svg#UTMAmericanaEB') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Americana';
    src: url('fonts/UTMAmericanaBold.eot');
    src: url('fonts/UTMAmericanaBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMAmericanaBold.woff2') format('woff2'),
        url('fonts/UTMAmericanaBold.woff') format('woff'),
        url('fonts/UTMAmericanaBold.ttf') format('truetype'),
        url('fonts/UTMAmericanaBold.svg#UTMAmericanaBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvo-Italic.eot');
    src: url('fonts/UTMAvo-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMAvo-Italic.woff2') format('woff2'),
        url('fonts/UTMAvo-Italic.woff') format('woff'),
        url('fonts/UTMAvo-Italic.ttf') format('truetype'),
        url('fonts/UTMAvo-Italic.svg#UTMAvo-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvo-BoldItalic.eot');
    src: url('fonts/UTMAvo-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMAvo-BoldItalic.woff2') format('woff2'),
        url('fonts/UTMAvo-BoldItalic.woff') format('woff'),
        url('fonts/UTMAvo-BoldItalic.ttf') format('truetype'),
        url('fonts/UTMAvo-BoldItalic.svg#UTMAvo-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvoBold.eot');
    src: url('fonts/UTMAvoBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMAvoBold.woff2') format('woff2'),
        url('fonts/UTMAvoBold.woff') format('woff'),
        url('fonts/UTMAvoBold.ttf') format('truetype'),
        url('fonts/UTMAvoBold.svg#UTMAvoBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('fonts/UTMAvo.eot');
    src: url('fonts/UTMAvo.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMAvo.woff2') format('woff2'),
        url('fonts/UTMAvo.woff') format('woff'),
        url('fonts/UTMAvo.ttf') format('truetype'),
        url('fonts/UTMAvo.svg#UTMAvo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



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


}