/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.am2-contact-form {
  padding-bottom: 40px; }
  .am2-contact-form__title {
    font-family: 'Rubik-Bold';
    font-size: 26px;
    line-height: 1.4;
    color: #1374A8;
    font-weight: 700;
    margin-bottom: 30px !important; }
  .am2-contact-form__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 750px;
    max-width: 100%;
    margin: auto;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px; }
    @media (min-width: 840px) {
      .am2-contact-form__inner {
        padding: 30px;
        box-shadow: 0 6px 40px rgba(0, 0, 0, 0.17); } }
  .am2-contact-form__form {
    width: 100%; }
    .am2-contact-form__form .screen-reader-response {
      display: none; }
    .am2-contact-form__form form .textarea-area {
      width: 100%;
      margin-bottom: 30px; }
    .am2-contact-form__form h3 {
      width: 100%;
      margin-bottom: 20px; }
    .am2-contact-form__form p {
      width: 100%; }
      .am2-contact-form__form p:last-of-type {
        width: 100%;
        margin-bottom: 0; }
        @media (min-width: 600px) {
          .am2-contact-form__form p:last-of-type {
            width: auto; } }
    .am2-contact-form__form input {
      max-width: 100%;
      height: 45px;
      padding: 0 20px;
      border: none;
      border-bottom: 2px solid transparent;
      border-radius: 5px;
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
      transition: border-bottom 0.3s ease-in-out; }
    .am2-contact-form__form textarea {
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
      border: none;
      border-radius: 5px;
      border-bottom: 2px solid transparent;
      transition: border-bottom 0.3s ease-in-out;
      font-size: 18px;
      padding: 10px 20px; }
    .am2-contact-form__form p:focus,
    .am2-contact-form__form p:active,
    .am2-contact-form__form span:focus,
    .am2-contact-form__form span:active,
    .am2-contact-form__form input:focus,
    .am2-contact-form__form input:active,
    .am2-contact-form__form textarea:focus,
    .am2-contact-form__form textarea:active {
      outline-color: transparent;
      outline-width: 0px;
      border-bottom-color: #1374A8; }
    .am2-contact-form__form input[type="submit"] {
      background-color: #1374A8;
      color: #ffffff;
      border-radius: 5px;
      min-width: 125px;
      height: 50px;
      font-size: 18px;
      width: 100%; }
      @media (min-width: 600px) {
        .am2-contact-form__form input[type="submit"] {
          width: auto; } }
    .am2-contact-form__form .wpcf7-response-output {
      margin-top: 20px; }
    .am2-contact-form__form .wpcf7-not-valid-tip {
      font-size: 16px; }


/*# sourceMappingURL=style-index.css.map*/