h3 {
    line-height: 1.4em;
}
h4 {
    font-size: 20px;
}
#et-main-area {
  box-shadow: 0px 0px 10px #000;
}
#main-header {
    background-color: #454545;
    border-bottom: #e42b23 solid 3px;
}
#et-info-email {
  display: none;
}

/* style the get started cta button */
.menu-btn {border-radius: 0px;}
.menu-btn a {color: #fff!important; font-weight: bold !important;}
li.menu-btn {
	background-color:#e42b23; 
    font-weight: 700; 
    text-transform: uppercase; 
    text-align: center; 
    padding: 10px 15px 15px 15px !important;
    border-radius: 5px;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;}
li.menu-btn:hover {background-color:#e42b23; color: #fff!important;}
 
/* fixed header button text color */
.et-fixed-header #top-menu .menu-btn a {
     color: #fff!important;}
.menu-btn li.current-menu-ancestor > a, .menu-btn li.current-menu-item > a {
      color: #fff !important;}
 
@media only screen and (min-width : 981px) {
     li.menu-btn {height: 33px;}}

.et_mobile_menu li a {
  font-size: 18px;
}
.et_mobile_menu .menu-btn {
  padding: 5px !important;
}
.et_pb_testimonial {
  border-radius: 10px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    width: 100%;
    max-width: 1080px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 1080px;
    margin: 20px auto;
}
.et_pb_contact p input, .et_pb_contact p textarea {
    background-color: #ddd;
}
@media only screen and (max-width: 981px) {
#logo {
  height: 85px; /*change this to adjust the size*/
  max-height: 85px !important; /* change this to adjust the size */
  padding-top: 10px;
  padding-bottom: 10px;
}
}
@media (max-width: 980px) {
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 80%;
}
}
@media (max-width: 767px) {
#db-info-text:after {
  content: "";
  line-height: 1.4em;
}
}
/* style footer menu */
.footer-widget li:before { display: none; }
.footer-widget li { text-indent: -1em; }
.footer-widget .menu-btn { padding: 5px 15px 15px 30px !important;}
/*** GRAVITY FORMS STYLING ***/
/*** 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;
}
ul.gform_fields li.gfield select {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #999 !important;
 padding: 15px !important;
}
/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button {
 float: right;
 background: #e42b23;
 border: none;
 font-size: 18px;
 color: #ffffff;
 padding: 12px 23px;
 border-radius: 5px;
 cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: #454545;
 border: none;
}