/*!
Theme Name: net education
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: net-education
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.

net education 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: #566e72;
	font-family: 'Proxima Soft', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Proxima Soft', sans-serif;
}

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

@font-face {
    font-family: 'Proxima Soft';
    src: url('fonts/ProximaSoft-Regular.eot');
    src: url('fonts/ProximaSoft-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaSoft-Regular.woff2') format('woff2'),
        url('fonts/ProximaSoft-Regular.woff') format('woff'),
        url('fonts/ProximaSoft-Regular.ttf') format('truetype'),
        url('fonts/ProximaSoft-Regular.svg#ProximaSoft-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Soft';
    src: url('fonts/ProximaSoft-RegularIt.eot');
    src: url('fonts/ProximaSoft-RegularIt.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaSoft-RegularIt.woff2') format('woff2'),
        url('fonts/ProximaSoft-RegularIt.woff') format('woff'),
        url('fonts/ProximaSoft-RegularIt.ttf') format('truetype'),
        url('fonts/ProximaSoft-RegularIt.svg#ProximaSoft-RegularIt') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Soft';
    src: url('fonts/ProximaSoft-Bold.eot');
    src: url('fonts/ProximaSoft-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaSoft-Bold.woff2') format('woff2'),
        url('fonts/ProximaSoft-Bold.woff') format('woff'),
        url('fonts/ProximaSoft-Bold.ttf') format('truetype'),
        url('fonts/ProximaSoft-Bold.svg#ProximaSoft-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.woff2') format('woff2'),
        url('fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	padding: env(safe-area-inset);
}

*,
*: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;
}

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;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	font-family: 'Proxima Soft', sans-serif;
}

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;
	border-radius: 3px;
	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: #566e72;
	text-decoration: underline;
}

a:visited {
	color: #566e72;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #566e72;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

.sub-menu {
	background-color: white;
}

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

@media screen and (min-width: 37.5em) {
	.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 {
	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: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
--------------------------------------------------------------*/

.content-col{
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.col-3{
	max-width: 300px;
	width: 100%;
	margin: 10px auto;
	padding: 5px;
}

.content-button{
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.content-button li{
	list-style-type: none;
	margin: 10px;
}

a.button, a:hover.button, a:focus.button, a:active.button{
	display: inline-block;
	padding: 10px 7px 7px;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	background: #566e72;
	border-radius: 10px;
	color: #fff;
	font-family: 'Proxima Soft', sans-serif;
}

ul.content-logo{
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}


ul.content-logo.sub{
	max-width: 720px;
	align-items: flex-start;
	-webkit-align-items: start;
}

ul.content-logo li{
	list-style-type: none;
}


ul.content-logo li.logo{
	max-width: 280px;
	width: 100%;
	margin: 10px auto;
	margin-bottom: 20px;
	display: block;
}

ul.content-logo li.logo{
	max-width: 300px;
	margin: 10px auto;
}

ul.content-logo li.logo.net{
	max-width: 100px;
}

ul.content-logo li.logo.fgv-eco{
	max-width: 90px;
}

ul.content-logo li.logo.nome-gioco{
	max-width: 280px;
	margin: 10px auto;
	margin-bottom: 20px;
	display: block;
}

ul.content-logo li.logo.restart,
ul.content-logo li.logo.home{
	max-width: 30px;
}

ul.content-logo li.logo.nome-gioco{
	max-width: 270px;
	margin: 20px auto;
}

ul.content-logo li.logo.restart,
ul.content-logo li.logo.home{
	display: none;
}

.site-header.page{
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}



.site-header.page .main-navigation{
	width: auto;
	display: block;
	margin: 5px;
}

.main-navigation ul{
	text-align: center;
}

.site-header.page .main-navigation li{
	margin: 10px 15px;
	display: inline-block;
}

.site-header.page .main-navigation li a{
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Proxima Soft', sans-serif;
}

.logo{
	width: 150px;
	margin: 5px;
	display: block;
}

@media screen and (max-width: 1610px){
	.logo.education {
		order:1;
		margin: 10px 15px 5px auto;
	}
	.logo.net {
		order:2;
		margin: 10px auto 5px 15px;
	}
	.main-navigation {
		order:3;
		margin: 5px auto;
		width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	.logo.education {
		margin: 5px;
	}
	.logo.net {
		margin: 5px;
	}
}


@media screen and (max-width: 860px){
	.site-header.page .main-navigation{
		margin: 0 auto;
	}
	.site-header.page .main-navigation li{
		margin: 5px 10px;
	}
	.content-button{
		margin: 0 auto;
	}
}

@media screen and (max-width: 600px){
	.site-header.page{
		position: fixed;
		padding-top: 80px;
		top: 0;
		z-index: 20;
		width: 100%;
		background-color: white;
	}
	
	.page-template-pagina-planetframe .site-header.page{
		position: relative;
	}
	
	.header-natural {
		margin-top: 115px;
	}

	.logo{
		width: 120px;
		margin: 5px;
		display: block;
	}

	.site-header.page .logo.net{
		position: absolute;
		top: 25px;
		right: 15px;
	}

	.site-header.page .logo.education{
		position: absolute;
		top: 10px;
		left: 15px;
	}

	.site-header.page .main-navigation{
		width: 100%;
		max-width: none;
	}

	.site-header.page .main-navigation li{
		width: 100%;
		margin: 10px auto;
	}

	.site-header.page .menu-toggle{
		width: 100%;
		display: block;
		padding: 10px 5px;
		border: none;
		border-top: 1px solid #566e72;
		border-radius: 0;
		background: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		color: #566e72;
	}

}


/***INIZIO ROW***/ 

.row{
	min-height: 50vh;
	overflow: hidden;
	position: relative;
}

.row .row{
	min-height: 0;
}

.content-row{
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 20px;
	text-align: center;
}

.page-template-pagina-video-casapercasa .content-row{
	max-width: 1400px;
	padding-bottom: 50px;
}

.page-template-pagina-video-casapercasa .row::before,
.page-template-pagina-video-casapercasa .row::after{
	display: none;
}


.content-row h2{
	margin: 10px auto;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
}

.text-faq h2 {
	margin: 0;
}


.row::before{
	content: '';
	width: 35vw;
	height: 100%;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: -1%;
	left: -3%;
	z-index: 9;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}


.row::after{
	content: '';
	width: 40vw;
	height: 100%;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: -1%;
	right: -3%;
	z-index: 9;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.row.content-video-tutorial {
	background:#f6f2b4;
	color: #566e72;
}

.content-selezione-comuni {
	background:#f6f2b4;
	color: #566e72;
}

.row.content-video-tutorial .content-text h2{
	 font-size: 25px;
	 line-height: 30px;
	 text-align: left;
}

.row.content-video-tutorial .content-text h3{
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

.row.content-video-tutorial .button{
	background: #f08130;
	color: #fff;
}

.home .row.content-video-tutorial .content-row{
	max-width: 860px;
	padding: 25px 0;
}

.row.content-video-tutorial .content-row header{
	text-align: center;
}

.row.content-video-tutorial .logo{
	max-width: 100px;
	margin: 5px 20px;
	display: inline-block;
}

.row.content-video-tutorial .list{
	max-width: 500px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
	text-align: center;
	border-top: 2px solid #f08130;
}

.row.content-video-tutorial .list li{
	display: inline-block;
	margin: 5px;
	list-style-type: none;
}


@media screen and (max-width: 860px){
	.row.content-video-tutorial .list{
		max-width: 300px;
	}
}

.content-video-tutorial a.button{
	font-size: 16px;
	padding: 2px 7px;
}


.content-video-tutorial .content-button li{
	margin: 5px;
	margin-top: -15px;
}

.row.content-video-scuola{
	background: #ffe59d;
	color: #718484;
}

.row.content-quiz,
.page-template-pagina-quiz,
.single.single-wp_quiz{
	background: #eae7d7;
	color: #718484;
}

.row.content-quiz::before{
	background-image: url(img/grafica-sinistra-desktop-home.svg);
}


.row.content-quiz::after{
	background-image: url(img/grafica-destra-desktop-home.svg);
}

.wq_answersWrapper .row:before, .wq_answersWrapper .row:after {
	width: auto;
}


.single.single-wp_quiz .row.content-quiz::before{
	background-image: url(img/grafica-sinistra-desktop.svg);
}


.single.single-wp_quiz .row.content-quiz::after{
	background-image: url(img/grafica-destra-desktop.svg);
}



.row.content-quiz .content-row{
	max-width: 450px;
	margin: 0 auto;
	margin-top: 0px;
	text-align: center;	
	font-size: 18px;
	line-height: 25px;
	z-index: 10;
	font-weight: bold;
	text-transform: uppercase;
}

.single.single-wp_quiz .row.content-quiz .content-row{
	max-width: 960px;
}

.row.content-quiz .content-row h3{
	margin: 20px auto;
	font-size: 30px;
	line-height: 30px;
	font-weight: 800;
	color: #8bb436;
}

.row.content-quiz .content-row p{
	margin: 5px auto;
}

.row.content-quiz .content-row .green{
	color: #8bb436
}

.row.content-quiz .content-row .large{
	max-width: 400px;
	font-size: 20px;
	line-height: 25px;
}



.row.content-video-scuola::before{
	bottom: 1vh;
	left: 2vw;
	width: 28vw;
	background-image: url(img/infografica-sinistra-video-scuola.svg);
}


.row.content-video-scuola::after{
	width: 25vw;
	bottom: 1vh;
	right: 2vw;
	background-image: url(img/infografica-destra-video-scuola.svg);
}


.row.content-video-tutorial::before{
	width: 15vw;
	bottom: 1vh;
	left: 2vw;
	background-image: url(img/infograifca-sinistra-video-tutorial-casapercasa.svg);
	background-position: center center;
}


.row.content-video-tutorial::after{
	width: 15vw;
	bottom: 1vh;
	right: 2vw;
	background-image: url(img/infograifca-destra-video-tutorial-casapercasa.svg);
	background-position: center center;
}

@media screen and (max-width: 1200px) {
	.row.content-quiz::before{
		left: -7%;
		background-image: url(img/grafica-sinistra-desktop.svg);
	}
	
	
	.row.content-quiz::after{
		right: -7%;
		background-image: url(img/grafica-destra-desktop.svg);
	}
}

@media screen and (max-width: 960px) {
	.row.content-video-tutorial{
		padding-bottom: 80px;
	}	
  }
  @media screen and (max-width: 860px) {
	.row.content-video-tutorial{
		padding-bottom: 35vh;
	}	

	.row.content-video-tutorial::before{
		width: 20vw;
		background-position: bottom;
	}
	
	.row.content-video-tutorial::after{
		width: 20vw;
		background-position: bottom;
	}
  }


  @media screen and (max-width: 860px) {
	.row.content-quiz{
		padding-bottom: 5vh;
	}

	.row.content-video-tutorial .content-button{
		margin-top: 50px;
	}

  }
  @media screen and (max-width: 720px) {


	.content-row{
		max-width: 960px;
		margin: 0 auto;
		padding: 50px 20px;
		text-align: center;
	}
	.content-row h2{
		font-size: 27px;
	}

	.row.content-video-tutorial{
		padding-bottom: 45vh;
	}	

	.row.content-video-tutorial::before{
		width: 30vw;

	}
	
	
	.row.content-video-tutorial::after{
		width: 30vw;
	}

	.row.content-video-tutorial .content-button{
		max-width: 300px;
	}

	.row.content-quiz{
		padding-bottom: 30vh;
	}
	.row.content-quiz::before{
		width: 45vw;
		left: -5px;
		bottom: -2vh;
		background-image: url(img/grafica-sinistra-desktop-home.svg);
	}
	
	
	.row.content-quiz::after{
		width: 50vw;
		right: -5px;
		bottom: -1px;
		background-image: url(img/grafica-destra-desktop-home.svg);
	}


  }

  @media screen and (max-width: 680px) {
	.row.content-video-tutorial{
		padding-bottom: 50vh;
	}	

	.row.content-video-tutorial::before{
		width: 40vw;

	}
	
	.row.content-video-tutorial .content-button{
		margin: 0 auto;
	}
	
	.row.content-video-tutorial::after{
		width: 40vw;
	}
  }

/***BODYMOVIN***/

#main > div.row.content-video-tutorial > div {
	padding-top: 120px;
}

#bm {
	width: 40%;
	margin: 0 auto;
}

.page-template-home2 > div.row.content-video-tutorial > div {
	padding: 0 0 40px 0;
	max-width: 800px;
}

.fascia-iniziale span {
	font-size: 30px;
	line-height: 1.1;
}

.fascia-iniziale span:first-of-type {
	font-size: 56px;
		font-weight: bold;
}

.fascia-seconda span:first-of-type {
	font-size: 40px;
		font-weight: bold;
}

.fascia-seconda .content-row {
	padding: 0 20px;
}

.row.fascia-seconda::before {
	display: none;
}

.row.fascia-seconda::after {
	display: none;
}


.lista-comuni{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 auto;
}

.lista-comuni h2{
	width: 100%;
}

.dropmenu {
	width: 49%;
	margin: 10px auto;
}

.dropmenu ul {
	list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.dropmenu li {
	color: #566e72;
	font-size: 27px;
	font-weight: bold;
	margin: 12px 0;
	line-height: 1;
}

.dropmenu li a {
	text-decoration: none;
}

.dropmenu hr {
	margin: 0;
	background-color: #f08130;
	height: 2px;
}

.dropmenu-content {
  display: none;
}

.dropmenu-content.show {
  display: block;
}

.dropmenu .button {
    background: #f08130;
    color: #fff;
    width: 100%;
}

.dropmenu .button:hover {
    background: #eb6300;
}

.dropmenu a {
	font-size: 27px;
}



.home-immagine-rifiuti {
	width: 85%;
	padding-top: 40px;
	margin: 0 auto;
}

@media screen and (max-width: 720px) {
	#bm {
	width: 50%;
	}	
}

@media screen and (max-width: 500px) {
	#bm {
	width: 60%;
	}	

	.home-immagine-rifiuti{
		width: 90%;
	}
	.dropmenu {
	width: 90%;
}
}

/***INIZIO CARD VIDEO***/
.content-card{
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}


.card.video{
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: 30px 10px;
}

.home .card.video{
	max-width: 550px;
	width: 100%;
	height: auto;
	margin: 10px;
}

.card.video video{
	width: 100%;
	display: block;
	background: #000;
}

.videoWrapper {
  /* falls back to 16/9, but otherwise uses ratio from HTML */
  width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; 
    background-color: black;
}

.videoWrapper iframe,.videoWrapper object,.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow-video button.slick-arrow.slick-prev, .slideshow-video button.slick-arrow.slick-next{
	width: 30px;
	height: 80%;
	display: block;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	z-index: 999;
}

.slideshow-video button.slick-arrow.slick-prev{
	left: 20px;
	top: 45%;
}


.slideshow-video button.slick-arrow.slick-next{
	right: 20px;
	top: 45%;
}

.slideshow-video button.slick-arrow.slick-prev{
	background-image: url(img/freccia-sinistra.svg);
}


.slideshow-video button.slick-arrow.slick-next{
	background-image: url(img/freccia-destra.svg);
}

.slick-prev::before, .slick-next::before{
	display: none !important;
}

@media screen and (max-width: 960px) {
	.slideshow-video button.slick-arrow.slick-prev, .slideshow-video button.slick-arrow.slick-next{
		width: 20px;
		height: 60%;
	}

	.slideshow-video button.slick-arrow.slick-prev{
		left: 0;
		top: 35%;
	}
	
	
	.slideshow-video button.slick-arrow.slick-next{
		right: 0;
		top: 35%;
	}
  }


  @media screen and (max-width: 860px) {
	.slideshow-video button.slick-arrow.slick-prev, .slideshow-video button.slick-arrow.slick-next{
		width: 20%;
		height: 100px;
	}

	.slideshow-video button.slick-arrow.slick-prev{
		left: 0;
		top: 85%;
	}
	
	
	.slideshow-video button.slick-arrow.slick-next{
		right: 0;
		top: 85%;
	}
  }


  @media screen and (max-width: 650px) {
	.home .card.video{
		margin: 0;
	}
	.slideshow-video button.slick-arrow.slick-prev, .slideshow-video button.slick-arrow.slick-next{
		width: 15%;
		height: 80px;
	}
	.slideshow-video button.slick-arrow.slick-prev{
		left: 0;
		top: 83%;
	}
	
	
	.slideshow-video button.slick-arrow.slick-next{
		right: 0;
		top: 83%;
	}
}

@media screen and (max-width: 500px) {
	.slideshow-video button.slick-arrow.slick-prev, .slideshow-video button.slick-arrow.slick-next{
		width: 13%;
		height: 70px;
	}

	.slideshow-video button.slick-arrow.slick-prev{
		left: 0;
		top: 80%;
	}
	
	
	.slideshow-video button.slick-arrow.slick-next{
		right: 0;
		top: 80%;
	}
}

.content-element{
	margin: 0 auto;
	margin-top: 5px;
	padding: 0;
	padding-top: 10px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: start;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}


.content-element .img{
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 10px;
	margin-right: 10px;
	border-radius: 50%;
	background: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
}

.home .content-element .img{
	width: 40px;
	height: 40px;
	padding: 5px;
}


.content-element h3{
	font-size: 22px;
	line-height: 25px;
	width: 70%;
	margin: 5px;
	text-align: left;
	text-transform: uppercase;
}

.home .content-element h3{
	height: auto;

	font-size: 17px;
	line-height: 20px;
}

.page-template-pagina-video-casapercasa .content-element h2 {
	font-size: 22px;
	line-height: 25px;
	width: 70%;
	margin: 5px;
	text-align: left;
	text-transform: uppercase;
}


@media screen and (max-width: 960px) {
	.home .content-element{
		width: 70%;
		margin: 0 auto;
	}	
  }

  @media screen and (max-width: 860px) {
	.home .content-element{
		width: 60%;
		margin: 0 auto;
		margin-top: 30px;
	}	
	.content-element .img{
		width: 65px;
		height: 65px;
		margin: 5px;
	}
	.content-element h3{
		font-size: 18px;
		line-height: 20px;
	}
	.page-template-pagina-video-casapercasa .content-element h2 {
		font-size: 18px;
		line-height: 20px;
	}
  }


  @media screen and (max-width: 720px) {
	.home .content-element{
		width: 100%;
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
		margin-top: 20px;
	}	

	.home .content-element h3{
		margin: 0 auto;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 30px;
		text-align: center;
	}
  }

  @media screen and (max-width: 600px) {
	.home .content-element{
		margin-bottom: 20px;
	}	
	.home .content-element .img{
		margin: 5px;
	}
	.home .content-element h3{
		margin: 5px;
		width: 70%;
		text-align: left;
		font-size: 18px;
	}
	.main-navigation ul ul {
		box-shadow: none;
		border: 1px solid #cdcdcd;
		width: 100%;
		margin: 0 auto;
		border-left: 0;
		border-right: 0;
	}
	
	.main-navigation ul ul a {
		width: 100%;
	}
	
	#masthead {
		transition: top 0.3s;
		position: fixed;
		width: 100%;
		  top: 0;
	}

  }


.content-area{
	min-height: 67.5vh;
	display: block;
	margin: 0 auto;
	padding: 0;
}


.header-page{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;

}

.header-page h1, 
.header-page h2,
.header-page h3, 
.header-page h4{
	margin: 0 auto;
	line-height: 1.1,
}


.content-video-tutorial .header-page{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 auto;
}

.page-template-default .site-content::before,
.page-template-default .site-content::after{
	display: none;
}


.page-template-default .content-area{
	max-width: 960px;
	padding: 20px;
}

.page-template-default .logo.restart,.page-template-default .logo.home{
	display: none;
}

.icon-quiz{
	max-width: 170px;
	margin: 10px auto;
	margin-bottom: 20px;
	animation: animationiconhome 2s infinite;

	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.54);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.54);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.54);
}

@keyframes animationiconhome {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
  }
  
/**SEZIONE HEADER**/

.header-natural {
	min-height: 0;
	overflow: visible;
	position: relative;
}

.line {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: #1880c1;
}

.line-1 {
	z-index: 15;
	opacity: 0.5;
}
.line-2 {
	z-index: 10;
	opacity: 0.7;
}
.line-3 {
	z-index: 5;
}

.wave {
	position: absolute;
	left: 0;
	width: 200%;
	height: 100%;
	background-repeat: repeat no-repeat;
	background-position: 0 bottom;
	transform-origin: center bottom;
}

.wave1 {
	-webkit-background-size: 50% 80px;
	background-size: 50% 80px;
}
.wave2 {
	-webkit-background-size: 50% 100px;
	background-size: 50% 100px;
	animation: animate 12s linear infinite;
}
.wave3 {
	-webkit-background-size: 50% 80px;
	background-size: 50% 80px;
	animation: animate 18s linear infinite;
}
@keyframes animate {
	0% {
		transform: translateX(0) translateZ(0) scaleY(1);
	}
	50% {
		transform: translateX(-25%) translateZ(0) scaleY(0.5);
	}
	100% {
		transform: translateX(-50%) translateZ(0) scaleY(1);
	}
  }

.header-natual-content {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
	width: 90%;
	margin: 0 auto;
}

.header-natural-logo {
	height: 130px;
}

.header-natual-content {
	padding-top: 30px;
}

.page-template-pagina-planet .wave1 {
-webkit-background-size: 50% 80px;
background-size: 50% 130px;
}

.header-natural-title {
	margin: 0 20px;
	color: white;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1;
	text-decoration: none;
}

#main > div.header-natural > a {
	text-decoration: none;
}

/**FASCIA NATURAL**/

.fascia-natural-net {
	background-color: #1880c1;
}

.fascia-natural-net svg {
  background-color: #ffe59d;
  width: 100%;
  display: block;
}


.fascia-natural-net p {
	color: white;
	line-height: 1.25;
	font-size: 18px;
}

.contenuto-natural{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin: 0 auto;
	align-items: center;
}

.col-50 {
	width: 49%;
}
.col-50 .button {
	background: #eb6300;
	font-size: 27px;
	width: 100%;
}

.col-50 .button:hover {
	background: #eb6300;
}

.contenuto-natural h2 {
	color: white;
}

.fascia-50-immagine {
	padding: 5%;
}


/**FASCIA ECONOMIA CIRCOLARE**/


.fascia-economia-circolare {
	background-color: #4fbd5b;
}

.fascia-economia-circolare svg {
  background-color: #1880c1;
  width: 100%;
  display: block;
}


.fascia-economia-circolare p {
	color: white;
	line-height: 1.25;
	font-size: 18px;
}

/**FASCIA GDR**/


.fascia-gdr {
	background-color: #57bfff;
}

.fascia-gdr svg {
  background-color: #4fbd5b;
  width: 100%;
  display: block;
}


.fascia-gdr p {
	color: white;
	line-height: 1.25;
	font-size: 18px;
}


/**SEZIONE FAQ**/

.row.content-faq::before,
.row.content-faq::after{
	display: none;
}
.row.content-faq{
	padding: 0;
	min-height: 0;
}
.row.content-faq .content-header header{
	margin: 0 auto;
}







.content-faq .content-header{
	background-image: url(img/sfondo-faq.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.content-faq .content-header h1{
	font-size: 55px;
	line-height: 55px;
	margin: 5px auto;
}

.content-faq .content-header h3{
	font-size: 35px;
	line-height: 40px;
	margin: 5px auto;
	margin-bottom: 20px;
}


.content-faq .row{
	max-width: 860px;
	height: auto;
	min-height: 0;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
}

.content-faq .row:after, 
.content-faq .row::before{
	display: none;
}

.home .row.content-faq{
	min-height: 0;
}
.content-faq .header-paga-faq{
	max-width: none;
	margin: 30px auto;
	padding: 120px 0;
	text-align: center;
	background-image: url(img/banner-faq-mini.svg);
	background-position: center;
	background-size: 200%;
	background-repeat: no-repeat;

}

.text-faq{
	margin-top: 10px;
	text-align: center;
}

.row.content-faq .content-header .text-faq h1,
.row.content-faq .content-header
.text-faq h3{

	display: inline-block;
	font-size: 30px;
	margin: 0 auto;
	line-height: 35px;
}


.content-faq .header-paga-faq a.button.call-to-action{
	margin: 0 10px;
	font-size: 25px;
	line-height: 25px;
	padding: 5px 10px;

	display: inline-block;
}


.content-faq .header-paga-faq ul{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}


.content-faq .header-paga-faq ul li{
	display: inline-block;
	list-style-type: none;
	margin: 5px;
	padding: 5px 7px;
	border: 1px solid #666;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}


.card.domanda {
	padding: 5px;
	border-bottom: 1px solid #fff;
	background: #8bb436;
	color: #fff;
	font-size: 20px;
}


.card.domanda h3{
	margin: 0 auto;
	padding: 20px;
	margin-top: 5px;
	padding-right: 35px;
	font-size: 25px;
	line-height: 27px;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.card.domanda h3::after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(img/icon-close.svg);
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
}

.card.domanda .content-text{
	display: none;
	padding: 10px;
	background: #fff;
	color: #000;
}

.card.domanda.open .content-text{
	display: block;
}


.card.domanda.open h3::after{
	display: block;
}


@media screen and (max-width: 1200px) {
	.content-faq .header-paga-faq{
		max-width: 1200px;
		margin: 30px auto;
		padding: 250px 20px;
		text-align: center;
		background-size: cover;
	
	}
}
  

a.button.call-to-action{
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 10px 20px 10px; 
	font-size: 30px;
	line-height: 35px;
	font-weight: 800;
	border-radius: 10px;
	background: #8bb436;

}

.error-404{
	max-width: 500px;
	margin: 10px auto;
	margin-top: 10vh;
	padding: 50px 20px;
	background: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
}

.error-404 .icon-404{
	max-width: 100px;
}

.scriptlesssocialsharing {
	/* position: fixed; */
	margin: 0;
	padding: 18px 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: white;
	z-index: 999;
}


.scriptlesssocialsharing__buttons {
	width: 90%;
	margin: 0 auto;
}

.scriptlesssocialsharing__buttons a.button, .scriptlesssocialsharing__buttons a.button:hover, .scriptlesssocialsharing__buttons a.button:focus, .scriptlesssocialsharing__buttons a.button:active {
    padding: 12px;
    display: flex;
    border-radius: 10px;
}

.scriptlesssocialsharing__heading {
	margin-top: 0;
	margin-bottom: 10px;
}

.scriptlesssocialsharing .button.instagram {
    background-color: rgba(0, 0, 0, 0.8);
}

.scriptlesssocialsharing .button.instagram:hover, .scriptlesssocialsharing .button.instagram:focus, .scriptlesssocialsharing .button.instagram:active {
    background-color: #000000;
}

.scriptlesssocialsharing .instagram:before {
    content: "\f16d";
}

.scriptlesssocialsharing .button.youtube {
    background-color: rgba(240, 28, 28, 0.8);
}

.scriptlesssocialsharing .button.youtube:hover, .scriptlesssocialsharing .button.youtube:focus, .scriptlesssocialsharing .button.youtube:active {
    background-color: rgba(240, 28, 28, 1);;
}

.scriptlesssocialsharing .youtube:before {
    content: "\f167";
}

.scriptlesssocialsharing .button.facebookshare {
    background-color: rgba(59,89,152,.8);
}

.scriptlesssocialsharing .button.facebookshare:hover, .scriptlesssocialsharing .button.facebookshare:focus, .scriptlesssocialsharing .button.facebookshare:active {
    background-color: #3b5998;
}

.scriptlesssocialsharing .facebookshare:before {
    content: "\f39f";
}




	.scriptlesssocialsharing__icon {
		display: none !important; 
		
	}

 
.site-footer{
	background-color: #8bb436;
}


.site-info{
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.site-footer span{
	margin: 5px auto;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
    font-weight: 600;
}


.site-footer p{
	margin: 5px auto;
}

.site-footer .credit p{
	font-size: 13px;
}

.site-footer ul{
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.site-footer ul li{
	width: 100%;
	display: block;
	margin: 5px auto;
	list-style-type: none;
}

.site-footer .content-col{
	align-items: flex-start;
	-webkit-align-items: start;
}


.site-footer .logo-footer{
	max-width: 90px;
	width: 100%;
	display: block;
	margin: 0 auto;
}


/*Banner - pop up*/
.pop-up.background{
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
}

.pop-up.background.close{
	display: none;
}

.pop-up .click{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.pop-up.finestra{
	max-width: 500px;
	height: 400px;
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 20px 30px;
	pointer-events: none;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
	background: #8bb436;
	color: #fff;
}


.pop-up.finestra img{
	width: 20%;
	display: block;
	margin: 30px auto;
}

.pop-up.finestra .button.call-to-action{
	clear: both;
	background: #8bb436;
	color: #fff;
	border: 2px solid #fff;
}

.finestra .big{
	display: block;
	margin: 0 auto;
	font-size: 20px;
}

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

.post,
.page {
	margin: 0;
}

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

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

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

/*--------------------------------------------------------------
## Giro dei rifiuti
--------------------------------------------------------------*/

.single-girodeirifiuti .site-content, .page-template-economia-circolare .site-content{
	font-size: 1.2rem;
	line-height: 1.4;
}

.single-girodeirifiuti p{
	margin: 0;
	width: 100%;
}

.gdr-immagini-intro {
	width: 90%;
	margin: 0 auto;
		display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap; 
	max-width: 1100px;
}

.gdr-entry-content {
	width: 90%;
	margin: 40px auto;
	background-color: white;
	border-radius: 30px;
	padding: 40px;
	max-width: 1100px;
}

.imgtitle, .imgintro {
	width: 47%;
	padding-top: 40px;
	margin: 0 auto;
}

.imgtitle img, .imgintro img {
	width: 100%;
}

.immagine50 img{
	width: 100%;
	max-height: 350px;
}

.maxheight {
	max-height: 100% !important;
}

.gdr-entry-content h2{
	margin: 0;
	line-height: 1;
	margin-bottom: 20px;
}

.gdr-entry-content ul {
	margin: 0;
}

.flexibleimage {
	width: 60%;
	margin: 40px auto;
}

.gdr-flexible h3{
	color: white;
	margin: 20px auto;
	width: 90%;
	text-align: center;
	font-size: 36px;
	line-height: 1.1;
	max-width: 1100px;
}

.gdr-flexible {
	padding-bottom: 80px;
}

.gruppopassaggio {
	width: 90%;
	margin: 0 auto;
	color: white;
	border: 5px dashed;
	border-radius: 30px;
	padding: 40px;
	max-width: 1100px;
}

.noborder {
	border: 0;
	padding: 30px;
	margin: 30px auto;
}

.nopadding {
	padding: 0;
}

.rli {
	padding: 30px;
}

.rli > div {
	margin: 0 !important;
}

.titolobarra {
	color: white !important;
	margin: 0;
	padding: 30px;
}

.postid-859 .immagine50 img {
	max-height: 999px;
}

.postid-859 .immagine50 {
	width: 49%;
}

.containerpassaggio {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.containerpassaggio.trecolonne {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.container50 {
	width: 46%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.container33 {
	width: 30%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.container100 {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.container100.repeater {
	margin: 30px 0;
}

.colonna {
	flex-direction: column;
	flex-wrap: wrap;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
}

.containerpassaggio:not(:first-child):not(:last-child) {
	margin: 40px 0
}



.numeropassaggio {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 20px 15px;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	color: white;
	font-weight: 600;
	font-size: 40px;  
	margin-bottom: 40px;
	z-index: 2;
}

.numeropassaggio:after{
    content:"";
    position: absolute;
    z-index: 1;
    height: 40px;
    left: 50%;
    border-left: 5px dashed; /*change these values to suit your liking*/
    margin-top: 60px;;
    margin-left: -2px;
}

.immagine50, .testo50 {
	width: 45%;
}

.testo80 {
	width: 75%;
}

.icona20 {
	width: 15%;
}

.immagine100, .testo100 {
	width: 100%; 
}

.testo100 ul {
	margin: 0;
}

.immagine100 {
	margin: 30px 0;
}

.testo100, .testo50, .testo80 {
	margin: 30px 0;
}

.connettore {
  border-left: 5px dashed;
  height: 40px;
  position: relative;
  text-align: center;
	margin: 0 auto;
	width: 5px;
}

.spacer {
	padding: 40px 0;
}

.separatore {
	height: 1px;
	width: 100%;
	border-top: 5px dashed;
}


.page-template-economia-circolare figure.imgintro {
	display: none;
}

.tgdr {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:  center;
    -webkit-align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.tipologiegdr {
	border-radius: 30px;
	padding: 30px;
	width: 48%;
	text-align: center;
	margin: 0.5%;
}

.single-girodeirifiuti .tipologiegdr h3 {
	margin: 0;
	width: 100%;
}

.single-girodeirifiuti .tipologiegdr a {
	text-decoration: none;
}

/********** GRAFICA QUIZ ***********/
body.wp_quiz-template-default{
	/**height: 100vh;
	overflow: hidden;**/
}

.wq-quiz-trivia.wq-layout-multiple.wq-skin-traditional.wq-should-show-correct-answer{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 10;
}

.wq_quizProgressBar{
	font-size: 25px;
    line-height: 25px;
    position: relative;
    box-sizing: initial;
    width: 100%;
    height: 35px;
    margin: 0 1px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: none;
    z-index: 10;
}

.wq_quizProgressBarCtr {
	width: 100%;
	margin-bottom: 5px;
    order: 2;
    font-size: 25px;
    line-height: 25px;
    position: relative;
    box-sizing: initial;
    width: 100%;
    height: 33px;
    margin: 0 1px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: #ebebeb;
    box-shadow: inset 0 1px 1px rgba(100,100,100,0.1);

}

.wq_quizProgressBar > span {
    line-height: 25px;
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    width: 10px;
    min-width: 55px;
    height: 100%;
    margin: 0 -1px;
    padding: 3px 5px;
    text-align: right;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: rgba(0,0,0,0.05) rgba(0,0,0,0.2) rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: var(--wq-bar-color, #85c440);
    box-shadow: none;
    font-size: 25px;
    font-weight: 800;

}


.wq-questions.wq_questionsCtr{
	order: 1;
	margin: 0 auto;
	z-index: 10;
}

.wq-quiz-6 {
    --wq-question-width: 100%;
    --wq-question-color: #009cff;
    --wq-question-height: auto;
    --wq-bar-color: #00c479;
    --wq-font-color: #444;
    --wq-background-color: transparent;
}

.wq_singleQuestionCtr{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.wq_questionMediaCtr{
	order: 1;
}

.wq_questionTextWrapper.quiz-pro-clearfix{
	order: 2;
}

.wq-question-answers.wq_questionAnswersCtr{
	order: 3;
}


.wq_questionImage.wq-question-image{
	width: 350px;
	height: 280px;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.wq_questionImage.wq-question-image img{
	width: 90%;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

body .wq_questionTextCtr {
    float: none;
    padding: 12px 20px;
    background: none;
}

.wq-quiz-trivia .wq_questionTextCtr {
	margin-bottom: 10px;
    background-color: transparent;
	color: #566e72;
}

body .wq_questionTextCtr h3 {
	font-size: 16px;
	text-transform: uppercase;
}

.wq-answer.wq_singleAnswerCtr.wq_hasImage{
	width: 240px;
	height: 250px;
	margin: 0 10px;
	padding: 0;

	border: 2px solid #566e72;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	position: relative;
	touch-action: auto;
	animation: domandeanimation 7s infinite;
}

@keyframes domandeanimation {
0% {
	transform: scale(1);
}
30% {
	transform: scale(1.07);
}
100% {
	transform: scale(1);
}
}

.wq-answer.wq_singleAnswerCtr.wq_hasImage:hover .wq_answerTxtCt{
	color:#fff;
}

.wq-quiz.wq-skin-flat .wq_singleAnswerCtr:hover, 
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr.chosen, 
.wq-quiz.wq-skin-flat .wq_singleAnswerCtr.wq_answerSelected{
	border: 2px solid #566e72;
}

.wq-answer.wq_singleAnswerCtr.wq_hasImage .wq_answerImgCtr{
	width: 210px;
	height: 210px;
	margin: 0 auto;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.wq_singleAnswerCtr .wq_answerTxtCtr,
.wq_singleAnswerCtr .wq_answerTxtCt:hover {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 5px;
	font-size: 20px;
	padding: 5px;
    font-weight: 700;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	padding-left: 0;
	position: absolute;
	bottom: 10px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}


.wq-answers.wq_answersWrapper .row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.col-md-wq-4{
	width: auto;
	float: none;
	display: block;
	margin: 10px;
}

.wq-quiz.multiple .wq-question:first-of-type{
	position: relative;
}

.wq_triviaQuestionExplanation {
	width: 100%;
	height: 0;
	display: block;
	position: relative;

    border: none;
    display: none;
    clear: both;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


.wq_questionAnswered.is-incorrect .wq-explanation-head.wq_ExplanationHead .wq-explanation-head-incorrect{
	position: absolute;
	top: 0;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	padding: 40px 15px 10px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	z-index: 99;
	top: 0;
	left: 50%;
		
	transform: translateX(-50%);
	text-transform: uppercase;
	background: #c42727 !important;
	color: #fff !important;

	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.wq_questionAnswered.is-correct .wq_triviaQuestionExplanation .wq-explanation-head-correct{
	position: absolute;
	top: 0;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	padding: 40px 15px 10px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	z-index: 99;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	background: #2aa31c !important;
	color: #fff !important;

	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

.wq_triviaQuestionExplanation .wq-explanation-head-incorrect,
.wq_triviaQuestionExplanation .wq-explanation-head-correct{
	color: #fff !important;
}

wq-answer.wq_singleAnswerCtr,
.wq_quizCtr.multiple.wq_singleQuestionWrapper{
	position: relative;
}

.wq-skin-traditional.wq-should-show-correct-answer .wq_singleAnswerCtr.wq_correctAnswer{
	opacity: 1;
}

.wq-skin-traditional.wq-should-show-correct-answer .wq_singleAnswerCtr.wq_correctAnswer.chosen::before{
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	background-image: url(img/icon-true.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;

}

.wq-skin-traditional.wq-should-show-correct-answer .wq_singleAnswerCtr.wq_incorrectAnswer::before{
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	background-image: url(img/icon-false.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

.wq-skin-traditional.wq-should-show-correct-answer .wq_singleAnswerCtr.wq_correctAnswer::before{
	display: none;
}

.wq_answerTxtCtr::before,
.wq_singleAnswerCtr.chosen .wq_answerTxtCtr::after{
	display: none;
}

.wq_singleAnswerCtr .wq_answerTxtCtr{
	padding: 0;
}

.wq-results {
	max-width: 500px;
	font-size: 30px;
	text-align: center;
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto;
    padding: 50px 20px;
    border: none;
    background: #fff;

}


.wq-results .wq_quizTitle{
	display: none;
}

.wq-result.wq_singleResultWrapper,
.wq-results .wq_shareCtr{
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}


.wq-result.wq_singleResultWrapper{
	width: 100%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-align-items: start;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.wq-result .wq-result-title.wq_resultTitle{
	margin: 20px auto;
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	order: 1;
}

.wq-result .wq-result-score.wq_resultScoreCtr{
	margin: 20px auto;
	font-size: 35px;
	line-height: 40px;
	font-weight: 700;
	text-transform: uppercase;
	order: 2;
}

.wq-result .wq_shareCtr{
	margin: 20px auto;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	order: 3;
}


.wq-results .wq_shareCtr p{
	width: 100%;
	display: block;
	margin: 5px auto;
}
.wq-results .wq_shareCtr button{
	height: 70px;
	width: 70px;
	display: block;
	margin: 10px;
	background: none;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	
}

.wq-results .wq_shareCtr button.wq-share-fb.wq_shareFB{
	background-image: url(img/icon-facebook.svg);
}

.wq-results .wq_shareCtr button.wq-share-tw.wq_shareTwitter{
	background-image: url(img/icon-twitter.svg);
}


.wq-results .wq_shareCtr button span,
.wq-results .wq_shareCtr button i{
	display: none;
}

.wq-quiz.is-completed .wq-questions.wq_questionsCtr{
	height: 100%;

width: 100%;
	opacity: 0;
	animation: animazionesrimpiciolisci 3s;
}

@keyframes animazionesrimpiciolisci {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		height: 100%;
		width: 100%;
	}
}

.wq-quiz.is-completed .wq_quizProgressBarCtr{
	opacity: 0;
	animation: animationscomparsa 3s;
}


@keyframes animationscomparsa {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
	
	.wq_questionImage.wq-question-image {

		width: 300px;
		height: 250px;

	}

}


.wq-share.wq_shareCtr{
	display: none !important;
}


.wq-result .wq-result-score.wq_resultScoreCtr{
	display: block;
	width: 100%;
}

/* Portrait and Landscape */
@media 
  (min-device-width: 800px) 
  and (max-device-width: 1280px) {

	.logo {
		max-width: 200px;
		margin: 5px auto;
		margin-bottom: 10px;
	}

	.logo.net {
		max-width: 70px;
	}

	.logo.fgv-eco {
		max-width: 60px;
	}

	.logo.nome-gioco {
		max-width: 200px;
		margin: 10px auto;
		margin-bottom: 20px;
	}

	.logo.restart, .logo.home {
		max-width: 25px;
	}

	.wq_questionImage.wq-question-image {

		width: 300px;
		height: 250px;

	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage{
		width: 180px;
		height: 200px;
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage .wq_answerImgCtr{
		width: 170px;
		height: 170px;
	}

	.wq_singleAnswerCtr .wq_answerTxtCtr {
		font-size: 18px;
		line-height: 22px;
		padding: 3px;
	}

}

/* Portrait */
@media 
  (max-device-width: 800px) 
  and (orientation: portrait) { 

}

/* Landscape */
@media 
  (max-device-width: 1280px) 
  and (orientation: landscape) { 

}


/** ipad **/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {

	.site-content{
		padding-bottom: 20vh;
	}
	.site-content::before{
		width: 40vw;
		background-image: url(img/grafica-sinistra-mobile.svg);
		background-position: left bottom;
	}

	.site-content::after{
		width: 40vw;
		background-image: url(img/grafica-destra-mobile.svg);
		background-position: right bottom;
	}

	.wq_questionImage.wq-question-image {

		width: 280px;
		height: 250px;
		margin: 5px;
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage{
		width: 220px;
		height: 180px;
		margin: 2px
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage .wq_answerImgCtr{
		width: 150px;
		height: 150px;
	}

	.wq-quiz-trivia .wq_questionTextCtr{
		max-width: 250px;
		margin: 5px;
		padding: 0;
	}

	

	.wq_singleQuestionCtr{
		display: grid;
		grid-auto-flow: column;
	}

	.wq_questionTextWrapper.quiz-pro-clearfix{
		grid-column: 1;
	}

	.wq_questionMediaCtr{
		grid-column: 1;
	}

	.wq-question-answers.wq_questionAnswersCtr{
		grid-column: 3;
		grid-row: 1 / 4;
	}

	.wq_triviaQuestionExplanation{
		position: absolute;
		max-width: 280px;
		height: 300px;

	}

}

/* Landscape */
@media only screen 
  and (min-device-width: 350px) 
  and (max-device-width: 768px) 
  and (orientation: landscape) { 

	.logo.net,
	.home .logo.net {

		max-width: 80px;
	
	}

	.logo.fgv-eco,
	.home .logo.fgv-eco {

		max-width: 70px;
	
	}

	.logo,
	.home .logo {

		max-width: 220px;
		margin: 5px auto;
		margin-bottom: 10px;
	
	}

	.logo.nome-gioco,
	.home .logo.nome-gioco {

		max-width: 200px;
		margin: 5px auto;
		margin-bottom: 10px;
	
	}


	.content-text.home{
		padding: 20px;
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.content-text.home .large {
		max-width: 400px;
		font-size: 18px;
		line-height: 20px;
	}
	.site-content{
		padding-bottom: 40vh;
	}
	
	.page-template-pagina-planetframe .site-content{
		padding-bottom: 0;
	}
	.site-content::before{
		width: 50vw;
		background-image: url(img/grafica-sinistra-mobile.svg);
		background-position: left bottom;
	}

	.site-content::after{
		width: 50vw;
		background-image: url(img/grafica-destra-mobile.svg);
		background-position: right bottom;
	}

	.wq_questionImage.wq-question-image {

		width: 250px;
		height: 250px;
		margin: 5px;
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage{
		width: 300px;
		height: 80px;
		padding-left: 80px;
		margin: 0;
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage .wq_answerImgCtr{
		width: 95px;
		height: 95px;

		position: absolute;
		top: -10px;
		left: 0;
		transform: none;
	}

	.wq_singleAnswerCtr .wq_answerTxtCtr, .wq_singleAnswerCtr .wq_answerTxtCt:hover{
		width: 50%;
		left: 100px;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}

	.wq-quiz-trivia .wq_questionTextCtr{
		max-width: 250px;
		margin: 5px;
		padding: 0;
	}

	

	.wq_singleQuestionCtr{
		display: grid;
		grid-auto-flow: column;
	}

	.wq_questionTextWrapper.quiz-pro-clearfix{
		grid-column: 1;
	}

	.wq_questionMediaCtr{
		grid-column: 1;
		margin: 0px;
	}

	.wq-question-answers.wq_questionAnswersCtr{
		grid-column: 3;
		grid-row: 1 / 4;
	}

	.wq_triviaQuestionExplanation{
		position: absolute;
		max-width: 280px;
		height: 300px;

	}

	.wq_quizProgressBar {
		height: 20px;
	}

	.wq_quizProgressBar > span {

		line-height: 15px;
		padding: 1px 5px;
		font-size: 15px;
	
	}

	.wq_quizProgressBarCtr {
		height: 20px;
	}
	
	.logo{
		width: 120px;
		margin: 5px;
		display: block;
	}
	
	.site-header.page .logo.net{
		display: none;
		position: absolute;
		top: 25px;
		right: 15px;
	}
	
	.site-header.page .logo.education{
		display: none;
		position: absolute;
		top: 10px;
		left: 15px;
	}
	
	#masthead {
		height: 0;
	}
	
	.site-header.page .main-navigation{
		width: 100%;
		max-width: none;
	}
	
	.site-header.page .main-navigation li{
		width: 100%;
		margin: 10px auto;
	}
	
	.site-header.page .menu-toggle{
		width: 100%;
		display: block;
		padding: 10px 5px;
		border: none;
		border-top: 1px solid #566e72;
		border-radius: 0;
		background: none;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		color: #566e72;
	}
	.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	}
}

/** ipad **/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait)  {
	.site-content{
		padding-bottom: 10vh;
	}
	.site-content::before{
		width: 45vw;
		background-image: url(img/grafica-sinistra-mobile.svg);
		background-position: left bottom;
	}

	.site-content::after{
		width: 45vw;
		background-image: url(img/grafica-destra-mobile.svg);
		background-position: right bottom;
	}


	.logo.net {

		max-width: 80px;
	
	}

	.logo.fgv-eco {

		max-width: 70px;
	
	}

	.logo {

		max-width: 220px;
		margin: 5px auto;
		margin-bottom: 10px;
	
	}

	.logo.nome-gioco {

		max-width: 200px;
		margin: 5px auto;
		margin-bottom: 10px;
	
	}

	.wq_questionImage.wq-question-image {
		width: 350px;
		height: 250px;
		margin: 0 auto;
		border-radius: 30px;
		overflow: hidden;
		background: #fff;
		position: relative;
	
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage {
		width: 200px;
		height: 220px;
	
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage .wq_answerImgCtr{
		height: 180px;
		width: 180px;
	}

	.wq_singleAnswerCtr .wq_answerTxtCtr {

		font-size: 16px;
		line-height: 20px;
		padding: 3px;
	
	}

	.wq_quizProgressBar {
		height: 20px;
	}

	.wq_quizProgressBar > span {

		line-height: 15px;
		padding: 1px 5px;
		font-size: 15px;
	
	}

	.wq_quizProgressBarCtr {
		height: 25px;
	}
}

/* Portrait */
@media only screen 
  and (min-device-width: 576px) 
  and (max-device-width: 767px) 
  and (orientation: portrait) { 
	.site-content::before{
		width: 50vw;
		background-image: url(img/grafica-sinistra-mobile.svg);
		background-position: left bottom;
	}

	.site-content::after{
		width: 50vw;
		background-image: url(img/grafica-destra-mobile.svg);
		background-position: right bottom;
	}

	.logo.net,
	.home .logo.net {

		max-width: 80px;
	
	}

	.logo.fgv-eco,
	.home .logo.fvg-eco {

		max-width: 70px;
	
	}

	.logo,
	.home .logo {

		max-width: 220px;
		margin: 5px auto;
		margin-bottom: 10px;
	
	}

	.logo.nome-gioco,
	.home .logo.nome-gioco {

		max-width: 200px;
		margin: 5px auto;
		margin-bottom: 10px;
	
	}


	.content-text.home{
		padding: 20px;
		font-size: 16px;
		line-height: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.content-text.home .large {
		max-width: 400px;
		font-size: 18px;
		line-height: 20px;
	}

	.wq_questionImage.wq-question-image {

		width: 350px;
		height: 250px;
		margin: 0 auto;
	
	}


	.wq-answer.wq_singleAnswerCtr.wq_hasImage{
		width: 400px;
		height: 100px;
		padding-left: 80px;
		margin: 5px auto;
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage .wq_answerImgCtr{
		width: 115px;
		height: 115px;

		position: absolute;
		top: -10px;
		left: 0;
		transform: none;
	}

	.wq_singleAnswerCtr .wq_answerTxtCtr, .wq_singleAnswerCtr .wq_answerTxtCt:hover{
		width: 50%;
		left: 130px;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
	}

	.wq-quiz-trivia .wq_questionTextCtr{
		max-width: 250px;
		margin: 5px;
		padding: 0;
	}

	.wq_quizProgressBar {
		height: 20px;
	}

	.wq_quizProgressBar > span {

		line-height: 20px;
		padding: 1px 5px;
		font-size: 17px;
	
	}

	.wq_quizProgressBarCtr {
		height: 25px;
	}

	

}


/* Portrait */
@media only screen 
  and (min-device-width: 350px) 
  and (max-device-width: 576px) 
  and (orientation: portrait) { 
	.site-content{
		padding-bottom: 25vh;
	}
	
	.page-template-pagina-planetframe .site-content{
		padding-bottom: 0;
	}
	
	.site-content::before,
	.home .site-content::before{
		width: 80vw;
		left: 50%;
		transform: translateX(-50%);

		background-image: url(img/grafica-sinistra-mobile.svg);
		background-position: center bottom;
	}

	.site-content::after{
		display: none;
	}


	.logo.net,
	.home .logo.net {

		max-width: 70px;
	
	}

	.logo.fgv-eco,
	.home .logo.fgv-eco {

		max-width: 60px;
	
	}

	.logo,
	.home .logo {

		max-width: 180px;
		margin: 5px auto;
		margin-bottom: 10px;
	
	}

	.logo.nome-gioco,
	.home .logo.nome-gioco {

		max-width: 170px;
		margin: 5px auto;
		margin-bottom: 10px;
	
	}


	.wq_questionImage.wq-question-image {

		width: 250px;
		height: 200px;
		margin: 0 auto;
	
	}

	.icon-quiz {
		max-width: 120px;
		margin: 10px auto;
	}


	.wq-answer.wq_singleAnswerCtr.wq_hasImage{
		width: 300px;
		height: auto;
		padding-left: 0;
		padding: 20px 5px;
		margin: 5px auto;
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage .wq_answerImgCtr{
		width: 115px;
		height: 115px;

		position: absolute;
		top: -10px;
		left: 0;
		transform: none;
		display: none;
	}

	.wq_singleAnswerCtr .wq_answerTxtCtr, .wq_singleAnswerCtr .wq_answerTxtCt:hover{
		width: 100%;
		left: 0;
		padding: 5px;
		font-size: 18px;
		line-height: 20px;
		text-align: left;
		position: static;
	}

	.wq-quiz-trivia .wq_questionTextCtr{
		max-width: 250px;
		margin: 5px;
		padding: 0;
	}

	.wq_quizProgressBar {
		height: 20px;
	}

	.wq_quizProgressBar > span {

		line-height: 20px;
		padding: 1px 5px;
		font-size: 17px;
	
	}

	.wq-answer.wq_singleAnswerCtr.wq_hasImage{
		margin: 0 auto;
	}

	.wq_quizProgressBarCtr {
		height: 25px;
	}

	

}

/* Portrait and Landscape */

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

}


/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.fascia-seconda {
	padding-bottom: 0 !important;
}


/*--------------------------------------------------------------
## News
--------------------------------------------------------------*/

.page-template-pagina-news .row.content-video-scuola, .page-template-pagina-planet .row.content-video-scuola{
	background-color: #1880c1;
}

.row.content-video-scuola svg {
	background-color: #f6f2b4;
}

.page-template-pagina-news h1, .page-template-pagina-planet h1 {
	color: white;
}

#main > div > div > h1:nth-child(2) {
	font-size: 56px;
font-weight: bold;
text-transform: uppercase;
}

.page-template-pagina-news .entry-content, .page-template-pagina-planet .entry-content {
	color: white;
	font-size: 18px;
	line-height: 1.25;
}

.logonatural {
	width: 50%;
	-webkit-filter: drop-shadow( 0px 0px 20px rgba(0, 0, 0, .1))
  filter: drop-shadow( 0px 0px 20px rgba(0, 0, 0, .1))
}

.buttonplanet {
	background: #eb6300 !important;
	font-size: 27px;
	width: 100%;
	margin-bottom: 40vh;
}

.news {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	z-index: 10;	
}

.card-news {
	width: 49%;
	background-color: white;
	height: 100%;;
	border-radius: 30px;
	margin-bottom: 2%;
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
	text-decoration: none;
 }
 
 .news-container {
	 padding: 20px;
 }
 
 .card-news h3 {
	text-decoration: none;
	line-height: 1.1;
	margin: 0 auto;
 }
 
 .card-news hr {
	 margin: 10px 0;
 }
 
 .card-news p {
	line-height: 1.2;
	margin: 0 0 20px 0;
 }
 
 .news-immagine {
	height: 50%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px 20px 0 0;
	height: 200px;
 }
 
.mec-wrap {
	text-align: auto !important;
	text-align: -webkit-auto !important;
	position: relative;
	z-index: 10;
}

.mec-wrap h2{
	margin: auto !important;
}

.mec-skin-tile-month-navigator-container .mec-next-month, .mec-skin-tile-month-navigator-container .mec-previous-month {
	z-index: 10;
}

.mec-event-tile-view article.mec-tile-item div {
	z-index: 11;
}

.mec-single-fluent-body .featherlight {
	background-color: rgba(0, 0, 0, 0.8);
}
 
dl {
	margin: 0 !important;
}

.entry-content .mec-fluent-wrap.mec-single-fluent-wrap h1, .entry-content .mec-fluent-wrap.mec-single-fluent-wrap h2, .entry-content .mec-fluent-wrap.mec-single-fluent-wrap h3, .entry-content .mec-fluent-wrap.mec-single-fluent-wrap h4, .entry-content .mec-fluent-wrap.mec-single-fluent-wrap h5, .entry-content .mec-fluent-wrap.mec-single-fluent-wrap h6, .mec-fluent-wrap.mec-single-fluent-wrap, .mec-fluent-wrap.mec-single-fluent-wrap .mec-agenda-event-title a, .mec-fluent-wrap.mec-single-fluent-wrap .mec-calendar .mec-event-article .mec-event-detail, .mec-fluent-wrap.mec-single-fluent-wrap .mec-calendar .mec-event-article .mec-localtime-details div, .mec-fluent-wrap.mec-single-fluent-wrap .mec-calendar.mec-calendar-daily .mec-calendar-d-top h2, .mec-fluent-wrap.mec-single-fluent-wrap .mec-calendar.mec-calendar-daily .mec-calendar-d-top h3, .mec-fluent-wrap.mec-single-fluent-wrap .mec-event-content p, .mec-fluent-wrap.mec-single-fluent-wrap .mec-event-grid-modern .event-grid-modern-head .mec-event-day, .mec-fluent-wrap.mec-single-fluent-wrap .mec-search-bar-result .mec-event-detail, .mec-fluent-wrap.mec-single-fluent-wrap .mec-toggle-item-col .mec-event-day, .mec-fluent-wrap.mec-single-fluent-wrap .mec-totalcal-box .mec-totalcal-view span, .mec-fluent-wrap.mec-single-fluent-wrap .mec-totalcal-box input, .mec-fluent-wrap.mec-single-fluent-wrap .mec-totalcal-box input[type="submit"], .mec-fluent-wrap.mec-single-fluent-wrap .mec-totalcal-box select, .mec-fluent-wrap.mec-single-fluent-wrap .mec-weather-summary-temp, .mec-fluent-wrap.mec-single-fluent-wrap a, .mec-fluent-wrap.mec-single-fluent-wrap div:not([class^="elementor-"]), .mec-fluent-wrap.mec-single-fluent-wrap h1, .mec-fluent-wrap.mec-single-fluent-wrap h2, .mec-fluent-wrap.mec-single-fluent-wrap h3, .mec-fluent-wrap.mec-single-fluent-wrap h4, .mec-fluent-wrap.mec-single-fluent-wrap h5, .mec-fluent-wrap.mec-single-fluent-wrap h6, .mec-fluent-wrap.mec-single-fluent-wrap input, .mec-fluent-wrap.mec-single-fluent-wrap p, .mec-single-fluent-body .lity-container, .mec-single-fluent-body .lity-container .mec-events-meta-group-booking input[type="email"], .mec-single-fluent-body .lity-container .mec-events-meta-group-booking input[type="number"], .mec-single-fluent-body .lity-container .mec-events-meta-group-booking input[type="text"], .mec-single-fluent-body .lity-container a, .mec-single-fluent-body .lity-container div:not([class^="elementor-"]), .mec-single-fluent-body .lity-container h1, .mec-single-fluent-body .lity-container h2, .mec-single-fluent-body .lity-container h3, .mec-single-fluent-body .lity-container h4, .mec-single-fluent-body .lity-container h5, .mec-single-fluent-body .lity-container h6, .mec-single-fluent-body .lity-container input, .mec-single-fluent-body .lity-container label, .mec-single-fluent-body .lity-container p, .mec-single-fluent-body .lity-container span {
	font-family: "Proxima Soft", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.mec-single-fluent-body .featherlight .mec-single-fluent-wrap {
	border-radius: 20px;
}

.mec-single-fluent-wrap .mec-events-event-image img {
	border-radius: 20px;
}

.single-mec-events .mec-single-fluent-wrap {
	background-color: rgba(255, 255, 255, 0);
}

.single-mec-events .site-content {
	background-color: #1880c1;
}

.mec-event-tile-view article.mec-tile-item .mec-event-title a {
	text-decoration: none;
}
 
/*--------------------------------------------------------------
## Single News
--------------------------------------------------------------*/
 
 
.post-template-single-news .site-main{
	background-color: #fffde7;
}
 
.post-template-single-news .content-area img, .page-template-pagina-planet  .content-row img{
	border-radius: 20px;
	box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
}

.linkarticoli {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	z-index: 10;	
}

.linkarticolo {
	width: 40%;
	line-height: 1.1;
}

.linkarticolo {
	width: 40%;
	line-height: 1.1;
}

.post-template-single-news h1 {
	line-height: 1.1;
}

/*--------------------------------------------------------------
## Social
--------------------------------------------------------------*/

.paginasocial .scriptlesssocialsharing__buttons {
width: 100%;
margin: 0 auto;
flex-flow: column;
}

.paginasocial .scriptlesssocialsharing__buttons a{
margin-bottom: 5px;
padding: 20px;
font-size: 20px;
}

.paginasocial .scriptlesssocialsharing__buttons a.button, .paginasocial .scriptlesssocialsharing__buttons a.button:hover, .paginasocial .scriptlesssocialsharing__buttons a.button:focus, .paginasocial .scriptlesssocialsharing__buttons a.button:active {
padding: 20px;
}

@media screen and (max-width: 767px) {
.paginasocial .sss-name {
position: relative !important;
clip: auto !important;
height: auto !important;
width: auto !important;
border-radius: 0;
overflow: hidden;
}}

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


@media screen and (max-width: 768px) {
	.gdr-entry-content {
		width: 90%;
		padding: 30px;
	}
	
	.imgtitle, .imgintro {
		width: 100%;
		padding-top: 40px;
		margin: 0 auto;
	}
	
	.flexibleimage {
		width: 90%;
		margin: 40px auto;
	}
	
	.immagine100, .testo100, .immagine50, .testo50, .container50 {
		width: 100%;
	}
	
	.testo80 {
		width: 100%;
		margin-top: 10px;
	}
	
	.icona20 {
		width: 30%;
		margin: 0 auto;
	}
	
	.testo50 {
		margin: 40px 0 0 0;
	}
	.gruppopassaggio {
		padding: 30px;
	}
	.gdr-flexible h3 {
		font-size: 30px;
	}
	
	.container50.colonna {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-items: flex-start;
		align-items: flex-start;

	}
	
	.container50.colonna > div {
		width: 46%;
	}
	
	.container33 {
		width: 100%;
	}
	
	.noborder {
		border: 0;
	}
	.card-news {
		width: 100%;
		margin-bottom: 5%;
	}
	.linkarticolo {
		width: 100%;
		margin-bottom: 20px;
	}
	.col-50 {
		width: 100% !important;
	}
	.nopadding {
		padding: 0;
	}
} 

@media screen and (max-width: 501px) {
	.testo50 {
		font-size: 18px;
	}
	.tipologiegdr {
		width: 100%;
		margin: 2% 0%;
	}
} 

.schedejunker {
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 1.5rem;
}

.schedejunker p:last-child{
margin: 0;
}

.wp-block-separator {
	border: none !important;
}

.contenitorejunker {
	display: flex; flex-flow: row; justify-content: space-between;
}

.gruppojunker{
	width: 49%;
	display: flex;
	flex-flow: column;
}

@media screen and (max-width: 768px) {
	.contenitorejunker {
		display: flex; flex-flow: column; justify-content: space-between;
	}

	.gruppojunker {
		width: 100%;
		margin-bottom: 1.5rem;
	}
} 
/*

* {
  user-select: none;
}
*::selection {
  background: none;
}
*::-moz-selection {
  background: none;
} */