/*
Theme Name: Scaled Innovation
Description: A modern custom WordPress theme designed specifically for the client's needs, with improved layout, performance, and flexibility using ACF.
Author: Yelpix LLC
Author URI: https://yelpix.com/
Version: 1.0.0
Text Domain: scalin
*/

.wpcf7-not-valid-tip { font-size: 14px; position: absolute; left: 1.5rem; }
.wpcf7 form .wpcf7-response-output { font-size: 16px; margin: 10px 0 0 0; padding: 5px 10px; }
.form__label .wpcf7-not-valid { border-color: var(--error); }

.how-work__item a button { width: 100%; }

.footer__container { display: flex; gap: 25px; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.footer__container .menu__list { gap: 25px; }
.footer__container .menu__list a { font-size: .875rem; }

.page_text * { margin-bottom: 1rem; }

body:not(.index-page) .header { background-color: rgba(86, 139, 148, .9); }

@media (max-width: 47.9988em) {
	.footer__container { flex-direction: column; }
	.footer__container .menu__list { flex-direction: row; }
}