/*
Theme Name: C13WE0724
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.box.box-blog-post {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
}
.box.box-blog-post .box-text .is-divider {
  display: none;
}

body.home h2 {
  margin-bottom: 30px;
  color: #000;
}

section.about-us:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("assets/images/section-about-us-bg-right.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
section.about-us .icon-box {
  margin-bottom: 30px;
  position: relative;
  left: -40px;
}
section.about-us .icon-box .icon-box-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

section.featured-categories .box {
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.6s ease;
}
section.featured-categories .box .box-text h3, section.featured-categories .box .box-text h4, section.featured-categories .box .box-text h5 {
  color: #14b0bf;
  margin-bottom: 15px;
}
section.featured-categories .box .box-text p {
  text-align: justify;
}
section.featured-categories .box:hover {
  background: #F1F1F1;
}

.widget.widget_products ul li img {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}
.widget.flatsome_recent_posts ul li .badge {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
}

.nav-dropdown {
  padding: 0;
}
.nav-dropdown > li.menu-item a {
  font-size: 1em;
  font-weight: normal;
  text-transform: capitalize;
  color: #333;
}
.nav-dropdown > li.nav-dropdown-col {
  display: block;
  width: 100%;
  border-right: 0;
}
.nav-dropdown > li.nav-dropdown-col > .sub-menu {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  margin-top: -40.8px;
  display: none;
  position: absolute;
  left: 100%;
  z-index: 9;
  background: white;
  min-width: 240px;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
  border-width: 10px;
  margin-left: -10px;
}

.header-nav li.nav-dropdown-col:hover > ul {
  display: block !important;
}

/*# sourceMappingURL=style.css.map */
