/* 
Theme Name: IACP
Description: IACP
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap');


html {
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
}

/* SUB MENU DROPDOWN */
.menu-principale-container ul ul {
    display: none;
}

.menu-principale-container ul li:hover > ul {
    display: block;
}

.menu-principale-container ul ul {
    display: none;
    position: absolute;
    z-index: 99999;
    width: auto;
    background: #92b234;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	padding: 6px 8px;
	width: max-content;
	margin-top: 4px;
	transition: 0.3s;
}

.menu-principale-container ul ul li{
    text-align: left;
    padding: 10px 0;
    text-transform: capitalize!important;
}

.menu-principale-container ul ul li a{
font-size: 13px;
}

.menu-principale-container li {
    position: relative;
}
/* SUB MENU DROPDOWN */

.paddingtop
{
    padding: 50px 0px;
    margin: 0 auto;
    text-align: center;
}
#logo {
    width: 200px;
    transition: 0.3s;
}

.logo-scroll {
    width: 140px !important;
}

#riga-menu {
    display: flex;
    align-items: center;
}

.menu-intero {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    transition: 0.3s;
    box-shadow: 10px 4px 10px #ededed;
}

.menu-intero-scroll {
    padding: 0px !important;
}

#topBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 22px;
    width: 50px;
    height: 50px;
    background: #5d5650;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 999;
}

#topBtn .lnr {
    font-size: 26px;
}

#menu-principale {
    padding: 0;
    margin: 0;
    text-align: right;
}

#menu-principale li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}

#menu-principale li a {
    text-decoration: none;
    color: #333;
    padding: 4px 8px;
    transition: 0.2s;
}

#menu-principale li a:hover {
    background: #92b234;
    color: #fff;
}

.current_page_item a {
    background: #92b234;
    color: white!important;
    padding: 4px 8px;
}

.current_page_item a:hover {
    background: unset !important;
}

.sfondo-celeste {
    background: #9fc0df;
    color: #fff;
}

.testo-verde {
    color: #92b234;
    background: #fff;
}

#titoli-paragrafi-1 {
    position: relative;
    top: -300px;
}

#coabitare {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('https://www.coabitaresiracusa.it/wp-content/themes/iacp/images/Risorsa%2021%403x-100.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.no-padding {
    padding: 0px;
}

#coabitare h2 {
    display: table;
    font-size: 44px;
    font-weight: 100;
    margin: 0;
    padding: 0px 14px;
}

.thumbnail {
    margin: 0px !important;
}

#filter_gallery_64 img {
    margin: 0px !important;
}

.filtr-item {
    padding: 0px;
}

.primo-paragrafo {
    background: white;
    padding: 15px 25px;
    margin-top: 15px;
    border-top: 6px solid #92b234;
}

.primo-paragrafo p {
    font-weight: 100;
    font-size: 18px;
    color: #5d5650;
    text-align: justify;
}

#rigenerazione {
    background: #8cad2b;
}

#img-rigenerazione {
    background: url('https://www.coabitaresiracusa.it/wp-content/themes/iacp/images/Risorsa%2011%403x-100.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    bottom: 250px;
    margin-bottom: -125px;
}

.h2rigenerazione {
    padding: 0 !important;
    margin: 15px 0 !important;
    color: #5d5650;
    position: absolute;
    bottom: 0;
}

.bold {
    font-weight: 700;
}

#rigenerazione .bold {
    font-weight: 700;
    background: white;
    color: #8cad2b;
    padding: 0px 10px;
}

#rigenerazione p {
    color: #ffffffc9;
    font-weight: 100;
    font-size: 18px;
}

#rigenerazione a {
    text-decoration: none;
    color: white;
}

#img-idea-moderna {
    background: url('https://www.coabitaresiracusa.it/wp-content/themes/iacp/images/Risorsa%2012%403x-100.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 560px;
}

#icone {
    text-align: center;
    background: lightblue;
    width: 760px;
    z-index: 99;
    padding: 35px 0px 2px 0px;
}

#icone p {
    font-size: 14px;
}

#idea-moderna h2 {
    font-size: 44px;
    font-weight: 100;
    color: #fff;
}

#icone img {
    width: 50px;
}

#icona-singola {
    padding: 10px;
    color: #fff;
}

#gallery h2 {
    font-size: 44px;
    font-weight: 100;
    color: #5d5650;
}

#gallery p {
    color: #5d5650;
}

#news {
    background: linear-gradient(130deg, lightblue 50%, white 50%);
    padding-bottom: 40px;
}

#news h2 {
    font-size: 44px;
    font-weight: 100;
    color: #fff;
}

#il-progetto p {
    padding: 0 15px;
}

.copyright {
    background: lightblue;
}

.post-slider h2 {
    font-size: 15px !important;
    color: #8cad2b !important;
    font-weight: 700 !important;
    margin: 0;
}

.carousel-slider__post-excerpt {
    display: none;
}

.carousel-slider__post-title {
    min-height: auto !important;
}

a.carousel-slider__post-title {
    text-decoration: none;
    margin: 0;
    padding: 15px;
    background: #eee;
}

.carousel-slider__post-meta {
    display: none !important;
}

.carousel-slider__post-title p {
    color: #5d5650;
    margin: 0;
}

.carousel-slider__post {
    border-radius: 0 !important;
    margin: 26px !important;
}

.carousel-slider__post-image {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.copyright p {
    color: #ffffffd1;
}

footer p {
    color: #5d5650;
}

footer {
    padding: 100px 0px;
}

#riga-footer {
    display: flex;
    align-items: center;
}

#riga-footer ul {
    padding: 0;
    list-style: none;
}

footer ul li p span {
    margin: 0px 12px;
    font-size: 22px;
}

#logo-footer {
    width: 200px;
    float: left;
}

.thumbnail {
    margin-bottom: 20px;
    border-radius: 0px !important;
    height: 300px;
    width: 200px;
    margin: 0px auto !important;
    object-fit: cover;
}

#gallery {
    margin-bottom: 40px;
}

#riga-contatti {
    position: relative;
    z-index: 2;
}

#contatti {
    background: linear-gradient(#8cad2b82, #8cad2b82), url('https://www.coabitaresiracusa.it/wp-content/themes/iacp/images/prova.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    padding-top: 180px;
    background-attachment: fixed;
}

#contatti h2 {
    font-size: 44px;
    font-weight: 700;
    color: #5d5650;
    margin: 0;
}

.sfondo-form {
    background: #ffffffdb;
    padding: 40px;
    box-shadow: 2px 2px 4px 0px #fff;
}

#img-contatti {
    background: url('https://www.coabitaresiracusa.it/wp-content/themes/iacp/images/prova.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 628px;
    width: 100%;
    border-right: 6px solid #ffffffdb;
    border-bottom: 6px solid #ffffffdb;
}

#colonna-img-contatti {
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: -1;
}

.wpcf7-form p {
    color: #5d5650;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 6px;
    font-size: 16px;
    margin-top: 4px;
    border: none;
    border: 3px solid lightblue;
    color: #5d5650;
    background: none;
    width: 80%;
    transition: 0.2s;
}

.wpcf7-form-control.wpcf7-text {
    padding: 6px;
    margin-top: 4px;
    font-size: 16px;
    border: none;
    border: 3px solid lightblue;
    background: none;
    width: 80%;
    transition: 0.2s;
}

.wpcf7-form-control.wpcf7-text:focus {
    border: 3px solid #92b234;
}

.wpcf7-form-control.wpcf7-textarea {
    background: none;
    border: 3px solid lightblue;
    font-size: 14px;
    color: #000;
    margin-top: 4px;
    width: 80%;
    font-family: 'Montserrat', sans-serif!important;
    transition: 0.2s;
}

.wpcf7-form-control.wpcf7-textarea:focus {
    border: 3px solid #92b234;
}

.wpcf7-form-control.wpcf7-submit {
    padding: 12px;
    border: none;
    background: lightblue;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 4px;
    cursor: pointer;
    width: 80%;
    transition: 0.4s;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #92b234;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
    border: 3px solid #92b234;
}

#riga-contatti .lnr {
    background: lightblue;
    float: right;
    font-size: 94px;
    padding: 4px 38px 27px;
    color: #fff;
    border: 6px solid #ffffffdb;
    border-bottom: 0;
}
.row.margintop {
    margin-top: 200px;
}
.lb-details {
    display: none;
}
.documenti a {
    color: black;
}
#correlati-post ul {
    padding: 0;
    list-style: none;
}

#correlati-post img {
    width: 100%;
    height: 140px;
}

#correlati-post ul li a {
    text-decoration: none;
    text-align: center;
    color: #92b234;
}

#correlati-post h4 {
    margin: 10px 0;
    display: inline-block;
}

#anticolo-singolo-post {
    text-align: center;
    box-shadow: 1px 1px 10px 0px #0000004a;
    padding: 15px;
    background: linear-gradient(160deg, #92b234 40%, #fff 40%);
    transition: 0.3s;
}

#anticolo-singolo-post:hover {
    box-shadow: 1px 1px 10px 0px #000000a8;
}

#anticolo-singolo-post p {
    color: #5d5650;
}

h3.news-correlate {
    margin: 40px 0;
    font-size: 22px;
    font-weight: 500;
    color: #5d5650;
}

/* pagina news */

.sfondo-evidenza {
    height: 310px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background: #92b234;
    margin-bottom: 60px;
}

.sfondo-evidenza h2 {
    bottom: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 330px;
    height: 180px;
    object-fit: cover;
    float: left;
    margin-right: 22px;
}

ul#lista-news {
    padding: 0;
    list-style: none;
}

#lista-news li a {
    text-decoration: none;
}

#riga-post {
    position: relative;
}

#sidebar {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 47px;
    text-align: right;
}

#articolo-singolo {
    margin: 18px 0;
    box-shadow: 2px 2px 4px 0px #3333338c;
    padding: 22px;
    background: linear-gradient(65deg,#8cad2b 20%, #eee 20%);
    display: inline-block;
    transition: 0.2s;
}

#articolo-singolo:hover {
    box-shadow: 2px 2px 10px 4px #3336;
    cursor: pointer;
}

#articolo-singolo p {
    padding: 10px 25px;
    color: #5d5650;
    transition: 0.4s;
    margin: 0;
}

#articolo-singolo h3 {
    color: #8cad2b;
    display: inline-block;
    margin: 0;
}

#sidebar ul {
    list-style: none;
}

#sidebar ul li a {
    text-decoration: none;
    color: #5d5650;
}

#sidebar h4 {
    text-transform: uppercase;
    color: #8cad2b;
}

.read-more {
    display: inline-block;
    background: #92b234;
    transition: 0.3s;
}

.read-more p {
    color: white!important;
}

.read-more p:hover {
    color: #5d5650!important;
}

.read-more:hover {
    background: #eee;
}
/* fine pagina news */

#riga-post-interno #sidebar {
    position: relative !important;
    margin: 0 !important;
}

#riga-post-interno p {
    text-align: justify;
}

#icona-singola p {
    font-weight: 500;
}

.barra-mobile {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#logo-mobile {
    height: 82px;
    transition: 0.3s;
}

.logo-mobile-scroll {
    height: 65px !important;
}

.toggle-scroll {
    top: 23px !important;
}

.barra-mobile {
    background: #fff;
}

.button_container {
    position: fixed;
    top: 30px;
    right: 40px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 109;
    transition: opacity 0.25s ease;
    transition: 0.3s;
}

.button_container:hover {
    opacity: 0.7;
}

.button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #5d5650;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: #8cad2b;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
    z-index: 101;
}

.overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
    z-index: 101;
}

.overlay.open li {
    animation: fadeInRight 0.5s ease forwards;
    animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: unset;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    padding: 2px 6px;
    transition: 0.3s;
}

.overlay ul li a:hover {
    background: white;
    color: #8cad2b;
}


















