/*
Theme Name: Janet Rady
Template: understrap
Author: Child Theme Configurator
Description: Child theme based on Bootstrap
Tags: one-column,custom-menu,featured-images,theme-options,translation-ready
Version: 1.0.1600249286
Updated: 2020-09-16 09:41:26
*/

/* =====================================================
   Masonry grid — base
   grid-auto-rows: auto lets each row size to content.
   The masonry JS (wow.js) will override with pixel
   values on desktop; we reset on mobile below.
===================================================== */
.masonry-effect {
    display: grid;
    grid-gap: 1.2rem 2.1rem;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto !important;
    height: auto !important;
}

.masonry-effect .card {
    margin-bottom: 0 !important;
    grid-row-end: auto !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .masonry-effect {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto !important;
        height: auto !important;
    }

    .masonry-effect .card {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        grid-row-end: auto !important;
    }
}

ul.page-numbers {
    padding-left: 0 !important;
}
ul.page-numbers li {
    margin-bottom: 0 !important;
}
.display-4 {
    font-size: 3.2rem;
}


/* =====================================================
   Artplacer — side-by-side button layout
   Added here because the WP Customizer rejects
   <artplacer> as a CSS selector (treats it as markup).
   This file is auto-loaded by WordPress as the child
   theme stylesheet — no enqueue needed.
===================================================== */

/* Make each <artplacer> wrapper inline so the two
   buttons sit side by side at equal width */
.single-product artplacer {
  display: inline-block !important;
  width: calc(50% - 5px) !important;
  vertical-align: top !important;
  box-sizing: border-box !important;
}

.single-product artplacer:first-of-type {
  margin-right: 10px !important;
}

/* Button fills its <artplacer> wrapper fully.
   min-width: 0 beats the plugin's inline min-width: 212px */
.single-product artplacer .artplacer-button,
.single-product artplacer button.artplacer-button {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  padding: 12px 8px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

/* Mobile — keep side by side, just tighter */
@media (max-width: 767px) {
  .single-product artplacer {
    display: inline-block !important;
    width: calc(50% - 5px) !important;
    margin-bottom: 0 !important;
  }

  .single-product artplacer:first-of-type {
    margin-right: 10px !important;
  }

  .single-product artplacer .artplacer-button,
  .single-product artplacer button.artplacer-button {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 11px !important;
    padding: 10px 4px !important;
  }
}



/* =====================================================
   Artplacer — side-by-side button layout
   Added here because the WP Customizer rejects
   <artplacer> as a CSS selector (treats it as markup).
   This file is auto-loaded by WordPress as the child
   theme stylesheet — no enqueue needed.
===================================================== */

/* Make each <artplacer> wrapper inline so the two
   buttons sit side by side at equal width */
.single-product artplacer {
  display: inline-block !important;
  width: calc(50% - 5px) !important;
  vertical-align: top !important;
  box-sizing: border-box !important;
}

.single-product artplacer:first-of-type {
  margin-right: 10px !important;
}

/* Button fills its <artplacer> wrapper fully.
   min-width: 0 beats the plugin's inline min-width: 212px */
.single-product artplacer .artplacer-button,
.single-product artplacer button.artplacer-button {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  padding: 12px 8px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

/* Mobile — keep side by side, just tighter */
@media (max-width: 767px) {
  .single-product artplacer {
    display: inline-block !important;
    width: calc(50% - 5px) !important;
    margin-bottom: 0 !important;
  }

  .single-product artplacer:first-of-type {
    margin-right: 10px !important;
  }

  .single-product artplacer .artplacer-button,
  .single-product artplacer button.artplacer-button {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 11px !important;
    padding: 10px 4px !important;
  }
}