/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.7.1529419492
Updated: 2018-06-19 14:44:52

*/

@import './custom-search.css';


/* remove sidebar border on 404 page */
.error404 #main-content .container:before {
	display:none;
}

/* recaptcha resizing css for mobile devices */
@media (max-width:375px) {
	.ginput_recaptcha {
		transform:scale(0.77);
		-webkit-transform:scale(0.77);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}

/* PEOPLE PAGE */

.awsm-grid-wrapper .awsm-grid{
    padding: 20px 0!important;
}

.gform_footer .gform_button {
	border: 1px solid #298B93;
    background: #298B93;
    color: #fff;
    padding: 5px 10px;
	cursor: pointer;
	transition: all 0.3s;
}

.gform_footer .gform_button:hover {
	opacity: 0.8;
}




















