.fusion-sep-clear {
  margin-top: 10px;
}
/* 1 */
@media screen and (max-width: 768px) {
  input[type=text] {
    background-color: #00000091!important;
  }
}
/* 2 */
@media screen and (max-width: 568px) {
  input[type=text] {
    background-color: #00000091!important;
  }
}
/* 3 */
@media screen and (max-width: 320px) {
  input[type=submit] {
    font-size: 18px!important;
    padding-left: 25px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    width: 180px!important;
  }
  input[type=text] {
    background-color: #00000091!important;
  }
  .wpcf7-form-control-wrap input {
    background-color: #00000091!important;
  }
  .fusion-layout-column {
    padding-left: 10px;
  }
  .fusion-checklist .fusion-li-item h1 {
    font-size: 14px;
    margin-left: -33px !important;
  }
  .fusion-checklist .fusion-li-icon {
    font-size: 22px;
  }
  .fusion-fullwidth {
    padding-top: 10px!important;
  }
}
