/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");

.gform_wrapper ul li.gfield{clear:none!important}
.gfull{float: none; width: 100%;  }
.gname{float: left; width: 48%;  }
.gaddress{float: right; width: 48%; clear: both !important;}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{width:100%!important}
.entry-content li.gfield {padding: 0; list-style:none;background: transparent}
.glast { float:none; width: 100%; }

@media screen and (max-width: 460px){
.gform_wrapper ul li.gfield{clear:both!important}
.gname {float: none; width: 100%; }
.gaddress {float: none; width: 100%;}
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
font-size: 1.7em !important;
padding: 8px 45px 8px 45px;
}
@media (max-width: 980px) {
.et_header_style_split .et_mobile_menu {
    top: 32px !important;
}
}
#google_language_translator {
padding-bottom: 30px;
}
.trans {
width: 10%;
margin-left: auto;
margin-right: auto;
}
