/*
Theme Name: Proxenic Wordpress Theme
Theme URI:
Description: Proxenic Wordpress Theme, crafted by Glivera team.
Author: Glivera team
Tested up to: 5.8
Requires PHP: 8.0+
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
*/
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100%;
	margin: 0 !important;
}

body.wp-admin {
	overflow: auto !important;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	left: 0;

	font-size: 1rem;
	padding: 0.8rem 1.2rem 0.4rem;
	color: #ff0000 !important;
	display: block;
	width: 100%;
}

.wpcf7-response-output {
	margin: 0 auto;
}

.contact__form_field:focus-within .wpcf7-not-valid-tip {
	opacity: 0 !important;
}

.contact__form_field--textarea .wpcf7-not-valid-tip {
	top: calc(100% + 2.4rem);
}

.wpcf7.wpcf7 form.invalid .wpcf7-response-output {
	border-color: #ff0000;
	border-width: 1px;
	padding: 1rem;
}

.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 1.6rem;
	max-width: 50rem;
}

.is_admin_bar .header {
	top: 32px;
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
}
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
	display: none;
}
