/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 10 2024 | 16:05:07 */
.wpcf7 {
	width: 100%;
}
@media (max-width: 767px) {
	.gb-container-form-grid {
		flex-direction: column;
	}
}
.gb-container-form-grid input[type="text"], .gb-container-form-grid input[type="email"], .gb-container-form-grid input[type="url"], .gb-container-form-grid input[type="password"], .gb-container-form-grid input[type="search"], .gb-container-form-grid input[type="tel"], .gb-container-form-grid input[type="number"], .gb-container-form-grid textarea, .gb-container-form-grid select {
	background-color: var(--base-2);
    border-radius: 14px;
    border-style: solid;
    border-width: 0;
    padding: 10px 20px;
	width: 100%;
	color: var(--contrast-3);
    letter-spacing: -.5px;
    font-weight: 700;
	-webkit-appearance: none;
}
.gb-container-form-grid.rounded input[type="text"], .gb-container-form-grid.rounded input[type="email"], .gb-container-form-grid.rounded input[type="url"], .gb-container-form-grid.rounded input[type="password"], .gb-container-form-grid.rounded input[type="search"], .gb-container-form-grid.rounded input[type="tel"], .gb-container-form-grid.rounded input[type="number"], .gb-container-form-grid.rounded textarea, .gb-container-form-grid.rounded select {
    border-radius: 30px;
}
.gb-container-form-grid  input[type="submit"],
.gb-container-form-grid  input[type="button"]{
	width: 100%;
	border-radius: 14px;
}
.gb-container-form-grid .custom-select + p input[type="submit"],
.gb-container-form-grid .custom-select + p input[type="button"] {
	margin-top: 20px;
}
.wpcf7-form {
	width: 100%;
}
.custom-select p input[type="submit"],
.custom-select p input[type="button"] {
	margin-top: 20px;
}
.gb-container-form-grid.rounded input[type="submit"],
.gb-container-form-grid.rounded input[type="button"] {
	border-radius: 30px;
}
.gb-container-form-grid textarea {
	resize: none;
}

.custom-select p {
	margin: 0;
}
.custom-select .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
.custom-select .wpcf7-form-control-wrap:before {
	background-color: var(--base-2);
	background-image: url('/wp-content/uploads/2023/07/ico-arrow-down-small.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	width: 50px;
	z-index: 1;
	pointer-events: none;
	border-radius: 30px;
}
.wpcf7 form .wpcf7-response-output {
    border-radius: 16px;
	margin-left: 0;
	margin-right: 0;
}