/*
Theme Name: Bliss Events - Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.home #main ul li:before{
font-family:'fontawesome' !important;
content: '\f054' !important;
margin-right:10px !important;
color:#e63077 !important;
font-size:auto !important;
transition:margin-right .25s ease-in-out !important;
-moz-transition:margin-right .25s ease-in-out !important;
-webkit-transition:margin-right .25s ease-in-out !important;
margin-left: -25px !important;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}