/*
Theme Name: C12WE0526
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.3
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
.fp-heading {
  position: relative;
  margin-bottom: 20px;
}
.fp-heading h1, .fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
  color: #075aa4;
  font-size: 29px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
@media all and (max-width: 576px) {
  .fp-heading h1, .fp-heading h2, .fp-heading h3, .fp-heading h4, .fp-heading h5, .fp-heading h6 {
    font-size: 20px;
  }
}
.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, #075aa4, #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, #075aa4, #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, #075aa4, #FFF);
}

section.yw-partner div.img {
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.16);
  transition: 0.6s ease;
}
section.yw-partner div.img:hover {
  box-shadow: 0 0 30px rgba(7, 90, 164, 0.16);
}
@media all and (max-width: 576px) {
  section.yw-partner .stack {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
  }
  section.yw-partner .stack div.img {
    width: 49% !important;
    margin: 0 !important;
  }
}

.row .col.product-category .box.box-category .box-image {
  border: 1px solid #F1F1F1;
  transition: 0.6s ease;
}
.row .col.product-category .box.box-category .box-text h1, .row .col.product-category .box.box-category .box-text h2, .row .col.product-category .box.box-category .box-text h3, .row .col.product-category .box.box-category .box-text h4, .row .col.product-category .box.box-category .box-text h5, .row .col.product-category .box.box-category .box-text h6 {
  color: #000;
}
.row .col.product-category .box.box-category:hover .box-image {
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.16);
}

.box.product-small {
  border: 1px solid #F1F1F1;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.16);
  transition: 0.6s ease;
}
.box.product-small .box-image {
  border-bottom: 4px solid rgba(7, 90, 164, 0.4509803922);
  transition: 0.6s ease;
}
.box.product-small:hover {
  box-shadow: 0 0 30px rgba(7, 90, 164, 0.16);
}
.box.product-small:hover .box-image {
  border-bottom: 4px solid #075aa4;
}

.box.box-blog-post .box-text .is-divider {
  display: none;
}

.icon-box {
  border: 1px solid #F1F1F1;
  padding: 15px;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.3215686275);
  height: 100%;
  border-radius: 10px;
  transition: 0.6s ease;
}
.icon-box .icon-box-img {
  padding-top: 5px;
}
.icon-box .icon-box-text strong {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
  color: #075aa4;
}
.icon-box .icon-box-text p {
  margin-bottom: 5px;
}
.icon-box:hover {
  box-shadow: 0 0 30px rgba(7, 90, 164, 0.16);
}

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

.post-sidebar .widget .widget-title,
.widget-area .widget .widget-title {
  background: #075aa4;
  color: #FFF;
  border-radius: 5px;
  display: block;
  padding: 15px 15px;
  line-height: 1;
  margin-bottom: 10px;
}
.post-sidebar .widget .is-divider,
.widget-area .widget .is-divider {
  display: none;
}
.post-sidebar .widget.widget_categories ul li a,
.widget-area .widget.widget_categories ul li a {
  font-size: 14px;
  color: #000;
}
.post-sidebar .widget.flatsome_recent_posts .badge,
.widget-area .widget.flatsome_recent_posts .badge {
  border-radius: 5px;
  border: 1px solid #F1F1F1;
}
.post-sidebar .widget.flatsome_recent_posts a,
.widget-area .widget.flatsome_recent_posts a {
  font-size: 14px;
  color: #000;
}

@media all and (max-width: 576px) {
  .mobile-swiper {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .mobile-swiper > .col {
    width: 75%;
    flex-basis: 75%;
    min-width: 75%;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .mobile-swiper > .col .text {
    white-space: wrap;
  }
  .mobile-swiper > .col .icon-box {
    border: 1px solid #F1F1F1;
    border-radius: 10px;
  }
  .mobile-swiper > .col .box {
    white-space: normal;
  }
}

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