/*!
Theme Name: ABI
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: abi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ABI is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	color: #404040;
	outline: none;
	display:flex;
}

.custom-background {
	background-repeat: repeat-x !important;
	background-position: left 176px !important;
	min-height: 613px !important;
}



/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

header {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	text-align: justify;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 90%, rgba(218, 218, 218, 1) 100%);
	background-position-y: 177px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 0;
	width: 100%;
}


/* Links
--------------------------------------------- */

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #144363;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main {
	margin-right: 10px;
	width: 97%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	display: none;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
	margin: 0 0 0;
}

.widget select {
	max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
	display: inline-block;
}

.custom-logo {
	margin-top: 35px;
	margin-left: 25px;
	max-width: 300px;
}


/* Captions
--------------------------------------------- */

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/* Galleries
--------------------------------------------- */

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
	display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* Text meant only for screen readers. */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

ul li:not(.entry-content *) {
	list-style-type: none !important;
}


/*
.open {
	padding-top: 0 !important;
}
*/


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
	outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.entry-content a {
	text-decoration: none;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

#page {
	width: 100%;
	max-width: 1000px;
	background: #fff;
	margin: 0 auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
}

.main-navigation {
	margin-top: 16px;
	display: flex;
}

.main-navigation a {
	border-top: none;
	padding: 10px 25px;
	border-right: 1px solid #e0e0e0;
	font-size: 12px;
}

.main-navigation a,
.main-navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #144363;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #404040;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.main-navigation a:hover a {
	color: #144363;
}

.main-navigation a:hover {
	color: #144363;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(185, 183, 183, 1) 100%);
}

.main-navigation li:last-child a {
	border: none;
}

#menu_top {
	margin-right: 20px;
	background: #154364;
	float: right;
	padding: 10px 25px;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	border-radius: 0 0px 4px 4px;
	display: flex;
}

.main-navigation .current-menu-item,
.main-navigation .current-page-parent,
.main-navigation .current-page-ancestor {
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(185, 183, 183, 1) 100%);
}

.main-navigation .current-menu-item a,
.main-navigation .current-page-parent a,
.main-navigation .current-page-ancestor a {
	color: #144363;
}

#menu_top a,
#menu_top a:visited {
	padding: 0 20px;
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

#menu_top a:last-child {
	border: none;
}

#menu_top a:hover {
	color: #c1c1c1;
}

.menu-menu-1-container {
	width: 100%;
	margin-right: auto;
}

.menu-menu-1-container,
.menu-destra-container {
	border-bottom: 7px solid #144363;
}

.menu-centro-container {
	border-bottom: 7px solid #999;
}

.menu-centro-container li a {
	color: #999;
}

.menu-centro-container li:first-child a {
	border-left: 1px solid #e0e0e0;
}

.menu-centro-container li:last-child a {
	border-right: 1px solid #e0e0e0;
}

.menu-top-search {
	display: flex;
	flex-direction: column;
	margin-left: auto;
}

#search_form {
	display: flex;
	align-items: center;
	padding-top: 15px;
	justify-content: center;
}

#search_form form {
	display: flex;
	align-items: flex-start;
}

#search_form input[type=text] {
	padding: 3px 5px;
	border: 1px solid #c0cfde !important;
	font-size: 12px;
	border-radius: 3px 0 0 3px;
}

#search_form button {
	padding: 2px;
	background: none;
	border: 1px solid #c0cfde;
	cursor: pointer;
	border-left: none;
	border-radius: 0 2px 2px 0;
	display: flex;
	align-self: center;
}

.flex-branding {
	display: flex;
	flex-direction: row-reverse;
}

.site-branding {
	width: max-content;
}

.login-site-branding {
	width: max-content;
	flex: 1;
}

#login-register {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	margin-right: 12px;
	flex-direction: column;
}

#loginError {
	color: red;
	font-size: 13px;
}

#recuperoPasswordMsg {
	color: #549f20;
	font-size: 13px;
}

#login-register label {
	color: #144363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#login-register button {
	font-size: 12px;
	padding: 4px 7px;
	font-weight: bold;
	margin-left: 12px;
}

#page {
	display: grid;
	width: 100%;
	/*min-height: 100%;*/
	grid-template-areas: "header header header" "sopra-index sopra-index sopra-index" "left main main" "footer footer footer";
	grid-template-columns: 300px 4fr 1fr;
	grid-template-rows: auto 1fr auto;
	height: max-content;
}

.sopra-index,
aside,
footer {
	padding: 0 10px;
}


/*main {
	padding:0 20px;
}*/

.sopra-index {
	padding-top: 10px;
	display: flex;
	color: #fff;
	height:max-content;
	grid-area: sopra-index;
	overflow: hidden !important;
}

header {
	grid-area: header;
}

aside {
	padding-top: 30px;
	grid-area: left;
}

main {
	grid-area: main;
}

footer {
	grid-area: footer;
}

.widget-area {
	width: 280px;
}

.widget-area .menu {
	/*box-shadow: 0 15px 10px -10px lightgray;*/
	box-shadow: rgb(255, 255, 255);
	box-shadow: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 90%, rgba(218, 218, 218, 1) 100%);
}

.widget-area section {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.widget-area p {
	margin: 0;
}

.widget-area h2,
.primo-piano h2 {
	text-transform: uppercase;
	color: #808080;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-image: url(../img/bck_intestazione.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 9px;
	margin-bottom: 8px;
	border-bottom: 2px solid #9E1616;
}

.widget-area ul:not(.menu *) {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-area * a {
	text-decoration: none;
	color: initial;
}

.wp-block-latest-posts a {
	font-weight: bold !important;
	color: #555555;
}

.wp-block-latest-posts li {
	border-bottom: 1px solid #D5D5D5;
	margin: 0;
	padding: 0;
}

.wp-block-latest-posts li:not(.wp-block-latest-posts li:first-child) {
	margin-top: 5px;
}

.wp-block-latest-posts li:last-child {
	border-bottom: 0px solid #555555;
}

.wp-block-latest-posts a:hover {
	color: #144363;
	border-bottom: 1px dotted #144363;
	text-decoration: none;
}

.primo-piano li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	line-height: 16px;
}

.primo-piano li:last-child{
	margin-bottom:5px;
}

.wp-block-latest-posts__post-excerpt {
	margin-top: 0px;
	margin-bottom: 5px !important;
}

.entry-title a:visited,
.entry-title a:not(h2.entry-title *) {
	color: #144363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-bottom: 5px;
	position: relative;
	font-size: 20px;
	width: 100%;
	display: block;
}

article .entry-header h1.entry-title:after {
	content: '';
	height: 5px;
	position: absolute;
	background: #144363;
	bottom: -3px;
	right: 0;
	width: 33.3%;
}

h1.entry-title {
	border-bottom: 1px solid #144363;
	color: #144363;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	display: block;
	margin: 0px;
	margin-top: 20px;
}

h1.entry-title:after {
	content: '';
	height: 6px;
	position: absolute;
	background: #144363;
	bottom: -3px;
	right: 0;
	width: 33.3%;
}

main article header .entry-meta,
main article .post-thumbnail {
	display: none;
}

main article .entry-content *:not(.box-titolo a, .box-pagine-row, .mid-text, .wp-block-media-text *, .alignwide, .is-stacked-on-mobile, a strong, p strong, .is-style-stripes *, .simple-sitemap-wrap *, .is-style-regular-ebr *, .mec-event-list-classic *, .hg-nav *, .AbiNewsFooter *, .msgFinaleCreazionePin *, .wpcf7 *) {
	font-size: 12px; /*14px*/
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.wp-block-media-text em {}

main article footer,
main .post-navigation {
	display: none;
}

#primary article header .entry-title {
	margin-bottom: 0;
}

.slideshow-box {
	width: 475px;
	height: 275px;
}

.metaslider .caption-wrap {
	background: rgba(255, 255, 255, 0.9) !important;
	color: #144363 !important;
	font-size: 8pt;
	text-align: center;
	font-weight: bold !important;
	font-family: verdana, arial, helvetica, sans-serif;
}

.metaslider .caption-wrap .caption {
	text-align: center;
}

.metaslider .caption {
	padding: 8px 10px !important;
}

.metaslider .prev {
	border-radius: 0 3px 3px 0;
	background: #001f3d;
}

.metaslider .next {
	border-radius: 3px 0 0 3px;
	background: #001f3d;
}

.metaslider .prev:hover,
.metaslider .next:hover {
	opacity: 0.9;
}

.metaslider * a,
.metaslider * a:visited {
	color: #fff;
}

.box-link {
	background: #fff;
	padding: 15px;
	color:#144363;
	margin-left: 5px;
	width: 235px;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.box-link a,.box-link a:visited {
	color:#144363 !important;
	text-decoration:none;
	font-weight: bold;
font-size: 15px;
}

.titolo-link {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.box-link .widget-title{
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top:0;
	font-weight:normal;
}

.box-link ul {
	width: 100%;
	height: calc(100% - 45px);
	display: grid;
	align-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
	justify-content: center;
}

.box-link li {
display: block;
width: 100%;
margin-top: 10px;
border-bottom: 2px solid #ccc;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 25px;
}

.box-link li span {
	display: block;
	float: right;
	margin-left: 25px;
}

.box-link a,
.box-link a:visited {
	color: #fff;
	text-decoration: none;
}

.box-link a:hover {
	text-decoration: underline;
}

.primo-piano {
	padding: 0 10px;
	border: 1px solid #ddd;
	margin-left: 5px;
	height: 275px;
	width: 260px;
	color: #676767;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}

.primo-piano li a,
.primo-piano li a:visited {
	font-weight: bold;
	color: #676767;
}

.primo-piano li a:hover {
	color: #144363;
	border-bottom: 1px dotted #144363;
	text-decoration: none;
}

.primo-piano img {
	display: none;
}

.primo-piano ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.riassunto-primopiano {
	margin-bottom: 1em;
}

.primo-piano h2 {
	position: sticky;
	margin-top: 0;
	padding-top: 10px;
	top: 0px;
	background: #fff;
}

.metaslider .next,
.metaslider .prev {
	display: flex;
	align-items: center;
}


/*main article .entry-content .wp-block-media-text__media{
	width:127px;

}*/

.footer {
	width: 100%;
	float: left;
	font: 12px Verdana, Arial;
	margin-bottom: 10px;
	margin-top: 3%;
}

.logo-footer {
	width: 98px;
	height: 22px;
}

.logo-footer {
	margin-bottom: 4px;
}

.box-footer {
	float: left;
	color: #999999;
	border-right: 1px solid #dddddd;
	margin-left: 10px;
	width: calc(20% - 10px);
	font-size: 10px;
}

.box-footer:last-child {
	float: left;
	color: #999999;
	border-right: 0px solid #dddddd;
	margin-left: 10px;
	font-size: 10px;
}

.box-footer p {
	margin-bottom: 0px;
	margin-top: 0px;
}

.box-footer p a {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

.box-footer p a:first-child {
	padding-left: 0px;
}

.box-footer a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	font-size: 10px;
}

.titolo-box-footer {
	color: #000;
	font-weight: bold;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.text-box-footer {
	margin-top: 3px;
	margin-bottom: 14px;
}

#search_form_footer {
	display: inherit;
	justify-content: center;
	margin-bottom: 15px;
}

#search_form_footer form {
	display: flex;
	align-items: flex-start;
}

#search_form_footer input[type=text] {
	padding: 3px 5px;
	border: 1px solid #c0cfde !important;
	font-size: 12px;
	border-radius: 3px 0 0 3px;
	height: 19px;
	width: 158px;
}

#search_form_footer button {
	padding: 2px;
	background: none;
	border: 1px solid #c0cfde;
	cursor: pointer;
	border-left: none;
	border-radius: 0 2px 2px 0;
	display: flex;
	align-self: center;
}

#menu_tendina_footer {
	height: 19px !important;
	width: 175px !important;
	color: #999999 !important;
	font-size: 12px !important;
	border: 1px solid #c0cfde !important;
	float: left !important;
	margin-left: 0px !important;
	padding: 0 !important;
	padding-left: 0px;
	font-family: Verdana !important;
	font-style: normal !important;
	font-size: 11px !important;
	padding-left: 3px !important;
	border-radius: 3px;
}

.table {
	margin: 0 0 0;
}

.tabella-centro {
	margin-bottom: 13%;
}

.table-box {
	float: left;
	width: 200px;
	background-color: #F4F5F7;
	margin-right: 7px;
	line-height: 16px;
	margin-top: 20px;
}

.table-box-title {
	color: #144363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	padding-left: 8px;
	font-weight: bold;
}

.table-box-image {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 81px;
}

.tab-sotto .table-box-image {
	padding-left: 0;
	padding-right: 0;
}

.table-box-text {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 8px;
	padding-right: 10px;
	color: #737373;
}

.table-box-button {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	float: right;
	padding: 6px 3px 6px 0px;
}

.tabella-centro .table-box:last-child .table-box-text .table-box-button {
	padding-right: 0px !important;
}

.table-box-button a {
	color: #1A4162;
	text-decoration: none;
}

.table-box-button a:hover {
	font-weight: bold;
	color: #1A4162;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}

.banner-social {
	text-align:center;
	font-size: 12px;
	width: calc(100% - 10px);
	color: #1A4162;
	background-color: #F4F5F7;
	font-weight: bold;
	font-family: verdana;

	display: inline-block;
	margin-bottom: 15px;
	padding: 20px 10px;
}

.banner-social p {
	margin: 0;
}

.banner-mid {
	display: flex;
	width:calc(100% - 10px);
	margin-bottom: 5%;
}

.area-left {
	width: 46%;
	background-color: #4d779d;
}

.area-right {
	width: 54%;
	background-color: #1a4162;
	display: flex;
}

.link-left {
	float: left;
	padding: 20px;
	height: 100%;
}

.link-right {
	float: left;
	padding: 20px;
	height: 100%;
}

.link-left a {
	color: white;
	text-decoration: none;
	font-family: Verdana;
}

.link-right a {
	color: white;
	text-decoration: none;
}

.link-left a:hover {
	border-bottom: 1px solid white;
}

.link-right a:hover {
	border-bottom: 1px solid white;
}

.area-right a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.first-col ul,
.second-col ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-width:79px;
}
.second-col ul {
	min-width:153px;
}
.first-col ul li,.second-col ul li {
	padding: 3px 0;
}

.second-col {
	  align-items: center;
  display: flex;
}
.first-col {
  padding: 10px 20px;
  height: 100%;
  min-width: 110px;
  align-items: center;
  display: flex;
}

.first-col a:hover {
	border-bottom: 1px solid white;
}

.box-covid {
color: #1a4162;
display: flex;
align-items: center;
background: #f4f5f7;
font-weight: bold;
text-transform: uppercase;
text-align: center;
padding: 10px;
text-decoration: none;
}

.box-covid a, .box-covid a:visited {
	color:#1a4162;
	text-decoration:none;
}

.second-col {
	padding: 0px 20px !important;
	height: calc(100% - 40px);
	border-left: 1px solid white;
	align-self: center;
}

.second-col a:hover {
	border-bottom: 1px solid white;
}

.widget-4 .mec-event-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 700;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	padding-top: 0px !important;
	display: block !important;
}

.widget-4 .mec-event-title a {
	color: #555555 !important;
}

.widget-4 .mec-event-title a:hover {
	color: #144363 !important;
	border-bottom: 1px dotted #144363 !important;
	text-decoration: none;
}

.widget-4 .event-color {
	display: none;
}

.widget-4 .mec-event-detail,
.mec-detail-button,
.mec-month-divider {
	display: none !important;
}

.widget-4 .mec-event-date,
.mec-bg-color {
	background: rgb(2, 0, 36);
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(205, 205, 205, 1) 100%);
	color: black !important;
	border: 1px solid black;
	font-weight: bold;
}

.mec-single-event{
	width:84%;
}

.widget-4 .mec-event-article {
	border-bottom: 0px solid #efefef !important;
	padding: 0px 0 10px !important;
}

.widget-4 .mec-event-article:last-child {
	border-bottom: 1px solid #cacaca !important;
}

.widget-4 .mec-event-list-minimal {
	margin-bottom: 10px;
}

.tasti-widget {
	margin: 0;
	padding: 0;
	text-align: right;
}

#search_form_table-box {
	padding: 0px 0px 0px 5px;
}

#search_form_table-box input {
	font-size: 7pt;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 10pt;
	margin-top: 8px;
}

.box-singolo {
	width: 200px;
	border: 2px solid #bfd4e4;
	border-radius: 12px;
	margin-right: 30px;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	float: left;
}

.box-img img {
	border-radius: 0 0 10px 10px;
	max-height: 100px;
}

.box-titolo {
	display: block;
	color: #144363 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}

.box-titolo a {
	color: #144363 !important;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.box-titolo a svg {
	margin-left: 5px;
}

.box-titolo a:hover {
	opacity: .7
}

.box-pagine-row {
	display: flex;
	flex-direction: row;
	padding-bottom: 25px;
}

.mid-text {
	font-size: 9pt;
	color: #666666;
	padding-right: 10px;
	text-align: justify;
	font-family: verdana;
}

a {
	outline: none;
}

main article .entry-content a:not(.simple-sitemap-wrap *, .hg-nav *, .w3eden *, .wsp-container *) {
	color: #144363 !important;
}

main article .entry-content p {
	padding-top: 2px;
	padding-right: 10px;
}

.wp-block-ub-tabbed-content-tab-title {
	color: #555555;
	font-weight: bold;
}

.wp-block-ub-tabbed-content tbody tr td {
	padding-bottom: 20px;
}

main article h1 {
	position: relative;
	border-bottom: 1px solid #144363;
	padding-bottom: 5px;
}

main article h1 a {
	text-decoration: none;
	font-size: 13px !important;
}

main article h1 a:not(article .entry-header h1.entry-title *):after {
	content: '';
	height: 5px;
	position: absolute;
	background: #144363;
	bottom: -3px;
	left: 0;
	width: 25%;
}

.box-img {
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
}

.wp-block-latest-posts__post-date {
	display: flex;
	justify-content: end;
}

.wp-block-ub-tabbed-content-tabs-content {
	padding: 0;
	!important;
}

.wp-block-ub-tabbed-content-tab-holder {
	margin-bottom: 10px;
}

.wp-block-ub-tabbed-content-tabs-content .is-style-stripes {
	padding: 0 10% 0 0px;
}

.wp-block-ub-tabbed-content-tabs-content table tr:first-child {
	background-color: #c3d2e1;
}

.wp-block-ub-tabbed-content-tabs-content table tr th {
	border: 1px solid white;
}

.wp-block-ub-tabbed-content-tabs-content table tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wp-block-ub-tabbed-content-tabs-content table tr:nth-child(2n+3) {
	background-color: #EAEFF5;
}

.relazioni-class-tab {
	line-height: 15px;
}

.relazioni-class-tab p:nth-child(2n+3) {
	border-bottom: 1px solid grey;
	padding-bottom: 15px;
	width: 80%;
}


.relazioni-class-tab h2 {
	display: inline;
	font-weight: normal;
}

.relazioni-class-tab h2 a {
	font-weight: bold;
}

.is-style-stripes table tr th,
.is-style-stripes table tr td {
	border: 1px solid white !important;
	padding-left: 5px;
}

.is-style-stripes table tr th {
	background-color: #c3d2e1;
	color: #144363;
	font-size: 11px;
}

.is-style-stripes table tr td {
	font-size: 10px !important;
}

.is-style-stripes table tr:nth-child(2n+1) {
	background-color: #EAEFF5 !important;
}

.div-select-relazioni {
	margin-top: 2%;
	margin-bottom: 4%;
	margin-left: 4%;
}

.wp-block-ub-tabbed-content{
	clear: both;
}

.wp-block-ub-tabbed-content .wp-block-ub-tabbed-content-tabs-content {
	border: none !important;
}

.wp-block-ub-tabbed-content-tabs-title {
	border-bottom: 1px solid #bbb;
	box-shadow: 0px 10px 10px -3px rgb(238, 238, 238);
}

.text-image-tab-descrizione {
	margin-right: 3.5%;
}

.tab-comitato {
	border: none;
}

.main-navigation {
	margin-top: 16px;
	display: flex;
}

.tab-file {
	border-bottom: 1px solid #999999;
}

.dateFile span {
	color: #666666 !important;
	font-size: 13px;
}

.headerFile {
	display: flex;
	margin: 5px 0 0 0;
}

.tabFile {
	margin-top: 5px;
}

.fileSize {
	color: #666;
}

.fileTitle {
	display: flex;
}

.fileTitle a {
	color: #144363;
	text-decoration: none;
	font-weight: bold;
	margin-right: 5px;
}

.fileTitle a span:hover {
	opacity: 0.8;
	border-bottom: 1px dotted #144363;
}

.imgLogo {
	margin-right: 10px;
}

.fileDescription {
	font-size: 15px;
	color: #666;
	margin-bottom: 5px;
}

nav {
	grid-area: nav;
	position: sticky;
	top: -1px;
	background: #fff;
	z-index: 30;
	border-top: 1px solid #fff;
}

.tab-comitato table tr {
	background-color: white !important;
}

.wp-block-ub-tabbed-content-tab-title-wrap {
	box-shadow: inset 0 -14px 20px -20px #000;
	text-align: center !important;
}

.size-full {
	width: 100%;
}

.post-type {
	display: none;
}

.simple-sitemap-wrap {
	display: flex;
}

.simple-sitemap-wrap .page-item-325 .children {
	display: none;
}

.simple-sitemap-wrap a {
	text-decoration: none;
}

.simple-sitemap-wrap ul {
	list-style-type: none;
}

.entry-content li a,
.entry-content li a {
	margin-bottom: 5px;
	margin-top: 5px;
}

.simple-sitemap-wrap ul li:not(.children *) {
	float: left;
	width: 290px;
	margin-right: 25px;
	margin-left: 10px;
	margin-bottom: 25px;
}

.simple-sitemap-container ul {
	margin: 0 0 0 0.9em !important;
	padding: 0;
}

.simple-sitemap-wrap ul li a:not(.children *) {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px solid #D5D5D5;
	display: inline-block;
	width: 300px;
}

.simple-sitemap-wrap .children li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !Important;
	color: #76797C !Important;
}

.simple-sitemap-wrap .children li a:last-child {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !Important;
	color: #76797C !Important;
	margin-bottom: 10px;
}


/*.simple-sitemap-wrap .page-item-2039 {
	display:none;
}*/

.post-215 .entry-header {
	display: none;
}

.postid-215 .widget-area,
.page-id-1999 .widget-area {
	display: none;
}

.page-id-25609 .entry-title {
	display: none;
}

.widget-area ul {
	padding: 0;
	list-style-type: none;
}

.widget-area .menu li a:not(.sub-menu *, .sub-menu .sub-menu *) {
	color: #144363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.menu li a svg {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.sub-menu li a:not(.current_page_item *) {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.widget-area .menu li a {
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cacaca;
	color: #808080;
	outline: none;
}

.widget-area .menu li a:hover {
	display: block;
	border-bottom: 1px solid #a01916;
	color: black;
	margin-bottom: 0px !important;
}

.widget-area .menu {
	position: relative;
	display: flex;
	flex-direction: column;
	float: left;
	width: 95%;
}

.widget-area .menu li a:hover:after {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	background: #a01916;
	width: 55%;
	margin-top: 9px;
}


/*(.current_page_item *, .current-menu-ancestor .sub-menu *), .widget-area .menu .sub-menu .sub-menu a:not(.current-menu-ancestor  .current-menu-parent *, .current_page_item *), .widget-area .menu .sub-menu .current_page_item .sub-menu .sub-menu a*/


/* cancella sidebar's menu */

.widget-area .menu .sub-menu a:not(.current_page_item a, .current-menu-item a,
/*tieni la current_page*/

.current_page_item .sub-menu *, .current-menu-item .sub-menu *,
/*tieni il sub-menu della current_page */

.current_page_parent >a, .current-menu-parent >a, .current-menu-parent .sub-menu a:not(.current-menu-parent .sub-menu .sub-menu *), .current_page_parent .sub-menu a:not(.current_page_parent .sub-menu .sub-menu *),
/*prendi il sub-menu della pagina parente ma non il sotto menu del sotto menu*/

.current-menu-ancestor .sub-menu a:not(.current-menu-ancestor .sub-menu .sub-menu *), .current_page_ancestor .sub-menu a:not(.current_page_ancestor .sub-menu .sub-menu *), .current-menu-ancestor .current-menu-parent .sub-menu a:not(.current-menu-ancestor .current-menu-parent .sub-menu .sub-menu *), .current_page_ancestor .current_page_parent .sub-menu a:not(.current_page_ancestor .current_page_parent .sub-menu .sub-menu *), .current-menu-ancestor .current-menu-ancestor .sub-menu a:not(.current-menu-ancestor .current-menu-ancestor .sub-menu .sub-menu *), .current_page_ancestor .current_page_ancestor .sub-menu a:not(.current_page_ancestor .current_page_ancestor .sub-menu .sub-menu *)) {
	display: none;
}

.widget-area .current-menu-item>a {
	color: #a01916 !important;
}

.widget-area .current-menu-item>a:after {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	background: #a01916;
	width: 55%;
	margin-top: 9px;
}


/*
.widget-area .menu .current-menu-item .sub-menu .sub-menu a{
	display:none;
}

.widget-area .menu .current_page_item .sub-menu .sub-menu a{
	display:none;
}*/


/*.current_page_item a:first-child:not(.sub-menu *, .main-navigation *), .current_page_parent .current_page_item a:not(.current_page_parent .current_page_item .sub-menu *, .main-navigation *), .current-menu-ancestor a:first-child:not(.sub-menu *, .main-navigation *), .current-page-ancestor .current_page_parent a:first-child:not(.current_page_parent .sub-menu *, .main-navigation *), .sub-menu .current-menu-ancestor a:first-child:not(.sub-menu .current-menu-ancestor .sub-menu *, .main-navigation *){
	border-bottom:1px solid #a01916 !important;
}


.current-menu-item a:first-child:not(.sub-menu *, .main-navigation *), .current-menu-parent .current-menu-item a:not(.current-menu-parent .current-menu-item .sub-menu *, .main-navigation *), .current-menu-ancestor a:first-child:not(.sub-menu *, .main-navigation *), .current-menu-ancestor .current-menu-parent a:first-child:not(.current-menu-parent .sub-menu *, .main-navigation *), .sub-menu .current-menu-ancestor a:first-child:not(.sub-menu .current-menu-ancestor .sub-menu *, .main-navigation *),.current-menu-item a:first-child:not(.sub-menu *, .main-navigation *){
	border-bottom:1px solid #a01916 !important;
}

.sub-menu .current-menu-ancestor a:first-child:not(.sub-menu .current-menu-ancestor .sub-menu a):after,
.widget-area .menu .current-menu-item a:first-child:not(.sub-menu a):after,
.current-menu-parent .current-menu-item a:not(.current-menu-parent .current-menu-item .sub-menu a):after,
.widget-area .menu .current-menu-parent a:first-child:not(.sub-menu a):after,
.current-menu-ancestor a:first-child:not(.sub-menu a):after,
.current-page-ancestor .current-menu-parent a:first-child:not(.current-menu-parent .sub-menu a):after,
.current-menu-item a:not(.current-menu-item .sub-menu a):not(.main-navigation a):after {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	background: #a01916;
	width: 55%;
	margin-top: 9px;
}


.sub-menu .current-menu-ancestor a:first-child:not(.sub-menu .current-menu-ancestor .sub-menu a):after, .widget-area .menu .current_page_item a:first-child:not(.sub-menu a):after, .current_page_parent .current_page_item a:not(.current_page_parent .current_page_item .sub-menu a):after, .widget-area .menu .current_page_parent a:first-child:not(.sub-menu a):after, .current-menu-ancestor a:first-child:not(.sub-menu a):after, .current-page-ancestor .current_page_parent a:first-child:not(.current_page_parent .sub-menu a):after{
content: '';
display: block;
height: 4px;
position: absolute;
background: #a01916;
width: 55%;
margin-top: 8px;
}

.sub-menu .current-menu-ancestor a:first-child:not(.sub-menu .current-menu-ancestor .sub-menu *), .current-menu-parent .current-menu-item a:not(.current-menu-parent .current-menu-item .sub-menu *), .current-page-ancestor .current-menu-parent a:first-child:not(.current-menu-parent .sub-menu *){
	color: #a01916 !important;
}

.sub-menu .current-menu-ancestor a:first-child:not(.sub-menu .current-menu-ancestor .sub-menu *), .current_page_parent .current_page_item a:not(.current_page_parent .current_page_item .sub-menu *), .current-page-ancestor .current_page_parent a:first-child:not(.current_page_parent .sub-menu *){
	color: #a01916 !important;
}
*/

.box-pagine-mercati .box-titolo {
	font-size: 12px !important;
}

.ui-menu {
	cursor: pointer;
	font-size: 15px;
	list-style: none;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	top: 5px;
	border-radius: 3px;
	padding: 3px;
	max-width: max-content;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.ui-menu li {
	text-align: center;
	border-radius: 3px;
	padding: 3px 8px;
}

.ui-menu li:hover {
	background: rgba(0, 0, 0, 0.1);
}

.is-style-regular-ebr tr {
	vertical-align: top;
	text-align: left;
}

.is-style-regular-ebr tr:first-child td:nth-child(2n+1) {
	color: #144363;
	border-bottom: 4px solid #144363;
	font-weight: bold;
	font-size: 15px;
	padding-right: 9px;
	width: 32%;
}

.is-style-regular-ebr tbody td:nth-child(2n+2) {
	width: 10px;
}

.is-style-regular-ebr tbody td:nth-child(2n+1) {
	background: rgb(2, 0, 36);
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
}

.tab_cr_regione .wp-block-ub-tabbed-content-tabs-content .wp-block-ub-tabbed-content-tab-content-wrap:first-child p {
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	text-align: initial;
	width: 45%
}

.mec-event-list-classic .mec-event-title {
	font-size: 12px !important;
	margin: 0 0 12px;
	font-weight: 700;
	text-transform: uppercase;
}

#mec_skin_1625 .mec-event-image {
	display: none;
}

#mec_skin_1625 .mec-event-article {

	border-bottom: 1px solid #144363;
	padding: 0;
}
#mec_sf_year_1625 {
margin-left:10px;
}
.mec-event-list-classic .mec-event-article::after {
	content: '';
	height: 5px;
	position: relative;
	background: #144363;
	bottom: -3px;
	left: 0;
	width: 25%;
}

#mec_skin_1625 .mec-event-title a {
	color: #144363;
	text-decoration: none;
	font-weight: bold;
}

#mec_skin_1625 .mec-event-title a:hover {
	border-bottom: 1px solid #144363;
}

#mec_skin_1625 .mec-event-date {
	float: right;
	color: #144363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#mec_skin_1625 .mec-sl-calendar {
	display: none;
}

#mec_skin_1625 .mec_sf_month_1625 .mec-none-item:after {
	content: 'goodbye';
}

#mec_skin_1625 .mec-event-list-classic {
	display: flex;
	flex-direction: column-reverse;
}

#mec_search_form_1625 {
	padding: 5px 5px 5px 5px;
}

#box-big-img {
	float: left;
	height: 21em;
}

#box-big-img img {
	position: relative;
	top: -2px;
}

.display-posts-listing {
	padding: 0;
	margin: 0;
}

.entry-content .display-posts-listing li {
	list-style-type: none;
	margin-top: 3%;
	border-bottom: 1px solid #144363;
}

.entry-content .display-posts-listing .date:.after {
	content: " | ";
}

.entry-content .display-posts-listing .image::after,
.entry-content .display-posts-listing .date::after {
	content: "\a";
	white-space: pre;
}

.entry-content .display-posts-listing li:after {
	content: '';
	display: block;
	height: 4px;
	position: relative;
	background: #144363;
	width: 20%;
	margin-top: 1%;
}

.entry-content .display-posts-listing li .title:hover {
	border-bottom: 1px solid #144363;
}

.entry-content .display-posts-listing li .date {
	color: #144363;
}

.entry-content .display-posts-listing li .date:before {
	content: " | [";
}

.entry-content .display-posts-listing li .date:after {
	content: "] \a";
}

.entry-content .display-posts-listing li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.excerpt-dash {
	display: none;
}

.entry-content .display-posts-listing .attachment-thumbnail {
	width: 12% !important;
}

.hg-nav a {
	font-weight: bold;
	color: #144363;
}

.hg-nav .htgb_disabled {
	font-weight: normal !important;
	color: #a1a3a2 !important;
}

.hg-nav .htgb_active_nav {
	background: #144363;
	color: white;
}

.hg-content .hg-letter-section .hg-item {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 16px;
}

#post-1999 {
	position: relative;
	left: -40%;
	width: 135%;
}

#post-1999 .entry-title {
	display: none;
}

.entry-content .wp-block-media-text:not(.entry-content .wp-block-media-text:last-child *) {
	border-bottom: 2px solid #144363;
	padding-bottom: 20px;
	padding-top: 18px;
	padding-left: 5%;
}

.entry-content .wp-block-image .alignleft{
	width: max-content;
margin-right: 7px;	
}
.entry-content .wp-block-image figure {
	text-align: center;
}

.link-template-default.card {
	width: 675px;
}

.w3eden .card-body .media-body {
	margin-left: 5px;
}

.w3eden .card-body {
	padding: 0.5rem;
}

.w3eden .wpdm-shortcode-toolbar .card-body .btn-block {
	color: white;
	background-color: #4a8eff;
}

.w3eden .card-footer .pull-right {
	display: none;
}

.w3eden .card-default {
	margin-bottom: 15px;
	border: 0px;
}

.w3eden .card-body .wpdm-download-link {
	position: absolute;
	top: 10px;
	right: 25px;
}

.w3eden .media-body {
	max-width: 485px;
}

.AbiNewsFooter p {
	color: #184b6d;
}

.wp-block-ub-tabbed-content-tabs-title {
	justify-content: flex-start !important;
}

.mec-event-list-standard .mec-topsec .mec-event-image-wrap {
	display: none;
}

.mec-event-list-standard .mec-event-content {
	padding: 0;
	padding-top: 5px;
}

.mec-event-list-standard .mec-topsec .mec-time-details {
	display: none;
}

.mec-event-list-standard .mec-event-footer {
	display: none;
}

.mec-color,
.mec-color-before ::before {
	display: none;
}

.widget-4 .mec-event-article {
	width: inherit;
}

.widget-4 .mec-color,
.mec-color-before .mec-date-details {
	padding: 0;
	width: 50px;
	height: 50px;
	background: rgb(2, 0, 36);
	background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(205, 205, 205, 1) 100%);
	color: black !important;
	border: 1px solid black;
	font-weight: bold;
	border-radius: 3px;
	text-align: center;
	padding-top: 5px;
}

.mec-topsec .mec-event-meta-wrap {
	padding: 0;
	padding-top: 10px !important;
}

.mec-topsec .mec-date-details .mec-event-d {
	padding: 0 !important;
	font-size: 13px !important;
}

.mec-event-list-standard .mec-event-meta-wrap {
	border: 0 !important;
}

.mec-event-list-standard .mec-event-article {
	border: 0px !important;
}

.mec-wrap .col-md-6 {
	width: 85%;
}

.mec-wrap .mec-event-content-wrap {
	padding-left: 0 !important;
}

.entry-content .mec-event-list-classic .mec-labels-normal {
	display: none;
}

#post-2125 .entry-content .wp-block-image {
	margin-right: 50px;
	margin-bottom: 10px;
}

#post-2125 .entry-content .wp-block-image img {
	width: 250px !important;
	height: 320px !important;
}

#post-2125 .entry-content .wp-block-image figure:nth-child(2n+1) {
	margin: 0;
	padding: 0;
}

.entry-content .wp-block-media-text {
	margin-bottom: 15px;
}

.w3eden .wpdm-download-link {
	color: white !important;
}


/*.wp-block-table tr{
	border: 1px solid black;
}*/

.cssTabellaDeteriorati tr {
	border: 1px solid black;
}

.ui-helper-hidden-accessible {
	display: none;
}

/*
#secondary section:last-child .menu, #secondary section:last-child .menu .current-page-ancestor ul:last-child {
	box-shadow: 0 15px 10px -10px lightgray;
}
*/

.wsp-container {
	display: flex;
}

.wsp-container .wsp-pages-list {
	padding: 0;
	padding-left: 5px;
}

.wsp-pages-title {
	display: none;
}

.wsp-container ul {
	list-style-type: none;
}

.wsp-container a {
	text-decoration: none;
}

.wsp-container ul li:not(.children *) {
	float: left;
	width: 290px;
	margin-right: 25px;
	margin-left: 10px;
	margin-bottom: 25px;
}

.wsp-container ul li a:not(.children *) {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px solid #D5D5D5;
	display: inline-block;
	width: 300px;
}

.wsp-container ul li a:hover {
	opacity: 0.6;
}

.wsp-container .children {
	padding: 0;
}

.wsp-container .children li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !Important;
	color: #76797C !Important;
	margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	#page {
		width: 1000px;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
		display: flex;
	}
	.menu-toggle {
		display: none;
	}
}

@media only screen and (max-width: 1200px) {
	#page {
		width: 1200px;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
		display: flex;
	}
	.menu-toggle {
		display: none;
	}
}

#login-register {
	position: relative;
}

#boxAccedi {
	visibility: visible;
	display: flex;
	position: absolute;
	background: #dadada;
	flex-direction: column;
	padding: 10px;
	z-index: 99999;
	font-size: 15px;
	top: 2em;
	border-radius: 6px;
	border: 1px solid #99b2d3;
	width: 100%;
	max-width: 320px;
}

#boxAccedi label {
	font-size: 12px;
	text-transform: none;
}

#boxAccedi div {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

#boxAccedi div:last-child {
	margin-bottom: 0;
	margin-top: 10px;
}

#boxAccedi div input[type=text],
#boxAccedi div input[type=password] {
	margin-left: auto;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom-width: 2px;
	padding: 2px 5px;
	cursor: pointer;
	font-size: 12px;
}

#login-register button {
	cursor: pointer;
}

#boxAccedi div label {
	margin-right: 10px;
}

#inputSubmit,
.inputGrigio {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom-width: 1px;
	font-size: 12px;
	padding: 5px 15px;
	font-weight: bold;
	margin-left: auto;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	border-bottom-width: 2px;
	margin-top: 1px;
	cursor: pointer;
}

.inputProfilo {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-bottom-width: 1px;
	border-bottom-width: 1px;
	font-size: 12px;
	padding: 5px 15px;
	font-weight: bold;
	margin-left: auto;
	border-radius: 3px;
	background: #144363;
	color: #fff;
	line-height: 1;
	border-bottom-width: 2px;
	margin-top: 1px;
	cursor: pointer;
}

#login-register button:hover {
	border-color: rgba(0, 0, 0, 0.3);
	opacity: 0.8;
}

.passDimenticata {
	margin-bottom: 0!important;
	margin-top: 1px;
	height: 33px;
	align-content: center;
}

.passDimenticata a,
.passDimenticata a:visited {
	text-decoration: none;
	color: #686868;
	font-size: 13px;
}

.passDimenticata a:hover {
	text-decoration: underline;
}

.userEmail {
	font-size: 13px;
	color: #144363;
}

#login-register a {
	cursor: pointer;
}

.msgFinaleCreazionePin {
	text-align: center;
	display: flex;
	flex-direction: column;
}

.msgFinaleCreazionePin label {
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 5px 15px;
	font-weight: bold;
	margin: 0 auto;
	border-radius: 3px;
	background: #149901;
	;
	color: #fff;
	line-height: 1;
	border-bottom-width: 2px;
	margin-top: 5px;
	cursor: default;
}

.msgFinaleCreazionePin label.error {
	background: #a22121;
}

.buttonSubmit {
	font-size: 12px;
	padding: 6px !important;
	font-weight: bold;
	margin: 0 auto;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.btnAccreditamento input {
	display: flex;
	padding: 5px !important;
	margin-top: 10px;
	margin-right: 10px;
	text-transform: uppercase;
	color: #144363;
}

.listaRuoliCreazionePin {
	width: 40%;
	height: 200px;
	overflow: scroll;
	margin: 0 auto;
}

.listaRuoliCreazionePin label:hover {
	opacity: 0.8;
	cursor: pointer;
}

.btnAccreditamento {
	display: flex;
}

.formAccreditamento .textBoxPin {
	width: 25%;
}

.datiAnagrafici {
	padding-top: 10px;
	padding-left: 10px;
}

.datiAnagrafici .rowDatiAnagrafici {
	display: flex;
	margin-bottom: 10px;
}

.textAnagrafica {
	width: 20%;
	font-weight: bold;
}

.rowDatiAnagrafici .inputAnagrafica select {
	border-radius: 3px;
	padding: 3px;
}

.updateProfiloMsg {
	margin-top: 20px;
}

.containerRuoli #tableListaRuoli_filter {
	margin-bottom: 5px;
}

.containerRuoli .dataTables_wrapper .dataTables_filter {
	float: right;
}

.containerRuoli table,
.containerRuoli th,
.containerRuoli td {
	border: 1px solid black;
}

.containerRuoli table thead {
	background-color: #e5f5ff;
}

.containerRuoli .imgDeletePin {
	width: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
}

.containerRuoli .imgDeletePin #inputDeletePin {
	width: 20px;
	padding: 5px;
}

.containerRuoli table tbody .odd:hover,
.containerRuoli table tbody .even:hover {
	background-color: #d9d9d91f;
}

.containerRuoli .dataTables_paginate {
	margin-top: 10px;
}

.members-access-error {
	display: none;
}

.alertSuccess {
	background: #008f0030;
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	border-radius: 5px;
	color: green !important;
	text-align: center;
	border-bottom-width: 1px;
}

.boxEditPin {
	width: 100%;
}

#rowInputTextEditPin {
	display: flex;
	margin: 0 auto;
	width: 25%;
}

.inputEditPin {
	background-color: #eee;
	text-align: center;
	border-bottom: 2px solid #ccc;
}

.listaPinEditPin {
	overflow-y: scroll;
	height: 300px;
	width: 40%;
	margin: 0 auto;
	margin-top: 20px;
}

.btnQuestionMark {
	border: none;
	background: none;
	padding: 0;
}

#resetBackground {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	z-index: 9999999999;
	top: 0;
}

#divReset {
	width: 100%;
	max-width: 500px;
	text-align: center;
	position: fixed;
	padding: 15px;
	height: max-content;
	box-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
	background: #fff;
	border-radius: 4px;
	display: inline-block;
	align-items: center;
	flex-direction: column;
	top: 20%;
	right: 0;
	left: 0;
	z-index: 99999999999999;
	bottom: 50%;
	margin: auto;
}

#divReset div {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
}

#divReset div input {
	width: 100%;
	max-width: 300px;
	margin-top: 10px;
}

#divReset input:not(#divReset div input) {
	margin: 5px;
	margin-bottom: 0;
	cursor: pointer;
}

.btnQuestionMark img {
	width: 20px;
}

#listaFiltri {
	display: none;
	margin-bottom: 10px;
	background-color: #eee;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
}

#btnFiltri {
	background: #285276;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	border: none;
	margin-bottom: 10px;
	border-radius: 4px;
	box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.3), inset -1px -1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#tabellaLettereCircolari_filter {
	margin-bottom: 10px;
}

.docRiunioni {
	padding: 0px 5px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 5px;
}

.docRiunioni:nth-child(2n) {
	background-color: #f7f7f7;
}

.btnAggiuntivi {
	display: flex;
	justify-content: space-between;
	vertical-align: baseline;
}

.lastDocuments {
	margin-bottom: 30px;
	background-color: #f1f1f1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}

.lastDocuments .rowLastDoc {
	border: 1px solid gray;
	padding: 5px;
	border-radius: 4px;
	background-color: #fff;
	display: flex;
}

.lastDocuments .rowLastDoc .logoDoc {
	display: flex;
	align-items: center;
	margin-right: 5px;
}

.lastDocuments .rowLastDoc:not(.lastDocuments .rowLastDoc:last-child) {
	margin-bottom: 10px;
}

.lastDocuments .rowLastDoc .tipologiaDoc {
	font-weight: bold;
}

.lastDocuments .rowLastDoc .bodyRowDoc .nomeDoc:hover {
	font-weight: bold;
}

.visualizzaDoc {
	text-align: center;
}

.visualizzaDoc a {
	outline: none;
}

.visualizzaDoc .btnVisualizzaDoc {
	width: max-content;
	text-align: center;
	margin: 0 auto;
	padding: 7px 10px 5px;
	background-color: #144363;
	border-radius: 4px;
}

.btnVisualizzaDoc:hover {
	width: max-content;
	text-align: center;
	margin: 0 auto;
	padding: 7px 10px 5px;
	background-color: #144363;
	border-radius: 4px;
	opacity: 0.8;
}

.nascondiDocRiservati .wp-block-ub-tabbed-content-tab-holder {
	margin-bottom: 20px;
}

.dataTables_paginate a:hover {
	color: #fff !important;
}

.tableGruppo thead tr th {
	padding: 5px;
}

.tableGruppo tbody tr td {
	padding: 5px;
}

.tableGruppo tbody tr:last-child {
	border-bottom: 1px solid rgba(222, 226, 230, 0.9);
}

.creazioneSuccesso {
	background-color: #19842a;
	padding: 5px 15px;
	border-radius: 4px;
	border: 1px solid #146a21;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	color: #fff;
	margin-bottom: 15px;
}

.creazioneSuccesso span {
	color: #fff !important;
	font-weight: bold;
}

.creazioneErrore {
	padding: 5px 15px;
	background-color: #a01916;
	border: 1px solid #6c110f;
	border-radius: 4px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	color: #fff;
	margin-bottom: 15px;
}

.creazioneErrore span {
	color: #fff !important;
	font-weight: bold;
}


.wp-block-file__button{
	display:none;
}


a.prev, a.next {
	min-height: 34px;
display: flex;
}

a.prev i{
	align-self: center !important;
}

.edgeBrowser{
	display: grid !important;
	width: 100% !important;
	min-height: 100% !important;
	grid-template-areas: "header header header" "left main main" "footer footer footer" !important;
	grid-template-columns: 300px 4fr 1fr !important;
	grid-template-rows: auto 1fr auto !important;
}

.chromeBrowser{
	display: grid !important;
	min-height: 100% !important;
	grid-template-areas: "header header header" "left main main" "footer footer footer" !important;
	grid-template-columns: 300px 4fr 1fr !important;
	grid-template-rows: auto 1fr auto !important;
}

.pgntn-page-pagination-block .page-numbers{
	border-radius:4px;
	color: #144363 !important;
outline: 0;
	
}

.pgntn-page-pagination-block .page-numbers:not(.dots){
	border: 1px solid #144363 !important;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.2) !Important;
}

.pgntn-page-pagination-block .page-numbers:hover{
	opacity:0.7;
	color: #144363 !important;
}

a.page-numbers i {
	margin-top:12px !important;
}

.is-style-regular {
	border: 1px solid #000;
}

.postid-215 #page{
	  display: grid;
  width: 100%;
  min-height: 100%;
  grid-template-areas: "header header header" "sopra-index sopra-index sopra-index" "main main main" "footer footer footer";
  grid-template-columns: 300px 4fr 1fr;
  grid-template-rows: auto 1fr auto;
}

.postid-215 #page #primary{
	width:100%;
}
/*EDGE */
@supports (-ms-ime-align:auto) {
    #page {
	display: grid;
	width: 100%;
	min-height: 100%;
	grid-template-areas: "header header header" "left main main" "footer footer footer" !important;
	grid-template-columns: 300px 4fr 1fr;
	grid-template-rows: auto 1fr auto;
}
}

/*CHROME */

}
/*EDGE */


_:-ms-lang(x), _:-webkit-full-screen, 
 #page {
	display: grid;
	width: 100%;
	min-height: 100%;
	grid-template-areas: "header header header" "left main main" "footer footer footer" !important;
	grid-template-columns: 300px 4fr 1fr;
	grid-template-rows: auto 1fr auto;

	}

