@charset "UTF-8";

/*
Theme Name:psoa
Theme URI: https://wordpress.org/themes/psoa/
Author: the WordPress team
Author URI: https://wordpress.org/
Description:psoa is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See howpsoa elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:psoa
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

psoa WordPress Theme, (C) 2020 WordPress.org*/

#membership-form-popup {
  max-width: 600px;
  padding: 2em;
  background: #fff;
  border-radius: 1em;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.open-membership-popup {
  display: inline-block;
  background: #0073aa;
  color: #fff;
  padding: 0.75em 1.5em;
  border-radius: 0.5em;
  text-decoration: none;
  transition: background 0.3s ease;
}

.open-membership-popup:hover {
  background: #005d88;
}

body #content .image-grid .wpb_image_grid ul{display: flex ;flex-wrap: wrap; justify-content: center; gap: 1em;}

body #content .image-grid .wpb_image_grid ul li{flex:0 0 28%;}