/* CONTACT PAGE STYLES
************************************************************/
.flexContainer .flex-col-5.contactImage,
.flexContainer .flex-col-7.contactForm {border: 0px solid grey;}

@media (max-width: 600px){
	.flexContainer {flex-direction: column;}
	.flexContainer .flex-col-5.contactImage {width: 98%; text-align: center; order: 2}
	.flexContainer .flex-col-7.contactForm {width: 98%; text-align: center; order: 1}
}


/* CONTACT FORM
------------------------------------------------------------------------------------*/
div.wpcf7 {
	max-width: 400px;
	margin: 0 auto 0;
	/*border: 1px solid #eee;*/
	padding: 0 20px 20px;
}

@media (max-width: 440px) {
	div.wpcf7 {max-width: 96%;}
}

.wpcf7 input	{
	width: 100%;
	height: 2rem;
	margin-bottom: .5rem;
	font-family: var(--font-text);
}

@media (max-width: 414px)	{
	.wpcf7 input	{height: 2.6rem;}
}

.wpcf7 textarea	{
	width: 100%;
	margin-bottom: 1rem;
	font-family: var(--font-text);
}

.wpcf7 input.wpcf7-submit	{
	width: 100px;
	height: 40px;
}

.wpcf7 input[type=checkbox] {
	width:20px;
	height: 20px;
}

.wpcf7-list-item {
	margin-left: 0px !important; /* when only one per line */
}

.wpcf7 h3	{
	margin-bottom: 30px;
	text-align: center;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid var(--color-wpcf7-sent);
}

.wpcf7 form.sent .wpcf7-response-output { 
	border-color: var(--color-wpcf7-sent)!important;
	background-color: var(--color-background)!important;
	color: var(--color-wpcf7-sent)!important;
	font-size: 1em;
	padding: 0.5em 1em !important;
}

span.wpcf7-spinner {
	display: none !important;
}

.wpcf7 textarea	{
	height: 7rem;
}

h3	{
	margin-top: 0;
}

.contactForm	{
	padding-top: 10px;
}

@media (max-width: 768px)	{
.contactInfo	{
	max-width: 360px;
	margin: 20px auto;
}
}



