/*
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-main {
  border-bottom: 1px solid #6f6f6f !important;
}
.copyright-footer {
  height: 49px;
  display: flex;
  align-items: center;
}

#header .stuck #logo img,
#logo img,
.logo img {
  height: 20px !important;
}

.section-title b {
  display: none;
}
.section-title-center {
  justify-content: center;
}
.section-title span {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

.page-about li,
.page-about li p {
  margin-bottom: 0;
}

.dark .nav-vertical li li.menu-item-has-children > a,
.dark .nav-vertical-fly-out > li > a,
.dark .nav-vertical > li > ul li a,
.dark .nav > li.html,
.dark .nav > li > a,
.nav-dark .is-outline,
.nav-dark .nav > li > a,
.nav-dark .nav > li > button,
.nav-dropdown.dark .nav-column > li > a,
.nav-dropdown.dark > li > a {
  color: rgba(255, 255, 255, 1);
}

.breadcrumbs,.rank-math-breadcrumb {
  font-size: 0.8rem;
}

.woocommerce-loop-product__title .woocommerce-LoopProduct-link,
.product_list_widget .product-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .copyright-footer {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .stuck #logo img,
  #logo img,
  .logo img {
    height: 18px !important;
  }
}
