:root {
	--clr-primary: #03b286;
}

#site-logo img {
	width: 170px;
	margin-left: 110px;
}

.tp-bgimg.defaultimg::before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #00000085;
	z-index: 100;
	position: absolute;
}

.panel-cinfo li .panel-list-text {
	line-height: 2rem;
}

.contact-map {
	background: url(images/maps.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	margin-top: -40px;
	position: relative;
	display: block;
}

.page-header {
	position: relative;
	z-index: -2;
}
.page-header-produzione {
	background-image: url(images/produzione-head-1.jpg);
}

.page-header-contatti {
	background-image: url(images/contatti-head-1.jpg);
}
.page-header-azienda {
	background-image: url(images/azienda-head-1.jpg);
}
.page-header-privacy-policy {
	background-image: url(images/azienda-head-1.jpg);
}

.page-header::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.header_mobile .mlogo_wrapper img {
	height: 45px;
	margin: 15px;
}

.icon-main img {
	width: 100px;
}
.contact-right {
	padding-bottom: 90px;
	position: relative;
	z-index: 1;
}

body.feadIn::after {
	/* content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; */

	opacity: 1;
	transition: opacity 0.8s ease;
}

body::after {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgb(255, 255, 255);
	transition: opacity 1s ease;
	opacity: 0;
	pointer-events: none;
}

.error-404 {
	background: url(images/home-1.jpg) center center no-repeat;
}
.error-404::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

#side-panel > div > div > div.side-panel-cinfo > ul a,
#side-panel > div > div > div.side-panel-cinfo > ul a {
	color: #fff;
}

.lg-progress-bar .lg-progress {
	background-color: var(--clr-primary);
}

#content > div:nth-child(3) > div > div > div:nth-child(1) > div > div > div > h2 > span {
	-webkit-text-stroke-color: #888;
}

.error.show {
	display: block;
	text-align: left;
	color: red;
}

.widget-footer p {
	width: 80%;
}

/* Phone */
@media screen and (max-width: 480px) {
	.widget-footer p {
		width: 100%;
	}
}

.visually-none {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
