.container-wrap {
   padding-bottom:0;
}
.container-wrap > .main-content > .row{
   padding-bottom:0;
}


/* ==== ARCHIVIO ==== */
.archive h1 {
   /*text-align: center;*/
   margin-top:30px;
}
body.archive .annuncio .iwithtext .iwt-icon i {
    top: 2px;
}

@media(min-width:1000px){
   #annunci-intro {
      padding-top: 20px;
   }
   #annunci-intro,
   #annunci-intro * {
      color: #fff !important;
      text-align: left;
   }
   #annunci-intro,
   #annunci-filtro {
      background-color:var(--nectar-extra-color-1);
      box-shadow: -600px 0 0 var(--nectar-extra-color-1), 600px 0 0 var(--nectar-extra-color-1);
      padding-left: 0 !important;
      padding-right: 0 !important;
   } 
   #annunci-loop {
      padding:20px 0;
   }
   #annunci-filtro {
      padding-top: 32px !important;
      padding-bottom: 24px !important;
   }
   #annunci-filtro + #annunci-loop {
      padding-top:0;
      padding-bottom:40px;
   }
} 

.archive .posts-container {
   margin-bottom:0;
}
.archive #pagination {
   margin-top: 40px;
   margin-bottom: 40px;
}
/*
.archive #pagination .next.page-numbers::after, 
.archive #pagination .prev.page-numbers::after {
    top: -4px;
}*/



/* ==== SINGOLO SETTORE ==== */
.tax-annuncio_settore .foto-settore img {
   border-radius: 15px;
   aspect-ratio: 10/9;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.tax-annuncio_settore .figure-gestite li {
    padding-bottom: 5px;
    line-height: 1.2;
    margin-bottom: 13px;
}

.tax-annuncio_settore #annunci-loop {
   padding-top: 0;
   /*già presente padding nel template*/
}


@media(max-width:768px){
   /*.tax-annuncio_settore .posts-container .nectar-global-section .wpb_column,
   .tax-annuncio_settore .posts-container .nectar-global-section .wpb_column .vc_custom_heading {
      text-align: center !important;
   }*/   
}
@media(min-width:769px){
   .tax-annuncio_settore .figure-gestite ul {
       columns: 2;
   }
}



/* ==== SINGOLO ANNUNCIO ==== */
.single-annuncio h1 {
   font-weight: 600 !important;
   letter-spacing: 0.4px;
}
.single-annuncio h1 small {
   font-size:70% !important;
}

body.single-annuncio  [class^="icon-"].icon-default-style.extra-color-4 {
   color: #fff !important;
}
/*.iwithtext .iwt-icon {
    top: -2px;
}*/
body.single-annuncio .annuncio .iwithtext .iwt-icon {
    top: 1px;
}




#annuncio-share {
    position: relative;
    margin: 10px 0;
}
#annuncio-share i {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 10px;
    line-height: 48px;
    display: inline-block;
   cursor: pointer;
}
#annuncio-share > div {
   display: none;
    position: absolute;
    top: calc(100% + 18px);
    right: 0;
    width: 178px;
    text-align: center;
   padding: 10px;
   background-color: #fff;
   border-radius: 10px;
   box-shadow: 0 5px 13px -3px rgb(0 0 0 / 25%);
}
#annuncio-share > div::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    bottom: 100%;
    right: 15px;
}

@media(min-width:1000px){
   #annuncio-share {
       position: relative;
       margin: 30px 0 0 0;
   }
   #annuncio-share > div {
       right: 50%;
       transform: translateX(50%);
   }
   #annuncio-share > div::before {
       right: 50%;
       transform: translateX(50%);
   }
}




.single-annuncio iframe {
   background: #fff;
   border-radius: 15px;
   margin-top:40px;
   padding: 15px 0;
}

  
@media(max-width:999px){  
   .archive #annunci-intro {
      text-align: center !important;
   }
   .single-annuncio .offerta-cta.column_element_direction_phone_horizontal > .vc_column-inner > .wpb_wrapper {
      justify-content: space-between;
   }
}

@media(min-width:691px){  
   .single-annuncio iframe {
       padding: 30px 15px;
   }
}

.single-annuncio .contenuto ul > li {
   margin-bottom:12px;
}

@media(min-width:1000px){
   .single-annuncio .contenuto h2, 
   .single-annuncio .contenuto h3 {
       margin-top: 40px;
       display: block;
   }
}
