/*
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.   ***************/
div#popup-booking {
    padding: 30px 30px 0px 30px;;
    border-radius: 10px;
}
.popup_lh h2 {
    text-align: center;
    color: red;
    font-size: 200%;
}
.ft-chatbox-skin4 .ft-ccus svg {
    border: 2px solid #ff0000;
}
.ft-chatbox-skin4 .ft-ccus svg path, .ft-chatbox-skin5 .ft-ccus svg path {
    fill: #fb0202 !important;
}
.ft-chatbox-skin4 i, .ft-chatbox-skin4 svg, .ft-chatbox-skin4 a:hover span {
    border-radius: 10px !important;
}

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


}