.fancy-header .fancy-title {
    letter-spacing: 1px;
}

.eapps-social-icons-size-32 .eapps-social-icons-item {
    margin: 8px !important;
}

.gform_wrapper li.hidden_label input {
     margin-top: 0px; 
}

::-webkit-input-placeholder { /* Chrome */
  color: #000000 !important;
  font-size: 15px !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
  font-size: 15px !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
  font-size: 15px !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #000000 !important;
  font-size: 15px !important;
  opacity: 1 !important;
}

select {
   color: #000000 !important;
   font-size: 15px !important;
}


/* padding for placeholder text
--------------------------------------------- */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 12px !important;
}

#main .gform_wrapper textarea {
    font-size: 15px !important;
    padding-left: 12px !important;
}

.mobile-header-bar .mobile-branding img {
    max-width: 65%;
}

p {
    margin-bottom: 20px;
}

.main-nav > li > a .menu-text {
    letter-spacing: .6px;
}

/* MICROWIDGET SPACING IN MOBILE NAV */
.dt-mobile-header .mobile-mini-widgets-in-menu>* {
    margin: 15px 20px 15px 0;
}

/***** DROPDOWN FOOTER MENU FIX *****/
@media screen and (max-width: 990px) {
  #bottom-bar .mini-nav ul {
    display: block;
  }
   #bottom-bar .menu-select {
    display: none;
  }
}


/* ROW IN FRONT OF REV SLIDER */
.rev_slider_wrapper {
z-index: 0 !important;
}


/************* GRAVITY FORMS CSS **************/
#main .gform_wrapper .gform_footer input.button:hover, #main .gform_wrapper .gform_footer input[type="submit"]:hover {
    border: 2px solid #4cbb17;
}


/* CENTER SUBMIT BUTTON */
div.gform_footer.top_label {
text-align: center;
}

/* SUBMIT BUTTON 100% WIDTH 
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    width: 100% !important;  
}*/

/* FIELD BORDER COLOR */
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="number"], input[type="date"], input[type="range"], input[type="password"], select, textarea, .wpcf7-number {
    color: #333333; /* input text color */
    border-width: 1px;
    border-color: #cccccc;
}