/*
Theme Name: AssoTecnica by PubliFarm
Theme URI: https://publifarm.it/
Author: PubliFarm | Pizzigalli Andrea
Author URI: https://publifarm.it/
Description: A versatile and responsive Bootstrap WordPress starter theme based on Alpha Twitter Bootstrap 4 and with a SCSS compiler ( scssPhp ) integrate
Version: 0.2.4
*/

/* The bootstrap.css file is auto-enqueued in functions.php, also font-awesome */


/* * * * * * * * * * * * * * *
 * WordPress Content Classes
 * * * * * * * * * * * * * * */

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.alignright {
  display: inline;
  float: right;
  margin: 0.4rem 0 1.6rem 1.6rem;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0.4rem 1.6rem 1.6rem 0;
}
.aligncenter {
  display: block;
  margin: 0.4rem auto 1.6rem auto;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {

}
.sticky {
  background: #f7f7f9;
  padding: 1rem;
}
.bypostauthor {
  background: #f7f7f9;
  padding: 0.5rem;
}
.gallery-caption {
  font-weight: bold;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* * * * * * * * * * * * * * *
 * ??? profit
 * * * * * * * * * * * * * * */

body > nav.navbar {
  border-radius: 0;
}

.main-container {
  border-radius: .25rem;
  background: white;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.widget {
  margin-bottom: 2rem;
}

.post {
  margin-bottom: 2rem;
}

nav.navbar {
  margin-bottom: 2rem;
}


/* Aggiunta Aprile 2026 */

/* Navigazione */

  nav.navbar #menu-top-menu, nav.navbar .out_menu_wrp > .standard_btn_stroke, #menu-lang-menu {
    display: none !important;
  }

  .menu_hamburger {
    display: block !important;
  }

/* BLocchi */

.block_banner_testo_e_immagini_affiancate , .block_banner_testuale .titolo_e_testo_non_affiancato{
  .text_wrp{
    strong{
      font-family: 'Poppins', sans-serif;
      font-size:1rem;
      letter-spacing: 2px;
      line-height: 25px;
      margin-top:48px;
      margin-bottom:13px;
      display:block;
      font-weight:500;
    }
    ol{
      margin-top: 31px;
      padding-left:0;
      li{
        font-family: 'Poppins', sans-serif;
        font-size:20px;
        letter-spacing: 1px;
        line-height: 30px;
        list-style: none;
        color:#4b8cb8;
        width: fit-content;
        padding-bottom: 10px;
        margin-bottom: 10px;
        position:relative;
      }
      li:before{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #fff;
        bottom:0;
        position: absolute;
        width: 100%;
        background-color: #002551;
      }
    }
    p{
      color: #868e96 !important;
       font-size:1rem;
      letter-spacing: 0px;
      line-height: 24px;
    }
  }
}


.block_q__e_a{
    border-bottom: 1px solid #4B8CB8;
    padding-bottom: 3rem;
  .conts_title_banner{
    text-align:center;
    margin-bottom:38px;
  }
  .single_q{
    margin-bottom: 45px;
    h3{
      font-family: 'Poppins', sans-serif;
      font-size:16px;
      letter-spacing: 2.4px;
      line-height: 25px;
      list-style: none;
      color:#4b8cb8;
      font-weight:500;
      margin-bottom:21px;
    }
  }

  .text_wrp_with_icon{
    padding-top:60px;
    padding-bottom:60px;
    .single_q{
      display: flex;
      justify-content: center;
      align-items: center;
      .icon{
        margin-right:2rem;
        border: 1px solid #002551;
        padding: 30px;
        aspect-ratio: 1 / 1;
        justify-content: center;
        align-items: center;
        display: flex;
        border-radius: 5rem;
        min-width: 134px;
        position: relative;
        z-index: 1;
        background-color: #fafafa;
      }
      /* .icon:after{
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: -2.7rem;
        position: absolute;
        width: 1px;
        background-color: #002551;
        height: 2.7rem;
      } */
      
      .conts{
        width: 600px;
      }
    }
    .single_q:after{
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      bottom: -5.7rem;
      position: absolute;
      width: 1px;
      background-color: #002551;
      height: 8.7rem;
      left: 15.3rem;
      z-index: 0;
    }
    .single_q:last-child:after{
      display:none;
    }
    .single_q:last-child .icon:after{
      display:none;
    }
  }
}

.text_wrp_with_icon_main{
  border-bottom:0px;
}

.block_banner_testuale{
  .titolo_e_testo_non_affiancato{
    .text_wrp_title{
      h2{
        font-weight: 900;
        font-size: 32px;
        line-height: 38px;
        color: var(--unnamed-color-002551);
        text-align: center;
        letter-spacing: 0px;
        
      }
    }
    ol{
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      li{
        text-align:center;
      }
    }
  }
}

@media (max-width: 900px) {
.block_q__e_a{
.text_wrp_with_icon{
  .single_q:after{
    left: 20%;
  }
}
}
}