/*

Main blue colour: #0066CC
Dark blue colour: #003366
Light blue colour: #D1E7FF

 */

/* ========== DEMO ========== */

.it-header-slim-wrapper .demo_title {
    display: flex;
    justify-content: center;
}

.it-header-slim-wrapper.demo {
    background-color: #dd0202;
}

.it-header-slim-wrapper.demo .demo_title a {
    color: white;
    font-weight: 800;
    font-size: 20px;
}

/* ========== GENERAL ========== */

.container {
    max-width: 1300px;
}

.card:after {
    margin-top: 25px;
}

.card.no-mt:after {
    margin-top: 0;
}

.card.no-mt a.black {
    color: black;
}
.card.no-mt h3 {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.card.no-mt .card-header {
    padding: 10px;
    border: 1px solid black;
}

#map {
    height: 300px;
    width: 50%;
}

/* ========== HEADER ========== */

.navbar-nav li span {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.it-header-slim-wrapper {
    background: #003366;
}

.link-list-wrapper ul li a span {
    text-transform: uppercase;
}

.link-list-wrapper .list-item {
    font-weight: 800;
}

.dropdown-menu {
    min-width: 5rem;
}

.nav-link svg {
    color: white;
}

.navbar .navbar-collapsable .navbar-nav li a.nav-link {
    padding: 13px 9px !important;
}

.navbar .navbar-collapsable {
    z-index: 999 !important;
}

/* ========== HOME ========== */

.card-title.h5 {
    font-size: 1.33333rem;
    line-height: 1.55556rem;
    font-weight: 800;
    padding-bottom: 10px;
}

.card.card-big .card-body {
    padding: 30px;
}

.card .card-body {
    padding: 20px 20px 0 20px !important;
}

.card {
    font-size: 16px !important;
}

.home .text-muted {
    color: black !important;
    font-weight: 400;
}

.home .card a.read-more {
    position: absolute;
    bottom: 15px;
}

.home .main-slide img {
    object-fit: cover;
}

.home .slideshow-left {
    padding-left: 20px;
}

.calendar .day.today {
    background: #0968eb !important;
    color: white;
}

/* ========== SIDE MENU ========== */

.side-menu {
    font-size: 16px !important;
}

.side-menu a {
    color: black;
}

.side-menu li.first_menu,
.side-menu li.second_menu,
.side-menu li.third_menu {
    padding: 6px 8px 8px 18px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-weight: 600;
}

.side-menu li.first_menu a i,
.side-menu li.second_menu a i {
    float: right;
    padding-right: 10px;
    padding-top: 3px;
}

.side-menu ul.submenu {
    background-color: #aad4ff;
}

.side-menu ul.submenu ul.sub-submenu {
    background-color: #a0c5eb;
}

.side-menu .active {
    background-color: #0066CC;
}
.side-menu .sub-active {
    background-color: #439fff;
}
.side-menu .sub-sub-active {
    background-color: #d9dbdd;
}

.side-menu .active a {
    color: white;
}

.side-menu .active .submenu li.active a {
    color: white;
}
.side-menu .active .submenu li a {
    color: #0066CC;
}


/* ========== FIRST LEVEL ========== */

.nav-item a:hover {
    outline: none;
}

.comunicazioni .card:after {
    margin-top: 0;
}

.inactive_link .it-right-zone {
    border-bottom: none !important;
    padding: 5px 0 !important;
}

.search-amm .form-control {
    font-size: 14px !important;
}

.it-list-wrapper .it-list a .it-right-zone {
    padding: 16px 16px !important;
}

.single_news .main_image {
    height: 300px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.card-img-top.comunicazione {
    object-fit: cover;
}

/* ========== FOOTER ========== */

.newsletter input[type="email"]::placeholder {
    font-size: 14px;
}

.it-footer-small-prints .post_footer {
    display: flex;
    justify-content: center;
}

/* ========== TAGS ========== */

.list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.tags.item {
    -webkit-flex: 1 auto;
    flex: 1 auto;
    padding: 0.5rem;
    text-align: center;
}

.tags.item a {
    display: inline-block;
    background-color: white;
    text-decoration: none;
    padding: 0.5rem 2rem;
    border-radius: 3px;
    color: #0066CC;
}

a.size-1{font-size: 100%}
a.size-2{font-size: 150%}
a.size-3{font-size: 200%}
a.size-4{font-size: 250%}
a.size-5{font-size: 300%}

/* ========== AMMINISTRAZIONE TRASPARENTE ========== */

.update_date {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}