/*
Theme Name: Hope of Heroes
Theme URI: https://hopeofheroes.bortlovi.cz
Description: Faithful WordPress recreation of the original Joomla Artisteer template for the Hope of Heroes golden retriever kennel.
Author: Rescue
Version: 1.3
Requires at least: 5.0
Tested up to: 6.5
*/

/* ── layout helpers ──────────────────────────────────────────────────── */
html { margin-top: 0 !important; }
* html body { margin-top: 0 !important; }
.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft    { float:left;  margin:0 1em 1em 0; }
.alignright   { float:right; margin:0 0 1em 1em; }
.wp-caption { max-width:100%; }
.wp-caption img { height:auto; }
.screen-reader-text { position:absolute;clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden; }

/* ── PhotoSwipe ───────────────────────────────────────────────────────── */
.pswp { z-index: 99999 !important; }

/* ── image safety ─────────────────────────────────────────────────────── */
.art-article img:not([src*="/cache/ppgallery/"]) { max-width:100%; }
.art-article img[width][height]:not([src*="/cache/ppgallery/"]) { height:auto; }

/* ── Artisteer button alias ───────────────────────────────────────────── */
a.button, a.button:link, a.button:visited {
    border:0; border-collapse:separate;
    background:#A98360;
    background:linear-gradient(to bottom,#B69577 0%,#AD8967 50%,#A67E59 50%,#9C7754 50%,#A67E59 80%,#A98360 100%) no-repeat;
    border-radius:6px; padding:0 15px; height:26px; line-height:26px;
    display:inline-block; vertical-align:middle; white-space:nowrap;
    text-align:center; color:#FFFFFF !important; text-decoration:none !important;
    font-size:13px; font-family:'Sitka Text',Arial,sans-serif;
    font-weight:normal; cursor:pointer; margin:0 5px 0 0 !important;
    box-sizing:content-box;
}
a.button:hover {
    background:#8F6D4D;
    background:linear-gradient(to bottom,#A67E59 0%,#957250 50%,#7E6044 50%,#8F6D4D 100%) no-repeat;
    color:#FFFFFF !important; text-decoration:none !important;
}

/* ── block editor compat (for all pages) ─────────────────────────────── */
.art-postcontent .has-text-align-center,
.item-page .has-text-align-center { text-align:center; }
.art-postcontent .has-text-align-left,
.item-page .has-text-align-left   { text-align:left; }
.art-postcontent .wp-block-heading { color:#845D39; }
.item-page .wp-block-heading       { color:#845D39; }
.art-postcontent .wp-block-paragraph { margin:0; padding:0; }
.item-page .art-subtitle,
.art-postcontent .art-subtitle { text-decoration:underline; color:#845d39; }
.art-postcontent .wp-block-separator {
    border:none; border-top:1px solid #D7BEA2; margin:18px 0;
}
