/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

#main-header {
  font-weight: 400 !important;
}

a {
  outline: 0 !important;
}

.pum-container {
  top: 0 !important;
  width: 100% !important;
  left: auto !important;
  background-color: #0C71C3 !important;
  height: 100% !important;
}

.pum-close {
  color: white !important;
  font-weight: 40px !important;
}

.g-contact-form {
  font-family: 'montserrat' !important;
}

.g-contact-form h2 {
  font-weight: 700 !important;
  font-size: 34px !important;
  text-align: center !important;
}

.g-contact-form h3 {
  font-size: 20px !important;
  text-align: center !important;
  color: #8c8c8c !important;
  margin-top: 10px !important;
  font-weight: 400 !important;
  line-height: 1.3em !important;
}

@media (max-width: 500px) {
  .g-contact-form h3 {
    font-size: 16px !important;
    line-height: 1.3em !important;
  }
}

.g-contact-form h4 {
  font-size: 24px !important;
  text-align: center !important;
}

.g-contact-form .large,
.g-contact-form .medium {
  background-color: #EEEEEE !important;
  border: none !important;
  padding: 15px !important;
}

.g-contact-form .gform_footer {
  text-align: right !important;
}

.g-contact-form .gform_button {
  background-color: #0C71C3 !important;
  padding: 15px 25px !important;
  color: white !important;
  border: none !important;
  font-size: 18px !important;
  border-radius: 3px !important;
}

@media (max-width: 500px) {
  .g-contact-form .gform_button {
    width: 100% !important;
  }
}
