/*
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: 'AmsiPro-Bold';
font-style: normal;
font-weight: normal;
src: local('AmsiPro-Bold'), url('fonts/AmsiPro-Bold.woff') format('woff');
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'AmsiPro-Bold' !important;
}


 a.button.secondary {
    color: #000000;
 }


/* USP Section */
.service_icon {

}

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


}