/*!
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: 20px 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: 20px 10px 20px 40px;
    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)
}

.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 {
	left: 50%;
	transform: translateX(-50%);
}

.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 {
	height: 50vw;
	max-height: 90vh;
	min-height: 500px;
	position: relative;
}
.row-hero-foto-cta-centro .hero-photo-inner {
	position: absolute;
	bottom: -27px;
	text-align: center;
	left: 50%;
	transform:translateX(-50%);
	max-width: 740px;
	z-index: 2;
	color: #fff;
}
.row-hero-foto-cta-lato .cont {
	padding-top: 50%;
}
.row-hero-foto-cta-lato .hero-photo-inner {
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.body-hero-foto-cta-centro .hero-photo-inner h1 {
	font-weight: 900;
	font-size: 54px;
	line-height: 60px;
	margin: 0 0 35px;
}
.body-hero-foto-cta-centro .hero-photo-inner h2 {
	margin: 30px 0 30px;
}
.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 {
	position: relative;
}


.row-hero-video-full:after,
.row-hero-foto-cta-centro:before,
.row-hero-foto-cta-lato:before {
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background-color: rgba(0,0,0,.3);
	z-index: 1;
}
.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: 32px;
	line-height: 42px;
}
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;
}

.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;
}
.video-small-body p {
	font-size: 18px;
	line-height: 22px;
	
}
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;
}
.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 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 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%;	
}

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

 @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;
	}
}

@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;
	}

}
 @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;
	}



 }


 @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;
	}

 }

@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;
	}
	
}
@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: 0;
		line-height: 0;
	}

}

