.footer-widget-1 {
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 160px;

}
/* Stretch to fit screen */
.fullwidth_fix {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  z-index: 1!important; 
}
/* Adjust X icon */
.wp-social-link-x {
        margin-top: -6px !important; 
}
/* Adjust size of social icons */
.wp-block-social-link svg {
        width: 32px; 
        height: 32px; 
}

.wpcf7-submit {
    width:  100%;
    border-radius: 40px;
    background-color: #336F91 !important;
    font-weight: bold;
}

.wpcf7-submit:hover {
    background-color: #4189b3 !important;
}
