/*
Theme Name: bkns
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: "OpenSans-Bold";
    src: url(assets/fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url(assets/fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url(assets/fonts/OpenSans-Semibold.ttf);
	    font-family: "OpenSans-Semibold";
}


a {
    text-decoration: none !important;
}


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


}