.sidebar-content .widget-title, .sidebar-content .textwidget {
    text-align: center;
}

.footer .soc-ico a:hover, .soc-font-icon:hover {
color: #333333 !important;
}

.dt-btn-m {
    letter-spacing: .5px;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p{
color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
letter-spacing: .8px;
}

/*.mini-contacts {
    letter-spacing: .5px;
    background-color: #6EBA21;
    padding: 10px 20px;
border-radius: 6px;
}*/

.top-bar .text-area {
    letter-spacing: .5px;
}


.main-nav > li:not(.wpml-ls-item) > a .menu-text {
    letter-spacing: .5px;
}

/* 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;
}