/*!
Theme Name: quillerina-theme
Theme URI: http://underscores.me/
Author: Martha Villa Martin
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quillerina-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

quillerina-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Variables */
:root {
  /* Colors */
  /* --global--color-black: #000;
  --global--color-dark-gray: #28303d;
  --global--color-gray: #39414d;
  --global--color-light-gray: #f0f0f0;
  --global--body-background: #e7e6f7;
  --global--color-pink1: #827081;
  --global--color-pink1-hover: #987a97;
  --global--color-pink2: #aea3b0;
  --global--color-burgundy: #461220;
  --global--color-burgundy-hover: #5d192b;
  --global--color-blue1: #c6d2ed;
  --global--color-blue2: #b5dce9;
  --global--color-blue3: #2f5b84;
  --global--color-blue3-hover: #386d9f; */

  /* //NEW COLORS */
  /* Core Brand Colors */
  --global--color-cream: #faf8f5;
  --global--color-wine: #5c1a1a; /* Deep burgundy/purple */
  --global--color-wine-hover: #75232b; /* Slightly lighter hover tone */
  --global--color-gold: #c1a36e;
  --global--color-gold-hover: #d1b883;
  --global--color-charcoal: #333333;

  /* Neutrals */
  --global--color-black: #000000;
  --global--color-dark-gray: #28303d;
  --global--color-gray: #39414d;
  --global--color-light-gray: #eae8e4;

  /* Backgrounds */
  --global--body-background: var(--global--color-cream);
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  max-width: 1200px;
  margin: 0 auto;
}

section {
  padding: 2rem 1rem;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  padding-top: 4rem;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

ul,
li {
  list-style: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
  letter-spacing: 0.5px;
}

body,
p,
li {
  font-family: 'Lato', sans-serif;
  font-weight: 400; /* lighter for luxury feel */
  line-height: 1.6; /* more breathing room */
}

p {
  margin-bottom: 1.5em;
  font-weight: 400;
}

img {
  border: 2px solid #d4af37;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  background-color: #faf7f3;
  margin: 1rem 0; /* 16px top & bottom, no side space */
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  background: var(--global--body-background);
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #c1a36e; /* gold */
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

a:visited {
  color: #b29261; /* muted gold */
}

a:hover,
a:focus {
  color: #5c1a1a; /* deep wine */
}

a:focus {
  outline: thin dotted #c1a36e; /* gold focus outline */
}

a:active {
  color: #5c1a1a;
  background-color: rgba(193, 163, 110, 0.14); /* subtle gold tint */
}

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.menu-open-icon svg,
.menu-close-icon svg {
  fill: var(--global--color-gold);
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

ul#primary-menu {
  padding: 1rem;
}

.menu-toggle {
  border: none;
  background-color: var(--global--body-background);
}

.menu-toggle .menu-close-icon {
  display: none;
}

.menu-toggle[aria-expanded='true'] .menu-open-icon {
  display: none;
}

.menu-toggle[aria-expanded='true'] .menu-close-icon {
  display: inline-block;
}

.menu.nav-menu {
  position: absolute;
  top: 116%;
  right: 0;
  display: none; /* hidden by default */
  background: #5c1a1a; /* deep wine */
  color: #faf8f5; /* cream text */
  width: min(88vw, 320px);
  padding: 0.5rem;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

li.menu-item a {
  display: block;
  padding: 0.85rem 1rem;
  text-decoration: none;
  color: #faf8f5;
  font-weight: 500;
  letter-spacing: 0.02em;
  border-radius: 10px;
}

li.menu-item a:hover,
li.menu-item a:focus {
  background: rgba(193, 163, 110, 0.14); /* gold tint */
  color: #c1a36e; /* gold text on hover */
}

.menu-toggle:focus {
  outline: 2px solid #c1a36e; /* gold outline */
  outline-offset: 3px;
  border-radius: 6px;
}

.site-header {
  position: relative;
}

.menu-main-menu-container ul.sub-menu {
  position: static;
  padding-left: 1.5rem;
}

/* @media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
} */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */

/* Header */

.site-heading-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: var(--global--body-background);
}

body {
  padding-top: 70px;
}

.cart-icon > a > svg {
  width: 2rem;
  height: 2rem;
}

.account-icon > a > svg {
  width: 1.7rem;
  height: 2rem;
}

.menu-header-secondary-menu-container > ul {
  list-style-type: none;
  margin: 0;
}
.menu-header-secondary-menu-container > .menu {
  display: flex;
  gap: 0.3rem;
}

.menu-toggle {
  padding: 0;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  width: 8rem;
}

.main-navigation {
  width: unset;
}

.site-title {
  margin-bottom: 0;
  font-family: 'Alex Brush', sans-serif;
  font-size: 1.5rem;
}

@media screen and (min-width: 37.5em) {
  .section-title {
    padding: 0 1.5rem 5rem 1.5rem;
  }
}

.site-title a {
  color: var(--global--color-burgundy);
}

.header-line-above,
.header-line-below {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--global--color-gold-hover);
}

.header-line-above {
  margin: 1rem 0 1rem 0;
}
.header-line-below {
  margin: 1rem 0 0 0;
}

/* Home Page */

/* .page-id-35 {
  padding: 0 0.5rem 0 0.5rem;
  background-clip: content-box;
} */

.button {
  border-radius: 5rem;
  padding: 0.75rem 1.75rem;
}

.home-hero-cta {
  width: fit-content;
  text-align: center;
  margin: auto;
  padding: 0.75rem 1.75rem;
  border-radius: 50px;
  font-weight: 600;
  background-color: var(--global--color-wine);
  color: var(--global--color-cream);
  border: 2px solid #c1a36e; /* gold outline */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.home-hero-cta:hover {
  background-color: #3d0f0f; /* darker wine on hover */
}

.cta-container a.home-hero-cta,
.cta-container a.home-hero-cta:visited {
  color: var(--global--color-cream);
}
.custom-orders-heading,
.pet_portraits_gallery_heading {
  text-align: center;
  padding-bottom: 1.5rem;
}

.custom-orders-heading {
  padding-bottom: 1.5rem;
}

.cta-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 17rem;
  margin: auto;
}

.site-heading-container {
  /* padding-bottom: 4rem; */
  padding: 0.75rem 1rem 0.75rem 1rem;
}

@media screen and (min-width: 37.5em) {
  .site-heading-container {
    padding: 0 2rem;
    width: 100%;
  }
}

@media screen and (min-width: 68.5em) {
  .site-heading-container {
    padding: 0 3rem;
  }
}

@media screen and (min-width: 84em) {
  .site-heading-container {
    padding: 0 5rem;
  }
}
/* .section-hero { */
section {
  /* padding-bottom: 5rem; */
  padding: 0 0.5rem 5rem 0.5rem;
  padding: 1.5rem 1rem 4.5rem 1rem;
}

.text-description {
  /* margin-bottom: 5rem; */
  color: #fff;
}
/* .description-art-section img {
  padding-top: 5rem;
} */

.section-hero h1 {
  text-align: center;
}

@media screen and (min-width: 25em) {
  .section-hero {
    padding: 0 1.5rem 5rem 1.5rem;
  }
}

@media screen and (min-width: 35em) {
  .section-hero {
    max-width: 34.5rem;
    margin: auto;
  }
}

.

/* Home Page Signature Creation Section */

.signature-piece-section {
  background-color: #f7f2e7;
  background-color: #faf5e8;
  /* padding: 2.5rem 1.25rem; */
}

h2 {
  text-align: center;
  padding-bottom: 1rem;
}

.signature-wrap {
  max-width: 45rem;
  margin: 0 auto;
}

.signature-title {
  color: #3a3a3a; /* deep neutral */
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  margin: 0 0 0.35rem;
}
.signature-subtitle {
  color: #6a6a6a;
  font-size: 0.95rem;
  margin: 0 0 2rem;
}

.signature-media {
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  font-style: italic;
  color: #7a6d55; /* muted gold-brown */
  font-size: 1.1rem;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

.signature-body {
  color: #434343;
  line-height: 1.6;
  margin: 0.75rem 0 1rem;
}

.signature-piece-section li {
  margin-bottom: 1rem;
}

.signature-piece-section ul {
  margin-top: 2rem;
}

/* Details list */
.signature-meta {
  margin: 0 0 1.1rem;
  padding-left: 1.1rem; /* hang bullets neatly */
}
.signature-meta li {
  margin: 0.55rem 0;
  color: #3f3f3f;
  line-height: 1.55;
}
.signature-meta span {
  color: #7a6d55; /* label in muted gold-brown */
  /* color: #c1a36e;  */
  letter-spacing: 0.02em;
  font-weight: 500;
}

/* Gold bullets */
.signature-meta li::marker {
  color: #c1a36e;
}

.signature-cta a {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: var(--global--color-wine);
  color: var(--global--color-cream);
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #c1a36e; /* gold outline */
  width: fit-content;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
}

.signature-cta {
  color: #5c1a1a;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin: 2rem 0;
}

.link-secondary {
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #6b1e1e; /* burgundy */
  text-decoration: none;
  border-bottom: 1px solid rgba(107, 30, 30, 0.25);
  padding-bottom: 2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.link-secondary:hover {
  color: #c1a36e; /* gold */
  border-color: #c1a36e;
}

.signature-ctas {
  margin-top: 2.5rem;
}

/* Footer */

footer {
  background-color: var(--global--color-black);
  padding: 2rem 0.5rem 0.5rem 1rem;
}

footer ul {
  list-style-type: none;
  margin: 0;
}

footer .menu li.menu-item-has-children > a {
  color: var(--global--color-blue1);
}

.menu-item-object-page a,
.menu-item-object-custom a {
  color: var(--global--color-pink2);
}

footer .site-info > p {
  margin-bottom: 0.3rem;
  text-align: center;
  padding-top: 0.5rem;
}

.site-info {
  color: var(--global--color-blue2);
}
.menu-item-677 > a {
  font-size: 1.5rem;
}

.menu-footer-menu-container {
  padding-bottom: 1.5rem;
}

.site-info a {
  color: #a6dff3;
  text-decoration: underline;
}

/* Custom Orders Page */

.section-custom-orders > h3 {
  color: var(--global--color-blue3);
}

.section-custom-orders {
  padding: 0 0.5rem 2rem 0.5rem;
}

.section-custom-orders .cta-container {
  padding: 2rem 0;
}

@media (min-width: 30em) {
  .section-custom-orders {
    max-width: 470px;
    margin: 0 auto;
  }
}

.pet-portraits-gallery {
  background-color: var(--global--color-black);
  padding: 2rem 0.5rem 2rem 0.5rem;
}
@media screen and (min-width: 25em) {
  .pet-portraits-gallery {
    padding: 5rem 0.5rem 2rem 0.5rem;
  }
  .pet_portraits_gallery_heading {
    padding-bottom: 2rem;
  }
}

.pet-portraits-gallery h2 {
  color: var(--global--color-blue1);
}

.pet_portraits_subheading,
.earrings_and_artwork_subheading {
  text-align: center;
}

.earrings_and_artwork_subheading {
  padding-top: 1rem;
}

/* About Page */

h1 {
  text-align: center;
}

.section-about > h3 {
  color: var(--global--color-blue3);
  text-align: center;
}

.page-id-89 .contact_us_heading {
  font-size: 2rem;
  text-align: center;
  padding-top: 2rem;
}

.section-about {
  padding: 0 0.5rem 5rem 0.5rem;
}

@media (min-width: 29em) {
  .section-about {
    max-width: 31rem;
    margin: 0 auto;
  }
}

.about-img {
  width: 20rem;
  margin: auto;
  border-radius: 15px;
  margin-top: 1rem;
}

@media screen and (min-width: 25em) {
  .section-about {
    padding: 0 1.5rem 5rem 1.5rem;
  }
}
.sticky {
  display: block;
}

.post,
.page {
  /* margin: 0 0 1.5em; */
}

.site {
  padding-top: 3rem;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

#site-logo {
  border: none;
  padding: 0;
  box-shadow: none;
}
/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */

@media (min-width: 40em) {
  .collection-grid,
  .video-grid {
    display: grid;
    gap: clamp(25px, 3vw, 37px);
    grid-template-columns: 1fr 1fr;
    justify-content: center; /* centers last row */
  }
}

.video-grid {
  padding-top: 2rem;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Shop Page */

article.category-link {
  box-shadow: 0px 1px 6px #778899;
  border-radius: 1rem;
  margin: 2rem 1rem;
  background-color: #dedede;
  padding: 2rem 1rem;
}

article.category-link:last-of-type {
  margin-bottom: 4rem;
}

article.category-link:hover {
  background-color: #e2cfcf;
}

img.attachment-custom-thumbnail.size-custom-thumbnail {
  margin: 2rem auto;
}

p.category-description {
  margin-bottom: unset;
}

h1.shop-page-title {
  font-size: 1.7em;
  max-width: 450px;
  margin: 0.67em auto;
}

@media screen and (min-width: 650px) {
  .archive .category-container {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .archive article.category-link {
    width: 41%;
  }
}

/* Ornaments shop section */

.term-49 article.product-container {
  box-shadow: 0px 1px 6px #778899;
  border-radius: 1rem;
  margin: 2rem 1rem;
  background-color: #dedede;
  padding: 2rem 1rem;
}

.term-49 article.product-container:hover {
  background-color: #e2cfcf;
}

.term-49 article.product-container:hover button {
  background-color: #dedede;
}

@media screen and (min-width: 650px) {
  .term-49 .category-products-section {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.term-49 article.product-container button {
  margin: 0 auto;
  display: block;
  border: none;
  background-color: #e2cfcf;
  border-radius: 1rem;
  padding: 1rem 2rem;
  cursor: pointer;
}

.term-49 article.product-container button:hover {
  background-color: #dbc0c0;
}

.term-49 article.product-container p {
  text-align: center;
}

/* Single product Shop  */

.woocommerce-variation-add-to-cart {
  text-align: center;
}

.product-template-default .woocommerce-Tabs-panel {
  max-width: 40rem;
  margin: 0 auto;
}

.product-template-default .related-product {
  display: flex;
  flex-wrap: wrap;
}

.product-template-default .related-product a {
  width: 100%;
}

.product-template-default .related-product-title {
  text-align: center;
}

.product-template-default .related-product-price {
  text-align: center;
  display: block;
}

.product-template-default .related-product {
  box-shadow: 0px 1px 6px #778899;
  border-radius: 1rem;
  margin: 2rem 1rem;
  background-color: #dedede;
  padding: 2rem 1rem;
}

.product-template-default .related-product:hover {
  background-color: #e2cfcf;
}

.product-template-default .related-product:hover a:last-of-type {
  background-color: #dedede;
}

.product-template-default .related-product a:last-of-type:hover {
  background-color: #dbc0c0;
}
.product-template-default .related-product a:last-of-type {
  text-align: center;
  display: block;
  background-color: #e2cfcf;
  padding: 1rem 0rem;
  border-radius: 1rem;
  margin: 1rem 3rem;
}
.product-template-default footer {
  margin-top: 3rem;
}

@media screen and (min-width: 40em) {
  .product-template-default .related-product {
    width: 50%;
  }
}

.product-template-default .site-main {
  max-width: 1250px;
  margin: 0 auto;
}

/* Video posters on HOME PAGE */

/* Video posters on HOME PAGE */
:root {
  --cream: #f5efe5; /* page background tone */
  --gold: #c1a36e; /* brand gold */
  --ink: #463c32; /* dark text */
}

/* container enforces the size/ratio for both poster + video */
.video-card {
  position: relative;
  width: 100%;
  max-width: 853px; /* change per card if needed */
  aspect-ratio: 16 / 9;
  margin: 0 auto 3.25rem;
}

.video-card:last-of-type {
  margin-bottom: 0;
}
/* actual video (hidden from clicks until playing) */
.video-card .video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none; /* first click shouldn't hit video */
  z-index: 1;
}
.video-card.playing .video {
  pointer-events: auto;
}

/* CSS poster overlay (click target) */
.poster {
  all: unset; /* strip default button styles */
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      ellipse at 50% 40%,
      rgba(0, 0, 0, 0.04),
      transparent 55%
    ),
    var(--cream);
  border: 2px solid var(--gold);
  cursor: pointer;
  z-index: 2;
}
.poster.is-hidden {
  display: none !important;
} /* JS toggles this */

/* keep clicks on the poster’s text/icon registering as poster clicks */
.poster * {
  pointer-events: none;
}

/* poster typography */
.poster-inner {
  text-align: center;
  font-family: 'Playfair Display', serif;
  color: var(--ink);
  padding: 0.5rem 1rem;
}
.poster-title {
  display: block;
  font-weight: 700;
  font-size: clamp(20px, 3.2vw, 32px);
}
.poster-sub {
  display: block;
  font-family: Lato, system-ui, sans-serif;
  font-size: clamp(12px, 1.8vw, 16px);
  opacity: 0.9;
  margin-top: 0.25rem;
}

.poster:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}

.poster-play {
  display: inline-block;
  margin-top: 0.8rem; /* slightly more breathing room */
  line-height: 1;
  font-size: clamp(14px, 2.5vw, 20px); /* slightly smaller than before */
  color: var(--gold);
  transition: transform 0.2s ease, color 0.2s ease;
}

/* Collectors (safe, luxe, responsive) */
.collectors {
  background: #f7f2ea;
  padding: clamp(28px, 6vw, 64px) 0;
  border-block: 1px solid rgba(193, 163, 110, 0.35);
}
.collectors-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 28px);
  display: grid;
  gap: clamp(20px, 4vw, 48px);
}
@media (min-width: 1024px) {
  .collectors-inner {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.meet-artist-image {
  margin: 0 auto;
  width: 30rem;
}

footer {
  background-color: var(--global--color-wine);
  color: var(--global--color-cream);
  text-align: center;
}

.footer-text {
  font-size: 0.8rem;
}

.site-footer a {
  color: #f0e6d2;

  text-decoration: none;
  font-weight: bold;
}

.site-footer a:hover {
  text-decoration: underline;
}
