/*
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.   ***************/
/* MegakadÃ¡lyozza a szÃ¶veg kijelÃ¶lÃ©sÃ©t */
body {
    -webkit-user-select: none; /* Webkit bÃ¶ngÃ©szÅ‘k */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Standard szintaxis */
}

/* MegakadÃ¡lyozza a jobb kattintÃ¡st */
body {
    -webkit-touch-callout: none;
}

.banner.notification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    z-index: 10000;
}