article .single-post-title {
  font-family: var(--font-family-accent-1);
  font-weight: 700;
  line-height: 1.2;
  font-size: 40px;
  margin-bottom: 8px;
  color: var(--black-color-accent-2);
}
article .single-post-meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  gap: 10px;
}
article .single-post-meta .post-date,
article .single-post-meta .post-views {
  font-family: var(--font-family-accent-1);
  color: #888;
  font-size: var(--font-size-xs);
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 6px;
}
article .post-categories {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  gap: 8px;
}
article .post-categories .category-link {
  display: block;
  font-size: 12px;
  color: #1351D8;
  /* background: rgb(19 81 216 / 10%);
  padding: 6px 12px 4px; */
  font-family: var(--font-family-accent-1);
  border-radius: 4px;
  font-weight: 600;
  line-height: 1.5;
  padding: 2px 6px;
  border: 1px solid;
  width: -moz-max-content;
  width: max-content;
}
article .post-categories .category-link:hover {
  color: var(--blue-color-accent-1);
}
article .single-post-content {
  margin-top: 30px;
}
article .entry-content * {
  font-family: var(--font-family-accent-2);
  color: var(--black-color-accent-1);
  font-size: 16px;
}
article .entry-content *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
article .entry-content * strong {
  font-weight: 700;
}
article .entry-content h1, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6, article .entry-content .h1, article .entry-content .h2, article .entry-content .h3, article .entry-content .h4, article .entry-content .h5, article .entry-content .h6 {
  font-family: var(--font-family-accent-1);
  color: var(--black-color-accent-2);
  font-weight: 600;
  margin-bottom: 16px;
}
article .entry-content h1, article .entry-content .h1 {
  font-size: 36px;
  line-height: 1.2;
}
article .entry-content h2, article .entry-content .h2 {
  font-size: 28px;
  line-height: 1.2;
}
article .entry-content h2 + h3, article .entry-content h2 + .h3, article .entry-content h2 + h4, article .entry-content h2 + .h4, article .entry-content h2 + h5, article .entry-content h2 + .h5, article .entry-content h2 + h6, article .entry-content h2 + .h6, article .entry-content .h2 + h3, article .entry-content .h2 + .h3, article .entry-content .h2 + h4, article .entry-content .h2 + .h4, article .entry-content .h2 + h5, article .entry-content .h2 + .h5, article .entry-content .h2 + h6, article .entry-content .h2 + .h6 {
  margin-top: 20px;
}
article .entry-content h3, article .entry-content .h3 {
  font-size: 24px;
  line-height: 1.3;
}
article .entry-content h3 + h4, article .entry-content h3 + .h4, article .entry-content h3 + h5, article .entry-content h3 + .h5, article .entry-content h3 + h6, article .entry-content h3 + .h6, article .entry-content .h3 + h4, article .entry-content .h3 + .h4, article .entry-content .h3 + h5, article .entry-content .h3 + .h5, article .entry-content .h3 + h6, article .entry-content .h3 + .h6 {
  margin-top: 20px;
}
article .entry-content h4, article .entry-content .h4 {
  font-size: 20px;
  line-height: 1.4;
}
article .entry-content h4 + h5, article .entry-content h4 + .h5, article .entry-content h4 + h6, article .entry-content h4 + .h6, article .entry-content .h4 + h5, article .entry-content .h4 + .h5, article .entry-content .h4 + h6, article .entry-content .h4 + .h6 {
  margin-top: 20px;
}
article .entry-content h5, article .entry-content .h5 {
  font-size: 18px;
  line-height: 1.5;
}
article .entry-content h5 + h6, article .entry-content h5 + .h6, article .entry-content .h5 + h6, article .entry-content .h5 + .h6 {
  margin-top: 20px;
}
article .entry-content h6, article .entry-content .h6 {
  font-size: 16px;
  line-height: 1.5;
}
article .entry-content a {
  color: var(--blue-color-accent-1);
  text-decoration: underline;
}
article .entry-content ul li:not(:last-of-type), article .entry-content ol li:not(:last-of-type) {
  margin-bottom: 8px;
}
article .entry-content ul {
  list-style-type: disc;
}
article .entry-content ol {
  list-style-type: decimal;
}
article .entry-content p + h2, article .entry-content p + .h2, article .entry-content p + h3, article .entry-content p + .h3, article .entry-content p + h4, article .entry-content p + .h4, article .entry-content p + h5, article .entry-content p + .h5, article .entry-content p + h6, article .entry-content p + .h6, article .entry-content ul + h2, article .entry-content ul + .h2, article .entry-content ul + h3, article .entry-content ul + .h3, article .entry-content ul + h4, article .entry-content ul + .h4, article .entry-content ul + h5, article .entry-content ul + .h5, article .entry-content ul + h6, article .entry-content ul + .h6 {
  margin-top: 28px;
}
article .entry-content .wp-caption {
  max-width: 100%;
}
article .entry-content .wp-caption .wp-caption-text {
  margin-top: 4px;
  text-align: center;
  font-style: italic;
}
article .entry-content img {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-wrap.page-privacy-policy {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-wrap.page-single {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-wrap.page-single .single-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  width: 100%;
  gap: 40px;
}
.section-wrap.page-single .single-wrap .article-area {
  width: 100%;
  flex-grow: 1;
}

@media (max-width: 767px) {
  article .single-post-title {
    font-size: 36px;
  }
  .section-wrap.page-single .single-wrap {
    flex-direction: column-reverse;
    gap: 60px;
  }
}
@media (max-width: 575px) {
  article .single-post-title {
    font-size: 32px;
  }
}
.sidebar-area {
  display: block;
  flex-shrink: 0;
  width: 100%;
  max-width: 350px;
  height: 100%;
}
.sidebar-area.sidebar-sticky {
  position: sticky;
  top: calc(var(--header-height) + 60px);
}
.sidebar-area .widget {
  border-radius: 10px 10px 10px 10px;
  padding: 24px 0;
  background-color: #f7f8fa;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 20px;
}
.sidebar-area .widget:not(:last-of-type) {
  margin-bottom: 24px;
}
.sidebar-area .widget .widget-header,
.sidebar-area .widget .widget-body,
.sidebar-area .widget .widget-footer {
  padding: 0 24px;
}
.sidebar-area .widget .widget-title {
  font-family: var(--font-family-accent-1);
  color: var(--black-color-accent-2);
  font-size: var(--font-size-lg);
  font-weight: 600;
  margin-bottom: 0;
}
.sidebar-area .widget.widget-expand .widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-area .widget.widget-expand .widget-header .widget-title {
  flex-shrink: 0;
}
.sidebar-area .widget.widget-expand .widget-header::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 20px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}
.sidebar-area .widget#widget_post_categories .post-categories .post-category-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-area .widget#widget_post_categories .post-categories .post-category-item:not(:last-of-type) {
  margin-bottom: 12px;
}
.sidebar-area .widget#widget_post_categories .post-categories .post-category-item .post-category-link {
  font-weight: 400;
}
.sidebar-area .widget#widget_post_categories .post-categories .post-category-item .post-category-link:hover {
  color: var(--blue-color-accent-1);
}
.sidebar-area .widget#widget_post_categories .post-categories .post-category-item .badge {
  background: linear-gradient(0deg, rgba(19, 81, 216, 0.01), rgba(19, 81, 216, 0.01)), linear-gradient(0deg, rgba(19, 81, 216, 0.05), rgba(19, 81, 216, 0.05));
  color: var(--black-color-accent-1);
  font-size: 10px;
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item:not(:last-of-type) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dee2e6;
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item .post-thumbnail {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item .post-thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: none;
  border-radius: 4px 4px 4px 4px;
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item .post-thumbnail:hover::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item .post-content {
  flex-grow: 1;
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item .post-content .post-title {
  font-family: var(--font-family-accent-1);
  color: var(--black-color-accent-1);
  font-size: var(--font-size-sm);
  font-weight: 600;
  line-height: 1.4;
  transition: none;
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item .post-content .post-title a:hover {
  color: var(--blue-color-accent-1);
}
.sidebar-area .widget#widget_featured_posts .featured-posts .post-item .post-content .post-date {
  font-family: var(--font-family-accent-1);
  color: #888888;
  font-size: var(--font-size-xs);
  font-weight: 500;
  line-height: 1.3;
  margin-top: 2px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.sidebar-area .widget#widget_theme_filter .filter-wrap .filter-name {
  font-family: var(--font-family-accent-1);
  font-size: var(--font-size-nm);
  line-height: 1.2;
  color: var(--black-color-accent-2);
  font-weight: 500;
}
.sidebar-area .widget#widget_theme_filter .filter-wrap .web-themes-filter {
  margin-top: 12px;
}
.sidebar-area .widget#widget_theme_filter .filter-wrap.enable-scroll .web-themes-filter {
  max-height: 288px;
  overflow-y: auto;
}
.sidebar-area .widget#widget_theme_filter .filter-wrap.enable-expand .filter-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  gap: 8px;
}
.sidebar-area .widget#widget_theme_filter .filter-wrap.enable-expand .filter-name::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  right: -5px;
}
.sidebar-area .widget#widget_theme_filter .filter-wrap.enable-expand.expanded .filter-name::after {
  transform: rotate(180deg);
}
.sidebar-area .widget#widget_theme_filter .filter-wrap:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.sidebar-area .widget#widget_theme_filter .web-themes-filter-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 8px;
}
.sidebar-area .widget#widget_theme_filter .web-themes-filter-actions .btn-reset,
.sidebar-area .widget#widget_theme_filter .web-themes-filter-actions .btn-apply {
  flex: 1;
  width: 100%;
  padding: 10px 24px;
}
.sidebar-area .widget .web-themes-checkbox:not(:last-of-type) {
  margin-bottom: 12px;
}
.sidebar-area .widget .web-themes-checkbox.child {
  margin-left: 26px;
}
.sidebar-area .widget .web-themes-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family-accent-1);
  transition: none !important;
  color: var(--black-color-accent-1);
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}
.sidebar-area .widget .web-themes-checkbox label:hover {
  color: var(--blue-color-accent-1);
}
.sidebar-area .widget .web-themes-checkbox label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: var(--blue-color-accent-1);
  margin-top: 0 !important;
  box-shadow: none !important;
  transition: none !important;
}
.sidebar-area .widget .web-themes-checkbox label input[type=checkbox]:checked, .sidebar-area .widget .web-themes-checkbox label input[type=checkbox]:checked:hover {
  background-color: var(--blue-color-accent-1);
  accent-color: var(--blue-color-accent-1);
}

@media (max-width: 767px) {
  .sidebar-area.sidebar-sticky {
    position: relative;
    top: unset;
    max-width: 100%;
  }
}/*# sourceMappingURL=single.css.map */