/**handles:salient-child-custom-element-recent_posts**/
:root {
  --poc-primary: var(--nectar-accent-color);
  --poc-light: var(--nectar-extra-color-1);
  --poc-dark: var(--nectar-extra-color-3);
  --poc-secondary-1: var(--nectar-extra-color-4);
  --poc-secondary-2: var(--nectar-extra-color-2);
  --poc-primary-text-on-dark: #4280fa;
  --white: #fff;
  --black: #000;
}

/* 5.27. Recent Posts */
.row .col .poc-recent-post-bg img {
  margin-bottom: 0;
}

.row .col .single_large_featured_horizontal .poc-recent-post-bg img {
  display: none;
}
@media screen and (max-width: 999px) {
  .row .col .single_large_featured_horizontal .poc-recent-post-bg img:nth-of-type(1) {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .poc-recent-posts-single_large_featured_horizontal {
    margin-bottom: 40px !important;
  }
  .poc-recent-posts-single_large_featured_horizontal .view-all-posts-button.top {
    bottom: -30px;
  }
}
.poc-recent-post-slide .row-bg {
  background-color: #222;
}
.poc-recent-post-slide .poc-recent-post-bg {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #222;
}
.poc-recent-post-slide .poc-recent-post-bg img {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .poc-recent-post-slide .poc-recent-post-bg img {
    display: block;
  }
}
.poc-recent-post-slide.single_large_featured_horizontal {
  display: flex;
  min-height: 450px;
}
@media screen and (max-width: 999px) {
  .poc-recent-post-slide.single_large_featured_horizontal {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.poc-recent-post-slide.single_large_featured_horizontal .using-image,
.poc-recent-post-slide.single_large_featured_horizontal .recent-post-container {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .poc-recent-post-slide.single_large_featured_horizontal .using-image,
  .poc-recent-post-slide.single_large_featured_horizontal .recent-post-container {
    width: 100%;
  }
}

.poc_recent_posts .widget_archive,
.poc_recent_posts .widget {
  text-align: right;
}

.single [data-post-hs=default_minimal] .page-header-bg-image:after,
.archive .page-header-bg-image:after {
  background-color: rgba(45, 45, 45, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: " ";
  z-index: 1;
  display: block;
}

.poc-recent-posts-single_featured .poc-recent-post-slide .poc-recent-post-bg:after {
  background-color: rgba(2, 2, 2, 0.43);
}
.poc-recent-posts-single_featured[data-bg-overlay=diagonal_gradient] .poc-recent-post-slide .poc-recent-post-bg:after {
  background-color: transparent;
}
.poc-recent-posts-single_featured[data-bg-overlay=diagonal_gradient] .poc-recent-post-slide:after {
  background: linear-gradient(to right top, rgba(10, 10, 10, 0.9), transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
}

.poc-recent-post-content {
  position: absolute;
  color: var(--poc-dark);
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.poc-recent-posts-single_featured {
  overflow: hidden;
  position: relative;
}
.poc-recent-posts-single_featured .poc-recent-post-slide {
  position: relative;
  overflow: hidden;
}
.poc-recent-posts-single_featured .recent-post-container {
  background: var(--poc-light);
  z-index: 10;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 1200px) {
  .poc-recent-posts-single_featured .recent-post-container h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 999px) {
  .poc-recent-posts-single_featured .recent-post-container {
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .poc-recent-posts-single_featured .recent-post-container {
    padding: 20px;
  }
}

@media only screen and (max-width: 999px) {
  .poc-recent-posts-single_featured .recent-post-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .full-width-content .vc_col-sm-12 .poc-recent-posts-single_featured .recent-post-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .poc-recent-posts-single_featured .recent-post-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .full-width-content .vc_col-sm-12 .poc-recent-posts-single_featured .recent-post-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 470px) {
  .poc-recent-posts-single_featured .recent-post-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .full-width-content .vc_col-sm-12 .poc-recent-posts-single_featured .recent-post-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.text.date h6 {
  color: var(--poc-primary);
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .poc-recent-posts {
    display: flex;
    flex-direction: column;
  }
}
.poc-recent-posts .view-all-posts-button {
  order: 2;
}
.poc-recent-posts .poc-more-posts {
  order: 1;
}
.poc-recent-posts .poc-blog-recent,
.poc-recent-posts .poc-recent-posts-single_featured {
  order: 3;
}

.poc-recent-posts.view-all-absolute .view-all-posts-button {
  position: absolute;
  right: 0;
  top: calc(-1em - 26px);
}

.view-all-posts-button {
  position: absolute;
  right: 0;
}
.view-all-posts-button.top {
  top: calc(-1em - 26px);
}
.view-all-posts-button a {
  float: right;
  color: var(--poc-primary);
}
.view-all-posts-button a:hover {
  opacity: 0.87;
  color: var(--poc-primary);
}
@media screen and (max-width: 768px) {
  .view-all-posts-button {
    top: initial;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }
  .view-all-posts-button a {
    text-align: center;
  }
  .view-all-posts-button.top {
    top: initial;
    bottom: 0;
  }
}

.poc-recent-posts-single_featured .nectar-button {
  opacity: 1;
  margin-bottom: 0;
  color: var(--poc-primary);
}
.poc-recent-posts-single_featured .nectar-button:hover {
  opacity: 0.87;
  color: var(--poc-primary);
}
.poc-recent-posts-single_featured .recent-post-container .excerpt {
  margin-bottom: 45px;
  width: 75%;
}
.poc-recent-posts-single_featured h2 {
  margin: 15px 0 50px 0;
}
.poc-recent-posts-single_featured .inner-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.poc-recent-posts-single_featured .inner-wrap h2 {
  margin-bottom: 1em;
}

.poc-recent-posts-single_featured .inner-wrap .strong a {
  padding: 4px 8px;
  display: inline-block;
  line-height: 20px;
  -webkit-transition: transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}
.poc-recent-posts-single_featured .inner-wrap .strong a:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.poc-recent-posts-single_featured[data-autorotate="3000"] .controls li.active:after {
  transition: transform 2950ms linear;
}
.poc-recent-posts-single_featured[data-autorotate="4000"] .controls li.active:after {
  transition: transform 3950ms linear;
}
.poc-recent-posts-single_featured[data-autorotate="5000"] .controls li.active:after {
  transition: transform 4950ms linear;
}
.poc-recent-posts-single_featured[data-autorotate="6000"] .controls li.active:after {
  transition: transform 5950ms linear;
}
.poc-recent-posts-single_featured[data-autorotate="7000"] .controls li.active:after {
  transition: transform 6950ms linear;
}
.poc-recent-posts-single_featured[data-autorotate="8000"] .controls li.active:after {
  transition: transform 7950ms linear;
}
.poc-recent-posts-single_featured[data-autorotate="9000"] .controls li.active:after {
  transition: transform 8950ms linear;
}
.poc-recent-posts-single_featured[data-autorotate="10000"] .controls li.active:after {
  transition: transform 9950ms linear;
}
.poc-recent-posts-single_featured[data-autorotate="11000"] .controls li.active:after {
  transition: transform 10950ms linear;
}

body[data-button-style*=slightly_rounded] .poc-recent-posts-single_featured .inner-wrap .strong a {
  border-radius: 5px;
}
body[data-button-style^=rounded] .poc-recent-posts-single_featured .inner-wrap .strong a {
  border-radius: 50px;
  padding: 4px 12px;
}

.poc-recent-posts-single_featured .grav-wrap .text,
[data-style=list_featured_first_row] .grav-wrap .text {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}

.title-row {
  padding: 0 20px;
}

.recent-posts-title h3 {
  color: var(--poc-dark);
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1200px) {
  .recent-posts-title h3 {
    font-size: 24px;
  }
}

#pagination {
  text-align: center;
}

.row .col.section-title span.category-link,
.row .col.section-title span.meta-category {
  padding: 0;
}

span.category-link h6 {
  color: var(--poc-primary);
  display: inline-block;
  font-weight: 800;
  letter-spacing: 0.4em;
}
span.category-link h6:after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 15px);
  background-color: var(--poc-dark);
  margin-top: 10px;
}
span.category-link h6.yellow {
  padding-left: 1em;
  padding-right: 1em;
  color: var(--poc-secondary-2);
}
span.category-link h6.yellow:after {
  background-color: #fff;
  width: 100%;
}

.poc-recent-posts-single_featured .grav-wrap .text a {
  position: relative;
}
.poc-recent-posts-single_featured .grav-wrap .text a:before {
  background-color: #fff;
}
.poc-recent-posts-single_featured h2,
.poc-recent-posts-single_featured a,
.poc-recent-posts-single_featured .controls li,
.poc-recent-posts-single_featured .inner-wrap {
  color: var(--poc-dark);
}

.blog-recent[data-style=default] .flex-row,
.blog-recent[data-style=default_horizontal] .flex-row,
.blog-recent[data-style=minimal] .flex-row {
  column-gap: 2em;
}
@media screen and (max-width: 1200px) {
  .blog-recent[data-style=default] .flex-row,
  .blog-recent[data-style=default_horizontal] .flex-row,
  .blog-recent[data-style=minimal] .flex-row {
    column-gap: 1em;
  }
}
.blog-recent[data-style=default] .flex-row .post-thumbnail,
.blog-recent[data-style=default_horizontal] .flex-row .post-thumbnail,
.blog-recent[data-style=minimal] .flex-row .post-thumbnail {
  flex: 1 0 auto;
  max-width: 33%;
}
@media screen and (max-width: 768px) {
  .blog-recent[data-style=default] .flex-row .post-thumbnail,
  .blog-recent[data-style=default_horizontal] .flex-row .post-thumbnail,
  .blog-recent[data-style=minimal] .flex-row .post-thumbnail {
    flex: unset;
  }
}
.blog-recent[data-style=default] .flex-row .nectar-button,
.blog-recent[data-style=default_horizontal] .flex-row .nectar-button,
.blog-recent[data-style=minimal] .flex-row .nectar-button {
  opacity: 1;
  margin-bottom: 0;
  color: var(--poc-primary);
}
.blog-recent[data-style=default] .flex-row .nectar-button:hover,
.blog-recent[data-style=default_horizontal] .flex-row .nectar-button:hover,
.blog-recent[data-style=minimal] .flex-row .nectar-button:hover {
  opacity: 0.87;
  color: var(--poc-primary);
}
@media screen and (max-width: 768px) {
  .blog-recent[data-style=default] .flex-row:not(.row-mobile),
  .blog-recent[data-style=default_horizontal] .flex-row:not(.row-mobile),
  .blog-recent[data-style=minimal] .flex-row:not(.row-mobile) {
    flex-direction: column;
    row-gap: 0.5em;
  }
  .blog-recent[data-style=default] .flex-row:not(.row-mobile) .post-thumbnail,
  .blog-recent[data-style=default_horizontal] .flex-row:not(.row-mobile) .post-thumbnail,
  .blog-recent[data-style=minimal] .flex-row:not(.row-mobile) .post-thumbnail {
    max-width: 100%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .blog-recent[data-style=default] .col.span_4 .flex-row.col-tablet,
  .blog-recent[data-style=default] .col.span_3 .flex-row.col-tablet,
  .blog-recent[data-style=default_horizontal] .col.span_4 .flex-row.col-tablet,
  .blog-recent[data-style=default_horizontal] .col.span_3 .flex-row.col-tablet,
  .blog-recent[data-style=minimal] .col.span_4 .flex-row.col-tablet,
  .blog-recent[data-style=minimal] .col.span_3 .flex-row.col-tablet {
    flex-direction: column;
    row-gap: 0.5em;
    align-items: flex-start;
  }
  .blog-recent[data-style=default] .col.span_4 .flex-row.col-tablet .post-thumbnail,
  .blog-recent[data-style=default] .col.span_3 .flex-row.col-tablet .post-thumbnail,
  .blog-recent[data-style=default_horizontal] .col.span_4 .flex-row.col-tablet .post-thumbnail,
  .blog-recent[data-style=default_horizontal] .col.span_3 .flex-row.col-tablet .post-thumbnail,
  .blog-recent[data-style=minimal] .col.span_4 .flex-row.col-tablet .post-thumbnail,
  .blog-recent[data-style=minimal] .col.span_3 .flex-row.col-tablet .post-thumbnail {
    max-width: 100%;
  }
}
.blog-recent[data-style=default] .col.span_4 .post-header h3.title,
.blog-recent[data-style=default] .col.span_3 .post-header h3.title,
.blog-recent[data-style=default_horizontal] .col.span_4 .post-header h3.title,
.blog-recent[data-style=default_horizontal] .col.span_3 .post-header h3.title,
.blog-recent[data-style=minimal] .col.span_4 .post-header h3.title,
.blog-recent[data-style=minimal] .col.span_3 .post-header h3.title {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: var(--poc-dark);
}
@media screen and (max-width: 1200px) {
  .blog-recent[data-style=default] .col.span_4 .post-header h3.title,
  .blog-recent[data-style=default] .col.span_3 .post-header h3.title,
  .blog-recent[data-style=default_horizontal] .col.span_4 .post-header h3.title,
  .blog-recent[data-style=default_horizontal] .col.span_3 .post-header h3.title,
  .blog-recent[data-style=minimal] .col.span_4 .post-header h3.title,
  .blog-recent[data-style=minimal] .col.span_3 .post-header h3.title {
    font-size: 18px;
    line-height: 26px;
  }
}
.blog-recent[data-style=default] .flex-column,
.blog-recent[data-style=default_horizontal] .flex-column,
.blog-recent[data-style=minimal] .flex-column {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.blog-recent[data-style=default] .col .post-header h3.title,
.blog-recent[data-style=default_horizontal] .col .post-header h3.title,
.blog-recent[data-style=minimal] .col .post-header h3.title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 0.5em;
  color: var(--poc-dark);
}
@media screen and (max-width: 1200px) {
  .blog-recent[data-style=default] .col .post-header h3.title,
  .blog-recent[data-style=default_horizontal] .col .post-header h3.title,
  .blog-recent[data-style=minimal] .col .post-header h3.title {
    font-size: 20px;
    line-height: 28px;
  }
}
.blog-recent[data-style=default] .col i,
.blog-recent[data-style=default_horizontal] .col i,
.blog-recent[data-style=minimal] .col i {
  top: 10px !important;
}
.blog-recent[data-style=default] > div:last-of-type,
.blog-recent[data-style=default_horizontal] > div:last-of-type,
.blog-recent[data-style=minimal] > div:last-of-type {
  margin-right: 0;
}
.blog-recent[data-style=default] .col.span_3,
.blog-recent[data-style=default_horizontal] .col.span_3,
.blog-recent[data-style=minimal] .col.span_3 {
  width: 23.4%;
}
@media screen and (max-width: 999px) {
  .blog-recent[data-style=default] .col.span_3,
  .blog-recent[data-style=default_horizontal] .col.span_3,
  .blog-recent[data-style=minimal] .col.span_3 {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .blog-recent[data-style=default] .col.span_3,
  .blog-recent[data-style=default_horizontal] .col.span_3,
  .blog-recent[data-style=minimal] .col.span_3 {
    width: 100%;
  }
}
.blog-recent[data-style=default].columns-4 div:nth-child(4n+4),
.blog-recent[data-style=default_horizontal].columns-4 div:nth-child(4n+4),
.blog-recent[data-style=minimal].columns-4 div:nth-child(4n+4) {
  margin-right: 0;
}
.blog-recent[data-style=default].columns-3 div:nth-child(3n+3),
.blog-recent[data-style=default_horizontal].columns-3 div:nth-child(3n+3),
.blog-recent[data-style=minimal].columns-3 div:nth-child(3n+3) {
  margin-right: 0;
}
.blog-recent[data-style=default].columns-2 div:nth-child(2n+2),
.blog-recent[data-style=default_horizontal].columns-2 div:nth-child(2n+2),
.blog-recent[data-style=minimal].columns-2 div:nth-child(2n+2) {
  margin-right: 0;
}
.blog-recent[data-style=default].columns-1 div:nth-child(1n+1),
.blog-recent[data-style=default_horizontal].columns-1 div:nth-child(1n+1),
.blog-recent[data-style=minimal].columns-1 div:nth-child(1n+1) {
  margin-right: 0;
}
.blog-recent[data-style=default].columns-4 div:nth-child(4n+5),
.blog-recent[data-style=default_horizontal].columns-4 div:nth-child(4n+5),
.blog-recent[data-style=minimal].columns-4 div:nth-child(4n+5) {
  clear: both;
}
.blog-recent[data-style=default].columns-3 div:nth-child(3n+4),
.blog-recent[data-style=default_horizontal].columns-3 div:nth-child(3n+4),
.blog-recent[data-style=minimal].columns-3 div:nth-child(3n+4) {
  clear: both;
}
.blog-recent[data-style=default].columns-2 div:nth-child(2n+3),
.blog-recent[data-style=default_horizontal].columns-2 div:nth-child(2n+3),
.blog-recent[data-style=minimal].columns-2 div:nth-child(2n+3) {
  clear: both;
}
.blog-recent[data-style=default][data-style=minimal] .col,
.blog-recent[data-style=default_horizontal][data-style=minimal] .col,
.blog-recent[data-style=minimal][data-style=minimal] .col {
  margin-bottom: 2%;
  padding: 20px;
}
.blog-recent[data-style=default][data-style=minimal] .col,
.blog-recent[data-style=default_horizontal][data-style=minimal] .col,
.blog-recent[data-style=minimal][data-style=minimal] .col {
  margin-bottom: 2%;
  padding: 20px;
}
.blog-recent[data-style=default][data-style=minimal] .col.span_12,
.blog-recent[data-style=default_horizontal][data-style=minimal] .col.span_12,
.blog-recent[data-style=minimal][data-style=minimal] .col.span_12 {
  padding-left: 0;
  padding-right: 0;
}
.blog-recent[data-style=default][data-style=minimal] .col.left-col,
.blog-recent[data-style=default_horizontal][data-style=minimal] .col.left-col,
.blog-recent[data-style=minimal][data-style=minimal] .col.left-col {
  padding-left: 0;
}
.blog-recent[data-style=default][data-style=minimal] .col.right-col,
.blog-recent[data-style=default_horizontal][data-style=minimal] .col.right-col,
.blog-recent[data-style=minimal][data-style=minimal] .col.right-col {
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  .blog-recent[data-style=default][data-style=minimal] .col.span_3,
  .blog-recent[data-style=default_horizontal][data-style=minimal] .col.span_3,
  .blog-recent[data-style=minimal][data-style=minimal] .col.span_3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .blog-recent[data-style=default][data-style=minimal] .col,
  .blog-recent[data-style=default_horizontal][data-style=minimal] .col,
  .blog-recent[data-style=minimal][data-style=minimal] .col {
    padding-left: 0;
    padding-right: 0;
  }
}

.poc-recent-posts .row.blog-recent .col .post-header h3 a {
  color: var(--poc-dark) !important;
}

@media screen and (max-width: 999px) {
  .poc-blog-recent[data-style=minimal] .col.span_3, .poc-blog-recent[data-style=minimal] .col.span_4, .poc-blog-recent[data-style=minimal] .col.span_6, .poc-blog-recent[data-style=minimal] .col.span_12 {
    width: 100%;
  }
}

.poc-more-posts .title-row {
  padding: 0;
}
.poc-more-posts h3.recent-posts-title {
  color: var(--poc-dark);
}
@media screen and (max-width: 768px) {
  .poc-more-posts .flex-row:not(.row-mobile) {
    flex-direction: column;
    row-gap: 0;
  }
  .poc-more-posts .flex-row:not(.row-mobile) .post-thumbnail {
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .poc-more-posts .flex-row.col-tablet {
    flex-direction: column;
    row-gap: 0;
  }
  .poc-more-posts .flex-row.col-tablet .post-thumbnail {
    max-width: 100%;
  }
}

.blog-recent[data-style=list_featured_first_row] .small {
  width: 80px;
  height: 100%;
  margin-right: 30px;
  line-height: 0;
  position: relative;
}
.blog-recent[data-style=list_featured_first_row] .meta-category {
  position: relative;
  z-index: 30;
}
.blog-recent[data-style=list_featured_first_row] .small img {
  border-radius: 5px;
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.blog-recent[data-style=list_featured_first_row] .col:not(.has-post-thumbnail) .small {
  border-radius: 5px;
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
}

.span_12.light .blog-recent[data-style=list_featured_first_row] .excerpt {
  opacity: 0.7;
}

.blog-recent[data-style=list_featured_first_row] .full-post-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
}
.blog-recent[data-style=list_featured_first_row] .col.span_3 .small {
  width: 60px;
  height: 60px;
}
.blog-recent[data-style=list_featured_first_row] .col.span_4 .small, .blog-recent[data-style=list_featured_first_row] .col.span_6 .small {
  width: 80px;
  height: 80px;
}

.poc-recent-posts {
  position: relative;
}

.poc-blog-recent {
  display: flex;
  flex-wrap: wrap;
}
.poc-blog-recent .thumbnail-row {
  height: 100%;
}
.poc-blog-recent .thumbnail-row .post-thumbnail {
  height: 100%;
  width: 100%;
}
.poc-blog-recent .thumbnail-row .post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 150px;
}
.poc-blog-recent .thumbnail-row .post-thumbnail a .thumbnail-container {
  display: none;
}
@media screen and (max-width: 768px) {
  .poc-blog-recent .thumbnail-row .post-thumbnail a .thumbnail-container {
    display: block;
  }
}
.poc-blog-recent .thumbnail-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 1em;
}
.poc-blog-recent .thumbnail-col .post-thumbnail {
  flex: 4;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999px) {
  .poc-blog-recent .thumbnail-col .post-thumbnail {
    overflow: visible;
  }
}
.poc-blog-recent .thumbnail-col .post-thumbnail .thumbnail-container img {
  width: 100%;
}
.poc-blog-recent .thumbnail-col .post-header {
  flex: 5;
}

.poc-blog-recent[data-style=default] .post {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .poc-blog-recent[data-style=default] .post {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  .poc-blog-recent[data-style=default] {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 1300px) {
  .blog-recent[data-style=list_featured_first_row] .col.span_6 .small {
    width: 100px;
    height: 100px;
  }
}
.vc_col-sm-9 .blog-recent[data-style=list_featured_first_row] .col.span_4 .small,
.vc_col-sm-8 .blog-recent[data-style=list_featured_first_row] .col.span_4 .small,
.vc_col-sm-6 .blog-recent[data-style=list_featured_first_row] .col.span_4 .small {
  width: 65px;
  height: 65px;
  margin-right: 22px;
}

.vc_col-sm-9 .blog-recent[data-style=list_featured_first_row] .col.span_4 .post-header.small,
.vc_col-sm-8 .blog-recent[data-style=list_featured_first_row] .col.span_4 .post-header.small,
.vc_col-sm-6 .blog-recent[data-style=list_featured_first_row] .col.span_4 .post-header.small {
  padding-right: 0px;
}

.blog-recent[data-style=list_featured_first_row] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.blog-recent[data-style=list_featured_first_row] .col {
  float: none;
}
.blog-recent[data-style=list_featured_first_row] .col:not(.has-post-thumbnail) .small:after {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  margin-right: 3%;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font: normal normal normal 18px/20px FontAwesome;
  content: "\f03e";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.blog-recent[data-style=list_featured_first_row] .featured .post-featured-img {
  padding-bottom: 160%;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 1000px) {
  .blog-recent[data-style=list_featured_first_row] .col.span_3 {
    width: 22.6%;
    margin-right: 3%;
  }
  .blog-recent[data-style=list_featured_first_row] .col.span_4 {
    width: 31.2%;
    margin-right: 3%;
  }
  .blog-recent[data-style=list_featured_first_row] .col.span_6 {
    width: 47.9%;
    margin-right: 4%;
  }
  .vc_col-sm-9 .blog-recent[data-style=list_featured_first_row] .col.span_3,
  .vc_col-sm-8 .blog-recent[data-style=list_featured_first_row] .col.span_3 {
    width: 22.3%;
    margin-right: 3.5%;
  }
  .vc_col-sm-9 .blog-recent[data-style=list_featured_first_row] .col.span_4,
  .vc_col-sm-8 .blog-recent[data-style=list_featured_first_row] .col.span_4 {
    width: 31%;
    margin-right: 3.4%;
  }
  .vc_col-sm-9 .blog-recent[data-style=list_featured_first_row] .col.span_6,
  .vc_col-sm-8 .blog-recent[data-style=list_featured_first_row] .col.span_6 {
    width: 48.1%;
    margin-right: 3.5%;
  }
  .blog-recent[data-style=list_featured_first_row] > .col.span_3:nth-child(1), .blog-recent[data-style=list_featured_first_row] > .col.span_3:nth-child(2), .blog-recent[data-style=list_featured_first_row] > .col.span_3:nth-child(3), .blog-recent[data-style=list_featured_first_row] > .col.span_3:nth-child(4) {
    align-self: flex-start;
  }
  .blog-recent[data-style=list_featured_first_row] > .col.span_4:nth-child(1), .blog-recent[data-style=list_featured_first_row] > .col.span_4:nth-child(2), .blog-recent[data-style=list_featured_first_row] > .col.span_4:nth-child(3) {
    align-self: flex-start;
  }
  .blog-recent[data-style=list_featured_first_row] > .col.span_6:nth-child(1), .blog-recent[data-style=list_featured_first_row] > .col.span_6:nth-child(2) {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 999px) {
  .row .blog-recent[data-style=list_featured_first_row] .col {
    margin-right: 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 768px) {
  .blog-recent[data-style=list_featured_first_row] > .col.span_3:nth-child(1), .blog-recent[data-style=list_featured_first_row] > .col.span_3:nth-child(2), .blog-recent[data-style=list_featured_first_row] > .col.span_3:nth-child(3), .blog-recent[data-style=list_featured_first_row] > .col.span_3:nth-child(4) {
    vertical-align: top;
  }
  .blog-recent[data-style=list_featured_first_row] .col.span_3 {
    width: 46.9% !important;
    margin-right: 6% !important;
    padding-right: 0;
    padding-left: 0;
  }
  .blog-recent[data-style=list_featured_first_row] .col.span_3:nth-child(2n+2) {
    margin-right: 0 !important;
  }
}
.full-width-section .blog-recent[data-style=list_featured_first_row] .featured > img {
  margin-bottom: 25px;
}

.blog-recent[data-style=list_featured_first_row] .featured > img,
.blog-recent[data-style=list_featured_first_row] .featured .post-featured-img {
  display: block;
  margin-bottom: 20px;
  max-width: none;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}
.blog-recent[data-style=list_featured_first_row] .featured:hover > img {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.17);
}
.blog-recent[data-style=list_featured_first_row] .small:hover > img {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.17);
}
.blog-recent[data-style=list_featured_first_row] .col:not(.has-post-thumbnail) .small:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.17);
}
.blog-recent[data-style=list_featured_first_row] .col:hover a > img, .blog-recent[data-style=list_featured_first_row] .col:hover:not(.has-post-thumbnail) .small,
.blog-recent[data-style=list_featured_first_row] .col:hover .post-featured-img {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.17);
}
.blog-recent[data-style=list_featured_first_row] .small:hover > img {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 13px 30px rgba(0, 0, 0, 0.14);
}
.blog-recent[data-style=list_featured_first_row] .col.span_4 .post-header.small, .blog-recent[data-style=list_featured_first_row] .col.span_6 .post-header.small {
  padding-right: 30px;
}
.blog-recent[data-style=list_featured_first_row] .post-header h3 a,
.blog-recent[data-style=list_featured_first_row] .post-header h5 a {
  color: inherit;
}

.home .blog-recent[data-style=list_featured_first_row] .col .post-header h3 a {
  color: inherit;
}

.blog-recent[data-style=list_featured_first_row] .post-header.small {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: calc(100% - 120px);
}
.blog-recent[data-style=list_featured_first_row] .col.span_3 .post-header.small {
  width: calc(100% - 100px);
}
.blog-recent[data-style=list_featured_first_row] .small img {
  margin-bottom: 0;
}

@media only screen and (min-width: 1300px) {
  .blog-recent[data-style=list_featured_first_row] .post-header.small {
    width: calc(100% - 140px);
  }
}
[data-style=list_featured_first_row] .meta-category a {
  margin-right: 10px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
[data-style=list_featured_first_row] .post-header.small .meta-category a {
  font-size: 13px;
}

.span_12.light [data-style=list_featured_first_row] .meta-category a {
  color: #fff;
  transition: opacity 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  opacity: 0.72;
}
.span_12.light [data-style=list_featured_first_row] .meta-category a:hover {
  opacity: 1;
}
.span_12.light [data-style=list_featured_first_row] .meta-category a:before {
  background-color: #fff;
}

/*no featured images present*/
@media only screen and (min-width: 1000px) {
  .blog-recent[data-style=material].columns-3 .span_4 {
    width: 31.2%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}
.full-width-section > .span_12.blog-recent[data-style=material] .col {
  margin-bottom: 30px !important;
}

.blog-recent[data-style=material] .inner-wrap {
  width: 100%;
}
.blog-recent[data-style=material] {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-recent[data-style=material] > .col {
  display: -webkit-flex;
  display: flex;
}

.recent-posts .post-header a {
  color: #888;
}
.recent-posts .post-header a:hover {
  color: #27cfc3;
}
.recent-posts .post-header .title {
  margin-bottom: 1px;
}
.recent-posts .post-header .title a {
  color: #27cfc3;
}
.recent-posts .post-header .title a:hover {
  color: inherit;
}
.recent-posts article.post .post-header a {
  color: #999;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
  .blog-recent[data-style=title_only] .post-header {
    transform: none;
    -webkit-transform: none;
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .poc-recent-posts-single_featured .grav-wrap > a,
  .poc-recent-posts-single_featured .grav-wrap .text > span {
    display: none;
  }
  body .poc-recent-posts-single_featured .inner-wrap {
    width: 100%;
  }
  .wpb_row .row-bg-wrap .row-bg-overlay {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .row .blog-recent[data-style=list_featured_first_row].columns-3 .col:first-child .post-featured-img {
    padding-bottom: 50%;
  }
  .row .blog-recent[data-style=list_featured_first_row].columns-3 .col:not(:first-child) {
    width: 48%;
    margin-right: 4% !important;
  }
  .row .blog-recent[data-style=list_featured_first_row].columns-2 .col {
    width: 48%;
    margin-right: 4% !important;
  }
  .row .blog-recent[data-style=list_featured_first_row].columns-3 .col:nth-child(2n+3), .row .blog-recent[data-style=list_featured_first_row].columns-2 .col:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .row .blog-recent[data-style=list_featured_first_row].columns-3 .col:nth-child(2), .row .blog-recent[data-style=list_featured_first_row].columns-3 .col:nth-child(3) {
    align-self: flex-start;
  }
  .row .blog-recent[data-style=list_featured_first_row].columns-2 .col:nth-child(1), .row .blog-recent[data-style=list_featured_first_row].columns-2 .col:nth-child(2) {
    align-self: flex-start;
  }
}
/* remove archive meta date */
.poc-blog-recent[data-remove-post-date="1"] .date {
  display: none;
}

/*# sourceMappingURL=poc_recent_posts.css.map */