@charset "UTF-8";
/* Themify Ultra 8.1.4 framework 8.3.0 */

/*/themify-builder/css/modules/gallery.css*/
.module-gallery :is(.gallery-icon,.gallery-item img){margin:0;padding:0}.module-gallery.rounded .gallery-icon{max-width:100%}.module-gallery.rounded img{border-radius:var(--tb_rounded_corner)}.module-gallery.bordered img{border:1px solid rgba(0,0,0,.2);padding:3px}.module-gallery.drop-shadow img{box-shadow:0 1px 8px 0 rgba(0,0,0,.1)}.module.module-gallery.circle img{border-radius:50em;overflow:hidden;text-align:center}.module_column .module.module-gallery.circle .gallery-caption{text-align:center}.module.gallery .gallery-caption{font-size:.9em;line-height:1.4;margin:.5em 0}
/*/themify-builder/css/modules/gallery_styles/grid.css*/
.module-gallery-grid{--galn:var(--gald);--galg:15px;--galh:var(--galg);display:grid;gap:var(--galh) var(--galg);grid-template-columns:repeat(var(--galn),1fr)}.gallery-masonry{row-gap:0;--galg:1.5%}div.module-gallery-grid .gallery-item{margin:0;text-align:center}.gallery-masonry .pagenav{position:absolute;top:100%;width:100%}div.gallery-masonry .gallery-item{margin-bottom:var(--galh)}