h3 {
    line-height: 1.4em;
}
h4 {
    font-size: 20px;
}
#et-main-area {
  box-shadow: 0px 0px 10px #000;
}
#main-header {
    background-color: #232e34;
    border-bottom: #f9b500 solid 3px;
}
#et-info-email {
  display: none;
}
#top-menu li {
    padding-right: 25px;
}
/* style the get started cta button */
.menu-btn {border-radius: 0px;}
.menu-btn a {color: #202529!important; font-weight: bold !important; font-size: 1em !important;}
li.menu-btn {
	background-color:#f9b500; 
    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:#f9b500; color: #202529!important;}
 
/* fixed header button text color */
.et-fixed-header #top-menu .menu-btn a {
     color: #202529!important;}
.menu-btn li.current-menu-ancestor > a, .menu-btn li.current-menu-item > a {
      color: #202529 !important;}
 
@media only screen and (min-width : 981px) {
 li.menu-btn {height: 33px;}
#logo {
  max-height: 120% !important;
  margin-top: -15px;
}
}
.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: 100px; /*change this to adjust the size*/
  max-height: 150px !important; /* change this to adjust the size */
  margin-top: -15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
}
@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;}
#footer-widgets {
    padding: 5% 0 0;
}
.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 2.54%;
}
/*** 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: #f9b500;
 border: none;
 font-size: 18px;
 font-weight: bold;
 color: #232e34;
 padding: 12px 23px;
 border-radius: 5px;
 cursor: pointer;
}
/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover {
 background: #fad800;
 border: none;
}
/*----------Custom Back To Top Button----------*/
 
.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
 
.et_pb_scroll_top.et-pb-icon {
    right: 15px;
    bottom: 15px;
    border-radius: 25px;
    background: rgba(249, 181, 0, 0.5);
    padding: 10px;
}
 
 
.et_pb_scroll_top.et-pb-icon:hover {
    background: #f9b500;
}
 
.et_pb_scroll_top:before {
    content: "\21";
}