/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  display: block;
  padding-right: 200px;
  margin-top: 30px; }
  .subscribe-form label {
    display: block;
    position: relative;
    padding: 21.5px 10px 21.5px;
    width: 100%;
    background: transparent;
    border: 1px solid white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .subscribe-form input {
    outline: none;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    vertical-align: baseline;
    box-shadow: none;
    color: white;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    height: 22px; }
  .subscribe-form a[data-type="submit"] {
    position: absolute;
    right: 0;
    top: -5px;
    display: inline-block;
    display: inline-block;
    max-width: 185px;
    width: 100%;
    line-height: 30px;
    padding: 22.5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background: #ff5722;
    font-size: 30px;
    font-weight: 400; }
    .subscribe-form a[data-type="submit"]:hover {
      background: #43758f; }

.error {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  color: #f00;
  overflow: hidden;
  height: 0px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }

label.invalid .error {
  height: 21px; }

.success {
  display: none;
  position: absolute;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  font-size: 14px;
  text-align: center;
  color: #0f0; }

@media (max-width: 767px) {
  .subscribe-form {
    padding-right: 0;
    text-align: center; }
    .subscribe-form a[data-type="submit"] {
      position: static;
      margin-top: 15px; } }
@media (max-width: 479px) {
  .subscribe-form label {
    width: 100%; } }
