/*
 Theme Name:     Waters Auto
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Ingenium I/O
 Author URI:     http://www.ingeniumio.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
/* =Theme customization starts here
------------------------------------------------------- */


html { text-rendering: optimizeLegibility; }
body {
    font-style: normal;
    text-rendering: optimizelegibility;
}
h1, h2, h3, h4, h5, h6 {
    line-height:1.3em;
}
#top-menu > li > a {
    font-size: 16px !important;
    font-weight: 600 !important;
}
/*.home-blurb {
    background: #f1f1f1;
    padding: 15px;
    height: 525px;
}*/
.home-blurb img {
    width: 100% !important;
    height:auto;
}
.et_nav_text_color_light, .et_nav_text_color_light #et-secondary-nav a, .et_nav_text_color_light .et-social-icon a, .et_nav_text_color_light #et-info a {
    color: rgba(255, 255, 255, 1);
}
#footer-info { color: #ccc; }
.et_fixed_nav #logo {
    margin-bottom: 0;
    max-height: 65px !important;
}
.et-fixed-header #logo {
    max-height: 50px !important;
}
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	background-color: #eee;
	width: 100%;
	border-width: 0;
	border-radius: 0;
	color: #999;
	font-size: 14px;
	padding: 16px;
}
.home label span {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 auto;
}
.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	margin: 15px auto;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	background: #2c4e86;
	color: #fff;
	cursor: pointer;
}

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
}

@media only screen and ( max-width: 1024px ) {
    .home-blurb {
        height: auto !important;
    }
}

@media only screen and ( max-width: 980px ) {
}

@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
}