/*
Theme Name: Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

h1, h2, h3, h4, h5 {
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 2em;
}

h3 {
  font-weight: 400;
}

.ux-slider, .ux-row-slider {
    margin-bottom: 0px;
}

ul.header-nav li a {
    font-weight: 400;
}

ul.header-nav a.nav-top-link {
    opacity: 1;
    font-weight: 700;
    color: #000;
}

ul.header-nav li.active a.nav-top-link {
  color: #76BD1D;
}

a {
  color: #7e7e7e;
}

.footer {
  padding: 60px 0;
}

.product_list_widget li {
  border: none;
}

.wide-nav {
  box-shadow:none;
  border-top:1px solid #dadada;
}

.ux-img-container img {
    height: auto;
    width: auto;
}

.textwidget img {
  display: block;
  margin-bottom: 30px;
}

.bgc {
  background-color: rgba(118, 189, 29, 0.7);
  padding: 15px 0;
  font-weight: 400;
}

.user-role {
  background: 1px solid #d2f9ff;
  background: #e6fcff;
  padding: 20px;
  margin-bottom: 20px;
  color: #4c6063;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
