/* 
  Main file for implementing custom design     
*/

/* Hide the reCAPTCHA badge - only allowed if reCAPTCHA v3 is used and you're showing legal disclosure elsewhere */
.grecaptcha-badge {
  visibility: hidden;
}

#footer {

  .wp-block-navigation,
  /* .contact-info, */
  .gspb_text {
    a {
      text-decoration: underline;
    }
  }

  nav a:hover {
    color: var(--wp--preset--color--palette-color-8);
  }
}

.vdlp-heading-h3 h3 {
  font-size: 18px;
}

.ct-header .ct-contact-info {

  @media (max-width: 700px) {
    ul {
      row-gap: 0.25rem;

      li {
        column-gap: 0.5rem;
      }
    }

    .contact-info {
      .contact-text {
        text-wrap: nowrap;
      }
    }
  }
}

.wp-block-pullquote {
  blockquote {    
    max-width: 900px;
    text-align: center;
    margin: auto;
  }
}

.vdlp-socket-text {
  span {
    margin-left: 1rem;

    @media (max-width: 999.98px) {
      margin: auto;
      display: block;
    }
  }
}