/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
  /* ANCHOR BASE*/

  @media (min-width: 991px) {
    h1{font-size: 50px !important; line-height: 1.2 !important}
    h2{font-size: 40px !important; line-height: 1.2 !important}
    h3{font-size: 35px !important; line-height: 1.2 !important}
    h4{font-size: 25px !important; line-height: 1.2 !important}

    .h1-hero {font-size: 110px !important;}
  }

  @media (max-width: 768px) {
    h1{font-size: 40px !important; line-height: 1.2 !important}
    h2{font-size: 30px !important; line-height: 1.2 !important}
    h3{font-size: 25px !important;line-height: 1.2 !important}
    h4{font-size: 20px !important; line-height: 1.2 !important}

    .h1-hero {font-size:50px !important;}

  }

  .widget-title {font-size: 3rem !important}
  #sidebar .widget-title {text-align: center !important;}

  .gradient-bg {
    background: rgb(241,127,26);
    background: linear-gradient(90deg, #FF6600 51%, rgba(232,56,37,1) 100%);
  }


  .outline-text {
    font-size: 50px;
    background: linear-gradient(90deg, #FF6600 51%, rgba(232,56,37,1) 100%);
    -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  line-height: 1.2 !important;
  }

  @media (max-width: 768px) {
    .outline-text {font-size: 40px !important; line-height: 1 !important; margin-bottom: 1rem !important; line-height: 1.3 !important;}
  }

  #site-header-inner {background: #fff; padding: 1em; border-radius: 5px;}
  .page:not(.home) #site-header-inner{padding: 0 !important;}

  img {border-radius:5px}

  .vcex-icon-box {transition: all 500ms cubic-bezier(.215, .61, .355, 1);}

  .vcex-icon-box-image {
    background-color:#fff;
    padding:10px
  }

  /* ANCHOR  STILE OVERLAY SCURO */
  .overlay-service::before {
    content: "";
    position:absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6) !important; /* Colore nero con opacità del 50% */
    z-index: 1;
  }

  .vcex-icon-box-symbol,.vcex-icon-box-text {z-index:9 !important;
  position:relative !important}

  /* -------------------------------------------------------------------------------- */
  /* ANCHOR SIDEBAR */
  /* -------------------------------------------------------------------------------- */
  #sidebar {
    border-radius: 10px;
    margin-bottom: 2em;
  }

  /* -------------------------------------------------------------------------------- */
  /* ANCHOR FORM CALCOLO */
  /* -------------------------------------------------------------------------------- */
  .form-style-1 {border: 1px solid #eee; padding: 1em 2em;}
  .form-frame {margin: 1em 0;}
  .form-style-1 input {width: 100%;}
  .form-style-1 select {width: 100%;padding: 6px 10px;}
  .form-style-1 label {font-size: 18px; font-weight: 600;color:#616161}

  /* -------------------------------------------------------------------------------- */
  /* ANCHOR FOOTER */
  /* -------------------------------------------------------------------------------- */
  @media (max-width: 768px) {
  #footer-callout-left {
    text-align: center !important;
  }
  }
