/*
 * WebId CSS file: Contact Form.
 */
 
.webid-page-contact div#primary {
    padding: 0;
    width: 96%;
    max-width: none;
}

.webid-page-contact article {
	margin-top: 3vh;
	margin-bottom: 0;
	padding-bottom: 0;
}

.webid-page-contact article > * {
	padding: 1em 2em 1.5em;
	opacity: 0.98;
}

.webid-page-contact article > *:last-child {
	margin-bottom: 2em;
}

.webid-page-contact article > header {
	padding-top: 0;
	padding-bottom: 0;
}

.webid-page-contact article > header h1 {
	margin: 0.33333em 0px;
	-ms-word-wrap: normal;
	word-wrap: normal;
}

.webid-page-contact .entry-content > p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: white;
}

.webid-page-contact .webid-custom-field {
	float: left;
	width: 100%;
}

.webid-page-contact .webid-custom-fields > *:last-child {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	/* border-bottom: 1px solid #72727e; */
	border-bottom: 1px solid #e1e1ed;
}

.webid-page-contact .webid-custom-field h4 {
	width: 35%;
	float: left;
	margin-bottom: 0.66667em;
	margin-top: 0.66667em;
	padding-right: 2em;
	line-height: 1.5;
	text-align: right;
	/* color: #72727e; */
	color: #e1e1ed;
}

.webid-page-contact .webid-custom-field p {
	width: 65%;
	float: left;
	margin-bottom: 0.66667em;
	margin-top: 0.66667em;
	line-height: 1.5;
	color: white;
}



.webid-page-contact .contact-form {
	padding-top: 1em;
}

.webid-page-contact .contact-form > div {
    margin-bottom: 0.75em;
}

.webid-page-contact .contact-form label {
    margin-bottom: 0.75em;
    color: white;
    font-weight: 700;
}

.webid-page-contact .contact-form label span {
	margin-left: 4px;
	color: #aaa;
	font-weight: 400;
}

.webid-page-contact .contact-form input[type="text"], 
.webid-page-contact .contact-form input[type="email"],
.webid-page-contact .contact-form textarea {
	width: 100%;
	margin-top: 0.25em;
}

.webid-page-contact .contact-form textarea {
	height: 8.2em;
	overflow: auto;
}

.webid-page-contact .contact-form p {
	text-align: center;
}

.contact-form input[type="button"], 
.contact-form input[type="reset"], 
.contact-form input[type="submit"] {
	text-shadow: 1px 1px 2px rgb(35, 35, 35);
    border-width: 1px 2px 3px 1px;
    border-color: #999999 #767676 #767676 #939393;
    border-radius: 15px;
    background-color: #aaa;
}
