/*
Theme Name: Astra Child 02
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.3.1780054465
Updated: 2026-05-29 11:34:25



.mf_member_list {
    width: 80%;
    margin: 0 auto;
}

.mf_member_list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}

.mf_single_user {
    display: block;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    box-shadow: 0 0 1rem 0.1rem #eaeaea;
    padding: 1rem;
    text-align: center;
}

.mf_single_user img {
 display: block;
 padding-bottom: 0.9rem;
 margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
 .mf_member_list ul {
  grid-template-columns: 1fr;
  column-gap: 0;
  margin: 0;
 }
}
/* Fin de CSS Mundo Funnel Simple Member List */
*/

