@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 700;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

p {
  margin-bottom: 10px;
}

.header-main .nav > li {
  margin: 0 10px;
}

.header-main .nav > li > a {
  font-size: 16px;
  font-weight: 700;
}

.term-description {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

.widget .is-divider {
  display: none;
}

.product_list_widget .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* home */
.home2 {
  padding-top: 40px;
}

.home4 .section-bg img {
  object-position: 0% 99%;
}

.home4 .col {
  padding-bottom: 0;
}

.home4 .col * {
  margin-bottom: 0;
}

.home5 {
  padding: 40px 0;
}

.home6 {
  padding: 40px 0;
  background-color: rgb(246, 244, 240);
}

.home7 {
  padding: 40px 0;
}

.home8 {
  padding: 40px 0 20px;
  background-color: rgb(246, 244, 240);
}

.home9 {
  padding: 40px 0;
}

.home10 {
  padding: 40px 0 20px;
  background-color: rgb(246, 244, 240);
}

.home10 .box-image {
  border-radius: 5px !important;
  overflow: hidden;
}

.home11 {
  padding: 40px 0;
}

.home11 .box-normal {
  border-radius: 5px;
  border: 1px #ececec solid;
  overflow: hidden;
}

.about4 .col-inner {
  height: 100%;
}

/* post-item */
.box-blog-post .is-divider {
  display: none;
}

.archive .post-item .box {
  border-radius: 5px;
  border: 1px #ececec solid;
  overflow: hidden;
}

.entry-divider.is-divider {
  display: none;
}

.container ul {
  padding-left: 20px;
}

/* .product-small .box */
.product-small .box {
  border-radius: 5px;
  border: 1px #ececec solid;
  overflow: hidden;
}

.product-small .box-text {
  padding: 10px;
}

.product-small .product-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.product-small .product-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.vnin-description {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 25px;
}

.readmore_taxonomy_flatsome {
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background: #fff;
  left: 0;
}

.readmore_taxonomy_flatsome:before {
  height: 55px;
  margin-top: -45px;
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
  display: block;
}

.readmore_taxonomy_flatsome a:after {
  content: "";
  width: 0;
  right: 0;
  border-top: 6px solid var(--fs-color-primary);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.readmore_taxonomy_flatsome_less a:after {
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid var(--fs-color-primary);
}

/* footer */
.footer-top {
  border-top: 1px #ececec solid;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer-top .medium-8::before {
  content: "";
  position: absolute;
  right: 30px;
  height: 200px;
  width: 1px;
  background-color: #ececec;
}

.footer-main {
  background-color: #312e2f;
  padding-top: 40px;
  color: #fff;
}

.footer-main a {
  color: #fff;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .home1 .img img {
    height: 180px;
    object-fit: cover;
  }

  .home4 .col p {
    margin-bottom: 20px;
  }

  .row-slider .flickity-prev-next-button svg {
    color: #fff;
  }

  .home9 .icon-box {
    font-size: 90%;
  }

  .home10 .row-grid .col {
    height: 250px !important;
  }

  .footer-top .medium-8::before {
    content: none;
  }
}
