@charset "utf-8";

/* CSS Document */

.upperArea {
    background-color: #fff;
    padding: 10px 0px;
}

.areaLink .outline {
    display: block;
    color: #009e3d;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    width: 100%;
    text-align: center;
    border: 2px solid #009e3d;
    border-radius: 4%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-size: 14px;
    line-height: 23.534px;
    padding: 10px 20px;
}

.areaLink .outline:hover, .areaLink .outline:focus {
    color: #fff;
    background-color: #009e3d;
}

@media (max-width : 767px) {
    .logoHeader img {
        margin-bottom: 20px;
    }
    .bottoneContatti .row {
        justify-content: center;
    }
    .bottoneContatti .col-6:first-child {
        display: none;
    }
	.upperArea .bottoneContatti .row {
		justify-content: center!important;
	}
}

.font25 {
    font-size: 25px;
}

.font-weight-bold, .font-weight-bold p {
    font-weight: 700!important;
}

.text-green, .text-green p {
    color: #009e3d!important;
}

.fontMontserrat, .fontMontserrat p {
    font-family: "Montserrat", sans-serif!important;
}

.blog-post.blog-single .dlab-post-text>p:first-child:first-letter {
    color: inherit!important;
    font-size: inherit!important;
    float: none!important;
    margin-right: 0px!important;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}

.content-area.pt-30 {
    padding-top: 30px!important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700!important;
}

.text-white a {
	color: #fff!important;
}

.p-bottom-0 p {
	margin-bottom: 0px!important;
}

.vc_row.vc_column-gap-30 {
    margin-left: -15px!important;
    margin-right: -15px!important;
}

.wpb_gmaps_widget .wpb_wrapper {
    background-color: #fff!important;
    padding: 0px!important;
}

.mark, mark {
    padding: 0px!important;
}

.has-green-color {
	color: #009e3d!important;
}
.has-yellow-color {
	color: #ffff00!important;
}
.has-red-color {
	color: #ff0000!important;
}
.has-black-color {
	color: #000000!important;
}

.cercaHeader #ajaxsearchpro1_1 {
	box-shadow: 0 1px 0 0 #ff0000;
}

.cercaHeader #ajaxsearchpro1_1 .probox .proinput input.orig::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

.cercaHeader #ajaxsearchpro1_1 .probox .proinput input.orig:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.cercaHeader #ajaxsearchpro1_1 .probox .proinput input.orig::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

.cercaHeader .innericon svg {
	filter: invert(14%) sepia(100%) saturate(7306%) hue-rotate(355deg) brightness(114%) contrast(117%);
}

.cercaPagina#ajaxsearchpro1_2 {
	box-shadow: 0 1px 0 0 #009e3d!important;
}

.cercaPagina#ajaxsearchpro1_2 .probox .proinput input.orig::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #009e3d!important;
  opacity: 1!important; /* Firefox */
}

.cercaPagina#ajaxsearchpro1_2 .probox .proinput input.orig:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #009e3d!important;
}

.cercaPagina#ajaxsearchpro1_2 .probox .proinput input.orig::-ms-input-placeholder { /* Microsoft Edge */
  color: #009e3d!important;
}

.cercaPagina .innericon svg {
	filter: invert(44%) sepia(97%) saturate(4879%) hue-rotate(132deg) brightness(97%) contrast(102%);
}

@media (min-width: 768px) and (max-width: 991px) {
	.logoHeader img {
		max-width: 83.333333%;
	}
}

@media (max-width : 767px) {
	.logoHeader {
		text-align: center;
	}
	.logoHeader img {
		max-width: 50%;
		margin-bottom: 10px;
	}
	.cercaHeader {
		margin-bottom: 30px;
	}
}

/* -------------------------------------------------------------------------------- */
/* @note Menu
/* -------------------------------------------------------------------------------- */

.main-bar {
    background: #009e3d!important;
}

header .header-nav .nav > li > a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 23.534px;
    font-weight: bold;
    text-align: center;
    padding: 10px 3px!important;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

header .header-nav .nav > li.dropdown > a {
    padding: 10px 18px 10px 3px!important;
}

header .header-nav .nav > li > a:after {
    color: #fff!important;
}

header .header-nav .nav > li > a:hover,
header .header-nav .nav > li > a:focus,
header .header-nav .nav > li.active > a,
header .header-nav .nav > li.active > a, 
header .header-nav .nav > li.current-menu-item > a {
    color: #009e3d;
    background-color: #fff;
}

header .header-nav .nav > li > a:hover:after,
header .header-nav .nav > li > a:focus:after,
header .header-nav .nav > li.active > a:after {
    color: #009e3d!important;
}

#navbarNavDropdown .nav.navbar-nav {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
}

header .header-nav .nav > li.menu-item-has-children > a:after {
    margin-left: 5px!important;
    margin-top: 0px!important;
    position: absolute!important;
}

header .header-nav .nav > li .sub-menu {
    border-top: none!important;
}

header .header-nav .nav > li .sub-menu li a {
    color: #7c7a79;
    font-size: 15px;
    line-height: 25.125px;
    padding: 8px 15px;
    text-transform: none;
    font-weight: 400;
    border-botton: 1px solid #b6b4af!important;
}

@media (min-width : 992px) {
    .header-nav .nav > li .sub-menu {
        padding: 0px!important;
    }

    .header-nav .nav > li .sub-menu .menu-item a {
        font-family: 'Titillium Web', sans-serif;
        font-weight: 400;
        color: #7c7a79;
        font-size: 15px;
        line-height: 25.215px;
        border-bottom: 1px solid #b6b4af;
        border-left: 0 solid #009e3d;
        border-right: 3px solid rgba(255, 255, 255, 0);
        padding: 8px 15px!important;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }

    .header-nav .nav > li .sub-menu .menu-item a:focus, 
    .header-nav .nav > li .sub-menu .menu-item a:hover,
    .header-nav .nav > li .sub-menu .menu-item.active a {
        color: #009e3d;
        border-left: 3px solid #009e3d;
        border-right: 0 solid rgba(255, 255, 255, 0);
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; 
    }
}

@media (max-width : 991px) {
    header .content-toggler {
        display: inline-block;
        padding: 6px 11px;
        border: 1px solid #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    header .navbar-toggler {
        float: none;
        margin: 0px!important;
    }

    header .navbar-toggler span {
        background: #fff;
    }

    header.site-header.header .header-nav {
        top: 15px;
        height: auto!important;
        margin: 0px;
    }

    header.site-header.header .header-nav .nav > li > a {
        background-color: #009e3d;
        color: #fff;
        border: none!important;
    }

    .header-nav .nav > li.menu-item-has-children > a:after {
        color: #fff;
    }

    header.site-header.header .header-nav .nav > li.menu-item-has-children.open {
        background-color: #fafafa;
    }

    header.site-header.header .header-nav .nav > li.active > a,
    header.site-header.header .header-nav .nav > li.open > a {
        background-color: transparent;
        color: #009e3d;
    }

    header .header-nav {
        border: none!important;
    }

    header .header-nav .nav > li.menu-item-has-children.open > a:after {
        color: #009e3d;
    }

    header .header-nav .nav > li ul, .header-nav .nav > li .sub-menu {
        background: #fff;
        padding: 0px!important;
        border: none!important;
    }
    header .header-nav .nav > li .sub-menu li a {
        text-align: center;
    }
    header .main-bar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/* -------------------------------------------------------------------------------- */
/* ! @note footer 
/* -------------------------------------------------------------------------------- */

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.page-wraper {
    background: #fff!important;
    flex: 1;
}

.footer-1 {
    background-color: #222222;
}

.footer-1 .widget-link ul li {
    padding: 0px;
}

.footer-1 .widget-link ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 30.2568px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 8px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.footer-1 .widget-link ul li a:hover,
.footer-1 .widget-link ul li a:focus {
    color: #009e3d; 
}

.footer-1 .widget-link li:after {
    content: "";
}

.footer-1 .widget-link ul {
    text-align: right;
}

.footer-2 {
    background-color: #000;
    color: #fff;
    padding: 8px 0px 15px;
    font-size: 14px;
    line-height: 23.534px;
}

.footer-2 p {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.footer-2 p a {
    color: #fff;
    text-decoration: underline;
}

.footer-2 p a:hover, .footer-2 p a:focus {
    text-decoration: none;
}

.footer-2 .widget_nav_menu ul {
    display: flex;
    justify-content: end;
}

.footer-2 .widget_nav_menu ul li {
    padding: 0px;
}

.footer-2 .widget_nav_menu ul li::before {
    content: '';
}

.footer-2 .widget_nav_menu ul li a {
    font-weight: 700;
    color: #fff;
}

.footer-2 .widget_nav_menu ul li a {
    font-weight: 700;
    color: #fff;
}

.footer-2 .widget_nav_menu ul li a:hover, 
.footer-2 .widget_nav_menu ul li a:focus {
    text-decoration: underline;
    color: #009e3d;
}

.footer-2 .widget_nav_menu ul li a:after {
    content: "|";
    color: #fff;
    font-size: 14px;
    padding: 0px 5px;
    font-weight: 700;
}

.footer-2 .widget_nav_menu ul li:last-child a:after {
    content: "";
    padding-right: 0px;
}

.footer-2  #text-2, .footer-2  #nav_menu-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .footer-2  #text-2 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .footer-2  #nav_menu-2 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .footer-2 p {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .footer-2 p {
        text-align: center;
    }
    .footer-2 .widget_nav_menu ul {
        justify-content: center;
    }
    .footer-1 .widget-link ul li {
        display: block;
        text-align: center;
    }
}

/* -------------------------------------------------------------------------------- */
/* @note Home
/* -------------------------------------------------------------------------------- */

#carouselHome .carousel-item {
    height: 600px;
    overflow: hidden;
}

#carouselHome .carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* or object-fit: contain; */
}

#carouselHome .testo-1 {
    color: #fff;
    font-size: 15px;
    line-height: 18.75px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#carouselHome .testo-2 {
    color: #fff;
    font-size: 23px;
    line-height: 28.75px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#carouselHome .testo-3 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    margin: auto;
}


#carouselHome a.link {
    display: inline-block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 23.534px;
    font-weight: bold;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 4%;
    padding: 10px 20px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-top: 50px;
}

#carouselHome a.link:hover, #carouselHome a.link:focus {
    color: #009e3d;
    background-color: #fff; 
}

#carouselHome .carousel-caption {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0%;
    top: 0px;
    z-index: 10;
    display: flex!important; 
    width: 100%; 
    height: 100%; 
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.carousel-indicators li {
    width: 12px!important;
    height: 12px!important;
    border: none;
    border-radius: 100%;
    background-color: #7c7a79!important;
    opacity: 0.5;
    margin-left: 5px!important;
    margin-right: 5px!important;
    cursor: pointer;
}

.carousel-indicators li.active {
    background-color: #fff!important;
}

.carousel-indicators li::before, .carousel-indicators li::after {
    content: '';
}

.hr-50 {
    max-width: 50px!important;
}

.page-content .text-center p {
    text-align: center;
}

.home .news-data {
	display: none!important;
}

.news-data {
    color: #009e3d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
}

.news-titolo a {
    display: block;
    color: #7c7a79!important;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.news-titolo a:hover, .news-titolo a:focus {
    color: #009e3d!important;
}

.news-testo p {
    margin-bottom: 0px!important;
}

#home-sponsor .wpb_wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    #home-sponsor .wpb_single_image {
        max-width: 125px;
    }
}

@media (min-width: 768px) {
    #home-sponsor .wpb_single_image {
        max-width: 150px;
    }
}

@media (min-width: 992px) {
    #home-sponsor .wpb_single_image {
        max-width: 200px;
    }
}


/* -------------------------------------------------------------------------------- */
/* ! @note pagine
/* -------------------------------------------------------------------------------- */

.content-inner {
    padding-top: 20px!important;
	padding-bottom: 0px!important;
}

strong {
    font-weight: 700!important;
}

.page-content strong em {
    color: #009e3d;
}

.page-content p {
    text-align: justify;
}

.min-container, .dlab-page-text, .dlab-page-text + #comment-list, .dlab-page-text + #comment-list + .paginate-links, .blog-post.blog-single + #comment-list, .blog-post.blog-single {
    max-width: none!important;
}

.page-content p a {
    color: #7c7a79;
    text-decoration: underline;
}

.page-content p a:hover, .page-content p a:focus {
    color: #7c7a79;
    text-decoration: none;
}

.hr .vc_sep_line:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-top: 4px solid #009e3d;
}

.dlab-page-text h5, .dlab-post-text h5, .thm-unit-test .dlab-post-text h5 {
    font-weight: 700!important;
}

.img-w223 img{
    width: 223px!important;
    height: auto!important;
}

h1 strong {
    font-size: 22px!important;
}

#archivioConsiglio p {
    margin-bottom: 0px!important;
}

#archivioConsiglio a {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid gray;
    padding: 10px ;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: relative;
}

#archivioConsiglio a::after {
    content: '';
    border-radius: 1px;
    border: solid gray;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
}

#archivioConsiglio a:hover, #archivioConsiglio A:focus {
    color: #fff;
    background-color: rgba(34, 136, 194, 0.5);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; 
}

#archivioConsiglio a:hover::after, #archivioConsiglio a:focus::after {
    border-color: #fff;
}

#linkDownload a {
    position: relative;
    display: inline-block;
    color: #009e3d;
    text-decoration: none;
    font-size: 23px;
    line-height: 38.6px;
    font-weight: bold;
    text-transform: uppercase;
}

#linkDownload a:after {
    content: url(https://www.sipas.org/wp-content/uploads/2023/01/download-icon.png);
    width: 25px;
    height: 25px;
    position: absolute;
    top: 6px;
    right: -35px;
}

/* -------------------------------------------------------------------------------- */
/* @note Blog / Post
/* -------------------------------------------------------------------------------- */

.blog-post.blog-single h1 {
	font-size: 40px!important;
	line-height: 50px!important;
}

.blog-post.blog-single h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
	margin-bottom: 10px;
}

.dlab-post-text ol,
.dlab-page-text ol {
	padding-left: 40px!important;
}

.dlab-post-text ol,
.dlab-post-text ul,
.dlab-page-text ol,
.dlab-page-text ul {
	padding-left: 40px!important;
}

.dlab-post-text ol li,
.dlab-post-text ul li, 
.dlab-page-text ol li,
.dlab-page-text ul li {
    padding-bottom: 0px!important;
    line-height: normal!important;
    color: #7c7a79!important;
}

.dlab-post-text ol li:before,
.dlab-post-text ul li:before, 
.dlab-page-text ol li:before,
.dlab-page-text ul li:before {
    display:none!important;
}

.dlab-post-text ul, 
.dlab-page-text ul {
	list-style: circle!important;
}

.single.single-post hr, .category hr {
    position: relative;
    width: 100%;
    border-top: 1px solid #b6b4af;
    margin: 20px 0;
}

.single.single-post hr:before, .category hr::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5rem;
    border-top: 4px solid #009e3d;
}

.evento-data {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #009e3d;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
}

.evento-luogo p {
    font-size: 16px;
    line-height: 26.896px;
    color: #b6b4af;
    margin-bottom: 0px;
}

.single.single-post .dlab-post-media img {
    width: auto!important;
	max-width: 100%!important;
	margin-bottom: 20px;
}

@media (max-width : 767px) {
	.blog-post.blog-single h1 {
		font-size: 30px!important;
		line-height: 40px!important;
	}
	
	.dlab-post-text ol, .dlab-post-text ul, .dlab-page-text ol, .dlab-page-text ul {
		padding-left: 15px!important;
	}
}

.blog-post.blog-single .dlab-post-text > ol {
    list-style: decimal!important;
}

/* -------------------------------------------------------------------------------- */
/* @note Category
/* -------------------------------------------------------------------------------- */

.category .blog-md .dlab-post-info, .category .blog-md .dlab-post-media {
    display: block!important;
}

.category .post-title, .search .post-title, .search .post-title a {
    font-size: 25px;
    line-height: 31.25px;
    margin: 0;
    color: #009e3d;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
    margin-bottom: 8px;
}

.category h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}

.category .post-title a {
    color: #009e3d;
}

.category .evento-data {
    color: #7c7a79;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.category a.site-button, .search a.site-button {
    display: inline-block;
    color: #fff;
    background-color: #009e3d;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
    border-radius: 4%;
    margin-top: 20px;
    padding: 7px 30px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    border: none;
}

.category a.site-button:hover, .category a.site-button:focus, 
.search a.site-button:hover, .search a.site-button:focus {
    color: #fff;
    background-color: #7C7A79;
}

.category .dlab-post-info.w-100 .row {
    margin-left: -30px;
    margin-right: -30px;
}

.category .blog-post {
    margin-bottom: 50px;
}
@media (max-width : 767px) {
	.blog-post.blog-md {
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-post.blog-md .dlab-post-info .col-2 {
		padding-right: 0px;
	}
}

/* -------------------------------------------------------------------------------- */
/* @note Volumi Atti
/* -------------------------------------------------------------------------------- */

.linkAtti a {
	text-decoration: underline!important;
	color: #7c7a79!important;
}

.linkAtti a:hover, .linkAtti a:focus {
	text-decoration: none!important;
	color: #7c7a79!important;
}

.testoAtti p {
	font-size: 16px;
	line-height: 24px;
	color: #b6b4af;
	margin-bottom: 0px;
}

/* -------------------------------------------------------------------------------- */
/* @note Ricerca
/* -------------------------------------------------------------------------------- */

.search #masonry.row.loadmore-content {
	display: block!important;
}

.search .blog-md .dlab-post-info {
	display: block!important;
}

.search .blog-md .dlab-post-media {
    width: auto;
	margin-right: 30px;
}

.search .blog-md .dlab-post-info {
    padding-left: 15px;
}

.search .dlab-post-text p {
    font-size: 16px;
    line-height: 26.896px;
    color: #b6b4af;
    margin-bottom: 0px;
}

.search a.site-button {
    margin-top: 0px;
}

#ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
    font-family: "Montserrat"!important;
    color: #000!important;
	font-weight: 400!important;
}