/*
Theme Name: MDC Campania 2022
Theme URI:  https://www.mdccampania.eu
Description:  MDC Campania 2022
Author:  Federico Esposito
Author URI:  https://www.federicoesposito.it
Version:  1.0.0              
*/

body {
    background-color: #006EB8;
    min-height:100vh;
}
body.admin-bar {
    min-height: calc(100vh - 32px)!important;
}

/*#menu-nested-pages li:last-child{
    display: none;
}*/

.logo img {
    max-height: 80px;
    width:auto;
}

.header-area:not(.opacity),
footer {
    background-color: #006EB8;
}


.no-image-placeholder {
    height: 277px;
    background: rgba(255,255,255,.3);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

@media(max-width:992px) {
    .no-image-placeholder { display: none; }
}

.upcoming-meetings .down-content {
    height: 120px;
}

.main-nav .dropdown {
    cursor: pointer;
}

.dropdown-menu {
    display: block;
}
.dropdown::after {
    display: none;
}

.meeting-item.no-image .down-content,
.meeting-single-item.no-image .down-content {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.page-numbers {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    color: #1f272b;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s;
}

.page-numbers.current {
    background-color: #EC6B06;
    color: #fff;
    pointer-events: none;
}

.year-cal {
    font-size: 12px!important;
}

footer {
    padding: 30px 0;
}
footer p {
    color: #fff;
    text-align: center;
}
footer a {
    color: #fff;
}

aside .widget {
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

aside h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f272b;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

aside ul li a {
    font-size: 15px;
    color: #1f272b;
    font-weight: 500;
    transition: all .3s;
    display: inline-block;
    margin-bottom: 10px;
}
#contatti .right-info li {
    width: 100%;
}
#contatti .right-info a {
    color: #fff!important;
    transition: all .3s;
    font-size: 20px;
    font-weight: bold;
}

#contatti .right-info a:hover {
    color: #006EB8!important;
}

section.heading-page {
    background: #1e1e1e!important;
    padding: 130px 0 0 0!important;
}

.breadcrumb {
    font-size: small;
    color: #fff;
    margin: 0 -10px 15px -10px;
}

.breadcrumb span[property="itemListElement"] {
    padding: 0 10px;
}

.breadcrumb a {
    color: #fff;
    transition: all .3s;
}
.breadcrumb a:hover {
    color: #EC6B06!important;
}

.tutti-required {
    font-size: 12px;
    margin-top: 10px;
    font-weight: normal;
    text-transform: none!important;
}

.label-privacy {
    font-size: small;
}
#contatti input {
    margin-bottom: 0!important;
}
#contatti fieldset {
    margin-bottom: 30px;
}
#contatti .error {
    font-size: small;
    color: red;
}
#contatti .form-privacy div.error {
    position:absolute;
    width: 200px;
}

.services .item {
    display: block;
}

.services .item .icon {
    border: 2px solid #EC6B06;
    border-radius: 50%;
    width: 60px;
    display: flex;
    padding: 3px;
    height: 60px;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
}
.services .item .icon i{
    font-size: 45px;
    color: #EC6B06;
}

#featured-image {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    background-size:cover;
    background-position: center;
    z-index: -1;
}

section.contatti-us {
    background: none;
}

#stats img {
    width:  auto;
}

.meeting-single-item {
/*    -webkit-box-shadow: 5px 5px 10px 0px #B8B8B8;
    -moz-box-shadow: 5px 5px 10px 0px #B8B8B8;
    -o-box-shadow: 5px 5px 10px 0px #B8B8B8;
    box-shadow: 5px 5px 10px 0px #B8B8B8;
}*/