.lcwpbl_col_1 {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 50px;
  height: inherit;
  float: left;
}

.lcwpbl_col_2 {
  width: 47%;
  margin-right: 5.5%;
  margin-bottom: 40px;
  height: inherit;
}

.lcwpbl_col_3 {
  width: 30.3333%;
  margin-right: 2.45%;
  margin-bottom: 50px;
  height: inherit;
}

.lcwpbl_col_4 {
  width: 24.3333%;
  margin-right: 2.45%;
  margin-bottom: 50px;
  height: inherit;
}

.lcwpbl_col_2:nth-child(2n),
.lcwpbl_col_3:nth-child(3n) {
  margin-right: 0px;
}

/* Themes */

.light>a {
  color: #97BF0D !important;
}

.dark>a {
  color: #97BF0D !important;
}

.light>.lcwpbl_post_category {
  color: #97BF0D !important;
}

.light>.lcwpbl_post_title h2 {
  color: #333333;
}

.dark>.lcwpbl_post_title h2 {
  color: #E6E6E6;
}

.light>.lcwpbl_post_title span,
.light>.lcwpbl_post_meta span {
  color: #78909c;
}

.dark>.lcwpbl_post_title span,
.dark>.lcwpbl_post_meta span {
  color: #b0bec5;
}
/* Standard */

.lcwpbl_root {
  width: 100%;
  height: inherit;
  display: block;
}

.lcwpbl_inner {
  display: inline-block;
  position: relative;
  transition: transform .3s;
  cursor: pointer;
}

.lcwpbl_inner:hover {
  transform: scale(1.02);
}

.lcwpbl_post_image {
  display: block;
}


.lcwpbl_pf_video {
  padding: 4px 10px 4px 10px;
  margin: 8px 8px 0px 0px;
  position: absolute;
  border-radius: 4px;
  top: 0;
  right: 0;
  background: #E20917;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.lcwpbl_post_image img {
  border-radius: 6px;
}

.lcwpbl_post_category {
  margin: 10px 0px 10px 0px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #97BF0D !important;
}

.lcwpbl_post_title h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.lcwpbl_post_title span {
  font-size: 13px;
}

.lcwpbl_post_meta {
  margin: 0px 0px;
}

.lcwpbl_post_meta span {
  font-size: 13px;
}

.lcwpbl_post_meta img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}


@media only screen and (max-width: 980px) {
  .lcwpbl_col_2,
  .lcwpbl_col_3 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    height: inherit;
  }
}

@media only screen and (max-width: 1300px) {
  .lcwpbl_col_2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    height: inherit;
  }
}
