/*
Theme Name: Bootstrap Italia v2 wordpress
Theme URI: https://italia.github.io/bootstrap-italia
Author: Fondazione CNI
Author URI: http://www.ordingegneri.it/
Description: Bootstrap Italia wordpress è un tema di WordPress utilizzabile per i siti internet della Pubblica Amministrazione italiana. Bootstrap Italia wordpress rispetta le nuove linee guida di design dell’Agenzia per l’Italia digitale rilasciare dal Team per la Trasformazione Digitale e le caratteristiche per i servizi web della Pubblica Amministrazione contenute nel Piano triennale per l’informatica nella Pubblica Amministrazione 2017/2019. Nel tema vengono integrate le componenti di Bootstrap Italia.
Version: 0.1
License: AGPL-3.0
License URI: LICENSE
Tags: one-column, two-columns, right-sidebar, custom-header, custom-colors, custom-logo, custom-menu, footer-widgets, editor-style, featured-images, post-formats, theme-options
Text Domain: wppa

Bootstrap Italia wordpress WordPress Theme © 2022 Fondazione CNI
Bootstrap Italia wordpress is distributed under the terms of the AGPL-3.0

Copyright (c) the respective contributors, as shown by the AUTHORS file.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
*/

@import url("all.min.css");
@import url("block/block.css");

/* WordPress WYSIWYG Editor Styles */

.entry-content {
    margin-top: 45px;
    margin-bottom: 60px;
}

.entry-content [href$=".pdf"]:before,
.entry-content [href$=".doc"]:before,
.entry-content [href$=".docs"]:before,
.entry-content [href$=".xls"]:before,
.entry-content [href$=".xlsx"]:before,
.entry-content [href$=".zip"]:before {
    /*content: '📎';*/
    content: ' ';
    /*background-image: url('img/file.svg'); */
    background-size: 24px 24px;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    color: black;
    fill: black;
    left: 25px;
    position: absolute;
}


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor,
.gallery-caption {}

.post-edit-link {
    margin: 0;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .666em;
    line-height: 3em;
    font-weight: 600;
    background-color: #c00;
    transition: all .3s ease-in-out;
}

.post-edit-link:before {
    content: '\270E';
    font-size: 18px;
    margin-right: 7px;
}

.post-edit-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f00;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .3);
}

@media print {
    html {
        background: transparent;
    }
    #footer,
    .nav,
    .condividi,
    .it-right-zone,
    .post-edit-link {
        display: none !important;
    }
}


/* CUSTOM STYLE */

html {
    background: #00264d;
}

header {
    position: relative;
    /*z-index: 10;*/
}


/* UI Form */

input,
button,
input[type="submit"],
input[type="text"],
input[type="email"],
textarea,
select {
    padding: 10px;
    background-color: #f6f6f6;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    display: block;
    max-width: 100%;
}

select {
    height: 45px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
    box-shadow: none;
    zoom: 150%;
}

button,
input[type="submit"] {
    background-color: #65dde0;
    box-shadow: none;
    color: #004a4d;
    font-weight: 600;
    padding: .6em 1.2em;
    text-transform: uppercase;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

button:hover,
input[type="submit"]:hover {
    cursor: pointer;
    background-color: #3cd5d7;
    border-color: #29cbd1;
}

label {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    font-weight: 700;
    margin: 0;
}

ul,
ul li {
    padding-left: 0;
    list-style: none;
    list-style-position: outside;
}

ul li li {
    /* list-style: disc; */
    list-style-position: inside;
}


/* Custom */

[class^="branding"],
[class^="branding"] a,
[class^="branding"] [class^="menu"] a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

[class^="branding"] a:hover,
[class^="branding"] [class^="menu"] a:hover {
    color: #fff;
}

#header {
    background-color: #06c;
    color: #fff;
}

.branding-up {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: rgba(0, 0, 0, 0.15);
}

.branding {
    background-color: transparent;
}

.branding h1 {
    margin-top: 10px;
}

.custom-logo {
    width: 70px;
    height: auto;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-main {
    position: relative;
    background-color: transparent;
}

.nav li {
    display: block;
    padding: 15px 10px;
}

.nav li a {
    color: #fff;
    font-weight: 600;
    font-size: .889em;
}

.nav li a [class^="la"] {
    zoom: 140%;
    bottom: -2px;
    position: relative;
}

.nav li a:hover [class^="la"] {
    text-decoration: none;
}

.branding-up .nav li {
    padding: 0 10px;
}


/* NAV CHILD WITH DROPDOWN */

.nav .disable>a {
    pointer-events: none;
}

.nav .light>a {
    font-weight: 300;
}

.menu-main .nav ul {
    min-width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -999em;
    left: -999em;
}

.menu-main .nav li ul {
    padding: 10px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.menu-main .nav li ul:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 24px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-main .nav li ul ul:before {
    display: none;
}

.menu-main .nav li ul a,
.menu-main .nav li ul a:hover,
.menu-main .nav li ul a:active,
.menu-main .nav li:hover ul a,
.menu-main .nav li:active ul a {
    font-size: .889em;
    color: #1173d4;
}

.menu-main .nav li ul a:hover,
.menu-main .nav li ul a:active {
    text-decoration: underline;
}

.menu-main .nav li {
    display: inline-block;
    position: relative;
    text-align: left;
    z-index: 100;
}

@media screen and (min-width: 767px) {
    .menu-main .nav li.focus>ul,
    .menu-main .nav li:hover>ul,
    .menu-main .nav li:active>ul {
        top: auto;
        left: auto;
    }
    .menu-main .nav li li.focus>ul,
    .menu-main .nav li li:hover>ul,
    .menu-main .nav li li:active>ul {
        left: 100%;
        top: 0;
    }
}

.menu-main .nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding: 0 15px;
}

.menu-main .nav a:hover,
.menu-main .nav a:active,
.menu-main .nav li:hover>a,
.menu-main .nav li:active>a,
.menu-main .nav .focus>a,
.menu-main .nav .current-menu-item>a,
.menu-main .nav .current-menu-ancestor>a {
    color: #fff;
}

.menu-main .nav>li:hover,
.menu-main .nav>li:active {
    background-color: rgba(0, 0, 0, 0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 99999999;
}

.menu-main .nav .current-menu-item,
.menu-main .nav .current-menu-ancestor {
    box-shadow: inset 0 -2px 0 #fff;
}


/* .menu-main .nav .menu-item-has-children {
	padding-right: 20px;
} */

.menu-main .nav .menu-item-has-children>a:after {
    content: '\e818';
    font-family: italia-icon-font;
    font-size: 11px;
    position: relative;
    margin: 0 -10px 0 10px;
}

.menu-main .nav ul {
    background-color: #1173d4;
    padding: 0;
    margin: 15px -10px 0 0;
}

.menu-main .nav li li {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px rgba(255, 255, 255, .4);
}

.menu-main .nav .menu-item-has-children .menu-item-has-children>a:after {
    position: absolute;
    top: 15px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.menu-main .nav .sub-menu ul {
    margin: 0;
    /*position: relative;*/
    left: 0;
}


/* MEGA MENU */

.menu-main .mega-menu li {
    position: static;
}

.menu-main .mega-menu li a {
    position: relative;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-main .mega-menu .menu-item-has-children:hover>a:before {
    content: '';
    position: absolute;
    top: auto;
    left: calc(50% - 9px);
    bottom: -25px;
    right: auto;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-main .mega-menu li ul:before {
    display: none;
}

.menu-main .mega-menu .menu-item-has-children .menu-item-has-children>a:after {
    content: none;
}

.menu-main .mega-menu>li.focus>ul,
.menu-main .mega-menu>li:hover>ul,
.menu-main .mega-menu>li:active>ul {
    left: 0;
    right: 0;
    position: absolute;
    padding-top: 25px;
}

.menu-main .mega-menu .sub-menu>li {
    width: 100%;
    vertical-align: top;
}

.menu-main .mega-menu .sub-menu>li li {
    display: inline-block;
    min-width: 100%;
}

.menu-main .mega-menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-main .mega-menu ul>li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: top;
}

.menu-main .mega-menu li li ul,
.menu-main .mega-menu li li.focus ul,
.menu-main .mega-menu li li:hover ul,
.menu-main .mega-menu li li:active ul {
    left: 0;
    top: 0;
    position: relative;
    box-shadow: none;
}

.menu-main .mega-menu li li ul li {
    padding-left: 0;
}

.menu-main .nav.mega-menu .heading>a {
    pointer-events: none;
    color: #19191a;
    font-weight: 600;
}

.menu-main .nav.mega-menu .more a {
    margin-top: 10px;
    font-weight: 600;
}

.menu-main .nav.mega-menu .more a [class^="it"],
.menu-main .nav.mega-menu .more a [class^="la"] {
    zoom: .8;
    margin-left: 10px;
    text-decoration: none;
}


/* NAV BAR WITH RESPONSIVE */

.show-menu-lingua,
.show-menu-main {
    position: relative;
    text-decoration: none;
    color: #fff;
    background: transparent;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    display: none;
}

.show-menu-main:after {
    content: "\2630";
    position: absolute;
    left: calc(50% - 45px);
    top: 28%;
}

.show-menu-lingua {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    font-size: 150%;
    line-height: 115%;
}

#show-menu-main[type="checkbox"],
#show-menu-lingua[type="checkbox"] {
    display: none;
}

/*Fix submenu*/
@media screen and (max-width: 992px) { 
    .show-menu-lingua,
    .show-menu-main {
        display: block;
    }
    .header-slim-right-zone .nav,
    .menu-main .nav {
        position: static;
        width: 100%;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    .header-slim-right-zone .nav {
        text-align: right;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .branding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .branding img {
        max-width: 100%;
        padding-top: 25%;
    }
    /*
	.header-slim-right-zone .nav .menu-item-has-children:hover ul,
	.header-slim-right-zone .nav .menu-item-has-children:active ul,
  .menu-main .nav .menu-item-has-children:hover ul,
  .menu-main .nav .menu-item-has-children:active ul {
		position: relative;
		display: block;
		top: 0;
		left: -5px;
  }
  .menu-main .nav .menu-item-has-children:hover ul ul {
  	left: 0;

  }
  */
    .menu-main .nav .menu-item-has-children.active>a:after {
        content: '\e810';
    }
    .menu-main .nav .menu-item-has-children.active ul {
        position: relative;
        display: block;
        top: 0;
        left: -5px;
    }
    .menu-main .nav .menu-item-has-children.active ul ul {
        left: 0;
    }
    /*
    .header-slim-right-zone .nav {
        text-align: right;
        margin-top: 30px;
    }
    .header-slim-right-zone .nav,
    .menu-main .nav {
        position: static;
        width: 100%;
        height: 0;
        opacity: 0;
        overflow: hidden;
    }
    */    
    .header-slim-right-zone .nav li,
    .menu-main .nav li {
        margin-bottom: 1px;
    }
    .header-slim-right-zone .nav li,
    .header-slim-right-zone .nav li a,
    .menu-main .nav li,
    .menu-main .nav li a {
        width: 100%;
    }
    /*
    .show-menu-lingua,
    .show-menu-main {
        display: block;
    }
    */    
    .header-slim-right-zone .nav .menu-item-has-children>a:before,
    .menu-main .nav .menu-item-has-children>a:before {
        right: 25px;
    }
    .menu-main .nav .menu-item-has-children .menu-item-has-children>a:after {
        top: 13px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .it-header-center-wrapper {
        padding-left: 50px;
        margin: 10px 0;
    }
    .it-header-wrapper .searchform input[type="text"] {
        display: none;
    }
    .it-header-wrapper .searchform:after {
        padding-left: 7px;
    }
    .show-menu-main {
        position: absolute;
        top: -75px;
        left: -15px;
        bottom: auto;
        right: auto;
        width: 50px;
        height: 50px;
        padding: 0;
        font-size: 0;
        z-index: 1000001;
    }
    .show-menu-main:after {
        left: 0;
        top: 0;
        width: 100%;
        font-size: 1.75rem;
    }
    #show-menu-main[type="checkbox"]:checked~.nav,
    #show-menu-lingua[type="checkbox"]:checked~.nav {
        height: auto;
        opacity: 1;
        overflow: scroll;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    #show-menu-main[type="checkbox"]:checked~.show-menu-main:after {
        content: "\2715";
        position: fixed;
        top: 12%;
        left: 0;
        width: 60px;
    }
    #show-menu-main[type="checkbox"]:checked~.nav {
        background-color: #fff;
        display: inline-block;
        position: fixed;
        top: 0;
        bottom: auto;
        left: auto;
        right: 0;
        width: calc(100% - 60px);
        height: 100%;
        min-height: 100%;
        padding: 15px 0;
        z-index: 1000000;
        overflow-y: scroll;
        box-shadow: -100px 0px 0px 0px rgba(0, 0, 0, .6);
    }
    #show-menu-main[type="checkbox"]:checked~.nav li {
        box-shadow: 0 1px 0 0 rgba(102, 102, 102, .4);
    }
    #show-menu-main[type="checkbox"]:checked~.nav li:last-child,
    #show-menu-main[type="checkbox"]:checked~.nav li ul {
        box-shadow: none;
        border-radius: 0;
    }
    #show-menu-main[type="checkbox"]:checked~.nav a {
        color: initial;
    }
    #show-menu-main[type="checkbox"]:checked~.nav li ul:before {
        content: none;
    }
}

[id^="menu-mega-menu"]>li.menu-item-has-children>a {
    pointer-events: none;
}

.menu-social {
    min-height: 57px;
}

.entry-nav-below {
    border-top: solid 1px #e5e5e5;
    margin-top: 5px;
}

.entry-nav-below a span {
    font-size: .666em;
    vertical-align: 2px;
}

.nav-previous span {
    margin-right: 5px;
}

.nav-next span {
    margin-left: 5px;
}

.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}

.breadcrumb-item {
    font-size: 90%;
    max-width: 400px;
    /*overflow: hidden;
	white-space: nowrap;
	overflow-wrap: break-word;
	text-overflow: ellipsis;*/
}

.breadcrumb-item a {
    font-weight: 600;
}

ul.page-numbers {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.page-numbers li {
    display: inline-block;
}

.page-numbers li a,
.page-numbers li span {
    display: block;
    padding: .5rem .9rem;
    border: solid 1px transparent;
    border-radius: 4px;
    font-size: .9rem;
    font-weight: 600;
}

.page-numbers li .current {
    border-color: #ccc;
    cursor: default;
}

.page-numbers li .dots {
    padding: .5rem .1rem;
}

.page-numbers li a:hover {
    text-decoration: none;
    background-color: #eee;
}

.page-numbers li:first-child a,
.page-numbers li:last-child a {
    font-size: .7rem;
    line-height: 2.2;
}

.page-numbers li:first-child a:hover,
.page-numbers li:last-child a:hover {
    /* border-color: transparent;
	background-color: transparent; */
}

#comments {
    padding-top: 60px;
    padding-bottom: 15px;
}

#site-description {
    margin-bottom: 30px;
}

.searchform {
    position: relative;
    display: inline-block;
    width: 100%;
}

.searchform:after {
    /*content: '🔍';*/
    content: '\e831';
    font-family: "italia-icon-font";
    font-smoothing: antialiased;
    /*color: #333;*/
    color: #000;
    pointer-events: none;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 99999;
    right: -10px;
    top: 10px;
}

.searchform input[type="text"],
.searchform [type="submit"] {
    width: calc(100% - 60px);
    height: 45px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
}

.searchform [type="submit"] {
    width: 60px;
    /*background-color: #f6f6f6;*/
    text-indent: -99999px;
}

/*
.searchform label {
    display: none;
}
*/

.entry-content {
    position: relative;
}

.entry-content img,
.wp-post-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.entry-content ul {
    padding-left: initial;
}

.entry-content li {
    list-style: initial;
}

.panel-grid>div {
    padding: 2rem 0;
}

.widget_last_post {
    margin-top: 1.5rem;
}

.widget-area .widget_last_post .widget_last_post_wrap {
    min-width: 100%;
}

.widget_last_post .widget_last_post_wrap {
    min-width: 15rem;
}

.widget_last_post .widget_last_post_inner {
    border-top: solid 1px #ddd;
    padding: 1rem 2rem 1rem 0rem;
}

.widget_last_post .widget_last_post_inner h5 a:first-child {
    padding-left: 15px;
}

.widget_last_post .widget_last_post_inner h5 a:first-child:before {
    content: '● ';
    position: absolute;
    left: 6px;
}

.widget_last_post .widget_last_post_inner .wp-post-image {
    max-width: 70px;
}

.widget_last_post .widget_last_post_inner h5 {
    font-size: .9rem;
    margin-bottom: 5px;
}

.widget_last_post .widget_last_post_inner h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 1rem 0;
}

.widget_category_mansory {
    margin-bottom: 1.5rem;
}

.widget_category_mansory .widget-title {
    margin-bottom: 1.5rem;
}

.widget_category_mansory .card img {
    margin: 0;
}

.widget_category_mansory .card.card-bg {
    overflow: hidden;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
    /*border: 1px solid #eceff1;*/
}

@media screen and (max-width: 767px) {
    .widget_category_mansory .card.card-bg {
        margin-left: 0;
    }
}

.widget_category_mansory .card .flag-icon {
    margin: 0 25px;
    float: left;
}

.widget_category_mansory .card .card-img-top+.flag-icon {
    position: absolute;
    top: 0;
    border: solid 3px white;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.widget_widget_single_post .novita-testo,
.widget_widget_single_post .novita-foto {
    margin-top: 1em;
    margin-bottom: 1em;
}

.widget_widget_single_post .novita-testo {
    margin-top: 3em;
}

.-area .widget-container {
    margin-bottom: 30px;
}

#footer {
    background-color: #004080;
    color: #fff;
}

#footer .disable a {
    color: inherit;
}

#footer a {
    font-weight: inherit;
    ;
    color: #65dcdf;
}

#footer .widget-area li {
    border: none;
}

#footer hr {
    border-color: rgba(255, 255, 255, .8);
}

#footer .widget-title {
    font-size: 16px;
    text-transform: uppercase;
}

#footer .nav li {
    padding: 15px 30px 15px 0px;
}

.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

#content {
    background-color: #fff;
    /*padding-top: 30px;
	padding-bottom: 60px;*/
}

body.page-template-home .header {
    display: none;
}

body.page-template-home #content,
body.page-template-home .entry-content {
    margin-top: 0;
    padding-top: 0;
}

body.archive article,
body.search article {
    border-bottom: solid 1px #ddd;
    padding: 2rem 0;
}

.home-widget {
    padding-top: 30px;
    background-color: #eee;
}

.home-content>.container>.post {
    display: inline-block;
    clear: both;
}

.home-content>.container>.post:nth-child(n+2) {
    border-top: solid 1px #ddd;
    padding-top: 60px;
}

.widget-area {
    padding: 30px 0;
}

.widget-area ul,
.widget ul {
    margin-top: 1rem;
}

.widget-area li,
.widget li {
    list-style: none;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
}

.widget-area li ul,
.widget li ul {
    margin-top: 0;
    padding: 5px 0px 0px 0px;
    text-indent: 15px;
}

.widget-area li li,
.widget li li {
    border: none;
}

.widget-area a {
    font-weight: 600;
}


/*
.widget-area span {
	display: block;
	font-size: 80%;
}
.widget-area .wp-post-image {
	width: 100px;
	width: 90%;
	height: auto;
	float: left;
	margin: 10px 10px 5px 0;
}
*/

.widget-area.primary-widget-area .widget-container,
.widget-area.page-widget-area .widget-container {
    margin-bottom: 30px;
}

#cookie-notice {
    background-color: #00264d !important;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 100%;
}

.cookie-notice-container {
    text-align: left;
    max-width: 1150px;
    margin: 0 auto;
    line-height: 2em;
}

#cn-accept-cookie {
    font-weight: bold;
    background: #65dde0;
    border-color: #50d8dc !important;
    color: #004a4d !important;
    border-radius: 0;
    padding: 10px 20px;
}

#cookie-notice a {
    color: #65dde0;
}

nav-tabs:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, .15);
    box-shadow: 0 0 2rem rgba(0, 0, 0, .15);
    bottom: 0;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 50%;
    border-radius: 100%
}


/* SO - Accordion e tebs */

#container .sow-tabs-tab-container,
#container .sow-tabs-panel-container {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.sow-tabs-panel-container {
    box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, .15);
    /* box-shadow: 0px 30px 20px -30px inset rgba(0,0,0,.2); */
    z-index: 0;
}

#container .sow-tabs-panel-container .sow-tabs-panel {
    padding: 15px 30px 30px;
}

#container .sow-tabs-tab-container .sow-tabs-tab {
    font-weight: 600;
    color: #5c6f82;
    border-bottom: 2px solid transparent
}

#container .sow-tabs-tab-container .sow-tabs-tab:hover {
    background-color: transparent;
    border-bottom: 2px solid #b1b1b3
}

#container .sow-tabs-tab-container .sow-tabs-tab-selected {
    border-bottom: 2px solid #06c;
    color: #06c;
    background-color: transparent;
}

#container .sow-accordion .sow-accordion-panel {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}

#container .sow-accordion .sow-accordion-panel-header {
    background-color: transparent;
    color: #06c;
    font-weight: 600;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

#container .sow-accordion .sow-accordion-panel-header:hover {
    background-color: #e6ecf2;
}

#container .sow-accordion .sow-accordion-panel-content .sow-accordion-panel-border {
    background-color: transparent;
}

#container .sow-icon-ionicons[data-sow-icon]:before {
    content: '\e818';
    font-family: italia-icon-font;
}

#container .sow-accordion-panel-open .sow-accordion-title,
#container .sow-accordion-panel-open .sow-icon-ionicons[data-sow-icon]:before {
    color: #5c6f82;
}

#container .sow-accordion-panel-open .sow-icon-ionicons[data-sow-icon]:before {
    content: '\e810';
}

#container .sow-accordion .sow-accordion-panel-open .sow-accordion-title:before {
    height: 2px;
    width: 56px;
    border-radius: 2px;
    background-color: #0073e6;
    position: absolute;
    top: 0;
    display: block;
    content: "";
    left: 25px;
}

#container .ow-button-base a.ow-button-hover:hover {
    text-decoration: none;
}

.ow-button-base a {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}


/* SO - Slider post */

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
    text-align: left !important;
}

.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {
    text-align: left;
    font-weight: 700;
    font-size: 1em;
}


/* Widget Calendar */

#wp-calendar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    background-color: transparent
}

#wp-calendar td,
#wp-calendar th {
    padding-top: .8em;
    padding-bottom: .8em;
    vertical-align: middle;
    border-top: 1px solid #d6dce3
}

#wp-calendar thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6dce3
}

#wp-calendar tbody+tbody {
    border-top: 2px solid #d6dce3
}

#wp-calendar .table {
    background-color: #fff
}


/* Welcome Bootstrap 1 */

* a {
    text-decoration: none;
}

.it-header-slim-wrapper {
    background: rgba(0, 0, 0, 0.15);
    min-height: 43px;
}

.it-footer-small-prints {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-bottom: 10px;
}

.it-footer-small-prints li a,
.it-footer-small-prints li a:hover:not(.disabled) {
    font-size: 15px;
}

.header-slim-right-zone ul li a {
    font-size: .889em;
    line-height: 2.3em;
}

@media screen and (max-width: 767px) {
    .header-slim-img {
        position: absolute;
        top: 0;
    }
    .header-slim-right-zone {
        width: 100%;
    }
}

.it-footer .searchform:after,
.it-header-wrapper .searchform:after {
    width: 20px;
    height: 20px;
    right: 18px;
    top: 12px;
}

.it-footer .searchform input[type="text"],
.it-footer .searchform [type="submit"] .it-header-wrapper .searchform input[type="text"],
.it-header-wrapper .searchform [type="submit"] {
    width: calc(100% - 60px);
    height: 48px;
    float: left;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.it-footer .searchform input[type="text"],
.it-header-wrapper .searchform input[type="text"] {
    color: #fff;
    box-shadow: inset 0 -1px 0px #fff;
    background: transparent;
}

.it-footer .searchform [type="submit"],
.it-header-wrapper .searchform [type="submit"] {
    background-color: #fff;
    border-radius: 100px;
    height: 48px;
    width: 48px;
    margin-left: 5px;
}

.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 0;
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
    position: relative;
    left: auto;
    top: auto;
    margin-top: auto;
}

.it-header-slim-wrapper .header-slim-img {
    max-width: 200px;
    max-height: 30px;
}

.titolo-sezione h2 {
    font-size: 2.222em;
    margin: 0;
    letter-spacing: 0;
}

.titolo-sezione .icona-sezione {
    /* display: inline-block; */
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eaf2ec;
    margin: 0px 24px 8px 0px;
    text-align: center;
    vertical-align: middle;
    font-size: 32px;
    line-height: 48px;
}

[id$="dettaglio-testo"] p {
    font-family: 'Titillium web', serif;
}

[id$="dettaglio-testo"] .thumbnail {
    margin-bottom: 0;
    border-bottom: solid 1px #e5e5e5;
}

[id$="dettaglio-testo"] .thumbnail img {
    margin-bottom: 1rem;
}

[id$="dettaglio-testo"] .thumbnail .dida {
    text-align: center;
    color: #19191a;
    font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
    font-size: .778em;
}

[id$="dettaglio-testo"] #sidebar {
    position: relative;
}

[id$="dettaglio-testo"] #sidebar:after {
    content: ' ';
    position: absolute;
    top: -30px;
    bottom: -30px;
    right: -15px;
    left: auto;
    border-right: solid 1px #e5e5e5;
}

[id$="dettaglio-testo"] #sidebar .widget-title {
    position: relative;
    font-size: .8888rem;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 30px 0;
}

[id$="dettaglio-testo"] #sidebar .widget-title:after,
[id$="dettaglio-testo"] #sidebar .widget-title:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: -4px;
    top: auto;
    left: -15px;
    right: auto;
    height: 4px;
    width: 15%;
    background-color: #666;
    border-radius: 100px;
}

[id$="dettaglio-testo"] #sidebar .widget-title:after {
    z-index: 0;
    left: 15px;
    right: 0;
    width: 100%;
    background-color: #ddd;
    border-radius: 0;
}

@media screen and (max-width: 1199px) {
    [id$="dettaglio-testo"] .contenuto:before {
        content: none;
    }
}

@media screen and (max-width: 767px) {
    [id$="dettaglio-testo"] #sidebar:after {
        content: none;
    }
    [id$="dettaglio-testo"] #sidebar .widget-title:after {
        width: calc(100% - 15px);
    }
}

[id$="dettaglio-testo"] .widget-area {
    padding-top: 0;
}

[id$="dettaglio-testo"] .widget-area .widget-container {
    padding-left: 15px;
}

[id$="dettaglio-testo"] .widget-area li {
    padding: 5px 0;
    border: none;
}

[id$="dettaglio-testo"] .widget-area li a {
    font-size: .8888rem;
}

[id$="dettaglio-meta"],
[id$="dettaglio-pagination"] {
    background-color: #eee;
}

[id$="dettaglio-meta"] {
    position: relative;
    overflow: hidden;
}

[id$="dettaglio-meta"]:before {
    content: ' ';
    position: absolute;
    top: -45px;
    width: 50%;
    height: 0px;
    background: red;
    left: 25%;
    box-shadow: 0px 0px 50px 10px #000;
}

#container {
    position: relative;
}

.thumbnail-page {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 0;
    border: none;
    margin: 0;
}

.wrap-argomento {
    background-color: #eee;
    padding-top: 96px;
}

.box-argomento {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(90, 103, 114, 0.1);
    -moz-box-shadow: 4px 4px 8px 0 rgba(90, 103, 114, 0.1);
    box-shadow: 4px 4px 8px 0 rgba(90, 103, 114, 0.1);
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 0 64px;
    margin-bottom: 96px;
}

.argomenti a {
    display: inline-block;
    border: 2px solid;
    margin: 0 8px 12px 0;
    font-size: .889em;
    font-weight: 600;
    padding: 0 .6em;
    border-radius: 10rem;
}

.argomenti a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 1000px rgba(0, 0, 0, .1);
}

.menu-moreaction {
    padding-left: 15px;
    font-size: 90%;
}

.show-menu-moreaction {
    cursor: pointer;
}

#show-menu-moreaction[type="checkbox"] {
    display: none;
}

#show-menu-moreaction[type="checkbox"]~.menu-moreaction {
    height: 0;
    opacity: 0;
    overflow: hidden;
}

#show-menu-moreaction[type="checkbox"]:checked~.menu-moreaction {
    height: auto;
    opacity: 1;
    overflow: scroll;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#pagina-dettaglio-testo ul {
    margin-left: 30px;
}

.wp-block-file {
    /* margin-bottom: 1.5em; */
    margin: 16px 0 !important;
    align-items: flex-start;
    padding: 35px;
    border-radius: 4px !important;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: white;
    position: relative;
    padding-left: 50px;
}

.modal-xl {
    max-width: 100%!important;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

.modal-xl .modal-dialog {
    max-width: 80%;
}

.pagination li {
    
    list-style: none!important;
}
.em-booking-form-details input.input, .em-booking-form-details textarea {
    width: 350px!important;
}

.em-booking-form label {
    display: inline-block;
    width: 300px!important;
 }

  .em-booking-form-details {
    padding: 10px;
    width: 100%;
    float: left;
}

.em-booking-form p.input-checkbox label {
    display: inline-block;
    width: 100%!important;
}

th.em-bookings-ticket-table-type{
	display:none ;
}
.em-bookings-ticket-table-type{
        padding-right:10px;
}

.widget_widget_single_post .novita-testo,
.widget_widget_single_post .novita-foto {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}


.box-argomento {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(90, 103, 114, 0.1);
    -moz-box-shadow: 4px 4px 8px 0 rgba(90, 103, 114, 0.1);
    box-shadow: 4px 4px 8px 0 rgba(90, 103, 114, 0.1);
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 0 64px;
    margin-bottom: 96px;
}


@media only screen and (max-width: 768px) {
  /*For mobile phones:*/
  .box-argomento {
    padding: 0 12px !important;
  }
}

#it-clip{
    width: 30px;
}

.ow-button-base a {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    font-size: 1em!important;
    padding: 1.8em 3.6em!important;
    background: #0073e6;
    color: #ffffff !important;
    border: 1px solid #0073e6;
    border-width: 1px 0;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.ow-button-base{zoom:1}.ow-button-base:before{content:'';display:block}.ow-button-base:after{content:'';display:table;clear:both}.ow-button-base a{text-align:center;display:inline-block;cursor:pointer;text-decoration:none;line-height:1em}.ow-button-base a .sow-icon-image,.ow-button-base a [class^="sow-icon-"]{font-size:1.3em;height:1em;width:auto;margin:-0.1em .75em -0.2em -0.75em;display:block;float:left}.ow-button-base a .sow-icon-image{width:1em;background-size:cover}.ow-button-base a.ow-icon-placement-top .sow-icon-image,.ow-button-base a.ow-icon-placement-top [class^="sow-icon-"]{margin:0 auto .5em;float:none}.ow-button-base a.ow-icon-placement-right .sow-icon-image,.ow-button-base a.ow-icon-placement-right [class^="sow-icon-"]{margin:-0.1em -0.75em -0.2em .75em;float:right}.ow-button-base a.ow-icon-placement-bottom .sow-icon-image,.ow-button-base a.ow-icon-placement-bottom [class^="sow-icon-"]{float:none;margin:.5em auto 0}.ow-button-base a.ow-icon-placement-bottom>span{display:flex;flex-direction:column-reverse}.ow-button-base a.ow-icon-placement-left .sow-icon-image,.ow-button-base a.ow-icon-placement-left [class^="sow-icon-"]{margin:-0.1em .75em -0.2em -0.75em;float:left}.ow-button-base.ow-button-align-left{text-align:left}.ow-button-base.ow-button-align-right{text-align:right}.ow-button-base.ow-button-align-center{text-align:center}.ow-button-base.ow-button-align-justify a{display:block}

/**
 * Flex Posts styles
 */

.fp-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
}

.fp-row {
	margin-left: -15px;
	margin-right: -15px;
}

.fp-post {
	margin-bottom: 20px;
}

.fp-col {
	min-width: 200px;
	max-width: 400px;
	flex: 1 1 30%;
	margin-left: 15px;
	margin-right: 15px;
}

.fp-col:empty {
	height: 0;
	visibility: hidden;
	margin-top: 0;
	margin-bottom: 0;
}

.fp-body {
	min-width: 0;
}

.fp-list-1 .fp-flex,
.fp-list-3 .fp-flex {
	flex-wrap: nowrap;
}

.fp-list-1 .fp-media,
.fp-list-3 .fp-extra .fp-media {
	flex-shrink: 0;
}

.fp-thumbnail {
	display: block;
}

.fp-list-1 .fp-thumbnail,
.fp-list-3 .fp-extra .fp-thumbnail {
	margin-right: 1em;
}

.fp-thumbnail {
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}

.fp-thumbnail:hover {
	opacity: 0.8;
}

.fp-thumbnail img {
	display: block;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
}

.fp-media .fp-thumbnail img {
	margin: 0;
}

.fp-thumbnail img.size-thumbnail {
	width: 85px;
	height: 85px;
}

.fp-list-2 .fp-media + .fp-body,
.fp-list-3 .fp-main .fp-media + .fp-body {
	margin-top: 0.8em;
}

.fp-post .fp-title {
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
}

.widget .fp-post .fp-title {
	margin: 0;
	padding: 0;
}

.fp-list-2 .fp-title,
.fp-list-3 .fp-main .fp-title,
.fp-list-4 .fp-title {
	font-size: 1.2em;
	font-weight: 500;
}

.fp-list-4 .fp-post {
	margin-left: -10px;
	margin-right: -10px;
}

.fp-list-4 .fp-media {
	flex: 1 0 40%;
	min-width: 150px;
	max-width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0.8em;
}

.fp-list-4 .fp-body {
	flex: 1 0 50%;
	margin-left: 10px;
	margin-right: 10px;
}

.fp-post .fp-title a {
	color: currentColor;
	text-decoration: none;
}

.fp-excerpt {
	margin-top: 0.4em;
	opacity: 0.8;
}

.fp-meta {
	font-size: 0.9em;
	margin-top: 0.2em;
}

.fp-post .fp-meta a {
	opacity: 0.5;
	color: currentColor;
	text-decoration: none;
}

.fp-comments > span {
	opacity: 0.5;
}

.fp-meta a:hover {
	opacity: 0.8;
}

.fp-meta > span:before {
	content: "\a0\b7\a0";
	opacity: 0.5;
}

.fp-meta > span:first-child:before {
	content: "";
}

.fp-categories {
	display: block;
	font-size: 0.7em;
	margin: 0;
	opacity: 0.7;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.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;
}

.fp-post .fp-readmore {
	margin-top: .5em;
}

.fp-post .fp-readmore-link {
	text-decoration: none;
	font-size: 0.9em;
	display: inline-block;
	border: 1px solid;
	padding: .2em .7em;
	border-radius: 3px;
}

.fp-post .fp-readmore-link:hover {
	text-decoration: none;
}
.widget_last_post {
    margin-top: 1.5rem;
}

.widget-area .widget_last_post .widget_last_post_wrap {
    min-width: 100%;
}

.widget_last_post .widget_last_post_wrap {
    min-width: 15rem;
}

.widget_last_post .widget_last_post_inner {
    border-top: solid 1px #ddd;
    padding: 1rem 2rem 1rem 0rem;
}

.widget_last_post .widget_last_post_inner h5 a:first-child {
    padding-left: 15px;
}

.widget_last_post .widget_last_post_inner h5 a:first-child:before {
    content: '● ';
    position: absolute;
    left: 6px;
}

.widget_last_post .widget_last_post_inner .wp-post-image {
    max-width: 70px;
}

.widget_last_post .widget_last_post_inner h5 {
    font-size: .9rem;
    margin-bottom: 5px;
}

.widget_last_post .widget_last_post_inner h4 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin: 1rem 0;
}

.widget_category_mansory {
    margin-bottom: 1.5rem;
}

.widget_category_mansory .widget-title {
    margin-bottom: 1.5rem;
}

.widget_category_mansory .card img {
    margin: 0;
}

.widget_category_mansory .card.card-bg {
    overflow: hidden;
    padding: 0;
    margin-bottom: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
    /*border: 1px solid #eceff1;*/
}

@media screen and (max-width: 767px) {
    .widget_category_mansory .card.card-bg {
        margin-left: 0;
    }
}

.widget_category_mansory .card .flag-icon {
    margin: 0 25px;
    float: left;
}

.widget_category_mansory .card .card-img-top+.flag-icon {
    position: absolute;
    top: 0;
    border: solid 3px white;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.widget_widget_single_post .novita-testo,
.widget_widget_single_post .novita-foto {
    margin-top: 1em;
    margin-bottom: 1em;
}

.widget_widget_single_post .novita-testo {
    margin-top: 3em;
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.card-columns .card {
    margin-bottom: 1rem
}

.it-grid-list-wrapper.it-masonry .card-columns {
    margin-left: -20px;
    margin-right: -20px;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive {
    padding-bottom: initial;
    height: auto
}

.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .img-wrapper {
    position: inherit;
    left: initial;
    right: initial;
    width: initial;
    height: initial
}

.it-grid-list-wrapper.it-masonry .card-columns .it-grid-item-wrapper .img-responsive .img-wrapper img {
    height: auto;
    -o-object-fit: initial;
    object-fit: initial
}

/*BACHECA LAVORO*/
#working-widget-annunci {
    margin-top: 2.5rem;	
}

.wannuncio {
    padding: 24px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    border-radius: 4px;
}


.wannuncio hr {
    display: none;
}

/*AMMINISTRAZIONE TRASPARENTE*/
#amministrazioneTrasparente .accordion-item button.accordion-button a{
    text-wrap: wrap;
}
.em-booking-section-title{
	display:none ;
}

/*CARD NOTIZIE*/
.card.card-bg {
    margin:0px !important;
}

.card-columns {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .card-columns {
        display: flex !important;
        flex-direction: column;
        gap:20px;
    }
}

@media screen and (min-width: 768px) {
    .card-columns {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 20px;
    }

    .widget_category_mansory .card.card-bg {
        flex: 0 0 calc(33.3333% - 20px);
        margin-bottom: 0px !important;
    }
}


/*MENU LINGUA*/

#menu-top-menu.nav ul {
    /*min-width: 150px;*/
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -999em;
    left: -999em;
}

#menu-top-menu.nav .menu-item-has-children>a:after {
    content: '\e818';
    font-family: italia-icon-font;
    font-size: 11px;
    position: relative;
    margin-left: 5px;
} 



@media screen and (min-width: 767px) {
    #menu-top-menu.nav li.focus>ul, #menu-top-menu.nav li:hover>ul, #menu-top-menu.nav li:active>ul {
        top: auto;
        /*left: auto;*/
        left: 0;
        right: 0;
    }
    #menu-top-menu.nav ul {
        background-color: #1173d4;
        padding: 0;
        margin: 0px -10px 0 0;
        z-index: 100000;
    }
    #menu-top-menu.nav li ul a, #menu-top-menu.nav li ul a:hover, #menu-top-menu.nav li:hover ul a {
        color: #0066cc;
    } 
    #menu-top-menu.nav li ul:before {
        content: '';
        position: absolute;
        top: -6px;
        left: 24px;
        width: 18px;
        height: 18px;
        border-radius: 4px;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }     
    #menu-top-menu.nav li ul {
        padding: 10px 0;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    }
}


@media screen and (max-width: 766px) {
    #menu-top-menu.nav li.focus>ul, #menu-top-menu.nav li:hover>ul, #menu-top-menu.nav li:active>ul {
        top: auto;
        left: auto;
        position: relative;
    }
}

#menu-top-menu.nav .menu-item-has-children {
    position: relative;
}

#menu-top-menu.nav li ul li {
    padding: 0px 10px !important;
}