/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2024 | 17:41:23 */
	.fullwidth {
		display: flex;
		flex-basis: row;
		flex-wrap: wrap;
		width: 100%;
	}
	.halfwidth{
		display: inline-flex;
		width: 50%;
		padding: 20px;
	}
.halfwidth *
{
	width: 100%;
}
.fullwidth textarea
{
	width: 100%;
}
	span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
}
.fullwidth .fullwidth{
	padding: 20px;
}
.fullwidth h3
{
width: 100%;
}
