/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 22 2025 | 16:22:08 */
small.error.error-message {
    display: none;
}
small.valid-icon.phone-valid {
    display: none;
}
small.valid-icon.email-valid {
    display: none;
}
.simple-contact-form-wrapper input, .simple-contact-form-wrapper button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    background: #133066;
    color: #fff;
    padding: 20px;
}
.simple-contact-form-wrapper textarea{
	padding: 20px;	
}
.logo-tagline {
    display: none;
}

@media screen and (max-width: 767px){
	header.main-header .header-padding {
    padding: 3px 60px;
}
img.logo-wjlka {
    width: 106px;
    margin-top: -74px;
    position: relative;
    top: -9px;
}
.responsive-layout header.main-header .logo-wrapper {
        padding: 12px 0;
    }
	.simple-contact-form-wrapper {
    padding: 28px;
}
}