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

/*************** ADD CUSTOM CSS HERE.   ***************/
.bottom-enquiry-btn {
    bottom: 0;
    visibility: visible;
    width: 180px !important;
    right: 2%;
    position: fixed;
    z-index: 999999;
    background-color: #049bae;
    border-color: #049bae;
    padding: 10px 5px 5px 10px;
    border: 1px solid #049bae;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}

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


}