/* =============================================================================
   09-unsorted.css
   Rules whose purpose is unclear - flagged "WHERE ARE THESE ACTUALLY USED?" in the original. Kept together so they are easy to audit and delete.

   Split out of style.css, which had grown to 3,647 lines. Loaded via
   wp_enqueue_style() in inc/enqueue.php - the load ORDER there matches the
   numeric filename order, and matches the order these rules appeared in the
   original file, so the cascade is unchanged.
   ============================================================================= */
/* --- WHERE ARE THESE ACTUALLY USED? CONTACT US FORM? --- */
.wrapper1 {
	max-width: 100%;
	padding-right: 25%;
	padding-top: 25px;
	padding-bottom: 25px;
	border-right: 1px solid var(--js-black);
	margin-top: -50px;
}
.wrapper2 {
	max-width: 100%;
	padding-right: 25%;
	padding-top: 25px;
	padding-bottom: 90px;
	border-right: 1px solid var(--js-black);
	margin-top: -50px;
}
label {
	font-family: "effrabold";
}
input.wpcf7-text {
	width: 100%;
	padding: 10px 15px;
	border-radius: 8px;
	border: 1px solid var(--js-black);
	font-size: 20px;
	margin-top: 5px;
}
.wpcf7-textarea {
	width: 100%;
	padding: 15px 10px;
	margin-top: 5px;
	font-family: "effrabold";
	font-size: 15px;
	border-radius: 8px;
	font-size: 20px;
	border: 1px solid var(--js-black);
}
.wpcf7-submit {
	font-family: "effrabold";
	background-color: var(--js-black);
	color: var(--js-white);
	font-size: 21pt;
	line-height: 26pt;
	padding: 15px 20px;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	border: none;
}
/* ------ */


