.login form input.input {
background: #000000 !important;
}

.wc-order-review, .wc-side-column {
    background-color: #222222;
}

.woocommerce-cart-wrap .cart-collaterals {
    background-color: #222222;
}

.product_meta .sku_wrapper {
    display: none;
}

.shop_attributes {
    background-color: #202020;
}

h4.entry-title  {
font-family: Ubuntu, Helvetica, Arial, Verdana, sans-serif !important;
    text-transform: capitalize !important;
    color: #9B9B9B !important;
    font-weight: normal !important;
}

h4.entry-title a {
    color: #9B9B9B !important;
}

h4.entry-title a:hover {
    color: #515FA8 !important;
}

h1.entry-title {
font-size: 32px !important;
line-height: 42px !important;
}

body.hide-product-title .summary > .product_title {
    display: block !important;
}

@media only screen and (min-width: 1050px) and (max-width: 1250px) {
.main-nav > li > a .menu-text {
    font-size: 12px !important;
}
  .main-nav > li > a {
    margin: 18px 15px 18px 15px;
  }
}

.mobile-header-bar .mobile-branding img {
    max-width: 80%;
    margin-bottom: -40px;
}

.white-text h4, .white-text h3, .white-text h2, .white-text h1{
color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: .05em;
}

p {
    margin-bottom: 20px;
}

.main-nav > li > a .menu-text {
    letter-spacing: 1px;
}

.branding {
    margin-bottom: -70px;
}

/*.branding a img, .branding img {
    max-width: 80%;
}*/

/* 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;
}