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

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}
.col-button-menu .icon-angle-down:before {
    content: "\f358";
    font-family: fontawesome;
}.col-button-menu .icon-checkmark:before{
	content: "\f402";
    font-family: fontawesome;	
}.col-button-menu .icon-expand:before{
		content: "\f52a";
    font-family: fontawesome;	
}
li.html.header-button-2 a.button span:before {
    content: "\f48b";
    font-family: fontawesome;
}