/*
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: 'droid_sansregular';
    src: url('./fonts/droidsans-webfont.woff2') format('woff2'),
         url('./fonts/droidsans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_sansbold';
    src: url('./fonts/droidsans-bold-webfont.woff2') format('woff2'),
         url('./fonts/droidsans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Georgia';
    src: url('./fonts/Georgia.woff2') format('woff2'),
        url('./fonts/Georgia.woff') format('woff'),
        url('./fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'GeorgiaItalic';
    src: url('./fonts/Georgia-Italic.woff2') format('woff2'),
        url('./fonts/Georgia-Italic.woff') format('woff'),
        url('./fonts/Georgia-Italic.svg#Georgia-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'GeorgiaBoldItalic';
    src: url('./fonts/Georgia-BoldItalic.woff2') format('woff2'),
        url('./fonts/Georgia-BoldItalic.woff') format('woff'),
        url('./fonts/Georgia-BoldItalic.svg#Georgia-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'GeorgiaBold';
    src: url('./fonts/Georgia-Bold.woff2') format('woff2'),
        url('./fonts/Georgia-Bold.woff') format('woff'),
        url('./fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}


@font-face {
    font-family: 'gloria_hallelujahregular';
    src: url('./fonts/gloriahallelujah-regular-webfont.woff2') format('woff2'),
         url('./fonts/gloriahallelujah-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body { font-family: 'Georgia' !important;}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {font-weight: normal !important;font-family: 'GeorgiaBold' !important;}
.button.secondary{font-family: 'droid_sansbold' !important;}

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


}