/*
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.   ***************/

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px !important;
}

.icon-box-center .icon-box-img {
    margin: 0 auto 0;
}

.grecaptcha-badge {
    visibility: hidden !important;
    display: none !important;
}

.oppettider-col p  {
    margin-bottom: 2px;
}

.menyrad {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
	margin-bottom: 5px !important;
	padding-bottom: 5px !important;
}

.menyrad p {
    margin-bottom: 5px !important;
}

@media screen and (min-width: 849px) {
#logo {
    visibility: hidden !important;
    display: none !important;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}