/*

Theme Name:     mehaircollective

Description:    Twenty Twenty Five Child Theme

Author:         Hostakus

Template:       twentytwentyfive

*/

@import url("assets/twentytwentyfive/style.css");


body {
    background-color: #564137;
}

.wp-site-blocks {
    margin: 20px auto;
    max-width: 1200px;
	background: #ffffff;
}

.wp-block-group {

}

header.wp-block-template-part {
	border: 1px #d9d9d9 solid;
}

footer.wp-block-template-part {
	border: 1px #d9d9d9 solid;

}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}