/* Auto Generate Variables from JSON */
.widget-area {
  margin-left: 0;
  padding-left: 0 !important;
  margin-right: 0;
  padding-right: 0 !important;
}
.widget-area .widget {
  background: #fff;
  padding: 30px 60px;
}
.widget-area .widget .widget-title {
  position: relative;
  margin-bottom: 60px;
}
.widget-area .widget .widget-title:after {
  content: "";
  background: #f0f0f0;
  display: block;
  position: absolute;
  height: 2px;
  width: calc( 100% + 120px);
  left: -60px;
  bottom: -30px;
}

.basr_core_widget_latest_posts .post-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto auto;
  grid-template-areas: "thumb title" "meta meta";
}
.basr_core_widget_latest_posts .post-item:not(:last-of-type) {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.basr_core_widget_latest_posts .post-item .post-title {
  grid-area: title;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 0 15px;
  width: unset;
  align-self: center;
}
.basr_core_widget_latest_posts .post-item .post-title a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.basr_core_widget_latest_posts .post-item .post-thumb {
  grid-area: thumb;
  max-width: unset;
  align-self: center;
}
.basr_core_widget_latest_posts .post-item .post-meta {
  display: flex;
  grid-area: meta;
  margin: 24px 0 0 0;
  flex-wrap: wrap;
  text-transform: uppercase;
  color: #888;
  font-weight: 500;
}
.basr_core_widget_latest_posts .post-item .post-meta > div:not(:last-child):after {
  content: "/";
  margin: 0 1em;
  color: #888;
}
.basr_core_widget_latest_posts .post-item .post-meta .post-author a, .basr_core_widget_latest_posts .post-item .post-meta .post-author span {
  color: #82AF7C;
}
.basr_core_widget_latest_posts .post-item .post-meta .post-date a {
  color: #888 !important;
}

@media (min-width: 320px) {
  .has-sidebar .containter {
    display: flex;
    flex-wrap: wrap;
  }
  .has-sidebar #content .body-page-content {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto;
  }
  .has-sidebar #primary.content-area {
    width: unset;
  }
  .has-sidebar #secondary.primary-sidebar {
    width: unset;
  }
}
@media (min-width: 1024px) {
  .has-sidebar .containter {
    display: flex;
    flex-wrap: wrap;
  }
  .has-sidebar #content .body-page-content {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto auto;
  }
  .has-sidebar #primary.content-area {
    width: unset;
    grid-column: 1/span 2;
  }
  .has-sidebar #secondary.primary-sidebar {
    width: unset;
  }
}
@media (min-width: 320px) {
  .has-sidebar #content > .row {
    flex-wrap: wrap;
  }
  .has-sidebar #primary.content-area {
    width: 100%;
  }
  .has-sidebar #secondary.widget-area {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .has-sidebar #primary.content-area {
    width: 67%;
  }
  .has-sidebar #secondary.widget-area {
    width: 33%;
  }
}

.breadcrumbs {
  margin-bottom: 2em !important;
}
.breadcrumbs a, .breadcrumbs span {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.single-post .post-meta {
  display: flex;
  flex-wrap: wrap;
  color: #888;
  font-weight: 500;
}
.single-post .post-meta > div:not(:last-child):after {
  content: "/";
  margin: 0 1em;
  color: #888;
}
.single-post .post-meta .post-author a, .single-post .post-meta .post-author span {
  color: #82AF7C;
}
.single-post .post-meta .post-date a {
  color: #888 !important;
}
.single-post .post-title {
  font-size: 24px !important;
  margin-top: 10px;
}

.post-related {
  margin-top: 60px;
}
.post-related h3 {
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px 30px 10px;
}
.post-related h3 .slick-arrow {
  cursor: pointer;
}
.post-related h3 .slick-arrow:before {
  background: #fff;
  color: #545454;
  border-radius: 50%;
  padding: 1em;
  line-height: 12px;
}
.post-related .box-blog {
  padding: 10px;
  background: #fff;
  margin: 0 10px;
}
.post-related .box-blog .post-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 35px 0 35px;
  color: #888;
  font-weight: 500;
}
.post-related .box-blog .post-meta > div:not(:last-child):after {
  content: "/";
  margin: 0 1em;
  color: #888;
}
.post-related .box-blog .post-meta .post-author a, .post-related .box-blog .post-meta .post-author span {
  color: #82AF7C;
}
.post-related .box-blog .post-meta .post-date a {
  color: #888 !important;
}
.post-related .box-blog .post-title {
  margin: 10px 35px 0 35px;
}
.post-related .box-blog .post-title a {
  font-size: 18px;
  line-height: 28px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-related .box-blog .post-excerpt {
  font-size: 16px;
  margin: 30px 35px 0 35px;
}
.post-related .box-blog .post-excerpt > p {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 24px;
  max-height: 48px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-related .box-blog .post-excerpt .see-more {
  border: solid 1px #82AF7C;
  padding: 10px 20px;
  width: 150px;
  margin-bottom: 20px;
  text-align: center;
  color: #82AF7C;
  border-radius: 3px;
  display: block;
}
.post-related .box-blog .post-excerpt .see-more:hover {
  background-color: #82AF7C;
  color: #fff;
}