/*
Theme Name: Graysons
Description: Graysons wordpress theme
Version: 1.0
Author: Vivid Creative
Author URI: http://www.vividcreative.com
*/

.pi-success-contact {
	position: relative;
	display: block !important;
	overflow: hidden;
}
.pi-success-contact .success-stories-outer, .pi-success-contact .ask-question-outer {
	float: left;
	display: block !important;
}

.pi-success-contact .success-stories-outer:before {
	width: 50%;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: 0;
	background: #002d62;
}

.pi-success-contact .ask-question-outer:before {
	width: 50%;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	left: 50%;
	background: #ebebeb;
}

.wpcf7-mail-sent-ok {
	padding: 20px !important;
	border: 1px solid #eee !important;
	border-left: 5px solid #dff0d8 !important;
	font-size: 16px;
	font-size: 1.6rem;
}