/*
Theme Name: C11WE0426
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.fp-heading h1, .fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 2px;
  font-size: 40px;
}
.fp-heading h1:before, .fp-heading h1:after, .fp-heading h2:before, .fp-heading h2:after, .fp-heading h3:before, .fp-heading h3:after, .fp-heading h4:before, .fp-heading h4:after, .fp-heading h5:before, .fp-heading h5:after, .fp-heading h6:before, .fp-heading h6:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(to right, #bc202e, #FFF);
  width: 100px;
  height: 2px;
  border-radius: 30px;
}
.fp-heading h1:before, .fp-heading h2:before, .fp-heading h3:before, .fp-heading h4:before, .fp-heading h5:before, .fp-heading h6:before {
  left: calc(50% - 102px);
  background: linear-gradient(to left, #bc202e, #FFF);
}
.fp-heading h1:after, .fp-heading h2:after, .fp-heading h3:after, .fp-heading h4:after, .fp-heading h5:after, .fp-heading h6:after {
  left: calc(50% + 2px);
  background: linear-gradient(to right, #bc202e, #FFF);
}

.box.box-category .box-image {
  border: 1px solid #F1F1F1;
  border-radius: 50%;
  padding: 15px;
  position: relative;
  transition: 0.6s ease;
  top: 0;
  background: #FEF0F0;
}
.box.box-category .box-text .header-title {
  color: #bc202e;
}
.box.box-category:hover .box-image {
  top: -10px;
  box-shadow: 0 0 10px rgba(174, 174, 174, 0.15);
}

.box.product-small .box-image {
  box-shadow: 0 0 10px rgba(174, 174, 174, 0.15);
  border: 1px solid #F1F1F1;
}
.box.product-small .box-text .product-title a {
  color: #000;
}
.box.product-small .box-text .price-wrapper .price .amount {
  color: #bc202e;
}

#shop-sidebar .widget.widget_product_categories .widget-title, #product-sidebar .widget.widget_product_categories .widget-title {
  background: #bc202e;
  color: #FFF;
  border-radius: 5px;
  display: block;
  padding: 15px 15px;
  line-height: 1;
  margin-bottom: 10px;
}
#shop-sidebar .widget.widget_product_categories .is-divider, #product-sidebar .widget.widget_product_categories .is-divider {
  display: none;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories li a, #product-sidebar .widget.widget_product_categories ul.product-categories li a {
  color: #000;
  transition: 0.6s ease;
  position: relative;
  left: 0;
}
#shop-sidebar .widget.widget_product_categories ul.product-categories li:hover a, #product-sidebar .widget.widget_product_categories ul.product-categories li:hover a {
  color: #bc202e;
  left: 5px;
}

body.single-product .product-title {
  color: #bc202e;
}

body.single-post .entry-header .entry-header-text {
  padding-bottom: 0;
}
body.single-post .entry-header .entry-header-text .entry-title {
  color: #bc202e;
}
body.single-post .entry-header .entry-header-text .entry-divider {
  display: none;
}
body.single-post .entry-content h1 {
  color: #bc202e;
}

.post-sidebar .widget .widget-title {
  background: #bc202e;
  color: #FFF;
  border-radius: 5px;
  display: block;
  padding: 15px 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.post-sidebar .widget .is-divider {
  display: none;
}

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