/*
Theme Name: Made Matchless (Bloggy v.2 Child Theme)
Theme URI:
Author: jjll
Author URI:
Template: bloggy
Description: This Bloggy v.2 child theme contains customizations made for Made Matchless by jjll. Customizations include: • WooCommerce login/register page customizations  • Custom memberships emails for WooCommerce (e.g. "Membership welcome" email)  • Added password confirmation field to register and register at checkout forms  • My Account menu customizations  • Create Curriculum category and hide it from blog post navigation  • Shortcode to perform a basic redirect to another page  • Shortcode to redirect logged-in users to another page  • Shortcode to redirect members to another page  • Shortcodes to embed PDFs and videos (allows easy future site-wide changes)  • Implement PDF.js to control the embedded PDF viewing experience (prevents saving and hides PDF file URLs and database IDs)  • Customizations to Advanced Posts Blocks plugin posts template
Version: 1.2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bloggy-child
Tags:
*/

/* Advanced Posts Blocks styles */
div.wp-block-advanced-posts-block-posts > article, .content div.wp-block-advanced-posts-block-posts > article {
  margin-bottom: 2.5em;
}
div.wp-block-advanced-posts-block-posts > article > p, .content div.wp-block-advanced-posts-block-posts > article > p {
  padding: 0;
}

/* WooCommerce customization styles */
.woocommerce-form-login-register-wrapper {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-form-login-register-link {
  position: relative;
  top: -1.5em;
  margin-bottom: -1.5em;
  text-align: center;
}

/* WooCommerce Blocks plugin styles customization */
/* Fix paragraph style for product blocks (is being adversely affected by Appearance > Customization > Default Typography > Paragraphs > Appearance > Font Color) */
.wc-block-featured-product .wc-block-featured-product__description p, .wc-block-featured-product .wc-block-featured-product__price p, .wc-block-featured-product .wc-block-featured-product__title p {
  color: #fff;
}
