/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


body:before{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  content: " ";
  /* background: linear-gradient(149deg, rgba(250,250,250,1) 50%, rgba(0,0,254,0.5746673669467788) 100%); */
  background: linear-gradient(152deg, rgba(255,255,255,1) 16%, rgba(189,189,233,1) 100%);
}


/*HEADER BARRA SUPERIORE

/* -- Changing the menu background on scroll effect -- */

.elementor-sticky--effects {
   background: #fff!important; /* change the background color here*/
   color: #fff!important;
   height: 120px;
   padding: 20px 0 !important;
   transition: 5s all ease-in-out;
   transition: .45s cubic-bezier(.4, 0, .2, 1);

  }
  .elementor-sticky--effects .header-logo img {
    transform: scale(.8);
  }


  .intestazioneCard{
    height: 150px;
  }

  .testoCard{
    height: 180px;
  }


  /* label [for="form-field-accettazioneContatto"]::after{
    content: '<a href="https://pippo.com">privacy policy</a>';

  } */


  label [for="form-field-accettazioneContatto"]{
    color:black;
  }
  
  .elementor-field-type-acceptance label{
    color:black;
  }
