/* 
.t-container {
  max-width: 1280px;
  display: flex;
  width: 100%;
  height: 100%;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  margin-top: 26px;
} */

/**********************************************/
/*******            BREADCRUMB           ******/
/**********************************************/
.tavazo-breadcrumb {
}

.tavazo-breadcrumb .box {
  display: flex;
  align-items: center;
}

.tavazo-breadcrumb .box a {
  color: var(--Neutral---500, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.tavazo-breadcrumb .box .sep {
  display: flex;
}

.tavazo-breadcrumb .box *:last-child {
  color: var(--Primary---500, #2c5744);
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.blog-title .entry-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  align-self: stretch;
  color: #111827;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
  margin-bottom: 32px;
}

.blog-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-filter {
  display: flex;
  gap: 16px;
}
/**********************************************/
/*******            SEARCH-BOX           ******/
/**********************************************/
.search-box {
  display: flex;
  padding: 12px 12px 12px 16px;
  justify-content: flex-end;
  gap: 6px;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  align-items: center;
}
.search-box input:focus {
  outline: unset;
}

.search-box .search-icon {
  display: flex;
}

.blog-search {
  border: unset;
  width: 100%;
  height: 100%;
}

/**********************************************/
/*******               SORT              ******/
/**********************************************/
.custom-sort-dropdown {
  position: relative;
  display: inline-block;
  min-width: 200px;
}
.sort-dropdown-btn {
  width: 100%;
  cursor: pointer;
  outline: none;
  transition: box-shadow 0.2s;
  display: flex;
  height: 48px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  color: #5c5c5c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sort-dropdown-btn .icon {
  display: flex;
}
.sort-dropdown-list {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 24px #0001;
  border-radius: 12px;
  z-index: 20;
  min-width: 100%;
  border: 1px solid #eee;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.sort-dropdown-list li {
  padding: 0;
}
.sort-dropdown-list label {
  display: block;
  padding: 12px 18px;
  cursor: pointer;
  transition: background 0.15s;
  color: #5c5c5c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sort-dropdown-list label:hover {
  background: #e6f1ff;
  color: #1d7acf;
}
.sort-dropdown-list input[type="radio"] {
  display: none;
}

/**********************************************/
/*******           CATEGORIES            ******/
/**********************************************/
.blog-categories {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.blog-categories button.active {
  background: var(--Secondary---50, #fffbf6);
  border: 1px solid var(--Secondary---500, #bc9f72);
  color: var(--Secondary---500, #bc9f72);
  font-weight: 600;
}

.blog-categories button {
  display: flex;
  width: 128px;
  height: 48px;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  color: var(--Neutral---500, #666);
  font-size: 14px;
  font-weight: 400;
  text-wrap: nowrap;
  cursor: pointer;
}

/**********************************************/
/*******              POSTS              ******/
/**********************************************/
.blog-posts {
}

.blog-posts .blog-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 24px;
}

.blog-posts .blog-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog-posts .blog-card .blog-card-thumbnail {
  justify-content: center;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid var(--Neutral---100, #ebebeb);
  overflow: hidden;
}

.blog-posts .blog-card .blog-card-thumbnail a {
  width: 100%;
  height: 245px;
  display: flex;
}

.blog-posts .blog-card .blog-card-thumbnail a img {
  border-radius: 12px;
  object-fit: cover;
  transition: 0.3s;
  width: 100%;
}

.blog-posts .blog-card .blog-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-posts .blog-card .blog-card-content .blog-card-title {
  /* 24px */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  min-height: 60px;
}

.blog-posts .blog-card .blog-card-content .blog-card-excerpt {
  margin-bottom: 12px;
  color: var(--Neutral---500, #666);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
}
.blog-posts.post-type-recipe .blog-card .blog-card-content .blog-card-meta a {
  border-radius: 12px;
  border: 1px solid var(--Primary, #0c3c30);
  background: var(--Primary, #0c3c30);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  width: 100%;
  height: 56px;
}

.blog-card-meta {
}
.blog-posts .blog-card .blog-card-content .blog-card-meta {
  display: flex;
  /* width: 400px; */
  /* height: 56px; */
  /* padding: 10px 16px; */
  /* justify-content: center; */
  gap: 8px;

  /* Shadow/xs */
  /* align-items: center; */
}

.blog-posts
  .blog-card
  .blog-card-content
  .blog-card-meta
  a.custom-post-button
  span {
  color: var(--White, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}

.blog-posts .blog-card .blog-card-content .blog-card-meta a.custom-post-button {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-posts .blog-card .blog-card-content .blog-card-title a {
  color: var(--Neutral---800, #292929);
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8; /* 24px */
  text-decoration: none;
}

.blog-posts .blog-card .blog-card-content .blog-card-meta .meta-blog-style {
  display: flex;
  padding: 10px 14px;
  gap: 4px;
  border-radius: 100px;
  background: var(--Neutral---100, #ebebeb);
  color: var(--Neutral---700, #3d3d3d);
  font-size: 12px;
  font-weight: 400;
  line-height: 154%; /* 18px */
}

.blog-posts
  .blog-card
  .blog-card-content
  .blog-card-meta
  .meta-blog-style
  .icon {
  display: flex;
}

.blog-posts .blog-card .blog-card-content .blog-card-meta .meta-date {
}

.blog-posts .blog-card .blog-card-content .blog-card-meta .meta-reading-time {
}

/**********************************************/
/*******          PAGINATION             ******/
/**********************************************/

.tp-pagination,
nav.pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 54px;
  margin-bottom: 40px;
  justify-content: center;
  position: relative;
}

.tp-pagination span,
nav.pagination .page-numbers {
  min-width: 40px;
  height: 40px;
  aspect-ratio: 1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Gray-500, #717680);
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  line-height: 20px;
}
.tp-pagination span.tp-dots,
nav.pagination .page-numbers.dots {
  user-select: none;
  pointer-events: none;
}
.tp-pagination span:not(.tp-dots):hover,
nav.pagination .page-numbers:not(.dots):hover {
}
.tp-pagination span.active,
nav.pagination .page-numbers.current {
  padding: 12px;
  border-radius: 8px;
  background: var(--Secondary---100, #ffedd0);
  color: var(--Secondary---800, #705c3d);
  font-size: 14px;
  font-weight: 600;
}
.tp-pagination .tp-page-next,
.tp-pagination .tp-page-prev,
nav.pagination .page-numbers.next,
nav.pagination .page-numbers.prev {
  padding: 0 15px;
  aspect-ratio: unset;
}
.tp-pagination .tp-page-prev {
  position: absolute;
  right: 0;
}
.tp-pagination .tp-page-next {
  position: absolute;
  left: 0;
}
.tp-pagination .tp-page-prev,
.tp-pagination .tp-page-next {
  color: var(--Gray-700, #414651);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #d5d7da);
  background: var(--White, #fff);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
  line-height: 20px;
  height: 36px !important;
}
.tp-pagination .tp-page-next:after,
.tp-pagination .tp-page-prev:before {
  font-weight: 900;
  font-size: 11px;
  color: #555;
}
.tp-pagination .tp-page-next:after {
  content: "";
  background-image: url(../images/tv-arrow-left.svg);
  width: 20px;
  height: 20px;
}
.tp-pagination .tp-page-prev:before {
  content: "";
  background-image: url(../images/tv-arrow-right.svg);
  width: 20px;
  height: 20px;
}
.tp-pagination .tp-page-next:hover:after,
.tp-pagination .tp-page-prev:hover:before {
  color: #fff;
}

/**********************************************/
/*******          BLOG-QUERY             ******/
/**********************************************/

@media (max-width: 1024px) {
  .blog-posts .blog-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-posts .blog-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-categories {
    overflow-x: scroll;
  }

  .sort-dropdown-btn {
    width: auto;
  }

  .sort-dropdown-list {
    right: auto;
    left: 0;
    min-width: 150px;
  }

  .custom-sort-dropdown {
    min-width: unset;
  }

  .tp-pagination .tp-page-prev,
  .tp-pagination .tp-page-next {
    font-size: 0;
    gap: 0;
  }
}

@media (max-width: 426px) {
  .blog-posts .blog-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}








/*ZARA-ROSE*/
/**********************************************/
/*******          post-single            ******/
/**********************************************/
body main.post-single {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 40px;
}

body main.post-single .main-col {
  width: 77%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

body main.post-single.no-sidebar .main-col {
  width: 100%;
}

.post-content-section.single-section {
  display: flex;
  flex-direction: column;
}

body main.post-single .sidebar-col {
  display: flex;
  width: 23%;
  flex-direction: column;
  gap: 40px;
}

h3.related-posts__title {
  margin: 0 0 13px 0;
  color: var(--Black, #3e3232);
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

h3.related-posts__title:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 10px;
  border-radius: 12px;
  background: var(--Primary---500, #2c5744);
  right: 0;
}

ul.related-posts__list {
  padding: 0;
  margin: 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

li.related-posts__item {
  list-style-type: none;
  display: flex;
  gap: 10px;
  align-self: stretch;
  align-items: flex-start;
}

a.related-posts__thumb {
  border-radius: 12px;
  width: 134px;
  height: 87px;
  flex-shrink: 0;
  overflow: hidden;
}

a.related-posts__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.related-posts__content {
}

a.related-posts__link {
  color: var(--Black, #3e3232);
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â¯ ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã¢â€žÂ¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‹Å“Ãƒâ€šÃ‚Â§ */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

time.related-posts__date {
  color: var(--Black-75, rgba(62, 50, 50, 0.75));
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
}

body main.post-single .head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
  color: #2a282f;
  text-align: right;
  font-size: 28px;
  font-weight: 600;
}

body main.post-single .head .title {
}

body main.post-single .head .title .entry-title {
  margin: 0;
  /* 147.222% */
  color: #2a282f;
  text-align: right;
  font-size: 28px;
  font-weight: 600;
}

body main.post-single .head .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  gap: 5px;
  height: 22px;
  overflow: hidden;
  justify-content: flex-end;
}

body main.post-single .head .categories a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  min-height: 22px;
  background: #222;
}

body main.post-single .head .categories a:hover {
  background: #222 !important;
}

body main.post-single .post-content-section.single-section .featured {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 30px;
  flex-direction: column;
}

.wp-editor-content,
.page-box-sidebar-template .page-content {
  color: #666;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px; /* 39.2px */
  margin-bottom: 32px;
}

body main.post-single .post-content-section.single-section .tags {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  border-top: 1px dashed #eee;
  padding-top: 25px;
  margin-top: 50px;
}
body main.post-single .post-content-section.single-section .tags .title {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
body main.post-single .post-content-section.single-section .tags .tag-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
body main.post-single .post-content-section.single-section .tags .tag-links a {
  color: #888;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  background-color: #f6f6f6;
  padding: 2px 10px;
  border-radius: 6px;
}
body
  main.post-single
  .post-content-section.single-section
  .tags
  .tag-links
  a:hover {
  background-color: var(--tarla-primary-color);
  color: #fff;
}

body main.post-single .post-content-section.single-section .featured > img {
  width: 100%;
  object-fit: cover;
  height: auto;
  align-self: stretch;
  border-radius: 12px;
  aspect-ratio: 1.77;
}

.single-meta {
  display: flex;
  gap: 30px;
  margin-bottom: 16px;
}

.single-meta .meta-single-style {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Neutral-color-600, #525252);
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
  position: relative;
}

.single-meta .meta-reading-time:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #cbcbcb;
  border-radius: 50%;
  position: absolute;
  right: -18px;
}
.single-meta .meta-date:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #cbcbcb;
  border-radius: 50%;
  position: absolute;
  right: -18px;
}

.single-meta .meta-single-style i {
  display: flex;
}

body main.post-single .post-content-section.single-section .featured .meta {
  width: 100%;
  background: #fff;
  padding: 10px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

body
  main.post-single
  .post-content-section.single-section
  .featured
  .meta
  > div {
  position: relative;
  z-index: 2;
}

body
  main.post-single
  .post-content-section.single-section
  .featured
  .meta
  .right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 45px;
  row-gap: 15px;
}

body
  main.post-single
  .post-content-section.single-section
  .featured
  .meta
  .left {
}

body
  main.post-single
  .post-content-section.single-section
  .featured
  .meta
  .right
  > span,
body
  main.post-single
  .post-content-section.single-section
  .featured
  .meta
  .right
  > span
  a {
  display: flex;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  align-items: center;
}

.open-share-box-icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjE2NjUgNS4wMDAwNEw5Ljk5OTg0IDAuODMzMzc0TTkuOTk5ODQgMC44MzMzNzRMNS44MzMxNyA1LjAwMDA0TTkuOTk5ODQgMC44MzMzNzRMOS45OTk4NCAxMi41IiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjE2NjY3IDcuMzAwNjlDNC4xNjY2NyA2Ljk3MTUyIDMuODU2OTIgNi43MjgyMyAzLjU0MzkxIDYuODMwMUMwLjc0ODMzIDcuNzM5OTQgMCA5Ljc2ODM3IDAgMTMuOTIxNEMwIDIwLjI5OTYgMS43NjUgMjEuNjY2NiAxMCAyMS42NjY2QzE4LjIzNSAyMS42NjY2IDIwIDIwLjI5OTYgMjAgMTMuOTIxNEMyMCA5Ljc2ODM3IDE5LjI1MTcgNy43Mzk5NCAxNi40NTYxIDYuODMwMUMxNi4xNDMxIDYuNzI4MjMgMTUuODMzMyA2Ljk3MTUyIDE1LjgzMzMgNy4zMDA2OUMxNS44MzMzIDcuNTI4OTYgMTUuOTg2NiA3LjcyNzAzIDE2LjIwMyA3Ljc5OTY0QzE2LjczNzcgNy45NzkwNCAxNy4xNTA4IDguMTk1OTYgMTcuNDc1OCA4LjQ0NzY1QzE4LjUzMyA5LjI2NjQ0IDE5IDEwLjczNCAxOSAxMy45MjE0QzE5IDE3LjEwODkgMTguNTMzIDE4LjU3NjQgMTcuNDc1OCAxOS4zOTUyQzE2LjkxOTkgMTkuODI1NyAxNi4xMDYgMjAuMTU0NiAxNC44NjcgMjAuMzY3OEMxMy42MjgzIDIwLjU4MSAxMi4wNDE1IDIwLjY2NjYgMTAgMjAuNjY2NkM3Ljk1ODUyIDIwLjY2NjYgNi4zNzE2OCAyMC41ODEgNS4xMzI5OSAyMC4zNjc4QzMuODk0MDUgMjAuMTU0NiAzLjA4MDA4IDE5LjgyNTcgMi41MjQyMSAxOS4zOTUyQzEuNDY3MDQgMTguNTc2NCAxIDE3LjEwODkgMSAxMy45MjE0QzEgMTAuNzM0IDEuNDY3MDQgOS4yNjY0NCAyLjUyNDIxIDguNDQ3NjVDMi44NDkxNiA4LjE5NTk2IDMuMjYyMzIgNy45NzkwNCAzLjc5NzAyIDcuNzk5NjRDNC4wMTM0MyA3LjcyNzAzIDQuMTY2NjcgNy41Mjg5NiA0LjE2NjY3IDcuMzAwNjlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}
body
  main.post-single
  .post-content-section.single-section
  .featured
  .meta
  .right
  > span.author {
  gap: 5px;
}

body
  main.post-single
  .post-content-section.single-section
  .featured
  .meta
  .right
  > span.author
  img.avatar {
  border-radius: 150px;
  margin-left: 5px;
}

body
  main.post-single
  .post-content-section.single-section
  .featured
  .meta
  .right
  > span {
  gap: 5px;
}

.wp-editor-content {
}

.wp-editor-content h3 {
  color: var(--Black, #3e3232);
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
}

.wp-editor-content p {
  margin: 0 0 32px 0;

  /* 188.889% */
  color: var(--Black, #3e3232);
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px; /* 188.889% */
  letter-spacing: 0.5px;
}

.wp-editor-content ol li {
}

.wp-editor-content a {
}

/* figure and pictire max-width */
.wp-editor-content img,
.wp-editor-content figure img,
.wp-editor-content picture img,
.wp-editor-content picture {
  max-width: 100%;
  height: auto;
}

img.size-full.wp-image-111.alignleft {
}

.wp-editor-content p img.alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 15px;
}
.wp-editor-content p img.alignright {
  float: right;
  margin-left: 30px;
  margin-top: 15px;
  flex-shrink: 0;
}

.wp-editor-content > ul,
.wp-editor-content > ol {
  margin: 0 0 15px 0;
  padding: 0 25px 0 25px;
}

.wp-editor-content > ul li,
.wp-editor-content > ol li {
  font-weight: 400;
  font-size: 14px;
  line-height: 280%;
  color: #666666;
  display: block;
  padding-inline-start: 28px;
  position: relative;
}

.wp-editor-content > ul li:before {
  content: "\f104";
  font-family: "Font Awesome 6 Pro", "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 11px;
  line-height: 0;
  color: var(--tarla-primary-color);
  border: 2px solid;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  text-align: center;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
  position: absolute;
  right: 0;
  top: 10px;
}
.wp-editor-content > ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
}
.wp-editor-content > ol li:before {
  counter-increment: section;
  font-weight: 600;
  content: counters(section, ".") "";
  font-size: 11px;
  line-height: 0;
  padding-top: 2px;
  color: var(--tarla-primary-color);
  border: 2px solid;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  text-align: center;
  box-sizing: border-box;
  align-items: center;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 10px;
  justify-content: center;
  padding-left: 1px;
}
body main.post-single .author-box-section {
  flex-direction: row;
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  height: 64px;
  padding: 12px 16px;
  align-items: center;
  border-radius: 12px;
  background: #f6f6f6;
  margin-bottom: 32px;
}

body main.post-single .author-box-section .avatar {
  display: flex;
}

body main.post-single .author-box-section .avatar img {
  border-radius: 12px;
  width: 24px;
  height: 24px;
  object-fit: cover;
}

body main.post-single .author-box-section .info {
  /* 215.385% */
  display: flex;
  color: #231f20;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%; /* 18px */
  align-items: center;
  gap: 5px;
}

body main.post-single .author-box-section .info h3,
body main.post-single .author-box-section .info a {
  margin: 0;
  /* color: #222; */
  /* font-size: 18px; */
  /* font-weight: 500; */
  color: #231f20;
}

/********* share */
.single-share {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-bottom: 48px;
}

.single-share span {
  color: var(--Neutral-color-600, #525252);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%; /* 14px */
}

.single-share .icons {
  display: flex;
  align-items: center;
  position: relative;
  gap: 24px;
}

.single-share .icons i {
  display: flex;
}

.single-share .icons:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #cbcbcb;
  border-radius: 50%;
  position: absolute;
  right: -14px;
}

/**********************************************/
/*******          single-coments         ******/
/**********************************************/
section.comments-area > div {
}

section#comments {
  position: relative;
}

.comments-div-max-height {
  height: 540px;
  position: relative;
  display: block;
  overflow: hidden;
}

.comments-div-max-height > ol:before {
  content: " ";
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgb(255 255 255 / 0%) 5%, #ffffff 67%);
  z-index: 1;
}

.comments-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  position: relative;
  margin-bottom: 32px;
}

.comments-heading .heading-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  padding: 0 11px 0 11px;
}

.comments-heading i {
  display: flex;
}

.comments-heading h2 {
  margin: 0;
  color: #111827;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
}

.comments-heading:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: var(--Neutral-N200, #eceef4);
  z-index: 0;
}

p.comments-title {
  color: var(--Neutral---500, #666);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  margin: 0 0 24px 0;
}

/**********************************************/
/*******          SINGLE-QUERY             ******/
/**********************************************/
@media (max-width: 767px) {
  .tarla-box-title:before {
    right: -25px;
  }
  body main.post-single .post-content-section.single-section {
  }
}

.comments-list ol.comment-list {
  padding: 0;
  margin: 0;
  position: relative;
}

.comments-list ol.comment-list li {
  list-style: none;
  margin-top: 24px;
}

.comments-list ol.comment-list li article {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.comments-list ol.children li article {
  gap: 19px;
}
.comments-list ol.comment-list .children li article {
  border-radius: 16px;
  border: 1px solid #e1e1e1;
}

.comments-list ol.comment-list > li {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.comments-form {
  margin-bottom: 40px;
}

.comments-list ol.comment-list li .comment-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comments-list ol.comment-list li .comment-info .comment-author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.comments-list ol.comment-list li .comment-info .comment-author .meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.comments-list ol.comment-list li .comment-info .comment-author .avatar {
  display: flex;
  border-radius: 9px;
  margin-left: 10px;
}

.comments-list ol.comment-list li .comment-info .comment-author .meta > a {
  text-decoration: none;
  color: var(--Neutral-color-500, #666);
  font-family: IRANSansX;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.comments-list ol.comment-list li .comment-info .comment-author .meta > b,
.comments-list ol.comment-list li .comment-info .comment-author .meta > b a {
  text-decoration: none;
  color: var(--Neutral-color-700, #3d3d3d);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; /* 21px */
}

.comments-list ol.comment-list li .comment-info .comment-btns a {
  border-radius: 9px;

  /* 21px */
  color: var(--Neutral-color-600, #525252);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  position: relative;
  display: flex;
  align-items: center;
}

.comments-list ol.comment-list li .children .comment-content {
}

.comments-list ol.comment-list li .comment-content,
.comments-list ol.comment-list li .comment-content * {
  margin: 0;

  /* 21px */
  color: var(--Neutral-color-600, #525252);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.comments-list
  ol.comment-list
  li
  .comment-content
  em.comment-awaiting-moderation {
  display: block;
}
.comments-list ol.comment-list li ol.children {
  position: relative;
  padding: 0;
}

.comment-respond {
  display: flex;
  padding: 30px;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  border-radius: 14px;
  border: 1px solid var(--Neutral---100, #ebebeb);
}

.comment-reply-title {
  color: var(--Gray-700, #414651);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
}

.comment-form {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}

form.comment-form input,
form.comment-form textarea {
  background: #ffffff;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height */
  text-align: right;
  color: #888888;
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
form.comment-form p {
  margin: 0;
}

form.comment-form .comment-form-comment {
  width: 100%;
  display: flex;
  height: auto;
  align-items: center;
  align-self: stretch;
}

form.comment-form .comment-form-comment textarea {
  width: 100%;
  height: 48px;
  min-height: 48px;
  padding: 10px 14px;
  transition: 0.3s;
}

form.comment-form .comment-form-comment textarea:focus {
  min-height: 100px;
  padding: 15px 20px;
  border-color: #2c57445c;
  outline: none;
}

form.comment-form .comment-inputs {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  margin-top: -27px;
}

form.comment-form .comment-inputs p {
  display: flex;
  width: 100%;
}
.comment-form > *:nth-child(3) {
    display: none;
}

form.comment-form .comment-inputs p input {width: 100%;}

form.comment-form .comment-inputs p:last-child {
  margin: 0;
}

form.comment-form .comment-form-cookies-consent label {
  font-size: 14px;
  line-height: 2;
  text-align: right;
  color: #666666;
  user-select: none;
}

form.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 5px;
  padding-inline-end: 100px;
}

form.comment-form .comment-form-cookies-consent input {
  margin: 0 0 0 7px;
  position: relative;
  width: 18px;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

form.comment-form .comment-form-cookies-consent input:before {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 6px;
  width: 18px;
  height: 18px;
  position: absolute;
}

form.comment-form .comment-form-cookies-consent input:checked:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--Primary, #0C3C30);
  border-radius: 3px;
}

form.comment-form input.submit {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
  border: unset !important;
  margin: 0;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Primary, #0c3c30);
  box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05);
}

form.comment-form input.submit:hover {
}

form.comment-form .form-submit {
  align-self: flex-end;
}
.comment-reply-title.tarla-box-title {
  margin: 0 0 25px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.comments-list ol.comment-list li .comment-respond {
  margin: 35px 0 60px 0;
  border: 2px solid #eee;
  padding: 35px;
  border-radius: 12px;
}

a#cancel-comment-reply-link {
  border-radius: 9px;
  font-size: 12px;
  color: #ffffff;
  padding: 4px 10px 4px 13px;
  margin-right: 15px;
  font-weight: 300;
  line-height: 1.5;
  background: var(--Primary, #0c3c30);
}
.comments-list ol.comment-list li:last-child:not(.parent) .comment-respond {
  margin-bottom: 0;
}
.comments-list ol.comment-list li .comment-btns {
  display: flex;
  align-items: center;
}

.comments-list ol.comment-list li .comment-btns .reply {
}

.comments-list ol.comment-list li .comment-btns .reply a.comment-reply-link {
}

.comments-list
  ol.comment-list
  li
  .comment-btns
  .reply
  a.comment-reply-link:before {
  content: "";
  background-image: url(../images/bi_reply-tavazo.svg);
  position: absolute;
  width: 16px;
  height: 16px;
  right: -20px;
  top: 1px;
}

form.comment-form .info-text,
form.comment-form .info-text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 280%;
  color: #666666;
  margin-bottom: 15px;
  text-decoration: none;
}

form.comment-form .info-text a.link {
  color: var(--tarla-primary-color);
  background-color: #eee;
  padding: 3px 10px;
  border-radius: 6px;
  margin: 0 5px;
}
.comment-reply-title small {
  display: inline-flex;
  align-items: center;
}

button.comments-button {
  display: flex;
  width: 140px;
  padding: 10px 18px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  justify-content: center;
  margin: auto;
  color: rgba(0, 0, 0, 0.64);
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; /* 200% */
  margin-top: 40px;
  position: absolute;
  align-items: center;
  cursor: pointer;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, -1px);
  background-color: #fff;
  z-index: 1;
}

button.comments-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 45px;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.7;
  z-index: -1;
  border-width: 1px;
  border-style: solid;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-image: initial;
  border-radius: 12px;
  animation: 2s ease 0s infinite normal none running pulseBorder;
}
@media (max-width: 767px) {
  .post-single-header h1.entry-title {
    font-size: 28px;
    font-weight: 800;
  }

  .comments-list ol.comment-list li ol.children {
  }

  form.comment-form .comment-inputs {
    flex-direction: column;
    align-items: center;
  }

  form.comment-form .comment-inputs p {
  }

  form.comment-form .comment-inputs p input:focus {
    outline: 0;
    border: 1px solid #2c57445c;
}

  form.comment-form .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    margin: 0;
  }

  form.comment-form .comment-form-cookies-consent input {
    margin: 14px 0 0 7px;
  }
  .comments-list ol.comment-list li .comment-info {
    flex-direction: column;
    align-items: stretch;
  }

  .comments-list ol.comment-list li .comment-btns {
    display: flex;
    justify-content: space-between;
  }

  .comments-list ol.comment-list li .comment-btns:before {
    content: "";
    width: calc(100% - 70px);
    height: 6px;
    border-bottom: 1px dashed #ddd;
  }
  section.comments-area > div {
  }
}

/*** sidebar widgets  ***/
.sidebar-col .widget:not(.sidebar-no-bg),
.sidebar-col .widget:not(.sidebar-no-bg),
.sidebar-col .elementor-widget:not(.sidebar-no-bg) {
  border-radius: 12px;
  background: #fff;
  padding: 30px 25px 30px 25px;
  position: relative;
  border: 1px solid rgb(76 67 159 / 10%);
  box-shadow: 0 0 30px 0 rgba(76, 67, 159, 0.05);
  border-radius: 15px;
}

/*** single responsive ****/
@media (max-width: 1024px) {
  .tarla-flex-row,
  body main.post-single {
    flex-direction: column !important;
  }

  body main.post-single .sidebar-col,
  body main.post-single .main-col {
    width: 100%;
    gap: 0;
  }
}
.sidebar-col > .widget:after {
  height: 80px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .sidebar-col > .widget:before,
  .sidebar-col > .widget:after {
    -moz-transform: skewY(0deg);
    -webkit-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
  }
}

@media (max-width: 768px) {
  body main.post-single .author-box-section {
    display: flex;
    margin-bottom: 20px;
  }
  body main.post-single .post-content-section.single-section .featured > img {
    min-height: 300px;
  }
  body main.post-single .post-content-section.single-section .featured {
    margin-bottom: 20px;
  }

  .single-meta {
  }

  body main.post-single .head {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .comment-form {gap: 20px;}

  .wp-editor-content h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  body main.post-single .head .title .entry-title {
    font-size: 20px;
}
  
  .wp-editor-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .wp-editor-content,
  .page-box-sidebar-template .page-content {
    margin-bottom: 20px;
  }

  .single-share {
  }

  .comment-respond {
    padding: 24px 16px;
    gap: 6px;
  }
}

body main.post-single .main-col .featured {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.attachment-single-image.size-single-image.wp-post-image {
  display: flex;
  width: 100%;
}


/**********************************************/
/*******       SINGLE-ANIMATION          ******/
/**********************************************/
@-webkit-keyframes pulseBorder {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}
@keyframes pulseBorder {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.4, 2);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1.4, 2);
    opacity: 0;
  }
}
