/* Put content into the left widget top bar area */

.left-widgets {
   width: 100%;
}

.side-header .top-bar .mini-widgets.left-widgets .in-top-bar, .masthead .top-bar .left-widgets .in-top-bar {
    text-align: center;
    width: 100%;
letter-spacing: .8px;
    font-weight: 600;
}

.header-bar .mini-widgets .text-area {
   width: 100%;
}

@media only screen and (min-width: 500px) and (max-width: 850px) {
.aws-container {
 display: none;
}
}

@media only screen and (max-width: 500px) {
 .aws-container {
width: 100%;
margin-bottom: 10px;
}
}

@media only screen and (min-width: 1250px) and (max-width: 1500px) {
.main-nav > li > a .menu-text {
    font-size: 15px !important;
}
  .main-nav > li > a {
    margin: 18px 18px 18px 18px;
  }
}

@media only screen and (min-width: 1050px) and (max-width: 1249px) {
.main-nav > li > a .menu-text {
    font-size: 14px !important;
}
  .main-nav > li > a {
    margin: 18px 9px 18px 9px;
  }
}


.main-nav .sub-nav .shop-all .menu-text {
    font-style: italic;
font-weight: bold;
}

.post .entry-title a {
    display: inline-block;
    text-transform: capitalize;
    line-height: 23px;
    font-size: 15px;
}

.post .entry-title a:hover {
color: #1A2F45 !important;
}

.woocom-list-content .price * {
color: #4CAAE0;
}

.product_meta .sku_wrapper {
    display: none !important;
}

.woocommerce div.product div.summary h1 {
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}

body.hide-product-title .summary > .product_title {
    display: block !important;
}

/* 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;
}