/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

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

.header-nav li a {
  color: #FFF;
}

.header-nav li a:hover {
  color: #FFF !important;
}

#masthead .top-divider {
  display: none;
}

.top-buttons {
  margin: auto;
}

.top-buttons a.button {
  background-color: #10b1a6;
  color: #FFF;
  display: block;
  width: fit-content;
}


.top-buttons a.button:hover {
  color: #000;
}

.vendors-row a {
  color: #FFF;
  font-weight: 800;
}

.bit-bigger {
  font-size: 20px;
}

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


}
