/*
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.   ***************/
#overlay {
    display: none; /* ÃÊ±â¿¡´Â ¼û±è */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* ¹ÝÅõ¸í °ËÁ¤»ö ¹è°æ */
    z-index: 999; /* ´Ù¸¥ ¿ä¼Ò À§¿¡ Ç¥½Ã */
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}