/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2024 | 14:41:19 */
.contact-page input,.contact-page textarea {
    background: #fff !important;
    border: 1px solid #69727d;
    font-size: 16px !important;
    letter-spacing: -1px !important;
    border-radius: 2px !important;
}

.contact-page p {
    margin-bottom: 10px !important;
}

.contact-page span.wpcf7-list-item {
    margin-left: 0px;
    font-size: 16px;
    letter-spacing: -1px !important;
}

.contact-page.blank span.wpcf7-list-item,
.contact-page.blank span.wpcf7-list-item a,
.contact-page.blank span.wpcf7-list-item a:hover{
    color:#fff !important;
}

.contact-page.blank span.wpcf7-list-item a{
	text-decoration: underline;
}

.contact-page input.wpcf7-form-control.wpcf7-submit {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 102, 51);
    border-color: rgb(0, 102, 51);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px !important;
    padding: 15px 30px;
}

/*COOKIES ALERT STYLES*/

.gdpr-infobar-visible{
	height:100%;
	overflow:hidden;
}
.gdpr_lightbox {
    z-index: 9990000000 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme p {
	color: #000 !important;
	font-size:17px !important;
	line-height:20px !important;
}
.moove-gdpr-info-bar-container {
	background: #fff;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 70px 40px;
}
.moove-gdpr-info-bar-content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

#moove_gdpr_cookie_info_bar {
    /*height: 100%;
    position: absolute;*/
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.75) !important;
    max-height: unset !important;
    z-index: 1000000000;
    overflow: hidden !important;
}

.moove-gdpr-info-bar-container {
    bottom: 0px;
    position: absolute !important;
    width: 100%;
    left: 0px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.moove-gdpr-infobar-reject-btn{
	background-color: #999999;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.moove-gdpr-infobar-reject-btn{
	background-color: #999999;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover{
	color: #FFFFFF;
	background-color: #000000;
}
/*end COOKIES ALERT STYLES*/

.wpcf7 form .wpcf7-response-output {
    margin: 1em 0em 1em !important;
    padding: 0.6em 1em !important;
	font-size: 0.9rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #006633 !important;
    background: #006633;
    color: #fff !important;
}
.wpcf7 form.spam .wpcf7-response-output {
    border-color: red !important;
    background: red;
	color: #fff !important;
}
.wpcf7-not-valid-tip {color: #dc3232 !important;}
footer .wpcf7-not-valid-tip {
    margin-bottom: 30px;
    display: -webkit-inline-box;
    font-size: 13px;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color: red !important;
    background: red;
	color: #fff !important;
}
.wpcf7-list-item{
	margin: 0 0 0 0;
}