body {
  background-color: #f9eddc;
}
.page-main {
  margin: 0 !important;
  padding: 0 0 !important;
  max-width: 100% !important;
}
.column.main {
  padding: 0 !important;
}
.page-wrapper .breadcrumbs {
  margin: 0;
  padding: 1.6666vw 3.8888vw 1.1111vw;
  max-width: 100%;
  display: block;
}
.page-wrapper .breadcrumbs ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.page-wrapper .breadcrumbs ul li {
  position: relative;
  display: flex !important;
  align-items: center;
  font-family: var(--font);
  font-weight: 500;
  font-size: 0.9027vw;
  line-height: 1.4;
}
.page-wrapper .breadcrumbs ul li:not(:last-child)::after {
  content: "|";
  margin: 0 0.6944vw;
  font-family: var(--font);
  font-weight: 900;
  font-size: 0.9027vw;
  line-height: 1.4;
  color: rgba(59, 59, 59, 0.15);
}
.page-wrapper .breadcrumbs ul li a {
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.4;
  color: #3b3b3b;
  text-decoration: none;
}
.page-wrapper .breadcrumbs ul li a:hover {
  text-decoration: none;
}
.page-wrapper .breadcrumbs ul li strong {
  font-family: var(--font);
  font-weight: 400;
  color: rgba(66, 66, 66, 0.45);
}
.page-title-wrapper {
  padding: 0 7.2222vw 1.6666vw;
}
.page-title-wrapper .page-title {
  margin: 0;
  font-family: var(--font_mak);
  font-weight: normal;
  font-size: 4.4444vw;
  line-height: 1.2;
  color: #796a5f;
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (max-width: 768px) {
  .page-wrapper .breadcrumbs {
    padding: 5vw;
  }
  .page-wrapper .breadcrumbs ul li {
    font-size: 3.4375vw;
  }
  .page-wrapper .breadcrumbs ul li:not(:last-child)::after {
    margin: 0 1.875vw;
    font-size: 3.4375vw;
  }
  .page-title-wrapper {
    padding: 0 5vw;
  }
  .page-title-wrapper .page-title {
    font-size: 13.75vw;
    line-height: 1;
  }
}
.post-list-wrapper {
  padding: 0 7.2222vw 5.4166vw;
}
.post-list-wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.2222vw 8.8888vw;
}
.post-list-wrapper ol li {
  margin: 0;
}
.post_top_info {
  display: flex;
}
.post_top_info .post-image {
  flex-shrink: 0;
}
.post_top_info .image-wrap {
  border-bottom-right-radius: 8.3333vw;
  overflow: hidden;
  display: flex;
}
.post_top_info .image-wrap img {
  width: 12.0833vw;
  height: 15.5555vw;
  object-fit: contain;
  object-position: center;
}
.post-info {
  padding-top: 1.6666vw;
  padding-left: 1.6666vw;
}
.post-info .post-date {
  margin-bottom: 0.2777vw;
  display: block;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: 1.2;
  color: #3b3b3b;
  opacity: 0.45;
}
.post-info .post-title {
  margin-bottom: 1.1111vw;
}
.post-info .post-title a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font);
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.2;
  color: #3b3b3b;
}
.post-info .post-description-wrap {
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.9722vw;
  line-height: 1.2;
  color: #3b3b3b;
  opacity: 0.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.post-info .post-description-wrap p {
  margin: 0;
}
body .toolbar {
  margin: 0 7.2222vw 5.4166vw;
  padding-top: 2.2222vw;
  border-top: 1px solid rgba(59, 59, 59, 0.15);
  display: flex;
  justify-content: center;
}
body .toolbar-blog-posts .pages {
  margin: 0;
  display: block;
}
body .toolbar-blog-posts .items {
  position: relative;
  padding: 0 3.0555vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .toolbar-blog-posts .pages .item {
  margin: 0 0.2777vw;
  display: inline-flex;
  align-items: center;
}
body .toolbar-blog-posts .pages .page {
  padding: 0 0.2777vw;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font);
  font-weight: 700;
  font-size: 0.9027vw;
  line-height: 1.4;
  color: #796a5f;
}
body .toolbar-blog-posts .pages a.page {
  border: 1px solid rgba(59, 59, 59, 0.25);
}
body .toolbar-blog-posts .pages a.page:hover,
body .toolbar-blog-posts .pages .item a.action.next:hover,
body .toolbar-blog-posts .pages .item a.action.previous:hover {
  border-color: transparent;
  background: rgba(121, 106, 95, 0.55);
}
body .toolbar-blog-posts .pages strong.page {
  background: #796a5f;
  color: #ffffff;
}
body .toolbar-blog-posts .pages .page .label {
  display: none;
}
body .toolbar-blog-posts .pages .item.pages-item-next {
  position: absolute;
  top: 0;
  right: 0;
}
body .toolbar-blog-posts .pages .item.pages-item-previous {
  position: absolute;
  top: 0;
  left: 0;
}
body .toolbar-blog-posts .pages .item a.action.next,
body .toolbar-blog-posts .pages .item a.action.previous {
  margin: 0;
  padding: 0;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 0;
  border: 1px solid rgba(59, 59, 59, 0.25);
  border-radius: 100px;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .toolbar-blog-posts .pages .item a.action.next::before,
body .toolbar-blog-posts .pages .item a.action.previous::before,
body .toolbar-blog-posts .pages .item a.action.next span,
body .toolbar-blog-posts .pages .item a.action.previous span {
  display: none;
}
body .toolbar-blog-posts .pages .item a.action.next::after,
body .toolbar-blog-posts .pages .item a.action.previous::after {
  content: "";
  width: 1.3888vw;
  height: 1.3888vw;
  display: block;
  background-image: url(../images/paging-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s linear;
}
body .toolbar-blog-posts .pages .item a.action.previous::after {
  transform: rotate(180deg);
}
/* Responsiveness // Responsiveness // Responsiveness */
@media (min-width: 768px) {
  body .toolbar-blog-posts .pages .item a.action.next:hover::after,
  body .toolbar-blog-posts .pages .item a.action.previous:hover::after {
    background-image: url(../images/paging-arrow-active.svg);
  }
  .post-info .post-title a:hover {
    text-decoration: underline;
    color: #796a5f;
  }
}
@media (max-width: 768px) {
  .post-list-wrapper {
    padding: 0 5vw;
  }
  .post-list-wrapper ol {
    display: block;
    grid-template-columns: none;
    grid-gap: 0;
  }
  .post-list-wrapper ol li {
    padding: 5vw 0;
    border-bottom: 1px solid rgba(59, 59, 59, 0.15);
  }
  .post_top_info .image-wrap {
    border-bottom-right-radius: 18.75vw;
  }
  .post_top_info .image-wrap img {
    width: 28.4375vw;
    height: 36.5625vw;
  }
  .post-info {
    padding-top: 0;
    padding-left: 5vw;
  }
  .post-info .post-date {
    margin-bottom: 1.25vw;
    font-size: 3.125vw;
  }
  .post-info .post-title {
    margin-bottom: 0;
  }
  .post-info .post-title a {
    font-size: 4.375vw;
  }
  .post-info .post-description-wrap {
    display: none;
  }
  body .toolbar {
    margin: 5vw 0 0;
    padding: 0 5vw 10vw;
    border: none;
    overflow: hidden;
  }
  body .toolbar-blog-posts .items {
    padding: 0 13.75vw;
  }
  body .toolbar-blog-posts .pages .item {
    margin: 0 1.25vw;
  }
  body .toolbar-blog-posts .pages .item a.action.next,
  body .toolbar-blog-posts .pages .item a.action.previous {
    width: 11.25vw;
    height: 11.25vw;
  }
  body .toolbar-blog-posts .pages .item a.action.next::after,
  body .toolbar-blog-posts .pages .item a.action.previous::after {
    width: 6.25vw;
    height: 6.25vw;
  }
  body .toolbar-blog-posts .pages .page {
    margin: 0;
    width: 11.25vw;
    height: 11.25vw;
    font-size: 4.0625vw;
  }
}
.blog-post-view .page-title-wrapper {
  text-align: center;
}
.blog-post-view .post-content {
  padding: 0 15.625vw 5.4166vw;
}
.blog-post-view .post-description .row-full-width-inner {
  margin: 0;
  max-width: none;
}
.blog-post-view .post-description .border_bottom {
  padding-bottom: 2.2222vw;
  border-bottom: 1px solid rgba(59, 59, 59, 0.15);
}
.blog-post-view .post-description > div {
  margin-bottom: 2.2222vw;
}
.blog-post-view .post-description .pagebuilder-column-group {
  margin-bottom: 2.2222vw;
}
.blog-post-view .post-description .pagebuilder-column-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.blog-post-view .post-description .pagebuilder-column-line .pagebuilder-column {
  width: 48% !important;
  flex-basis: auto;
  max-width: none;
}
.blog-post-view .post-description img {
  width: 100%;
  object-fit: contain;
}
.blog-post-view .post-description h1,
.blog-post-view .post-description h2,
.blog-post-view .post-description h3,
.blog-post-view .post-description h4,
.blog-post-view .post-description h5,
.blog-post-view .post-description h6 {
  margin: 0 0 1.1111vw;
  line-height: 1.2;
  color: #796a5f;
}
.blog-post-view .post-description h1,
.blog-post-view .post-description h2,
.blog-post-view .post-description h3 {
  font-family: var(--font_mak);
  font-weight: normal;
}
.blog-post-view .post-description h4,
.blog-post-view .post-description h5,
.blog-post-view .post-description h6 {
  font-family: var(--font);
  font-weight: 700;
}
.blog-post-view .post-description h1 {
  font-size: 2.5vw;
}
.blog-post-view .post-description h2 {
  font-size: 2.5vw;
}
.blog-post-view .post-description h3 {
  font-size: 1.6666vw;
}
.blog-post-view .post-description h4 {
  font-size: 1.1111vw;
}
.blog-post-view .post-description h5,
.blog-post-view .post-description h6 {
  font-size: 0.9722vw;
}
.blog-post-view .post-description,
.blog-post-view .post-description p {
  font-family: var(--font);
  font-size: 0.9722vw;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(59, 59, 59, 0.65);
}
.blog-post-view .post-description p {
  margin: 1.1111vw 0;
}
.blog-post-view .post-description ul,
.blog-post-view .post-description ol,
.blog-post-view .post-description ul li,
.blog-post-view .post-description ol li {
  margin: 0;
}
.blog-post-view .post-description ul li:not(:last-child),
.blog-post-view .post-description ol li:not(:last-child) {
  margin-bottom: 1.1111vw;
}
.blog-post-view .post-description strong {
  font-weight: 600;
}
.blog-post-view .post-description a {
  text-decoration: underline;
  font-weight: 700;
  color: rgba(59, 59, 59, 0.65);
}
@media (max-width: 768px) {
  .blog-post-view .page-title-wrapper {
    padding-bottom: 5vw;
  }
  .blog-post-view .post-content {
    padding: 0 5vw 10vw;
  }
  .blog-post-view .post-description > div {
    margin-bottom: 7.5vw;
  }
  .blog-post-view .post-description .border_bottom {
    padding-bottom: 7.5vw;
  }
  .blog-post-view .post-description p {
    margin: 5vw 0;
  }
  .blog-post-view .post-description ul,
  .blog-post-view .post-description ol {
    margin: 0;
  }
  .blog-post-view .post-description ul li:not(:last-child),
  .blog-post-view .post-description ol li:not(:last-child),
  .blog-post-view .post-description h1,
  .blog-post-view .post-description h2,
  .blog-post-view .post-description h3,
  .blog-post-view .post-description h4,
  .blog-post-view .post-description h5,
  .blog-post-view .post-description h6 {
    margin-bottom: 5vw;
  }
  .blog-post-view .post-description,
  .blog-post-view .post-description p {
    font-size: 4.0625vw;
  }
  .blog-post-view .post-description h1,
  .blog-post-view .post-description h2 {
    font-size: 9.375vw;
  }
  .blog-post-view .post-description h3 {
    font-size: 6.875vw;
  }
  .blog-post-view .post-description h4 {
    font-size: 5vw;
  }
  .blog-post-view .post-description h5 {
    font-size: 4.375vw;
  }
  .blog-post-view .post-description h6 {
    font-size: 4.0625vw;
  }
}
