/* Styling Contact Form 7
------------------------------------------------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="url"],
.wpcf7 select
{
    background-color: #fff;
    color: #000000;
    width: 100%;
	height: 50px;
	padding-left: 20px;
	font-size: 1.0em;
	border-color: #eeeeee;
	font-family: 'Mont-Regular', Arial, Open Sans;
}

.wpcf7-form input[type="submit"]
{
    background: #e94243;
    border: none;
    color: #ffffff;
	padding: 12px;
	font-size: 1.0em;
    font-family: 'Mont-Regular', Arial, Open Sans;

}

.wpcf7-form input:hover[type="submit"]
{
    background:#555555;
    cursor:pointer;
    color:#ffffff;
    font-family: 'Mont-Regular', Arial, Open Sans;

}

.wpcf7 textarea {
	font-family: 'Mont-Regular', Arial, Open Sans;
	font-size: inherit;
	line-height: 1.4em;
    background-color: #fff;
    color: #000000;
    width: 100%;
	height: 160px;
	padding-left: 20px;
	padding-top: 20px;
	border: 1px solid #eee;
}

span.wpcf7-list-item{
	background-color: #eeeeee;
	padding-left: 6px;
	padding-right: 12px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
    font-size: 0.8em;
}

.wpcf7 input[type="date"] {
	border: 1px solid #eee;
	}
	
.wpcf7 input[type="url"] {
	border: 1px solid #eee;
	}

.wpcf7 input[type="date"]
{
    width: 50%;
}
	
.wpcf7 a {
	color: #000000;
	text-decoration: underline;
}

.wpcf7 h4 {
    font-family: 'Mont-Regular';
	font-weight: 700;
}

#personal-code {
        border: 2px solid #000;
}
