/*------------- Buttons -------------*/
/* Standard */
a.button-prime,
.wpcf7-submit {
	color: #ffffff;
	background: #4b6d94;
	padding: 7px 26px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	border: 0;
	font-size: 1em;
}
a.button-prime:hover,
.wpcf7-submit:hover {
	background: #445C77;
	color: #ffffff;
}

/* Action Button */
a.button-action {
	color: #000000;
	background: #ffdd5a;
	border: 3px solid #f8c603;
	padding: 7px 26px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}
a.button-action:hover {
	background: #f8c603;
}


/*------------- Contact Form 7 -------------*/
.wpcf7-text {
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #ececec;
	border: 2px solid #dbd8d8;
	margin-top: 3px;
}
.wpcf7-textarea {
	width: 100%;
	height: 200px;
	background: #ececec;
	border: 2px solid #dbd8d8;
	margin-top: 3px;
}

