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

/*************** SKÄRM STYLE   ***************/

.red_header_bg {
    background-image: url(http://umisushibar.prov.nu/wp-content/uploads/2019/05/red_bollbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: rgba(0, 0, 0, 0.6);
	height: 1080px;
}


.menu_display .meny_mainheader {
    line-height: 1.1 !important;
    font-size: 60px !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	letter-spacing: 0em;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.menu_display .meny_submainheader {
    line-height: 1.2 !important;
    font-size: 32px !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	letter-spacing: 0em;
}

.menu_display .meny_subsubmainheader {
    line-height: 1.3 !important;
    font-size: 50px !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	letter-spacing: 0em;
}

.menu_display p {
    padding: 0em !important;
    line-height: 1.4 !important;
    font-size: 22px !important;
	color: #ffffff !important;
	margin-bottom:0px !important;
	font-weight: 700 !important;
}

.orange {
	color: #ff8a00 !important;
}

.menu_display .menyrad {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
	margin-bottom: 17px !important;
	padding-bottom: 17px !important;
}

.sign {
	color: #ffffff;
    position: absolute;
    z-index: 100;
    bottom: 0;
    padding: 3px 20px 3px 10px;
	background-color: #000000;
    opacity: 0.5;
	border-radius: 0 99px 0 0;
	font-size: 12px !important;
	text-transform: uppercase;
	font-weight: 300 !important;
	letter-spacing: 0.05em;
}

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


}