/*
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.   ***************/
/*************** FLATSOME COOKIES / POPUP ***************/
.flatsome-cookies {
width: fit-content;
border-radius: 10px;
margin: auto;
right: 0;
left: 0;
font-size: 90%;
}
.flatsome-cookies--active {
margin-bottom:20px;
}
.flatsome-cookies__buttons>a {
margin-right: 0px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}