@charset "UTF-8";
/* CSS Document */

.wpcf7 {
	margin: 50px 0 15px 0;
}

.wpcf7 p {
	margin-bottom: 25px;
}

.wpcf7 label {
	font-weight: bold;
	font-size: 1.1rem;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea {
	width: 100%!important;
	font-weight: normal;
	font-size: .9rem;
	line-height: 1.4rem;
}

.wpcf7-not-valid-tip {
	color: #ff0000;
	font-weight: normal;
	font-size: .9rem;
	line-height: 1.4rem;
}

.wpcf7-list-item{
	display: block!important;
}

.wpcf7-list-item .wpcf7-list-item-label{
	font-weight: normal;
	font-size: .9rem;
	line-height: 1.4rem;
}


.wpcf7 input[type="submit"] {
	display: block!important;
	border: none;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.1rem;
	padding: 0.5em 1.5em;
	margin: 0 auto;
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	font-weight: bold;
	font-size: 1.1rem;
}