/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 23 2025 | 09:52:41 */
#contactform7 {
	width: 90%;
	padding:9px;
	background-color: #4586A4;
}
#contactform7 {
	border-radius: 0px;
	border: 1px solid #4586A4;
}
#contactform7 .wpcf7-text 
{
	width: 100% !important;
	color: black;
}
#contactform7 input{
	padding: 6px;
	border-radius: 1px;
}
#contactform7 {
	text-align: center !important;
}
#contactform7 .wpcf7-form-control.wpcf7-submit {
	background-color: transparent;
	color: white;
	border: 1px solid white !important;
	opacity: 1 !important;
	font-weight: bold;
	padding: 10px 30px;
}
#contactform7 .readmore 
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng 
{
	background-color: #4586A4  !important;
	color: white !important;
	padding: 5px !important;
	text-align: center !important;
	border: none !important;
	border-radius: 0px !important;
	margin: 2em 5em 1em;
}
.readmore 
{
	opacity: 1 !important;
	padding: 8px;
}
div.wpcf7 .ajax-loader 
{
	display: none;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contactform7 {
	width: 100%;
	padding: 8px 9px 5px 9px;
}
#contactform7 .readmore
{
	border: none !important;
}
.wpcf7-not-valid-tip
{
	display: block;
	margin: 1px 0 0;
	font-size: 1.1em;
	color: lime;
}