/
var
/
www
/
barefootlaw.org
/
wp-content
/
themes
/
archub
/
templates
/
portfolio
/
Upload File
HOME
<div class="lqd-pf-column col-md-<?php $this->get_column_class() ?> col-sm-6 col-xs-12 masonry-item <?php $this->entry_term_classes() ?>"> <article<?php echo liquid_helper()->html_attributes( $attributes ) ?>> <div class="lqd-pf-item-inner"> <div class="lqd-pf-img"> <figure> <?php $this->entry_thumbnail(); ?> </figure> </div> <div class="lqd-pf-details d-flex flex-wrap pos-rel border-radius-4"> <span class="lqd-pf-overlay-bg lqd-overlay"></span> <div class="lqd-pf-info d-flex flex-wrap align-items-center justify-content-between w-100 p-4"> <?php the_title( '<h2 class="mt-0 mb-0 h5">', '</h2>' ) ?> <?php $this->entry_cats() ?> </div> </div> <?php $this->get_overlay_button(); ?> </div> </article> </div>