/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 18 2025 | 13:50:35 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#header, hr, #footer {
	display:none;
}



.wpcf7-form > p {
    margin:0px;
}

.wpcf7-form input, .wpcf7-form textarea {
    width:100%;
    border-radius:8px;
    border:1px solid #e3e3e3;
    min-height:35px;
    margin-top:8px;
    margin-bottom:16px;
    
}

.wpcf7-form label {
    margin:0px 0px 0px 0px;
}

.wpcf7-form .wpcf7-submit {
    background-color:#F7B611;
    min-height:65px;
    font-size:25px;
}

.wpcf7-form .wpcf7-submit:hover {
	background-color:#000;
	color:#fff;
}


.form-row {
    display:grid;
    grid-template-columns: auto auto;
    gap:4%;
}

@media only screen and (min-width:651px) {

.box {
	position:relative;
	top:-65px;
	border:2px solid #d5d8dc;
}

}

@media only screen and (max-width:650px) {

.box {
	position:relative;
	border:2px solid #d5d8dc;
    max-width:80%;
    margin:0 auto;
}

}
