/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*Submit button gravity forms */ 
body .gform_wrapper .gform_footer input[type=submit] { 
	float:left; 
	height: 45px; 
	width: 25% !important; 
	min-width: 180px; 
	clear: both; border: none !important; 
	margin-left: 12px; 
	background: #ffffff; 
	color: #005999; 
}

/* custom menu list styling */
#slidingbar-area .widget-title, .fusion-footer-widget-area .widget-title {
	margin: 0 0 18px;
}

.fusion-widget-area .widget_nav_menu li {
	padding: 6px 10px 6px 12px;
	border: none;
	line-height: 0.5rem;
}

/* Home page card styling */
.card-contents,
.card-contents-inner {
	box-shadow: 5px 5px 8px #999;
	border-left: 1px solid #eef0f2;
}

.card-contents p, .card-contents h2 {
	margin: 10px 12px;
}

.card-contents .fusion-button {
	width: 100%;
	color: #005999;
}


/* Home page hero image height on big screens */

@media (min-width: 1400px) {
	.home-hero { height: 500px; }
}