/*
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 Avo';
    src:   url('fonts/UTM Avo.ttf') format('truetype');
}
@font-face {
        font-family: 'UTM AvoBold';
    src:   url('fonts/UTM AvoBold.ttf') format('truetype');
}
p,th,td,span, div{ color: #222; }
h1, h2, h3, h4, h5, h6, strong, b{color: #222; }
.section2_misday .ux-timer strong{ color: #fff}
.section2_misday .ux-timer span{ background: linear-gradient(to bottom, #0a7ec8, #3faef5); }
@media only screen and (max-width: 1680px) {}
@media only screen and (max-width: 1440px) { }
@media only screen and (max-width: 1366px) {} 
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

} 