/
var
/
www
/
barefootlaw.org
/
wp-content
/
themes
/
archub
/
templates
/
portfolio
/
Upload File
HOME
<div class="lqd-pf-column <?php $this->get_grid_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 mb-3 pos-rel border-radius-10 overflow-hidden"> <figure> <?php $this->entry_thumbnail( 'liquid-style6-pf' ); ?> </figure> <span class="lqd-pf-overlay-bg lqd-overlay d-flex align-items-center justify-content-center"> </span> </div> <div class="lqd-pf-details"> <div class="d-flex justify-content-between"> <?php the_title( '<h2 class="mt-0 align-items-center h5">', '</h2>' ) ?> <?php $this->get_badge(); ?> </div> <?php $this->entry_cats() ?> </div> <?php $this->get_overlay_button(); ?> </div> </article> </div>