/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
body{
	letter-spacing: -0.05em;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
.woocommerce-variation-price {
    display: none !important;
}
.footer .dark p{
	color: #9b9b9b !important;
}

.footer .dark a{
	color: #c1c1c1 !important;
}

.footer .dark a:hover{
	color: #f1f1f1 !important;
}

.post{
	font-family: 'Work Sans', sans-serif; 
	font-weight: 300; 
	letter-spacing: 0;
	color: #6a6a6a;
}

.text li{
	line-height: 1.5em;
}
.alt-font{letter-spacing: 0;}
header h1{font-size: 250%;}


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


}