/*
Theme Name: Design Italia
Theme URI: https://github.com/italia/design-wordpress-theme/
Author: Marco Gargano
Author URI: http://marcogargano.com/
Description: Design Italia è un tema di WordPress utilizzabile per i siti internet della Pubblica Amministrazione italiana. Design Italia rispetta le nuove linee guida di design dell’Agenzia per l’Italia digitale rilasciare dal Team per la Trasformazione Digitale e le caratteristiche per i servizi web della Pubblica Amministrazione contenute nel Piano triennale per l’informatica nella Pubblica Amministrazione 2017/2019. Nel tema vengono integrate le componenti di Bootstrap Italia.
Version: 0.17
License: AGPL-3.0
License URI: LICENSE
Tags: one-column, two-columns, right-sidebar, custom-header, custom-colors, custom-logo, custom-menu, footer-widgets, editor-style, featured-images, post-formats, theme-options
Text Domain: wppa
 
Design Italia WordPress Theme © 2017 Marco Gargano
Design Italia is distributed under the terms of the AGPL-3.0
 
Copyright (c) the respective contributors, as shown by the AUTHORS file.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
*/
 
/* WordPress WYSIWYG Editor Styles */
 
@font-face { 
	font-family: 'Titillium Web';
	src: url('bootstrap-italia/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-regular.woff2') format('truetype');
	font-weight: normal;
	font-style: normal;
  }
 
  @font-face { 
	font-family: 'Titillium Web';
	src: url('bootstrap-italia/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-700.woff2') format('truetype');
	font-weight: bold;
	font-style: normal;
  }
 
  @font-face { 
	font-family: 'Titillium Web';
	src: url('bootstrap-italia/fonts/Titillium_Web/titillium-web-v10-latin-ext_latin-italic.woff2') format('truetype');	
	font-style: italic;
  }
 
.entry-content {
	margin-top: 45px;
	margin-bottom: 60px;
}
.entry-content [href$=".pdf"]:after, 
.entry-content [href$=".doc"]:after, 
.entry-content [href$=".docs"]:after, 
.entry-content [href$=".xls"]:after, 
.entry-content [href$=".xlsx"]:after,
.entry-content [href$=".zip"]:after {
	content: '📎';
	margin-left: 5px;
}
 
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.bypostauthor, 
.gallery-caption {}
 
.post-edit-link {
	position: absolute;
	z-index: 999;
	left: auto;
	right: 15px;
	bottom: auto;
	top: 15px;
	margin: 0 auto;
	padding: 10px 30px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: 600;
	background-color: #c00;
	transition: all .3s ease-in-out;
}
.post-edit-link:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #f00;
	box-shadow: 0 2px 30px rgba(0, 0, 0, .3);
}
 
 
 
 
 
/* CUSTOM STYLE */
 
html {
	background: #00264d;
}
header {
	position: relative;
	/*z-index: 10;*/
}
 
/* UI Form */
input, 
button, 
input[type="submit"], 
input[type="text"], 
input[type="email"], 
textarea, 
select {
	padding: 10px;
	background-color: #f6f6f6;
	border: none;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
	display: block;
	max-width: 100%;
}
select {
  height: 45px;
}
input[type="radio"],
input[type="checkbox"] {
	display: inline;
	box-shadow: none;
  zoom: 150%;
}
button, 
input[type="submit"] {
	background-color: #65dde0;
	box-shadow: none;
	color: #004a4d;
	font-weight: 600;
  padding: .6em 1.2em;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, 
input[type="submit"]:hover {
	cursor: pointer;
	background-color: #3cd5d7;
  border-color: #29cbd1;
}
label {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  margin: 0;
}
 
ul, 
ul li {
	padding-left: 0;
	list-style: none;
	list-style-position: outside;
}
ul li li {
	/* list-style: disc; */
	list-style-position: inside;
}
/* Custom */
[class^="branding"], 
[class^="branding"] a, 
[class^="branding"] [class^="menu"] a {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}
[class^="branding"] a:hover, 
[class^="branding"] [class^="menu"] a:hover {
	color: #fff;
}
#header {
	background-color: #06c;
}
.branding-up {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: rgba(0, 0, 0, 0.15);
}
.branding {
	background-color: transparent;
}
.branding h1 {
	margin-top: 10px;
}
.custom-logo {
	width: 70px;
	height: auto;
	max-width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
 
.menu-main {
	position: relative;
	background-color: transparent;
}
.nav li {
	display: block;
	padding: 15px 10px;
}
.nav li a {
	color: #fff;
	font-weight: 400;
}
.branding-up .nav li {
	padding: 0 10px;
}
 
/* NAV CHILD WITH DROPDOWN */
/*
.nav .disable > a {
	pointer-events: none;
}
.nav .light > a {
	font-weight: 300;
}
 
.menu-main .nav ul {
  min-width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  left: -999em;
}
 
.menu-main .nav li ul {
	padding: 10px 0;
	background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
 
.menu-main .nav li ul:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 24px;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-main .nav li ul a, 
.menu-main .nav li ul a:hover, 
.menu-main .nav li:hover ul a {
	font-size: .889em;
	color: #1173d4;
}
.menu-main .nav li ul a:hover {
	text-decoration: underline;
}
.menu-main .nav li {
  display: inline-block;
  position: relative;
  text-align: left;
  z-index: 99999;
}
.menu-main .nav li.focus > ul, 
.menu-main .nav li:hover > ul {
  top: auto;
  left: auto;
}
.menu-main .nav li li.focus > ul, 
.menu-main .nav li li:hover > ul {
  left: 100%;
  top: 0;
}*/
.menu-main .nav a {
  color: #1A3757;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 0 15px;
  position: relative;
}/*
.menu-main .nav a:hover,
.menu-main .nav li:hover > a,
.menu-main .nav .focus > a,
.menu-main .nav .current-menu-item > a,
.menu-main .nav .current-menu-ancestor > a {
  color: #fff;
}
.menu-main .nav > li:hover {
	background-color: rgba(0, 0, 0, 0.1);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.menu-main .nav .current-menu-item, 
.menu-main .nav .current-menu-ancestor {
	box-shadow: inset 0 -2px 0 #fff;
}*/
 
.menu-main .nav .menu-item-has-children {
	padding-right: 20px;
}
 
.menu-main .nav > .menu-item-has-children > a::before {
	content: '\e818';
	font-family: italia-icon-font;
	font-size: 12px;
	position: absolute;
	right: -7px;
	top: 23%;
}
 
.sub-menu > a::before {
	content: '' !important;
 
}
 
 
 
/*
.menu-main .nav ul .menu-item-has-children > a::before {
  right: 2px;
  border-top-color: transparent;
  border-left-color: currentColor;
}
.menu-main .nav ul {
  background-color: #1173d4;
	padding: 0;
	margin: 15px -10px 0 0;
}
.menu-main .nav li li {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px rgba(255, 255, 255, .4);
}
*/
/* NAV BAR WITH RESPONSIVE */
.show-menu-main {
	position: relative;
	text-decoration: none;
	color: #fff;
	background: transparent;
	text-align: center;
	padding: 15px 0;
	width: 100%;
	display: none;
}
.show-menu-main:after {
	content: "\2630";
	position: absolute;
	left: calc(50% - 45px);
	top: 28%;
}
#show-menu-main[type="checkbox"] {
	display: none;
}
#show-menu-main[type="checkbox"]:checked ~ .nav {
  height: auto;
  opacity: 1;
 /* overflow: scroll;*/
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media screen and (max-width: 767px) {
	.branding {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.branding img {
		max-width: 100%;
		padding-top: 25%;
	}
  .menu-main .nav .menu-item-has-children:hover ul {
		position: relative;
		display: block;
		top: 0;
		left: -5px;
  }
  .menu-main .nav {
    position: static;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .menu-main .nav li {
    margin-bottom: 1px;
  }
  .menu-main .nav li, .menu-main .nav li a {
    width: 100%;
  }
  .show-menu-main {
    display:block;
  }
  .menu-main .nav .menu-item-has-children > a::before {
    right: 25px;
  }
}
 
.menu-social {
	min-height: 57px;
}
 
.breadcrumb {
	margin-top: 30px;
	background-color: #f6f6f6;
	display: none;
}
.breadcrumb-item {
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
}
.breadcrumb-item a {
	font-weight: 600;
}
 
ul.page-numbers {
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
.page-numbers li {
	display: inline-block;
}
.page-numbers li a, 
.page-numbers li span {
	display: block;
	padding: .5rem .9rem;
	border: solid 1px transparent;
	border-radius: 4px;
	font-size: .9rem;
	font-weight: 600;
	color: #5b6f82;
}
.page-numbers li .current {
	color: #0066cc;
	border-color: #0066cc;
  cursor: default;
}
.page-numbers li .dots {
	padding: .5rem .1rem;
}
.page-numbers li a:hover {
	color: #0066cc;
	text-decoration: none;
	border-color: #ddd;
	/*background-color: #ddd;*/
}
.page-numbers li:first-child a,
.page-numbers li:last-child a {
	font-size: .7rem;
}
.page-numbers li:first-child a:hover,
.page-numbers li:last-child a:hover {
	border-color: transparent;
	background-color: transparent;
}
 
 
/* COMMENTATO PERCHè NON VOGLIAMO COMMENTI
#comments {
	padding-top: 60px;
	padding-bottom: 15px;
}
*/
 
#site-description {
	margin-bottom: 30px;
}
 
.searchform {
	position: relative;
	display: inline-block;
	width: 100%;
}
.searchform:after {
	/*content: '🔍';*/
	content: '\e831';
	font-family: "italia-icon-font";
  font-smoothing: antialiased;
	color: white;
	pointer-events: none;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 99999;
	right: -10px;
	top: 10px;
}
 
.searchform input[type="text"], 
.searchform [type="submit"] {
	width: calc(100% - 60px);
	height: 45px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	border: none;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}
.searchform [type="submit"] {
	width: 60px;
	/*background-color: #f6f6f6;*/
	text-indent: -99999px;
}
 
.searchform label {
	display: none;
}
 
.entry-content {
	position: relative;
	margin-top: 0px;
}
.entry-content img, 
.wp-post-image {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
	/*width: 400px;
	height: 266px; */
}
 
.panel-grid > div {
	padding: 2rem 0;
}
 
.widget_last_post {
	margin-top: 1.5rem;
}
.widget-area .widget_last_post .widget_last_post_wrap {
	min-width: 100%;
}
.widget_last_post .widget_last_post_wrap {
	min-width: 15rem;
}
.widget_last_post .widget_last_post_inner {
	border-top: solid 1px #ddd;
	padding: 1rem 2rem 1rem 0rem;
}
.widget_last_post .widget_last_post_inner h5 a:first-child {
	padding-left: 15px;
}
.widget_last_post .widget_last_post_inner h5 a:first-child:before {
	content: '● ';
	position: absolute;
	left: 6px;
}
.widget_last_post .widget_last_post_inner .wp-post-image {
	max-width: 70px;
}
.widget_last_post .widget_last_post_inner h5 {
	font-size: .9rem;
	margin-bottom: 5px;
}
.widget_last_post .widget_last_post_inner h4 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 1rem 0;
}
 
.widget_category_mansory {
	margin-bottom: 1.5rem;
}
.widget_category_mansory .widget-title {
	margin-bottom: 1.5rem;
}
.widget_category_mansory .card img {
	margin: 0;
}
 
.widget_widget_single_post .novita-testo, 
.widget_widget_single_post .novita-foto {
	margin-top: 1em;
	margin-bottom: 1em;
}
.widget_widget_single_post .novita-testo {
	margin-top: 3em;
}
 
.-area .widget-container {
	margin-bottom: 30px;
}
 
#footer {
	background-color: #004080;
}
#footer .disable a {
	color: inherit;
}
#footer a {
	font-weight: inherit;;
	color: #65dcdf;
}
#footer .widget-area li {
	border-top: none;
}
#footer hr {
	border-color: rgba(255, 255, 255, .8);
}
#footer .widget-title {
	font-size: 16px;
	text-transform: uppercase;
}
#footer .nav li {
  padding: 15px 30px 15px 0px;
}
.copyright {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}
 
#content {
	background-color: #fff;
	/* padding-top: 30px; */
	/* padding-bottom: 60px; */
}
body.page-template-home .header {
	display: none;
}
body.page-template-home #content, 
body.page-template-home .entry-content {
	margin-top: 0;
	padding-top: 0;
}
body.archive article, 
body.search article {
	border-bottom: solid 1px #ddd;
	padding: 2rem 0;
}
 
 
.home-widget {
	padding-top: 30px;
	background-color: #eee;
}
.home-content > .container > .post {
	display: inline-block;
	clear: both;
}
.home-content > .container > .post:nth-child(n+2) {
	border-top: solid 1px #ddd;
	padding-top: 60px;
}
 
/* DA MODIFICARE PER FOOTER */
.widget-area {
	padding: 30px 0;
}
 
.widget-area li {
	list-style: none;
	border-top: solid 1px #ddd;
	padding: 10px 0;
}
.widget-area li ul {
	padding: 15px 0px 0px 0px;
  text-indent: 15px;
}
.widget-area li li {
	border: none;
}
.widget-area a {
	font-weight: 600;
}
.widget-area span {
	display: block;
	font-size: 80%;
}
 
.widget-area .wp-post-image {
	width: 100px;
	width: 90%;
	height: auto;
	float: left;
	margin: 10px 10px 5px 0;
}
 
.widget-area.primary-widget-area .widget-container, 
.widget-area.page-widget-area .widget-container {
	margin-bottom: 30px;
}
 
 
#cookie-notice {
	background-color: #00264d !important;
	color: #fff !important;
	padding: 15px 30px;
	font-size: 100%;
}
.cookie-notice-container {
	text-align: left;
	max-width: 1150px;
	margin: 0 auto;
	line-height: 2em;
}
#cn-accept-cookie {
	font-weight: bold;
	background: #65dde0;
	border-color: #50d8dc !important;
	color: #004a4d !important;
	border-radius: 0;
	padding: 10px 20px;
}
#cookie-notice a {
	color: #65dde0;
}
 
nav-tabs:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, .15);
	box-shadow: 0 0 2rem rgba(0, 0, 0, .15);
	bottom: 0;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 50%;
	border-radius: 100%
}
 
/* SO - Accordion e tebs */
 
#container .sow-tabs-tab-container, 
#container .sow-tabs-panel-container {
	background-color: transparent;
	position: relative;
  z-index: 1;
}
.sow-tabs-panel-container {
	box-shadow: 0px -2px 0px 0px rgba(0,0,0,.15);
	/* box-shadow: 0px 30px 20px -30px inset rgba(0,0,0,.2); */
	z-index: 0;
}
#container .sow-tabs-panel-container .sow-tabs-panel {
	padding: 15px 30px 30px;
}
#container .sow-tabs-tab-container .sow-tabs-tab {
	font-weight: 600;
	color: #5c6f82;
	border-bottom: 2px solid transparent
}
#container .sow-tabs-tab-container .sow-tabs-tab:hover {
	background-color: transparent;
	border-bottom: 2px solid #b1b1b3
}
#container .sow-tabs-tab-container .sow-tabs-tab-selected {
	border-bottom: 2px solid #06c;
	color: #06c;
	background-color: transparent;
}
 
 
#container .sow-accordion .sow-accordion-panel {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}
#container .sow-accordion .sow-accordion-panel-header {
	background-color: transparent;
	color: #06c;
	font-weight: 600;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
#container .sow-accordion .sow-accordion-panel-header:hover {
	background-color: #e6ecf2;
}
#container .sow-accordion .sow-accordion-panel-content .sow-accordion-panel-border {
	background-color: transparent;
}
#container .sow-icon-ionicons[data-sow-icon]:before {
	content: '\e818';
	font-family: italia-icon-font;
}
#container .sow-accordion-panel-open .sow-accordion-title, 
#container .sow-accordion-panel-open .sow-icon-ionicons[data-sow-icon]:before {
	color: #5c6f82;
}
#container .sow-accordion-panel-open .sow-icon-ionicons[data-sow-icon]:before {
	content: '\e810';
}
#container .sow-accordion .sow-accordion-panel-open .sow-accordion-title:before {
	height: 2px;
	width: 56px;
	border-radius: 2px;
	background-color: #0073e6;
	position: absolute;
	top: 0;
	display: block;
	content: "";
	left: 25px;
}
 
#container .ow-button-base a.ow-button-hover:hover {
	text-decoration: none;
}
.ow-button-base a {
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
 
/* SO - Slider post */
 
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
	text-align: left !important;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {
	text-align: left;
	font-weight: 700;
	font-size: 1em;
}
 
/* Widget Calendar */
 
#wp-calendar {
	width: 100%;
	max-width: 100%;
	margin-bottom: 16px;
	background-color: transparent
}
 
#wp-calendar td,
#wp-calendar th {
	padding-top: .8em;
	padding-bottom: .8em;
	vertical-align: middle;
	border-top: 1px solid #d6dce3
}
 
#wp-calendar thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #d6dce3
}
 
#wp-calendar tbody+tbody {
	border-top: 2px solid #d6dce3
}
 
#wp-calendar .table {
	background-color: #fff
}
 
 
 
 
 
/* Welcome Bootstrap 1 */
.it-header-slim-wrapper {
	background: rgba(0, 0, 0, 0.15);
}
.it-footer-small-prints {
	background: rgba(0, 0, 0, 0.5);
}
 
.header-slim-right-zone ul li a {
    font-size: .889em;
    line-height: 2.3em;
}
 
.it-footer .searchform:after, 
.it-header-wrapper .searchform:after {
	width: 20px;
	height: 20px;
	right: 23px;
	top: 11px;
}
 
.it-footer .searchform input[type="text"], 
.it-footer .searchform [type="submit"]
.it-header-wrapper .searchform input[type="text"], 
.it-header-wrapper .searchform [type="submit"] {
	width: calc(100% - 60px);
	height: 48px;
	float: left;
	padding-left: 0;
	padding-right: 0;
	color: #fff;
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.it-footer .searchform input[type="text"], 
.it-header-wrapper .searchform input[type="text"] {
	box-shadow: inset 0 -1px 0px #fff;
	background: white;
	color:black;
	border: 2px solid #94D651;
}
 
.it-footer .searchform [type="submit"], 
.it-header-wrapper .searchform [type="submit"] {
  background-color: #94D651;
  /* border-radius: 10px; */
  height: 45px;
  width: 48px;
  /* margin-left: 5px; */
}
 
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 0;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
	position: relative;
	left: auto;
	top: auto;
	margin-top: auto;
}
 
.it-header-slim-wrapper .header-slim-img {
	max-width: 200px;
	max-height: 30px;
}
 
.it-footer-small-prints {
	padding-top: 10px;
	padding-bottom: 10px;
}
 
 
 
.pt-cv-readmore {
    color: white !important;
    background-color: #0066CC !important;
    border: none !important;
}
 
   /* TABELLA RESPONSIVE */
   @media all and (max-width:768px){
    table{
        width:100%;
    }
 
    td{
        display:block;
        width:100%;
    }
 
    tr{
        display:block;
        margin-bottom:30px;
    }
 
    tr tr{
        margin-bottom:0;
    }
}
 
 
 /*  IMPOSTAZIONI TABELLA   */
.destra {
    border-left: 2px solid #1A3757;
	padding-left:10px;
	font-family:Titillium Web;
	font-size:17px;
}
 
 
 
 
 
/* MENU HEADER SOPRA */
a.header-top-right {
	padding: 12px 15px 12px 15px;
 
}
 
a.header-top-right:hover {
	background-color: #86B542;
 
}
 
 
/* COLORE VERDE MENU HEADER */
nav.menu-main {
	background-color: #94D651;
}
 
/* COLORE TOP HEADER */
.it-header-slim-wrapper {
	background-color: #1A3757;
}
 
/* COLORE FOOTER BLU COME HEADER */
.it-footer-small-prints.clearfix {
	background-color: #1A3757;
}
 
 
/* ELIMINARE SPAZIO BIANCO */
.elementor-column-wrap.elementor-element-populated {
padding-top:0px!important;	
}
 
 
/* LOGO PIU GRANDE */
@media (min-width: 0px) {
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon {
    width: 250px !important;
    height: 100px !important;
    margin-right: 16px;
}
}
 
 
/* IMPOSTARE COLORE AL TESTO NELLE NEWS */
.card .card-body p {
	color: #1A3757!important;
}
 
/* COLORE TASTO NEWS */
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
	background-color: #94D651!important;
}
 
button, input[type="submit"], .btn-primary {
	background-color: #94D651!important;
}
 
 
 
 
/* ELIMINARE SPAZIO SOTTO BLOCCHI LEGGI TUTTO */
.card:after {
	margin-top: 0px!important;
}
 
/* BORDO RIGA SOTTO FOOTER */
.border-white {
	border-color: #1A3757!important;
}
 
 
 
/*integrazioni 07-2020*/
#ocs-menu_laterale_side{
	background-color: #94D651;
}
 
#ocs-menu_laterale_side .menu-header-container{
 
	padding-left: 20px;
	padding-top: 10px;
 
}
 
#ocs-menu_laterale_side #menu-header-1  li {
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: solid 1px #1A3757;
}
 
#ocs-menu_laterale_side #menu-header-1  li a:hover{
	text-decoration: none;
	color:#1A3757;
}
 
#ocs-menu_laterale_side #menu-header-1 .sub-menu  li {
	font-weight: normal;
}
 
 
#ocs-menu_laterale_side .menu-header-container .sub-menu{
 
	padding-left:20px !important;
	margin-top:5px;
	display: none;
}
 
 
#ocs-menu_laterale_side .menu-header-container .sub-menu li:last-child{
 
	border:none !important;
}
 
#ocs-menu_laterale_side .partnership{
	color:#1A3757;
}
 
@media screen and (min-width: 600px){
  .menu-main  .has-mega-menu{
        position:static;
    }
	.menu-main  li.has-mega-menu > .sub-menu {
        width: 100%;
        position: fixed;
        top: NNpx; /*insert the needed value*/
        z-index: 100;
        left:0px;
		right:0px;
		display: none;
 
 
	}
 
	.ocs-toggle-menu_laterale_side{
		cursor: pointer;
	}
 
	.menu-main .sub-menu{
 
		background-color: #bbde97 !important;
 
	}
 
	.menu-main   li.has-mega-menu:hover>.sub-menu{
    /*flexbox fallback for browsers that do not support CSS GRID lyout*/
        display: flex;
      /*  flex-wrap: wrap;*/
    /*CSS GRID lyout*/ 
	/*	display: grid;*/
		top:223px;
        grid-template-columns: repeat(auto-fit,minmax(50%, 1fr));   
    }
}
@media screen and (min-width: 992px){
	.menu-main  li.has-mega-menu:hover>.sub-menu{grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr)); }
}
@media screen and (min-width: 1200px){
	.menu-main  li.has-mega-menu:hover>.sub-menu{grid-template-columns: repeat(auto-fit,minmax(25%, 1fr)); }
}
 
@media screen and (min-width: 600px){
	.menu-main  li.mega-menu-column {
        width: 100%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        flex: 1 0 calc(50%);
    }
}
@media screen and (min-width: 992px){
	.menu-main  li.mega-menu-column {flex: 1 0 calc(33.333%);}
}
@media screen and (min-width: 1200px){
	.menu-main  li.mega-menu-column {flex: 1 0 calc(25%);}
}
 
/*form pubblicazioni e concorsi*/
 
.form_ricerca_elementi .form-group label{
 position: relative;
z-index: 0;
}
 
 
#content{
 
	margin:20px auto;
 
}
 
.home #content{
 
	margin:0px auto;
 
}
 
.collapse-header [data-toggle="collapse"][aria-expanded="false"]{
	color:#1A3757
}
 
.collapse-header [data-toggle="collapse"]{
	color:#fff;
}
 
.table .thead-dark th{
 
	background-color:#94D651  ;
	border-color:#94D651  ;
}
 
.mega-menu-column >  a{
	font-weight: bold !important;
}
 
 
/*settaggi sondggi*/
.wpcf7-form h4{
 
	margin: 60px 0px 10px 0;
}
 
.wpcf7-form h4.primo{
 
	margin-top: 20px!important;
}
 
#wpcf7-f1881-p1879-o1, #wpcf7-f1884-p1883-o1, #wpcf7-f1888-p1886-o1{
	border:solid 1px #eee;
	padding:20px 60px;
	margin-top: 40px;
 
}
 
.page-id-1879 h1,  .post-1883 h1, .page-id-1886 h1 {
    font-size: 2rem;
    letter-spacing: -1.3px;
    line-height: 1.25;
}
 
span.grassetto{
	font-weight: bold;
}
 
span.wpcf7-list-item{
	display: block;
}
 
#footer p{
	margin-bottom:2px !important
}
 
#footer .panel-grid > div{
	padding: 0;
}
 
.swiper-slide-inner img{
	display: block !important;
}
 
/*paginazione concorsi*/
 
.navigation{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #94d651;;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
     background-color: #5f8f2f;;
	;
}