/*
 Theme Name:     DiviChild
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
/*#region breakpoints*/
/* 0, 640px */
/* 640px, 981px */
/* 980px, 1100px */
/* 1100px, 1405px */
/* 1405px */
/*#endregion */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(144, 72, 154, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(144, 72, 154, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(144, 72, 154, 0.2);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95) rotate(270deg);
    -moz-box-shadow: 0 0 0 0 rgba(144, 72, 154, 0.8);
    box-shadow: 0 0 0 0 rgba(144, 72, 154, 0.8);
  }
  70% {
    transform: scale(1) rotate(270deg);
    -moz-box-shadow: 0 0 0 10px rgba(144, 72, 154, 0.2);
    box-shadow: 0 0 0 10px rgba(144, 72, 154, 0.2);
  }
  100% {
    transform: scale(0.95) rotate(270deg);
    -moz-box-shadow: 0 0 0 10px rgba(144, 72, 154, 0.2);
    box-shadow: 0 0 0 10px rgba(144, 72, 154, 0.2);
  }
}

.single-project article.et_pb_post {
  margin-bottom: 0;
}

.settori-mobile .et_pb_column h4 {
  font-size: 18px;
  text-align: left;
}

.wpcf7-form textarea {
  padding: 10px;
  width: 100%;
}

.wpcf7-form input {
  padding: 15px 20px;
  margin-bottom: 10px;
  width: 100%;
}

.wpcf7-form input[type=checkbox] {
  width: auto;
}

.wpcf7-form input[type=submit] {
  width: auto;
  float: right;
  border: none;
  border-radius: 30px;
  padding: 10px 25px;
  background-color: #05b9f3;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
