/*Theme Name: Paola Theme
Template: astra
*//*
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(font/webfonts/fa-brands-400.eot);
    src: url(font/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(font/webfonts/fa-brands-400.woff2) format("woff2"),url(font/webfonts/fa-brands-400.woff) format("woff"),url(font/webfonts/fa-brands-400.ttf) format("truetype"),url(font/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}*/
body{
    --giallo: 233,234,61;
    --arancio: 243,146,0;
    --rosso: 162,24,91;
}
.bgArancio{
    background: url('img/sfondo-giallo.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
}/*
.bgVerde,
.single .ast-single-entry-banner {
    background: url('img/sfondo-verde.jpg') no-repeat!important;
    background-size: cover!important;
    background-position: right center!important;
}
.bgRosso{
    background: url('img/sfondo-rosa.jpg') no-repeat;
    background-size: cover;
    background-position: right center;
}*/
.pad15{
    padding: 0 15px;
}
.txtRosso,
.txtRosso .vc_custom_heading,
.txtRosso h4{
    color: rgb(var(--rosso))!important;
}
.txtVerde{
    color: rgb(var(--verde))!important;
}
.txtArancio{
    color: rgb(var(--arancio))!important;
}
.txtWhite,
.txtWhite h2,
.txtWhite h3,
.txtWhite h4,
.txtWhite h5,
.txtWhite h6,
.txtWhite p,
.txtWhite .vc_custom_heading{
    color: white!important;
}
.txtShadow{
    text-shadow: 2px 4px 3px #333;
}
.italic{
    font-style: italic!important;
}
.extrabold{
    font-weight: 700;
    font-family: 'Poppins', serif;
}
.vc_row{
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
}
.vc_row.vc_inner{
    margin: 0 -15px!important;
	max-width:1200px!important;
    padding: 0!important;
}
.vc_column-inner{
    padding-top: 0!important;
	max-width:1200px!important;
}/*
@media screen and (max-width:768px){
    .vc_row.vc_row-fluid .vc_inner{
    padding-left: 20px!important;
    padding-right: 20px!important;
}
}*/
.vc_grid-container-wrapper .vc_row{
    padding: 0!important;
    margin: 0!important;
}

/***buttons***/
.vc_btn3.vc_btn3-size-md {
    padding:12px 40px!important;
}
.vc_btn3.vc_btn3-size-lg{
    padding:15px 60px!important;
}
.vc_btn3.vc_btn3-style-classic{
    border: 0!important;
}
.vc_btn3.vc_btn3-style-classic,
.vc_btn3.vc_btn3-style-outline {
    text-transform: uppercase;
    text-decoration: none!important;
    font-weight: 600!important;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-white{
    color: rgb(var(--verde));
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-success{
    background: rgb(var(--verde));
}
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-success,
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-success:active{
    border-color: rgb(var(--verde))!important;
    color: rgb(var(--verde))!important;
    background: #fff!important;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-warning{
    background: rgb(var(--arancio));
}
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-warning,
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-warning:active{
    border-color: rgb(var(--arancio))!important;
    color: rgb(var(--arancio))!important;
    background: #fff!important;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-danger{
    background: rgb(var(--rosso));
}
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-danger,
.vc_btn3.vc_btn3-style-outline.vc_btn3-color-danger:active{
    border-color: rgb(var(--rosso))!important;
    color: rgb(var(--rosso))!important;
    background: #fff!important;
}
.vc_btn3:hover,
.vc_btn3.vc_btn3-style-outline:hover{
    background: #333!important;
    color: white!important;
    border-color: #333!important;
}
.bgGrigio,
.bgGrigio .vc_btn3.vc_btn3-style-outline{
    background: #f8f8f8!important;
}
.bgGrigio .vc_btn3.vc_btn3-style-outline:hover{
    background: #333!important;
}
/******/
.vc_separator.vc_sep_color_orange .vc_sep_line {
    border-color: rgb(var(--arancio))!important;
}

.fullWidth .vc_single_image-wrapper,
.fullWidth img,
.fullWidth .vc_figure {
    max-width: unset!important;
    width: 100%!important;
    height: auto!important;
}


.lista ul{
    border-left: 2px solid rgb(var(--rosso));
    padding: 0;
}
.lista ul li{
    list-style: none!important;
    padding: 0 0 7px 15px;
    position: relative;
}
.lista ul li:last-child{
    padding-bottom: 0;
}
.lista ul li:before{
    content: '';
    background: rgb(var(--rosso));
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 0 0;
    position: absolute;
    top: 5px;
    z-index: 999;
    left: -5px;
}
.vc_icon_element.vc_icon_element-align-left {
    display: inline-block!important;
    margin: 5px;
}
.vc_icon_element-inner.vc_icon_element-style-rounded.vc_icon_element-background-color-grey{
    background: #828282!important;
}


@media screen and (max-width: 768px){
    .footerTop {
        flex-direction: column;
    }
    .vc_row.vc_row-fluid[data-vc-stretch-content="true"]  .vc_inner{
        padding-left: 35px!important;
        padding-right:35px!important;
    }
}
.ast-blog-layout-4-grid .ast-article-inner,
.shadow {
    box-shadow: 0px 6px 15px -2px rgba(16, 24, 40, 0.2);
}

/***header***/
.ast-single-entry-banner,
.ast-archive-entry-banner{
    background: url('img/bgTitle.png') no-repeat #333!important;
    background-size: 100% 100%!important;
    background-position: center!important;
    padding: 5rem 25px!important;
    margin-bottom: 30px!important;
}
.ast-single-entry-banner .entry-title,
.ast-archive-entry-banner h1{
    color: rgb(var(--giallo));
    font-size: 2.5rem!important;
}
header .menu-item.current-menu-item a{
    font-weight: bold!important;
}
header .menu-item.evidenza,
header .menu-item.evidenza .sub-menu{
    background: rgb(var(--arancio))!important;
}
header .menu-item.evidenza a{ 
    color: white!important;
} 
header .menu-item.evidenza .menu-item:hover a{
    font-weight: bold!important;
}
header.fixed{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
}
header.fixed .custom-logo-link img {
    max-width: 80px;
    width: 80px;
}
header.fixed .site-primary-header-wrap{
    min-height: 80px;
}
header.fixed .ast-site-identity{
    padding: 0;
}
.alignTop{
    background-position: center top!important;
}
/***footer***/
.site-footer{
    margin-top: 40px;
}
.footerTop{
    border-top: 1px solid rgb(var(--arancio));
    padding-top: 30px;
    padding-bottom: 30px;
    color: black;
    display: flex;
    flex-direction: row;
    align-items: end;
}
.footerTop .widget {
    flex: 1;
    flex-direction: column;
    padding: 10px;
    font-size: 15px;
}
.footerTop .widget-title{
    text-transform: uppercase;
    font-size: 18px;
}
.footerTop .wpcf7-email{
    background: none!important;
    border-bottom: 1px solid #333;
}
.footerTop .wpcf7-submit{
    width: 100%;
    background: rgb(var(--arancio));
    font-size: 15px;
    color: white;
    border: 0;
}
.footerTop .menu-item.facebook,
.footerTop .menu-item.instagram,
.footerTop .menu-item.linkedin,
.footerTop .menu-item.youtube{
   font-size: 20px;
    background: #828282!important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    margin: 5px;
    position: relative;
    z-index: 999;
}
.footerTop .menu-item.facebook a,
.footerTop .menu-item.instagram a,
.footerTop .menu-item.linkedin a,
.footerTop .menu-item.youtube a{
    color: rgba(0,0,0,.0)!important;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
}
.footerTop .menu-item:hover{
    cursor: pointer!important;
}
.footerTop .menu-item.facebook:before,
.footerTop .menu-item.instagram:before,
.footerTop .menu-item.linkedin:before,
.footerTop .menu-item.youtube:before{
    font-family: 'Font Awesome 5 Brands';
    color: white;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.footerTop .menu-item.facebook:before{
    content: "\f39e";
}
.footerTop .menu-item.instagram:before{
    content: "\f16d";
}
.footerTop .menu-item.linkedin:before{
    content: "\f0e1";
}
.footerTop .menu-item.youtube:before{
    content: "\f167";
}
.wpcf7-spinner{
    position: absolute;
    top: 0;
    right: 0;
}
.footerBottom{
    text-align: center;
    color: black;
}

footer .menu-item a{
    text-transform: uppercase;
    color: black!important;
    font-weight: 600;
}
/***CF7***/
.wpcf7 .vc_row{
    padding: 0!important;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item{
    width: 32%!important;
    padding-right: 1%!important;
    margin: 0!important;

}/*
.wpcf7 .wpcf7-form-control-wrap,
.wpcf7 .wpcf7-form-control{
    width: 100%!important;
    max-width: unset!important;
}*/
.wpcf7-list-item{
    margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap{
    width: auto!important;
}
.wpcf7 .wpcf7-form-control-wrap[data-name="acceptance-721"]{
    display: inline-block!important;
}
.gm-style-cc,
.lb-data .lb-caption {
    display: none!important;
}

.btnForm,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-grey,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-inverse{
    text-align: center!important;
    color: #333!important;
    background: rgb(var(--giallo))!important;
    text-transform: uppercase!important;
    font-size: 20px!important;
    padding: 10px ;
    display: inline-block!important;
    margin: 12px auto!important;
    font-family: 'Grandstander', sans-serif!important;
    line-height: 1.2;
    border-radius: 0;
    width: auto;
}
.btnForm,
.vc_btn3.vc_btn3-block {
    width: 100%!important;
    display: block!important;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-inverse,
.btnForm:hover,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-grey:hover{
    color: rgb(var(--giallo))!important;
    background: #333!important;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-inverse:hover{
    color: #333!important;
    background: rgb(var(--giallo))!important;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-grey.vc_btn3-size-sm,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-inverse.vc_btn3-size-sm{
    font-size: 16px!important;
}
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-grey.vc_btn3-size-lg,
.vc_btn3.vc_btn3-style-classic.vc_btn3-color-inverse.vc_btn3-size-lg{
    font-size: 24px!important;
}
.riga{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    justify-content: flex-start;
    width: 100%;
}
.colonna{
    padding: 15px;
}
.colonna.one {
    min-width: 65%;
    flex-direction: row;
}
.colonna.two {
    flex-direction: row;
    min-width: 35%;
}
.colonna .elencoDettagli:after{
   content: '/';
   display: inline-block;
    margin: 0 3px;
}
.colonna .elencoDettagli:last-child:after{
    content: ''!important;
}
.riga p,
.riga h2{
    margin-bottom: 10px;
}
.riga h2{
    font-size: 28px;
}
.colonna table img{
    max-width: 50px;
    height: auto;
}
.colonna table {
    width: 100%;
}
.colonna table th{
    background: #333;
    color: white;
    font-size: 20px;
    text-align: left;
    padding: 10px 7px 5px;
    line-height: 1.2;
}
.colonna table td{
    padding: 10px 7px 5px;
    line-height: 1.2;
    font-size: 16px;
    vertical-align: middle;
}
.imgPlaceholder{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.text-center{
    text-align: center!important;
}

.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link, 
.ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, 
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, 
.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle{
    background: white!important;
}
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary{
    margin: 0;
    padding: 0;
}

.ast-separate-container .ast-article-single,
.ast-separate-container .ast-author-box, 
.ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
    margin: 0;
    padding: 40px 0;
}
.single .vc_row:first-child{
    padding-top: 0!important;
}
.listaCategorie{
    display: block;
}
.singolaCategoria a{
    display: flex;
    align-items: center;
}
.singolaCategoria img{
    max-width: 70px;
    margin: 10px;
}
.singolaCategoria h4{
    margin: 0;
}
@media screen and (max-width: 990px){       
    .riga,
    .colonna{
        width: 100%!important;
        display: block;
    }
    .ast-single-entry-banner .entry-title,
    .ast-archive-entry-banner h1{
        color: rgb(var(--giallo));
        font-size: 2rem!important;
    }
    .stack-on-mobile .menu-item{
        line-height: 1.2!important;
        height: auto!important;
        padding: 12px 0px 7px!important;
        border-bottom: 1px solid #eaeaea;
    }
    .ast-single-entry-banner .entry-title,
    .ast-archive-entry-banner h1{
        color: rgb(var(--giallo));
        font-size: 1.7rem!important;
    }
}
@media (max-width: 921px) {
    .ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
        color: var(--ast-global-color-1);
        background: #fff!important;
    }
}
 @media screen and (min-width:769px) and (max-width:1135px){
	 .customPostBox {
		 min-height:350px!important;
	 }
}
 @media screen and (min-width:600px) and (max-width:767px){
	 .customPostBox {
		 height:500px!important;
	 }
}
 @media screen and (min-width:481px) and (max-width:599px){
	 .customPostBox {
		 height:350px!important;
	 }
}
@media screen and (max-width:768px){
    .vc_column-inner{
        padding-bottom: 30px!important;
    }
	.vc_row[data-vc-full-width]{
		margin-left:0!important;
	}
	.txtLinkPost h5{
		font-size:20px!important;
		line-height:1.2!important;
	}
    
}
@media screen and (max-width: 600px){
    .wpcf7 .wpcf7-checkbox  .wpcf7-list-item{
        width: 100%!important;
        padding: 0!important;
        margin: 0!important;
    }
    .colonna table img {
        max-width: 40px;
        height: auto;
    }
    .colonna table th{
        font-size: 18px;
    }
}