/*
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.   ***************/

.nav-dropdown-has-border .nav-dropdown{
    border-radius: 5px;
  border-width: 1px;
  border-color: #eaeaea;
  padding: 0.5rem 1rem;
}
.nav-dropdown-default .nav-column li > a, .nav-dropdown.nav-dropdown-default > li > a{
    border-bottom: 1px dashed #ececec
}
.box-overlay.dark .box-text, .box-shade.dark .box-text{
    text-shadow: none;
    background: rgba(0,0,0,.5);
}
.badge-inner{
    border-radius: 10px 0 10px 0;
}
.button.is-outline, input[type="button"].is-outline, input[type="reset"].is-outline, input[type="submit"].is-outline{
    border-width: 1px;
}
.footer-widgets .social-icons{
    margin-top: 1rem;
}
.section-title b{
    height: 1px;
}
.nav-dropdown-has-arrow li.has-dropdown::after {
    border-color: hsla(0,0%,87%,0) hsla(0,0%,87%,0) #fff;
    border-width: 10px;
    margin-left: -10px;
  }
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}