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

/*************** ADD CUSTOM CSS HERE.   ***************/
.absolute-footer {display:none}
.nav-sidebar .image-icon {position:relative;top:-2px;right:-5px;}
.nav-sidebar ul .icon-image {position:relative;top:-2px;left:-5px;}

.phone-bar a {background:#f00;opacity:0.7}
#phone-vr .phone-vr-circle-fill {animation: zoom 1.3s infinite !important;}
#phone-vr .phone-vr-img-circle {animation: phone-vr-circle-fill 1s infinite ease-in-out !important;}

.header-wrapper.stuck .header-bottom {display:none}
.header-wrapper .header-nav-main .nav-icon {display:none}
.header-wrapper.stuck .header-nav-main .nav-icon {display:block}

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


}
/*end*/