.custom-form .getemail-input-field {
  width: 100%;
  background: #fff !important;
  border: 1px solid #e51383;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: none !important;
  font-size: 16px;
  padding: 20px;
  font-family: "Lato", sans-serif;
  color: #737373;
}
.custom-form .getemail-input-field:first-child {
  margin-bottom: 20px;
}
.custom-form .checkbox-wrapper {
  display: table;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-top: 17px;
}
.custom-form .checkbox-wrapper label {
  font-size: 12px;
  line-height: 16px;
  font-family: "Lato", sans-serif;
  display: block;
}
.custom-form .checkbox-wrapper label a {
  font-size: 12px;
  line-height: 16px;
  font-family: "Lato", sans-serif;
}
.custom-form input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
}
.custom-form input[type=submit] {
  width: 100%;
  background-color: #e51383 !important;
  color: #fff;
  display: table;
  text-align: center;
  border: none;
  font-size: 16px;
  padding: 20px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.custom-form input[type=submit]:hover {
  cursor: pointer;
}

@media (max-width: 479px) {
  .single-post h1.entry-title {
    font-size: 32px;
  }
  .single-post .entry-content h2 {
    font-size: 28px;
  }
  .single-post .entry-content h3 {
    font-size: 24px;
  }
  .single-post .entry-content h4 {
    font-size: 22px;
  }
  .single-post .entry-content h5 {
    font-size: 20px;
  }
}
