/*
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-bottom,
.header-bottom .nav > li > a {
  background: #07172f;
}

.header-bottom .nav > li > a {
  color: #f8fafc !important;
  font-weight: 800;
}

.header-bottom .nav > li.active > a,
.header-bottom .nav > li > a:hover {
  background: #ff7a1a;
  color: #ffffff !important;
}

.footer iframe {
  max-width: 100%;
}

.footer-logo img {
  display: block;
  margin-bottom: 12px;
}

.footer-order-note p {
  margin-bottom: 8px;
}


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

.footer {
  padding: 28px 0;
}

}
