


#l-block-form form{
  font-family: 'Klavika', Arial, Serif;
  width:100%;
 
}

#l-block-form form label{
  text-transform: uppercase;
      font-size: 12px;
    line-height: 150%;
    font-weight: bold;
    margin-bottom: 6px;
}


#l-block-form form input, select{
background: #fff;
    padding: 8px 15px;
    width: 100%;
    min-height: 40px;
    border: 1px solid #ccc;
    font-family: 'Klavika', Arial, Serif;
}

#l-block-form form input[type=checkbox]{

  width:50px;
  margin-right: 10px;

}

#l-block-form form button{
  background:#F26522;
  width:100%;
  color: #ffffff;
  border: 0;
  padding: 10px 0;
  font-weight: bold;
  margin-top: 10px;
}

#l-block-form form button:hover{
  background:#db5d21;

}


#l-block-form form .optin-label{
  font-weight: normal;
  text-transform: none;
}
@media (max-width:768px) {
  #mktoContainer .mktoForm .mktoFormRow {
    width: 100%;
  }
  #mktoContainer .mktoForm input[type=text],
  #mktoContainer .mktoForm input[type=url],
  #mktoContainer .mktoForm input[type=email],
  #mktoContainer .mktoForm input[type=tel],
  #mktoContainer .mktoForm input[type=number],
  #mktoContainer .mktoForm input[type=date],
  #mktoContainer .mktoForm textarea.mktoField,
  #mktoContainer .mktoForm select.mktoField {
    min-height: 40px;
  }
  #mktoContainer .mktoForm {
    margin: 0;
    width: 100% !important;
    padding: 0;
  }
  #mktoContainer .mktoForm .mktoFormRow {
    padding: 0;  }
}