/* 
 Theme Name:     Divi-child
 Theme URI:      https://dba.bandwth.com/wp-content/themes/Divi-child
 Author:         JL Marketing NH, LLC.
 Author URI:     https://jlmarketingnh.com
 Template:       Divi
 Version:        3.0
 Description:   A Divi Child Theme 
 Wordpress Version: 4.9.4
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.et_monarch .et_social_popup_content:before {
content: "Thanks for sharing!";
font-size: 34px;
color: #000;
}
/*** If you need to make your entire popup box taller add this and adjust the number if needed ***/
.et_monarch .et_social_popup_content {
height: 450px !important;
}

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

#top-header #et-info-phone {
margin-right: 0px;
padding: 10px 12px 12px 10px;
background: #202741;
}

/**************************** Gravity Forms Styling **************************/

.gform_wrapper .gform_footer input.button {
    border: 0px solid #e73827!important;
    color: #fff!important;
	background: #e73827!important;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    background-color: #fff;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    color: #000!important;
    padding: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: initial;
    height: initial
}

#et-secondary-nav > li:last-child {
    margin-right: 2em!important;
}

/* Responsive Styles Desktop*/

@media all and (min-width: 975px) {
.et_fullwidth_secondary_nav #top-header .container {
	background-image: linear-gradient(90deg, #fff 40%, #e73827 60%)!important;
}
	#logo {
		margin-top: -1em;
	}
	
}

