/*
	Theme Name: ComuneInfo
	Theme URI: http://botiq.it
	Description: Tema del sito comune-info.net
	Author: Botiq
	Author URI: http://botiq.it

	Version: 1.1.5

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.pagination:before
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
body {
	color: #111;
	font-family: 'Droid Serif', serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
}
body.altitude-home {
	background: none;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #f8aa0c;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: square;
}

b,
strong {
	font-weight: 800;
}

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

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #111;
	clear: both;
	margin: 20px 0;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	font-weight: 900;
	margin: 0 0 20px;
	color:#f8aa0c;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: 900;

}
h1 {
	font-size: 38px;
		line-height:40px;
}

h2 {
	font-size: 34px;
	margin:20px 0px;
		line-height: 36px;

}

.category h2 {
	font-size: 36px;
	margin: 0px 0px;
	line-height: 32px;
}

.page h4 {
	margin-bottom:10px;
}
.recent-post-slider h2.wp-post-title a {
	font-size: 28px!important;
	line-height: 32px!important;
}

.front-page-2.solid-section h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section h4, .solid-section h4 {
font-family: 'Source Sans Pro', Helvetica,sans-serif;
  font-size: 28px;
color:#fff;

}
.front-page-6 .image-section h4,.front-page-6 .solid-section h4 {
	color: #222;
}


h5, .single .entry-content h2,.single-tribe_events h2  {
	font-size: 22px;
	background: #e7f3ba;
	font-family: 'Droid Serif', serif;
	color: #111;
	padding: 20px;
	font-weight: 400;
	line-height: 27px;
}

h5 strong{
font-weight: 400;
}
h6 {
	font-size: 18px;
	font-weight: 400;
	background: #efefef;
	font-family: 'Droid Serif', serif;
	padding: 20px;
	color: #111;
}

.blog h2, .archive h2 {
	font-size: 21px;
	line-height: 24px;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: -5px;
}
.archive .feature h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	margin-top: 0px;
	margin-bottom: -4px;
}
	html body.blog div.entry-content p,html body.archive div.entry-content p
{
	font-size:16px;
	line-height: 26px;
}
html body.archive div.entry-content p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
}
.blog h2 a, .archive h2 a {font-weight: 800;}
.alignleft {
	float: left;
	text-align: left;
}
.blog .feature p, .archive .feature p, html body.blog .feature div.entry-content p {font-size:20px; line-height: 26px;}

.entry-content h3, .page-id h4 {
	font-weight:800;
	color:#f8aa0c;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
.single .entry figure {margin-bottom:20px}

.entry iframe {
	display: block;
  margin:10px 0px;
	}
img {
	height: auto;
}
#wpadminbar {
	z-index:99999;
}
.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin: 0.5em auto !important;
}



/* Remove all styling from Galleries. This will allow Masonry to work a bit better. Only available on WP >= 3.9 since it requires HTML5 <figure> */
.gallery *,
.gallery a
{
    line-height: 1 !important;

    display: inline !important;

    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;
    vertical-align: middle !important;
    text-decoration: none !important;

    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.gallery-item
{
        background-color: #eaeaea;
}


.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	padding: 20px;
}


input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #f8aa0c;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #000;
opacity:1;

}

::-webkit-input-placeholder {
	color: #000;
}

button,
input[type="reset"],
input[type="submit"],
.button,
.widget .button {

   	border-radius: 3px;
    	font-size: 13px;
   	padding: 5px 10px 5px;
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	width: auto;
 	margin:20px 5px 20px 0px;

}
.front-page-2 button, .front-page-2.button,
.front-page-2 .widget .button {background:#333; color:#fff;	border: 2px solid #333;}
 .front-page-2 .widget .button a, .front-page-2 .widget button a {color:#fff;}

.front-page-2 button:hover, .front-page-2.button:hover,
.front-page-2 .widget .button:hover , .front-page-2 .widget button a:hover,  .front-page-2 .widget .button a {background:#B98E3C; color:#fff;border: 2px solid #B98E3C;}

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

/* Buttons
--------------------------------------------- */

button:hover , button a:focus, button a:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color:#B98E3C;
	border: 2px solid #B98E3C;
	color: #fff;
}

.button {
	display: inline-block;
}
.button a,button a {color:#fff;}
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear {
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover {
	background-color: #cc3366;
	border: 2px solid #cc3366;
	color: #fff;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #fff;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

span.pulsante {

    	border: 2px solid #f8aa0c;
   	border-radius: 3px;
    	font-size: 13px;
	background-color: #FFF;
	color: #f8aa0c;
	font-size: 24px;
	font-weight: 800;
	width: auto;
	padding:4px 10px;
      	margin:10px auto 20px;
	display:inline-flex;

}
span.pulsante a {
	color: #f8aa0c;
}

span.pulsante:hover, span.pulsante a:hover{
       	color:#fff;
	background-color: #f8aa0c;
}



/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px ;

}

td {
	border-top: 1px solid #ddd;
	padding: 10px ;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap,.content-sidebar-wrap
 {
	float: none;
	margin: 0 auto;
	max-width: 1040px;
}
.home .content-sidebar-wrap
 {

	max-width: 100%;
}
.site-inner {
	clear: both;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
	margin-top:120px;


}

.home .site-inner {
	margin-top:0px;
}
.site-inner {
	max-width: 100%;
	margin-top:0px;
}
.site-inner.dark {
	margin-top:50px;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.fa-phone::before,.fa-envelope::before,.fa-podcast::before,.fa-whatsapp::before,.fa-user-circle::before {
    font-size: 18px;
    margin-top: 1px;
    color:#fff;
     font-weight:200;
}
.fa-whatsapp::before {

    color:#fff;

}
span.fa-whatsapp::before {

    color:#fff;
    font-weight:normal;
}
.contatti span.fa-whatsapp::before {
   color:#fff;
    font-weight:bold;
}
.fa-user-circle::before {
 color:#fff;
}
.fa-envelope::before {

    color:#fff;
}



.nav-secondary .genesis-nav-menu a {
	padding: 5px 20px 10px 5px;
	font-size:15px;
	color:#fff;
	text-transform:none!important;
	font-weight:400;
font-family: 'Source Sans Pro', Helvetica,sans-serif;
}

.wpml-ls-menu-item:before {
}
 .nav-secondary .genesis-nav-menu  .wpml-ls-menu-item a 	{
 text-transform:uppercase!important
 }
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description, .author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 30px;
	padding: 20px 0 5px;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 10px;
	width: auto;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}


.entry-title {

	color: #222;
	/* text-transform: uppercase; */
	margin: 5px 0px 0px;

}
 h1.entry-title {

	color: #3d4144;
	/* text-transform: uppercase; */

}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #222;
}

.entry-title a:hover {
	color: #f8aa0c;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 10px auto 10px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 10px 10px 0;
}
.archive .alignleft {
	float: none;
	text-align: left;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 60px 60px;
}
.front-page-1 a.alignleft,.front-page-1 img.alignleft,.front-page-1 .wp-caption.alignleft {
	margin: 0 15px 0px 0;
	clear:both;
}
.wp-caption-text {
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
}
#text {margin:20px 0px;display: block;}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul li {
  margin-bottom: 8px;
  margin-left: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry-title {
	font-size: 48px;
}

/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */

.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background:#fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	padding: 0px 0px;
}
.featured-section .site-header {
}

.featured-section .site-header > .wrap {
	border-bottom: 0px solid #fff;
}

.site-header.dark {
	background-color: #fff;
	position:fixed;
}
.admin-bar .site-header.dark {
	top: 32px;
	z-index: 99999;
}



.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-primary {
	margin: 10px 0px 0px 3px;
	height: 30px;
}
.site-header.dark .site-title a {

}

.dark #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 14px;

}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
 font-weight:800!important;
	padding:0px 20px!important;
}
#mega-menu-primary li.mega-menu-item {padding:0px 20px; font-weight:800;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
margin-top:0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 14px;
	line-height: 30px!important;
	height: 30px!important;

}

#wpadminbar .site-header {
	top: 10px;
}
.site-header.dark .widget-area.header-widget-area {
	float: right;
	height: 40px;
}
#responsive-menu-pro-container {
	left: 0;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 5px 0;
	display: block;
	width: 550px;
	margin-top: 0px;
}
.dark .title-area {
	width: 150px;
	position: absolute;
	z-index: 999999;
}
#responsive-menu-pro-container {
	z-index: 999999999;
}

.site-title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}
.header-image .site-title > a {
	background-size: 500px 107px !important;
	display: block;
	height: 107px;
	width: 100%;
	text-indent: -9999px;
}

.header-image .dark .site-title > a {
	height: 45px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item {
	line-height: 17px!important;
	margin:15px 0px;
}
li.mega-menu-item-14760 > a.mega-menu-link {
background:#2a71af!important;
}

li.mega-menu-item-14759 > a.mega-menu-link {
background:#008f5a!important;
}
 li.mega-menu-item-14758 > a.mega-menu-link {
background:#F2A611!important;
}
li.mega-menu-item-14757 > a.mega-menu-link {
background:#B30027!important;
}
  #mega-menu-wrap-secondary #mega-menu-secondary > li.mega-menu-item-4827 > a.mega-menu-link {
background:#24771B!important;
}

.primopiano li {list-style-type:none}
#mega-menu-wrap-primary {
	clear: both;
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}
#mega-menu-wrap-secondary, #mega-menu-wrap-secondary #mega-menu-secondary, #mega-menu-wrap-secondary #mega-menu-secondary ul.mega-sub-menu, #mega-menu-wrap-secondary #mega-menu-secondary li.mega-menu-item, #mega-menu-wrap-secondary #mega-menu-secondary a.mega-menu-link {
	clear: both;
	color: #222;
	font-size: 14px!important;
	font-weight: 400;
	line-height: 1;
	width: 100%;
}




.genesis-nav-menu {
	line-height: 1;
	font-size:14px;
}

.genesis-nav-menu .menu-item {
	display: inline-flex;
	text-align: left;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	color: #3d4144;
	font-family: 'Source Sans Pro', Helvetica, sans-serif;
	font-size: 14px;
}

.genesis-nav-menu a:hover {
color:#f8aa0c;
}
 .genesis-nav-menu .current-menu-item a {
color:#f8aa0c;
}
.site-header.dark .genesis-nav-menu .current-menu-item  a {
	color:#f8aa0c;
}

.site-header.dark .genesis-nav-menu a {
	padding: 20px 15px;
	color:#f8aa0c;
}
.site-header.dark .genesis-nav-menu a:hover {
	color:#f8aa0c;
}
.site-header.dark #menu-menuprincipale {display: none;}

.genesis-nav-menu li.highlight a:hover::before {
	color: #fff;
}

.genesis-nav-menu li.highlight > a {
	font-weight: 900;
}


.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 220px;
	z-index: 99;
	top:110px;

}

.menuscroll .genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 220px;
	z-index: 99;
	top:50px;

}


.genesis-nav-menu .sub-menu a {
	background-color: #cc3366;
	padding: 8px 20px;
	position: relative;
	width: 220px;
}


.menuscroll .genesis-nav-menu .sub-menu a {
	background-color: #f8aa0c;
	padding: 6px 20px;
	position: relative;
	width: 220px;
}
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

.sidr li a, .sidr .menu-item a {
font-family: 'Source Sans Pro', Helvetica,sans-serif;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	position: absolute;
	background: #dbdbdb;
	left: 0;
	top: 120px;
	padding: 4px;
}
.admin-bar  .nav-primary {
	top: 150px;
}
.nav-primary .genesis-nav-menu {
	float: left;
	max-width: 1000px;
}


.widget-area.header-widget-area {
	float: right;
height:55px;
position:relative;
}


#text-37 {
	position: absolute;
	top: 203px;
	right: 65px;
}
.dark #text-37 {
	position: relative;
	top: 28px;
	left: -70px;
}


#text-35 p {margin:0px;}


 button#responsive-menu-pro-button {
	top: 125px !important;
	right: -115px !important;
	border-radius: 180px;
}
#responsive-menu-pro-container #responsive-menu-pro-wrapper {
	background: rgba(255, 255, 255, 0);
margin-top:100px;
}

#text-13 {
	position: relative;
	top: -25px;
	right: 0px;
}

.dark #text-13 {
	display: none;
	position: relative;
	right: 0px;
}
.dark button#responsive-menu-pro-button {
	right: 0px !important;
	top: 2px !important;
}
.dark .nav-primary {display: none;}
.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {

	border-radius: 0px!important;

}
.responsive-menu-pro-open button#responsive-menu-pro-button {
	top: 4% !important;
	left: 2% !important;
	position: fixed;
	z-index: 9999999999;
}


#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
	left: 7% !important;
	top: -7px !important;
}
#responsive-menu-pro-container {
	z-index: 999999!important;
}
#responsive-menu-pro-container #responsive-menu-pro .responsive-menu-pro-back {
	padding-left: 10%!important;
color:#fff!important;
	}
#responsive-menu-pro-container #responsive-menu-pro-search-box, #responsive-menu-pro-container #responsive-menu-pro-additional-content, #responsive-menu-pro-container #responsive-menu-pro-title {
	padding: 25px 5%!important;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box {
	background: transparent!important;
	border: 0px solid rgb(218, 218, 218)!important;
	color: #fff;
		border-bottom:1px solid #fff!important;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box::placeholder {
	color: #fff!important;
	opacity: 0.8;
	font-weight: 800;
	font-size:22px;

}
.menutitle {
	position: relative;
	top: 6px;
	left: 25px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}
.site-header.dark .menutitle {display: none}
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	margin: 15px 75px 0px 15px;
	float: right;
}
.nav-primary li {
	margin-left: 0px;
	list-style-type: none;
	background: #fff;
	padding: 2px 5px;
	margin: 2px 2px;
	font-size: 14px;
	border-radius: 8px;
}

/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 900;
	letter-spacing: 3px;
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */


.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}
.logged-in .responsive-menu-icon::before {
	color: #f8aa0c;
	content: "\f333";
	font: normal 41px/1 "dashicons";
	margin: 0 auto;
	position: absolute;
	top: 55px;
	z-index: 99999999;
	right: 25px;
}

.responsive-menu-icon::before {
	color: #f8aa0c;
	content: "\f333";
	font: normal 41px/1 "dashicons";
	margin: 0 auto;
	position: absolute;
	top: 23px;
	z-index: 99999999;
	right: 25px;
}
.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	width: 100%;
}

.image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.front-page-1 .image-section .widget-area {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	margin-top: 0px;
	-webkit-background-clip: padding-box;
	-moz-background-clip:    padding;
	background-clip:         padding-box;
	position: relative;
	z-index: 9;
	padding-top:0px;
}

.solid-section h4
{color:#fff;font-weight:900;
}
.front-page-4 .solid-section h4
{color:#111;font-weight:900;
}
.front-page-2
{
	padding-bottom: 0px;
	margin-top:0px;
color:#000;
background:#FFF;
margin-bottom:20px;
}
.front-page-2 p
{
	padding-bottom: 0px;
font-size:18px;
}

h2.attivita {
	color: #fff;
	font-size: 55px !important;
	text-align: center;
	font-weight: 900;
}
#ubm-banners-3 img {width:350px!important;
margin-bottom:20px;}
.front-page-2 .one-fourth {
	width: 24.99%;
}
.front-page-3 p {
	padding-bottom: 0px;
	padding-top: 0px;
	color: #222;
	font-size: 24px;
	margin-bottom: 10px;
}
#front-page-2 .image-section h4, #front-page-2 .solid-section h4
{color:#222;font-weight:900;
}
#front-page-3 .image-section h4, #front-page-3 .solid-section h4
{color:#fff;font-weight:900;
}


.home .entry.post-404732 {display:none}

.front-page-5 {
background:#dbdbdb;
padding: 30px 0;
}
.front-page-7 {
background:#f8aa0c;
padding: 30px 0;
}
.front-page-7 h4 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.front-page-7 #text-24.widget {
	width: 100%;
	margin-left: 0;
	padding: 0;
	background: none;
}
#text-26 {
position:relative;

}
#text-26 a::after {
	position: absolute;
	top: -4px;
	right: -50px;
	color: #000;
	font-family: "dashicons";
	content: "\f345";
	font-size: 26px;
}
#text-26 a {
	font-size: 22px;
color:#000;
position:relative;
}
#text-34 {
position:relative;

}
#text-34 a::after {
	position: absolute;
	top: -4px;
	right: -50px;
	color: #000;
	font-family: "dashicons";
	content: "\f345";
	font-size: 26px;
}
#text-34 a {
	font-size: 22px;
color:#000;
position:relative;
}

#text-34::after {
	border: 2px solid #000000;
	width: 70%;
	position: absolute;
	top: 37px;
	right: 26px;
}


#text-25 p {font-size:22px;}

#text-26::after {
	border: 2px solid #000000;
	width: 70%;
	position: absolute;
	top: 37px;
	left: 0px;
}

.front-page-3 {
	background: #e1eec9;
	padding: 20px 0 5px;
	margin-bottom: 20px;
}
.front-page-6 {
	background: #fff;
	padding: 20px 0 5px;
	margin-bottom: 0px;
}
.front-page-1 {
	position: relative;
	background-color: #fff;
}

.front-page-1 .image-section {
	padding-top: 0px;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 0px;
}

.front-page-4 .solid-section {
	background-color: #fff;
}
.front-page-3 p, .front-page-4 p {
	text-align:left;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}


#evidenza p  {font-size:17px;line-height:21px}

/* Dashicons
--------------------------------------------- */

.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets {
	padding-bottom:30px;
	padding-top: 30px;
}



.flexible-widgets .widget {
	float: left;
	margin: 0px 0px 0px;
}
#front-page-1 .flexible-widgets .widget {

}
#front-page-1  .flexible-widgets {
	padding-bottom: 0px;
	padding-top: 0px;
}


#front-page-1 .one-third {margin-left:26px;}
#front-page-1 #dpe_fp_widget-2.one-third  {margin-right:0px;}

	#front-page-2	.flexible-widgets {
		padding-bottom: 0px;
		padding-top: 0px;
	}


		#front-page-2	.one-half img {
			width:380px;
			max-height:200px;
		}


	#front-page-2		.solid-section .widget {
		padding: 0px;
	}
	#front-page-2 .solid-section .widget.one-third {
		margin-left: 26px;
	}

.flexible-widgets.widget-full .widget{
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}


.solid-section .widget {
	padding: 20px 10px;
}

.solid-section .widget-title {
	border-bottom: 0px solid #ddd;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align:center;
}

.flexible-widgets.widget-halves h2,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-fourths h2 {
	font-size: 36px;
}

/* Content
--------------------------------------------- */

.content {
	float: left;
	width: 70%;
	padding: 20px 0px 20px;
	background: rgba(255,255,255,0.9);
	margin: 5px 0px 0px;

}

.single .content {
	max-width: 700px;
	padding-top: 0px;
}

.home .content {
	background: none;
	margin: 0px 0px 0px;
	padding: 20px;
}
.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0px;
	width: 100%;
}

.full-width-content .content.eplacement {
	padding: 0px;
	width: 70%;
	margin-top: 100px;
}
.full-width-content .vef .content.eplacement {
	padding: 0px;
	width: 100%;
	margin-top: 100px;

}

.full-width-content.front-page .content {
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 10px;
}

.home .entry, .archive .entry {
	margin-bottom: 0px;
}

.widget .entry {
	margin-bottom: 0px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 10px;
	margin-left: 30px;
}
.widget .entry-content ol,
.widget .entry-content ul,.widgets_on_page ul {
	margin-bottom: 10px;
	margin-left: 0px;
}


.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #000;
	color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

.entry-header,
.entry-footer {
	text-align: left;
}

.front-page-1 .entry-header,
.front-page-1 .entry-footer {
	text-align: left;
}

.entry-header p.entry-meta {
	margin-bottom: 0px;
}

.entry-header::after {
	border-bottom: 0px solid #000;
	content: "";
	display: block;
	margin: 0 auto 5px;
	padding-bottom: 5px;
	width: 100%;
}

.image-section .entry-header::after {
	border-color: #fff;
}

.entry-footer::before {
	border-top: 0px solid #000;
	content: "";
	display: block;
	margin: 20px auto 0;
	padding-top: 0px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 0px solid #000;
	padding: 0px 0 40px;
	display: block;
	float: left;
}
.after-entry  .widget-title {
	color: #3d4144;
	background: #dbdbdb;
	padding:5px 10px;;
	font-size: 22px;
	font-weight: 900;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #f8aa0c;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.ping-list .reply {
	display: none;
}


/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.widget-title {
	color:#000;
	font-size:22px;
	font-weight:900;
}
#respond input, #respond textarea {

	max-width: 300px;
}
.sidebar {
	float: right;
	width: 30%;
    padding:20px;
	margin-top: 75px;
}
.single .sidebar {
	float: right;
	width: 30%;
    padding:0px;
	margin-top: 20px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 10px;
}

h4 {
	line-height: 28px;
}
.menupage li:before {
  content: "\f18e"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
color:#cc3366;
}
	.menupage  ul {
  list-style: none;
  padding: 0;
}
.menupage li {
  padding-left: 1.3em;
	font-size:17px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:3px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */


.footer-widgets {

	clear: both;
	position: relative;
	z-index: 9;
	background:#333;
}
.footer-widgets .wrap {
	padding-bottom:20px;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:hover {
	color:#B98E3C;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p, .footer-widgets .textwidget {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets h4{
	margin-bottom: 10px;
	font-weight: 900;
	font-size: 28px;
	color: #fff;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 10px;
	text-align: left;
}

.site-footer, .site-footer a {
	color: #f8aa0c;
	font-size: 14px;
	background: #333;
	text-align: center;
}
.site-footer p {
	color: #fff;
}
.site-footer a:hover {
	color: #f8aa0c;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.wpml-ls-statics-footer a,.wpml-ls-statics-footer .wpml-ls-current-language > a,.wpml-ls-statics-footer a:hover, .wpml-ls-statics-footer a:focus,.wpml-ls-statics-footer .wpml-ls-current-language:hover > a, .wpml-ls-statics-footer .wpml-ls-current-language > a:focus {
  background-color:#f8aa0c!important;
color:#fff!important;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
	margin-bottom: 0px!important;
}


/*
Pagina osservatorio
---------------------------------------------------------------------------------------------------- */
ul.temi-osservatorio {
}
ul.temi-osservatorio li {
list-style-type: none;
float:left;
}
ul.temi-osservatorio li a {
	color:#fff;
	font-weight:900;
	font-family: 'Source Sans Pro',Helvetica,sans-serif;
	margin-left: 0;
	background: #ffc624;
	padding: 2px 6px;
	font-size: 18px;
	border-radius: 8px;
	margin:4px;
}
.osservatorio-page a:hover {
color:#555!important;
}
ul.temi-osservatorio li a:hover {
background: #333;
color:#fff!important;
}

#text-38 h4 {
	background:#ff4208;
	font-size:18px;
	padding: 2px 6px;
	font-size: 18px;
	border-radius: 8px;
	margin-bottom:10px;
 }

.osservatorio-page .nav-primary, .page-id-417817 .nav-primary,  .generi .nav-primary, .porteaperte .nav-primary, .incontri .nav-primary, .diritti .nav-primary,  .libri .nav-primary, .saperi .nav-primary,.media-accoglienza-diffusa .nav-primary  {display: none;}
.osservatorio-page #text-13, .page-id-417817 #text-13,.generi #text-13,.porteaperte #text-13,.incontri  #text-13,.diritti  #text-13,.libri #text-13,.saperi #text-13,.media-accoglienza-diffusa #text-13 {
	top: -25px;
	right: 30px;
}
.osservatorio-page .content-sidebar-wrap {max-width: 100%;}
#osservatorio-1 .wrap {max-width: 1040px; text-align: left;}
.osservatorio-page .content-sidebar-wrap, .generi .content-sidebar-wrap, .porteaperte .content-sidebar-wrap, .incontri .content-sidebar-wrap, .diritti .content-sidebar-wrap,  .libri .content-sidebar-wrap, .saperi .content-sidebar-wrap,.media-accoglienza-diffusa .content-sidebar-wrap  {margin-top:0px;}
.osservatorio-page .primopiano img {
	max-height: 500px;
	width:100%;
}

.osservatorio-page .primopiano {
	position: relative;
	max-height: 500px;
}
.osservatorio-page a.autori{
	color:#ff4208;
}

.osservatorio-page .entry_meta a:hover {
	color: #555 !important;
}
.osservatorio-page #evidenza .entry_meta a {
	color: #fff;
	font-size: 13px;
	background: #ffc624;
	padding: 2px 5px;
	border-radius: 5px;
}
#featured-video-3 h4 {
	color: #fff;
	font-size: 18px;
	background: #ffc624;
	padding: 2px 5px;
	border-radius: 5px;
	text-transform: uppercase;
	float:left;
	display: block;
	margin-bottom:10px;
}
#text-38.widget, #featured-video-3.widget{
	padding: 20px 10px 0px;
}
#dpe_fp_widget-18.widget {
	padding: 0px 10px 0px;
}
#text-39.widget {
	padding: 10px 10px 0px;
}
#text-39 a {
	color: #fff;
	background: #869429;
	width: 100%;
	text-align: center;
	padding: 2px 6px;
	border-radius: 8px;
	display: block;
	margin: auto;
		font-weight:900;
		font-size:18px;
		font-family: 'Source Sans Pro',Helvetica,sans-serif;
		position:relative;
}
#text-39 a::after {
	content: "\f504";
	color: #fff;
	font-family: dashicons;
	font-weight: 400;
	margin-left: 8px;
	top: 0px;
	position: absolute;
	font-size: 20px;
}
#text-39 a:hover:after {
	color:#555;
}
#text-40 p, #text-41 p {
	line-height: 17px;
		text-align:center;
}
#text-40 img.alignnone, #text-41 img.alignnone{
	margin: 0 0 0px;
}
a.osservatoriolinktext {
	color:#333;
	font-size:15px;
	text-align:center;
	line-height: 17px;
}
a.osservatoriolink {
	color: #fff;
	background: #ffc624;
	width: 100%;
	text-align: center;
	padding: 5px 6px;
	border-radius: 8px;
	display: block;
	margin: 10px auto 10px;
		font-weight:900;
		font-size:18px;
		font-family: 'Source Sans Pro',Helvetica,sans-serif;
		position:relative;
		text-transform: uppercase;

}

a.osservatoriolink::after {
	content: "\f504";
	color: #fff;
	font-family: dashicons;
	font-weight: 400;
	margin-left: 8px;
	top: 5px;
	position: absolute;
	font-size: 20px;
}
a.osservatoriolinktext:hover,a.osservatoriolink:hover,a.osservatoriolink:hover::after {
	color:#555;
}
.libri h4 a {
	color: #fff;
	font-size: 18px;
	background: #ffc624;
	padding: 2px 5px;
	border-radius: 5px;
	text-transform: uppercase;
}
.osservatorio-page #evidenza .entry_meta {
	margin-bottom:8px;
}

.osservatorio-page .entry-title a{
	color:#111;
}

.osservatorio-page .site-title a, .page-id-417817  .site-title a, .generi .site-title a, .porteaperte .site-title a, .incontri .site-title a, .diritti .site-title a,  .libri .site-title a, .saperi .site-title a, .media-accoglienza-diffusa .site-title a {
	background: url(https://comune-info.net/wp-content/uploads/2019/12/logo-benvenutiovunque.png) no-repeat !important;

	background-size: 584px 125px !important;
	display: block;
	height: 125px;
	width: 100%;
	text-indent: -9999px;

}
.osservatorio-page  .title-area, .page-id-417817 .title-area, .generi .title-area, .porteaperte .title-area, .incontri .title-area, .diritti .title-area,  .libri .title-area, .saperi .title-area,.media-accoglienza-diffusa .title-area .diritti .title-area  {
	width: 700px;
}
.osservatorio-page 	button#responsive-menu-pro-button, .page-id-417817 	button#responsive-menu-pro-button,  .generi button#responsive-menu-pro-button, .porteaperte button#responsive-menu-pro-button, .incontri button#responsive-menu-pro-button, .diritti button#responsive-menu-pro-button,  .libri button#responsive-menu-pro-button, .saperi button#responsive-menu-pro-button,.media-accoglienza-diffusa button#responsive-menu-pro-button{
	top: 12px !important;
	right: -135px !important;
	border-radius: 180px;
}
.pulsanteosservatorio a{border: 2px solid #333;}
#osservatorio-1  .flexible-widgets {
	padding-bottom: 0px;
	padding-top: 0px;
}
#osservatorio-2  .flexible-widgets {
	padding-bottom: 0px;
	padding-top: 0px;
}

#osservatorio-4  .flexible-widgets {
	padding-bottom: 0px;
	padding-top: 20px;
}

#osservatorio-1 a.autori, #osservatorio-1 p a{
	color:#ffc624;
}
#osservatorio-3 p a{
	color:#000;
	font-size:26px;
}
#osservatorio-3 .widget-title {
	margin-bottom: 10px;
	font-size: 40px;
}
#osservatorio-1 {
	padding-top:10px;
	padding-bottom:20px;

}
.osservatorio-page #evidenza .entry_meta a:nth-child(2) {display: none;	}

#osservatorio-2 {
	background: #efefef;
}

#osservatorio-3 {
	background: #ffc624;
	text-align:center;
}
#osservatorio-4 {
	background: #efefef;
}


#osservatorio-5 {
	background: #ffc624;
	text-align:center;
}
#osservatorio-5 h4 {
	text-align:center;
}
.flexible-widgets #text-32.widget {width:100%;}


/* ! Custom CSS */
.scuoleaperte-5 {
	margin:40px 0px;
}
#text-60 {
	background: #8de5ce;
	padding: 30px 30px 10px;
	border-radius: 30px;
}
#text-60 a {
	color:#333;
}

#text-60 a:hover {
	color:#f8aa0c;
}

.banner-2022 {
	background: #8de5ce;
	padding: 30px 30px 10px;
	border-radius: 30px;
}
.banner-2022 a {
	color:#333;
}

.banner-2022 a:hover {
	color:#f8aa0c;
}
h4.domandaquestionario {
	background: #333;
	padding: 19px;
	margin: 30px 0px;
	color: #fff;
}
hr.separatoredomanda {
	border-top: 15px solid #f8aa0c;
	margin-top: 30px;
	margin-bottom: 50px;
}
.wpcf7-form-control.wpcf7-textarea.campo {
	width: 100%;
	background: #efefef;
}
.camponome {
	background: #efefef;
}

.selezionaclasse {
	background: #efefef;
	margin-bottom: 30px;
}
.ebook-row p, .ebook-row img{margin-bottom:0px;padding-bottom:0px}

.header__hamburger {display: none;}
.wp-block-image figcaption {
	font-size: 14px;
}
.comment-respond, .entry-comments, .entry-pings {
	margin-bottom: 20px;
}
#custom_html-9 {display:none;}
#dpe_fp_widget-13 {display:none;}

#dpe_fp_widget-8 .addtoany_content, #custom_html-8 .addtoany_content, #custom_html-9 .addtoany_content, #dpe_fp_widget-12 .addtoany_content, #dpe_fp_widget-13 .addtoany_content,#dpe_fp_widget-13 .addtoany_content, #custom_html-18 .addtoany_content {display: none;}
#featured-video-2 {margin-top:0px;}
#text-40 {margin-top:-104px;}
#custom_html-8 {margin-top:0px;}
#custom_html-8 p{margin-bottom:0px;}

@keyframes cf4fade {
	0% {opacity: 0; z-index: 9999;}
	 20% {opacity: 1;z-index: 9999;}
	 33% {opacity: 1;z-index: 9999;}
	 53% {opacity: 0;z-index: 9999;}
	 100% {opacity: 0;z-index: -1; }
 }


@-webkit-keyframes cf4FadeInOut {
	0% {opacity: 0;z-index: 9999;}
	20% {opacity: 1;z-index: 9999;}
	33% {opacity: 1;z-index: 9999;}
	53% {opacity: 0;z-index: 9999;}
	100% {opacity: 0;z-index: -1;}
}

@-moz-keyframes cf4FadeInOut {
	0% {opacity: 0;z-index: 999;}
	 20% {opacity: 1;z-index: 9999;}
	 33% {opacity: 1;z-index:9999;}
	 53% {opacity: 0;z-index: 9999;}
	 100% {opacity: 0;z-index: -1;}
}

@-o-keyframes cf4FadeInOut {
	0% {opacity: 0;z-index: 9999;}
	 20% {opacity: 1;z-index: 9999;}
	 33% {opacity: 1;z-index: 9999;}
	 53% {opacity: 0;z-index: 9999;}
	 100% {opacity: 0;z-index: -1;}
}

@keyframes cf4FadeInOut {
	0% {opacity: 0;z-index: 9999;}
	 20% {opacity: 1;z-index: 9999;}
	 33% {opacity: 1;z-index: 9999;}
	 53% {opacity: 0;z-index: 9999;}
	 100% {opacity: 0;z-index: -1;}
}

#cf4a a img {
  position:absolute;
  left:0;
	top:0;
}

#cf4a {
	position: relative;
	height: 329px;
	width: 329px;
	margin: 0 auto;
  animation-name: cf4fade;



}
#cf4a a img {
	width: 329px;

}
#cf4a a {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 20s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 20s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 20s;
}

#cf4a a:nth-of-type(1) {
  -webkit-animation-delay: -10s;
  -moz-animation-delay: -10s;
  -o-animation-delay: -10s;
  animation-delay: -10s;
}
#cf4a a:nth-of-type(2) {

}


#campagnesquare2 img {
  position:absolute;
  left:0;
	top:0;
}

#campagnesquare2 {
	position: relative;
	height: 329px;
	width: 329px;
	margin: 0 auto;
  animation-name: cf4fade;

}
#campagnesquare2 a img {
	width: 329px;

}
#campagnesquare2 a{
	animation-name: cf4fade;

}
#campagnesquare2 a {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 20s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 20s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 20s;
	position: absolute;
	top:0px;
	height: 329px;
	width: 329px;
}

#campagnesquare2 a:nth-of-type(1) {
  -webkit-animation-delay: -10s;
  -moz-animation-delay: -10s;
  -o-animation-delay: -10s;
  animation-delay: -10s;
}

#campagnesquare3 img {
  position:absolute;
  left:0;
	top:0;
}

#campagnesquare3 {
	position: relative;
	height: 329px;
	width: 329px;
	margin: 0 auto;
  animation-name: cf4fade;

}
#campagnesquare3 a img {
	width: 329px;

}
#campagnesquare3 a{
	animation-name: cf4fade;

}
#campagnesquare3 a {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 24s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 24s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 24s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 24s;
	position: absolute;
	top:0px;
	height: 329px;
	width: 329px;
}

#campagnesquare3 a:nth-of-type(1) {
  -webkit-animation-delay: -8s;
  -moz-animation-delay: -8s;
  -o-animation-delay: -8s;
  animation-delay: -8s;
}
#campagnesquare3 a:nth-of-type(2) {
  -webkit-animation-delay: -16s;
  -moz-animation-delay: -16s;
  -o-animation-delay: -16s;
  animation-delay: -16s;
}


#campagnelead2 a {
  position:absolute;
  left:0;
	top:0;
}

#campagnelead2{
	position: relative;
	height: 85px;
	width: 684px;
	margin: 0 auto;
  animation-name: cf4fade;
	top:-10px;
}


#campagnelead2 a img {
	width: 684px;
height:85px;
}
#campagnelead2 a  {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 20s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 20s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 20s;
	position: absolute;
	top:0px;
	width: 684px;
height:85px;
}

#campagnelead2 a:nth-of-type(1) {
  -webkit-animation-delay: -10s;
  -moz-animation-delay: -10s;
  -o-animation-delay: -10s;
  animation-delay: -10s;
}
#campagnelead2 a:nth-of-type(2) {
}

#campagnelead3 a {
  position:absolute;
  left:0;
	top:0;
}

#campagnelead3{
	position: relative;
	height: 85px;
	width: 684px;
	margin: 0 auto;
  animation-name: cf4fade;
	top:-10px;
}


#campagnelead3 a img {
	width: 684px;
height:85px;
}
#campagnelead3 a  {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 24s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 24s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 24s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 24s;
	position: absolute;
	top:0px;
	width: 684px;
height:85px;
}

#campagnelead3 a:nth-of-type(1) {
  -webkit-animation-delay: -8s;
  -moz-animation-delay: -8s;
  -o-animation-delay: -8s;
  animation-delay: -8s;
}
#campagnelead3 a:nth-of-type(2) {
  -webkit-animation-delay: -16s;
  -moz-animation-delay: -16s;
  -o-animation-delay: -16s;
  animation-delay: -16s;
}

#slideshow {
    position: relative;
    width: 330px;
    height: 330px;

}

#slideshow > div {
    position: absolute;
		top:0px;
		left:0px;
}

.archive .printfriendly, .search .printfriendly {display: none}

.featured-videos-for-genesis h2 {
	font-size: 19px!important;
	line-height: 21px;
	margin-top: -10px!important;
	margin-bottom: 10px;
}
.searchandfilter ul {
	display: grid!important;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
}

.articoli-sidebar img {border-radius:120px; max-width: 75px;}
h3.tribe-events-list-event-title {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	position: absolute;
	left: 90px;
	top: 30px;
	max-width: 220px;
}
.home h3.tribe-events-list-event-title {
	top: 20px;
	}
.home article.type-tribe_events {
	position:relative;
margin-bottom:5px!important;

}

.home article.type-tribe_events img {
	margin-left: 15px;
	max-width: 60px;
}

.home .tribe-events-event-meta {
	font-size: 16px;
	margin-bottom: 3px;
	font-family: 'Source Sans Pro',Helvetica,sans-serif;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 90px;
	line-height: 17px;
}

#tribe-events-content {
	margin-top:60px;
}
#dpe_fp_widget-6, #custom_html-7 {
	margin-top:10px;
}
#dpe_fp_widget-6 .widget-wrap,#custom_html-7 .widget-wrap {
	background: #fce9cb;
	border-radius: 0px 0px 5px 5px;
	padding-bottom: 2px;
}
.articoli-sidebar article {position:relative}
.articoli-sidebar h2 a {
	position: absolute;
	left: 120px;
	top: 0px;
	font-size: 17px;
	line-height: 19px;
}

#dpe_fp_widget-6 .archivionews,#custom_html-7 .archivionews{

	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	margin-top: 5px;
	display: block;
	margin-bottom: 5px;
	float: right;
	text-align: center;
	width: 100%;
	font-size:14px;

}
#dpe_fp_widget-6 a.archivionews, #custom_html-7 a.archivionews{
	color:#3d4144;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;

}
#dpe_fp_widget-6 h4,#custom_html-7 h4 {
	background: #3d4144;
	color: #fff !important;
	font-size: 18px;
	padding-bottom: 0px;
	margin:0px 0px 19px;
	border-radius: 5px 5px 0px 0px;
}
#text-10 input, #text-20 input {
	background-color: transparent;
	border: 0px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-weight: 300;
	padding: 0px 30px 20px;
	margin: auto;
	width: 200px !important;
}
#text-20 h4 {text-align: center;}
.single .quadrato a img {
	width: 310px;
	margin-bottom:20px;
}
.home .quadrato img {
	width: 350px;
	margin:0px 0px 10px;
}
.home .content-sidebar-wrap {
	margin-top: 70px;
}
.content-sidebar-wrap {
	margin-top: 55px;
}
.comunicazione-big {margin-bottom:20px;}
.post-edit-link {font-size:14px;}
.archive .entry-data,.archive  .entry-footer  {
	display: none;
}
.search .entry-data,.search .entry-meta,.search  .entry-footer  {
	display: none;
}

.single a.autori {
	font-size: 20px;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	font-weight: 400;
	margin: -2px 20px 5px 0px;
	float: left;
}
.single a.autori {
	font-size: 20px;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	font-weight: 400;
	margin: -2px 20px 5px 0px;
	float: left;
}

.archive a.autori {
	font-size:16px;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	font-weight: 900;
	margin: 2px 0 2px;
}

.single  #articoli_evidenza a.autori {
	font-size: 18px;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	font-weight: 900;
	float:none;
}
.single .entry-data {
	font-size:18px;
}
.archive .entry-data {
	font-size:14px;
}

#tribe-events-pg-template, .tribe-events-pg-template {
	margin: 20px auto;
	max-width: 1100px!important;
}
#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
	padding: 20px!important;
}

.mobile {display: none;}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
	color: #fff;
	font-size: 40px!important;
	max-width: 900px!important;
	padding: 15px!important;
	text-align: center;
	font-weight: 800;
	font-family: 'Source Sans Pro', Helvetica, sans-serif!important;
}


.articoli_sidebar {margin-bottom:10px;}
.articoli_sidebar .entry-title {
	color: #222;
	/* text-transform: uppercase; */
	margin: 0px 0px 20px;
}
#articoli_evidenza .one-half:nth-last-of-type(2n) {
	clear: both;
	margin-left: 0;
}
#articoli_evidenza .one-third:nth-last-of-type(3n), #articoli_evidenza .one-fourth:nth-last-of-type(4n) {
	clear: both;
	margin-left: 0;
}
a.more-link {display: block;}
h2.titolo,h3.titolo {background:#f8aa0c; color:#fff; padding:5px 20px;}
h3.ugb-blog-posts__title  {font-size:22px;font-weight:800; line-height: 26px;}
h3.ugb-blog-posts__title  a {font-weight:800;color:#000; }
.ugb-blog-posts.primopiano {margin-top:0px}
.ugb-blog-posts {
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	max-width: 1040px;
	width: 100%;
	margin: auto;
}
.primopiano {
	position:relative;
	max-height: 375px;
}
.primopiano img {

	max-height: 375px;
}
.primopiano h2 a {color:#fff;}
.primopiano h2 a:hover {color:#f8aa0c;}
.primopiano h2 {
	font-size: 26px !important;
	line-height: 28px;
	font-weight: 800;
	color: #FFF;
	position: relative;
	margin-top: -140px !important;
	padding: 26px 20px 78px 20px;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 1);
	margin: 0px;
	background: -owg-linear-gradient(transparent,rgba(0, 0, 0, 1));
	background: -webkit-linear-gradient(transparent,rgba(0, 0, 0, 1));
	background: -moz-linear-gradient(transparent,rgba(0, 0, 0, 1));
	background: -o-linear-gradient(transparent,rgba(0, 0, 0, 1));
	background: linear-gradient(transparent,rgba(0, 0, 0, 1));
}
.primopiano .riassunto a:hover, .autoreprimopiano a:hover {color:#efefef;}
.autoreprimopiano {
	position: relative;
 top:-85px;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	left: 22px;
}

.autoreinevidenza {
	position: relative;
 top:-55px;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	left: 22px;
}

.riassunto {
	font-size: 15px;
	color: #fff;
	line-height: 16px;
	position: relative;
	padding: 0px 20px;
	top: -85px;
}

.riassunto p{
margin-bottom:0px;
padding-bottom:0px;
}
a.autori {
	font-size: 14px;
}

.primopiano_articoli {
	position: relative;
	margin-bottom: 15px;
	display: block;
	max-height: 185px;
}
.primopiano_articoli h2 a {color:#fff;}
.primopiano_articoli h2 a {
	font-size: 22px !important;
	line-height: 21px !important;
	font-weight: 800;
	color: #FFF;
	position: absolute;
	bottom: 11px;
	padding: 50px 20px 28px 20px;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.85);
	margin: 0px;
	background: -owg-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: -webkit-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: -moz-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: -o-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: linear-gradient(transparent,rgba(0, 0, 0, 0.85));
}
.entry_meta  .post-categories  {
	display: block;
	list-style-type: none;
	font-family: 'Source Sans Pro', Helvetica, sans-serif!important;
		font-size:14px;
		text-transform: uppercase;
}
.entry_meta  .post-categories a {
		color: #869429;
		font-size:14px;

}
.entry_meta  .autorehome  {
	font-family: 'Source Sans Pro', Helvetica, sans-serif!important;

}
.autorehome  a{font-family: 'Source Sans Pro', Helvetica, sans-serif!important;font-size:16px;}
#evidenza .entry-header::after {
	border-bottom: 0px solid #000;
	content: "";
	display: block;
	margin: 0 auto 0px;
	padding-bottom: 0px;
	width: 100%;
}
#evidenza .entry-title {
	color: #222;
	/* text-transform: uppercase; */
	margin: 0px 0px 0px;
}
.entry_meta {display: inline-inline-block;}
.post-categories li {list-style-type: none; margin-bottom:0px!important;}


.home #articoli_evidenza h2 {
	font-size: 21px;
	line-height: 22px;
	margin-bottom: 0px;
}
#articoli_evidenza h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 15px;
}

.entry_meta a{font-size:14px; font-weight:900}
#evidenza .entry_meta a {
	color: #869429;
	font-size:14px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', Helvetica, sans-serif!important;
	}
#evidenza .entry-header {

}

.ugb-blog-posts {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	display: grid;
	grid-column-gap: 25px!important;
	grid-row-gap: 20px!important;
}

.page-id-801 .ugb-button-wrapper {
	margin: 5px 0px!important;
}

.ugb-feature-grid .ugb-feature-grid__item {
border:0px solid!important;
  box-shadow: 0px 0px 0px 0px!important;
	background-color: #fff;
	border-radius: 0px!important;
	overflow: hidden;
	padding: 0px 10px!important;
	--box-padding-vert: 60px;
	--box-padding-hori: 35px;
	margin-top: 1.5em;
	margin-bottom: 30px!important;
}
.ugb-blog-posts .ugb-blog-posts__category-list {

}
.ugb-blog-posts .ugb-blog-posts__category-list {
	font-size: 18px!important;
	font-weight: 800;
	font-family: 'Source Sans Pro', Helvetica, sans-serif!important;
}
.imagedx
{
float:right;
}


 .image-section .testo h4, .solid-section .testo h4 {
  color: #f8aa0c;
font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
 .solid-section .testo .widget-title{
border-bottom: 0px solid #ddd;
border-bottom: 0px solid #ddd;
margin-bottom: 2px;
padding-bottom: 2px;
}


#cf7md-form .cf7md-item, #cf7md-form input, #cf7md-form label, #cf7md-form textarea, #cf7md-form p, #cf7md-form .mdc-select, #cf7md-form.cf7md-form + .wpcf7-response-output, #cf7md-form .wpcf7-not-valid-tip, #cf7md-form .mdc-card__title, #cf7md-form .mdc-card__subtitle, #cf7md-form .mdc-button
{
font-family: 'Open Sans', Helvetica,sans-serif;}

#cf7md-form .mdc-button--raised {min-width:100%!important;}


.fa-download {
	float:right;
    color:#cc3366;
}


.role-administrator .site-header,.role-editor .site-header {
    left: 0;

    /*top: 32px;*/
    width: 100%;
    z-index: 99999;
}

.cuar-single-post-header {display:none!important}
.cuar-attachments {margin-top:20px!important}

.header-image .dark .site-title > a {

	background-size: 136px 29px!important;
	display: block;
	height: 29px;
	width:100%;
		text-indent: -9999px;
}
#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after {

	background-color: rgba(0, 0, 0, 0.9)!important;
}
#cf7md-form .mdc-textfield__label {
	color: #f8aa0c!important;
	font-weight:bold;}


.richiesta .mdc-textfield--focused .mdc-textfield__label{
	display:none!important;
}
#cf7md-form .mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after {

	background-color: rgba(0, 0, 0, 0.9)!important;
}
#cf7md-form .mdc-textfield__label {
	color:#f8aa0c !important;
	font-weight:bold;}

#cf7md-form label, #cf7md-form .cf7md-label {

	float: left;
	padding: 10px;
}
#cf7md-form fieldset:disabled .mdc-button, #cf7md-form .mdc-button:disabled, #cf7md-form .mdc-button:disabled a,#cf7md-form fieldset:disabled .mdc-button a {color:#efefef!important;}
.richiesta .mdc-textfield--focused .mdc-textfield__label{
	display:none!important;
}
#cf7md-form .mdc-textfield--focused.mdc-textfield--upgraded:not(.mdc-textfield--fullwidth):not(.mdc-textfield--multiline)::after, #cf7md-form .mdc-multi-select:focus .mdc-list-item:checked, #cf7md-form .mdc-checkbox__background::before, #cf7md-form .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-radio__background::before, #cf7md-form .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle, #cf7md-form .mdc-button--primary.mdc-button--raised, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background::before, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob, #cf7md-form .mdc-switch__native-control:checked ~ .mdc-switch__background .mdc-switch__knob::before {
	background-color:#f8aa0c !important
}
#cf7md-form label, #cf7md-form .cf7md-label {

	float: left!important;
	padding: 10px;
}
#cf7md-form fieldset:disabled .mdc-button, #cf7md-form .mdc-button:disabled, #cf7md-form .mdc-button:disabled a,#cf7md-form fieldset:disabled .mdc-button a {color:#efefef!important;}
.richiesta .mdc-textfield--focused .mdc-textfield__label{
	display:none!important;
}
#front-page-6 .widget-area.flexible-widgets.widget-half .widget,#front-page-6 .flexible-widgets.widget-halves .widget {
	width: 100%;
}
button.leggitutto {width:100%;background:#cc3366;margin:0px;padding:5px 0px;}
button.leggitutto {font-weight:normal; color:#fff;}
button.leggitutto:hover {background:#fff;color:#f8aa0c;}
.addtoany_content {
	clear: both;
	margin: 30px 0 0px!important;
	text-align: center;
}

/* ! Scuole Aperte*/
#text-52 {
	position: relative;
	z-index: 9999999;
}
.bannerscuoleaperte h2 a {
	color: #000;
}
.bannerscuoleaperte h2  {
	text-align: center;
}
.scuoleaperte_podcast h3.entry-title {
	background: #fff;
	display: block;
	float: left;
	padding: 20px;
	font-size: 18px !important;
}
.scuoleaperte_podcast h3.entry-title a{
	color:#3a6991;
}


.scuoleaperte_podcast h3.entry-title {
	background: #fff;
	display: block;
	float: left;
	padding: 2px 20px;
	font-size: 17px !important;
	margin-left: 40px;
	border-radius: 20px;
}
.scuoleaperte-4bis {margin-bottom:40px;}
.scuoleaperte-4bis .wrap {position:relative;}
.scuoleaperte-4bis .wrap {background-color:#f9ad10;}
 #articoli_podcast {width:48%; float:left; position: relative}
#podcast_box {height:20px;}
.podcast_all a{color:#fff;}
.podcast_all {
	position: absolute;
	bottom: -58px;
	left: 90px;
	font-size: 16px;
	height: 35px;
}
.podcast_all a::before {
	content: "";
	background: url(images/play.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	left: -45px;
	bottom: 5px;
	width: 100%;
	height: 100%;
	max-width: 35px;
	max-height: 35px;
}
.scuoleaperte-4bis h2 {text-align: center; font-size:48px; line-height: 52px; padding-top:20px;}
.podcast_mic {width:48%; float:left; margin-left:30px;}

.scuoleaperte-4bis .wrap::after {
content: "";
background: url(images/riga_mappa.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: left;
position: absolute;
right: 0px;
bottom: -18px;
width: 100%;
height: 100%;
max-width: 1040px;
max-height: 50px;
}
.bannerscuoleaperte {position: relative;
margin:0px 0px 30px!important}

#text-47 {
	margin: 38px 0px;
}

.fwpl-tax-autori a {
	color:#446e95!important;
}
.facetwp-input-wrap {
	width: 100%;
	/* background: #444; */
}
.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
background: #efefef;
	min-width: 100%!important;
}
.fs-label-wrap .fs-label {
	background: #efefef;
	font-size: 16px;
}

.fs-option {
	font-size: 14px;
}

.page-template-scuoleaperte .site-footer, .page-template-scuoleaperte .site-footer a, .scuole_aperte-template-default .site-footer, .scuole_aperte-template-default .site-footer a {
	background:#ffffff;

}
.scuoleaperte-3 .archivionews {display: none;}
#custom_html-15{
	background: url(images/libro.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding:30px;
}


#custom_html-15 img {float:left;max-width:150px; margin-right:10px; margin-bottom:10px; }
/*#custom_html-15 .autorehome ,#custom_html-16 .autorehome {display: none;}*/
#custom_html-16 img {float:right;max-width:150px; margin-left:10px; margin-bottom:10px; }
#custom_html-16  {padding:30px;padding-right: 0px;}
.scuole_aperte-template-default .site-footer, .page-template-scuoleaperte .site-footer {
	padding: 10px;
	text-align: left;
	margin-top: -24px;
}
.scuole_aperte-template-default .site-footer .wrap, .page-template-scuoleaperte .site-footer .wrap {
	background: #fff;
	padding: 25px;
	color:#333;
}

.scuole_aperte-template-default .dark .title-area , .page-template-scuoleaperte .dark .title-area {
	display: none;}

.link_scuoleaperte{
	display: inline-block;
}
.link_scuoleaperte_item {
	float: left;
	margin: 0px;
}
.scuoleaperte-7 {height:520px;}
 #text-10.five-sixths {
	margin-top: 25px;
	margin-left: -5px;
}

a.button.inchiesta {

	padding: 5px 10px;
	border: 1px solid #000;
	margin: 5px 0px;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
	color: #fff;
	font-weight: 600;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
}

.link_scuoleaperte_item a.button {
	background: transparent;
	padding: 2px 20px;
	border: 1px solid #000;
	margin: 2px 5px 2px 0px;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
	color: #000;
	font-weight: 600;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
}
.link_scuoleaperte_item a.button:hover {
	background-color: #000;
	border: 1px solid #000!important;
	color: #fff!important;
}
.titolosezionearticoli {
	color: #000;
	font-size: 24px;
	margin-bottom: 5px;
}
#dpe_fp_widget-20 #articoli_evidenza h2 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
}

h3.titolosezione
{width:100%;text-align: center; color:#000; font-size:40px; }
.fullwidth_section {
	height: auto;
	margin-left: calc(50% - (50vw - 0px));
	margin-right: calc(50% - (50vw - 0px));
	max-width: 1000%;
	overflow: hidden;
	position: relative;
	width: calc(100vw - 0px);
	z-index: 1;
	background: #e9ecf1;
	padding: 50px 0px 30px;
	margin-bottom:30px;
	margin-top:30px;
}
.articoli_scuoleaperte.flex {
    display: flex;
	max-width:1200px;
	margin:auto;
	flex-wrap:wrap;
}
.articolo_scuoleaperte.flex-item {
	flex: 24%;
	max-width: 280px;
	margin-right: 10px;
	margin-left: 10px;
}
.articolo_scuoleaperte h3 {
	font-size: 18px !important;
	line-height: 19px !important;
}
.articolo_scuoleaperte .autore {
	font-size: 13px;
	line-height: 14px;
}


.page-id-432093 .nav-primary, .single-scuole_aperte .nav-primary, .tax-sezione .nav-primary, .media-territori-educativi .nav-primary,.category-media-territori-educativi .nav-primary, .tribe-events-cat-territori-educativi .nav-primary {display: none;}
.page-id-432093 .site-title a, .single-scuole_aperte .site-title  a,.tax-sezione .site-title a , .tribe-events-cat-territori-educativi .site-title a, .media-territori-educativi .site-title a, .category-media-territori-educativi .site-title a{
	background: url(images/header_scuole.png) no-repeat !important;
}
.single-scuole_aperte .title-area,.page-id-432093 .title-area,.tax-sezione .title-area ,.tribe-events-cat-territori-educativi .title-area,  .media-territori-educativi .title-area,  .category-media-territori-educativi .title-area {
	width: 100%;
}
.single-scuole_aperte .site-title > a, .page-id-432093 .site-title > a, .tax-sezione .site-title > a, .tribe-events-cat-territori-educativi .site-title > a, .category-media-territori-educativi .site-title > a, .media-territori-educativi .site-title > a {
	background-size: 100% 340px !important;
	display: block;
	height: 340px;
	width: 100%;
	text-indent: -9999px;
}
.single.media-territori-educativi .sidebar,.single.media-territori-educativi .comment-respond,.single.media-territori-educativi .after-entry, .category-media-territori-educativi .sidebar {
	display: none;
}
.single.media-territori-educativi  .content,.category-media-territori-educativi  .content {
	max-width: 100%;
	padding-top: 0px;
}

.single.media-territori-educativi  .content, .category-media-territori-educativi  .content {
	width:100%;
}
.media-territori-educativi .content-sidebar-wrap, .category-media-territori-educativi .content-sidebar-wrap  {
	margin-top: 20px;
}

 .flexible-widgets {
	padding-bottom: 10px;
	padding-top: 10px;
}
.page-id-432093 article.type-tribe_events {
	position: relative;
	margin-bottom: 5px !important;
	color:#fff;
		font-size: 15px;
}
.page-id-432093 article.type-tribe_events a {
	color:#fff;

}
.page-id-432093  h3.tribe-events-list-event-title {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	position: unset;
	left: 90px;
	top: 30px;
	max-width: 220px;
}
.inchiesta-testo {flex-basis:30%;}
 #evidenza .inchiesta-testo p{
	font-size: 15px;
	line-height: 18px;
}


.inchiestaimg {flex-basis:33%; max-width: 340px;}
.inchiesta-img2 {}
.inchiestatitle {width:100%;}
.scuoleaperte-2  {
			background-image: url(images/_giallo.png);
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center;
				max-width: 1040px;
				margin:auto;
				position:relative;
}
.scuoleaperte-2 .wrap {
	padding: 30px 10px;
}

.scuoleaperte-2 .wrap::before {
	content: "";
	background: url(images/riga_inchiesta.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	left: -6px;
	top: -17px;
	width: 100%;
	height: 100%;
	max-width: 590px;
	max-height: 24px;
}
.scuoleaperte-4 .wrap  {position:relative;}
.scuoleaperte-4 .wrap::before {
	content: "";
	background: url(images/riga_mappa.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	right: 0px;
	top: -32px;
	width: 100%;
	height: 100%;
	max-width: 1040px;
	max-height: 50px;
}
.scuoleaperte-6 .wrap  {position:relative;margin-bottom:100px;margin-top:40px;	}
.scuoleaperte-6 .wrap::before {
	content: "";
	background: url(images/riga_mappa.png);
	  transform: scaleX(-1);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	left: -6px;
	top: -40px;
	width: 100%;
	height: 100%;
	max-width: 1040px;
	max-height: 50px;
}.scuoleaperte-2  .solid-section .widget {
	padding: 10px 10px;
}
#scuoleaperte-3 {
	margin-top: -1px;
}

.single-scuole_aperte .content-sidebar-wrap {position: relative;}
.single-scuole_aperte .content-sidebar-wrap::before {
	content: "";
	background: url(images/fascia_articolo_altezza.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left;
	position: absolute;
	left: 0px;
	top: -50px;
	width: 100%;
	height: 100%;
	max-width: 24px;
	max-height: 590px;
}
#scuoleaperte-1 #evidenza p {
	font-size: 20px;
	line-height: 30px;
}
#scuoleaperte-1 .flexible-widgets {
	padding-bottom: 10px;
	padding-top: 0px;
}

.page-id-432093 #evidenza .entry_meta {
	margin-bottom: 0px;
}
.page-id-432093 #evidenza .entry_meta a {
	color: #c52128;
	font-size: 14px;
	background: transparent;
	padding: 0px;
	border-radius: 0px;
}

.page-id-432093 a.autori {
	color: #446e95;
}

 #evidenza .entry_meta {
	margin-bottom: 3px;
}
.colonnarossa {padding:20px; float:right; }
.colonnarossa.rossa2 {

	background-image: url(images/_box2.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
}

.colonnarossa.rossa1 {
	background-image: url(images/_box1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;

}

.colonnarossa .widget-title {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
}
.colonnarossa .p, .colonnarossa a, .colonnarossa .entry-title a {
color:#fff;
}
.rossa1 {
	margin-top: 0px;
	min-height: 200px;
}
.rossa2 {margin:0px;min-height:200px;}
.scuoleaperte_evidenza {
	padding-right: 0px;
}
.entry-header-meta {
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom:20px;
}
.larghezzapiena {width:100%;}
.titolofooter-scuole {
	text-align: center;
	font-size: 80px;
}
.titolofooter-newsletter {
	text-align: center;
	font-size: 45px;
	color: #fff;
	margin-top: 0px;
}

.titolofooter-newsletter a, .scuoleaperte-7 p, .scuoleaperte-7 a {
	color:#fff;
}

.scuoleaperte-7 {
	display: block;
	margin-top:40px;
}
.scuoleaperte-7 .wrap {
	padding: 65px 20px 20px;
	position: relative;
	min-height: 544px;
	z-index: 2;
}

.scuoleaperte-7 .wrap::before {
content: "";
background-image:url(images/blu_footer.png);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
position: absolute;
left: 0px;
top: -50px;
width: 100%;
height: 100%;
max-width: 1040px;
max-height: 544px;
z-index:-1;
}
.scuoleaperte-7 .widget-title {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
}
.flex-1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.flex-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-item-4 {
	flex-basis: 36%;
	font-size: 14px;
}
.single-scuole_aperte .content {
	max-width: 700px;
	padding-top: 0px;
	margin: auto;
	float: none;
}
.navbar-scuole-aperte {
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
	height: 40px;
	background: #f8aa0c;
	width: 100%;
	top: 0;
	margin-bottom: 15px;
}
.header__logo,
ul.header__social {width: 160px; text-align: center;}
ul.header__social  li{display: inline-block;}
ul.header__social  li a img {
	display: inline-block;
width: 28px;
margin-right:5px;
}
.header__hamburger{display: none;}


.header__menu ul{list-style-type: none;padding: 0;}
.header__menu ul li{display: inline-block;}

.header__menu ul li a {
	padding: 0px 30px;
	display: inline-block;
	color: #fff !important;
	font-size: 16px;
	text-transform: uppercase;
}


.header__logo{transform: rotate(-90deg);font-weight: 900;font-size: 25px;position: relative;top:20px;z-index: 3}
.header__cta{border:3px solid #D5CAEF; display: block;}
.single-scuole_aperte h5, .single-scuole_aperte .entry-content h2, .tribe_events_cat-territori-educativi  h2 {
	background: #ffdf9c;
}
h2.tribe-events-schedule__datetime {background: transparent;}
.articoloinprimopiano {
	margin-bottom: 25px;
}
#dpe_fp_widget-20 #evidenza .entry-title {
	margin-bottom:15px;
}
#text-44 p {margin-top:90px;}
.articoloinprimopiano h2 {
	font-size: 36px !important;
	line-height: 36px !important;
	margin-bottom: -2px !important;
	margin-top: -5px !important;
}
.single-tribe_events .tribe-events-single-event-title {
color:#000;
}

.postid-434756 .entry-data,.postid-434780 .entry-data, .postid-434606 .entry-data, .postid-434622 .entry-data,.postid-434623 .entry-data,.postid-434624 .entry-data, .post-434638 h1.entry-title,.post-434638 .entry-data
{display: none;}

.postid-434606 .content, .postid-434662 .content, .postid-434623 .content, .postid-434624  .content,  .post-434638 .single-scuole_aperte .content, .post-434623 .single-scuole_aperte .content, .postid-434756 .single-scuole_aperte .content {
	max-width: 900px;
	padding-top: 0px;
	margin: auto;
	float: none;
}

h2.radio-territorieducativi {
text-align:left;
font-size:80px;
margin-left:65px;
margin-bottom:6px;
letter-spacing:1px;
}
.sottotitoloradio-territorieducativi {
		font-size:24px;
		color: #000;
		text-align: center;
		margin-left:100px;
		font-family: 'Source Sans Pro', Helvetica,sans-serif;
		letter-spacing:1px;

	}


/* ! Media Queries */

@media only screen and (max-width: 1440px) {


.nav-secondary li {
  margin-left: 15px;
}
.dark .title-area {
	margin-top:5px;
}
.searchandfilter select {

max-width: 330px;
}

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

	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
		left: 6% !important;
		top: -7px !important;
	}


	.nav-secondary .genesis-nav-menu a {
    padding: 10px 20px 10px 10px;

}
.nav-secondary li {
  margin-left: 15px;
}

.n2-ss-layer
{padding-left:2%;}
#n2-ss-2item1 a,#n2-ss-2item2 a,#n2-ss-2item3 a,#n2-ss-2item4 a,#n2-ss-2item5 a,n2-ss-2item6 a,n2-ss-2item7 a,#n2-ss-2item2 a,#n2-ss-2item3 a
{font-size:320%!important;}

.slide-nav-link {top:15px!important;}
.slide-nav-link.dark {top:-10px!important;}

}

@media only screen and (max-width: 1200px) {
	.dark button#responsive-menu-pro-button {
	right: 0px !important;
	top: -7px !important;
}

	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
		left: 5% !important;
		top: -7px !important;
	}
	button#responsive-menu-pro-button {
		top: 115px !important;
		right: -225px !important;
	}
.dark .widget-area.header-widget-area {
	float: right;
	height: 55px;
	position: relative;
	top: 7px;
	right: -35px;
}



	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
	    background-attachment: scroll;

	}

.nav-secondary .genesis-nav-menu a {
    padding: 5px 10px 10px 10px;

}
.nav-secondary li {
  margin-left: 10px;
}


.widget-area.header-widget-area {
	float: right;
	height: 55px;
	position: relative;
	top: 7px;
	right: 110px;
}
#text-37 {
	position: relative;
	top: -40px;
	left: 140px;
}

.menutitle {
	position: relative;
	top: 0px;
	left: 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}

.header-image .site-header.dark .title-area {
	padding: 0px 5px 0px;
}
.dark .title-area {
	width: 160px;
	position: absolute;
	z-index: 999999;
}
}
@media only screen and (max-width: 1100px) {
button#responsive-menu-pro-button {
	top: 120px !important;
	right: -160px !important;
	border-radius: 180px;
}
.title-area {
	float: left;
	padding: 5px 0;
	display: block;
	width: 650px;
	margin-top: 0px;
}
.osservatorio-page  .title-area, .page-id-417817 .title-area, .generi .title-area, .porteaperte .title-area, .incontri .title-area, .diritti .title-area,  .libri .title-area, .saperi .title-area,.media-accoglienza-diffusa .title-area .diritti .title-area  {
	width: 650px;
}
}


@media only screen and (max-width: 1023px) {

	.dark button#responsive-menu-pro-button {
	left: 95% !important;
	top: 0px !important;
	right:auto;
	position: fixed;
}
.nav-primary {display: none;}

.title-area {
	float: left;
	padding: 5px 0;
	display: block;
	width: 300px;
	margin-top: 0px;
}
.osservatorio-page  .title-area, .page-id-417817 .title-area, .generi .title-area, .porteaperte .title-area, .incontri .title-area, .diritti .title-area,  .libri .title-area, .saperi .title-area,.media-accoglienza-diffusa .title-area .diritti .title-area  {
	width: 350px;
}
.header-image .site-title > a {
	background-size: 300px 64px !important;
	display: block;
	height: 64px;
	width: 100%;
	text-indent: -9999px;
}

	#front-page-1 .one-third {
		margin-left: 20px;
	}
	.primopiano_articoli {
	position: relative;
	margin-bottom: 5px;
	display: block;
	max-height: 185px;
}
#front-page-2 .solid-section .widget.one-third {
	margin-left: 20px;
}
button#responsive-menu-pro-button {
	top: 10px !important;
	left: 190px !important;
}
.menutitle {
	position: relative;
	top: 0px;
	left: -8px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}
#text-37 {
	position: relative;
	top: -40px;
	left: 150px;
}
	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
		left: 4% !important;
		top: -7px !important;
	}
			#evidenza img.alignnone {
		margin: 0px 20px 12px 0px;
		float: left;
		width: 300px;
	}
	#front-page-2 .widget  .entry {
		margin-bottom: 0px;
	}
	.home .content-sidebar-wrap {
		margin-top: 5px;
	}
	.content-sidebar-wrap {
		margin-top: 5px;
	}
	#text-13 {
		position: relative;
		top: -26px;
		right: -20px;
	}
	  #evidenza .entry-header {
	  height: auto;
	  margin-bottom: 15px;
	  border-bottom: 0px solid #d3d3d3;
	  }
	  #evidenza .entry-content {height:auto;}

	  #evidenza .entry_meta {
		margin-bottom: 0px;
		border-bottom: 0px solid #d3d3d3;
		padding-bottom: 0px;
	}
	.genesis-nav-menu a {
		color: #503480;
		font-size: 22px;
	}

	.header-image .dark .title-area {
				margin: 3px auto;
			}

button#slide-menu  {
			margin:0px
			}
.sidebar {
			margin-top: 15px;
}

#n2-ss-2item1 a,#n2-ss-2item2 a,#n2-ss-2item3 a,#n2-ss-2item4 a,#n2-ss-2item5 a,n2-ss-2item6 a,n2-ss-2item7 a
{
	font-size:100%!important;
}

.nav-secondary .genesis-nav-menu a {
    padding: 5px 10px 10px 10px;
}

.nav-secondary li {
  margin-left: 5px;
}
.site-inner {
		margin-top: 0px;
	}
.front-page .site-inner {
		max-width: none;
	}
.content {
	margin: 0px 0px 0px;
}
.front-page .site-header > .wrap {
		border: none;
	}
.content-sidebar-wrap {
	display: flex;
  flex-flow: column nowrap;
	width:100%;
overflow: hidden;
}
.sidebar,.content {
		width: 100%;
		float:left;
	}

.full-width-content .content {
		padding: 10px 20px;
		width: 100%;
	}
	.full-width-content img.pull-left {
		margin-left: 0;
	}
	.full-width-content img.pull-right {
		margin-right: 0;
	}
	.flexible-widgets.widget-full .widget {
	margin: 0 auto 20px;
	width: 100%;
}

.image-section h2, .solid-section h2 {
	font-size: 30px;
}
.front-page-1 .image-section,
.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}
	.slide-nav-link {
    background-color: trasparent!important;
    right: 0px!important;
    z-index: 999999!important;
    top: 0px;
    padding: 8px 14px 8px!important;
    position:unset!important;
}
.slide-nav-link:hover {
    background-color: #555!important;
		color:#efefef!important;
}
.slide-nav-link::before {
        font-size:30px!important;
}


.sidr li a, .sidr .menu-item a {
	font-weight:700;
}
.sidr li, .sidr .menu-item {
	width:100%
}
.sidr {
    z-index: 11111111!important;
}
.slide-nav-link {
    color: #ffffff!important;
}
.site-inner,.wrap {
		max-width:none ;
		width: 100%;
}
.site-inner,.wrap {
		padding: 0px;
}
.front-page .site-inner {
	max-width: 100%;
	margin-top: 0px;
}
.front-page .site-inner {
		padding: 0;
	}
	.home .content {
	background: none;
	margin: 0px 0px 0px;
}
.genesis-nav-menu.responsive-menu {
		display: none;
		float: left;
		padding-bottom: 0px;
		width: 300px;
		margin: 10px 25px;
	}
.genesis-nav-menu a {
		padding: 10px 10px 10px;
}

.genesis-nav-menu.responsive-menu .menu-item,.responsive-menu-icon
{
			display: block;
}
 .site-inner {
	margin-top: 0px;
}

.primopiano_articoli h2 a {
	font-size: 22px !important;
	line-height: 17px;
	font-weight: 800;
	color: #FFF;
	position: absolute;
	bottom: 21px;
	padding: 50px 20px 30px 20px;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.85);
	margin: 0px;
	background: -owg-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: -webkit-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: -moz-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: -o-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: linear-gradient(transparent,rgba(0, 0, 0, 0.85));
}
}
@media only screen and (max-width: 960px) {
#custom_html-8.two-thirds.first {width:100%;}
#dpe_fp_widget-12 {
	margin: 20px auto;
	width: 728px;
}
#dpe_fp_widget-8 {
	margin: 5px auto;
	width: 330px;
}
	#featured-video-2
	{
		width:48.4%;
		float:left;
		margin-top:0px;
	}
#dpe_fp_widget-9 {width:47%; float:right;}
#dpe_fp_widget-6, #custom_html-7 {width:100%;}
#dpe_fp_widget-6  .widget-wrap, #custom_html-7 .widget-wrap {
	padding-bottom:40px;
}

	#front-page-2 .solid-section .widget.one-third {
		margin-left: 0px;
	}
	.home #dpe_fp_widget-6 .homelink, .home #custom_html-7 .homelink{

		display: grid;
	   grid-template-columns: repeat(2, 1fr);
	   grid-gap: 10px;
	   grid-auto-rows: minmax(100px, auto);
	}

	h3.tribe-events-list-event-title {
	font-size: 20px;
	line-height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	position: absolute;
	left: 125px;
}
.home .tribe-events-event-meta {
	font-size: 16px;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	font-weight: 700;
	width:100%;
	line-height: 18px;
}
.image-section .flexible-widgets {
	padding: 5px 5px;
}

.solid-section .flexible-widgets {
	padding: 5px 5px;
}

#dpe_fp_widget-6 a.archivionews,  #custom_html-7 a.archivionews {
	position: absolute;
	bottom: 40px;
	left: 0px;
}
 #adrotate_widgets-3
	{
		width:48.4%;
		float:left;
	}
	.single .content {
	max-width: 100%;
	padding-top: 0px;
}

.home		#evidenza img {
	margin: 0px 20px 12px 0px;
	float: left;
	max-width: 340px;
}
#front-page-2 .widget  .entry {
	margin-bottom: 0px;
}

.home  #evidenza .entry-header {
  height: auto;
  margin-bottom: 15px;
  border-bottom: 0px solid #d3d3d3;
  }


	.home #evidenza {padding:0px 0px}
.site-inner {
		margin-top: 0px;
	}

	.primopiano_articoli {
		position: relative;
		margin-bottom: 12px;
		display: block;
		max-height: 172px;
	}
	.primopiano_articoli h2 a {
		font-size: 22px !important;
		line-height: 17px;
		font-weight: 800;
		color: #FFF;
		position: absolute;
		bottom: 21px;
		padding: 50px 20px 30px 20px;
		width: 100%;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 0.85);
		margin: 0px;
		background: -owg-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
		background: -webkit-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
		background: -moz-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
		background: -o-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
		background: linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	}

	.single .sidebar {
         float: left;
         width: 100%;
         padding: 0px;
         margin-top: 0px;
     }
     .single .sidebar .widget {
         width: 100%;
         padding: 10px;
         margin-top: 0px;
     }
     #adrotate_widgets-2 {
         background: #dbdbdb;
     }
		 #text-21, #text-20 {
		 	background: #fce9cb;
		 	padding: 20px;
		 	text-align: center;
		 }
		 #text-23 {display: none}
		  .single    .sidebar .widget {
     margin-bottom: 0px;
 }
 .single .quadrato{
     width:330px;
     margin:auto;
 }
 .single .quadrato img{
     margin-bottom:0px!important;
 }

 .title-area {
     float: left;
     padding: 5px 10px;
     display: block;
     width: 300px;
     margin-top: 0px;
 }
 .osservatorio-page  .title-area, .page-id-417817 .title-area, .generi .title-area, .porteaperte .title-area, .incontri .title-area, .diritti .title-area,  .libri .title-area, .saperi .title-area,.media-accoglienza-diffusa .title-area  {
 	width: 350px;
 }

 #respond input, #respond textarea {

   max-width: 300px;
 }
	}
/* ! media query 860 */

@media only screen and (max-width: 860px)


 {
	 #text-25 {
	text-align: center;
}
	 #text-26 {
	 	position: relative;
	 	text-align: center;
	 }
	 #text-26::after {
	border: 2px solid #000000;
	width: 100%;
	position: absolute;
	top: 37px;
	/* right: 65px; */
}

	 .podcast_mic {width:100%; float:left; margin-left:0px;}
	 #articoli_podcast {width:100%; float:left; position: relative}
	 #dpe_fp_widget-27 {
	 	min-height: 410px;
	 	display: block;
	 }
	 .scuoleaperte_podcast h3.entry-title {
	 	margin: 4px;
	 }
	 .podcast_all {
	 	bottom: -58px;
	 	left: 60px;
	 }
	 .podcast_mic p{margin:0px;}
.scuoleaperte-7 {height:auto;}
dfilter ul {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 5px;
	max-width: 300px;
}

	.dark button#responsive-menu-pro-button {
	left: 95% !important;
	top: 0px !important;
	right:auto;
	position: fixed;
}
	.primopiano img {
		max-height: 360px;
		width:100%
	}

.primopiano_articoli img  {
	width:100%;
}
.primopiano_articoli {
	position: relative;
	margin-bottom: 0px;
	display: block;
	max-height: 100%;
	margin-top: 15px;
}
.primopiano_articoli h2 a {
	font-size: 22px !important;
	line-height: 17px;
	font-weight: 800;
	color: #FFF;
	position: absolute;
	bottom: 52px;
	padding: 50px 20px 30px 20px;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.85);
	margin: 0px;
	background: -owg-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: -webkit-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: -moz-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: -o-linear-gradient(transparent,rgba(0, 0, 0, 0.85));
	background: linear-gradient(transparent,rgba(0, 0, 0, 0.85));
}
.primopiano {
	position: relative;
	max-height: 360px;
}
	#front-page-1 .one-third {
		margin-left: 0px;
	}
	#front-page-1 #articoli_primopiano article {
		padding: 0px 0px;
		width:48.4%;
		float:left;
	}

	#front-page-1 #articoli_primopiano article:first-child {
		margin-right:20px;
	}


.ugb-countup__counter,h4.ugb-countup__title {font-size:20px!important}


	.full-width-content .content {
		padding: 10px 0px;
	}
.full-width-content .content article{
		padding: 10px 15px;
	}
	.home article.type-tribe_events {
		padding: 0px!important;
	}


	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
		left: 3% !important;
		top: -7px !important;
	}
	.ugb-countup .ugb-content-wrapper .ugb-countup-item, .ugb-countup .ugb-content-wrapper .ugb-countup__item, .ugb-countup .ugb-countup-item, .ugb-countup .ugb-countup__item {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	flex: 1;
	margin: 0 17.5px !important;
	width: 100%;
	margin-left: 0px !important;
}
.one-half,	.one-third, .two-sixths, .two-thirds {
		width: 100%;
	}	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
			width:100%;
			margin-left: 0px;
		}
.single #articoli_evidenza .one-third {
	width:30%;
	margin:0px 5px;
}
.single #articoli_evidenza {
padding:0px 5px;
}
 .site-inner {
		margin-top: 0px;
	}
	.ugb-blog-posts .ugb-blog-posts__category-list {
		font-size: .75em;
		text-transform: uppercase;
		margin-left: 20px;
	}

	h2.attivita {
		color: #fff;
		font-size: 40px !important;
		text-align: center;
		margin-bottom:0px;
	}
.front-page-2 .flexible-widgets.widget-fourths .widget {
	margin: 0 auto 0px;

}
.site-inner {
  display: flex;
  flex-direction: column-reverse;
}

.header__menu {
	font-size: 25px;
	margin: 0;
 padding: 0px;
	list-style: none;
	width: 100%;
	max-width: 100%;
	margin: auto;
	height:0px;
	overflow: hidden;
	background-color:#f8aa0c;
	position: absolute;
}
.header__hamburger {display: block; position:relative;z-index: 999;}
.header__menu--open {
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 99;
	padding-top:100px;
	transition-duration: 1s;
transition-delay: 0.3s;
}
.navbar-scuole-aperte {
	margin-bottom: 0px;
}
.header__menu ul li {

	display: block;
	width: 100%;
	margin: 8px 0px;
	float: left;
	text-align: center;
	/* line-height: revert; */
	padding: 0px 3px;
	font-size: 20px;
	border-radius:0px 0px;
}
.header__menu ul li a {

	font-size: 20px;
}
.single-scuole_aperte .content-sidebar-wrap::before {display: none;}

.articoli_scuoleaperte.flex {
	display: flex;
	max-width: 1200px;
	margin: auto;
	flex-wrap: wrap;
	/* align-content: center; */
	justify-content: center;
}
.articolo_scuoleaperte.flex-item {
	flex: 50%;
	max-width: 280px;
	margin-right: 10px;
	margin-left: 10px;
}
.flex-item-4 {
	flex-basis: 260px;
	font-size: 12px;
}

.single a.autori {
	font-weight: 700;
	margin: 2px 20px 5px 0px;
	width: 100%;
}


.titolofooter-scuole {
	text-align: center;
	font-size: 30px;
}
.titolofooter-newsletter {
	text-align: center;
	font-size: 25px;
	color: #fff;
	margin-top: 0px;
}

.scuoleaperte-7 .wrap::before {
display: none;}
.scuoleaperte-7 .wrap {
	padding: 0px 0px 0px;
	position: relative;
	min-height: auto;
	z-index: 2;
}
.scuoleaperte-7 {
	display: block;
	margin-top: 0px;
	background: #3e6991;
	margin-bottom: 0px;
}

.scuoleaperte-7 p {
	margin: 0 0 0px;
	padding: 0;
}
.scuole_aperte-template-default    .site-inner, .page-template-scuoleaperte .site-inner {
	display: flex;
	flex-direction:column;
}
.scuole_aperte-template-default .site-title a, .page-template-scuoleaperte  .site-title a {
	background-size: 100%!important;
	height: 150px;
}
.inchiestaimg {
	flex-basis: 100%;
	max-width: 340px;
}
.inchiesta-img1 {
order:3;
}

#evidenza .inchiesta-testo p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.scuoleaperte-6 .wrap {
	position: relative;
	margin-bottom: 0px;
	margin-top: 40px;
}



a.button.inchiesta {
margin-bottom:10px;
}
#evidenza .inchiesta-testo .entry-content {
	display: block;
}
.inchiesta-testo {
	flex-basis: 100%;
	order:2
}
.inchiesta-img2 {
order:1
}

.flex-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
	.footer-widgets .wrap {
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}
	.front-page-4,
	.front-page-5{
			margin-top: 30px;
	}

	.front-page-3 p {
	padding-bottom: 0px;
	padding-top: 20px;
	color: #222;
	font-size: 18px;
}
	.bottom-image {
		margin-top: 30px;
		margin-bottom: -60px;
	}
	a.alignright, img.alignright, .wp-caption.alignright, .alignleft, img.alignleft  {
    margin: 0 0px 5px;
		float:none;

}


	.alignright {
    float: none;
    text-align: center;
    display:block;
}

	.alignleft {
    float: none;
    text-align: center;
    display:block;
}
.mobile.alignleft {

    display:none;
}
.front-page-2 img.desktop {
	margin-bottom: 20px;
	margin-top: -30px;
	width: 100%;
}
	.widget .entry {
    margin-bottom: 5px;
}
	.solid-section .widget {
    padding: 10px;
}

.featuredpost article {
width: 100%;
float:left;}

	.image-section h2,
	.solid-section h2 {
		font-size: 30px;
	}
.slide-nav-link {
    background-color: trasparent!important;
    right: 0px!important;
    color: #fff!important;
    z-index: 999999!important;
    top: 0px!important;
    	padding: 8px 0px 8px !important;
}
.front-page  .site-inner {
	max-width: 100%;
	margin-top: 0px;
}
.content {
	float: left;
	width: 100%;
	padding:10px;
	background: rgba(255,255,255,0.9);
	margin: 0px 0px 0px;
}

#front-page-1
 {padding:10px 0px 0px;}
.image-section h4, .solid-section h4 {
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	font-size: 28px;
	font-weight: 900;
	margin-top: 10px;
}
.front-page-2 p {
	padding-bottom: 0px;
	padding: 5px 10px;
	color: #222;
	font-size: 18px;
}

h1 {
		font-size: 30px;
		line-height: 30px;
	}

h3.ugb-blog-posts__title {
		padding-left:20px;
	}

.primopiano h3.ugb-blog-posts__title{
		font-size:22px;
		line-height:24px
	}


	#evidenza .entry-content {
display: none;
	}
	.searchandfilter select {

	max-width: 300px;
	}

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

	.scuoleaperte-4bis h2 {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	padding-top: 20px;
}
h2.radio-territorieducativi {
	text-align: center;
	font-size: 40px;
	margin-left: 0px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
.sottotitoloradio-territorieducativi {
	font-size: 20px;
	margin-left: 0px;
}
	h3.tribe-events-list-event-title {
		font-size: 20px;
		line-height: 20px;
		line-height: 20px;
		margin-bottom: 5px;
		position: absolute;
		left: 90px;
	}

	#campagnesquare2 {
		position: relative;
		height: 300px;
		width: 300px;
		margin: 0 auto;
	  animation-name: cf4fade;

	}
	#campagnesquare2 a img {
		width: 300px;

	}
	#text-40 {
		margin-top: 0px;
	}

	#dpe_fp_widget-9,#custom_html-9 {
		width: 100%;
	}
	#custom_html-9 img {
		width: 100%;

	}
c

	.mobile {display: block;}
	.desktop {display: none;}
	.printfriendly {display: none}
	#adrotate_widgets-3
	 {
		 width:100%;
		 float:none;
	 }
	 #featured-video-2.one-third {
	 	width: 100%;
	 	float: none;
	 	margin: auto !important;
	 	max-width: 360px;
	 }
	.dark button#responsive-menu-pro-button {
	left: 92% !important;
	top: 0px !important;
	right:auto;
	position: fixed;
}

#text-13 {display: none;}
#front-page-1 #articoli_primopiano article:first-child {
	margin-right: 0px;
}
#front-page-1 #articoli_primopiano article {
	padding: 0px 0px;
	width: 100%;
	float: left;
}
.primopiano {
	position: relative;
	max-height: 100%;
	margin-bottom: -20px;
}
#front-page-1 #articoli_primopiano article{
	position: relative;
	max-height: 100%;
	margin-bottom: -45px;
}
.riassunto {display:none;}
.primopiano img {
	max-height: 100%;
	width: 100%;
}
.primopiano h2 {
	margin-top: -96px !important;
	padding: 26px 20px 35px 20px;
}
.autoreprimopiano {
	position: relative;
	top: -38px;
}
button#responsive-menu-pro-button {
	top: 15px !important;
	right: 0px !important;
	left: 70px !important;
}
.home article.type-tribe_events {
	padding: 0px;
}
.home #dpe_fp_widget-6 .homelink,.home #custom_html-7 .homelink{

	display: grid;
	 grid-template-columns: repeat(1, 1fr);
	 grid-gap: 10px;
	 grid-auto-rows: minmax(100px, auto);
}
#campagnelead2 a {
  position:absolute;
  left:0;
	top:0;
}
#campagnelead1{
	position: relative;
	height: 300px;
	width: 300px;
	top:0px;
}

#campagnelead2{
	position: relative;
	height: 300px;
	width: 300px;
	top:0px;
}

#campagnelead2 a img {
	width: 300px;
height:300px;
}
#campagnelead1 a img {
	width: 300px;
height:300px;
}

}
/* ! media 480 */
@media only screen and (max-width: 480px) {

#custom_html-8 {display:none;}
#custom_html-9 {display:block;}
#dpe_fp_widget-12 {display:none;}
#dpe_fp_widget-13 {display:block;}
#dpe_fp_widget-13 {
	display: block;
	margin: 20px auto 15px;
	width: 300px;
}
	#dpe_fp_widget-6 a.archivionews, #custom_html-7 a.archivionews {
		position: absolute;
		bottom: 64px;
		left: 0px;
	}
	#dpe_fp_widget-9.one-third, #custom_html-9 {
	margin: 6px auto 30px !important;

}
	.single #articoli_evidenza .one-third {
		width: 100%;
		margin: 0px 0px;
	}
	.single #evidenza .autorehome {
		margin-top: -15px;
		margin-bottom: 5px;
	}
		.single #evidenza .entry-title {
	color: #222;
	/* text-transform: uppercase; */
	margin: 0px 0px 0px 8px;
}
.single #articoli_evidenza h2 {
	font-size: 20px;
	line-height: 24px;
}
	.home #evidenza img {
		margin: 0px 20px 12px 0px;
		float: left;
		max-width: 100%;
	}
	.single #articoli_evidenza {
	padding:0px 5px;
	}
	.dark button#responsive-menu-pro-button {
	left: 86% !important;
	top: -2px !important;
	right:auto;
	position: fixed;
}
.primopiano h2 {
	margin-top: -87px !important;
	padding: 26px 20px 35px 20px;
}

	.primopiano_articoli h2 a {
	bottom: 46px;
	padding: 50px 20px 35px 20px;
	left:0px;

}
		#front-page-1 #articoli_primopiano article, .primopiano {
		position: relative;
		max-height: 100%;
		margin-bottom: -45px;
	}


.contattiemail {font-size: 13px;
font-weight: 400
}
p.has-background.contattiemail {
	padding: 20px 20px;
}

.has-large-font-size {
	font-size: 18px!important;
	font-weight: bold;
}
h1 {
	font-size: 28px;
	line-height: 32px;
}
h2.uagb-heading-text {
	font-size: 20px!important;
	line-height: 26px!important;
}
h3.uagb-timeline__heading {
	font-size: 18px;
	line-height: 22px;
}

h4.uagb-timeline__heading {
	font-size: 16px;
	line-height: 18px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
}
h2 {
	font-size: 20px;
	margin: 15px 0px 15px;
	line-height: 26px;
}
.has-huge-font-size, .has-larger-font-size {
	font-size: 26px!important;
}

#articoli_evidenza h2 {
	font-size: 20px;
	line-height: 22px;
}

	body {
		color: #111;
		font-size: 18px;
		font-weight: 300;
		line-height: 24px;
	}

		input, select, textarea {
	font-size: 16px;
		padding: 10px;
}

	#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
	left: -1% !important;
	top: -15px !important;
}
#responsive-menu-pro-container #responsive-menu-pro-wrapper {
	margin-top: 50px;
}
.responsive-menu-pro-open button#responsive-menu-pro-button {
	top: 0% !important;
	left: 0% !important;

}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
	line-height: 28px !important;
	border-bottom: 0px solid #212121;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0);
	height: auto !important;
	margin-bottom: 10px !important;
	font-size: 24px !important;
}

.front-page-1 h2 {
	font-size: 25px;
	line-height: 28px;
}

.ugb-button {
	font-size: 16px!important;
}

.ugb-button a {
	font-size: 16px!important;
}

a {display: inline-block;}
.primopiano_articoli a,.home .post a
{display: block;}
.primopiano_articoli a.autori,.home .post a.autori
{display: inline-block;}

	#front-page-1 {
		padding: 5px 0px 0px;
	}

	.image-section .flexible-widgets {
	padding: 5px 0px;
}
.solid-section .flexible-widgets {
	padding: 5px 0px;
}
.home #evidenza {
	padding: 0px 0px;
}
.home .entry-header, .home .entry_meta {padding:2px 8px}
	#front-page-1 .entry-header, .home .entry_meta {
	padding: 0px 5px;
}
.home #evidenza .entry-header {
	margin-bottom: 0px;
}
.home article#evidenza {margin-bottom:20px;}
.home .tribe-events-event-meta {

	max-width: 150px;
	font-size:13px;
	line-height: 14px;
}
.single #articoli_evidenza a.autori {
	font-size: 16px;
	font-family: 'Source Sans Pro', Helvetica,sans-serif;
	font-weight: 900;
	float: none;
}
.autorehome a {
	padding-left: 8px;
}
#evidenza .entry_meta {
	margin-bottom: -4px;
	border-bottom: 0px solid #d3d3d3;
	padding-bottom: 0px;
	padding-left: 8px;
}
.autorehome {
	margin-top: -5px;
	margin-bottom: 15px;
}

.primopiano h2 {
	font-size: 22px !important;
	line-height: 20px !important;
}
	.home #evidenza img {
		margin: 0px 0px;
		float: none;
		width: 100%;
	}
		h2.attivita {
			color: #fff;
			font-size: 30px !important;
			text-align: center;
			margin-bottom:0px;
		}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}
	button#responsive-menu-pro-button {
		top: 30px !important;
		right: 35px !important;
		/* position: absolute !important; */
	}
	.title-area {

	margin-top: 10px;
	margin-bottom: 0px;
	width: 260px;
}
.osservatorio-page  .title-area, .page-id-417817 .title-area, .generi .title-area, .porteaperte .title-area, .incontri .title-area, .diritti .title-area,  .libri .title-area, .saperi .title-area,.media-accoglienza-diffusa .title-area  {
	width: 260px;
}
.header-image .site-title > a {
	background-size: 260px 50px !important;
	display: block;
	height: 50px;
	width: 100%;
	text-indent: -9999px;
}
.osservatorio-page .site-title a {

	background-size: 240px 51px !important;
	height: 51px;
}
.page-template-scuoleaperte .site-title a, .scuole_aperte-template-default .site-title a {
	background-size: 100%!important;
	height: 140px;
}
.page-template-scuoleaperte .title-area, .scuole_aperte-template-default .title-area {
 	width:100%;
}
.osservatorio-page #evidenza .entry_meta {
	margin-bottom: 3px;
	margin-top:3px;
	border-bottom: 0 solid #d3d3d3;
	padding-bottom: 0;
	padding-left: 5px;
}
.osservatorio-page #evidenza .entry_meta a {
	color: #fff;
	font-size: 12px;
	background: #ffc624;
	padding: 1px 4px;
	border-radius: 5px;
}
.page-template-scuoleaperte #evidenza .entry_meta a {
	color: #c52128;
	font-size: 14px;
	background: transparent;
	padding: 0px;
	border-radius: 0px;
}
.osservatorio-page #evidenza .entry-header {
	height: auto;
	margin-bottom: 2px;
	border-bottom: 0 solid #d3d3d3;
	margin-top: 8px;
}
.osservatorio-page .solid-section .widget {
	padding: 0px;
}
.osservatorio-page .autorehome a {
	padding-left: 5px;
}
.osservatorio-page .content article {
	padding: 5px 0px;
}
.osservatorio-page .content article .entry-title{
	padding-left: 5px;
}
.widget-area.header-widget-area {
	float: right;
	position: relative;
	top: 5px;
	right: 10px;
}
button#responsive-menu-pro-button {
	top: 15px !important;
	right: 0px !important;
	left: 0px !important;
}
.dark #text-37 {
	position: relative;
	top: -18px!important;
	left: -56px!important;
}
#text-37 {
	position: relative;
	top: 0px;
	right: 0px;
	left:0px;
}
	#text-37 .menutitle {display: none;}
.logged-in .responsive-menu-icon::before {
		color:#f8aa0c;
		content: "\f333";
		font: normal 41px/1 "dashicons";
		margin: 0 auto;
		position: absolute;
		top: 68px;
		z-index: 99999999;
		right: 20px;
	}
