.vizac-addon-posts.layout-default [class*="col-"] {
  padding-bottom: 40px; }

.vizac-addon-posts.layout-default .post-item .post-image img {
  width: 100%; }

.vizac-addon-posts.layout-default .post-item .post-text {
  position: relative;
  padding: 20px 30px 28px 30px; }
  .vizac-addon-posts.layout-default .post-item .post-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 7px solid transparent;
    border-top: 0;
    -webkit-border-image: url(../images/border-image.png) 7 round;
    -o-border-image: url(../images/border-image.png) 7 round;
    border-image: url(../images/border-image.png) 7 round;
    z-index: -1;
    transition: all .3s; }
  .vizac-addon-posts.layout-default .post-item .post-text .post-meta a {
    font-size: 12px;
    font-weight: 400;
    color: #ff4302; }
    .vizac-addon-posts.layout-default .post-item .post-text .post-meta a:hover {
      color: #b52e00; }
  .vizac-addon-posts.layout-default .post-item .post-text .title {
    padding-top: 10px;
    margin-bottom: 10px; }
    .vizac-addon-posts.layout-default .post-item .post-text .title a {
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      color: #212849;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 60px; }
      .vizac-addon-posts.layout-default .post-item .post-text .title a:hover {
        color: #ff4302; }
  .vizac-addon-posts.layout-default .post-item .post-text .read-more {
    font-weight: 500;
    text-transform: uppercase;
    color: #ff4302;
    font-size: 14px; }
    .vizac-addon-posts.layout-default .post-item .post-text .read-more i {
      position: relative;
      top: 1px;
      font-weight: 600;
      margin-left: 4px; }
    .vizac-addon-posts.layout-default .post-item .post-text .read-more:hover {
      color: #b52e00; }

.vizac-addon-posts.layout-default .post-item:hover {
  box-shadow: 0 0 24px 0 rgba(153, 153, 153, 0.25); }
  .vizac-addon-posts.layout-default .post-item:hover .post-text:before {
    opacity: 0; }

.vizac-addon-posts.layout-style-1 [class*="col-"] {
  padding-bottom: 40px; }

.vizac-addon-posts.layout-style-1 .post-item .post-image a {
  display: block;
  overflow: hidden; }
  .vizac-addon-posts.layout-style-1 .post-item .post-image a img {
    width: 100%;
    transition: all .5s ease; }

.vizac-addon-posts.layout-style-1 .post-item .post-image:hover a img {
  transform: scale(1.05); }

.vizac-addon-posts.layout-style-1 .post-item .post-text {
  padding: 28px 28px 18px 28px;
  border-top: 0;
  position: relative;
  overflow: hidden; }
  .vizac-addon-posts.layout-style-1 .post-item .post-text:before, .vizac-addon-posts.layout-style-1 .post-item .post-text:after {
    content: '';
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .vizac-addon-posts.layout-style-1 .post-item .post-text:before {
    border-right: 4px solid #ff4302;
    border-left: 4px solid #ff4302;
    bottom: 4px; }
  .vizac-addon-posts.layout-style-1 .post-item .post-text:after {
    width: 100%;
    border-bottom: 4px solid #ff4302; }
  .vizac-addon-posts.layout-style-1 .post-item .post-text .post-categories {
    margin-bottom: 8px; }
    .vizac-addon-posts.layout-style-1 .post-item .post-text .post-categories i {
      color: #ff4302; }
    .vizac-addon-posts.layout-style-1 .post-item .post-text .post-categories a {
      font-size: 12px;
      font-weight: 400;
      color: #ff4302; }
  .vizac-addon-posts.layout-style-1 .post-item .post-text .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 0;
    margin-bottom: 10px; }
    .vizac-addon-posts.layout-style-1 .post-item .post-text .title a {
      color: #212849;
      word-break: break-word;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      max-height: 60px;
      transition: all .3s; }
      .vizac-addon-posts.layout-style-1 .post-item .post-text .title a:hover {
        color: #ff4302; }
  .vizac-addon-posts.layout-style-1 .post-item .post-text .post-meta {
    display: flex;
    margin-bottom: 18px; }
    .vizac-addon-posts.layout-style-1 .post-item .post-text .post-meta > div {
      font-size: 12px;
      color: #ff4302;
      font-weight: 400;
      text-transform: capitalize;
      margin-right: 32px; }
      .vizac-addon-posts.layout-style-1 .post-item .post-text .post-meta > div i {
        margin-right: 6px; }
  .vizac-addon-posts.layout-style-1 .post-item .post-text .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #56566a;
    margin-bottom: 20px; }
  .vizac-addon-posts.layout-style-1 .post-item .post-text .read-more {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #ff4302;
    display: block;
    transition: all .3s; }
    .vizac-addon-posts.layout-style-1 .post-item .post-text .read-more i {
      position: relative;
      top: 1px;
      font-weight: 600;
      margin-left: 4px; }
    .vizac-addon-posts.layout-style-1 .post-item .post-text .read-more:hover {
      color: #b52e00; }
