/*
Theme Name:     MRB Media
Description:    Custom Wordpress Theme created for Kevin Bowes Real Estate Group.
Author:         MRB Media, Inc.
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../Divi/style.css");
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

*, .IDX-showcaseCell, #et-info, li.menu-item a, ul.sub-menu li.menu-item a {
	font-size: 120%;
}

#et-info-phone::before, #et-info-email::before {
	margin-right: 5px;
}

.project .et_project_meta {
	display: none;
}

.et_color_scheme_red .bottom-nav li.current-menu-item > a {
	color: #FFF !important;
}
 
 body .gform_wrapper form .gform_body ul,
 body .gform_wrapper form .gform_body ul li { 
 	list-style-type: none !important; 
 	list-style-image: none !important;
 	list-style: none !important; 
 	background-image: none !important;
 	background: none !important;
 	padding: 0 !important;
 	margin: 0 !important;
 	border: none !important
 }
 
 .footer-widget ul li a {
 	color: #FFF !important;
 }
 
 body .gform_wrapper form .gform_body ul > li:before {
 	content: "" !important;
 }
 
li#field_1_2.gfield.gfield_contains_required::before {
	display: none !important;
}

#gform_submit_button_1 {
	float: right;
}

.IDX-showcaseCell {
	border: none !important;
	box-shadow: none !important;
}

.IDX-showcaseCell:hover, img a:hover, a img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

p.et_pb_fullwidth_header_subhead {
	font-size: 150%;
}

#IDX-quicksearch-16269, #IDX-showcaseGallery-48427 .IDX-showcaseContainer {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	width: 100% !important;
}

#IDX-main {
	width: 100% !important;
}

.IDX-formBtn.IDX-formSubmit, .IDX-formBtn, .IDX-formSubmit {
	background: #99191c !important; /* Old browsers */
	color: white !important;
}

.IDX-formBtn.IDX-formSubmit:hover, .IDX-formBtn:hover, .IDX-formSubmit:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	color: white !important;
}

ul#menu-communities li.menu-item { font-size: 80%; }

#top-header, #et-info, .et-social-icons li a {
	color: #FFF !important;
}

.bottom-nav li.current-menu-item > a {
	color: #99191c;
}

#et-top-navigation {padding-left: 0 !important;}

/*** REMOVE LABEL ON FIELDS USING PLACEHOLDER ***/
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
 display: none;
}
/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: right;
 background: transparent;
 border: 2px solid #2ea3f2;
 font-size: 22px;
 color: #2ea3f2;
 padding: 12px 23px;
 border-radius: 5px;
 letter-spacing: 2px;
 cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: rgba(0, 0, 0, 0.05);
 border: 2px solid transparent;
}