/*
Theme Name: vinciplasmon
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vinciplasmon
Tags:

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.

vinciplasmon is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,700);

@font-face {
    font-family: 'Cubano';
    src: url('webfonts/cubano-regular-webfont.eot');
    src: url('webfonts/cubano-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/cubano-regular-webfont.woff') format('woff'),
         url('webfonts/cubano-regular-webfont.ttf') format('truetype'),
         url('webfonts/cubano-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	font-family: 'Poppins', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

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;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

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

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fff;
	text-decoration: none;
}


a:hover,
a:focus,
a:active {
	color: #fff;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-family: 'Cubano', sans-serif;
	display: block;
	float: right;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 745px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
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;
}


/* CUSTOM */

html, body, #page {
  	min-height: 100%;
}

.wrap {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;

}

.site-content {
	padding-bottom: 100px;
}

body.home,
body.page-template-page-homepage  {
	background: url("images/bg.jpg") no-repeat;
	background-size: cover;
}

body {
	background: #ffbb3f;
}

.site-header {
	background: url("images/bg-header.png") repeat-x;
}

.site-branding {
	float: left;
}

.logo-oasi-plasmon {
	float: left;
	margin-left: 15px;
}

.site-title {
	margin: 0;
	float: left;
}

.site-title a {
	display: block;
	width: 283px;
	height: 99px;
	background: url("images/logo-plasmon.png") no-repeat;
	text-indent: -9999px;
}

.main-navigation {
	font-size: 19px;
	text-transform: uppercase;
	margin-top: 35px;
}

.main-navigation ul li {
	margin-left: 50px;
}

.main-navigation ul li:first-child {
	margin-left: 0;
}

.main-navigation ul li a {
	color: #fff;
	line-height: 50px;
}

.user-mobile {
	position: absolute;
	top: 5px;
	font-family: 'Cubano', sans-serif;
	font-size: 12px;
}

.login-menu {
	font-family: 'Cubano', sans-serif;
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 14px;
}

.login-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.login-menu ul li {
	display: inline-block;
}

.login-menu ul li a {
	background: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #e6006c;
	line-height: 23px;
	height: 23px;
	padding: 0 5px;
}

.login-menu ul li.user {
	color: #fff;
}

.login-menu ul li a.logout-link {
	display: inline;
	background: transparent;
	color: #e6006c;
}

.container {
	width: 995px;
	margin: 0 auto;
	position: relative;
}

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

.text-dondolo {
	margin: 7px 0 0 40px;
}

.fucsia {
	color: #e6006c;
}

.post-17 h1 {
	font-size: 34px;
}

.post-17 h1 span {
	color: #e6006c;
}

.col-half {
	width: 50%;
	position: relative;
	float: left;
}

.btn {
	font-family: 'Cubano', sans-serif;
	background: #e6006c;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 33px;
	height: 33px;
	padding: 0 35px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.btn:hover {
	color: #e6006c;
	background: #fff;
	border: 1px solid #e6006c;
}

h1 {
	color: #fff;
	font-size: 26px;
	line-height: 37px;
	font-weight: 600;
}

.site-footer {
	font-size: 12px;
	line-height: 14px;
}

.site-footer a {
	color: #404040;
}

.find-more {
	position: absolute;
	color: #e6006c;
	font-size: 11px;
	font-weight: 600;
	display: block;
	width: 130px;
	line-height: 23px;
	background: url("images/icon-plus.png") no-repeat center right;
	text-transform: uppercase;
}

.find-more.first {
	bottom: 203px;
    left: 218px;
}

.find-more {
	right: 25px;
    bottom: 30%;
}

img.trudi-dondolo {
	margin: 60px 0 0 0;
	float: right;
}

.login-link .active {
	background: #e6006c;
	color: #fff;
}

#login-form {
	background: #fff;
	border: 5px solid #e6006c;
	padding: 0 25px;
	position: absolute;
	z-index: 9;
	top: 24px;
	right: 0;
	width: 400px;
	display: none;
}

#login-form p {
	margin: 25px 0;
}

.margin-top {
	margin-top: 75px;
}

.login-username label,
.login-password label {
    width: 125px;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

.login-username input,
.login-password input {
	vertical-align: top;
	border-radius: 0;
	background: #e6006c;
	color: #fff;
	border: 0;
}

.login-submit {
	text-align: center;
}

.login-submit input {
	font-family: 'Cubano', sans-serif;
	background: #ff9003;
	color: #fff;
	border: 1px solid #fff;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 33px;
	height: 33px;
	padding: 0 35px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: none;
	text-shadow: none;
}

body .gform_wrapper .top_label .gfield_label {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.gform_wrapper label {
	color: #fff;
}

body .gform_wrapper .gfield_required {
	color: #fff;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=password],
.gform_wrapper select {
	border: 2px solid #e6006c;
	border-radius: 0;
}

.privacy-title {
	color: #fff;
	font-size: 26px;
	display: inline-block;
	width: 19%;
}

.privacy-text {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	border: 2px solid #fff;
	background: #f0f0f0;
	font-size: 10px;
	color: #818283;
	padding: 5px 10px;
	height: 60px;
	overflow-y: auto; 
}

#field_2_6 {
	margin-bottom: 25px;
}

#field_2_7 .gfield_label,
#field_2_8 .gfield_label,
#field_2_9 .gfield_label {
	font-weight: 400;
	width: 75%;
	float: left;
	font-size: 16px;
}

#field_2_7 .ginput_container_radio,
#field_2_8 .ginput_container_radio,
#field_2_9 .ginput_container_radio {
	float: right;
	width: 25%;
}

#gform_wrapper_2 .ginput_container_radio ul {
	float: right;
}

#gform_wrapper_2 .ginput_container_radio ul li {
	display: inline-block;
	margin-left: 20px !important; 
}

#gform_wrapper_2 .ginput_container_radio ul li label {
	color: #e6006c;
	font-size: 23px;
	font-weight: 600;
}

#gform_wrapper_2 .ginput_container_radio ul li input {
	height: 18px;
	width: 18px !important;
}

#field_2_10 {
	color: #fff;
}

.gform_footer {
	text-align: center;
}


body .gform_wrapper .gform_footer input[type=submit] {
	font-family: 'Cubano', sans-serif;
	background: #e6006c;
	color: #fff;
	border: 1px solid #fff;
	font-size: 29px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 58px;
	height: 58px;
	padding: 0 45px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: none;
} 

.page-template-page-registrati-thanks .site-content,
.page-template-page-scontrino-thanks .site-content {
	font-size: 30px;
	line-height: 33px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
} 

.page-template-page-registrati-thanks .title,
.page-template-page-scontrino-thanks .title {
	margin: 50px 0;
}

.page-template-page-registrati-thanks .subtitle,
.page-template-page-scontrino-thanks .subtitle {
	margin-bottom: 30px; 
}

#premi-modal {
	background: #fff;
	color: #e6006c;
	font-size: 34px;
	line-height: 44px;
	font-weight: 600;
	width: 600px;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -300px;
	border: 5px solid #e6006c;
	padding: 85px 50px 60px 50px;
	display: none;
}

.close-modal {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 34px;
	height: 34px;
	color: #fff;
	background: #e6006c;
	display: block;
	border-radius: 50%;
}

.close-modal div {
	font-size: 18px;
	line-height: 34px;
}

#field_1_7 {
	margin-top: 25px;
}

#field_1_7 label.gfield_label {
	display: none;
}

#field_1_7 input[type=checkbox] {
	width: 25px !important;
	height: 25px;
}

#field_1_1 .ginput_container_date {
	background: url("images/icon-calendar.png") no-repeat center left;
	padding-left: 65px;
}

#field_1_11 .clear-multi {
	background: url("images/icon-hour.png") no-repeat top left;
	padding-left: 60px;
}

#field_1_21 .ginput_container_text {
	background: url("images/icon-scontrino.png") no-repeat center left;
	padding-left: 65px;
}

#field_1_21 .ginput_container_text input {
	line-height: 33px;
	width: 74%;
}

#field_1_11 .gfield_time_hour label,
#field_1_11 .gfield_time_minute label {
	display: none;
}

#field_1_8 .ginput_container {
	background: url("images/icon-amount.png") no-repeat center left;
	padding-left: 65px;
}

#field_1_1 .ginput_container_date input,
#field_1_8 .ginput_container input,
#field_1_11 .gfield_time_hour input,
#field_1_11 .gfield_time_minute input {
	line-height: 32px;
}

#field_1_12 select {
	height: 43px;
	width: 98%;
}

#gform_1 {
	width: 750px;
	margin: 0 auto;
}

.page-template-page-partecipa h1 {
	text-align: center;
}

.page-template-page-partecipa h1 span {
	color: #e6006c;
}

body .gform_wrapper .gfield_checkbox li label {
	margin: 0 0 0 35px;
	line-height: 36px;
}

body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, 
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 400;
}

body .gform_wrapper div.validation_error {
	color: #e6006c;
    border: 0;
    text-align: center;
}

body .gform_wrapper li.gfield.gfield_error, 
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent;
    border: 0;
    margin: 0;
}

body .gform_wrapper .validation_message {
	color: #e6006c;
}

.site-content .splash-page {
	text-align: center;
	color: #fff;
}

.splash-page h1 {
	font-size: 29px;
	font-weight: 900;
}

.splash-page h2 {
	font-size: 23px;
	font-weight: 600;
}

.splash-page h2.first-title {
	margin-bottom: 50px;
}

.splash-page .btn {
	font-size: 20px;
	height: 43px;
	line-height: 42px;
	padding: 0 60px;
}

.splash-page img {
	margin-top: 13px;
}

.only-mobile {
	display: none;
}

.page-id-9 .entry-content p {
	line-height: 20px;
}

.widecolumn,
#login-form-mobile {
	text-align: center;
}

@media screen and (max-width: 995px) { 
	.container {
		width: 100%;
		padding: 0 15px;
	}
}

@media screen and (max-width: 744px) { 
	html, body, #page {
		height: auto;
	}
	.only-mobile {
		display: block;
	}
	.btn {
		width: 100%;
	}
	body .gform_wrapper {
		margin: 0;
	}
	.splash-page h2.first-title {
		margin-bottom: 0;
	}
	.site-header {
		background-size: 5px 78px;
    	background-position: 0 30px;
	}
	.site-branding {
		float: none;
	}
	.site-title a {
		width: 208px;
    	height: 73px;
    	background-size: contain;
    	margin-top: 32px;
	}
	.logo-oasi-plasmon {
		float: right;
		margin-left: 0;
		width: 80px;
		margin-top: 37px;
	} 
	.login-menu,
	.splash-page img.long-image {
		display: none;
	}
	.menu-toggle {
		position: absolute;
	    top: 5px;
	    right: 5px;
	    background: #e6006c;
	    box-shadow: none;
	    border: 0;
	    padding: 9px 10px;
	}
	.menu-toggle .icon-bar {
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	    background: #fff;
	}
	.menu-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
	}
	.main-navigation {
		float: none;
		margin-top: 0;
	}
	.main-navigation ul {
		background:#e6006c;
		text-align: center; 
	}
	.main-navigation ul li {
		margin: 0;
		background:#e6006c;
		display: block;
		width: 100%;
	}
	.col-half {
		width: 100%;
	}
	img.trudi-dondolo {
		margin-left: 0;
	}
	#gform_1,
	body .gform_wrapper .gform_footer input[type=submit],
	body .privacy-title,
	body .privacy-text,
	body #field_1_1 .ginput_container_date input {
		width: 100% !important;
	}
	body .gform_wrapper .top_label li.gfield.gf_left_half,
	body .gform_wrapper .top_label li.gfield.gf_right_half,
	body .gform_wrapper .top_label li.gfield.gf_left_third,
	body .gform_wrapper .top_label li.gfield.gf_middle_third,
	body .gform_wrapper .top_label li.gfield.gf_right_third,
	body .gform_wrapper .ginput_complex .ginput_left, 
	body .gform_wrapper .ginput_complex .ginput_right
	 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px;
	}
	body .gform_wrapper img.ui-datepicker-trigger {
		display: none !important;
	}
	.find-more {
		bottom: 23%;
		display: none;
	}
	.find-more.only-mobile {
		display: block;
	}
	#premi-modal {
		width: 100%;
	    left: 0;
	    margin-left: 0;
	    padding: 50px 15px;
	    font-size: 20px;
	    line-height: 30px;
	}

}

@media screen and (min-width: 745px) and (max-width: 810px) { 
	.main-navigation ul li {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1024px) { 
	.wrap {
		margin: 0 auto;
	}
}


/* New */

#field_1_15 > label {
	color: #e6006c;
	font-size: 24px;
    margin-top: 35px;
}

#field_1_15 table th {
	color: #fff;
}

#field_1_15 table td.gfield_list_15_cell1 {
	width: 90% !important;
}

#field_1_15 table td.gfield_list_15_cell2 {
	width: 10% !important;
}

#field_1_15 table th:nth-child(3),
#field_1_15 table td.gfield_list_15_cell3,
#field_1_15 table th:nth-child(4),
#field_1_15 table td.gfield_list_15_cell4,
#list-ean,
#field_1_18,
#field_1_19,
#field_1_20,
#localita {
	display: none;
}

#field_1_20 {
	width: 100%;
}

select#input_1_20 {
	width: 98%;
}

.main-title-home {
	margin-bottom: 0;
}

.small-home {
	margin: 10px 0;
    display: block;
}