/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'Big Noodle Oblique';
    src: url('fonts/big_noodle_titling_oblique-webfont.woff2') format('woff2'),
         url('fonts/big_noodle_titling_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@media only screen and (max-width: 1024px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}

/*
.notes .fi-clock {
    width: 20%;
    float: left;
    background: #efefef;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    flex: 1;
}

.notes-date {
    width: 80%;
    float: right;
    background: #efefef;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
}*/
