/* WordPress-specific glue to preserve the original static selectors */

/* Custom logo markup */
.nav-logo .custom-logo-link { display:inline-flex; align-items:center; }
.nav-logo .custom-logo { height: auto; max-height: 48px; width: auto; }
.footer-logo-wrap .custom-logo-link { display:inline-flex; align-items:center; justify-content:center; }
.footer-logo-wrap .custom-logo { height: auto; max-height: 58px; width: auto; }

/* CF7: remove default margins that can break pixel layout */
.wpcf7 { margin:0; }
.wpcf7 form p { margin:0; padding:0; }
.wpcf7 .wpcf7-response-output { margin-top: 12px; }

/* Ensure CF7 fields inherit the same look */
.wpcf7 input, .wpcf7 select, .wpcf7 textarea { font: inherit; }
