/*
Theme Name: dg_Fluid
Author: _dg
Author URI: http://durkangroup.com
Template: Divi
Version: 3.0
Description: stay fluid
*/


.H3 {
font-size: 35px; 
}

/* Gallery Slider image fixed size */
.et_pb_gallery_image {
 width: 320px;
 height: 200px;
 overflow: hidden;
}

.simple-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #002249 !important;
    opacity: 0.86 !important;
    z-index: 1;
}

.simple-overlay-light::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #ffffff !important;
    opacity: 0.66 !important;
    z-index: 1;
}

#et-info {
    float: right !important;
}

@media (max-width: 980px) {
.et_header_style_split #et_mobile_nav_menu {
    display: none;
	}
} 

.gform_wrapper li.hidden_label input {
    margin-top: 0px !important;
}

/* Hide Photo Name */
.mfp-title {
    display: none;
}

/* Form Styling */

/* .et_pb_column_12 {
    background-color: #ec4901;
} */
.contact-form_wrapper.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-form_wrapper.gform_wrapper textarea{
	border: 0px solid #EE5300;
	margin: 0;
    color: #EE5300;
	background-color: #E2E2DE;
	padding: 10px 15px;
	border-radius: 5px;
	width: 100%;
	font-weight: 600;
}
.contact-form_wrapper .gform_body ul.gform_fields li.gfield input::placeholder,
.contact-form_wrapper.gform_wrapper textarea::placeholder{
	color: #EE5300;
}

.contact-form_wrapper.gform_wrapper ul.gform_fields li.gfield div.ginput_container{
	margin: 0;
}

.contact-form_wrapper.gform_wrapper .gform_footer{
	margin: 0;
    padding: 0;
}
.contact-form_wrapper.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	background-color: #002D62;
	color: #ffffff;
    padding: 12px 40px;
    border: 1px solid #002D62;
	float: right;
    margin-top: 10px;
	font-weight: 600;
}

#gform_submit_button_1.gform_button:hover {
  background-color: #fff !important;
  color: #002D62 !important;
}
