.wpcf7-form-control-wrap input {
    height: 30px;
    width: 326px;
    border: solid 1px #a4a4a4;
}

.wpcf7-form-control-wrap input label {
    font-size: 12px;
}

.wpcf7-form label {
    font-size: 14px;
}
h1.alignwide.wp-block-post-title {
    display: none;
}
main#wp--skip-link--target {
    margin-top: 10px;
}

.wpcf7-form-control-wrap textarea {
    border: solid 1px #a4a4a4;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 10px 14px;
    background: #d353ad;
    border: solid 1px #bc499a;
    color: #fff;
    font-weight: 600;
-webkit-appearance: none !important;
}
.wp-block-contact-form-7-contact-form-selector.form-center {
    width: 360px;
  margin: auto;
}

.wpcf7-form-control-wrap textarea {
    width: 326px;
}

@media (max-width: 768px){
.header-background.has-background {
    margin-left: -20px;
    margin-right: -20px;
    height: auto;
}


.header-background.has-background .wp-block-columns{
    gap:0
}



.header-background figure {
    width: 100%;
        margin-bottom: 0px;
        padding-bottom:0px;
}

.header-background figure img {
    width: 100%;
    margin-bottom: 0px;
        padding-bottom:0px;
}
}

.container-custom {
    max-width: 1200px;
    margin: auto;
}

/* Visible only on mobile devices (max-width: 768px) */
.visible-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .visible-mobile {
    display: block !important;
  }
}

/* Visible only on desktop devices (min-width: 769px) */
.visible-desktop {
  display: none !important;
}

@media (min-width: 769px) {
  .visible-desktop {
    display: block !important;
  }
}