/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 16 2023 | 10:06:56 */
/* form response output*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
	border-color: transparent;
	display:inline-block;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#ffffff;
}

/*CONTACT PAGE FORM*/

#contactPageForm{
	color: #000000;
    font-weight: bold
}

/*DATE PLACEHOLDER*/

[id*="wpcf7"] input[type=date]:before{
content: attr(placeholder);
}

[id*="wpcf7"] input{
	border:none;
}

.columnOne{
	padding:10px;
	width:100%;
	color : #ffffff;
}

.columnOne textarea{ 
	margin-top:10px !important;
	width:100%;
}


.columnHalf{
	position:relative;
	float:left;
	width:50%;
	padding:10px;
    color : #ffffff;
}


 .formRow{
	position:relative;
	width:100%;
	float:left;
}

.fontsTitles{
	width:100% !important;
	margin-top:15px !important;
	text-align: center;
	font-weight: bold;
	color : #ffffff;
} 


.formButtons input{
	display:block;
	margin: 20px auto;
}

.fonts{
	color:#ffffff;
}

.fonts a{
	color:#00008b;
}

.fonts a:hover{
	color:#4169e1 ;
}

.columnOne.palkokrevato{
	color: #ffffff !important;
	font-weight:bold;
}

.columnOne.palkokrevato > p > label{
	margin-bottom:20px !important;
}

@media screen and (max-width:544px){

	
	.columnHalf, .columnThird, .columnOne{
	width:100%;
	float:none;
}
}



