/* post loop */
.vc_posts.card.style-1.v1 .vc-post .vc-thumbnail .divide-obj{
  content: "";
  position: absolute;
  left: 15px;
  bottom: -1px;
  width: 30px;
  height: 15px;
  border-top: solid 15px #0000;
  border-left: solid 15px #fff;
  border-right: solid 15px #fff;
}

.vc_posts.card.style-1.v1 .vcps-item{
  position: relative;
  min-height: 390px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 25%);
  box-shadow: 0 0 3px rgb(0 0 0 / 25%);
  background: #FFF;
}


.vc_posts.card.style-1.v1 .vc_posts-wrapper {
  display: grid;
  -ms-grid-columns: (minmax(30px,1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit,minmax(30px,1fr));
  grid-gap: 15px;
}
.v-col-3 .vc_posts.card.style-1.v1 .vc_posts-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
.vc_posts.card.style-1.v1 .featured-croped .in-croped{
  padding-bottom: calc( 0.68 * 100% );
position: relative;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
overflow: hidden;
}


.vc_posts.card.style-1.v1 .featured-croped  .divide-obj{
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 30px;
  height: 15px;
  border-top: solid 15px #0000;
  border-left: solid 15px #fff;
  border-right: solid 15px #fff;
      z-index: 1;
}

.vc_posts.card.style-1.v1 .featured-croped .in-croped::before{
  content: "";
  position: absolute;
  width: 15px;
  border-top: solid 16px #fff;
  left: 0;
  bottom: -1px;
  z-index: 1;
}

.vc_posts.card.style-1.v1 .featured-croped .in-croped::after{
  content: "";
  position: absolute;
  width: calc(100% - 45px);
  left: 45px;
  bottom: -1px;
  border-top: solid 16px #fff;
}

.vc_posts.card.style-1.v1 .featured-croped img {
    display: block;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
    object-fit: cover;
    transition: all ease-in-out 250ms;
}




.vc_posts.card.style-1.v1 .vc-title {
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 22px;
    line-height: 22px;
}

.vc_posts.card.style-1.v1 .vc-title a{
  color: #275d3b;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.vc_posts.card.style-1.v1 .vc-view-more {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: solid 1px #ddd!important;
    padding: 10px!important;
}


.vc_posts.card.style-1.v1 .p_excerpt{
  min-height: 120px;
}
.no_excerpt .p_excerpt{
  display: none;
}
.no_excerpt .vc_posts.card.style-1.v1 .vcps-item{
  min-height: 285px;
}

.vc_posts.card.style-1.v1 .p_excerpt p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    box-orient: vertical;
    line-clamp: 3;
    font-size: 20px;
    line-height: 20px;
}
.vc_posts.card.style-1.v1 .vcps-info {
    padding: 0.75rem;
    overflow: hidden;
    z-index: 123;
}
.vc_posts.card.style-1.v1 .vc-view-more svg {
    width: 18px;
    height: 18px;
    color: #fec81d;
}
.featured-croped {
    position: relative;
    overflow: hidden;
}
.vc_posts.card.style-1.v1 .post-meta {
    position: absolute;
    right: 0;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.5rem;
    color: #fff;
    z-index: 1;
    background-color: #001c3c;
}
.vc_posts.card.style-1.v1 .post-meta svg{
    width: 18px;
    height: 18px;
    color: #fec81d;
    margin-right: 0.5rem;
}
.vc_posts.card.style-1.v1 .post-meta svg {
    width: 18px;
    height: 18px;
    color: #fec81d;
    margin-right: 0.5rem;
    margin-bottom: -4px;
}
/* end post loop */
