/*
Theme Name:     Big Storm Web Design
Theme URI:      http://greatbigstorm.com/
Description:    Child Theme
Author:         Drew Schug
Author URI:     http://www.greatbigstorm.com/web-design/
Template:       Divi
Version:        1.0.2
*/
/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER Gravity Forms ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	display: none;
}
/*** Accordian Image **/
#accordion-picture img{
	display: none;
	height: 450px;
	width: 100%;
	object-fit: cover;
}
#accordion-picture .active img{
	display: block !important;
}

/*** BUTTON STYLING Gravity Forms ***/
.gform_wrapper .gform_footer input.button {
	float: left;
	padding: 10px 10px;
	border-radius: 3px;
	border: 1px solid #728089;
	letter-spacing: 2px;
	cursor: pointer;
	font-size: 16px;
	background: default;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
	background: rgba(72, 80, 89, 0.2);
}

/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}

/*** hide bullets in the footer menus ***/
.footer-widget li:before { 
	display: none; 
}

@media only screen and (max-width: 980px)  {
	#et-top-navigation span.mobile_menu_bar:before, 
	#et-top-navigation span.mobile_menu_bar:after {
		color: #fff;
	}
}

/*** NAVIGATION WIDTH ***/
@media only screen and (min-width: 768px) {
	#et-info { float:right !important; }}
h4 a {text-transform:initial;}
@media (max-width: 1130px) {
 #et_mobile_nav_menu {
 display: block;
 }
}