/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.sfumatura {
  height: 30px !important;
  width: 100%;
  background: linear-gradient(to right, #4545AD, #1BA5C5) !important;
}

.has-sticky-logo #logo {
    padding-top: 5px;
}

/* SFONDO ANIMATO HOME PAGE */
.hp-animated-background {
    /*width: 100wh;
    height: 90vh;*/
    color: #fff;
    background: linear-gradient(-45deg, #7c4dff, #303f9f, #00acc1, #43a047);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
  }
  
  @-webkit-keyframes Gradient {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @-moz-keyframes Gradient {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }
  
  @keyframes Gradient {
    0% {
      background-position: 0% 50%
    }
    50% {
      background-position: 100% 50%
    }
    100% {
      background-position: 0% 50%
    }
  }

/* SFONDO ANIMATO HOME PAGE */


/* CF7 */
#form-contatti input, #form-contatti select, #form-contatti textarea {
    border-radius: 0px !important;
    margin: 10px 0px;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
