<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: acquarossa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acquarossa
Tags:

*/



/*--------------------------------------------------------------
## Custom cookies alert
--------------------------------------------------------------*/
.cn-button.wp-default { background-color: #0063ac; !important}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
	font-family: 'Lato', sans-serif;
	color: #414141;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h2, h4 {
	color: #0063ac;
}



a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #0063ac;
}

a:hover {
	text-decoration: none;
	color: #007edb;
}

/*--------------------------------------------------------------
# Site elements
--------------------------------------------------------------*/

#quick-links {
	display: none;
	padding-top: 1.25em;
}

.admin-bar #quick-links {
	top: 46px;
}

#site-header h1.site-title {
	font-size: 1.5em;
	text-align: left;
	margin-top: 1.25em;
}

#site-header h1.site-title a img {
	height: 48px;
	width: auto;
	float: left;
	margin-right: 1em;
}

#site-header h1.site-title a {
	color: #333333;
	font-weight: 300;
	text-transform: uppercase;
}

#site-header h1.site-title a strong {
	font-weight: bold;
	color: #0063ac;
	display: block;
}

#site-header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 1rem;
	background: #fff;
	z-index: 1000;
}

#site-header.sticky h1.site-title {
	margin: 1rem 0;
}

#site-header.sticky .hide-sticky {
	display: none;
}

#site-header.sticky #site-nav .menu-toggle {
	top: 0px;
}

.home #menu-quick-links {
	display: none;
}

#menu-quick-links {
	margin: 0;
	margin-top: 2em;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu-quick-links li {
	display: block;
	font-size: 1.6em;
	margin: .25em 0;
}

#menu-quick-links li.hide-sidebar {
	display: none;
}

#menu-quick-links-home li.hide-home {
	display: none;
}

#menu-quick-links a {
	background: #fff;
	margin: 0 auto;
	display: block;
	color: #333;
	border: 0;
	text-align: center;
	line-height: auto;
	width: 34px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

#menu-quick-links a p {
	display: none;
}

#menu-quick-links a:hover {
	background: #eee;
}

/* banner home */
.home-banner {
	margin-bottom: 3rem;
	padding: 1rem;
	border: 1px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

.home-banner .home-banner-link {
	display: block;
	background-color: #303030;
}

.home-banner .home-banner-img {
	width: 100%;
	max-width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
}


/* quick. links home */

#menu-quick-links-home {
	display: block;
	margin-bottom: 2em;
	padding: 0;
	list-style-type: none;
}

#menu-quick-links-home li {
	display: block;
}

#menu-quick-links-home li a {
	display: block;
	margin: .5em 0;
	font-size: 0.95em;
	text-align: center;
	padding: 1em 0;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

#menu-quick-links-home li a:hover {
	background: #eee;
}

#menu-quick-links-home li a .fa {
	font-size: 2.25em;
}

#menu-quick-links-home li a p {
	color: #333 !important;
	text-transform: uppercase;
	font-size: .9em;
	margin: 0;
	margin-top: 1em;
}

#site-header {
	position: relative;
}

.menu-icons {
	margin: 0;
	margin-bottom: 2rem;
	padding: 0;
	list-style-type: none;
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu-icons.menu-icons-right {
	text-align: center;
}

#site-header .menu-icons {
	margin-top: 1em;
	margin-bottom: 2em;
}

.menu-icons li {
	display: inline-block;
	font-size: 1.5em;
	padding: 0 1.8rem 1rem 1.8rem;
	position: relative;
}

.menu-icons .title {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 1rem;
}

.menu-icons a {
	display: block;
	color: #333;
	border: 0;
	text-align: center;
	line-height: auto;
	width: 32px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.menu-icons a:hover {
	background: #eee;
}

.menu-icons .box a {
	background: #fff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}

#site-nav {
	margin-top: 1em;
}

#site-nav .menu-toggle {
	display: block;
	text-align: left;
	font-size: 3em;
	text-transform: uppercase;
	font-weight: 300;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}

#site-nav .menu-toggle a span {
	color: #333;
	display:none;
}

/* menu */

/*#menu-primary {
	display: none;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 200;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
	font-size: 1.1em;
}*/

#menu-primary {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: -100%;
	bottom: 0;
	z-index: 200;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: 1.1em;
	-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;
	overflow: auto;
}

#menu-primary.open {
	left: 0;
	-webkit-box-shadow: 20px 0px 30px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 20px 0px 30px 0px rgba(0,0,0,0.6);
	box-shadow: 20px 0px 30px 0px rgba(0,0,0,0.6);
}

.admin-bar #menu-primary {
	top: 46px;
}

#menu-primary li, #menu-primary ul {
	padding: 0;
	margin: 0;
	display: block;
}

#menu-primary &gt; li &gt; a {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	padding: 8px 16px;
	background: #e9e9e9;
	border-bottom: 1px solid #fff;
}

#menu-primary &gt; li:hover &gt; a {
	background: #0063ac;
	color: #fff;
}

#menu-primary li.menu-close a {
	background: #fff;
	text-align: right;
	color: #0063ac;
}

/* submenu */

#menu-primary ul.sub-menu {
	background: #fcfcfc;
	padding: 8px 0px;
}

#menu-primary &gt; li &gt; ul.sub-menu {
	display: none;
}

#menu-primary.open &gt; li.open &gt; ul.sub-menu, #menu-primary.open &gt; li.current-menu-item &gt; ul.sub-menu, #menu-primary.open &gt; li.current-menu-ancestor &gt; ul.sub-menu {
	display: block;
}

#menu-primary ul.sub-menu li a {
	display: block;
	color: #333;
	font-weight: bold;
	padding: .3em 16px;
	padding-left: 44px;
	position: relative;
	border-bottom: 1px solid #eee;
}

#menu-primary ul.sub-menu li a .fa {
	position: absolute;
	left: 16px;
	top: 8px;
}

#menu-primary ul.sub-menu li a:hover, #menu-primary ul.sub-menu li.current-menu-item a {
	color: #fff !important;
	background: #0063ac;
}

#menu-primary .fa-fw {
	width: 28px;
	text-align: left;
}


/* sub-submenu */

#menu-primary ul.sub-menu ul.sub-menu {
	padding: 0;
}

#menu-primary ul.sub-menu ul.sub-menu li a {
	font-weight: normal;
	border-top: 0;
}

/* menu sitemap */

#menu-primary-sitemap, #menu-primary-sitemap li, #menu-primary-sitemap ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: top;
}

#menu-primary-sitemap &gt; li &gt; .sub-menu {
	font-size: 0;
}

#menu-primary-sitemap &gt; li &gt; .sub-menu &gt; li {
	display: block;
	font-size: 14px;
	padding: 0 18px;
}

#menu-primary-sitemap &gt; li &gt; a {
	font-size: 18px;
	padding: .5em 1em;
	background: #eee;
	margin-bottom: 1em;
	margin-top: 2em;
	display: block;
}

#menu-primary-sitemap .sub-menu a {
	padding: .25em 0;
	display: block;
	padding-left: 26px;
	position: relative;
}

#menu-primary-sitemap .sub-menu .sub-menu a {
	font-style: italic;
}

#menu-primary-sitemap ul.sub-menu li a .fa {
	position: absolute;
	left: 0px;
	top: 6px;
}

#menu-primary-sitemap .menu-close {
	display: none;
}

/* menu other */



#site-slider {
	margin-top: 1px;
	margin-bottom: 3em;
}

#site-slider .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#site-slider .item h2 {
	color: #333;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

#site-slider .item .info {
	background: rgba(255,255,255,0.8);
	margin-top: 96px;
	padding: 1em;
	position: relative;
	/*padding-bottom: 5em;*/
}

#site-slider .item .info p {
	font-size: 1em;
}

#site-slider .item .info .btn {
	position: absolute;
	right: 2em;
	bottom: 2em;
}

#breadcrumbs {
	padding: 1em 0;
	margin-bottom: 1em;
}

/* fullpage menu */
#menu-primary-fullpage, #menu-primary-fullpage ul, #menu-primary-fullpage li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

#menu-primary-fullpage {
	margin: 2em 0;
}

#menu-primary-fullpage li, #menu-primary-fullpage .fa{
	display: none;
}

#menu-primary-fullpage li.current-menu-ancestor, #menu-primary-fullpage li.current-menu-item, #menu-primary-fullpage li.current-menu-item li {
	display: block;
}

#menu-primary-fullpage li.current-menu-item &gt; a, #menu-primary-fullpage li.current-menu-ancestor &gt; a {
	display: none;
}

#menu-primary-fullpage a {
	display: block;
	padding: .5em;
	border: 1px solid #aaa;
	color: #333;
	margin: .5em 0;
	font-weight: bold;
}

#menu-primary-fullpage a:hover {
	background: #0063ac;
	color: #fff;
}

/* sidebar menu */

.menu-sidebar, .menu-sidebar ul, .menu-sidebar li {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

.menu-sidebar {
	margin-bottom: 2em;
	display: none;
}

ul#menu-primary-sidebar &gt; li {
	display: none;
}

ul.menu-sidebar &gt; li &gt; a {
	color: #333 !important;
	text-transform: uppercase;
}

.menu-sidebar li a {
	display: block;
	color: #333;
	font-weight: bold;
	padding: .51em;
}

.menu-sidebar li a:hover {
	background-color: #0063ac !important;
	color: #fff !important;
}

.menu-sidebar li.current-menu-ancestor &gt; a {
	background-color: #414141! important;
	color: #fff !important;
}

.menu-sidebar li.current-menu-item &gt; a {
	background-color: #e9e9e9!important;
	color: #414141 !important;
}

.menu-sidebar &gt; li &gt; .sub-menu &gt; li {
	border-top: 1px solid #ddd;
}

.menu-sidebar .sub-menu .sub-menu li a {
	font-weight: normal;
}

.menu-sidebar .sub-menu .sub-menu .sub-menu li a {
	padding-left: 2.5rem;
}

.menu-sidebar .sub-menu .sub-menu {margin-bottom: .25em;}

#menu-primary-sidebar li.current-menu-item, #menu-primary-sidebar li.current-menu-ancestor {
	display: block;
}

.menu-sidebar .menu-close {
	display: none !important;
}

#menu-attachments {
	border-color: #333;
	margin-bottom: 2em;
	font-size: 1.25em;

	display: flex;
	flex-flow: wrap;
	align-items: center;
	border-bottom: 0px solid #333;
}

#menu-attachments li {
	flex: 0 0 50%;
	padding: .5rem;
	margin: 0;
	height: 80px;
	display: flex;
	align-items: center;
	border-bottom: 0px solid #333;
}

#menu-attachments li.menu-item-1871 {
	flex: 0 0 100%;
}

#menu-attachments a {
	border-radius: 0;
	display: flex;
	align-items: center;
	height: 100%;
	box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
	width: 100%;
	border-radius: 6px 6px 0px 0px;
	border-color: rgba(190, 190, 190,0.5);
}

#menu-attachments a i {
	margin-right: 1rem;
}

#menu-attachments .current-menu-item a {
	background: #333;
	color: #fff !important;
}

.widget {
	margin-bottom: 2em;
}

.widget {
	display: none;
}

.widget ul, .widget ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}

.widget ul li a {
	display: block;
	color: #333;
	padding: .25em .1em;
	/*padding-left: 1.5em;*/
}

.widget ul.indent li a,
.widget ul li a.no-icon {
	padding-left: 1.5em;
}

.widget ul li a:hover, .widget ul li a.active, .widget ul li a:hover, .widget ul li a[aria-current="page"] {
	background-color: #0063ac;
	color: #fff;
	font-weight: bold;
}

.widget ul li {
	border-top: 1px solid #ddd;
}

.widget .sidebar-categories .cat-in-evidenza {
	display: none;
}


#site-colors div {
	width: 20%;
	float: left;
}

/* box home */

.articles-box .item {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	padding: 1em;
	position: relative;
	margin-bottom: 1em;
}
.articles-box h2 {
	border: 1px solid #cccccc;
	font-size: 1.5em;
	padding: .35em 2em;
	margin: 0;
	position: absolute;
	left: -12px;
}

.articles-box h3 {
	font-size: 1.5em;
	padding: .35em 0;
	margin-top: 0;
}

/* comunicati */

#announcements {
	margin-bottom: 2em;
}

#announcements h3 a {
	color: #e5312b;
}

#announcements .item {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e4e4e4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#e4e4e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	border: 1px solid #e5312b;
}

#announcements h2 {
	color: #fff;
	background: #e5312b;
}

#announcements h3 {
	font-size: 1.5em;
	padding: .35em 0;
	margin-top: 2.5em;
}

/* news */

#news {
	margin-bottom: 2em;
	position: relative;
	padding-top: 1em;
}

#news .item {
	border: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-top: 2em;
	background: #fff;
	filter: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#news h2 a {
	color: #333;
}

#news h3 {
	font-weight: normal;
	margin-top: 1.5em;
}

/* board &amp; notices */

#board h3, #notices h3 {
	margin-top: 2.5em;
}

#board h2 {
	color: #fff;
	background: #ffcc00;
}

#board h2 a, #notices h2 a {
	color: #fff;
}

#notices h2 {
	color: #fff;
	background: #0063ac;
}

/* footer */

#site-footer {
	margin-top: 2em;
	background: #fff;
}


#site-footer .newsletter {
	background: #cccccc;
	padding: 2em 0;
	text-align: center;
}

#site-footer .newsletter label {
	font-weight: normal;
	padding-top: .5em;
}

#site-footer .newsletter input {
	border-radius: 0;
	background: #999999;
	color: #fff;
}

#site-footer .links {
	padding: 2em 0;
}

#site-footer .menu-icons {
	display: none;
}

#site-footer .border-top {
	border-top: 1px solid #fff;
	margin-bottom: 12%;
	padding-top: 6px;
}

.spacer {
	display: none !important;
	/*display: block !important;
	visibility: hidden;
	height: 10px;*/
}


#site-footer .menu-icons li.box a {
	color: #333;
}

#site-footer .menu-icons a:hover {
	color: #333;
}

#site-footer .newsletter input::-webkit-input-placeholder {
  color: #ccc;
}

#site-footer .newsletter button {
	border-radius: 0;
	background: #e5312b;
	color: #fff;
	font-weight: bold;
	border: 0;
}

#site-footer .links {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0063ab+0,002b79+100 */
	background: #0063ab; /* Old browsers */
	background: -moz-linear-gradient(top, #0063ab 0%, #002b79 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0063ab 0%,#002b79 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0063ab 0%,#002b79 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063ab', endColorstr='#002b79',GradientType=0 ); /* IE6-9 */
	color: #fff;
}

#site-footer .links a {
	color: #fff;
}

#site-footer .quick-links {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	margin-bottom: 1em;
	text-align: center;
}

#site-footer .quick-links li {
	display: inline-block;
	padding: .25em;
}

#site-footer .quick-links a {
	color: #fff !important;
}

#site-footer .quick-links a .fa {
	margin-right: .5em;
}

#site-footer .quick-links p {
	display: inline;
}

#site-footer .credits {
	padding: .5em 0;
	text-align: center;
	font-size: .85em;
}

#site-footer .footer-image {
	text-align: center;
}

#site-footer .footer-image img {
	width: 80px;
}


/* articles list */

.articles .item {
	margin-bottom: 1em;
}

.articles .item .date {
	font-weight: bold;
	display: block;
	padding: .5em 0;
	text-transform: uppercase;
	background: #f8f8f8;
	border-top: 1px dotted #333;
	font-size: 1.2rem;
}

.articles .item h2 {
	font-size: 1.5em;
	color: #333;
	margin: .5em 0;
	margin-top: 0;
	padding: 0;
	padding-top: .5em;
}

.articles .item .date {
	padding-left: 14px;
	padding-right: 14px;
}

.articles .item a {
	color: #333;
}

.articles .item a:hover {
	color: #0063ac;
}

.article .entry-date {
	padding: .25em 0;
	border-bottom: 1px solid #333;
	text-transform: uppercase;
	margin-bottom: 1em;
}

.search .item {
	border-top: 1px solid #333;
}

.attachment-category h2 {
	cursor: pointer;
}

.attachment-category h2 .icon-down {
	display: block;
}

.attachment-category h2 .icon-up {
	display: none;
}

.attachment-category h2.open .icon-down {
	display: none;
}

.attachment-category h2.open .icon-up {
	display: block;
}

/* search */

.search-form {
	margin-bottom: 2em;
}

/* scroll to top */

#scroll-top {
	display: none;
	position: fixed;
	bottom: 32px;
	right: 32px;
	z-index: 250;
	color: #fff;
	background: rgba(110,110,110,0.5);
	border: 0;
	border-radius: 0;
}

#scroll-top {
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s linear, opacity 0.2s linear;
	-webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
	-moz-transition: visibility 0.2s linear, opacity 0.2s linear;
	-o-transition: visibility 0.2s linear, opacity 0.2s linear
}

#scroll-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Theming
--------------------------------------------------------------*/

/* blue (default) */

#site-content h1 {
	background: #0063ac;
	color: #fff;
	font-size: 2em;
	margin: 0 0 1em 0;
	padding: .75em .5em;
}

#site-content .entry-content {
	font-size: 1.1em;
	/*text-align: justify;
	text-justify: auto;*/
}

#site-content .entry-content img {
	width: 100%;
	margin-bottom: 1em;
}

#site-content .entry-content h1, #site-content .entry-content h2, #site-content .entry-content h3, #site-content .entry-content h4,
#site-content .entry-content table {
	text-align: left;
}

#site-content .entry-content h2 {
	font-size: 27px;
	margin-top: 27px;
	margin-bottom: 12px;
}

#site-content .entry-content h3 {
	font-size: 21px;
}

#site-content .entry-content h4 {
	font-size: 17px;
}

.attachments {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}

.attachments li {
	display: block;
	padding: 0;
	margin: 0 0 .2em 0;
}

.attachments a {
	display: block;
	padding: 1em;
	border: 1px solid #aaa;
	color: #333;
}

.attachments a:hover {
	background: #0063ac;
	color: #fff;
}

.attachments a .fa {
	font-size: 1.5em;
	margin-right: 1em;
}

.articles .item h2 .fa {
	color: #0063ac;
}

.articles .item .item-content {
	padding: .5em 1em;
	border-top: 0;
}

.parrocchie {
	display: block;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	text-align: center;
	padding: 1em 0;
	border: 1px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
	margin: 4rem 0;
	font-size: 2.5rem;
	color: #303030;
}

.parrocchie .fa {
	font-size: 3rem;
	color:#0063ab;
	margin-right: 2rem;
}

/* yellow */

#site-content.theme-yellow h1 {
	background: #ffcc00;
}

#site-content.theme-red h1 {
	background: #e5312b;
}

.theme-yellow .attachments a:hover {
	background: #ffcc00;
	color: #333;
}

.theme-red .attachments a:hover {
	background: #e5312b;
	color: #fff;
}

.theme-yellow .widget .fa, .theme-yellow .articles .item h2 .fa {
	color: #ffcc00;
}

.theme-yellow .widget ul li a:hover, .theme-yellow .widget ul li a.active, .theme-yellow .widget ul li a[aria-current="page"] {
	background-color: #ffcc00;
}

.theme-yellow .widget ul li a.active .fa, .theme-yellow .widget ul li a:hover .fa {
	color: #fff;
}

table h1, table h2, table h3, table h4 {
	margin: 0;
}

.entry-content .table td, .entry-content .table th, .entry-content .table tr {
	display: block;
}

.entry-content .table td {
	border-top: 0;
	border-bottom: 0;
}

.entry-content .table tr {
	border-top: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/

.text-black, .text-black a {color: #333 !important;}
.text-blue, .text-blue a {color: #0063ac !important;}
.text-green, .text-green a {color: #1fa22e !important;}
.text-yellow, .text-yellow a {color: #ffcc00 !important;}
.text-red, .text-red a {color: #e5312b !important;}

.bg-black {background-color: #333 !important;}
.bg-blue {background-color: #0063ac !important;}
.bg-green {background-color: #1fa22e !important;}
.bg-yellow {background-color: #ffcc00 !important;}
.bg-red {background-color: #e5312b !important;}

.btn {
	font-weight: bold;
	letter-spacing: 1px;
}

.btn.black {
	background: #333;
	color: #fff;
}

.btn.black:hover {
	background: #fff;
	color: #333;
}

.btn.yellow {
	background: #ffcc00;
	border-color: #ffcc00;
	color: #333;
}

.btn.yellow:hover {
	background: #fff;
	color: #ffcc00;
}

.btn.blue {
	background: #0063ac;
	border-color: #0063ac;
	color: #fff;
}

.btn.blue:hover {
	background: #fff;
	color: #0063ac;
}

.btn.red {
	background: #e5312b;
	border-color: #e5312b;
	color: #fff;
}

.btn.red:hover {
	background: #fff;
	color: #e5312b;
}

.slick-arrow {display: none !important;}

.static {
	position: static !important;
}

.relative {
	position: relative !important;
}

.ribbon {
	z-index: 100;
}

.ribbon::before {
	display: block;
	width: 12px;
	height: 0px;
	position: absolute;
	bottom: -9px;
	left: -1px;
	content: "";
	border-bottom: 8px solid transparent;
	border-right: 12px solid rgb(64,64,64);
	z-index: 100;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*
.row.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.row.flex-row &gt; [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.flex-row:before, .row.flex-row:after {display: none;}
*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget h2 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
	color: #333;
}
.widget h2 .fa {
	margin-right: 0.21428571em;
}

/* slick */

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: right;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 32px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.galleries .item {
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
    display: block;
    font-size: 1.25em
}

.galleries .item:hover {
    background: #f5f5f5
}

.galleries img {
    width: 100%
}

.galleries p {
    margin: 1em 0 0 0
}

.gallery .item {
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
    display: block;
    font-size: 1.25em
}

.gallery .item:hover {
    background: #f5f5f5
}

.gallery img {
    width: 100%;
}

.gallery .img-responsive {
    margin: 0 auto;
    margin-bottom: 1em
}

.featured-image-container {
	margin: 2em auto;
}

.announcements a {
	/*visibility: hidden;*/
	display: none;
	color: #e5312b;
}

.announcements {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
}

.announcement-active .announcements a {
	display: block;
}

h2.category {
	font-size: 1.6em;
}

.category-attachments h2.category {
	color: #333;
	background: #f8f8f8;
	font-size: 1.6em;
	padding: .25em .5em;
	margin: 0;
	margin-bottom: .5em;
}

.category-attachments.open h2.category {
	background: #0063ac;
	color: #fff;
}

.category-attachments .attachments {
	display: none;
}

.category-attachments.open .attachments {
	display: block;
}

#swipebox-overlay {
	background: rgba(0,0,0,0.85);
}

.grecaptcha-badge { visibility: hidden; }

.wpcf7-form-control-wrap.privacy {
	position: absolute;
	left: 1.5rem;
}

label.privacy-label {
	padding-left: 4rem;
}

.text-lg {
	font-size: 1.25em;
}

/*--------------------------------------------------------------
## New albo
--------------------------------------------------------------*/

.articles .item-albo {
	margin: .5rem;
}

.articles .item-albo .date {
	margin-bottom: 3rem;
	margin-top: 6.3rem;
	text-align: right;
	font-weight: bold;
}

.articles .item-albo .item-content {
	border: 1px solid #aaa;
	display: flex;
	align-items:flex-start;
}

.articles .item-albo .item-content:hover {
	background: #eee;
	color: #222;
}

.article .item-albo .item-title {
	font-size: 14px;
}

.articles .item-albo .item-icon {
	margin-left: auto;
}

.articles .item-albo .item-terms {
	text-align: left;
	min-width: 48px;
}

.search-form-albo {
	margin-bottom: 2rem;
}

.albo-categories-list li {
	position: relative;
}

.albo-categories-list .expand {
	position: absolute;
	right: 0;
	top: 0;
}

.albo-categories-list a.expand {
	background: #fff;
}

.albo-categories-list &gt; li &gt; a.active {
	background: #eee !important;
}

.albo-categories-list a.active .fa,
.albo-categories-list a.active {
	color: #222 !important;
}

.albo-categories-list .subcategory-1 {
	/*padding-left: 20px;
	background: #eee;*/
	display: none;
}

.albo-categories-list .active + .subcategory-1,
.albo-categories-list .subcategory-1.open {
	display: block;
}

.albo-categories-list .subcategory-1 a {
	background: #fff;
	padding-left: 20px;
}

.albo-categories-list .subcategory-1 &gt; li &gt; a.active {
	background: #ddd !important;
}

.albo-categories-list .subcategory-2 {
	padding-left: 20px;
	background: #ddd;
	display: none;
}

.albo-categories-list .active + .subcategory-2,
.albo-categories-list .subcategory-2.open {
	display: block;
}

.albo-categories-list .subcategory-2 a {
	background: #fff;
}

/*--------------------------------------------------------------
## Address book
--------------------------------------------------------------*/

.contact-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 2rem;
}

.contact-list .contact-entry {
	border-top: 1px solid #eee;
}

.contact-list .contact-category + .contact-entry {
	border-top: 0;
}

.contact-list .contact-category {
	/*border-bottom: 2px solid #ddd;*/
	border-top: 2px solid #ddd;
	padding: 1.75rem .75rem;
	font-weight: bold;
	color: #ccc;
	font-size: 3rem;
}

.contact-list .contact-title {
	padding: .75rem 1rem;
	display: flex;
	color: #222;
	font-weight: bold;
	align-items: center;
	justify-content: space-between;
}

.contact-list .contact-title:hover,
.contact-list .open .contact-title {
	color: #0063ac;
}

.contact-list .open .closed-icon,
.contact-list .open-icon{
	display: none;
}

.contact-list .open .open-icon {
	display: block;
}

.contact-list .contact-content {
	background: #eee;
	padding: .75rem 1rem;
	display: none;
	border-top: 1px solid #eee;
	border-bottom: 2px solid #0063ac;
}


.contact-list .open .contact-content {
	display: block;
}

.contact-list .contact-content p:last-child {
	margin-bottom: 0;
}

.contact-categories {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contact-categories a {
	display: block;
	padding: .5rem 1rem;
	position: relative;
	height: 30px;
	font-weight: bold;
}

.contact-categories a.active {
	font-weight: bold;
	color: #fff;
	background-color: #0063ac;
}

.contact-categories a.active::before {
	display: block;
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right:10px solid #0063ac;
}

.contact-categories .contact-category-emergenze-filter {
	color: #e5312b;
}

.contact-categories .contact-category-emergenze-filter.active {
	background-color: #e5312b;
}

.contact-categories .contact-category-emergenze-filter.active::before {
  border-right:10px solid #e5312b;
}

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


@media (min-width: 768px) {

	#site-header.sticky {
		position: relative;
	}

	#site-header.sticky h1.site-title {
		margin-top: 1.25em;
	}

	#site-header.sticky #site-nav .menu-toggle {
		top: 15px;
	}

	#dummy-header {
		display: none;
	}

	.entry-content .table td, .entry-content .table th {
		display: table-cell;
	}

	.entry-content .table tr {
		display: table-row;
	}

	.entry-content .table td {
		border-top: 1px solid #ddd;
	}

	.entry-content .table tr {
		border: 0;
	}

	#site-footer .credits {
		text-align: right;
	}

	#site-content .entry-content {
		text-align: justify;
		text-justify: auto;
	}

	#site-content .entry-content img {
		width: auto;
	}

	#menu-primary-sitemap &gt; li &gt; .sub-menu &gt; li {
		width: 50%;
		display: inline-block;
	}

	#site-header h1.site-title img {
		width: 48px;
		margin-right: 1em;
	}

	#site-nav .menu-toggle a span {
		display: inline;
	}

	#menu-primary {
		width: 280px;
		left: -280px;
		overflow: visible;
	}

	.admin-bar #menu-primary {
		top: 32px;
		background: #fff;
	}

	#menu-primary &gt; li &gt; ul.sub-menu {
		display: block;
		padding-top: 42px;
		position: absolute;
		left: 100%;
		top: 0;
		width: 140%;
		bottom: 0;
		overflow: auto;
		display: none;
		-webkit-box-shadow: 20px 0px 30px 0px rgba(0,0,0,0.6);
		-moz-box-shadow: 20px 0px 30px 0px rgba(0,0,0,0.6);
		box-shadow: 20px 0px 30px 0px rgba(0,0,0,0.6);
	}

	#menu-primary.open &gt; li.open &gt; ul.sub-menu, #menu-primary.open &gt; li.current-menu-item &gt; ul.sub-menu, #menu-primary.open &gt; li.current-menu-ancestor &gt; ul.sub-menu {
		display: none;
	}

	#menu-primary.open &gt; li:hover &gt; ul.sub-menu {
		display: block !important;
	}

/*
	#menu-primary {
		position: absolute;
		top: 100%;
		left: 0;
		right: auto;
		bottom: auto;
		width: 100%;
	}

	.admin-bar #menu-primary {
		top: 100%;
	}

	#menu-primary &gt; li &gt; ul.sub-menu {
		display: block;
	}

	#menu-primary ul.sub-menu li a {
		border-top: 1px solid #ddd;
	}

	#menu-primary ul.sub-menu li:first-child a {
		border-top: 0;
	}*/

	#site-header h1.site-title a strong {
		/*display: inline;*/
	}

	.spacer {
		display: none !important;
	}

	.menu-sidebar {
		display: block;
	}

	.widget {
		display: block;
	}

	.featured-image-container {
		overflow: hidden;
		max-height: 364px;
	}

	.featured-image-container img {
		width: 100%;
	}



}

@media (min-width: 680px) {
	#site-nav .menu-toggle {
		font-size: 1.8em;
		top: 30px;
	}
}

@media (min-width: 992px) {
	/*
	#menu-primary &gt; li {
		float: left;
		width: 25%;
	}*/

	#site-nav .menu-toggle {
		position: relative;
		top: auto;
		right: auto;
		font-size: 1.5em;
	}

	#site-header h1.site-title {
		text-align: left;
		font-size: 1.75em;
		margin-top: 1em;
	}

	#site-header h1.site-title a strong {
		display: block;
	}

	#quick-links {
		display: block;
		position: fixed;
		top: 0;
	}

	#site-nav {
		margin-top: 3em;
	}

	#site-nav .menu-toggle {
		font-size: 2.1em;
		padding-bottom: 1em;
	}

	#site-header .menu-icons {
		margin: 0;
		margin-top: 3.5em;
		text-align: right;
	}

	#site-slider .item {
		min-height: 368px;
	}

	#site-slider .item .info {
		background: rgba(255,255,255,0.8);
		margin: 2em 2em 0 0;
		padding-top: 1em;
		float: right;
	}

#news h3 {
		margin-top: 0;
	}

	#site-footer .quick-links {
		margin-bottom: 0em;
	}

	#site-footer .quick-links li {
		display: block;
		float: left;
		width: 50%;
		padding: .1em 0;
		text-align: left;
	}

	#news .item {
		padding-top: 0;
	}

	#news .read {
		position: absolute;
		bottom: 1em;
		right: 0;
	}

	table td:first-child {
		width: 30%;
	}

	#menu-primary-sitemap &gt; li &gt; .sub-menu &gt; li {
		width: 25%;
		display: inline-block;
	}

	.menu-icons.menu-icons-right {
		text-align: right;
	}

	#site-footer .footer-image {
		text-align: right;
	}

	#menu-attachments {
		display: block;
		border-bottom: 1px solid #333;
	}

	#menu-attachments li {
		display: block;
		flex: none;
		padding: 0;
		margin: 0;
		height: auto;
		border-bottom: 1px solid #333;
	}

	#menu-attachments li.menu-item-1871 {
		flex: none;
	}

	#menu-attachments a {
		display: block;
		height: auto;
		box-shadow: none;
		width: auto;
	}

	#menu-attachments a i {
		margin-right: 0;
	}

	#site-header .menu-icons {
		justify-content: flex-end;
		margin-bottom: 0;
	}

	.menu-icons .title {
		display: none;
	}

	.menu-icons a {

	}

	.menu-icons li {
		padding: 0 .5rem;
		font-size: 1.525em;
	}

}

@media (min-width: 1200px) {

	#site-slider .item h2 {
		font-size: 14px;
	}

	#site-header h1.site-title {
		margin-top: 1.25em;
	}

}


@media print {

  a[href]:after {
    content: none;
  }

}
</pre></body></html>