/************************ BUTTON STYLE *************************/

.wp-block-buttons {
  margin: 1.5em 0 1em;
}

.btn {
  font-family: var(--font-body);
  padding: 12px 30px 12px;
  vertical-align: middle;
  border-radius: 50rem;
  font-size: 17px;
  text-transform: capitalize;
  margin: 0 5px;
}

.page-content .btn {
  margin: 10px auto;
  display: block;
  width: 200px;
  text-align: center;
}

.site-nav .btn {
  display: none;
}

.is-style-btn-one a,
.is-style-btn-two a,
.is-style-btn-three a,
.is-style-btn-four a {
  padding: 7px 40px 9px;
  font-family: var(--font-body);
  font-weight: 400;
}

.wp-block-buttons.is-content-justification-right > .wp-block-button.wp-block-button,
.wp-block-buttons > .wp-block-button.wp-block-button {
  margin-right: auto;
  margin-left: auto;
}

.wp-block-buttons > .wp-block-button:last-child {
  margin-right: auto;
}

/**    ███  ██████████  ██████████     ██████████  ███    ███
███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███    ███  ███    ███  ███    ███     ███    ███     ████
██████████  ██████████  ███    ███     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 480px) {
}

/**███████  ███         ██████████     ██████████  ███    ███
       ███  ███         ███    ███     ███    ███   ███  ███
       ███  ███         ███    ███     ███    ███     ████
    ██████  ██████████  ██████████     ██████████      ██
       ███  ███    ███  ███    ███     ███            ████
       ███  ███    ███  ███    ███     ███          ███  ███
       ███  ██████████  ██████████     ███         ███    █*/

@media only screen and (min-width: 768px) {
  .site-nav .btn {
    display: block;
    position: absolute;
    padding: 6px 30px 6px;
    top: 19px;
    right: 100px;
  }

  .wp-block-buttons.is-content-justification-right > .wp-block-button.wp-block-button,
  .wp-block-buttons > .wp-block-button.wp-block-button {
    margin-right: 0;
    margin-left: 0;
  }

  .wp-block-buttons > .wp-block-button:last-child {
    margin-right: 0;
  }
}

/**  ██████████  ██████████  ███    ███     ██████████  ███    ███
███  ███    ███         ███  ███    ███     ███    ███   ███  ███
███  ███    ███         ███  ███    ███     ███    ███     ████
███  ███    ███  ██████████  ██████████     ██████████      ██
███  ███    ███  ███                ███     ███            ████
███  ███    ███  ███                ███     ███          ███  ███
███  ██████████  ██████████         ███     ███         ███    █*/

@media only screen and (min-width: 1024px) {
  .btn-container {
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn {
    margin: 0 5px;
  }

  .page-content .btn {
    margin: 0 5px;
    display: inline-block;
    width: max-content;
  }

  .two-col .btn-container {
    justify-content: left;
    align-items: left;
    margin: 30px 0;
  }

  .site-nav .btn {
    padding: 9px 30px 9px;
    top: 41px;
    right: 115px;
  }
}

/**  ███    ███  ███    ███  ██████████     ██████████  ███    ███
███  ███    ███  ███    ███  ███    ███     ███    ███   ███  ███
███  ███    ███  ███    ███  ███    ███     ███    ███     ████
███  ██████████  ██████████  ███    ███     ██████████      ██
███         ███         ███  ███    ███     ███            ████
███         ███         ███  ███    ███     ███          ███  ███
███         ███         ███  ██████████     ███         ███    █*/

@media only screen and (min-width: 1440px) {
  .site-nav .btn {
    top: 41px;
    right: 132px;
  }
}
