/* Contact
	================================= */
/* Contact Modal */
.whb-contact-text-modal {
	font-size: 14px;
}

/* Contact Dropdown */
.whb-trigger-element,
.whb-trigger-element a {
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#wn-contact-form-wrap {
	position: absolute;
	min-width: 280px;
	background: #fff;
	left: -260px;
	top: 100%;
	display: none;
}

.wn-contact-form {
	background: #fff;
}

/* Contact Element */
.wn-contact-form.wn-element-dropdown {
	padding: 20px 15px;
	border: 1px solid #e3e3e3;
}

.wn-contact-form.wn-element-dropdown input.wpcf7-form-control.wpcf7-submit {
	text-transform: uppercase;
	border-radius: 1px;
	padding: 15px 25px;
	margin-bottom: 0;
}

.whb-modal-target-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}