/*
	Theme Name: Tonite
	Theme URI: http://botiq.it
	Description: Tema del Sito Tonite
	Author: Botiq
	Author URI: https://botiq.it

	Version: 1.0.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
---------------------------------------------------------------------------------------------------- */
@font-face {font-family: "Lovelo-Black";
  src: url("./fonts/088f292cf151a6e496fc8cdc5441b3e3.eot"); /* IE9*/
  src: url("./fonts/088f292cf151a6e496fc8cdc5441b3e3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("./fonts/088f292cf151a6e496fc8cdc5441b3e3.woff2") format("woff2"), /* chrome、firefox */
  url("./fonts/088f292cf151a6e496fc8cdc5441b3e3.woff") format("woff"), /* chrome、firefox */
  url("./fonts/088f292cf151a6e496fc8cdc5441b3e3.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("./fonts/088f292cf151a6e496fc8cdc5441b3e3.svg#Lovelo-Black") format("svg"); /* iOS 4.1- */
}



/* 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:  #fff;
	font-family: 'Jost', Helvetica,sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	background-color:#161c3b;
	/*   height: 100%;*/
}
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: #44aaac;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color:#6ee5e7;
}

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: 'Jost', Helvetica,sans-serif;
	font-weight: 500;
	margin: 0 0 20px;
	color:#44aaac;
}

h1 {
	font-size: 36px;
		line-height:42px;
}

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

}

.category h2 {
	font-size: 36px;
	margin: 20px 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: 'Jost', Helvetica,sans-serif;
  font-size: 38px;
  text-transform:uppercase;

}
.front-page-1 .image-section h4,.front-page-1 .solid-section h4 {
  font-family: 'Jost', Helvetica,sans-serif;
	font-size: 16px;
	color: #222;
}


h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.blog h2, .archive h2{font-size:26px;
line-height: 26px;font-weight: 900;}

	html body.blog div.entry-content p,html body.archive div.entry-content p
{
	font-size:16px;
	line-height: 26px;
}
.blog h2 a, .archive h2 a {font-weight: 500;}
.blog .feature h2,.archive .feature h2 {font-size:46px; line-height: 46px;}
.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:700;
	color:#323d92;
}


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

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.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: 200;
	padding: 20px;
	width: 100%;
}


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

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #2b4f60;
	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 #323d92;
   	border-radius: 3px;
    	font-size: 13px;
	background-color: #FFF;
	color: #323d92;
	font-size: 24px;
	font-weight: 800;
	width: auto;
	padding:4px 10px;
      	margin:10px auto 20px;
	display:inline-flex;

}
span.pulsante a {
	color: #323d92;
}

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



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

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


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

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

.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}
.page-template-millenotti article  {
	float: none;
	margin: 0 auto;
	max-width: 800px;
}
.page-template-millenotti .site-inner
 {
	float: none;
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	clear: both;
	position: relative;
	z-index: 9;
	margin-top:20px;
}

.millenotti-page-3 .wrap {
  max-width: 100%;
}
.millenotti-page-3  .flexible-widgets {
	padding-bottom: 0px;
	padding-top: 0px;
}
.front-page .site-container .site-inner {

	max-width: 100%;
	margin-top:0px;
}

.altitude-landing .site-container .site-inner {
	margin-top: 0px;
}
.site-container {
  background: #161c3b;

}

.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: 'Lovelo-Black', 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: 100px;
	padding: 40px 0;
}

.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:#44aaac;
	/* text-transform: uppercase; */
	margin: 5px 0px 5px;

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

.entry-title a {
	color: #44aaac;
}

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

.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: 0 auto 24px;
}

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

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: 18px;
	line-height: 1.2;
	text-align: center;
}

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


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

#wpstats {
	display: none;
}


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

.site-header {
	left: 0;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 99999;
  height: 100px;

}
.home .site-header {
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99999;
	background: linear-gradient(rgba(22, 28, 61, 0.9),transparent);
	height: 280px;
}



.site-header .footersocial, .site-header .footersocial a {
  color:#fff;
}

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

.site-header.dark {
	background-color: #262a37;
	position:fixed;
	height: 60px;
}
.site-header.dark .before-header {
  display: none;
}

.site-header.dark .nav-primary {
	text-align: center;
	position: absolute;
	right: 0px;
	top: 10px;
}
.site-header.dark > .wrap {
	border-bottom: none;
}

.site-header.dark .nav-secondary {
	display: none;
}
.site-header.dark a {
color:#fff;
}
.site-header.dark .title-area {
	position: absolute;
	top: -2px;
	padding: 25px 0;
	display: block;
	width: 350px;
	margin: 6px 0px;
}
#wpadminbar .site-header {
	top: 10px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	position: absolute;
	top: 20px;
	padding: 25px 0;
	display: block;
	width: 350px;
	margin: 6px 0px;
}
.dark .title-area {
	width: 190px;
	margin-top: 3px;
}
.site-header.dark .title-area {
	padding: 15px 0;
	margin-top:10px;
}

.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 .title-area,
.header-image .site-header.dark .title-area {
	padding: 0;
}


.header-image .site-title > a {
	background-size: 320px 75px !important;
	display: block;
	height: 82px;
	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
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
}

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

.genesis-nav-menu li li {
	margin-left: 0;
}
.genesis-nav-menu a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 20px 15px;
	display: block;
	font-family: 'Lovelo-Black', Helvetica,sans-serif;
}

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

.site-header.dark .genesis-nav-menu a {
	padding:15px;
	color:#fff;
}
.site-header.dark .genesis-nav-menu a:hover {
	color:#44aaac;
}

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

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


.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: 240px;
	z-index: 99;
	top:94px;
	background: #efefef;
	height: auto;

}
.genesis-nav-menu .sub-menu li {
	text-align: center;
	background: #efefef;
}


.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:65px;

}

.genesis-nav-menu .sub-menu a {
	background-color: #503480;
	padding: 15px 5px 0px;
	position: relative;
	width: 240px;
	color: #fff;
}


.dark .genesis-nav-menu .sub-menu {
		width: 260px;
	top: 56px;
}
.site-header.dark .genesis-nav-menu .sub-menu a {
	padding: 8px 10px;
	color: #fff;
}
.home .site-header.dark .genesis-nav-menu .sub-menu a {
	padding: 8px 10px;
	color: #2b4f60;
}

.site-header.dark .genesis-nav-menu .sub-menu a:hover {
	color: #323d92;
}


.home .genesis-nav-menu .sub-menu a {
	background-color:#f4f4f4;
		color:#333;
}
.genesis-nav-menu .sub-menu li {
	text-align:center;

}
.menuscroll .genesis-nav-menu .sub-menu a {
	background-color: #f4f4f4;
	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: #333;
}

.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;
	margin-left:-60px;
}

.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: 'Lovelo-Black', Helvetica,sans-serif;
}


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

.nav-primary {
	text-align: center;
	position: absolute;
	right: 0px;
	top: 40px;
}

.nav-primary .genesis-nav-menu {
	float: right;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    margin: 10px 0 0px 20px;
    float:right;
}
.nav-secondary li {
    margin-left:30px;
    }

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

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

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	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: #2b4f60;
	content: "\f333";
	font: normal 41px/1 "dashicons";
	margin: 0 auto;
	position: absolute;
	top: 55px;
	z-index: 99999999;
	right: 25px;
}

.responsive-menu-icon::before {
	color: #2b4f60;
	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: center;
	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:800;
}
.front-page-4 .solid-section h4
{color:#111;font-weight:800;
}

h2.corsititle {
	font-size: 60px;
	margin: 60px 0px 0px;
	line-height: 60px;
	color: #333;
}
.front-page-2 p {
	padding-bottom: 0px;
	color: #ffffff;
	font-size: 24px;
}

.front-page-2 .wrap {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto;
}
.front-page-2 .azioneimg {
 flex-basis:32%;
 padding:15px;
}

h2.attivita {
	color: #fff;
	font-size: 55px !important;
	text-align: center;
	font-weight: 900;
}
#text-17 {width:100%}

.front-page-2 .one-fourth {
	width: 24.99%;
}

#front-page-2 .image-section h4, #front-page-2 .solid-section h4
{color:#222;font-weight:800;
}
#front-page-3 .image-section h4, #front-page-3 .solid-section h4
{color:#fff;font-weight:800;
}
.front-page-7 .wrap {
  float: none;
  max-width: 100%;
}
.front-page-3 {
	background:#262a37;
	padding: 0px 0 20px;
	position: relative;
	z-index: 0;
}
.front-page-5 {
	background: #323d92;
	padding: 0px 0 40px;
}
.front-page-1 {
	position: relative;
	background-color: #EDEBEB;
	margin-top: 0px;
	z-index: -99999;
}
.front-page-1 .image-section {
	padding-top: 0px;
}

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

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



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

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

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

.flexible-widgets {
	padding-bottom:25px;
	padding-top: 45px;
}
.millenotti-page-1 .flexible-widgets {
	padding-bottom: 20px;
	padding-top: 10px;
}

.millenotti-page-2 .flexible-widgets {
	padding-bottom: 0px;
	padding-top: 10px;
}
.flexible-widgets .widget {
	float: left;
	margin: 0px 0px 0px;
}
#front-page-4 .flexible-widgets {
	padding-bottom: 40px;
	padding-top: 20px;
}
#front-page-1  .flexible-widgets {
	padding-bottom: 0px;
	padding-top: 0px;
}
#front-page-1 h2 {
	font-size: 18px;
	line-height: 20px;
	font-family:'Open Sans',sans-serif;

}
#front-page-1 .widget-wrap h2 {
	margin: 13px 0px 4px;
}
#front-page-1 .one-third {margin-right:30px;}
#front-page-1 #dpe_fp_widget-2.one-third  {margin-right:0px;}
.flexible-widgets.widget-full .widget{
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.dpe-flexible-posts li {
	list-style-type: none;
	float:left;
}
.dpe-flexible-posts img {
margin-right:5px;
	float:left!important;
}
.dpe-flexible-posts h4{
	line-height: 22px;
	margin-bottom:20px
}

.solid-section .widget {
	padding: 15px 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:30px 0px;
	margin: 0px 0px 0px;
}
.home .content {
	background: none;
		margin: 0px 0px 0px;
}

.page .content {
	padding-bottom: 50px;
}

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

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

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

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

.entry {
	margin-bottom: 10px;
}

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

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

.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 {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.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: 30px 0;
}

.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: #2b4f60;
	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:700;
}

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

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

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

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

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

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

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



.footer-widgets {

	clear: both;
	position: relative;
	z-index: 9;
	background:#262a37;
  padding-top:20px;
}
.inglese .footer-widgets {
	/*background:#161c3b;
*/
}
.inglese .advanced_floating_content
{
display:none;
}
.home .footer-widgets {
	z-index: 8;
  }

  .footer-widgets .wrap {
  	padding-bottom: 20px;
  	padding-top: 60px;
  	/* max-width: 830px; */

  }

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

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

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.footer-widgets-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 justify-content: center;

}
.footer-widgets .widget {
	margin-bottom: 40px;
  flex:10%;
}
.footer-widgets .widget.testofooter, .footer-widgets .widget.privacyfooter {
	flex: 100%;
}
.footer-widgets .widget.privacyfooter p  {
text-align:center!important;
}
.loghi {
	max-width: 200px;
}
.footer-widgets p {
	font-size:16px;
}


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

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

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

.site-footer,
.site-footer a {
	color: #fff;
	font-size:14px;}

.site-footer p {
	color: #fff;
}
.site-footer a:hover {
	color: #44aaac;
}

.site-footer p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	}

/* ! Custom CSS */
.home h1.entry-title {display: none!important}
.nobanner .advanced_floating_content {display: none;}

.afc_popup .img {
	position: absolute;
	top: 7px!important;
	right: 7px!important;
}

.questionario .entry-title, .questionario .entry-content {
	max-width: 1200px!important;
	margin: auto;
}
.entry-content h2#titoloquestionario {
	background: transparent;
	font-size: 44px;
  line-height: 46px;
	font-weight: 900;
}
.questionario .wp-block-uagb-buttons-child {flex-basis: 24%; text-align:center;}
.questionario .content { padding-top:0px;}
.questionario .entry-title {display: none;}
.anci img {padding-right:80px!important;}
.wp-block-group.partner .wp-block-group__inner-container{display: flex; flex-wrap: wrap;}
.partner-title {flex-basis:100%;}
.partner-img {
	flex-basis: 25%;
	padding-right: 20px;
}
.partner-text {flex-basis:75%}

#icl_lang_sel_widget-2 {
	position: absolute;
	width: 80px;
	top: -9px;
	left: -80px;
}
.wpml-ls-legacy-list-horizontal a {
	color: #fff;
	font-size: 14px;
  padding:5px 7px!important;
}

.partner {
	background: #262a37;
	margin-top: 50px;
	padding: 20px;
}
.partner p{
  font-size:18px;
  line-height: 22px;
  margin-bottom:10px;
}

.millenotti-page-1 .entry-title a {
	color: #fff;
}
.millenotti-page-1 .entry-title a:hover {
	color: #44aaac;
}
.millenotti-page-2 iframe, .millenotti-page-3 iframe{
  min-height: 440px;

}
#featured-video-3,#featured-video-5,#featured-video-7  {margin-right: 0px;}
#featured-video-2, #featured-video-5{margin-right: 0px;}

#featured-video-2 .widget-wrap ,#featured-video-5 .widget-wrap {
	display: flex;
  flex-flow: wrap;
}
#featured-video-2 .widget-wrap article, #featured-video-5 .widget-wrap article {
	flex: 33%;
}

.home .entry-content {display: none;}

.lovelo { 	font-family: 'Lovelo-Black', Helvetica,sans-serif!important;
}
 /* ! Grid */
 .azioniflex {
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 	margin: 0px 0px 0px 60px;
 }
 .azioni-flex .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px 30px 0px 30px;
}
.azioni-flex .wp-block-group {
	flex: 30%;
}
 .azioniflex img,  .azioni-flex img
 {max-width: 100px!important;}
 .azioniflex p,  .azioni-flex p { 	font-family: 'Lovelo-Black', Helvetica,sans-serif!important;
 font-size:16px;
 }
   .azioniflex p a:hover, .azioni-flex p a:hover {opacity: 0.4}
  .azioniflex a img:hover, .azioni-flex a img:hover{opacity: 0.4}
 .azione1,.azione2,.azione3,.azione4,.azione5,.azione6
 {flex-basis: 32%;padding: 15px;}
/*.azione3,.azione4,.azione5,.azione6
 {opacity: 0.4;}*/
 .grid{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin: 15px auto;
 }
 .grid__post{flex-basis: 32%;padding: 15px;}
 .grid__post img{width: 100%;height: auto;margin-bottom: 5px;}
 .grid__post h3 {
 	font-size: 22px;
 	font-weight: 900;
 	margin: 0 0 10px 0;
 	line-height: 27px;
 	text-align: left;
 	color: #fff;
 }
 .grid__post h3 a {
 	color: #fff !important;
 }
 .grid__post h3 a:hover, h4.sezioni a:hover {
   color:  #44aaac!important;
 }
 .grid__post p{color:#fff!important; font-size: 18px!important line-height: 20px!important; text-align: left!important;}
 .category .content  {display: flex; flex-wrap: wrap; justify-content: flex-start;}
 .category article {
 	flex-basis: 32%;
 	padding: 20px;
 }
 .category .pagination {
 	flex:100%;
 }

.footersocial li {display: inline; margin-right:8px; font-size: 14px;}
 .site-header > .wrap {
	position: relative;
}
.front-page-2 .wrap {
	margin-top: -40px;
	background: #161c3b;
	border-radius: 0px;
	margin-bottom: -11px;
	padding-bottom: 15px;
  padding-top: 15px;
	border-top: 10px solid #303d94;
	position: relative;
	z-index: 99999999;
	border-bottom: 10px solid #303d94;
}
.front-page-4 .wrap {
	margin-top: -40px;
	background: #161c3b;
	border-radius: 0px;
	margin-bottom: -50px;
	padding-bottom: 20px;
	border-top: 10px solid #303d94;
	position: relative;
	z-index: 99999999;
	border-bottom: 10px solid #303d94;
}
.ugb-blog-posts__content {position:relative!important;}
.autorefoto {
	color: #fff;
	position: absolute;
	top: 50px;
	right: 15px;
	transform: rotate(90deg);
	font-size: 14px;
}
h2.titolofasciadark {
	color: #44aaac;
	margin-top: 40px;
	margin-bottom: -15px;
	font-size: 48px !important;
}
video, iframe {
  /* override other styles to make responsive */
  width: 100%    !important;
}
.masonry .wp-block-group__inner-container {
  flex-flow: row wrap;
  margin-left: -8px; /* Adjustment for the gutter */
  width: 100%;
	display: flex;
	  align-items: center;
		justify-content: space-between;
}

.masonry .wp-block-image {
  flex: 14.2%;
  max-height: 130px;
  min-width: 120px;
	max-width: 150px;
  margin: 0 8px 8px 0; /* Some gutter */
}
.masonry .wp-block-image:hover {
opacity: 0.8;
}

.masonry li img,.masonry  .wp-block-image img {
max-height: 130px;
	}
	.mobile { display: none;}
.home .entry {
	margin-bottom: -20px;
}
.entry-content h2 {
	font-size: 34px;
	margin: 30px 0px;
	line-height: 36px;
	background: #44aaac;
	color: #fff;
	padding: 10px 20px;
}
.entry-content h3 {
	background: #44aaac;
	color: #fff;
	padding: 6px 20px;
	margin: 30px 0px;
	line-height: 30px;
}
.colonnaprogetto {
	margin-top: 15px;
}
h2.ugb-blog-posts__title {
	background: none!important;
	padding:0px;
}
.bloccoarticoli {
	background: #f4f4f4;
	height: auto;
	margin-left: calc(50% - (50vw - 0px))!important;
	margin-right: calc(50% - (50vw - 0px))!important;
	margin-top:40px!important;
	margin-bottom:40px!important;
	max-width: 1000%!important;
	overflow: hidden;
	position: relative;
	width: calc(100vw - 0px)!important;
	z-index: 1!important;
	padding-bottom:60px!important;
}

.bloccoarticoli.pianificazione {
	background: #eafdff;
}
.bloccoarticoli.gestione {
	background: #efffea;
}
.bloccoarticoli.semplificazione {
	background: #fff8ea;
}
.bloccoarticoli .ugb-block-title {
	font-size: 40px;
	margin-top: 20px;
	background-color: #2b4f60;
	padding: 20px;
}
.bloccoarticoli.gestione .ugb-block-title {
	background-color: #00d084;
}
.bloccoarticoli.pianificazione .ugb-block-title {
	background-color: #0693e3;
}
.bloccoarticoli.semplificazione .ugb-block-title {
	background-color: #ff6900;
}
.bloccoarticoli.risposta {background: #fff;}
.bloccoarticoli.risposta .ugb-block-title {
	background-color: #99a027;
	display: none;
}
.bloccoarticoli .ugb-block-content h2 {
	font-size: 26px;
	margin: 20px 0px;
	line-height: 28px;
}
.bloccoarticoli .ugb-block-content{
	max-width: 1260px;
	margin:auto;
}
.bloccoarticoli .ugb-blog-posts__content
{padding:0px 30px;}
.bloccoarticoli p { margin-bottom:0px;
}
.ugb-blog-posts.ugb-blog-posts--v2.ugb-blog-posts--design-basic .ugb-blog-posts__readmore
{
background: #323d92;
padding:5px;
text-align: center;
}

.testocontatti {
	font-size: 19px;
	line-height: 26px;
}
.icona-a h3, .icona-b h3, .icona-c h3 {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	margin-top: -10px;
	font-weight: 900;
}
.icona-a img, .icona-c img {
	max-width: 200px;
	margin: auto;
	width: 100%;
	display: block;
}
.icona-a a img:hover,.icona-b a img:hover,  .icona-c a img:hover, .front-page-2 img:hover {
opacity: 0.7;
}
.icona-b img {max-width: 232px;margin:auto;	display: block;}
.icona-a ,.icona-b ,.icona-c {
	position:relative;
}
.larghezzafull {width:100%;}
.center {text-align: center;}
.titolofascia2 h2 {
	font-size: 44px !important;
	line-height: 54px;
	color: #ffffff;
	margin: 0px;
	font-family: 'Lovelo-Black', Helvetica,sans-serif;
}
.titolofascia2 h3 {
	font-size: 32px !important;
	line-height: 36px;
	color: #44aaac;
	margin: -4px;
	font-family: 'Lovelo-Black', Helvetica,sans-serif;
}
.front-page-2 .titolofascia2 h3 {
	font-size:26px !important;
	line-height: 28px;
	color: #fff;
  	font-family: 'Jost', Helvetica,sans-serif;

}
}
.front-page-2 .titolofascia2 h3 a{
	color: #fff!important;
  	font-family: 'Jost', Helvetica,sans-serif;

}
.front-page-2 a{
	color: #fff!important;
  	font-family: 'Jost', Helvetica,sans-serif;

}
.titolofasciablu {
	margin: 20px 0px 20px;
}

.titolofasciabianca {
		margin:20px 0px 0px;

}
.titolofasciabianca h2,.titolofasciabianca h2 a {
		font-family: 'Lovelo-Black', Helvetica,sans-serif;
	font-size: 52px !important;
	line-height: 58px;
	color: #fff;
	margin:0px;
}
.titolofasciabianca h3, .titolofasciabianca h3 a {
	font-family: 'Lovelo-Black', Helvetica,sans-serif;
	font-size: 36px !important;
	line-height: 40px;
	color:#44aaac;;
	margin:0px;
}
.partner h3 {
	margin: -36px 0px 20px;
	font-size: 20px;
	line-height: 22px;
}

.front-page-3 p  a, .front-page-5 p  a {color:#fff; font-weight: 300;}
.front-page-2 img {
	/* padding: 0px; */
	/* border-radius: 150px !important; */
	margin-bottom: -34px;
	margin-top: -30px;
	margin-top: 5px;
	margin-bottom: -20px;
	padding: 0px 100px;
}
.titolofasciabianca h2 a:hover,.titolofasciabianca h3 a:hover,.front-page-3  p a:hover, .front-page-5  p a:hover {
	color:#44aaac;
}
.single .entry-content, .semifull .entry-content {
	max-width: 800px;
	margin:20px auto;
}
.post-template-default .entry-title, .semifull .entry-title {max-width: 800px; margin:auto;}
.entry-title {text-align: left;}
.archive .entry-title {text-align: left;}
.accedi {
	text-transform: lowercase;
	font-size: 12px;
	position: relative;
	top: 10px;
	left: -33px;
}
.usericon a svg {
  fill: #2b4f60;
}
.usericon a svg:hover {
  fill: #44aaac;
}
.front-page-5 p {
	font-size: 26px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	max-width: 1110px;
	margin: auto;
	margin-top: 30px;
}
.front-page-3 p {
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	max-width: 1110px;
	margin: auto;
	margin-top: 30px;
}

h4.sezioni {
	/* position: absolute; */
	bottom: 0px;
	padding: 0px 20px;
	/* font-size: 22px; */
	width: 250px;
	/* background: rgba(0, 0, 0, 0.85); */
	/* 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)); */
	/* font-size: 26px; */
	text-align: center;
	color: #323d92;
	margin-top: -15px;
	text-transform: unset;
	font-size:22px;
	line-height: 24px;
	margin: auto;
	/* margin-top: -15px; */
	margin-bottom: 20px;
}
h4.sezioni a { color:#fff;}

.front-page-4 h4.sezioni {
	font-size: 26px;
	line-height: 28px;
}
.front-page-4  .titolofasciablu {
	margin: 20px 0px 0px;
}
.featured-videos-for-genesis  h2 {
	font-size: 22px!important;
	margin: 5px 0px 10px;
	line-height: 24px!important;
	text-align: left;
}
.front-page-4  h2 a {
color:#fff;
}

.front-page-2 .flexible-widgets, .front-page-2 .solid-section .widget {
	padding: 0px 10px;
}
.front-page-2 {
	padding-bottom: 0px;
	margin: 0px;
	color: #fff;
	padding-top: 30px;
	background: #161c3b;
	border-top: 0px solid #303d94;
	border-bottom: 1px solid #161c3b;
	position: relative;
	z-index: 9;
}
.front-page-4 {
	padding-bottom: 0px;
	margin: 0px;
	color: #fff;
	padding-top: 10px;
	background: #161c3b;
	border-top: 0px solid #303d94;
	border-bottom: 1px solid #161c3b;
	position: relative;
	z-index: 9;
}
.front-page-2 .textwidget {
	position:relative;
}
.before-header {
	color: #fff;
	padding: 0px 0px;
	top: 5px;
	position: absolute;
	z-index: 9999;
	right:0px;
}
.before-header .widget{
height:30px;
}
.before-header img.alignnone, .before-header .alignnone, .before-header p {
	margin: 0 0 0px;
}
ul.social li {
	list-style-type: none;
	display: inline;
}
h4.newsletter {}
a.more-link {display: block;}
h2.titolo,h3.titolo {background:#42abac; 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; }

.front-page-1 .wrap {
	max-width: 100%;
}
.primopiano img {position:relative; margin-bottom:-10px;width: 100%;}
.primopiano h3 a {color:#fff;	font-weight:300;}
.primopiano h3 a:hover {color: #cefaff;}
.primopiano h3 {
	text-align: center;
	font-size: 42px;
	font-weight: 300;
	color: #FFF;
	position: absolute;
	bottom: 0px;
	padding: 20px 20px 10px 20px;
	width: 100%;
	box-sizing: border-box;
/*	background: rgba(0, 0, 0, 0.85);
	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.59));*/
	margin-bottom: 0px;
}
.primopiano p {margin-bottom:0px;}
ul.wp-block-gallery {margin-left:0px;}
.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 {width:270px;}
.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: 'Lovelo-Black', Helvetica, sans-serif!important;
}

 .image-section .testo h4, .solid-section .testo h4 {
  color: #323d92;
font-family: 'Lovelo-Black', 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;
}
.paginah3 h3 {
  background:#323d92 none repeat scroll 0 0;
  border-left: 0 solid #f9772c;
  color: #fff;
  display: block;
	font-family: 'Lovelo-Black', Helvetica, sans-serif;
	font-size: 20px;
  font-weight: 700;
  margin: 25px 0 10px;
  padding: 10px 20px 5px;
  text-transform: uppercase;
}


#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;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
.role-administrator.home .site-header, .role-editor.home .site-header {
	top: 25px;
  position:absolute;

}
.role-administrator .dark.site-header, .role-editor .dark.site-header  {
	position: fixed;
	z-index: 99999;
	top: 32px;
}
.header-image .dark .site-title > a {

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

	background-color: rgba(255, 255, 255, 0.9)!important;
}
#cf7md-form .mdc-textfield__label {
	color: #44aaac!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(255, 255, 255, 0.9)!important;
}
#cf7md-form .mdc-textfield__label {
	color:#44aaac!important;
	font-weight:bold;}

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

	float: left;
	padding: 10px;
}
#cf7md-form input, #cf7md-form textarea, #cf7md-form select, #cf7md-form .wpcf7-list-item label, #cf7md-form .cf7md-accept-label {
	color: rgba(255, 255, 255, 0.9);
}
#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:#44aaac !important
}
#cf7md-form .mdc-checkbox__background {

	border: 2px solid rgba(255, 255, 255, 0.87)!important;
}
#cf7md-form .mdc-textfield__input,#cf7md-form label, #cf7md-form .cf7md-label--static, #cf7md-form .cf7md-help-text  {
	color: rgba(255, 255, 255, 0.87)!important;
}
#cf7md-form input, #cf7md-form textarea, #cf7md-form select, #cf7md-form .wpcf7-list-item label, #cf7md-form .cf7md-accept-label,#cf7md-form .mdc-form-field {
	color: rgba(255, 255, 255, 0.87)!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:#323d92;}
.addtoany_content {
	clear: both;
	margin: 30px 0 0px!important;
	text-align: center;
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 44px!important;
	color: #222;
}
.tribe-events-schedule {
	margin: 0px 0 20px!important;
}
.tribe-events-tooltip h3 {
	font-size:22px;
	line-height:24px
}
.tribe-events-schedule h2 {
margin-top:0px;}


.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
	float: right;
	max-width: 90px;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding: 0px !important;
	overflow: visible !important;
}
.tribe-events-list-widget .tribe-events-list-widget-events {
	text-align: center;
}
p.tribe-events-widget-link {
	text-align:center;
	color:#503480;
	font-size:22px!important;
	text-transform:uppercase!important;
}

p.tribe-events-widget-link a{
	text-align:center;
	color:#503480;
	font-size:24px;
}

.after-entry .widget-title {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	background: #323d92;
	line-height: 34px;
	text-align: center;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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


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


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

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

}
.nav-secondary li {
  margin-left: 15px;
}
.site-inner, .wrap {
  float: none;
  margin: 0 auto;
  max-width: 1140px;
}

#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) {

.site-inner, .wrap {
  float: none;
  margin: 0 auto;
  max-width: 1024px;
}
	.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;
}
.genesis-nav-menu a {

  padding: 35px 10px 20px;

}

	.title-area {
	float: left;
	padding: 25px 0;
	display: block;
	margin-top: 14px;
	margin-bottom: 10px;
}
.primopiano h3 {
	font-size: 38px;
	line-height: 40px;
}
}

@media only screen and (max-width: 1023px) {
  #responsive-menu-pro-container #responsive-menu-pro-wrapper {
  	padding-top: 60px!important;

  }
	.nav-primary {
	display: none !important;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box {
 background: #2b4f60!important;
 border: 2px solid rgba(255, 255, 255, 1)!important;
 color: #fff!important;
}
#responsive-menu-pro-container .responsive-menu-pro-search-box::placeholder {
 color: #ffffff !important;
 opacity: 1;
 font-weight: 700!important;
 text-align: center;
}
#responsive-menu-pro-container li.responsive-menu-pro-item {
	margin-bottom: 20px;
	font-size: 40px !important;
	text-align: center;
}
	button#responsive-menu-pro-button {
	top: 30px!important;
		position: fixed!important;

}
#responsive-menu-pro-container {
	padding-top: 60px!important;

}
.darkbody	#responsive-menu-pro-button {
	top: 0px!important;
}
.front-page-3 p, .front-page-5 p {
	font-size: 24px;
	line-height: 32px;
	max-width: 96%;

}
	.primopiano h3 {
		font-size: 34px;
		line-height: 36px;
	}

	.genesis-nav-menu a {
		color: #503480;
		font-size: 22px;
	}

  .header-image .dark .title-area {
  	margin: 10px 5px;
  }
.header-image .site-header.dark .title-area {
			padding: 0px 0px 0px;
			}
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;
}

.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;
}
.sidebar,.content {
		width: 100%;
		float:left;
	}
.sidebar {order:1;}
.content {order:2;}

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

.front-page-1 .widget,.front-page-1 .flexible-widgets.widget-full .widget {
	margin: 0 auto 0px;
	width: 100%;
}
	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}
.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;
}
#nav-primary, .before-header {
  display: none;
}
.role-administrator .site-header, .role-editor .site-header, .site-header {

}

.slide-nav-link {
    color: #ffffff!important;
}
.site-inner,.wrap {
		max-width:none ;
		width: 100%;
}
.site-inner,.wrap {
		padding: 0px;
}
.front-page .site-container .site-inner {
		max-width: 100%;
		margin-top: 0px;
}

.title-area {
	float: none;
	padding: 5px 0;
	display: block;
	width:320px;
	margin: 10px 20px 0px;
}
.front-page .site-inner {
		padding: 0;
	}
.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;
}
.header-image .site-title > a {
		background-size: 300px 70px !important;
		display: block;
		height: 70px;
		width: 100%;
		text-indent: -9999px;
}
.genesis-nav-menu.responsive-menu .menu-item,.responsive-menu-icon
{
			display: block;
}

.genesis-nav-menu .sub-menu {
right:50%;
	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: 240px;
	z-index: 99;
	top: 95px;

}

.titolofasciabianca h2, .titolofasciabianca h2 a {
	font-size: 48px !important;
	line-height: 52px;
	color: #fff;
	margin: 0px;
}

}
@media only screen and (max-width: 960px) {
	.primopiano h3 {
		font-size: 30px;
		line-height: 30px;
	}

	.footer-widgets .widget {
  margin-bottom: 40px;
  padding:0px 30px;
  width: 100%;
  text-align:center;
}

.wp-block-media-text {
	display: block!important;
}

}
/* ! media 800px */
@media only screen and (max-width: 800px)
{
  .questionario .wp-block-uagb-buttons-child {flex-basis: 49%;
    margin-bottom:10px;
  }

  .uagb-buttons__outer-wrap .uagb-buttons__wrap {
	flex-wrap: wrap;
}

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


	.primopiano h3 {
		font-size: 26px;
		line-height: 30px;
	}

.before-header .one-fourth {
	width:23.076923076923077%;
}
.before-header .widget {
	height: auto;
}
	#tribe-events-pg-template {
	padding: 5px 20px 20px;
}
	.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;
}
#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:140%!important;}

.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}
.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}

	.image-section .flexible-widgets {
		padding: 0px;
	}

	.solid-section .flexible-widgets {
		padding: 5px 8px;
	}
	.front-page-3 p, .front-page-5 p {
		padding-bottom: 15px;
		padding-top: 0px;
		color: #fff;
		font-size: 20px;
	}
	.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;
}
	.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-container .site-inner {
	max-width: 100%;
	margin-top: 0px;
}
.content {
	float: left;
	width: 100%;
	padding:10px;
	margin: 0px 0px 0px;
}

.image-section h4, .solid-section h4 {
	font-size: 20px;
	margin-top: 0px;
}
.front-page-2 p {
	padding-bottom: 0px;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 19px;
}

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
	}
	.uagb-columns__inner-wrap {
		display: flex!important;
     flex-direction: column}

	.titolofascia2 h2 {
		font-size: 40px !important;
		line-height: 44px;
	}
	.titolofascia2 h3 {
	font-size: 30px !important;
	line-height: 34px;
}

.titolofasciabianca h2, .titolofasciabianca h2 a {
	font-size: 40px !important;
	line-height: 44px;
}
.titolofasciabianca h3, .titolofasciabianca h3 a {
	font-size: 24px !important;
	line-height: 28px;
}
.front-page-3, .front-page-5 {
	padding: 20px 0 20px;
}
.ugb-2378170 li {
	--icon-size: 20px;
	margin-bottom: 16px !important;
	margin-left: 10px;
}
}
/* ! media 640 */
@media only screen and (max-width: 640px) {
  #featured-video-5 .widget-wrap article {
  	flex: 100%;
  }

  .front-page-2 .flexible-widgets, .front-page-2 .solid-section .widget {
  	padding: 0px 5px;
  }
.footer-widgets img.alignleft {
	margin: 10px auto;
	float: none;
}
  .front-page-2 .titolofascia2 h3 {
  	font-size: 19px !important;
  	line-height: 24px;
  	color: #fff;
  	font-family: 'Jost', Helvetica,sans-serif;
  }
  .azione1, .azione2, .azione3, .azione4, .azione5, .azione6 {
	flex-basis: 100%;
	padding: 0px;
  max-width: 200px;
  text-align: center;
}
.azioniflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 0px 0px 0px;
}
  .grid__post {
  	flex-basis: 100%;
  	padding: 15px;
  }

	.one-third, .two-sixths {
		width: 100%!important;
	}
	.titolofasciabianca h3, .titolofasciabianca h3 a {
	font-size: 21px !important;
	line-height: 24px;
}
.full-width-content .content {
	padding: 10px 0px;
	width: 100%;
}
.full-width-content .entry-content p {
	padding: 10px 10px;
}
.entry-content h2 {
	font-size: 26px;
	margin: 25px 0px;
	line-height: 30px;
	padding: 20px 5px;
	text-align: center;
}
.entry-content h3 {
	font-size: 22px;
	margin: 25px 0px;
	line-height: 28px;
	padding: 20px 5px;
	text-align: center;

}
	.mobile { display: none;}
  .titolofascia2 h3 {
	font-size: 32px !important;
	line-height: 36px;
	color: #44aaac;
	margin: 2px;
	font-family: 'Lovelo-Black', Helvetica,sans-serif;
}
.home .site-header {
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 99999;
	background: linear-gradient(rgba(22, 28, 61, 0.9),transparent);
	height: 70px;
}
.site-header.dark {
background-color: #262a37;
position: fixed;
top: 0px;
height:60px;
}
.partner-img {
	flex-basis: 100%;
	padding-right: 0px;
  float: none;
}
.partner-text {flex-basis:100%}
.category article {
	flex-basis: 100%;
	padding: 10px;
}
	}
  /* ! media 480px */
@media only screen and (max-width: 480px) {

  .front-page-2 img {
	/* padding: 0px; */
	/* border-radius: 150px !important; */
	margin-bottom: -20px;
	margin-top: -30px;
	margin-top: 5px;
	margin-bottom: 10px;
}

	.header-image .site-title > a {
  		background-size: 250px 58px !important;
		height: 58px;
	}

	.desktop { display: none;}
		.mobile { display: block;}

		.front-page-2 img {
			margin-bottom: -10px;
			margin-top: -10px;
		}
	.front-page-3 p, .front-page-5 p {

		color: #fff;
		font-size: 18px;
		padding: 10px;
		padding-bottom: 15px;

	}
	.front-page-3 p a, .front-page-5 p a{
font-weight: 400;

	}
	.titolofascia2 h2 {
		font-size: 32px !important;
		line-height: 40px;
		font-weight: 900;
	}
	.titolofasciabianca h2, .titolofasciabianca h2 a {
		font-size: 32px !important;
		line-height: 40px;
		font-weight: 900;
	}
		.titolofasciabianca h3, .titolofasciabianca h3 a {
	font-size: 20px !important;
	line-height: 26px;
}
.titolofascia2 h3 {
	font-size: 22px !important;
	line-height: 22px;
}

	.primopiano img {
	position: relative;
	margin-bottom: -10px;
	width: 100%;
	min-height: 170px;
}

.primopiano h3 {
	font-size: 20px;
	line-height: 21px;
	font-weight: 900 !important;
		padding: 40px 5px 16px 5px;
}
	.primopiano h3 a {
		font-weight: 700!important;
	}

	.alignleft, .alignright {
	float: none !important;
	text-align: center;
	display: block;
}
	.single-tribe_events .tribe-events-single-event-title {
	font-size: 30px!important;
	line-height:32px;
		margin-bottom:10px;
	}
.n2-ss-section-main-content {background: none!important;}
.n2-ss-slider .n2-ss-layers-container > *, .n2-ss-slider [onclick].n2-ss-layers-container {
	margin-top: 80px;
}
#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;}

.genesis-nav-menu .sub-menu {
right:0px;
	top: 80px;

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

	h1 {
		font-size: 30px;
		line-height: 32px;
	}
	.title-area {
	    float: left;
	    padding: 5px 0;
	    display: block;
	    width: 280px;
	    margin: 2px 0px 5px 10px;
				}

.logged-in .responsive-menu-icon::before {
		color:#2b4f60;
		content: "\f333";
		font: normal 41px/1 "dashicons";
		margin: 0 auto;
		position: absolute;
		top: 68px;
		z-index: 99999999;
		right: 20px;
	}

.responsive-menu-icon::before {
		color: #2b4f60;
		content: "\f333";
		font: normal 41px/1 "dashicons";
		margin: 0 auto;
		position: absolute;
		top: 22px;
		z-index: 99999999;
		right: 20px;
	}
	.logged-in button#responsive-menu-pro-button {
		top: 88px !important;
		right: 5px;
	}
	button#responsive-menu-pro-button {
		top: 25px !important;
		right: 5px;
	}
.secondobox img.centered, .secondobox .aligncenter {
    display: block;
    margin: 5px auto;
    float: none;
    width:100%;
}



}
