/* 
Theme Name:		 Twenty Twenty-One Child
Description:	 Twenty Twenty-One Child Theme
Author:			 Synchromedia Group
Author URI:		 https://www.smg.com.au
Template:		 twentytwentyone
Version:		 1.0.0
Text Domain:	 twentytwentyone-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

.homebanner .right .container{ background: #000; }

.site-header #site-navigation{ display: none !important; }

/* =Automated Form Styles
------------------------------------------------------- */
#autoform {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}

#autoform .auto-form-cell {
	margin-bottom: 15px;
}

#autoform .flex {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

#autoform .half {
	flex: 1;
	min-width: 250px;
}

#autoform input[type="text"],
#autoform input[type="email"],
#autoform input[type="date"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 4px;
	margin-bottom: 10px;
}

#autoform label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

#autoform input[type="radio"] {
	margin: 0;
	flex-shrink: 0;
}

#autoform .input-error {
	border-color: #e74c3c !important;
	background-color: #fdf2f2 !important;
}

#autoform .field-error {
	display: block;
	color: #c0392b;
	font-size: 13px;
	margin-top: -6px;
	margin-bottom: 10px;
}

#autoform input[type="submit"] {
	background: #2c3e50;
	color: #fff;
	padding: 12px 40px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	margin-top: 10px;
}

#autoform input[type="submit"]:hover {
	background: #34495e;
	border: 2px solid #fff;
}