@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
    font-family: "nexa_boldregular";
    src: url("https://www.onoranzefunebrilaguarenese.it/signature/nexa_bold-webfont.eot");
    src: url("https://www.onoranzefunebrilaguarenese.it/signature/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://www.onoranzefunebrilaguarenese.it/signature/nexa_bold-webfont.woff2") format("woff2"),
        url("https://www.onoranzefunebrilaguarenese.it/signature/nexa_bold-webfont.woff") format("woff"), url("https://www.onoranzefunebrilaguarenese.it/signature/nexa_bold-webfont.ttf") format("truetype"),
        url("https://www.onoranzefunebrilaguarenese.it/signature/nexa_bold-webfont.svg#nexa_boldregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 14.9

All css files are placed in /css/ folder
*/

/*
LANGA IDSI
*/

.dashFooterBox {
	bottom: 0;
	left: 0;
	z-index: 999999999999999999999999999 !important;
	right: 0;
	margin: 0 auto;
}

.dashFooterBoxInner {
	position: relative;
}

.dashFooterBtn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999999999999999999999999999 !important;
}

.dashFooter {
	background: #0a0a0a;
	padding: 20px 0px;
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 100%;
}

.dashFooterBtn label {
	background: transparent;
	cursor: pointer;
	display: inline-block;
	padding: 0px 10px;
	color: #8c8c8c;
	font-weight: 100;
	font-size: 16px;
}

.dashFooter {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.r-foot-check {
	display: none;
}

input.r-foot-check:checked+.dashFooter {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

ul.footNavUL {
	list-style: none;
	padding: 0 90px;
	margin: 0 auto !important;
	max-width: 1600px;
}

#product-signature {
	font-family: nexa_boldregular;
	font-size: 1.2em;
	margin-right: 10px;
}

#basic-font {
	font-family: 'Open Sans', sans-serif;
}

ul.footNavUL li {
	color: #ffffff;
	display: inline-block;
}

@media only screen and (max-width: 600px) {
	span#slogan {
		display: none;
	}
	ul.footNavUL {
		padding: 0 30px;
	}
}

input#show-foot {
    visibility: hidden;
}