/* Laptops */
@media (max-width: 1380px) {
  .w-popup-closer {
    top: 4%;
  }
}
@media (max-width: 1220px) {
  .w-popup-closer {
    padding-right: 2.5rem!important;
    right: 0;
    top: 3%;
  }
}
@media (max-width: 1180px) {
  .logo-pop-up .vc_column-inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
/* Tablets */
@media (max-width: 1024px) {

}
/* Mobile */
@media (max-width: 992px) {
  /*** GLOBALI ***/
  :root {
    --header-height: 30px !important;
  }
  /*** HOME ***/
  section.l-section.header-video.height_medium.full_height.valign_bottom.with_video {
    min-height: 450px;
    padding-bottom: 25px !important;
  }
  section.l-section.header-video.height_medium.full_height.valign_bottom.with_video::after {
    left: 1rem;
    max-width: 135px;
    max-height: 120px;
    top: 25%;
    bottom: auto;
  }
  .vc_col-lg-offset-5 {
    margin-left: 41.6666%;
  }
  .single-category-experience h3 {
    padding-bottom: 6px !important;
    font-size: 22px;
  }
  .single-category-experience .type_image.image_category img {
    max-width: 125px;
    min-width: auto;
    max-height: 73px;
  }
  .single-category-experience .type_image.image_category {
    column-gap: 45px;
  }
  .single-category-experience i.fas.fa-chevron-right {
    padding-bottom: 0;
    font-size: medium;
  }
  section.element-right::after {
    height: 114px;
    top: 90%;
    width: 60px;
  }
  .card-news .w-btn {
    opacity: 1 !important;
    transform: none !important;
  }
  /*** ALL EXPERIENCE ***/
  .filtri-esperienze .select2-container .select2-selection--single .select2-selection__rendered,
  .select2-results__option {
    padding: 17px 30px!important;
  }
  .filtri-esperienze .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 30px;
  }
  /*** SINGLE EXPERIENCE ***/
  .single-experience .wrapper-post-content {
    order: 2;
  }
  .intro-form h2 {
    padding-right: 0;
  }
  /*** FOOTER ***/
  footer .vc_col-sm-4.wpb_column.vc_column_container {
    align-items: flex-start;
  }
  footer .vc_col-sm-4.wpb_column.vc_column_container .vc_column-inner {
    max-width: 100%;
    padding-top: 0!important;
  }
}
@media (max-width: 900px) {
  .w-popup-closer {
    top: 2%;
    padding-right: 1rem !important;
  }
  .logo-pop-up .vc_column-inner {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .w-popup-box-content {
    overflow-y: scroll;
  }
}
@media (max-width: 600px) {
  .logo-pop-up .vc_column-inner {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
  .w-grid-item-h {
    height: auto;
  }
}
@media (max-width: 400px) {
  .single-category-experience .type_image.image_category {
    column-gap: 10px;
  }
}


