.sidebar-content .widget-title {
    color: #27aae1;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
}

.single-related-posts .mini-post-img {
    display: none;
}

@media only screen and (min-width: 1250px) and (max-width: 1420px) {
.main-nav > li > a .menu-text {
    font-size: 13px !important;
}
.main-nav > li > a {
    margin: 18px 10px 18px 10px;
}
}

@media only screen and (min-width: 780px) and (max-width: 1249px) {
.main-nav > li > a .menu-text {
    font-size: 12px !important;
}
.main-nav > li > a {
    margin: 18px 8px 18px 8px;
}
}
@media only screen and (min-width: 1050px) and (max-width: 1270px) {
.call-now {
display: none;
}
}


.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p{
color: #ffffff;
}

.main-nav > li > a .menu-text {
    letter-spacing: .5px;
}

.call-now {
background: #919437;
padding: 10px 20px;
-webkit-border-radius: 20px;
    border-radius: 20px;
}

.call-now a {
color: #ffffff;
text-decoration: none;
    letter-spacing: .5px;
}

.mini-widgets .text-area a:not(.dt-btn), .mobile-mini-widgets .text-area a:not(.dt-btn) {
text-decoration: none;
}

/* 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 **************/

/* 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;
}