/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.6
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import 'https://fonts.googleapis.com/css?family=David+Libre|IM+Fell+English:400,400i|Mr+Dafoe|Francois+One|Passion+One:900';
.product-info h2 {	font-size: 1.2em;}

.woocommerce-Tabs-panel--description h2 {	font-size: 1.2em;}

.woocommerce-Tabs-panel--description h3 {	font-size: 1.0em;}


.button.primary {
	background-color: #DE7236 !important;
}

.button.primary.is-outline:hover {
	background-color: #ca6d39 !important;
}


.nav-top-link:hover {
	color: #ca6d39 !important;
}


@font-face {
	font-family: QuixoteOT-Bold;
	src: url('fonts/QuixoteOT-Bold.otf');
}
@font-face {
	font-family: AntiqueOliveStd-BoldCond;
	src: url('fonts/AntiqueOliveStd-BoldCond.otf');
}

.a.button.primary:hover {
    background-color: #DE7236 ! Important ;
	}

	
@media only screen and (max-width: 48em) {

/*************** ADD MOBILE ONLY CSS HERE  ***************/

}