/*
Theme Name: Spacious - child
Template: spacious
*/
body {
	color: #fff;
}
#page {
	background-color: #444;
}
[class*="fs-"] {
	line-height: normal !important;
}
hr {
	margin: 10px 0;
	background-color: rgba(0,0,0,0.3);
}
blockquote {
    background-color: rgba(240,240,240,1.00);
}
blockquote > * {
    padding-top: 0;
    padding-bottom: 0;
}

.autience-container-centered {
    z-index: 999999 !important;
}
body.single #primary {
    margin-top: 20px;
    padding: 10px 20px;
}

.entry-content li[data-store-id] a,
.entry-content a[href^="mailto:"],
.entry-content a[href^="tel:"],
.entry-content > * > a:not(.fancyboxforwp):not([class*="a2a_"]):not([rel='tag']):not(.nobg):not([href="http://tuttalaveritasulcalcare.subscribemenow.com/"]),
.entry-content > * > * > a:not(.fancyboxforwp):not([class*="a2a_"]):not([rel='tag']):not(.nobg):not([href="http://tuttalaveritasulcalcare.subscribemenow.com/"]),
.entry-content > * > * > * > a:not(.fancyboxforwp):not([class*="a2a_"]):not([rel='tag']):not(.nobg):not([href="http://tuttalaveritasulcalcare.subscribemenow.com/"]),
.entry-content > * > * > * > * > a:not(.fancyboxforwp):not([class*="a2a_"]):not([rel='tag']):not(.nobg):not([href="http://tuttalaveritasulcalcare.subscribemenow.com/"]),
.entry-content > * > * > * > * > * > a:not(.fancyboxforwp):not([class*="a2a_"]):not([rel='tag']):not(.nobg):not([href="http://tuttalaveritasulcalcare.subscribemenow.com/"]) {
	color: #fed136;
	display: inline-block;
	padding: 0px 4px 2px;
	background-color: #666;
	border-radius: 4px;
}

@media only screen and (max-width:768px){
	body.single #primary {
		margin-top: 170px;
	}
	blockquote h2 {
		margin: 0 !important;
		padding: 0 !important;
	}
}
@media only screen and (min-width:769px){
	#primary {
		width: 70%;
	}
	#secondary {
		width: 30%;
	}
}

.header-post-title-container {
	border-bottom: none !important;
}

.btn {
	border-radius: 8px;
	background-color: #00D618;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.3);
	display: inline-block;
}
.btn:hover {
	background-color: #00D618;
	-webkit-box-shadow:inset 3px 3px 5px 0 rgba(0,0,0,.3);
	box-shadow:inset 3px 3px 5px 0 rgba(0,0,0,.3);
}
.btn-lg {
	padding: 10px 20px;
	border-color: #fed136;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #fed136;
}
.btn-lg:hover, .btn-lg:focus, .btn-lg:active {
    color: #fff;
    background-color: #fec503;
}
.btn-xl {
	padding: 20px 40px;
	border-color: #fed136;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #fed136;
}
.btn-xl:hover, .btn-xl:focus, .btn-xl:active {
    color: #fff;
    background-color: #fec503;
}
h2 + h3 {
    color: #666;
    font-size: 18px !important;
    margin-top: -25px !important;
}
.castiel-wizard-container table {
    max-width: 100%;
    width: 100%;
}
.inner-wrap > .container-fluid {
	margin: 0 calc(((( 100vw - 100% ) / 2) * -1 ) + 0px ) !important;
	width: 100vw !important;
	padding-top: 15px;
	padding-bottom: 30px;
	left: 0px;
	position: relative;
}
.css-header-bg {
    background-position: center;
    background-size: cover;
}
.css-yellow-c {
	color: #fed136;
}
.css-white-c {
	color: #fff;
}
.css-yellow-bg {
	background-color: #fed136;
}

.css-cta {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	border-radius: 10px;
	color: #333;
	max-width: 700px;
	padding: 30px;
	font-weight: bold;
}
.css-hp-cta-book {
	display: block;
	margin: 0 auto;
	margin-bottom: 0px;
	max-width: 250px;
	width: 90%;
	transform: rotate(-4deg);
	animation-name: hp-cta-book-anim;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes hp-cta-book-anim {
	0%   { transform: rotate(-8deg); }
	50%   { transform: rotate(-4deg); }
	100%   { transform: rotate(-8deg); }
}

.css-hp-cta-book-btn {
	display: block;
	margin: 0 auto;
}

.css-hp-model img {
	max-width: 300px;
	width: 80%;
}

#site-title a {
	font-size: 46px;
	font-weight: bold;
	color: #fed136;
}
#masthead {
    position: sticky !important;
    z-index: 10000;
    top: 0;
    margin-bottom: -186px;
}
#masthead.clearfix::after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	visibility: visible;
	background-color: #666;
}
#masthead + .clearfix + .container-fluid,
#masthead + .container-fluid,
#masthead + #main .css-header-bg{
	padding-top: 186px;
	padding-bottom: 0;
	top: -50px;
	position: relative;
}
#masthead + .container-fluid{
	padding-top: 236px;
}
#masthead + #main {
    padding: 0;
}
#masthead #header-text-nav-container {
	border: none !important;
}
#masthead #header-text-nav-wrap {
    display: flex !important;
}
#masthead #menu-poseidon .menu-item {
    display: inline-block;
    float: none;
    margin: 2px;
	border-radius: 5px;
	font-size: initial;
}
#masthead #menu-poseidon .menu-item.menu-item-has-children {
	padding-right: 10px;
}
#masthead #menu-poseidon .menu-item.menu-item-has-children a {
	padding-right: 20px;
}
#masthead #menu-poseidon .menu-item .sub-toggle {
    right: 7px;
	margin-top: 2px;
	color: #fff;
}


#masthead #menu-poseidon .sub-toggle span {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	margin-left: 2px;
}
#masthead #menu-poseidon .sub-menu .menu-item .sub-toggle {
	right: 16px;
	margin-top: 0px;
}
#masthead #menu-poseidon .menu-item a {
	float: none;
	padding: 5px 10px;
	line-height: 16px;
	color: #fff;
	white-space: nowrap;
	font-size: 18px;
	letter-spacing: -1px;
	margin-right: -10px;
	border-radius: 8px;
}
#masthead #menu-poseidon .menu-item:hover > .sub-toggle {
	color: #333;
}
#masthead #menu-poseidon .menu-item:hover > a {
	color: #333 !important;
	margin-right: -10px;
	border-radius: 8px;	
}
@media only screen and (min-width:769px){
	#masthead #menu-poseidon .menu-item:hover > a {
		background-color: rgba(254,209,54,1.00) !important;
	}
}
#masthead #menu-poseidon .sub-menu .menu-item {
    padding: 2px 20px 2px 10px;
}
#masthead .header-post-title-class {
    color: #fff;
	margin: 0;
}
#masthead ul.nav-menu {
    margin: 0;
    padding: 0;
    font-size: 0;
	line-height: 0;
}
#masthead .main-navigation ul.nav-menu > li > ul {
	top: 26px;
}
#masthead .main-navigation ul li ul {
	padding: 0px;
	background-color: #666666;
	-webkit-box-shadow: 0 0 10px 0 rgba(254,209,54,1);
	box-shadow: 0 0 10px 0 rgba(254,209,54,1);
	border-radius: 10px;
	min-width: 100px;
	width: auto;
	display: block;
	padding: 8px 0;
}
#masthead .main-navigation ul li ul li:hover > a {
	background-color: transparent !important;
}
#masthead .main-navigation ul li {
	border: 0px !important;
}
#masthead .main-navigation ul li ul li:hover ul {
	left: calc( 100% + 0px );
	top: -3px;
}
#masthead h1#site-title {
    margin-bottom: 0px;
}
#masthead #site-description {
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 0;
    color: #ccc;
}
#main > .inner-wrap {
    padding-top: 50px;
}
.css-single-post-hp {
    padding: 20px;
    background-color: transparent;
    z-index: 10;
}
.css-single-post-hp::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #fff;
    z-index: -1;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0 rgba(0,0,0,.1);
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,.1);
}
.css-single-post-hp:hover::after {
	-webkit-box-shadow: 0px 0px 10px 0 rgba(0,0,0,.2);
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,.2);
}
.css-single-post-hp-title {
	padding: 10px;
	width: calc( 100% + 30px );
	margin-left: -15px;
	background-color: #fed136;
	margin-top: 15px;
}
.css-single-post-hp-img {
	width: calc( 100% + 30px );
	margin: -15px;
}
.css-single-post-hp-img img {
	width: calc( 100% + 30px );
	border-radius: 10px 10px 0 0;
	margin: 0;
}
.css-single-post-hp-author {
	color: #666;
}
.css-single-post-hp-excerpt {
	color: #333;
}

#cta {
	background-color: #555;
}
#cta .css-hp-cta-book {
	max-width: 100px;
	width: 90%;
}
.css-box-hp .fa-stack {
    display: block;
    margin: 0 auto;
    position: relative;
	color: #fed136;
}

.bg-light-grey {
	background-color: rgba(0,0,0,.05);
}
.text-mid-grey {
	color: #999;
}
.text-white {
	color: #fff;
}

#problema.css-box-hp .fa-stack { color: rgba(254,122,53,1.00); }
#effetti.css-box-hp .fa-stack { color: #fed136; }
#soluzione.css-box-hp .fa-stack { color: rgba(64,197,0,1.00); }


.css-box-icon {
	display: inline-block;
	position: relative;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 *			table - mappa
 *
 * * * * * * * * * * * * * * * * * * * * * * * * */
table#mappa {
    margin: 0 auto;
}
table#mappa th {
    border: none;
}
#mappa #mapster_wrap_0 .mapster_el {
	display: none;
}
#mappa #mapster_wrap_0 #italia {
	opacity: 1 !important;
}

table#mappa * {
	margin: 0 auto;
}

.css-mappa-quanto-dura {
	min-height: 300px;
	height: 500px;
	width: 500px;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width:500px){
	.css-mappa-quanto-dura,
	.css-mappa-quanto-dura * {
		max-width: 300px;
		max-height: 300px;
	}
}
@media only screen and (max-width:300px){
	.css-mappa-quanto-dura,
	.css-mappa-quanto-dura * {
		max-width: 200px;
		max-height: 200px;
	}
}




.no-sidebar #primary {
    width: 100% !important;
}

.css-blog-single {
	padding: 0px 15px;
	border: 1px solid transparent;
	/*
	margin-top: 20px;
	*/
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
	box-shadow: 2px 2px 15px 0 rgba(0,0,0,.2);
	border-radius: 10px;
	height: 100%;
}
.css-blog-single footer {
	background-color: #f3f3f3;
}

.css-sidebar {
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.05);
	box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
	overflow: hidden;
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-top: 20px;
}
.css-sidebar h3 {
	line-height: 38px !important;
	margin-top: 0;
	max-width: 320px;
	margin: 0 auto;
}

@media only screen and (max-width:1200px){
	.css-sidebar h3 {
		line-height: 26px !important;
		font-size: 22px !important;
	}
}

.css-sidebar h3 span {
	padding-bottom: 0;
}
.css-sidebar a {
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	display: block;
}
.css-sidebar-img {
	position: relative;
	min-width: 300px;
	left: 50%;
	transform: translateX(-50%);
}
.css-sidebar img {
	max-width: 220px;
	position: relative;
	display: block;
	animation-name: hp-cta-book-anim-sidebar;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	margin: 0 auto;
}
@keyframes hp-cta-book-anim-sidebar {
	0%   { transform: rotate(-8deg); }
	50%   { transform: rotate(-4deg); }
	100%   { transform: rotate(-8deg); }
}

.css-sidebar h4 {
	display: inline-block;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	padding: 10px 20px;
	background-color: #fed136;
	border-radius: 10px;
	color: #000;
	line-height: 22px;
}

.scrollToWizard {
    color: #ff0000;
	text-decoration: underline !important;
}






















/* * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 *			aggiunti a mano
 *
 * * * * * * * * * * * * * * * * * * * * * * * * */
[class*="css-"] {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.testimonial_avatar > img {
	object-fit: cover;
}
.css-single-testimonial-hp {
	padding: 15px;
	display: block;
	min-height: 210px;
	overflow: hidden;
	z-index: 100;
	border-radius: 10px;
	position: relative;
}
.css-single-testimonial-hp.hover::after {
    content: '';
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, .2);
    display: block;
    z-index: -1;
}


.css-single-testimonial-hp.hide {
	display: none;
}
body.home .css-single-testimonial-hp::after {
    content: '';
    position: absolute;
    display: block;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 10px;
	-webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, .05);
	box-shadow: 0 0 8px 0px rgba(0, 0, 0, .05);
}
body.home .css-single-testimonial-hp.hover::after {
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .2);
	background-color: #fff;
    background-color: #fff;
}

.css-single-testimonial-hp-img {
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
	padding: 0;
}
.css-single-testimonial-hp-img-container {
    border-radius: 50%;
    width: 144px;
    height: 144px;
    border: 2px solid #fed136;
    padding: 0;
    position: relative;
	overflow: hidden;
}
.css-single-testimonial-hp-img img {
    max-width: none !important;
    max-height: none !important;
	position: absolute;
}
.css-single-testimonial-hp-content {
	padding-left: 170px;
}
.css-single-testimonial-hp-content h3 {
	font-size: 22px !important;
	line-height: 22px;
	padding-bottom: 0;
}
.css-single-testimonial-hp-content-full {
	display: block;
	max-height: 0px;
	overflow: hidden;
}
.css-single-testimonial-hp-content-cut {
	overflow: hidden;
	max-height: 1000px;
}
.css-single-testimonial-hp.hover .css-single-testimonial-hp-content-full {
	display: block;
	max-height: 1000px;
}
.css-single-testimonial-hp.hover .css-single-testimonial-hp-content-cut {
	/*	display: block;
	max-height: 0px;
*/ display: none;
}




.css-single-testimonial-hp-separator {
	width: 100%;
	display: block;
	position: relative;
	clear: both;
}
.css-testimonianze-btn {
	padding-top: 20px;
}
.css-testimonianze:not(.shortcode) .row {
	/*
	width: 100%;
	*/
}

#primary .css-testimonianze.shortcode {
	margin-top: 15px;
}
@media only screen and (max-width:768px) {
	#primary .css-testimonianze.shortcode {
		width: calc( 100% + 100px );
		margin-right: -50px;
		margin-left: -50px;
	}
}
@media only screen and (min-width:769px) {
	#primary .css-testimonianze.shortcode {
		width: calc( 100% + 60px );
		margin-right: -10px;
		margin-left: -50px;
	}
}

.css-garanzia-popup {
	display: none;
	position: fixed;
	background-color: rgba(255, 255, 255, 1.00);
	padding: 30px;
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	border-radius: 30px;
	border-top-right-radius: 0px !important;
	left: 50%;
	top: 50%;
	width: 800px;
	max-width: calc(100% - 30px);
	z-index: 99999999999;
	max-height: 90vh;
	transform: translate(-50%, -50%);
}
@media only screen and (max-width:768px) {
	.css-garanzia-popup {
		padding: 15px;
	}
}
.css-garanzia-content {
	overflow: auto;
	max-height: 100%;
}
.css-garanzia-popup.show {
	display: flex !important;
}
.css-garanzia-close {
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 999999999999999;
	background-color: #aaa;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 26px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	cursor: pointer;
}
.css-garanzia-close:hover {
	background-color: rgb(221, 34, 0);
}
.css-rich-text-descrizione {
	margin-top: -15px;
}
.css-rich-text-descrizione p {
	font-size: 14px !important;
}
body.home.blog .landing-home > a > h4 {
	background-color: #43d854;
	padding: 15px;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
	padding-bottom: 30px;
}
body.home.blog .landing-home > .text-landing {
	color: #fff;
	font-weight: bold;
	margin-top: -35px;
	margin-bottom: 40px;
	pointer-events: none;
}
.bg-landing .landing-heading {
	padding: 20px 0;
}
.bg-landing .landing-home .text-landing_red, .bg-landing .landing-heading {
	border-radius: 10px;
}
.landing-home {
	text-align: center;
	margin: 0 auto 20px;
	max-width: 400px;
}




.css-zerotruffe-page {
    margin-top: 185px;
}
@media only screen and (max-width:1182px){
	.css-zerotruffe-page {
		margin-top: 160px !important;
	}
}
@media only screen and (max-width:975px){
	.css-zerotruffe-page {
		margin-top: 185px !important;
	}
}
@media only screen and (max-width:750px){
	.css-zerotruffe-page {
		margin-top: 160px !important;
	}
}

.css-zerotruffe {
	padding: 40px;
}
.css-zerotruffe-page,
.css-zerotruffe-page *:before,
.css-zerotruffe-page *:after,
.css-zerotruffe-page * {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.css-zerotruffe-link a, .css-zerotruffe-logo {
	text-align: center;
}
.css-zerotruffe-link a {
	color: #006fb9;
	font-size: 18px;
	margin-top: 10px;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
}
.css-zerotruffe-page h2 {
	font-weight: bold;
}
.css-zerotruffe-page .bg-grey {
	background-color: #767676;
	color: #fff;
}
.css-zerotruffe-page .red {
	color: #EC3A00;
}
.css-zerotruffe-page-logo {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 30px;
}
.css-zerotruffe-page .logo-img {
	display: block;
	margin: 0 auto;
}
.css-zerotruffe-page .logo-testo {
	color: #fed136;
	font-weight: bold;
	font-size: 60px;
	display: block;
	line-height: 60px;
}
.css-zerotruffe-page .logo-desc {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 28px;
}
.css-zerotruffe-page .logo-castiel {
	max-width: 100px;
	margin-top: 30px;
}
.css-zerotruffe-page .shape {
	background-color: #767676;
	color: #fff;
	padding: 25px 0 !important;
}
.css-zerotruffe-page .top-shape {
	margin-top: -30px;
	width: 100%;
}
.css-zerotruffe-page .top-shape svg {
	width: calc(100vw + 2px);
	margin-left: calc((( 100vw - 100% ) / 2 ) * -1 );
}
.css-zerotruffe-page .top-shape path {
	fill: #fff;
}
.css-zerotruffe-page .bottom-shape {
	width: 100%;
}
.css-zerotruffe-page .bottom-shape svg {
	width: calc(100vw + 2px);
	margin-left: calc(((100vw - 100%)/2) * -1);
}
.css-zerotruffe-page .bottom-shape path {
	fill: #767676;
}
.css-zerotruffe-page .bottom-shape svg {
	background-color: #fff;
	margin-bottom: -30px;
	margin-top: -20px;
}
.css-zerotruffe-page li i {
	position: absolute;
	left: -20px;
	top: 28px;
	color: #fed136;
}
.css-zerotruffe-page li {
	position: relative;
	list-style: none;
}
.css-zerotruffe-page li h3 {
	color: #fed136;
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}
.css-zerotruffe-page .bg-grey.bordered .container {
	border: 4px solid #fed136;
	padding: 20px 50px;
	border-radius: 31px;
	color: #fff;
}
.css-zerotruffe-page .toggle-items li .toggle-item {
	overflow: hidden;
	max-height: 0;
}
.css-zerotruffe-page .toggle-items li {
	border: 4px solid #fed136;
	background-color: #767676;
	padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	position: relative;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.css-zerotruffe-page .toggle-items li:hover {
	border: 4px solid #fed136;
	background-color: #fed136;
	color: #333;
	font-weight: bold;
}
.css-zerotruffe-page .toggle-items li:hover > i {
	color: #333;
}
.css-zerotruffe-page .toggle-items li.expand .toggle-item {
	max-height: 100px;
	
}
.css-zerotruffe-page .toggle-items {
	margin-top: 30px;
}
.css-zerotruffe-page .toggle-items i {
	left: 8px;
	top: 17px;
}
.css-zerotruffe-page .conclusioni h2 {
	color: #fed136;
}
.css-zerotruffe-page .analisi-title {
	border-left: 4px solid #fed136;
	padding-left: 10px;
}

.css-zerotruffe-page .separator {
	padding: 10px;
	margin-top: 30px;
	margin-bottom: -30px;
}
.css-zerotruffe-page .separator i {
	font-size: 30px;
	display: inline-block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	z-index: 10;
}
.css-zerotruffe-page .separator i::before {
	background-color: #fff;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	color: #fed136;
}
.css-zerotruffe-page .separator i::after {
	content: '';
	display: inline-block;
	width: 500px;
	border-top: 1px dashed #767676;
	border-bottom: 1px dashed #767676;
	position: absolute;
	transform: translateX( calc( -50% - 28px ) );
	top: 50%;
	z-index: -1;
}
.css-zerotruffe-page .video-iframe {
    display: block;
    width: 100%;
height: calc(( 100vw / 16 ) * 9 );
margin-left: 50%;
	transform: translateX(-50%);
	border: none;
	position: absolute;
	top: 0;
	max-height: 500px;
}

.css-zerotruffe-page .zerotruffe-video {
	position: relative;
	height: calc(( 100vw / 16 ) * 9 );
	max-height: 550px;
	display: block;
	padding: 0;
}

.css-zerotruffe-page .zerotruffe-vcard {
	display: inline-flex;
	justify-content: center;
	align-items: center;	
}
.css-zerotruffe-page .avatar-img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center center;
}

.css-zerotruffe-page .zerotruffe-vcard h4 {
	margin: 0;
	text-align: left;
	font-weight: bold;
	color: #767676;
	-webkit-box-shadow: 1px 1px 2px 0 #fed136;
	box-shadow: 1px 1px 2px 0 #fed136;
	padding: 0;
	margin: 0;
}
.css-zerotruffe-page .zerotruffe-vcard p {
	margin: 0;
	text-align: left;
	color: #767676;
}
.css-zerotruffe-page .zerotruffe-vcard .left,
.css-zerotruffe-page .zerotruffe-vcard .right{
	padding: 6px;
}
.css-zerotruffe-page .zerotruffe-commento {
	margin-bottom: 20px;
}

.css-zerotruffe-page a {
    color: inherit;
    border-bottom: 2px solid #fed136;
}
.css-zerotruffe-page a.button {
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	padding: 10px 20px;
	background-color: #767676;
	color: #fff;
	border: 4px solid #fed136;
	outline: 4px dashed #767676;
}
.css-zerotruffe-page a.button:hover,
.css-zerotruffe-page a.button:focus {
    outline-offset: -4px;
    outline-color: #fed136;
}





.navbar .sf-menu li {
    margin: 0 !important;
}

.css-before-btn-province {
    margin-bottom: 50px !important;
}
.css-before-btn-modello {
    margin-bottom: 10px !important;
}

.css-count-testimonials {
	font-weight: bold;
	color: #fed136;
	font-size: 30px;
	display: inline-block;
	color: rgba(1,175,0,1.00);
}

.css-btn-province::after {
    content: '(Clicca per aprire)';
    display: block;
    font-size: 14px;
    color: #222;
    text-shadow: none;
}
.css-btn-province {
	max-width: 90%;
	white-space: normal;
    margin-bottom: 20px;
    text-shadow: -1px -1px 0 rgba(0,0,0,.6),
						1px -1px 0 rgba(0,0,0,.6),
						-1px 1px 0 rgba(0,0,0,.6),
						1px 1px 0 rgba(0,0,0,.6);
	letter-spacing: 2px;
	padding: 20px 60px;
	position: relative;
}

.css-test-btn-icon {
    display: inline-block;
    position: absolute;
    height: auto;
	pointer-events: none;
}

.css-test-btn-icon:first-of-type {
    left: 10px;
    top: 15px;
}

.css-test-btn-icon:last-of-type {
    top: 15px;
    right: 10px;
}

.css-test-btn-icon img {
    display: block;
	position: relative;
}

.css-btn-modello {
	max-width: 90%;
	white-space: normal;
	margin: 5px 3px;
    /*	text-shadow: -1px -1px 0 rgba(0,0,0,.3),
							 1px -1px 0 rgba(0,0,0,.3),
							 -1px 1px 0 rgba(0,0,0,.3),
							 1px 1px 0 rgba(0,0,0,.3);	*/
	color: #666;
}

.css-testimonials-select-provincia-mappa {
	width: 400px;
	height: 440px;
	display: block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	max-width: 100%;
}

.css-testimonials-select-provincia-mappa .css-testimonial-mappa {
    background-color: transparent;
}

.css-testimonials-select-provincia {
    display: none;
}
.css-testimonials-select-provincia.show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.30);
    z-index: 99999;
    width: 100%;
    height: 100%;
}

.css-testimonials-select-provincia-container {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align align-items: center;
	position: fixed;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	background-color: #fff;
	border: 3px solid #fed136;
	z-index: 9999;
	width: 600px;
	height: 600px;
	transform: translate(-50%,-50%);
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
	border-radius: 50px 0px 50px 50px;
}

.css-testimonials-chiudi-provincia {
	position: absolute;
	right: -10px;
	top: -10px;
	display: block;
	height: 40px;
	width: 40px;
	background-color: red;
	border-radius: 50%;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
    cursor: pointer;
}
.css-before-select-province {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
	padding-left: 30px;
	padding-right: 30px;
}
#css-map-tips {
    min-height: 35px;
    font-weight: bold;
    margin-bottom: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 0 10px;
}
.css-map-back {
    display: inline-block;
    height: 30px;
    width: 30px;
	min-width: 30px;
    background-color: #fed136;
    font-size: 16px;
    line-height: 28px;
    margin-right: 10px;
    border-radius: 50%;
	padding-right: 2px;
	cursor: pointer;
	position: relative;
}
.css-map-back:hover {
    background-color: #999;
	color: #fed136;
}
.css-map-back:hover::after {
	content: 'Torna alle regioni';
	display: block;
	position: absolute;
	left: 0;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	z-index: 999;
	background-color: #fff;
	color: #999;
	border: 1px solid #999;
	padding: 0 10px;
	height: 20px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
	transform: translateX(calc(-50% + 15px)) translateY(calc(-100% - 5px));
	top: 0;
}
.css-testimonials-select-provincia .jvectormap-container svg {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.css-testimonials-select-provincia .jvectormap-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 500px){
	.css-testimonials-select-provincia .jvectormap-container svg {
		transform: scale(.7)
	}
	#css-map-tips {
		margin-bottom: -40px;
		z-index: 999;
		min-height: 45px;
	}
	section h2.section-heading {
		font-size: 34px;
	}
	.css-btn-province {
		padding: 10px 15px;
	}
	.css-single-testimonial-hp-content {
		padding: 0 10px;
	}
	.css-single-testimonial-hp-img {	
		position: relative;
		display: inline-block;
		margin: 0 auto;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.css-single-testimonial-hp .css-single-testimonial-hp-content-full {
		max-height: 10000px !important;
	}
	.css-single-testimonial-hp .css-single-testimonial-hp-content-cut {
		max-height: 0px !important;
		display: block;
	}
}


#mappa #mapster_wrap_0 .mapster_el {
	display: none;
}
#mappa #mapster_wrap_0 #italia {
	opacity: 1 !important;
}

div#Scopri_quanto_è_Dura ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
table#mappa * {
	margin: 0 auto;
}

@media only screen and (max-width: 505px){
	table#mappa {
		position: relative;
		left: 50%;
		transform: translateX(-50%) scale(.9);
	}
}

@media only screen and (max-width: 410px){
	table#mappa {
		position: relative;
		left: 50%;
		transform: translateX(-50%) scale(.7);
	}
}

@media only screen and (max-width: 320px){
	table#mappa {
		position: relative;
		left: 50%;
		transform: translateX(-50%) scale(.5);
	}
}

.header_container {
	margin-top: 0px !important;
}

@media only screen and (max-width: 767px){
	.header_container > .container > .row > div:first-child {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 5px !important;
	}
	.header_container > .container > .row > div:first-child .navbar-toggle {
		top: 0;
		margin-left: 10px;
	}
	.header_container > .container > .row > div:first-child .navbar-header h1,
	.header_container > .container > .row > div:first-child .navbar-header p {
		margin: 0;
	}
	.header_container > .container > .row > div:first-child .navbar-header p {
		line-height: 18px;
	}

}

@media only screen and (max-width: 300px){
	.header_container > .container > .row > div:first-child .navbar-toggle {
		margin-left: 10px;
		margin: 0 0 0 10px;
	}
	.header_container > .container > .row > div:first-child .navbar-header h1 {
		font-size: 30px;
	}
	.header_container > .container > .row > div:first-child .navbar-header p {
		font-size: 14px;
		line-height: 16px;
	}
}

@media only screen and (max-width: 500px){
	.header_container > .container > .row .sf-menu a {
		padding: 2px 10px;
	}
	.header_container > .container > .row .sf-menu {
		max-height: 220px;
		margin-top: 0;
	}
	.chaty-widget .chaty-widget-i .wrap-svg, .chaty-widget .chaty-widget-i svg {
		max-width: 30px;
		max-height: 30px;
	}
	.chaty-widget {
		right: 0 !important;
		bottom: 10px !important;
		width: 40px;
		height: 40px;
	}
	.one_widget.chaty-widget:not(.chaty-widget-is-right) .chaty-widget-i:not(.no-tooltip) .chaty-widget-i-title {
		padding: 4px 10px !important;
	}
	.one_widget.chaty-widget .chaty-widget-i-title p {
		line-height: 18px;
	}
	.chaty-widget .chaty-widget-i {
		max-height: 30px;
		max-width: 30px;
	}
	.chaty-widget .chaty-widget-is {
		top: -200% !important;
		width: 40px !important;
		height: 80px !important;
		right: 24px !important;
	}
	#autience-layout-container #autience-yes-no-popup-block {
		padding: 5px !important;
	}
	#autience-layout-container #autience-yes-no-popup-block .yline4 {
		line-height: 20px;
		font-size: 18px !important;
	}
	#autience-layout-container #autience-yes-no-popup-block .yline2 {
		line-height: 20px;
		font-size: 18px;
		margin-bottom: 5px !important;
	}
	#autience-layout-container #autience-yes-no-popup-block hr {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	#autience-layout-container #autience-yes-no-popup-block .yeloni-light-text {
		margin: 0 0 5px;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		padding: 0 5px;
	}
	#autience-layout-container #autience-yes-no-popup-block .yeloni-yn-content-buttons .yeloni-yn-yesbutton,
	#autience-layout-container #autience-yes-no-popup-block .yeloni-yn-content-buttons .yeloni-yn-nobutton {
		padding: 5px;
		max-height: 80px;
	}
	#autience-layout-container #autience-yes-no-popup-block .yeloni-yn-content-buttons .yeloni-yn-yesbutton .yeloni-superlarge,
	#autience-layout-container #autience-yes-no-popup-block .yeloni-yn-content-buttons .yeloni-yn-nobutton .yeloni-superlarge {
		font-size: 16px !important;
		line-height: 20px;
	}
	#autience-layout-container #autience-yes-no-popup-block .yeloni-yn-content-buttons .yeloni-yn-yesbutton .yeloni-superlarge ~ .ng-isolate-scope,
	#autience-layout-container #autience-yes-no-popup-block .yeloni-yn-content-buttons .yeloni-yn-nobutton .yeloni-superlarge ~ .ng-isolate-scope {
		font-size: 12px !important;
		line-height: 14px !important;
	}
	.yeloni-yn-content-topdata .yline1 span {
		padding: 10px;
		font-size: 14px !important;
	}
	.page_heading_container .page_heading_content h1 {
		padding: 15px 0 0;
	}
}

.page_heading_container .page_heading_content h1 {
	padding: 10px 0;
	margin-bottom: 0;
	margin-top: 52px;
}

@media only screen and (min-width: 1200px){
	.page_heading_container .page_heading_content h1 {
		padding: 10px 0;
		margin-bottom: 0;
		margin-top: 105px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.page_heading_container .page_heading_content h1 {
		padding: 10px 0;
		margin-bottom: 0;
		margin-top: 135px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page_heading_container .page_heading_content h1 {
		padding: 10px 0;
		margin-bottom: 0;
		margin-top: 160px;
	}
}

@media only screen and (max-width: 767px) {
	h2.landing-heading {
		margin-top: 20px !important;
		font-size: 30px !important;
	}
	section#section5.bg-landing {
		padding-top: 60px;
		padding-bottom: 15px;
	}
	section {
		padding: 30px 0;
	}
	footer span.copyright {
		line-height: 16px;
		margin-bottom: 50px;
	}
	.home_blog_content .post .post_title,
	.home_blog_content .post .post_title a {
		line-height: 20px !important;
		font-size: 18px !important;
	}

}
@media only screen and (max-width: 450px) {
	h2.landing-heading {
		font-size: 24px !important;
		padding: 10px !important;
		display: block;
	}
	.landing-home {
		padding: 0 10px;
	}
	body.home.blog .landing-home > a > h4 {
		font-size: 22px;
	}
	body.home.blog .landing-home .text-landing_red {
		padding: 5px;
		line-height: 20px;
	}
	body.home.blog .landing-home > a > h4 {
		font-size: 30px;
	}
	section {
		padding: 15px 0;
	}
	a.btn-xl.btn {
		padding: 10px 20px;
		max-width: 100%;
		white-space: normal;
	}
	.css-zerotruffe-link a {
		max-width: 100%;
		word-break: break-word;
	}
	footer span.copyright {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 300px) {
	h2.landing-heading {
		font-size: 20px !important;
	}
	body.home.blog .landing-home > a > h4 {
		font-size: 18px;
	}
	.landing-home img {
		max-width: 100%;
		height: auto;
	}
}

.css-btn-linea-poseidon {
    padding: 10px 20px;
    display: inline-block;
    position: relative;
}
#faq-block .single-faq .faq-question {
	position: relative;
	text-align: left;
	font-size: 20px !important;
	padding-bottom: 0;
	margin: 10px 0;
	line-height: 24px;
}
#faq-block .single-faq .faq-question::before {
	background-color: #fed136;
	content: '';
	width: 4px;
	height: 20px;
	display: block;
	position: absolute;
	top: 4px;
	left: 1px;
}

#faq-block .single-faq .faq-question::first-letter {
	color: #fed136;
}
#faq-block .single-faq.expand-faq {
    padding: 1px 20px;
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    margin-bottom: 20px;
    border-radius: 10px;
}

.castiel-wizard-container table {
    max-width: 100%;
    width: 100%;
}


.css-sn-prev,
.css-sn-next {
	position: relative;
	display: inline-block;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
}
.css-sn-prev div,
.css-sn-next div {
	font-size: 24px;
}

.css-sn-prev svg,
.css-sn-next svg {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX( -50% );
	fill: transparent;
	pointer-events: none;
}
.css-sn-prev svg text,
.css-sn-next svg text {
	fill: #FFF;
	font-size: 14px;
}

.css-sn-prev i,
.css-sn-next i {
	font-size: 100px;
	color: #fed136;
	display: inline-block;
	position: relative;
	/*
	left: 50%;
	transform: translateX(-50%);
	*/
	cursor: pointer;
}
input[type="text"].css-sn-check {
	width: 400px !important;
	display: inline-block !important;
	position: relative;
	margin-bottom: 5px !important;
	left: 50%;
	transform: translateX(-50%);
	max-width: 90% !important;
	border-radius: 10px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	padding: 5px 15px;
	border: 4px solid #ccc;
}

input[data-macchina].css-sn-check:not(:placeholder-shown){
	border-color: #00d22b;
}

input[data-macchina="false"].css-sn-check:not(:placeholder-shown){
	border-color: red;
}
.css-sn-check-false {
	display: none;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	padding: 2px 15px 6px;
	background-color: #000;
}
input[data-macchina="false"].css-sn-check:not(:placeholder-shown) ~ .css-sn-check-false{
	display: inline-block;
}

div.wpforms-container-full .wpforms-form label.wpforms-error:not(:placeholder-shown) {
	background-color: red !important;
	display: inline-block;
	padding: 2px 6px !important;
	border-radius: 4px;
	color: #fff !important;
}

[data-elementor-type="wp-page"]:not(.elementor-edit-area-active) .css-model,
[data-elementor-type="wp-page"]:not(.elementor-edit-area-active) .css-timer-scaduto-text,
[data-elementor-type="wp-page"]:not(.elementor-edit-area-active) .css-timer-scaduto-text.show + .css-timer-non-scaduto-text {
	display: none;
}

.css-model.show,
.css-timer-scaduto-text.show {
	display: block !important;
}
.css-model small { white-space: normal; }

.timer_end {
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	color: #fed136;
	font-size: 40px;
	position: relative;
	margin-bottom: 20px;
}
.css-timer-scaduto::after {
	content: 'Offerta scaduta!';
	width: calc( 100% + 50px);
	height: 26px;
	background-color: red;
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%) rotate(-9deg);
	font-size: 22px;
	color: #fff;
	line-height: 26px;
}

.css-timer-anno,
.css-timer-mese,
.css-timer-giorno,
.css-timer-ore,
.css-timer-minuti,
.css-timer-secondi {
	display: inline-block;
	color: #000;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	line-height: 62px;
	width: 80px;
	height: 80px;
	font-size: 50px;
	position: relative;
}

.css-timer-anno:after,
.css-timer-mese:after,
.css-timer-giorno:after,
.css-timer-ore:after,
.css-timer-minuti:after,
.css-timer-secondi:after {
	display: block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-weight: 300;
}
.css-timer-anno:not(:placeholder-shown):after { content: 'anni'; }
.css-timer-mese:not(:placeholder-shown):after { content: 'mesi'; }
.css-timer-giorno:not(:placeholder-shown):after { content: 'giorni'; }
.css-timer-ore:not(:placeholder-shown):after { content: 'ore'; }
.css-timer-minuti:not(:placeholder-shown):after { content: 'minuti'; }
.css-timer-secondi:not(:placeholder-shown):after { content: 'secondi'; }


.css-form-field-label {
	color: #fff;
}
.css-form-field-value input {
	margin-bottom: 5px;
}
.css-form-field-value .wpcf7-form-control-wrap {
	margin-bottom: 15px;
}

.css-accept {
	position: relative;
	z-index: 0;
	padding: 0 25px;
}
.css-accept span {
	white-space: normal;
}
.css-accept::after {
	content: '';
	background-color: rgba(0,0,0,.5);
	display: block;
	position: absolute;
	left: 15px;
	top: 0;
	right: 15px;
	bottom: 10px;
	z-index: -1;
	border-radius: 10px;
}
.css-form-submit .wpcf7-spinner {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	margin-top: -15px;
}

input[type="submit"] {
	color: #333;
	background-color: #fed136;
}
input[type="submit"][disabled] {
	background-color: #ccc;
}
.wpcf7-not-valid-tip {
	padding: 2px 10px 5px;
	position: relative;
	background-color: #222;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="url"] {
	padding: 1%;
	border: 1px solid #EAEAEA;
	line-height: 20px;
	width: 98%;
	margin: 0 0 30px;
	background-color: #F8F8F8;
	border-radius: 3px;
}

.css-form-obbligatorio {
	color: red;
	font-weight: bold;
	font-size: 26px;
}
.css-form-field-label .css-form-obbligatorio {
	position: absolute;
}
.css-form-field-label p {
	margin-bottom: 5px;
}
.css-form-title {
	position: relative;
}
.css-form-title h3 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	white-space: normal;
	font-size: 24px !important;
	text-align: center;
	display: block;
}

















/**********************
*
*				footer
*
***********************/
.footer-widgets-wrapper {
	background-color: #999;
	border-top: none;
}
.footer-socket-wrapper {
	border: none;
	background-color: #444;
}
.footer-socket-wrapper .copyright {
	color: #999;
}
footer,
footer .menu-item a {
	color: #aaa;
}
footer .iubenda-ibadge {
	top: 6px;
	position: relative;
}
a#scroll-up {
	left: 30px;
	bottom: 10px;
	width: 40px;
	text-align: center;
	transform: translateX(-50%);
	z-index: 999999999999;
}

@media only screen and (min-width: 769px){
	a#scroll-up {
		left: 100% !important;
		transform: translateX(-325px) !important;
		bottom: 35px !important;
	}
}

footer .textwidget {
    padding-bottom: 0 !important;
}
footer .widget_text {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
footer {
    background-color: #999;
}







/* * * * * * * * * * * * * * * *
 *
 *		correzioni menu
 *
 * * * * * * * * * * * * * * * */
@media screen and (max-width: 768px) {
	h1 {
		font-size: 28px !important;
	}
	#header-left-section {
		min-width: 250px;
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	#header-left-section #header-text {
		margin-bottom: 0 !important;
	}
	#header-right-section {
		width: 100%;
		margin-top: 0px !important;
	}
	#header-text-nav-container {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding: 10px 0;
	}
	.better-responsive-menu .site-header .menu-toggle {
		left: 100%;
		transform: translate(-100%);
	}
	#masthead #menu-poseidon .menu-item {
		display: block;
	}
	#masthead ul.nav-menu {
		background-color: #666;
		padding: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
		box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
		position: absolute;
		right: -13px;
	}
	#masthead #menu-poseidon .menu-item .sub-toggle {
		margin-top: 1px;
		top: 0;
		background-color: transparent;
	}
	#masthead #menu-poseidon .menu-item > a,
	#masthead #menu-poseidon .menu-item:hover > a {
		margin-right: 0 !important;
	}
	.main-small-navigation li {
		border: 1px solid #3a3a3a;
	}
	#masthead #menu-poseidon .menu-item .sub-menu .sub-toggle {
		margin-top: 3px;
	}
	#header-text {
		margin-bottom: 20px !important;
		margin-top: -20px !important;
	}
	#site-title,
	#site-description{
		text-align: left;
	}
	#masthead #menu-poseidon .menu-item .sub-toggle {
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
		box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
		border-radius: 5px;
		border: 1px solid #666;
	}
}

.imgmap-frontend-image img,
.imgmap-frontend-image canvas {
    width: auto;
}

.display-none,
.field-field-IEx6kWzaA3foIPw,
.field-field-FQ5UdgoalnieqMZ,
.field-field-xBd5im50GP68vnz,
.field-field-Z5C6nuFcgLBtj7f {
	display: none !important;
}


.css-single-testimonial-hp.hide ~ [class^='css-cta-'] {
	display: none !important;
}


.chaty {
	display: block !important;
}


.hide {
	display: none !important;
}

.form-group.field-field-m16XJknKqM5UYY8 {
	display: none !important;
}




.alertacquistoform {
	position: relative;
	z-index: 1;
	text-align: center;
}
.alertacquistoform::before {
	/*	background-color: #E8FF00;	*/
	background-image: linear-gradient( -100deg, rgba(232,255,0,0.2) 0%, rgba(232,255,0,1) 5%, rgba(232,255,0,1) 70%, rgba(232,255,0,0.3) 100%);
	padding: 10px 20px;
	border-radius: 10% 20% 10% 20%;
	content: '';
	position: absolute;
	left: -20px;
	right: -20px;
	top: -10px;
	bottom: 5px;
	z-index: 0;
	transform: rotate(-2deg);
	z-index: -1;
	display: block;
}
p.alertacquistoform::before {
	bottom: -5px;
	top: -2px;
}
p.alertacquistoform {
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
}

form[action="https://www.paypal.com/cgi-bin/webscr"] {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 110px;
	z-index: 999;
}
form[action="https://www.paypal.com/cgi-bin/webscr"] + .erf-container .alertacquistoform {
	margin-bottom: 120px;
}



.erf-container .erf-button .btn.btn-success {
	background-color: #00d618 !important;
	border-color: #00d618 !important;
}



.form-group {
	position: relative;
}

.form-group .parsley-errors-list::after {
	content: '';
	border: 4px solid red;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 22px;
	right: 2px;
	display: block;
	border-radius: 10px;
	z-index: 0;
	pointer-events: none;
}





