/*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-header {
  top: 0;
}

#c-top-header {
  background: #000;
  padding: 5px 0 !important;
}

#c-main-header {
  background: #FF6600;
}
#c-main-header .c-logo img {
  width: 80%;
  height: auto;
}
#c-main-header .c-menu li {
  padding: 10px 20px !important;
}
#c-main-header .sub-menu {
  top: 45px;
}
#c-main-header .sub-menu li {
  padding: 6px 10px !important;
}

#c-primary {
  padding-top: 100px;
}

.c-post-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px;
}

.c-post-meta {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.c-post-meta span {
  font-size: 0.75rem;
}
.c-post-meta span a {
  color: #000;
}
.c-post-meta span a:hover {
  color: #FF6600;
}
.c-post-meta .c-icons {
  color: #FF6600;
}

h1 {
  font-size: 2rem;
}

.c-post-content h2 {
  margin-top: 25px;
}
.c-post-content h3 {
  font-size: 1.3rem;
}
.c-post-content h4 {
  font-size: 1.1rem;
}
.c-post-content h5 {
  font-size: 1rem;
}
.c-post-content h6 {
  font-size: 0.9rem;
}
.c-post-content p {
  line-height: 1.7em;
}
.c-post-content img {
  max-width: 100%;
  height: auto;
}

.c-post-pagination {
  display: flex;
}
.c-post-pagination .c-prev-post, .c-post-pagination .c-next-post {
  width: 50%;
}
.c-post-pagination .c-icons {
  font-size: 1.4rem;
}

.c-flex-author-email {
  gap: 10px;
}

.c-comment-field {
  width: 50%;
}
.c-comment-field input {
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  border: 1px solid #acacac;
  font-size: 0.9rem;
}

.c-comment-textarea #comment {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #acacac;
  font-size: 0.9rem;
  padding: 5px;
}

.comment-form label {
  font-size: 0.8rem;
  margin-bottom: 3px;
  color: #2d2d2d;
}
.comment-form .c-btn-grad {
  border: 0;
  width: 100%;
  box-shadow: 0 0 5px #acacac;
}

.required {
  color: red;
  font-size: 0.75rem;
}

.comment-list {
  list-style-type: none;
  padding-left: 0;
}
.comment-list .comment {
  margin: 10px 0;
  border-radius: 10px;
}
.comment-list .children {
  list-style-type: none;
}

.comment-author a {
  color: #000;
}

.comment-body {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.c-comment-time {
  font-size: 0.75rem;
  color: #000;
}
.c-comment-time:hover {
  color: #FF6600;
}

.c-reply-comment {
  font-size: 0.85rem;
  padding: 5px 20px;
  border-radius: 12px;
  background-image: linear-gradient(90deg, #282828 0%, rgba(0, 0, 0, 0.7) 100%);
  background-size: 200% auto;
  transition: all 0.3s 0s ease;
  text-align: center;
}
.c-reply-comment:hover {
  background-position: center right;
}
.c-reply-comment a {
  color: #fff;
}

.comment-content p {
  margin-bottom: 0;
}

.c-edit-link {
  font-size: 0.75rem;
}

#reply-title small {
  display: block;
}
#reply-title small a {
  font-size: 1rem;
  font-weight: 400;
}

.required-field-message {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.2rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  h4 {
    font-size: 0.9rem;
  }

  h5 {
    font-size: 0.85rem;
  }

  h6 {
    font-size: 0.75rem;
  }

  .c-post-content p {
    line-height: 1.5em;
  }
  .c-post-content img {
    width: 100%;
    height: auto;
  }

  .c-post-image img {
    width: 100%;
    height: auto !important;
  }

  .c-post-pagination {
    flex-direction: column;
  }
  .c-post-pagination .c-prev-post, .c-post-pagination .c-next-post {
    width: 100%;
  }
  .c-post-pagination .c-prev-post {
    border-right: 1px solid #eee;
  }

  .c-time-reply {
    flex-direction: column;
  }
}
/*PAGE*/
#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.5;
  z-index: -1;
}

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

/*# sourceMappingURL=single-post.css.map */
