/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
#global-nav {
    li.contact {
		padding-block: .45rem;
        margin-inline-start: 1em;
		
        a {
            color: #fff;
            background-color: var(--wp--preset--color--vk-color-custom-1);
            border-radius: .2rem;
        }
    }
}

.mb02 {
  margin-block-end: 2em;
}

.mb03 {
  margin-block-end: 3em;
}

.text_center {
  text-align: center;
}

.site-footer-copyright {
    max-width: 100%;
    background-color: #F4F4F4;
}

.post-name-contact,
.post-name-confirm {
  .bg_red {
    color: #fff;
    background-color: #cd0505;
    font-weight: bold;
    line-height: 1;
    border-radius: 3px;
    padding: 0.25rem 0.5rem;
    margin-left: 1em;
    display: inline-block;
  }

  .site-body-container {
    max-width: 900px;

    .input_box {
      display: flex;
      flex-wrap: wrap;

      label {
        min-width: 15rem;

        &+span {
          width: 100%;

          @media (min-width: 768px) {
            width: calc(100% - 15rem);
          }
        }
      }
    }

    .acceptance {

      .wpcf7-list-item-label,
      .mwform-checkbox-field-text {
        display: none;
      }

      .error {
        display: inline;
      }
    }

    input[name="zip"],
    input.zip {
      width: 10em;
    }

    textarea,
    input[name="address"] {
      width: 100%;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      font-size: calc(1rem * 1);
      padding: .6em 1.5rem;
    }

    input[type="checkbox"],
    input[type="radio"] {
      width: 1.2rem;
      height: 1.2rem;
      margin: 0;
      position: relative;
      // right: -0.2em;
      bottom: -0.3em;
    }

    .wpcf7-radio {
      letter-spacing: 0.1em;
      margin-inline-start: -1em;
      display: inline-block;
    }

    label {
      line-height: 1.8;
    }

    .wpcf7-not-valid-tip {
      font-size: 0.9em;
      letter-spacing: 0.05em;
    }

    .wpcf7 .ajax-loader,
    .wpcf7-spinner {
      display: none;
    }

    .buttons {
      display: flex;
      justify-content: center;
      column-gap: 0.25em;

      .vk_button {
        width: 10em;
      }
    }
  }
}