/*!
Theme Name: UNHCR - Donazioni
Theme URI: http://underscores.me/
Author: Martino Stenta
Author URI: http://noiza.com
Description: Tema WP per dona.unhcr.it
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dona-unhcr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

UNHCR - Donazioni is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 26px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	float: right;
	padding: 18px 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 18px;
	line-height: 24px;
	padding: 8px 10px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear,
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

embed,
iframe,
object {
	max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/

.row {
	width: 100%;
}
.row .cont {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px;
}

/* Typo */

h2 {
	font-size: 38px;
	line-height: 46px;
	margin: 0 0 30px;
	font-weight: 900;
}

/* Header */

.row-header {
	background-color: #0072BC;
	height: 80px;
}
.row-header.row .cont {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
}
.site-branding {
	width: 174px;
	height: 80px;
}
.site-branding a {
	display: block;
	width: 174px;
	height: 80px;
	text-indent: -9999px;
	background-image: url(img/UNHCR-logo.png);
	background-repeat: no-repeat;
	background-position: center;
}
.main-navigation {
	width: auto;
	float: none;
	display: flex;
	align-items: flex-start;
}

a.cta-header {
	display: block;
    margin: 18px 10px 18px 28px;
    max-width: 100%;
    width: 190px;
    padding: 10px 0;
    color: #404040;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    background: #faeb00;
    border-radius: 23px;
    text-align: center;
    
}


/* Footer */

.row-footer {
	background-color: #005B97;
}

.row-footer .site-branding,
.row-footer .site-branding a {
	height: 40px;
}
.footer-menu {
	float: right;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	padding-top: 10px;
}
.footer-menu a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
}
.row-prefooter {
	background-color: #0072BC;
}
.row-prefooter .cont {
	padding-top: 100px;
	padding-bottom: 80px;
}
.footer-box {
	float: left;
	width: 33.33%;
	text-align: center;
	color: #fff;
}
.footer-box h4 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 24px;
	line-height: 36px;
}
.footer-box p {
	margin: 0;
	font-weight: 700;
}
.footer-social {
	padding-top: 20px;
}
.footer-social a {
	display: inline-block;
	background-color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	text-indent: -9999px;
	margin: 0 10px;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-social a.fs-fb {
	background-image: url(img/facebook.svg);
}
.footer-social a.fs-tw {
	background-image: url(img/twitter.svg);
}
.footer-social a.fs-is {
	background-image: url(img/instagram.svg);
}
a.cta-footer {
	display: block;
	margin: 20px auto;
	max-width: 100%;
	width: 190px;
	padding: 10px 0;
	color: #404040;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	background: #faeb00;
	border-radius: 23px;
}
.footer-box-alt {
	padding-top: 20px;
}
a.cta-footer-alt {
	display: block;
	margin: 10px auto;
	max-width: 100%;
	width: 190px;
	padding: 10px 0;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border-radius: 23px;
	font-size: 14px;
}

.footer-info {
	text-align: center;
	color: #fff;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #fff;
	font-size: 17px;
	line-height: 24px;
}

/* Home page */

.row-hero-home {
	background-image: url(img/hero.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.row-hero-home h1,
.row-hero-home h2 {
	color: #0072BC;
}
.inner-hero-home {
	width: 100%;
	max-width: 430px;
	padding: 80px 0;
}
.row-hero-home h1 {
	margin: 0 0 30px;
	font-size: 38px;
	line-height: 46px;
	font-weight: 900;
}
.row-hero-home h2 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	margin: 0 0 30px;
}

.blue-text {
	color: #0072BC;
	font-weight: 700;
}

.camp-intro {
	padding: 60px 0;
	width: 100%;
	max-width: 736px;
}
.camp-intro p,
.why-intro p {
	font-size: 20px;
	line-height: 30px;
}
.camp-active {


}
.single-camp-home {
	position: relative;
	margin:0 0 60px;
}
.single-camp-home-img {
	position: absolute;
	width: 30%;
	top: 0;
	bottom: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.single-camp-home-body {
	float: left;
	width: 70%;
	margin-left: 30%;
	background: #0072bb;
}




.single-camp-home-footer {
	background: #d6e6f3;
}
.single-camp-home-body-text {
	padding: 30px 60px;
	color: #fff;
	position: relative;
}
.single-camp-home-body-text p {
	margin: 0;
	padding-bottom: 10px;
}

.single-camp-home-body-text h4 {
	margin: 0;
	font-size: 38px;
    line-height: 46px;
    font-weight: 900;
    padding-bottom: 20px;
}
.single-camp-home-footer {
	padding: 30px 60px;
	color: #0072bb;
	font-style: italic;
	font-weight: 700;
}
.single-camp-home-footer p {
	margin: 0;
	padding: 10px 0;
}
.single-camp-home-body-text a {
	position: absolute;
	bottom: -24px;
	background-color: #faeb00;
    border-radius: 23px;
    color: #404040;
    display: block;
    text-decoration: none;
    right: 20px;
    padding: 10px 50px 10px 30px;
    font-weight: 700;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.37);
    background-image: url(img/baseline-arrow_forward-24px.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: center right 20px;
    transition: all ease-in-out .1s;  
}
.single-camp-home-body-text a:hover {
	background-position: center right 17px;
}

.row-home-why {
	background-color: #F3F8FC;
}
.row-home-why .cont {
	padding-top: 130px;
	padding-bottom: 60px;
	background-image: url(img/home-why.png);
	-webkit-background-size: 50% auto;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: bottom left;
	
}
.why-intro {
	width: 736px;
	max-width: 55%;
	margin: 0 0 0 auto;
}
.row-now {
	background-color: #0072BC;
	color: white;
	
	text-align: center;
	position: relative;
}
.row-now:after {
	-webkit-clip-path: polygon(50% 95%, 100% 50%, 100% 100%, 0 100%, 0 50%);
	clip-path: polygon(50% 95%, 100% 50%, 100% 100%, 0 100%, 0 50%);
	background: #fff;
	display: block;
	position: absolute;
	content: '';
	bottom: -1px;
	width: 100%;
	height: 70px;
}
.row-give-info {
	background-color: #F3F8FC;
}

/* Home page Form */
.form-top-home {
	font-size: 17px;
}
.form-top-home input[type="radio"] {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.form-top-home input + label {
	margin-right: 16px;
	border: 2px solid #C5C5C5;
	color: #C5C5C5;
	background-color: #fff;
	text-align: center;
	line-height: 52px;
	display: inline-block;
	font-weight: 700;
	border-radius: 8px;
	cursor: pointer;
}
.form-top-home input + label:hover {
	border: 2px solid #777777;
	color: #777;
}
.form-top-home .single-donations input + label,
.form-top-home .regular-donations input + label {
	background-color: transparent;
	color: #0072bb;
	border: 2px solid #0072bb;
}
.form-top-home .type-of-donations,
.form-top-home .single-donations,
.form-top-home .regular-donations {
	margin-bottom: 20px;
}
.form-top-home .type-of-donations label {
	width: 188px;
}
.form-top-home .single-donations label,
.form-top-home .regular-donations label {
	width: 84px;
	font-size: 28px;
}
.form-top-home .single-donations label:hover,
.form-top-home .regular-donations label:hover {
	color: #005a97;
	border: 2px solid #005a97;
}
.form-top-home input[type="radio"]:checked + label {
	border: 2px solid #0072bb;
	color: #fff;
	background-color: #0072bb;
}
#d-custom {
	border: 2px solid #C5C5C5;
	color: rgba(0, 0, 0, 0.5);
	background-color: #fff;
	display: inline-block;
	font-weight: 700;
	border-radius: 8px;
	padding: 13px 80px 13px 13px;
	margin-bottom: 20px;
	width: 252px;
}
#d-custom:focus {
	outline: none;
	border: 2px solid #777777;
}
.custom-donation {
	position: relative;
	width: 256px;
}
.d-euro {
	display: block;
	position: absolute;
	top: 15px;
	right: 30px;
	color: rgba(0, 0, 0, 0.85);
	font-weight: 700;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	appearance: none;
	 -webkit-appearance: none;
}
input[type=number] {
    -moz-appearance:textfield;
}
.form-top-home button.donate-button,
a.donate-button {
	line-height: 56px;
	width: 224px;
	border-radius: 32px;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.85);
	background-color: rgba(250, 235, 0, 1);
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	padding: 0;
	border: none;
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);*/
	transition: all ease-in-out .2s;
	outline: none;
}
a.donate-button {
	display: block;
	text-decoration: none;
}
.form-top-home button.donate-button:hover,
a.donate-button:hover {
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);*/
	cursor: pointer;
	background-color: rgb(243, 228, 0);
}
.form-top-home button.donate-button:active,
a.donate-button:active {
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.7);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.7);*/
	background-color: rgba(0, 0, 0, 0.85);
	color: rgba(250, 235, 0, 1);
}


/* Chi siamo */

.row-hero-chi {
	background-color: #000;
	background-image: url(img/hero-chi-siamo.jpg);
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	
}

.row-hero-chi .cont {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40vw;
	min-height: 400px;
	max-height: 850px;
}
.row-hero-chi .cont h1 {
	color: #fff;
	font-size: 80px;
	line-height: 96px;
	letter-spacing: -1px;
	text-align: center;
	
}

.row-body-chi .cont {
	max-width: 650px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.row-body-chi-alt {
	background-color: #F3F8FC;
}

.row-body-chi h2 {
	color: rgba(0, 0, 0, 0.85);
	font-size: 38px;
	line-height: 48px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.85);
	margin: 0 0 36px;
	letter-spacing: -1px;
}

.row-body-chi p {
	margin-top: 0;
	margin-bottom: 32px;
	font-size: 20px;
	line-height: 32px;
	color: rgba(0, 0, 0, 0.85);
}
.row-body-chi p + p {
	margin-bottom: 0;
}

/* Campagne */

.single-campagna .row-header {
	height: 0;
	background: transparent;
}
.single-campagna .main-navigation {
	display: none;
}
.single-campagna .row-header .site-branding {
	position: absolute;
	float: none;
	z-index: 2;
}
.single-campagna.body-hero-foto-cta-centro .row-header .site-branding,
.single-campagna.body-hero-video-bg .row-header .site-branding {
	left: 50%;
	transform: translateX(-50%);
}

.body-partnership .site-branding {
	display: none;
}


.row-hero-foto-cta-centro,
.row-hero-foto-cta-lato {
	background-image: var(--desktop-image);;
	
}

.row-hero-foto-cta-centro,
.row-hero-foto-cta-lato,
.row-hero-video-full  {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.row-hero-foto-cta-centro .cont,
.row-hero-video-bg .cont {
	height: 50vw;
	max-height: 90vh;
	min-height: 500px;
	position: relative;
}
.row-hero-foto-cta-centro .hero-photo-inner,
.row-hero-video-bg .hero-photo-inner {
	position: absolute;
	bottom: -27px;
	text-align: center;
	left: 50%;
	transform:translateX(-50%);
	max-width: 740px;
	z-index: 2;
	color: #fff;
}
.hero-photo-inner .hero-partner {
	margin-bottom: 16px;
}
.row-hero-foto-cta-lato .cont {
	display: flex;
	align-items: center;
	height: 600px;
	min-height: 50vh;
}
.row-hero-foto-cta-lato .hero-photo-inner {
	z-index: 2;
	position: relative;
	color: #fff;
}
.body-hero-foto-cta-centro .hero-photo-inner h1,
.row-hero-video-bg .hero-photo-inner h1 {
	font-weight: 900;
	font-size: 36px;
	line-height: 50px;
	margin: 0;
}
.body-hero-foto-cta-centro .hero-photo-inner h2,
.row-hero-video-bg .hero-photo-inner h2 {
	margin: 0 0 30px;
	font-size: 20px;
    color: #faeb00;
    line-height: 28px;
}
.body-hero-foto-cta-lato .hero-photo-inner h1 {
	font-weight: 900;
	font-size: 44px;
	line-height: 50px;
	margin: 0 0 30px;
}
.body-hero-foto-cta-lato .hero-photo-inner h2 {
	margin: 0 0 15px;
}
a.photo-cta {
	display: inline-block;
	background: #faeb00;
	padding: 15px 50px;
	border-radius: 0px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
a.photo-cta:hover {
	background: #0072BC;
	color: #faeb00;
}

.row-hero-foto-cta-centro,
.row-hero-foto-cta-lato,
.row-hero-video-bg {
	position: relative;
}


.row-hero-video-full:after,
.row-hero-foto-cta-centro:before,
.row-hero-foto-cta-lato:before,
.row-hero-video-bg:before {
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}


.row-hero-foto-cta-centro-nobg:before {
	background-color: rgba(0,0,0,0);
}


.row-hero-video-bg {
}


.video-bg {
  
}

.row-hero-video-bg iframe {
 
}

.uk-cover-container {
	position: absolute !important;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
[data-uk-cover], [uk-cover] {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    --uk-position-translate-x: -50%;
    --uk-position-translate-y: -50%;
    transform: translate(var(--uk-position-translate-x),var(--uk-position-translate-y));
}

.row-hero-video-full.row .cont {
	padding: 0 10px;
	position: relative;
	height: 80vh;
	min-height: 520px;
}

.hero-video-inner {
	position: absolute;
	max-width: 600px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	z-index: 2;
}
.hero-video-inner h1 {
	font-size: 48px;
    line-height: 50px;
    font-weight: 800;
	text-shadow: 3px 3px 8px #000000;
}
a.hero-play {
	color: #fff;
	display: block;
	background-image: url(img/player.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 97px 97px;
    background-size: 97px 97px;
    width: 97px;
    height: 97px;
    text-indent: -9999px;
    margin: 0 auto;
}
.body-hero-video-full .row-header .site-branding {
	left: 50%;
	transform:translateX(-50%);
}

.row-sub-hero-video {
	background-color: #0072BC;
}

.sub-hero-video-inner {
	/*top:50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
	width: 100%;
	max-width: 700px;
	text-align: center;
	color: #fff;
	margin: 20px auto;
}

.row-sub-hero-video .cont {
	/*height: 20vh;*/
	position: relative;

}
.sub-hero-video-inner h2 {
	margin: 0;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
}
/*
a.video-full-cta {
	display: inline-block;
	background-color: #5bb85d;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;
	line-height: 24px;
	border-radius: 22px;
	-webkit-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 18px 2px rgba(0,0,0,0.3);
	font-weight: 700;
	margin-top: 32px;
}
*/
a.video-full-cta {
	display: inline-block;
	background: #faeb00;
	padding: 15px 50px;
	border-radius: 0px;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-top: 32px;
}

a.video-full-cta:hover {
	background: #ffffff;
}

.row-hero-video-small {
	background: #0072BC;
}
.row-hero-video-small .cont {
	position: relative;
}

.video-small-inner {
	padding-top: 160px;
	width: 100%;
}
.video-small-body,
.video-small-player {
	float: left;
	width: 50%;
	color: #fff;
}
.video-small-player {
	padding-left: 50px;
}
.video-small-player a {
	display: block;
	position: relative;
	z-index: 1;
}
.video-small-player a img {
	display: block;
}
.video-small-body h1 {
	font-weight: 900;
	font-size: 44px;
	line-height: 50px;
	margin: 0;
	text-transform: uppercase;
}

/* .video-small-body p {
	font-size: 18px;
	line-height: 22px;	
} */

.video-small-body p {
    font-size: 34px;
    line-height: 44px;
}

a.video-small-cta {
    display: inline-block;
    color: #000000;
    background: #faeb00;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 15px 50px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 0px;
    position: absolute;
    bottom: 0;
}
/*
a.video-small-cta {
	display: inline-block;
	color: #fff;
	background: #46db46;
	background: -moz-linear-gradient(left, #46db46 0%, #5cb95c 100%);
	background: -webkit-linear-gradient(left, #46db46 0%,#5cb95c 100%);
	background: linear-gradient(to right, #46db46 0%,#5cb95c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46db46', endColorstr='#5cb95c',GradientType=1 );
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	padding: 15px 30px;
	line-height: 28px;
	font-size: 20px;
	border-radius: 29px;
	position: absolute;
	bottom: 0;
}
*/

.video-small-player a:after {
	display: block;
	background-image: url(img/player.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 97px 97px;
    background-size: 97px 97px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.3);
    content: '';
    z-index: 2;
    position: absolute;
}
.video-small-player a:hover:after {
	opacity: 0.7;
}
.row-hero-video-small {
	position: relative;
}
.row-hero-video-small:before {
	-webkit-clip-path: polygon(100% 85%, 0% 100%, 100% 100%);
	clip-path: polygon(100% 85%, 0% 100%, 100% 100%);
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #fff;
    z-index: 0;
    display: block;
}






/* Campagne - Contenuto flessibile */
/* Fascia Testo + immagine */ 


.flex-text-foto-inner {
	padding: 60px 60px 20px;
}
.row-flex-text-foto  + .row-flex-text-foto .cont,
.row-flex-text-foto  + .row-flex-text-foto .flex-text-foto-inner  {
	padding-top: 0;
}
.flex-tf-body {
	float: left;
	width: calc(100% - 570px);
	padding-right: 40px;
}

.flex-tf-img {
	max-width: 570px;
	float: right;
}
.flex-tf-img small {
	margin-top: 5px;
	/* border-top: 1px solid #d0d0d0;*/ 
	display: block;
	padding-top: 5px;
	font-size: 12px;
	line-height: 16px;
	color: #949494;
}

.flex-tf-right .flex-tf-body {
	float: right;
}

.flex-tf-destra .flex-tf-body {
	float: right;
	padding-left: 40px;
	padding-right: 0;
}
.flex-tf-destra .flex-tf-img {
	float: left;
}

.flex-tf-body h2 {
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 20px;
}

.flex-tf-body p {
	margin: 10px 0 10px;
}

.flex-tf-body p strong {
	color: #0072BC;
}

/* Fascia testo e gallery */ 
ul.slick-slider {
	margin: 0;
	padding: 0;
}

/* Fascia icone su bianco */ 
.row-flex-icon .cont {
	padding-top: 90px;
	padding-bottom: 90px;
}
.icon-single-box {
	float: left;
}
.icon-single-box h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px;
}
.icon-single-box p {
	margin: 0;
}
.row-flex-icon-2 .icon-single-box {
	width: calc(50% - 10px);
	margin-left: 20px;
}
.row-flex-icon-3 .icon-single-box {
	width: calc(33.33% - 12px);
	margin-left: 18px;
}
.row-flex-icon-4 .icon-single-box {
	width: calc(25% - 12px);
	margin-left: 16px;
}

.row-flex-icon .icon-single-box:first-child {
	margin-left: 0;
}
.row-flex-icon .icon-box {
	background: #d0d0d0;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	color: white;
	font-weight: 900;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	margin-bottom: 30px;
}

/* Fascia solo testo */

.row-flex-text-only .cont {
	max-width: 780px;
}

/* Fascia foto */

.row-flex-foto {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	box-shadow: inset 0 0 0 300px rgba(36, 70, 105, 0.5);
}

.row-flex-foto:before {
	/*display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.3);
	content: '';*/
}

.row-flex-foto .flex-foto-inner {
	max-width: 500px;
	margin: 60px auto;
	text-align: center;
	color: #fff;
}
.row-flex-foto .flex-foto-inner h2 {
	margin: 0 0 50px;
	font-weight: 900;
	font-style: italic;
	font-size: 38px;
	line-height: 46px;
}
.row-flex-foto .flex-foto-inner .photo-cta {
	
}

/* Fascia come aiutarci */

.row-flex-come {
	background-color: #0072BC;
	color: #fff;
}

.row-flex-come h2 {
	text-align: center;
	margin: 0;
	padding-top: 40px;
	font-weight: 900;
	font-size: 38px;
	line-height: 48px;
}
.come-single-box {
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
.come-single-box h3 {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 900;
}
.come-single-box p {
	margin: 0;
	font-size: 17px;
}
.come-inner {
	padding: 40px 0;
}

.row-flex-come-pari .come-single-box {
	float: left;
	width: calc(50% - 25px);
	margin-left: 50px;
	text-align: center;
	padding-top: 110px;
	background-position: center top;
}
.row-flex-come-pari .come-single-box:nth-child(2n+1) {
	margin-left: 0;
	clear: both;
}
.row-flex-come-dispari .come-single-box {
	padding-left: 140px;
	background-position: left top;
	padding-bottom: 20px;
}
/*.come-icon-a {
	background-image: url(img/dona-ico-casa.png);
}
.come-icon-b {
	background-image: url(img/dona-ico-libro.png);
}
.come-icon-c {
	background-image: url(img/dona-ico-farmacia.png);
}*/


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.row-flex-text-video .flex-tf-img {
	width: 100%;	
}

hr.post-form {
	max-width: 640px;
	background-color: #0072BC;
}

/* Fascia progresso */

.row-progress-term {
	background: linear-gradient(180deg, rgba(240,247,252,1) calc(100% - 160px), rgba(255,255,255,1) calc(100% - 160px), rgba(255,255,255,1) 100%);;
}
.row-progress-term .cont {
	display: flex;
	align-items: flex-end;
	padding-bottom: 70px;
	padding-top: 70px;
}
.term-left {
	position: relative;
	flex: 0 0 378px;
	height: 480px;
	width: 378px;
}
.term-left::after {
	background-image: url(img/termometro.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 378px 480px;
	height: 480px;
	width: 378px;
	top: 0;
	left: 0;
	position: absolute;
	content: '';
}
.term-left-text {
	position: absolute;
	top: 50px;
	max-width: 116px;
	text-align: right;
}
.term-left-text .term-left-target {
	font-size: 24px;
	line-height: 29px;
	color: #0072BC;
	font-weight: 900;
	opacity: .75;
}
.term-left-text .term-left-days {
	font-size: 14px;
	line-height: 17px;
	color: #0072BC;
	opacity: .75;
} 
.term-cont {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.term-right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.term-right-cta {
	padding-bottom: 56px;
}
.term-right-cta a,
.progr-last a {
	display: inline-block;
    background: #faeb00;
    padding: 19px 50px;
    border-radius: 0px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.term-left-perc {
	font-size: 72px;
	line-height: 86px;
	color: #0072BC;
	font-weight: 900;
}
.term-left-total {
	font-size: 20px;
	line-height: 24px;
	color: #0072BC;
}
.term-left-body {
	max-width: 620px;
	font-size: 20px;
	line-height: 32px;
	padding-bottom: 52px;
	padding-top: 20px;
}
.term-left-body p {
	margin-top: 0;
}
.row-progress-progr {
	background-color: #EEF7FC;
}
.row-progress-progr .cont {
	max-width: 1160px;
	padding-top: 120px;
	padding-bottom: 120px;
}
.progr-top {
	background-color: #fff;
	box-shadow: 0px 8px 32px #BDDBEB;
	padding: 30px 72px;
	margin-bottom: 44px;
}
.progr-first {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 12px;
}
.progr-first-total {
	color: #5A5A5A;
	font-size: 20px;
	line-height: 24px;
}
.progr-first-total strong {
	color: #404040;
	font-size: 44px;
	line-height: 52px;
	font-weight: 900;
}
.prog-first-target {
	font-size: 28px;
	line-height: 34px;
	color: #5A5A5A;
	font-weight: 700;
}
.progr-last {
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
	align-items: center;
}
.progr-last-days {
	font-size: 24px;
	line-height: 29px;
	font-weight: 500;
}
.progr-bottom {
	font-size: 20px;
	line-height: 32px;
	color: #0072BC;
	font-weight: 500;
}

.animated-progress {
  width: 63px;
  height: 284px;
  border-radius: 0 0 32px 32px;
  margin: 16px 0px 0px 5px;
  overflow: hidden;
  position: relative;
  transform: rotate(180deg);
  background-color: #fff;

}

.animated-progress span {
  height: 0;
  display: block;
  width: 68px;
  color: rgb(255, 251, 251);
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
  background-color: #0072BC;
}

.animated-progress-alt {
  width: 100%;
  height: 12px;
  border-radius: 4px;
  margin: 0;
  overflow: hidden;
  position: relative;
  background-color: #D4E6F2;

}

.animated-progress-alt span {
  height: 12px;
  display: block;
  width: 0;
  color: #0072BC;
  line-height: 30px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
  background-color: #0072BC;
}
/* Donazioni Form */

.row .cont-form-dona {
	max-width: 720px;
}

.cont .gform_wrapper .gf_page_steps {
	border-bottom: none;
	display: flex;
	max-width: 640px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.cont .gform_wrapper .gf_step {
	flex-grow: 1;
	margin: 0;
	height: auto;
	opacity: 0.8;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 12px;
}

.gf_step_pending {
	border-bottom: 2px solid #b8b8b8;
}
.gf_step_active,
.gf_step_completed {
	border-bottom: 2px solid #0072BC;
}

.cont .gform_wrapper .gf_step span.gf_step_number {
	background-color: #6c6c6c;
	color: #fff;
	height: 22px;
	width: 22px;
	line-height: 22px;
	border-radius: 11px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
}

.cont .gform_wrapper .gf_step.gf_step_active span.gf_step_number,
.cont .gform_wrapper .gf_step.gf_step_completed span.gf_step_number {
	background-color: #0072BC;
}
.gform_wrapper .gf_step.gf_step_active span.gf_step_label,
.gform_wrapper .gf_step.gf_step_completed span.gf_step_label {
	color: #0072BC;
}
/*.cont .gform_wrapper ul.gform_fields li.gfield {
	max-width: 630px;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
}
.cont .gform_wrapper ul.gform_fields li.gfield.gf_left_half,
.cont .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
	width: 50% !important;
	max-width: 315px;
}

.cont .gform_wrapper ul.gform_fields li#field_14_46,
.cont .gform_wrapper ul.gform_fields li#field_14_45 {
	max-width: 100%;
}*/


.gform_wrapper ul.gfield_radio.dona_bottoni_3 {
	max-width: 948px;
	margin: 0 auto;
}

/*li#field_14_46,
li#field_14_45 {
	padding-right: 0 !important;
}
#field_14_46 .ginput_container,
#field_14_45 .ginput_container {
	left: -320px;
    width: 1280px;
    max-width: 1280px;
    position: relative;
}

#field_14_46 .ginput_container ul,
#field_14_45 .ginput_container ul {
	justify-content: center;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#field_14_46 .ginput_container ul li,
#field_14_45 .ginput_container ul li {
	width: 316px;
	height: 320px;
	padding: 8px !important;
	margin-bottom: 0 !important;
	flex: 1 1 316px;
}
#field_14_46 .ginput_container ul li label,
#field_14_45 .ginput_container ul li label {
	display: block;
	height: 100%;
	border-radius: 5px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
}*/

li.regolare,
li.singola {
	padding-right: 0 !important;
}
.regolare .ginput_container,
.singola .ginput_container {
	left: -320px;
    width: 1280px;
    max-width: 1280px;
    position: relative;
}

.regolare .ginput_container ul,
.singola .ginput_container ul {
	justify-content: center;
	display: flex;
	width: 100% !important;
	flex-wrap: wrap;
}
.regolare .ginput_container ul.gfield_radio li,
.singola .ginput_container ul.gfield_radio li {
	width: 316px;
	/*height: 320px;*/
	padding: 8px !important;
	margin-bottom: 0 !important;
	flex: 1 1 316px;
}
.regolare .ginput_container ul.gfield_radio li label,
.singola .ginput_container ul.gfield_radio li label {
	display: block;
	height: 100%;
	border-radius: 5px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 0;
}

label.evidenza:after {
	display: block;
	position: absolute;
	right: 0;
	top: 24px;
	background-color: #faeb00;
	content: 'Più urgente';
	text-transform: uppercase;
	font-size: 12px !important;
	line-height: 20px !important;
	padding: 14px 8px;
	color: #000 !important;
	font-weight: 300;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	border-radius: 5px;
	border-bottom-right-radius: 0;
}

label.evidenza:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #e7d800 transparent transparent transparent;
	display: block;
	position: absolute;
	content: '';
	right: 0;
	top: 72px;
}

.inner-label {
	display: block;
	padding: 150px 20px 20px;
	color: #fff;
	text-align: center;
	background-position: center 25px;
	background-repeat: no-repeat;
}


.inner-label.dona-ico-tarpaulin {
	background-image: url(img/icons/dona-ico-tarpaulin.png);
}
.inner-label.dona-ico-advocacy {
	background-image: url(img/icons/dona-ico-advocacy.png);
}
.inner-label.dona-ico-blanket {
	background-image: url(img/icons/dona-ico-blanket.png);
}
.inner-label.dona-ico-bottled-water {
	background-image: url(img/icons/dona-ico-bottled-water.png);
}
.inner-label.dona-ico-camp-coordination {
	background-image: url(img/icons/dona-ico-camp-coordination.png);
}
.inner-label.dona-ico-children {
	background-image: url(img/icons/dona-ico-children.png);
}
.inner-label.dona-ico-clinic {
	background-image: url(img/icons/dona-ico-clinic.png);
}
.inner-label.dona-ico-clothing {
	background-image: url(img/icons/dona-ico-clothing.png);
}
.inner-label.dona-ico-communal-latrine {
	background-image: url(img/icons/dona-ico-communal-latrine.png);
}
.inner-label.dona-ico-detergent {
	background-image: url(img/icons/dona-ico-detergent.png);
}
.inner-label.dona-ico-education {
	background-image: url(img/icons/dona-ico-education.png);
}
.inner-label.dona-ico-elderly {
	background-image: url(img/icons/dona-ico-elderly.png);
}
.inner-label.dona-ico-favourite {
	background-image: url(img/icons/dona-ico-favourite.png);
}
.inner-label.dona-ico-food-security {
	background-image: url(img/icons/dona-ico-food-security.png);
}
.inner-label.dona-ico-fund {
	background-image: url(img/icons/dona-ico-fund.png);
}
.inner-label.dona-ico-health-facility {
	background-image: url(img/icons/dona-ico-health-facility.png);
}
.inner-label.dona-ico-house {
	background-image: url(img/icons/dona-ico-house.png);
}
.inner-label.dona-ico-infant-formula {
	background-image: url(img/icons/dona-ico-infant-formula.png);
}
.inner-label.dona-ico-innovation {
	background-image: url(img/icons/dona-ico-innovation.png);
}
.inner-label.dona-ico-kitchen-set {
	background-image: url(img/icons/dona-ico-kitchen-set.png);
}
.inner-label.dona-ico-location {
	background-image: url(img/icons/dona-ico-location.png);
}
.inner-label.dona-ico-mattress {
	background-image: url(img/icons/dona-ico-mattress.png);
}
.inner-label.dona-ico-medical-supply {
	background-image: url(img/icons/dona-ico-medical-supply.png);
}
.inner-label.dona-ico-mosquito-net {
	background-image: url(img/icons/dona-ico-mosquito-net.png);
}
.inner-label.dona-ico-partnership {
	background-image: url(img/icons/dona-ico-partnership.png);
}
.inner-label.dona-ico-potable-water-source {
	background-image: url(img/icons/dona-ico-potable-water-source.png);
}
.inner-label.dona-ico-pregnant {
	background-image: url(img/icons/dona-ico-pregnant.png);
}
.inner-label.dona-ico-registration {
	background-image: url(img/icons/dona-ico-registration.png);
}
.inner-label.dona-ico-relief-goods {
	background-image: url(img/icons/dona-ico-relief-goods.png);
}
.inner-label.dona-ico-school {
	background-image: url(img/icons/dona-ico-school.png);
}
.inner-label.dona-ico-shelter {
	background-image: url(img/icons/dona-ico-shelter.png);
}
.inner-label.dona-ico-shower {
	background-image: url(img/icons/dona-ico-shower.png);
}
.inner-label.dona-ico-stove {
	background-image: url(img/icons/dona-ico-stove.png);
}
.inner-label.dona-ico-tent {
	background-image: url(img/icons/dona-ico-tent.png);
}
.inner-label.dona-ico-vaccine {
	background-image: url(img/icons/dona-ico-vaccine.png);
}
.inner-label.dona-ico-water-sanitation {
	background-image: url(img/icons/dona-ico-water-sanitation.png);
}
.inner-label.dona-ico-water-source {
	background-image: url(img/icons/dona-ico-water-source.png);
}

.come-icon-dona-ico-tarpaulin {
	background-image: url(img/icons/dona-ico-tarpaulin.png);
}
.come-icon-dona-ico-advocacy {
	background-image: url(img/icons/dona-ico-advocacy.png);
}
.come-icon-dona-ico-blanket {
	background-image: url(img/icons/dona-ico-blanket.png);
}
.come-icon-dona-ico-bottled-water {
	background-image: url(img/icons/dona-ico-bottled-water.png);
}
.come-icon-dona-ico-camp-coordination {
	background-image: url(img/icons/dona-ico-camp-coordination.png);
}
.come-icon-dona-ico-children {
	background-image: url(img/icons/dona-ico-children.png);
}
.come-icon-dona-ico-clinic {
	background-image: url(img/icons/dona-ico-clinic.png);
}
.come-icon-dona-ico-clothing {
	background-image: url(img/icons/dona-ico-clothing.png);
}
.come-icon-dona-ico-communal-latrine {
	background-image: url(img/icons/dona-ico-communal-latrine.png);
}
.come-icon-dona-ico-detergent {
	background-image: url(img/icons/dona-ico-detergent.png);
}
.come-icon-dona-ico-education {
	background-image: url(img/icons/dona-ico-education.png);
}
.come-icon-dona-ico-elderly {
	background-image: url(img/icons/dona-ico-elderly.png);
}
.come-icon-dona-ico-favourite {
	background-image: url(img/icons/dona-ico-favourite.png);
}
.come-icon-dona-ico-food-security {
	background-image: url(img/icons/dona-ico-food-security.png);
}
.come-icon-dona-ico-fund {
	background-image: url(img/icons/dona-ico-fund.png);
}
.come-icon-dona-ico-health-facility {
	background-image: url(img/icons/dona-ico-health-facility.png);
}
.come-icon-dona-ico-house {
	background-image: url(img/icons/dona-ico-house.png);
}
.come-icon-dona-ico-infant-formula {
	background-image: url(img/icons/dona-ico-infant-formula.png);
}
.come-icon-dona-ico-innovation {
	background-image: url(img/icons/dona-ico-innovation.png);
}
.come-icon-dona-ico-kitchen-set {
	background-image: url(img/icons/dona-ico-kitchen-set.png);
}
.come-icon-dona-ico-location {
	background-image: url(img/icons/dona-ico-location.png);
}
.come-icon-dona-ico-mattress {
	background-image: url(img/icons/dona-ico-mattress.png);
}
.come-icon-dona-ico-medical-supply {
	background-image: url(img/icons/dona-ico-medical-supply.png);
}
.come-icon-dona-ico-mosquito-net {
	background-image: url(img/icons/dona-ico-mosquito-net.png);
}
.come-icon-dona-ico-partnership {
	background-image: url(img/icons/dona-ico-partnership.png);
}
.come-icon-dona-ico-potable-water-source {
	background-image: url(img/icons/dona-ico-potable-water-source.png);
}
.come-icon-dona-ico-pregnant {
	background-image: url(img/icons/dona-ico-pregnant.png);
}
.come-icon-dona-ico-registration {
	background-image: url(img/icons/dona-ico-registration.png);
}
.come-icon-dona-ico-relief-goods {
	background-image: url(img/icons/dona-ico-relief-goods.png);
}
.come-icon-dona-ico-school {
	background-image: url(img/icons/dona-ico-school.png);
}
.come-icon-dona-ico-shelter {
	background-image: url(img/icons/dona-ico-shelter.png);
}
.come-icon-dona-ico-shower {
	background-image: url(img/icons/dona-ico-shower.png);
}
.come-icon-dona-ico-stove {
	background-image: url(img/icons/dona-ico-stove.png);
}
.come-icon-dona-ico-tent {
	background-image: url(img/icons/dona-ico-tent.png);
}
.come-icon-dona-ico-vaccine {
	background-image: url(img/icons/dona-ico-vaccine.png);
}
.come-icon-dona-ico-water-sanitation {
	background-image: url(img/icons/dona-ico-water-sanitation.png);
}
.come-icon-dona-ico-water-source {
	background-image: url(img/icons/dona-ico-water-source.png);
}





.big-price {
	display: inline-block;
	font-size: 43px;
	line-height: 48px;
	font-weight: 700;
	letter-spacing: -1px;
}
.big-price span {
	font-size: 15px;
	font-weight: 400;
}
.cont-form-dona .gform_wrapper .gform_page_footer {
	border-top: 5px solid #F3F8FC;
}
.gform_page_footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gform_page_footer input[type="button"].gform_previous_button {
	border: none;
	background-color: transparent;
	padding: 0 0 3px;
	border-bottom: 1px solid lightgray;
}
.gform_page_footer input[type="button"].gform_next_button {
	background-color: #0072BC;
	color: #fff;
	padding: 17px 70px;
	text-transform: uppercase;
	border: none;
	border-radius: 32px;
	cursor: pointer;
}

.gform_page_footer input[type="button"].gform_next_button:disabled {
	cursor: default;
	background-color: #6c6c6c;
}

#gform_page_14_1 .gform_page_footer {
	justify-content: flex-end;
}
.gform_page_footer input[type="submit"] {
	background-color: #faeb00;
	color: #404040;
	padding: 17px 70px;
	text-transform: uppercase;
	border: none;
	border-radius: 32px;
	cursor: pointer;
}


.gdpr_checkbox .ginput_container_checkbox label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 24px;
  height: 24px;
  transform-origin: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: -6px;
  margin-right: 10px;
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}
.gdpr_checkbox .ginput_container_checkbox .LV_invalid_field label span {
	border: 1px solid #D41D1D;
}
.gdpr_checkbox .ginput_container_checkbox label span:before {
  content: "";
  width: 0px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 10px;
  left: 7px;
  transition: width 50ms ease 50ms;
  transform-origin: 0% 0%;
}
.gdpr_checkbox .ginput_container_checkbox label span:after {
  content: "";
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(305deg);
  top: 14px;
  left: 9px;
  transition: width 50ms ease;
  transform-origin: 0% 0%;
}
.gdpr_checkbox .ginput_container_checkbox label:hover span:before {
  width: 7px;
  transition: width 100ms ease;
}
.gdpr_checkbox .ginput_container_checkbox label:hover span:after {
  width: 10px;
  transition: width 150ms ease 100ms;
}

.gdpr_checkbox .ginput_container_checkbox input[type="checkbox"] {
  display: none !important;
}
.gdpr_checkbox .ginput_container_checkbox input[type="checkbox"]:checked + label span {
  border: 1px solid #0072BC;

}
.gdpr_checkbox .ginput_container_checkbox input[type="checkbox"]:checked + label span:after {
  width: 10px;
  background: #0072BC;
  transition: width 150ms ease 100ms;
}
.gdpr_checkbox .ginput_container_checkbox input[type="checkbox"]:checked + label span:before {
  width: 7px;
  background: #0072BC;
  transition: width 150ms ease 100ms;
}
.gdpr_checkbox .ginput_container_checkbox input[type="checkbox"]:checked + label:hover span {
  background-color: #fff;
}
.gdpr_checkbox .ginput_container_checkbox input[type="checkbox"]:checked + label:hover span:after {
  width: 10px;
  background: #0072BC;
  transition: width 150ms ease 100ms;
}
.gdpr_checkbox .ginput_container_checkbox input[type="checkbox"]:checked + label:hover span:before {
  width: 7px;
  background: #0072BC;
  transition: width 150ms ease 100ms;
}



/* Pagine Form Generiche */

.page-template-page-form .gform_wrapper .singola .gfield_radio li label,
.page-template-page-form .gform_wrapper .regolare .gfield_radio li label {
	text-align: center;
	color: #fff;
	padding: 120px 5px 20px;
}


/* Checkout */

.row-checkout .cont {
	max-width: 640px;
	padding-left: 0;
	padding-right: 0;
}

.row-checkout .cont .form {
	background-color: #f1f7fc;
}

.form-cc-top {
	background-color: #0072BC;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.form-cc-inner {
	max-width: 420px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.form-cc-top h4 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	line-height: 22px;
}
.form-cc-inner h3 {
	font-size: 17px;
	line-height: 26px;
	margin: 0;
}

.form-cc-main {
	padding-top: 30px;
	padding-bottom: 30px;
}
.form-cc-main h3 {
	color: #0072BC;
}

.form-cc-main h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin: 5px 0 10px;
}

.form-cc-main fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0;
}

body:not(:-moz-handler-blocked) .form-cc-main fieldset {
  display: table-cell;
}

.form-cc-main input[type="text"],
.form-cc-main input[type="password"],
.form-cc-main input[type="email"] {
	border-radius: 5px;
	padding: 12px;
	width: 100%;
	margin-bottom: 6px;
	margin-top: 10px;
	color: rgba(0, 0, 0, 0.85);
	font-size: 16px;
}
.form-cc-main input[type="text"]::-webkit-input-placeholder,
.form-cc-main input[type="password"]::-webkit-input-placeholder,
.form-cc-main input[type="email"]::-webkit-input-placeholder,
.form-cc-main input[type="text"]::-moz-placeholder,
.form-cc-main input[type="password"]::-moz-placeholder,
.form-cc-main input[type="email"]::-moz-placeholder,
.form-cc-main input[type="text"]:-ms-input-placeholder,
.form-cc-main input[type="password"]:-ms-input-placeholder,
.form-cc-main input[type="email"]:-ms-input-placeholder,
.form-cc-main input[type="text"]:-moz-placeholder,
.form-cc-main input[type="password"]:-moz-placeholder,
.form-cc-main input[type="email"]:-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.form-cc-main input[type="submit"] {
	margin: 30px auto 0;
	border-radius: 32px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background-color: #0072BC;
	width: 280px;
	padding: 0;
	border: 0;
	display: block;
	font-size: 14px;
	cursor: pointer;
}
.expiry-date {
	display: flex;
	align-items: center;
	max-width: 260px;
	justify-content: space-between;
}

.cvv2-box {
	max-width: 260px;
	position: relative;
}

.form-cc-main .cvv2-box .icon-cvv2 {
	background-image: url(img/cvv2.svg);
	background-repeat: no-repeat;
	-webkit-background-size: 30px 20px;
	background-size: 30px 20px;
	width: 30px;
	height: 20px;
	display: block;
	position: absolute;
	right: 13px;
	top: calc(50% + 2px);
	transform: translateY(-50%);
}

.cvv2-note {
	font-size: 12px;
	font-style: italic;
	color: rgba(0, 0, 0, 0.85);
	padding-left: 12px;
	line-height: 14px;
	position: absolute;
	bottom: -12px;
}



.form-cc-main .expiry-date input[type="text"] {
	width: 55px;
	text-align: center;
}

.expiry-date label.expiry-label {
	color: rgba(0, 0, 0, 0.85);
	margin-top: 18px;
	font-size: 17px;
}

.jvFloat {
	position: relative;
	display: block;
	margin-top: 18px;
}

.jvFloat .placeHolder.required {
	color: red;
}

/* Start CSS3 Animations on supported browser */
.jvFloat .placeHolder {
	position: absolute;
	top: -2px;
	left: 0;
	width: auto;
	color: #0072BC;
	font-size: 14px;
	font-weight: bold;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 150ms, opacity 100ms, visibility 100ms;
	transition: transform 150ms, opacity 100ms, visibility 100ms;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
}

/*Allows textarea floating placeholder to be positioned distinctly from the normal .placeHolder class
 * This is required when working with Multiline text areas
 */
.jvFloat .placeHolder.textarea {
	/*top: 0px;*/
}

.jvFloat .placeHolder.active {
	display: block;
	visibility: visible;
	-webkit-transform: translate(0, -1em);
	-moz-transform: translate(0, -1em);
	-o-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
	-webkit-transition: -webkit-transform 100ms, opacity 120ms, visibility 120ms;
	transition: transform 100ms, opacity 120ms, visibility 120ms;
	opacity: 1;
}

 /* RADIO - tipo donazione */

li.donazione .gfield_radio li,
li.privato-azienda .gfield_radio li,
li.gender .gfield_radio li {
	float: left;
	overflow: auto;
	margin-bottom: 20px;
	margin-right: 20px;
}
li.donazione .gfield_radio li:nth-child(2),
li.privato-azienda .gfield_radio li:nth-child(2),
li.gender .gfield_radio li:nth-child(2) {
	margin-right: 0;
}
 
  
li.donazione .gfield_radio li input[type="radio"],
li.privato-azienda  .gfield_radio li input[type="radio"],
li.gender  .gfield_radio li input[type="radio"] {
	display: none;
}
  
li.donazione ul.gfield_radio input ~ label,
li.privato-azienda ul.gfield_radio input ~ label {
	color: black;
	line-height: 1.3;
	margin: 0;
	text-align: center;
	padding: 16px 20px !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	min-width: 200px;
	background-color: #fff;
}

li.gender ul.gfield_radio input ~ label {
	color: black;
	line-height: 1.3;
	margin: 0;
	text-align: center;
	padding: 16px 20px !important;
	border: 1px solid #ccc;
	border-radius: 3px;
	min-width: 56px;
	background-color: #fff;
}
li.donazione ul.gfield_radio input ~ label:hover,
li.privato-azienda ul.gfield_radio input ~ label:hover,
li.gender ul.gfield_radio input ~ label:hover {
	border: 1px solid #777;
}
  
li.donazione ul.gfield_radio input[type="radio"]:checked ~ label,
li.privato-azienda ul.gfield_radio input[type="radio"]:checked ~ label,
li.gender ul.gfield_radio input[type="radio"]:checked ~ label {
	background-color: #0072BC;
	color: white;
	border: 1px solid #0072BC;/*
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.65);*/
}

/*li.donazione ul.gfield_radio input[type="radio"] + label:hover {
	box-shadow: inset 0 0 0 999px rgba(0,0,0,0.1);
}*/


 /* RADIO - Dona singola e regolare */


li.singola .gfield_radio,
li.regolare .gfield_radio  {
   overflow: auto;
 }
 
/*li.singola .gfield_radio li,
li.regolare .gfield_radio li {
   float: left;
   margin: 0 !important;
   padding: 0 !important;
   width: 20% !important;
 }*/
 
li.singola .gfield_radio li label,
li.regolare .gfield_radio li label {
   max-width: 100% !important;
}
 
li.singola .gfield_radio li input[type="radio"], 
li.regolare .gfield_radio li input[type="radio"] {
   display: none;
 }


li.singola  ul.gfield_radio input[type="radio"]:checked + label,
li.regolare  ul.gfield_radio input[type="radio"]:checked + label {
	background-color: #005a97;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
 }
 
/*li.singola ul.gfield_radio input + label, 
li.regolare ul.gfield_radio input + label {
	background: center top no-repeat;
	width: 100% !important;
	color: white;
	line-height: 1.3;
	min-height: 270px;
	margin: 0;
	text-align: center;
	padding: 90px 5px 20px !important;
}*/

 /* Cifra più grande */

/* li.singola ul.gfield_radio input + label::first-line,
 li.regolare ul.gfield_radio input + label::first-line {
 	font-size: 25px;
 	line-height: 2.3;
 }*/
 
  /* Hover */
  
/* li.singola ul.gfield_radio label:hover,
 li.regolare ul.gfield_radio label:hover {
  	background-color: #428bca !important;
  }*/
  
li.singola ul.gfield_radio input[type="radio"]:checked + label:hover,
li.regolare ul.gfield_radio input[type="radio"]:checked + label:hover {
  	background-color: #005a97;
}
 
 
 /* Decorazione - Colore e Icone */
li.regolare ul.gfield_radio li label,
li.singola ul.gfield_radio li label {
	background-color: #0072BC;
}

li.regolare ul.gfield_radio li label:hover,
li.singola ul.gfield_radio li label:hover {
	background-color: #005a97;
}

.ask-color-blue-gray li.regolare ul.gfield_radio li label,
.ask-color-blue-gray li.singola ul.gfield_radio li label {
	background-color: #a9a9a9;
}
/*.ask-color-blue-gray li.singola ul.gfield_radio input[type="radio"]:checked + label:hover,
.ask-color-blue-gray li.regolare ul.gfield_radio input[type="radio"]:checked + label:hover,*/
.ask-color-blue-gray li.regolare ul.gfield_radio li label:hover,
.ask-color-blue-gray li.singola ul.gfield_radio li label:hover {
  	background-color: #1d83c1;
}

.ask-color-blue-gray li.singola ul.gfield_radio input[type="radio"]:checked + label,
.ask-color-blue-gray li.regolare ul.gfield_radio input[type="radio"]:checked + label {
	background-color: #0066b3;
	box-shadow: none;
}

.ask-color-blue-gray .big-price {
	font-weight: 400;
}
.ask-color-blue-gray li.singola ul.gfield_radio input[type="radio"]:checked + label .big-price,
.ask-color-blue-gray li.regolare ul.gfield_radio input[type="radio"]:checked + label .big-price {
	color: #faeb00;
}

/*
li.singola ul.gfield_radio li:nth-child(1),
li.regolare ul.gfield_radio li:nth-child(1) {
 	background-color: #005a97;
 }
li.singola ul.gfield_radio li:nth-child(2),
li.regolare ul.gfield_radio li:nth-child(2) {
  	background-color: #006eab;   
  }
li.singola ul.gfield_radio li:nth-child(3),
li.regolare ul.gfield_radio li:nth-child(3) {
   	background-color: #005a97;   
   }
li.singola ul.gfield_radio li:nth-child(4),
li.regolare ul.gfield_radio li:nth-child(4) {
 	background-color: #006eab;   
 }

 li.singola ul.gfield_radio li:nth-child(5),
 li.regolare ul.gfield_radio li:nth-child(5) {
  	background-color: #005a97; 
  		font-size: 28px;
  		line-height: 2 !important;
  }*/
.page-template-page-form  li.singola ul.gfield_radio li label,
.page-template-page-form  li.regolare ul.gfield_radio li label {
	background-position: center 20px;
	background-repeat: no-repeat;
}
/*.page-template-page-form  li.singola ul.gfield_radio li:nth-child(1) label {
  	background-image: url(img/dona-ico-coperta.png);  
  	background-size: 70px;
}
.page-template-page-form  li.singola ul.gfield_radio li:nth-child(2) label {
	background-image: url(img/dona-ico-libro.png);
	background-size: 60px;
}
.page-template-page-form  li.singola ul.gfield_radio li:nth-child(3) label {
	background-image: url(img/dona-ico-acqua.png);  
	background-size:  60px; 
}
.page-template-page-form  li.singola ul.gfield_radio li:nth-child(4) label {
	background-image: url(img/dona-ico-lampadina.png);  
	background-size:55px;  
}
.page-template-page-form  li.regolare ul.gfield_radio li:nth-child(1) label {
    background-image: url(img/dona-ico-libro.png);  
    background-size:  55px;
}
.page-template-page-form  li.regolare ul.gfield_radio li:nth-child(2) label {
  	background-image: url(img/dona-ico-biberon.png);
  	background-size:70px;
}
.page-template-page-form  li.regolare ul.gfield_radio li:nth-child(3) label {
  	background-image: url(img/dona-ico-tenda.png);  
  	background-size:  85px; 
}
.page-template-page-form  li.regolare ul.gfield_radio li:nth-child(4) label {
  	background-image: url(img/dona-ico-farmacia.png);  
  	background-size:55px;  
}*/

/* Form - Ask Photo */

.ask-style-photo .singola .ginput_container ul.gfield_radio li label,
.ask-style-photo .regolare .ginput_container ul.gfield_radio li label,
.ask-style-photo-number .singola .ginput_container ul.gfield_radio li label,
.ask-style-photo-number .regolare .ginput_container ul.gfield_radio li label {
	display: flex;
	border-radius: 24px;
}
.ask-style-photo .inner-label,
.ask-style-photo-number .inner-label {
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 24px;
	min-width: 100%;
	text-align: left;
	position: relative;
	padding: 0 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: box-shadow ease-in-out .2s;
}
.ask-style-photo .big-price {
	background-color: #0072BC;
	border-radius: 8px;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
	padding: 0 8px;
	margin-top: 150px;
	margin-left: 24px;
	margin-right: 24px;
	transform: translateY(50%);
	align-self: flex-start;
	z-index: 2;
	letter-spacing: 0;
	display: flex;
}


.ask-style-photo-number .big-price {
	background-color: #0072BC;
	border-radius: 8px;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
	padding: 9px 16px 8px;
	margin-top: 210px;
	margin-bottom: 8px;
	align-self: center;
	z-index: 2;
	letter-spacing: 0;
	display: flex;
}

.ask-style-photo .photo-label {
	border-top: 1px solid #ffffff2b;
	background: transparent linear-gradient(180deg, #00000000 0%, #0000008C 50%, #000000CC 100%) 0% 0% no-repeat padding-box;
	border-radius: 0px 0px 24px 24px;
	justify-content: stretch;
	padding: 36px 21px 24px;
	flex-grow: 1;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	font-size: 16px;
}
.ask-style-photo label.evidenza:after,
.ask-style-photo-number label.evidenza:after {
	top: 8px;
	right: 24px;
	color: #000000;
	letter-spacing: 0.3px;
	font-weight: 700;
	border-radius: 0px 0px 4px 4px;
}

.ask-style-photo label.evidenza:before,
.ask-style-photo-number label.evidenza:before {
	display: none;
}

.ask-style-photo li ul.gfield_radio input[type="radio"]:checked + label .photo-label {
	background: transparent linear-gradient(180deg, #0066B300 0%, #0066B38C 50%, #0066B3 100%) 0% 0% no-repeat padding-box;
}
.ask-style-photo .inner-label:hover,
.ask-style-photo-number .inner-label:hover {
	box-shadow: 0px 16px 24px #00000033;
}
.ask-style-photo .gform_legacy_markup_wrapper ul.gfield_radio li,
.ask-style-photo-number .gform_legacy_markup_wrapper ul.gfield_radio li {
	overflow: visible;
}
.ask-style-photo li.singola .gfield_radio,
.ask-style-photo li.regolare .gfield_radio,
.ask-style-photo-number li.singola .gfield_radio,
.ask-style-photo-number li.regolare .gfield_radio {
	overflow: visible;
}

.ask-style-number .inner-label {
	background-image: none !important;
	padding: 96px 20px;
}
.ask-style-number .singola .ginput_container ul.gfield_radio li label,
.ask-style-number-text .singola .ginput_container ul.gfield_radio li label,
.ask-style-number .regolare .ginput_container ul.gfield_radio li label,
.ask-style-number-text .regolare .ginput_container ul.gfield_radio li label {
	border-radius: 24px;
}
.ask-style-number .big-price,
.ask-style-number-text .big-price {
	display: flex;
	justify-content: center;
	align-items: center;
}
.ask-style-number .big-price span,
.ask-style-number-text .big-price span {
	padding-left: 5px;
	font-size: 18px;
}
.ask-style-number label.evidenza:after,
.ask-style-number-text label.evidenza:after {
	padding: 10px 12px;
	top: 32px;
	font-weight: 700;
}
.ask-style-number-text .inner-label {
	background-image: none !important;
	padding: 96px 20px 20px;
}

.ask-color-blue-gray.ask-style-number li.regolare ul.gfield_radio li label,
.ask-color-blue-gray.ask-style-number li.singola ul.gfield_radio li label,
.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio li label,
.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio li label {
	background-color: #DCE9F4;
	transition: background-color ease-in-out .15s;
}

.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio li label,
.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio li label {
	background-color: #DCE9F4;
	transition: background-color ease-in-out .15s;
}

.ask-color-blue-gray.ask-style-number li.regolare ul.gfield_radio li label .inner-label,
.ask-color-blue-gray.ask-style-number li.singola ul.gfield_radio li label .inner-label, 
.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio li label .inner-label,
.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio li label .inner-label{
	color: #3171B7;
	transition: color ease-in-out .15s;
}
.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio li label .inner-label,
.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio li label .inner-label{
	 min-height: 230px;
}

.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio li label .text-label,
.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio li label .text-label {
	color: #DCE9F4;
	transition: color ease-in-out .15s;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	padding-top: 8px
}
.ask-color-blue-gray.ask-style-number li.regolare ul.gfield_radio li label .inner-label .big-price,
.ask-color-blue-gray.ask-style-number li.singola ul.gfield_radio li label .inner-label .big-price,
.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio li label .inner-label .big-price,
.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio li label .inner-label .big-price {
	font-weight: 700;
}

.ask-color-blue-gray.ask-style-number li.regolare ul.gfield_radio li label:hover,
.ask-color-blue-gray.ask-style-number li.singola ul.gfield_radio li label:hover,
.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio li label:hover,
.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio li label:hover {
  	background-color: #1d83c1;
}

.ask-color-blue-gray.ask-style-number li.regolare ul.gfield_radio li label:hover .inner-label,
.ask-color-blue-gray.ask-style-number li.singola ul.gfield_radio li label:hover .inner-label,
.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio li label:hover .inner-label,
.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio li label:hover .inner-label {
  	color: #fff;
}

.ask-color-blue-gray.ask-style-number li.singola ul.gfield_radio input[type="radio"]:checked + label,
.ask-color-blue-gray.ask-style-number li.regolare ul.gfield_radio input[type="radio"]:checked + label,
.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio input[type="radio"]:checked + label,
.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio input[type="radio"]:checked + label {
	background-color: #0066b3;
	box-shadow: none;
}

.ask-color-blue-gray.ask-style-number-text li.singola ul.gfield_radio input[type="radio"]:checked + label .text-label,
.ask-color-blue-gray.ask-style-number-text li.regolare ul.gfield_radio input[type="radio"]:checked + label .text-label {
	color: #fff;
}

.ask-color-blue-gray.ask-style-number .big-price,
.ask-color-blue-gray.ask-style-number-text .big-price {
	font-weight: 400;
}


/* Form Errori */

.gform_wrapper li:not(.field-donazione-libera) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 13px 16px !important;
	border-radius: 3px;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #D41D1D !important;
	background-image: url(img/error.svg);
	background-position: right 16px center;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper .validation_message,
.gform_wrapper .gfield_required {
	color: #D41D1D !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
    margin-bottom: 6px !important;
    border-top: 0px solid #C89797 !important;
    border-bottom: 0px solid #C89797 !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 8px !important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
	margin-right: 0 !important;
}

.gform_wrapper .top_label .field-donazione-libera input.medium[type=text] {
	width: 200px;
	margin-top: 0;
	padding: 13px 16px 13px 30px !important;
	position: relative;
	border-radius: 3px;
}
.gform_wrapper .top_label .field-donazione-libera .ginput_container {
	position: relative;
}
/*.gform_wrapper .top_label .field-donazione-libera .ginput_container:before {
	display: block;
	position: absolute;
	content: '€';
	font-size: 20px;
	line-height: 54px;
	color: #666;
	z-index: 1;
	left: 10px;
}*/
body .gform_wrapper .top_label .field-donazione-libera div.ginput_container {
	margin-top: 0;
}

.gform_wrapper .gf_data_nascita .gfield_date_day input[type=number],
.gform_wrapper .gf_data_nascita .gfield_date_month input[type=number] {
	width: calc(3rem + 14px)!important;
}

body .gform_wrapper .top_label .gf_data_nascita .clear-multi div.ginput_container {
	margin-top: 0;
}

body .gform_wrapper li.gf_data_nascita #input_16_11 input[type=number] {
	padding: 13px 13px !important;
	text-align: center;
}
.gform_wrapper .field_sublabel_below.gf_data_nascita div[class*=gfield_date_].ginput_container label {
	width: 100%;
	text-align: center;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right.address_country select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
	    height: 54px;
	    /*border-bottom: 0;*/
	    border-radius: 3px;
	    margin-top: 0;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
	margin-top: 0 !important;
}
.gform_wrapper.gf_browser_chrome span.address_country {
	margin-top: 0 !important;
}
 
.gform_wrapper li.gfield_error.gf_data_nascita input[type=number] {
	background-image: none !important;
}
.gform_wrapper div.validation_error {
	color: #D41D1D !important;
    border-top: 1px solid #D41D1D !important;
    border-bottom: 1px solid #D41D1D !important;
}

.gf_iban input[type=text] {
	font-size: 16px !important;
}
.gform_legacy_markup_wrapper li.gfield_html.upsell-message {
	max-width: 640px;
	width: 100%;
	margin-top: 0;
}
.upsell {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
}
button.custom-donate {
	border-radius: 4px;
	border: none;
	padding: 10px 8px 11px;
	color: #fff;
	background-color: #036FB5;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	cursor: pointer;
	transition: box-shadow ease-in-out .2s;
}
button.custom-donate:hover {
	box-shadow: 0px 8px 12px #00000033;
}

/* Post ID 3081 - 3412 */

.postid-3081 .row-hero-foto-cta-lato,
.postid-3412 .row-hero-foto-cta-centro {
	background-color: #0072BC;
	background-image: none;
}
.postid-3081 .row-hero-foto-cta-lato:before,
.postid-3412 .row-hero-foto-cta-centro:before {
	display: none;
}
.postid-3081 .row-hero-foto-cta-lato .cont,
.postid-3412 .row-hero-foto-cta-centro .cont {
	height: 80px;
	max-height: 80px;
	min-height: 80px;
}

.postid-3081 .hero-photo-inner,
.postid-3412 .hero-photo-inner {
	display: none;
}
.postid-3081 .row-header.row .cont,
.postid-3412 .row-header.row .cont {
	justify-content: center;
}

.postid-3388 .hero-photo-inner .photo-cta {
	visibility: hidden;
}

/* Alert */

.row-alert {
	color: #0072bc;
}
.row-alert .cont {
	padding-top: 30px;
	padding-bottom: 10px;
	font-weight: 600;
	max-width: 720px;
	font-size: 15px;
	line-height: 18px;
}

/* Iframe Tawk */

.grecaptcha-badge {
	bottom: 100px !important;
}





/* REGALI SOLIDALI */

.row-regali-hero {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.row-regali-hero::before {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: #000;
	opacity: .3;
}
.hero-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* se vuoi l'immagine dietro il contenuto */
    min-height: 520px;
    overflow: hidden;
}

#hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* se vuoi ritagliare l'immagine per adattarla */
}
.row-regali-hero > .cont {
	display: flex;
	align-items: center;
	min-height: 520px;
	position: relative;
}
.regali-hero-txt h1 {
	color: #fff;
	font-family: Lato;
	font-size: 38px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 0;
}
.regali-hero-txt {
	max-width: 500px;
	color: #fff;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.row-regali-filter {
	position: relative;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(0,114,188,1) 50%, rgba(0,114,188,1) 100%);
}
.row-regali-filter .cont {
	padding-bottom: 24px;
	padding-top: 24px;
	
}
.facetwp-counter {
	display: none;
}
.row-regali-filter .facetwp-facet {
	margin-bottom: 0;
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.row-regali-filter .facetwp-radio {
	background-image: none;
	background-color: #E0EDF4;
	display: inline-block;
	padding: 8px 12px 8px;
	border-radius: 12px;
	color: #0072BC;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; 
	margin-bottom: 0;
}
.row-regali-filter .facetwp-display-value {
	padding-right: 0;
}

.row-regali-filter .facetwp-radio:hover,
.row-regali-filter .facetwp-radio.checked {
	background-image: none;
	background-color: #0072BC;
	color: #ffffff;
}
.facetwp-radio[data-value] {
	display: flex;
	gap: 6px;
	align-items: center;	
}
.facetwp-radio[data-value] {
	padding: 8px 12px 8px 4px;
}
.facetwp-radio[data-value=""] {
	padding: 8px 12px;
}
.facetwp-radio[data-value]:before {
	background-color: #0072BC;
	width: 32px;
	height: 32px;
	content: '';
}
.facetwp-radio[data-value=""]:before {
	display: none;
}

.facetwp-radio[data-value="acqua"]:before {
	mask-image: url(img/icons-gifts/acqua.svg);
}
.facetwp-radio[data-value="cibo"]:before {
	mask-image: url(img/icons-gifts/cibo.svg);
}
.facetwp-radio[data-value="emergenze"]:before {
	mask-image: url(img/icons-gifts/emergenze.svg);
}
.facetwp-radio[data-value="istruzione"]:before {
	mask-image: url(img/icons-gifts/istruzione.svg);
}
.facetwp-radio[data-value="inverno"]:before {
	mask-image: url(img/icons-gifts/inverno.svg);
}
.facetwp-radio[data-value="rifugio"]:before {
	mask-image: url(img/icons-gifts/rifugio.svg);
}
.facetwp-radio[data-value="salute"]:before {
	mask-image: url(img/icons-gifts/salute.svg);
}
.facetwp-radio[data-value="mamme"]:before {
	mask-image: url(img/icons-gifts/mamme.svg);
}
.facetwp-radio[data-value="clima"]:before {
	mask-image: url(img/icons-gifts/crisi-climatica-white.svg);
}

.facetwp-radio[data-value]:hover:before,
.facetwp-radio[data-value].checked:before  {
	background-color: #fff;
}

.inner-filter {
	background-color: #fff;
	padding: 24px 28px;border-radius: 16px;
}

.row-regali-showcase {
	background-color: #0072BC;
}
.row-regali-showcase .cont {
	padding-top: 12px;
}
.row-regali-showcase h2 {
	color: #fff;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	margin-bottom: 20px;
}
.regali-loop-showcase {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
a.regalo-solidale-post {
	background-color: #fff;
	border-radius: 16px;
	height: 100%; 
	text-decoration: none;
	position: relative;
}
a.regalo-solidale-post:after {
	box-shadow: 0px 8px 16px 0px rgba(0, 82, 135, 0.60), 0px 16px 24px 0px rgba(0, 82, 135, 0.60);
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	top: 0;
	left: 0;
}
a.regalo-solidale-post:hover:after {
	box-shadow: 0px 8px 16px 0px rgba(0, 82, 135, 0.60), 0px 16px 24px 0px rgba(0, 82, 135, 0.60);
	opacity: 1;
}
.regalo-solidale-top {
	width: 100%;
	aspect-ratio: 305 / 216;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 16px 16px 0 0;
}
.regalo-solidale-price {
	color: #FFF;
	font-family: Lato;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 24px;
	padding: 12px;
	background-color: #0072BC;
	border-radius: 12px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	transform: translateY(50%);
	left: 16px;
}
.regalo-solidale-bottom {
	padding: 34px 16px 16px;
	min-height: 64px;
}
.regalo-solidale-bottom h3 {
	margin: 0;
	color:#404040;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.row-regali-loop {
	background-color: #E0EDF4;
}

.regali-loop-all {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}

.regali-loop-all a.regalo-solidale-post:after {
	box-shadow: 0px 8px 16px 0px rgba(0, 82, 135, 0.08), 0px 16px 24px 0px rgba(0, 82, 135, 0.16);
}
.regali-loop-all a.regalo-solidale-post:hover:after {
	box-shadow: 0px 8px 16px 0px rgba(0, 82, 135, 0.08), 0px 16px 24px 0px rgba(0, 82, 135, 0.16);
	opacity: 1;

}
.regali-loop-all .regalo-solidale-bottom h3 {
	font-size: 14px;;
}
.rs-cat {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	
}
.rs-single-cat {
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rs-single-cat span {
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
}



span.cat-rifugio {
	background-image: url(img/icons-gifts/rifugio-blue.svg);
}
span.cat-acqua {
	background-image: url(img/icons-gifts/acqua-blue.svg);
}
span.cat-emergenze {
	background-image: url(img/icons-gifts/emergenze-blue.svg);
}
span.cat-inverno {
	background-image: url(img/icons-gifts/inverno-blue.svg);
}
span.cat-istruzione {
	background-image: url(img/icons-gifts/istruzione-blue.svg);
}
span.cat-cibo {
	background-image: url(img/icons-gifts/cibo-blue.svg);
}
span.cat-salute {
	background-image: url(img/icons-gifts/salute-blue.svg);
}
span.cat-mamme {
	background-image: url(img/icons-gifts/mamme-blue.svg);
}


.rs-urgent {
	color: #000;
	font-family: Lato;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	line-height: 11px; 
	letter-spacing: 0.1px;
	text-transform: uppercase;
	border-radius: 0px 0px 4px 4px;
	background: #FAEB00;
	position: absolute;
	left: 16px;
	top: 0;
	padding: 8px 4px;
}

.regali-loop-sort {
	display: flex;
	justify-content: flex-end;
}
.regali-loop-sort .facetwp-facet-sort_ {
	margin-bottom: 0;
}
.facetwp-facet-sort_ select {
	margin-bottom: 16px;
	color: #404040;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	border: none;
	border-radius: 8px;
	padding: 15px 16px;
	width: 170px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(img/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: center right 14px;
	background-size: 12px 8px;
}
.row-regalo-hero {
	background-color: #E0EDF4;
}
.row-regalo-hero .cont {
	display: flex;
	gap: 64px;
	padding-top: 72px;
	padding-bottom: 72px;
	align-items: center;
	justify-content: space-between;
	max-width: 1100px;
}
.regalo-hero-img {
	aspect-ratio: 456 / 296;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	flex: 0 1 456px;
	border-radius: 16px;
	position: relative;
}
.regalo-hero-txt {
	position: relative;
	flex: 0 1 500px;
}
.regalo-hero-txt .regalo-solidale-price {
	position: relative;
	left: 0;
	transform: none;
}
.regalo-hero-txt h1 {
	color: var(--black, #000);
	font-family: Lato;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 5px;
}
.regalo-hero-txt p {
	margin-top: 0;
	margin-bottom: 24px;
	color: #404040;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
}
.regalo-hero-txt p:last-of-type {
	margin-bottom: 0;
}
.rs-hero-cat {
	position: absolute;
	bottom: 8px;
	left: 8px;
	display: flex;
	gap: 8px;
}
a.rs-hero-single-cat {
	background-color: #E0EDF4;
	border-radius: 12px;
	color: #0072BC;
	font-family: Lato;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; 
	padding: 4px 8px 4px 4px;
	text-decoration: none;
	transition: all .1s ease-in-out;
}
a.rs-hero-single-cat:hover {
	color: #fff;
	background-color:#0072BC; 
}
.rs-hero-single-cat span {
	display: flex;
	gap: 4px;
	align-items: center;
}
a.rs-hero-single-cat span:before {
	width: 24px;
	height: 24px;
	content: '';
	background-color: #0072BC;
	display: inline-block;
	mask-size: 24px 24px;
	transition: all .1s ease-in-out;
}
a.rs-hero-single-cat:hover span:before {
	background-color: #fff;
}

.rs-hero-single-cat span.rs-h-cat-acqua:before {
	mask-image: url(img/icons-gifts/acqua.svg);
}
.rs-hero-single-cat span.rs-h-cat-cibo:before {
	mask-image: url(img/icons-gifts/cibo.svg);
}
.rs-hero-single-cat span.rs-h-cat-emergenze:before {
	mask-image: url(img/icons-gifts/emergenze.svg);
}
.rs-hero-single-cat span.rs-h-cat-istruzione:before {
	mask-image: url(img/icons-gifts/istruzione.svg);
}
.rs-hero-single-cat span.rs-h-cat-inverno:before {
	mask-image: url(img/icons-gifts/inverno.svg);
}
.rs-hero-single-cat span.rs-h-cat-rifugio:before {
	mask-image: url(img/icons-gifts/rifugio.svg);
}
.rs-hero-single-cat span.rs-h-cat-salute:before {
	mask-image: url(img/icons-gifts/salute.svg);
}
.rs-hero-single-cat span.rs-h-cat-mamme:before {
	mask-image: url(img/icons-gifts/mamme.svg);
}

.row-regalo-form .cont {
	max-width: 720px;
}


/* Hero Content */
#hero-content {
    transition: opacity 0.25s ease-in-out;
    opacity: 1;
}

#hero-content.is-transitioning {
    opacity: 0;
}

/* Showcase */
.row-regali-showcase {
    /* Rimuovi le transizioni */
    /* transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out; */
    opacity: 1;
    max-height: none; /* Imposta l'altezza massima a none */
    overflow: visible; /* Permetti al contenuto di essere visibile */
}

.row-regali-showcase.is-hidden {
    display: none; /* Mantieni questa regola per nascondere la showcase */
}


#gform_20 .ginput_price {
	display: none;
}
#field_20_1 {
	color: #0072BC;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	padding: 12px 8px 13px;
	border-bottom: 1px solid #E2E8F0;
	grid-column: 1 / -1;
	margin-top: 0;

}
#field_20_1 label {
	padding-left: 29px;
	background-image: url(img/gift.svg);
	background-repeat: no-repeat;
	background-position: center left;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	
}
#field_20_1 .ginput_container_product_price {
	display: none;
}
#field_20_3 {
	margin-top: 0;
}
.form-start-price {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid: auto;
	background: rgba(241, 245, 249, 0.50);
	border-radius: 8px;
}
#field_20_3 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	display: flex;
	align-items: center;
	gap: 16px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#field_20_3 label {
	color: #404040;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
}
#field_20_3 input#input_20_3 {
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 13px 4px !important;
	border-radius: 0;
	border-top: 1px solid #E2E8F0;
	border-bottom: 1px solid #E2E8F0;
	border-left: none;
	border-right: none;
}
#field_20_3 .gfield_description {
	display: none;
}
#field_20_3 .ginput_container_number {
	margin-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
a.quantity-control {
	color: #404040;
	background-color: #fff;
	height: 40px;
	border: 1px solid #E2E8F0;
	cursor: pointer;
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px;
	text-decoration: none;
}
a.quantity-control.minus {
	border-radius: 40px 0px 0px 40px;
}
a.quantity-control.plus {
	border-radius: 0px 40px 40px 0px;
}
a.quantity-control.minus.inactive {
  color: #CCCCCC;
  cursor: not-allowed;
}
#field_20_4 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin-top: 0;
	padding-right: 16px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#field_20_4 label {
	display: none;
}

#field_20_4 .ginput_container {
	margin-top: 0;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; 
}
#field_20_4 .ginput_subtotal {
	color: #000 !important;
}
#field_20_5 {
	padding-top: 50px;
	margin-top: 0;
}

#field_20_5 .gfield_description {
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	color: #000;
	padding-bottom: 4px;
}
#field_20_5 li.gchoice label {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 16px;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	color: #404040;
	max-width: 100%;
	border-radius: 8px;
	border: 1px solid #E2E8F0;
	background: #F1F5F9;
}
#field_20_5 li.gchoice  input {
	display: none;
}
#field_20_5 li.gchoice label:after {
	content: 'Aggiungi';
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: #0072BC;
	width: 65px;
	text-align: center;
}
#field_20_5 li.gchoice label:hover {
	background: rgba(0, 114, 188, 0.16);
}

#field_20_5 li.gchoice input:checked+label {
	background: rgba(0, 114, 188, 0.16);
	color: #0072BC;
	border: 1px solid rgba(0, 114, 188, 0.24);
}

#field_20_5 li.gchoice input:checked+label:after {
	content: '';
	background-image: url(img/check.svg);
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
}
#field_20_7 {
	display: flex;
	border-radius: 8px;
	background: rgba(241, 245, 249, 0.50);
	padding: 8px 8px 8px 16px;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
}
#field_20_7 .ginput_container,
#field_20_7 .ginput_container input  {
	margin-top: 0;
}
#field_20_7 .ginput_container input {
	width: 104px;
	padding: 10px 12px !important;
	text-align: right;
}
#field_20_7 .gfield_description {
	padding-bottom: 0;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}
#field_20_8 {
	border-top: 1px solid #000;
	margin-top: 25px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 3px;
	padding-top: 9px;
}
#field_20_8 .ginput_container {
	margin-top: 0;
}
#field_20_8 .gfield_description{
	width: auto;
	padding-bottom: 0;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: #000;
}
#field_20_8 span.ginput_total {
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	color: #000;
	display: block;
	margin: 0;
}

#gform_20 .gform_page_footer {
	border-top: none;
	margin-top: 0;
	padding-top: 50px;
}
#gform_page_20_1 .gform_page_footer,
.checkout-paypal {
	justify-content: center;
	margin-bottom: 0;
}
.checkout-paypal {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.single-regalo-solidale .gform_legacy_markup_wrapper {
	margin-bottom: 0;
}
.checkout-paypal-divider {
	font-family: Lato;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	position: relative;
	width: 240px;
	text-align: center;
}
.checkout-paypal-divider::before {
	width: 100%;
	height: 1px;
	background: #CCC;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;

}
.checkout-paypal-divider span {
	background-color: #fff;
	position: relative;
	display: inline-block;
	padding: 2px 4px;
	color: #000;
}
.checkout-paypal {
	width: 240px;
	margin: 0 auto;
}
.checkout-paypal a {
	display: block;
	border-radius: 8px;
	background: rgba(0, 114, 188, 0.16);
	text-align: center;
	padding: 20px;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	text-decoration: none;
	color: #0072BC;
	width: 100%;
}
.checkout-paypal a span {
	padding-left: 16px;
	background-image: url(img/paypal.svg);
	background-repeat: no-repeat;
	background-size: 16 auto;
	background-position: center left;
}
.single-regalo-solidale .gform_legacy_markup_wrapper .gform_page_footer .button.gform_next_button {
	background-color: #FAEB00;
	color: #000000;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	border-radius: 8px;
	margin-right: 0;
	text-transform: none;
	width: 240px;
	padding: 17px;
}
.single-regalo-solidale .cont .gform_wrapper .gf_page_steps {
	margin-bottom: 20px;
}

.single-regalo-solidale img.gform_ajax_spinner {
	display: none !important;
}

#hero-section {
    transition: background-image 0.5s ease-in-out;
}

.regali-hero-txt h1,
.regali-hero-txt p {
    transition: all 0.5s ease-in-out;
}

.menu-item-3467 a {
	padding: 12px 20px 12px 42px;
	border-radius: 80px;
	border: 1px solid #FFF;
	line-height: 18px;
	background-image: url(img/regalo.svg);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 18px auto;
}
.menu-item-3467 {
	margin-left:14px;
}
.menu-item-260 a {
	padding-top: 10px;
}

 @media screen and (min-width: 768px) {
 
/* li.singola .gfield_radio,
 li.regolare .gfield_radio  {
    width: 650px !important;
  }*/
  }
  
  @media screen and (max-width: 640px) {
  
 /* li.singola .gfield_radio li,
 li.regolare .gfield_radio li {
    width: 326px !important;
    max-width: 100%;
  }
  li.singola .gfield_radio label,
 li.regolare .gfield_radio label {
    width: 326px !important;
    max-width: 100%;
  }*/
  
 /*
  li.singola ul.gfield_radio input + label, 
  li.regolare ul.gfield_radio input + label {
  	padding: 100px 5px 30px !important; 
  	min-height: 150px;   
  }
  
  li.singola ul.gfield_radio li label,
  li.regolare ul.gfield_radio li label {
  	background-position: center 18px !important;
  }*/
   }

 /* Fine form dona */

@media screen and (max-width: 1300px) { 
	.singola .ginput_container, .regolare .ginput_container {
	    left: -160px;
	    width: 1000px;
	    max-width: 1000px;
	    position: relative;
	}

}

@media screen and (max-width: 1080px) {
	.row-home-why .cont {
		-webkit-background-size: 53% auto;
		background-size: 53% auto;
    	padding-bottom: 70%;
    	background-position: bottom center;
	}
	.why-intro {
		width: 100%;
		max-width: 100%;
	}
	.single-camp-home-body-text,
	.single-camp-home-footer {
		padding: 20px 40px;
	}
	.single-camp-home-body {
		width: 60%;
		margin-left: 40%;
	}
	.single-camp-home-img {
		width: 40%;
	}
	.singola .ginput_container, .regolare .ginput_container {
	    left: -100px;
	    width: 840px;
	    max-width: 840px;
	    position: relative;
	}
	.flex-text-foto-inner {
		padding: 30px;
	}
	.flex-tf-body {
		width: calc(100% - 420px);
		padding-right: 40px;
	}

	.flex-tf-img {
		max-width: 420px;
	}
	.row-prefooter .cont {
		padding-top: 80px;
		padding-bottom: 60px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.row-footer .site-branding,
	.footer-menu {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}
	.footer-menu a {
		margin-left: 20px;
	}
	.footer-menu span {
		display: block;
		margin-top: 15px;
	}
	.row-regali-hero > .cont {
		min-height: 440px;
	}
	.inner-filter {
		padding: 16px;
	}
	.facetwp-radio[data-value] {
		padding: 6px 10px 6px 4px;
	}
	.facetwp-radio[data-value=""] {
		padding: 6px 10px;
	}
	.regali-loop-showcase {
		grid-template-columns: repeat(3, 1fr);
	}
	.regali-loop-all {
		grid-template-columns: repeat(4, 1fr);
	}
	.row-regalo-hero .cont {
		gap: 32px;
	}
	.regalo-hero-txt h1 {
		font-size: 24px;
		line-height: 32px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 860px) {
	.row-home-why .cont {
		
	}
	.why-intro {
		max-width: 100%;
	}
	.single-camp-home-img {
		bottom: auto;
		height: 300px;
		width: 100%;
	}
	.single-camp-home-body {
		width: 100%;
		margin-left: 0;
		margin-top: 300px;
	}
	.regolare .ginput_container, .singola .ginput_container {
	    left: auto;
	    width: 640px;
	    max-width: 100%;
	    position: relative;
	}

	.flex-text-foto-inner {
		padding: 30px;
	}
	.flex-tf-body {
		float: none;
		width: 100%;
		padding-right: 0;
		max-width: 570px;
		margin: 0 auto;
	}

	.flex-tf-img {
		max-width: 570px;
		float: none;
		margin: 40px auto 0;
	}
	.flex-tf-img small {
		margin-top: 5px;
		border-top: 1px solid #d0d0d0;
		display: block;
		padding-top: 5px;
		font-size: 14px;
		color: #949494;
	}

	.flex-tf-right .flex-tf-body {
		float: none;
	}

	.flex-tf-destra .flex-tf-body {
		float: none;
		padding-left: 0;
		padding-right: 0;
	}
	.flex-tf-destra .flex-tf-img {
		float: none;
	}
	.row-hero-video-small .video-small-inner {
		display: flex;
		flex-direction: column;
		padding-bottom: 70px;
		padding-top: 60px
	}

	.video-small-body, .video-small-player {
		width: 100%;
		float: none;
	}
	.video-small-player {
		padding: 20px 0 0;
	}
	a.video-small-cta {
		left: 50%;
		transform: translateX(-50%);
		bottom: 25px;
	}
	.regali-loop-all {
		grid-template-columns: repeat(3, 1fr);
	}
	.row-regali-hero > .cont {
		min-height: 380px;
	}
	.row-regalo-hero .cont {
		flex-direction: column;
		max-width: 720px;
		margin: 0 auto;
	}
	.regalo-hero-txt {
		flex: 0 0 auto;
	}
	.regalo-hero-img {
		flex: 0 0 auto;
		width: 100%;
	}

}
 @media screen and (max-width: 768px) {
	.footer-box {
		float: none;
		margin: 0 auto;
		max-width: 380px;
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-box-alt,
	.footer-box {
		padding-top: 30px;
	}
	.row-hero-home {
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center bottom;
		background-color: #F3F8FC;
	}
	.inner-hero-home {
		padding-bottom: 200px;
		max-width: 100%;
	}

	.hero-video-inner h1 {
		font-size: 26px;
		line-height: 34px;
	}
	.row-flex-icon-3 .icon-single-box {
		width: 100%;
		margin-left: 0;
		clear: both;
		margin-bottom: 60px;
	}

	.row-flex-icon .icon-box {
		float: left;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.row-flex-icon .icon-text {
		float: left;
		width: calc(100% - 100px);
		padding-top: 10px;
	} 

	.come-single-box h3 {
		font-size: 20px;
		font-weight: 700;
	}
	.come-single-box p {
		font-size: 15px;
	}

	.row-progress-term .cont {
		flex-direction: column-reverse;
		align-items: center;
		padding-bottom: 172px;
	}
	.term-right {
		justify-content: center;
		text-align: center;
	}

	.progr-top {
		padding: 24px 32px;
	}
	.progr-first-total {
		font-size: 16px;
		line-height: 20px;
	}
	.progr-first-total strong {
		font-size: 28px;
		line-height: 36px;
	}
	.prog-first-target {
		font-size: 22px;
		line-height: 28px;
	}
	.progr-last {
		flex-direction: column-reverse;
		gap: 12px;
	}
	.progr-last-days {
		font-size: 16px;
		line-height: 22px;
	}
	.regali-loop-showcase {
		grid-template-columns: repeat(2, 1fr);
	}



 }


 @media screen and (max-width: 726px) {
	.regolare .ginput_container ul.gfield_radio li, .singola .ginput_container ul.gfield_radio li {
	    /*width: 250px;*/
	    height: 260px;
	   /* padding: 6px 0 !important;*/
	    margin-bottom: 0 !important;
	    /*flex: 1 1 50%;*/
	}
	.regolare .ginput_container ul li label, .singola .ginput_container ul li label {
		font-size: 18px;
		line-height: 21px;
	}
	.inner-label {
		padding: 130px 15px 15px;
	}
	.big-price {
		font-size: 36px;
		line-height: 42px;
	}
	.cont .gform_wrapper .gf_step span.gf_step_number {
		display: block;
	}
	.cont .gform_wrapper .gf_step span.gf_step_label {
		display: block;
		font-size: 11px;
	}



 }


 @media screen and (max-width: 641px) {
	.gform_wrapper .singola ul.gfield_radio li label,
	.gform_wrapper .regolare ul.gfield_radio li label {
		width: 100% !important;
	}
	.regolare .ginput_container ul li, .singola .ginput_container ul li {
	    width: 250px;
	    min-height: 200px;
	    height: auto;
	    padding: 3px !important;
	    margin-bottom: 0 !important;
	    flex: 1 1 50%;
	}
	.regolare .ginput_container ul li label, .singola .ginput_container ul li label {
		font-size: 15px;
		line-height: 18px;
	}
	.inner-label {
		padding: 80px 8px 8px;
		-webkit-background-size: 77.3px 58px;
		background-size: 77.3px 58px;
		background-position: center 15px;
	}
	.big-price {
		font-size: 26px;
		line-height: 32px;
	}
	.regolare .ginput_container ul.gfield_radio li, .singola .ginput_container ul.gfield_radio li { 
		height: auto;
		min-height: auto;
	}
	.regali-loop-showcase {
		grid-template-columns: repeat(1, 1fr);
		max-width: 400px;
		margin: 0 auto;
	}
	.regali-loop-all {
		grid-template-columns: repeat(2, 1fr);
	}

 }

@media screen and (max-width: 600px) {
	.row .cont {
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-camp-home-body-text,
	.single-camp-home-footer {
		padding: 20px 30px;
	}
	.form-top-home .type-of-donations label {
		width: 160px;
	}
	.form-top-home {
		font-size: 15px;
	}
	.form-top-home input + label {
		margin-right: 12px;
		font-weight: 400;
		line-height: 46px;
	}
	.form-top-home .type-of-donations, .form-top-home .single-donations, .form-top-home .regular-donations {
		margin-bottom: 14px;
	}
	.form-top-home .single-donations label, .form-top-home .regular-donations label {
		font-size: 22px;
		width: 73px;
	}
	#d-custom {
		font-weight: 400;
		font-size: 15px;
	}
	.row-flex-come-pari .come-single-box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 50px;
	}
	.come-inner {
		max-width: 380px;
		margin: 0 auto;
	}
	a.cta-header {
		margin: 25px 10px 25px 10px;
		width: 140px;
		padding: 5px 0;
		font-size: 15px;
		border-right: 18px;
	}
	.footer-info {
		font-size: 14px;
		line-height: 20px;
	}
	.row-regali-hero > .cont {
		min-height: 340px;
	}
	
}
@media screen and (max-width: 480px) {
	.site-branding a {
		width: 120px;
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center;
		margin: 0 auto;
	}
	.menu-menu-principale-container {
		display: none;
	}
	.form-top-home .type-of-donations label {
		width: 140px;
	}
	.form-top-home .single-donations label, .form-top-home .regular-donations label {
		width: 63px;
		font-size: 20px;
	}
	.form-top-home input + label {
		line-height: 42px;
	}
	.form-top-home,
	#d-custom {
		font-size: 14px;
	}
	.row-flex-icon .icon-box {
		width: 60px;
		height: 60px;
		border-radius: 30px;
		font-size: 30px;
		line-height: 60px;
	}
	.row-flex-icon .icon-text {
		width: calc(100% - 80px);
	} 
	li.donazione ul.gfield_radio input ~ label, li.privato-azienda ul.gfield_radio input ~ label {
		min-width: 130px;
	}
	li.donazione.sing_reg .gfield_radio li {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	li.donazione.sing_reg .gfield_radio li label {
		width: 100%;
		max-width: 100%;
	}
	.inner-label {
		font-size: 16px;
		line-height: 22px;
	}
	.row-hero-foto-cta-centro .hero-photo-inner {
		width: calc(100% - 40px);
	}
	.body-hero-foto-cta-centro .hero-photo-inner h1 {
		font-size: 32px;
		line-height: 40px;
	}
	.body-hero-foto-cta-centro .hero-photo-inner h2 {
		font-size: 28px;
		line-height: 36px;
	}
	.flex-to-body ul {
		margin: 0 0 20px;
		font-size: 16px;
		padding: 0 0 0 20px;
	}
	.body-hero-foto-cta-lato .hero-photo-inner h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.row-hero-foto-cta-lato .cont {
		min-height: 100vh;
	}
	.row-hero-foto-cta-centro,
	.row-hero-foto-cta-lato {
		background-image: var(--mobile-image);
	}

	.upsell-text {
		font-size: 16px;
		line-height: 22px;
	}
	.body-hero-foto-cta-centro .hero-photo-inner h1, .row-hero-video-bg .hero-photo-inner h1 {
		font-size: 24px;
		line-height: 32px;
	}
	a.photo-cta {
		padding: 15px 35px;
	}
	.body-hero-foto-cta-centro .hero-photo-inner h2, .row-hero-video-bg .hero-photo-inner h2 {
		margin-bottom: 15px;
	}
	.flex-text-foto-inner {
		padding: 10px 30px;
	}

}

#field_16_47.gfield_error ~ #field_16_67 {
  display: none;
}

#field_16_47 {
  margin-bottom: 45px;
}

.upsell-message {
  position: absolute;
}

.upsell-message{
  opacity: 0;
  /*transition: opacity 1s;*/
  display: block !important;
  transform: translateY(-35px);
}

.upsell-message[style*="display: none"] {
  visibility: hidden;
}

.upsell-message[style*="display: list-item"], .upsell-message[style*="display: block"]{
  visibility: visible;
  /*opacity: 1;*/
  animation:1s ease 0.5s normal forwards 1 fadein;
}


.upsell-message.hide {
  opacity: 0 !important;
  animation: none !important;
}

.upsell-message.hide button {
  display: none;
}

.hide {
  opacity: 0;
}
.gppa-loading {
  transition-duration: 0s;
  opacity: 0;
  animation: none !important;
}

@keyframes fadein{from{opacity:0}
to{opacity:1}
}
