/*SIDEBAR*/
.c-sidebar-box {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}

.c-info-box {
  display: flex;
  flex-direction: column;
}
.c-info-box .c-icons {
  font-size: 2.5rem;
}
.c-info-box h4, .c-info-box h5, .c-info-box h6 {
  letter-spacing: -0.4px;
  text-transform: uppercase;
  font-weight: 600;
}
.c-info-box span {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.c-categories {
  list-style-type: none;
  padding-left: 0;
}
.c-categories ul {
  list-style-type: none;
  padding-left: 0.5em;
}
.c-categories ul li {
  font-size: 0.95rem;
}
.c-categories ul li a {
  color: #000;
}
.c-categories ul li a:hover {
  color: #FF6600;
}
.c-categories ul li:before {
  font-family: "ceramizer-icons" !important;
  content: "\e916" !important;
  padding-right: 0.3em;
  font-size: 1.5rem;
  color: #FF6600;
  vertical-align: middle;
}

.c-categories-main {
  list-style-type: none;
  padding-left: 0;
}
.c-categories-main ul {
  list-style-type: none;
  padding-left: 0.5em;
}
.c-categories-main ul li a {
  color: #000;
}
.c-categories-main ul li a:hover {
  color: #FF6600;
}
.c-categories-main .c-li-0 {
  margin: 12px 0;
  font-size: 0.9rem;
}
.c-categories-main .c-parent-category i {
  font-size: 1.1rem;
  vertical-align: middle;
  border-radius: 100%;
  display: inline-block;
  transition: 0.3s ease;
  margin-left: 6px;
  color: #FF6600;
}
.c-categories-main .c-parent-category i:hover {
  cursor: pointer;
  background-color: #eee;
  color: #FF6600;
}
.c-categories-main .c-parent-category .rotate {
  transform: rotate(-180deg);
}
.c-categories-main .c-parent-category ul li {
  line-height: 1.1em;
  margin: 12px 0;
  font-size: 0.85rem;
}
.c-categories-main .c-sub-categories {
  display: none;
}

.categories::marker {
  display: none;
}

.open-on-load + .c-sub-categories {
  display: block;
}

.wc-block-product-categories-list--depth-0 li::before {
  padding-right: 0.05em !important;
}

.wc-block-product-categories-list--depth-1 li {
  display: flex;
  align-items: flex-start;
  margin: 6px 0;
}
.wc-block-product-categories-list--depth-1 li::before {
  margin-top: -8px !important;
  padding-right: 0.1em !important;
}

@media screen and (min-width: 577px) and (max-width: 991px) {
  .c-sidebar-box .c-categories li a {
    font-size: 0.8rem;
  }
}
/*END SIDEBAR*/
#c-hero-page-section {
  height: 450px;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  position: relative;
  z-index: 1;
}
#c-hero-page-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.65;
  z-index: -1;
}

.c-hero-page-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-navigation-breadcrumbs {
  border-bottom: 0;
}
.c-navigation-breadcrumbs .active {
  color: #fff;
}
.c-navigation-breadcrumbs .breadcrumb-item {
  font-size: 0.9rem;
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.c-loop-post-container {
  background-color: #f9f9f9;
  padding: 12px;
  margin: 24px 0;
  border-radius: 10px;
  box-shadow: 1px 3px 10px #acacac;
}
.c-loop-post-container:first-child {
  margin-top: 0;
}
.c-loop-post-container:hover {
  transform: translateY(-5px);
  box-shadow: 1px 3px 18px #acacac;
}

.c-loop-img {
  flex: 0 0 40%;
}
.c-loop-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-height: 260px;
  object-fit: cover;
  object-position: center;
}

.c-post-meta span {
  font-size: 0.85rem;
}
.c-post-meta span a {
  color: #000;
}
.c-post-meta span a:hover {
  color: #FF6600;
}

.c-loop-button {
  font-size: 0.9rem;
}

.c-loop-pagination {
  margin-top: 18px;
  background-color: #f9f9f9;
  padding: 12px;
  border-radius: 10px;
}
.c-loop-pagination .nav-links {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.c-loop-pagination .nav-links .page-numbers:not(.dots, .next, .prev, .current) {
  color: #fff;
  background-color: #FF6600;
  border-radius: 100%;
  font-size: 0.8rem;
  margin: 0 6px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-top: 2px;
}
.c-loop-pagination .nav-links .current {
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  font-size: 0.8rem;
  margin: 0 6px;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-top: 2px;
}
.c-loop-pagination .nav-links .next, .c-loop-pagination .nav-links .prev {
  display: inline-block;
  padding-top: 7px;
}
.c-loop-pagination .nav-links .next i, .c-loop-pagination .nav-links .prev i {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .c-loop-post-container .d-flex {
    flex-direction: column;
    padding-bottom: 12px;
  }
  .c-loop-post-container .c-loop-img img {
    max-height: 200px;
  }
  .c-loop-post-container h2 {
    font-size: 1.1rem;
    margin-top: 12px;
  }
  .c-loop-post-container .c-post-meta.d-flex {
    flex-direction: row;
    font-size: 0.7rem;
  }
  .c-loop-post-container p {
    font-size: 0.8rem;
    line-height: 1.2em;
  }
  .c-loop-post-container .c-loop-button {
    font-size: 0.7rem;
  }

  .c-loop-pagination {
    margin-bottom: 18px;
  }
}

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