@media (max-width: 680px) {
body.single-post .entry-content > h1,
body.single .entry-content > h1,
body.page-template-default .entry-content > h1,
body .wp-block-post-title,
body.single-post .entry-title,
body.single .entry-title {
font-size: 24px !important;
line-height: 1.22 !important;
letter-spacing: -0.01em !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
body.single-post .entry-content > h2,
body.single .entry-content > h2,
body.page-template-default .entry-content > h2 {
font-size: 22px !important;
line-height: 1.25 !important;
letter-spacing: -0.008em !important;
}
body.single-post .entry-content > h3,
body.single .entry-content > h3,
body.page-template-default .entry-content > h3 {
font-size: 20px !important;
line-height: 1.28 !important;
}
}
@media (max-width: 380px) {
body.single-post .entry-content > h1,
body.single .entry-content > h1,
body.page-template-default .entry-content > h1,
body .wp-block-post-title,
body.single-post .entry-title,
body.single .entry-title {
font-size: 22px !important;
line-height: 1.24 !important;
}
} .tag-front-page,
.tag-front-page * {
box-sizing: border-box;
}
.tag-front-page {
width: 100%;
max-width: 100%;
overflow-x: clip;
background: #faf9f6;
color: #57483d;
} .tag-front-intro {
position: relative;
isolation: isolate;
width: 100%;
overflow: hidden;
padding: clamp(48px, 7vw, 88px) 20px clamp(44px, 6vw, 72px);
border-bottom: 1px solid rgba(63, 49, 39, 0.09);
background:
radial-gradient(
circle at 8% 18%,
rgba(64, 181, 235, 0.15),
transparent 32%
),
radial-gradient(
circle at 92% 82%,
rgba(144, 203, 67, 0.15),
transparent 32%
),
linear-gradient(
135deg,
#f7fcff 0%,
#fffdf9 48%,
#f7faef 100%
);
}
.tag-front-intro::before {
content: "";
position: absolute;
inset: 0;
z-index: -2;
pointer-events: none;
opacity: 0.5;
background-image:
linear-gradient(
rgba(63, 49, 39, 0.025) 1px,
transparent 1px
),
linear-gradient(
90deg,
rgba(63, 49, 39, 0.025) 1px,
transparent 1px
);
background-size: 44px 44px;
}
.tag-front-intro::after {
content: "";
position: absolute;
top: -260px;
right: -190px;
z-index: -1;
width: 600px;
height: 600px;
border-radius: 50%;
background: rgba(64, 181, 235, 0.08);
filter: blur(12px);
pointer-events: none;
}
.tag-front-intro__inner {
width: min(1120px, 100%);
margin: 0 auto;
text-align: center;
}
.tag-front-intro__eyebrow {
display: inline-flex;
align-items: center;
justify-content: center;
width: auto;
margin: 0 0 18px;
padding: 9px 15px;
border: 1px solid rgba(143, 31, 27, 0.14);
border-radius: 999px;
background: rgba(255, 255, 255, 0.78);
box-shadow: 0 8px 24px rgba(43, 32, 24, 0.05);
color: #7a1f1f;
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.tag-front-intro h1 {
display: block;
width: 100%;
max-width: 1080px;
margin: 0 auto;
padding: 0;
color: #3f3127;
font-size: clamp(38px, 5vw, 66px);
font-weight: 800;
line-height: 1.08;
letter-spacing: -0.04em;
text-align: center;
text-wrap: balance;
overflow-wrap: normal;
word-break: normal;
}
.tag-front-intro__description {
display: block;
width: min(800px, 100%);
margin: 22px auto 0;
padding: 0;
color: #67594f;
font-size: clamp(17px, 1.6vw, 20px);
font-weight: 400;
line-height: 1.7;
text-align: center;
text-wrap: pretty;
} .tag-front-content-shell {
position: relative;
width: 100%;
padding: 32px 20px 0;
}
.tag-front-main {
display: block;
width: min(1280px, 100%);
max-width: 1280px;
margin: 0 auto;
padding: 0;
}
.tag-front-editor-content {
display: block;
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}
.tag-front-editor-content > *:first-child {
margin-top: 0;
}
.tag-front-editor-content > *:last-child {
margin-bottom: 0;
}
.tag-front-editor-content .alignwide,
.tag-front-editor-content .alignfull {
width: 100%;
max-width: none;
margin-right: 0;
margin-left: 0;
} .tag-front-editor-content img,
.tag-front-editor-content video,
.tag-front-editor-content iframe {
max-width: 100%;
} .tag-front-search {
width: 100%;
padding: clamp(62px, 8vw, 96px) 20px;
}
.tag-front-search__inner {
width: min(680px, 100%);
margin: 0 auto;
text-align: center;
}
.tag-front-search__title {
margin: 0 0 22px;
padding: 0;
color: #3f3127;
font-size: clamp(30px, 4vw, 44px);
font-weight: 800;
line-height: 1.15;
letter-spacing: -0.03em;
text-align: center;
} .tag-front-debug {
position: fixed;
bottom: 20px;
left: 20px;
z-index: 99999;
padding: 8px 12px;
border-radius: 6px;
background: #fb923c;
color: #111;
font-size: 13px;
font-weight: 700;
} @media (max-width: 782px) {
.tag-front-intro {
padding: 46px 16px 54px;
}
.tag-front-intro h1 {
font-size: clamp(34px, 9vw, 48px);
line-height: 1.1;
letter-spacing: -0.035em;
}
.tag-front-intro__description {
margin-top: 18px;
font-size: 17px;
line-height: 1.65;
}
.tag-front-content-shell {
padding: 24px 12px 0;
}
.tag-front-search {
padding: 58px 16px;
}
} @media (max-width: 480px) {
.tag-front-intro {
padding: 38px 14px 46px;
}
.tag-front-intro__eyebrow {
margin-bottom: 15px;
font-size: 11px;
}
.tag-front-intro h1 {
font-size: 33px;
line-height: 1.12;
}
.tag-front-intro__description {
font-size: 16px;
line-height: 1.62;
}
.tag-front-content-shell {
padding: 16px 8px 0;
}
.tag-front-search {
padding-right: 14px;
padding-left: 14px;
}
} .tag-front-intro h1 {
max-width: 1040px;
margin: 0 auto;
font-size: clamp(34px, 3.8vw, 54px);
font-weight: 700;
line-height: 1.12;
letter-spacing: -0.025em;
text-wrap: balance;
} .tag-front-intro__description {
max-width: 780px;
margin: 20px auto 0;
font-size: clamp(16px, 1.35vw, 19px);
line-height: 1.65;
} .tag-front-search__title {
font-size: clamp(27px, 3vw, 38px);
font-weight: 700;
line-height: 1.2;
letter-spacing: -0.02em;
} @media (max-width: 782px) {
.tag-front-intro h1 {
max-width: 680px;
font-size: clamp(30px, 6.7vw, 42px);
font-weight: 700;
line-height: 1.14;
letter-spacing: -0.02em;
}
.tag-front-intro__description {
max-width: 620px;
font-size: 16.5px;
line-height: 1.62;
}
} @media (max-width: 480px) {
.tag-front-intro h1 {
font-size: 28px;
font-weight: 700;
line-height: 1.16;
letter-spacing: -0.015em;
}
.tag-front-intro__description {
margin-top: 16px;
font-size: 16px;
line-height: 1.58;
}
.tag-front-search__title {
font-size: 28px;
}
} .tag-ajax-search,
.tag-ajax-search * {
box-sizing: border-box;
}
.tag-ajax-search {
display: flex;
align-items: center;
width: 100%;
min-height: 58px;
margin: 0;
padding: 5px 5px 5px 20px;
overflow: hidden;
border: 1px solid rgba(63, 49, 39, 0.16);
border-radius: 999px;
background: #ffffff;
box-shadow:
0 14px 34px rgba(43, 32, 24, 0.08),
0 2px 8px rgba(43, 32, 24, 0.04);
transition:
border-color 180ms ease,
box-shadow 180ms ease,
background-color 180ms ease;
}
.tag-ajax-search:hover {
border-color: rgba(63, 49, 39, 0.28);
}
.tag-ajax-search:focus-within {
border-color: #328fbd;
background: #ffffff;
box-shadow:
0 0 0 4px rgba(50, 143, 189, 0.13),
0 16px 38px rgba(43, 32, 24, 0.10);
}
.tag-ajax-search__input {
flex: 1 1 auto;
width: 100%;
min-width: 0;
height: 46px;
margin: 0;
padding: 0 14px 0 0;
border: 0 !important;
border-radius: 0;
outline: 0;
background: transparent;
box-shadow: none !important;
color: #3f3127;
font-family: inherit;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
appearance: none;
-webkit-appearance: none;
}
.tag-ajax-search__input:focus {
border: 0 !important;
outline: 0;
box-shadow: none !important;
}
.tag-ajax-search__input::placeholder {
color: #877b72;
opacity: 1;
}
.tag-ajax-search__input::-webkit-search-cancel-button {
margin-right: 6px;
cursor: pointer;
}
.tag-ajax-search__submit {
display: inline-flex;
flex: 0 0 48px;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
margin: 0;
padding: 0;
border: 1px solid #328fbd;
border-radius: 50%;
background: #328fbd;
color: #ffffff;
cursor: pointer;
box-shadow: 0 10px 22px rgba(50, 143, 189, 0.24);
transition:
transform 180ms ease,
background-color 180ms ease,
border-color 180ms ease,
box-shadow 180ms ease;
}
.tag-ajax-search__submit:hover {
transform: translateY(-1px);
border-color: #24789f;
background: #24789f;
box-shadow: 0 13px 26px rgba(50, 143, 189, 0.30);
}
.tag-ajax-search__submit:focus-visible {
outline: 3px solid rgba(50, 143, 189, 0.28);
outline-offset: 3px;
}
.tag-ajax-search__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 21px;
height: 21px;
line-height: 0;
pointer-events: none;
}
.tag-ajax-search__icon svg {
display: block;
width: 100%;
height: 100%;
fill: none;
stroke: currentColor;
} #search-results {
width: 100%;
margin-top: 18px;
}
#search-results[aria-busy="true"] {
opacity: 0.78;
}
.tag-search-status {
margin: 0;
padding: 14px 16px;
border: 1px solid rgba(63, 49, 39, 0.10);
border-radius: 14px;
background: #f8f6f2;
color: #67594f;
font-size: 14px;
line-height: 1.55;
text-align: left;
}
.tag-search-status--loading {
background: #f3f9fc;
color: #34677e;
}
.tag-search-status--notice,
.tag-search-status--empty {
background: #fffaf0;
color: #725c35;
}
.tag-search-status--error {
border-color: rgba(143, 31, 27, 0.18);
background: #fff4f3;
color: #8f1f1b;
}
.is-hidden {
display: none !important;
}
body.tag-search-open {
overflow: hidden;
} #search-modal[aria-hidden="true"] {
display: none;
}
#search-modal.is-open[aria-hidden="false"] {
display: flex;
} @media (max-width: 600px) {
.tag-ajax-search {
min-height: 54px;
padding: 4px 4px 4px 16px;
}
.tag-ajax-search__input {
height: 44px;
padding-right: 10px;
font-size: 16px;
}
.tag-ajax-search__submit {
flex-basis: 44px;
width: 44px;
height: 44px;
}
.tag-ajax-search__icon {
width: 19px;
height: 19px;
}
} .tag-site-header,
.tag-site-header *,
.tag-search-modal,
.tag-search-modal * {
box-sizing: border-box;
}
.tag-site-header-spacer {
width: 100%;
height: 100px;
}
.tag-site-header {
position: fixed;
inset: 0 0 auto;
z-index: 1000;
width: 100%;
height: 100px;
border-bottom: 1px solid rgba(63, 49, 39, 0.09);
background: rgba(255, 255, 255, 0.97);
box-shadow: 0 3px 16px rgba(43, 32, 24, 0.08);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
.tag-site-header__inner {
display: flex;
align-items: center;
justify-content: space-between;
width: min(1280px, calc(100% - 40px));
height: 100%;
margin: 0 auto;
}
.tag-site-branding {
display: flex;
flex: 0 0 auto;
align-items: center;
height: 100%;
}
.tag-site-branding__link {
display: flex;
align-items: center;
height: 100%;
text-decoration: none;
}
.tag-site-branding__logo {
display: block;
width: 160px;
height: auto;
max-height: 78px;
object-fit: contain;
}
.tag-site-navigation {
display: flex;
align-items: center;
justify-content: flex-end;
min-width: 0;
height: 100%;
}
.tag-primary-menu-panel {
display: flex;
align-items: center;
height: 100%;
}
.tag-primary-menu {
display: flex;
align-items: center;
gap: clamp(24px, 3vw, 48px);
margin: 0;
padding: 0;
list-style: none;
}
.tag-primary-menu > li {
position: relative;
display: flex;
align-items: center;
height: 100px;
margin: 0;
padding: 0;
}
.tag-primary-menu > li > a {
display: inline-flex;
align-items: center;
min-height: 44px;
padding: 8px 0;
color: #181310;
font-size: 16px;
font-weight: 600;
line-height: 1.3;
text-decoration: none;
transition: color 180ms ease;
}
.tag-primary-menu > li > a:hover,
.tag-primary-menu > li > a:focus,
.tag-primary-menu > li.current-menu-item > a,
.tag-primary-menu > li.current-menu-ancestor > a {
color: #7a1f1f;
} .tag-primary-menu .sub-menu {
position: absolute;
top: calc(100% - 10px);
left: 50%;
z-index: 100;
display: block;
width: 250px;
margin: 0;
padding: 10px;
list-style: none;
border: 1px solid rgba(63, 49, 39, 0.10);
border-radius: 16px;
background: #ffffff;
box-shadow: 0 20px 50px rgba(43, 32, 24, 0.14);
opacity: 0;
visibility: hidden;
transform: translate(-50%, 8px);
transition:
opacity 180ms ease,
transform 180ms ease,
visibility 180ms ease;
}
.tag-primary-menu li:hover > .sub-menu,
.tag-primary-menu li:focus-within > .sub-menu {
opacity: 1;
visibility: visible;
transform: translate(-50%, 0);
}
.tag-primary-menu .sub-menu li {
display: block;
width: 100%;
margin: 0;
}
.tag-primary-menu .sub-menu a {
display: block;
width: 100%;
padding: 11px 13px;
border-radius: 10px;
color: #3f3127;
font-size: 15px;
font-weight: 600;
line-height: 1.4;
text-decoration: none;
}
.tag-primary-menu .sub-menu a:hover,
.tag-primary-menu .sub-menu a:focus {
background: #f7f3ed;
color: #7a1f1f;
} .tag-header-search-button {
display: none;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
margin: 0 8px 0 0;
padding: 0;
border: 0;
border-radius: 50%;
background: transparent;
color: #3f3127;
cursor: pointer;
transition:
background-color 180ms ease,
color 180ms ease;
}
.tag-header-search-button:hover,
.tag-header-search-button:focus-visible {
background: #f3f1ed;
color: #7a1f1f;
}
.tag-header-search-button:focus-visible {
outline: 3px solid rgba(50, 143, 189, 0.25);
outline-offset: 2px;
}
.tag-header-search-button svg {
display: block;
width: 22px;
height: 22px;
} .tag-mobile-menu-toggle,
.tag-mobile-menu-button {
display: none;
} .tag-search-modal.hidden,
.tag-search-modal[aria-hidden="true"] {
display: none;
}
.tag-search-modal.is-open,
.tag-search-modal[aria-hidden="false"] {
position: fixed;
inset: 0;
z-index: 9999;
display: flex;
align-items: flex-start;
justify-content: center;
overflow-y: auto;
padding: clamp(80px, 12vh, 140px) 20px 40px;
background: rgba(28, 22, 18, 0.60);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}
.tag-search-modal__panel {
position: relative;
width: min(720px, 100%);
padding: clamp(28px, 5vw, 48px);
border: 1px solid rgba(63, 49, 39, 0.11);
border-radius: 28px;
background:
radial-gradient(
circle at 8% 10%,
rgba(64, 181, 235, 0.11),
transparent 34%
),
radial-gradient(
circle at 92% 90%,
rgba(144, 203, 67, 0.11),
transparent 32%
),
#fffdf9;
box-shadow: 0 34px 90px rgba(15, 10, 8, 0.28);
}
.tag-search-modal__close {
position: absolute;
top: 16px;
right: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin: 0;
padding: 0;
border: 1px solid rgba(63, 49, 39, 0.12);
border-radius: 50%;
background: rgba(255, 255, 255, 0.86);
color: #3f3127;
cursor: pointer;
}
.tag-search-modal__close:hover,
.tag-search-modal__close:focus-visible {
background: #ffffff;
color: #7a1f1f;
}
.tag-search-modal__close svg {
width: 20px;
height: 20px;
}
.tag-search-modal__heading {
margin: 0 48px 28px 0;
}
.tag-search-modal__eyebrow {
display: inline-flex;
margin: 0 0 12px;
padding: 7px 12px;
border: 1px solid rgba(143, 31, 27, 0.14);
border-radius: 999px;
background: rgba(255, 255, 255, 0.76);
color: #7a1f1f;
font-size: 11px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.tag-search-modal__heading h2 {
margin: 0;
color: #3f3127;
font-size: clamp(28px, 4vw, 40px);
font-weight: 700;
line-height: 1.16;
letter-spacing: -0.025em;
}
.tag-search-modal__helper {
max-width: 590px;
margin: 14px 0 0;
color: #67594f;
font-size: 16px;
line-height: 1.65;
}
.tag-search-results {
max-height: min(440px, 45vh);
overflow-y: auto;
margin-top: 20px;
padding-right: 4px;
}
.is-hidden {
display: none !important;
}
body.tag-search-open {
overflow: hidden;
} @media (max-width: 1100px) {
.tag-site-header-spacer,
.tag-site-header {
height: 80px;
}
.tag-site-header__inner {
width: min(100% - 28px, 1280px);
}
.tag-site-branding__logo {
width: 134px;
max-height: 65px;
}
.tag-header-search-button {
display: inline-flex;
}
.tag-mobile-menu-toggle {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
opacity: 0;
pointer-events: none;
}
.tag-mobile-menu-button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
margin: 0;
border-radius: 50%;
color: #3f3127;
cursor: pointer;
}
.tag-mobile-menu-button:hover {
background: #f3f1ed;
}
.tag-mobile-menu-button svg {
display: block;
width: 25px;
height: 25px;
}
.tag-mobile-menu-button__close {
display: none;
}
.tag-mobile-menu-toggle:checked +
.tag-mobile-menu-button
.tag-mobile-menu-button__open {
display: none;
}
.tag-mobile-menu-toggle:checked +
.tag-mobile-menu-button
.tag-mobile-menu-button__close {
display: inline-flex;
}
.tag-primary-menu-panel {
position: fixed;
top: 80px;
right: 0;
bottom: 0;
z-index: 900;
display: none;
width: min(420px, 100%);
height: auto;
overflow-y: auto;
padding: 24px;
border-left: 1px solid rgba(63, 49, 39, 0.10);
background: #f7f5f1;
box-shadow: -18px 20px 50px rgba(43, 32, 24, 0.12);
}
.tag-mobile-menu-toggle:checked ~ .tag-primary-menu-panel {
display: block;
}
.tag-primary-menu {
display: block;
width: 100%;
}
.tag-primary-menu > li {
display: block;
width: 100%;
height: auto;
border-bottom: 1px solid rgba(63, 49, 39, 0.10);
}
.tag-primary-menu > li > a {
display: flex;
width: 100%;
min-height: 54px;
padding: 14px 6px;
font-size: 17px;
}
.tag-primary-menu .sub-menu {
position: static;
display: block;
width: 100%;
padding: 0 0 12px 14px;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
opacity: 1;
visibility: visible;
transform: none;
}
.tag-primary-menu .sub-menu a {
padding: 10px 8px;
font-size: 15px;
}
}
@media (max-width: 600px) {
.tag-site-header-spacer,
.tag-site-header {
height: 70px;
}
.tag-site-header__inner {
width: calc(100% - 20px);
}
.tag-site-branding__logo {
width: 118px;
max-height: 58px;
}
.tag-header-search-button {
width: 42px;
height: 42px;
margin-right: 2px;
}
.tag-mobile-menu-button {
width: 42px;
height: 42px;
}
.tag-primary-menu-panel {
top: 70px;
width: 100%;
padding: 20px;
}
.tag-search-modal.is-open,
.tag-search-modal[aria-hidden="false"] {
align-items: flex-start;
padding: 76px 10px 20px;
}
.tag-search-modal__panel {
padding: 28px 18px 22px;
border-radius: 20px;
}
.tag-search-modal__heading {
margin-right: 40px;
margin-bottom: 22px;
}
.tag-search-modal__heading h2 {
font-size: 28px;
}
} .tag-front-editor-content .slider-hero h3,
.tag-front-editor-content .tag-slider-slide h3 {
margin: 1.75rem auto;
color: #ffffff;
font-size: clamp(28px, 4vw, 48px);
font-weight: 700;
line-height: 1.15;
text-align: center;
text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}
.tag-front-editor-content .tag-card-slider,
.tag-front-editor-content .tag-medium-card-slider {
width: 100%;
}
.tag-front-editor-content .tag-card-slider-card,
.tag-front-editor-content .tag-medium-card-slider-card {
background: #ffffff;
border-radius: 8px;
box-shadow: 0 8px 24px rgba(43, 32, 24, 0.08);
}
.tag-front-editor-content .tag-card-slider-card h4,
.tag-front-editor-content .tag-medium-card-slider-card h4 {
margin: 0 0 0.5rem;
color: #3f3127;
font-size: 18px;
font-weight: 700;
line-height: 1.3;
}
.tag-front-editor-content .tag-medium-card-slider-card h4 {
font-size: clamp(20px, 2vw, 26px);
}
.tag-front-editor-content .tag-card-slider-card p,
.tag-front-editor-content .tag-medium-card-slider-card p {
color: rgba(0, 0, 0, 0.72);
font-size: 14px;
line-height: 1.55;
}
.tag-front-editor-content .tag-card-slider-card a,
.tag-front-editor-content .tag-medium-card-slider-card a {
color: #7a1f1f;
font-weight: 700;
text-decoration: none;
}
.tag-front-editor-content .tag-card-slider-card a:hover,
.tag-front-editor-content .tag-medium-card-slider-card a:hover {
color: #5f1717;
}
.tag-front-editor-content .tag-card-slider-track,
.tag-front-editor-content .tag-medium-card-slider-track {
scrollbar-width: none;
}
.tag-front-editor-content .tag-card-slider-track::-webkit-scrollbar,
.tag-front-editor-content .tag-medium-card-slider-track::-webkit-scrollbar {
display: none;
} .tag-front-editor-content {
width: 100%;
max-width: 1280px;
margin: 0 auto;
padding: 0;
}
.tag-front-editor-content > * {
margin-top: 0;
}
.tag-front-editor-content p:empty {
display: none;
}
.tag-front-editor-content > p {
margin: 0;
}
.tag-home-section {
width: 100%;
margin: 0 auto;
padding: clamp(34px, 5vw, 64px) 0;
}
.tag-home-hero {
padding-top: 0;
}
.tag-home-section > h2,
.tag-home-section > h3,
.tag-front-editor-content > h2,
.tag-front-editor-content > h3 {
margin: 0 auto clamp(20px, 3vw, 34px);
color: #3f3127;
font-size: clamp(28px, 3vw, 40px);
font-weight: 750;
line-height: 1.16;
letter-spacing: -0.02em;
text-align: center;
text-transform: none;
}
.tag-home-section > h3 {
font-size: clamp(26px, 2.6vw, 36px);
} .tag-home-popular-posts,
.tag-home-popular-content,
.tag-home-latest-devotionals {
border-top: 1px solid rgba(63, 49, 39, 0.08);
} .tag-front-editor-content ul.wp-block-list {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
width: min(1040px, calc(100% - 32px));
margin: 18px auto 0;
padding: 0;
list-style: none;
}
.tag-front-editor-content ul.wp-block-list li {
margin: 0;
padding: 0;
}
.tag-front-editor-content ul.wp-block-list a {
display: flex;
align-items: center;
min-height: 46px;
padding: 12px 15px;
border: 1px solid rgba(63, 49, 39, 0.10);
border-radius: 8px;
background: #ffffff;
color: #3f3127;
font-size: 15px;
font-weight: 650;
line-height: 1.25;
text-decoration: none;
box-shadow: 0 8px 22px rgba(43, 32, 24, 0.045);
transition:
color 180ms ease,
border-color 180ms ease,
box-shadow 180ms ease,
transform 180ms ease;
}
.tag-front-editor-content ul.wp-block-list a:hover,
.tag-front-editor-content ul.wp-block-list a:focus {
transform: translateY(-1px);
border-color: rgba(122, 31, 31, 0.24);
color: #7a1f1f;
box-shadow: 0 12px 26px rgba(43, 32, 24, 0.08);
} .tag-home-latest-devotionals > div,
.tag-home-latest-devotionals .not-prose {
margin-top: 0;
} .tag-front-search {
border-top: 1px solid rgba(63, 49, 39, 0.08);
background: #faf9f6;
} @media (max-width: 900px) {
.tag-front-editor-content ul.wp-block-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
} @media (max-width: 600px) {
.tag-home-section {
padding: 34px 0;
}
.tag-home-section > h2,
.tag-home-section > h3,
.tag-front-editor-content > h2,
.tag-front-editor-content > h3 {
margin-bottom: 18px;
font-size: 26px;
}
.tag-front-editor-content ul.wp-block-list {
grid-template-columns: 1fr;
width: min(100%, calc(100% - 24px));
gap: 10px;
}
.tag-front-editor-content ul.wp-block-list a {
min-height: 44px;
font-size: 15px;
}
} .tag-front-editor-content .tag-home-section:last-child,
.tag-front-editor-content ul.wp-block-list {
margin-bottom: clamp(44px, 6vw, 76px);
} .tag-home-section:has(+ .tag-front-search),
.tag-home-section:last-of-type {
padding-bottom: clamp(56px, 7vw, 92px);
}
.tag-front-search {
position: relative;
padding: clamp(64px, 8vw, 96px) 20px clamp(72px, 9vw, 112px);
border-top: 1px solid rgba(63, 49, 39, 0.08);
background:
linear-gradient(180deg, #faf9f6 0%, #f6f2eb 100%);
}
.tag-front-search__inner {
width: min(720px, 100%);
margin: 0 auto;
text-align: center;
}
.tag-front-search__title {
margin: 0 0 24px;
color: #2f241d;
font-size: clamp(32px, 3.3vw, 46px);
font-weight: 800;
line-height: 1.1;
letter-spacing: -0.03em;
} .tag-front-search form[role="search"] {
display: flex;
align-items: center;
width: min(560px, 100%);
min-height: 58px;
margin: 0 auto;
overflow: hidden;
border: 1px solid rgba(63, 49, 39, 0.16);
border-radius: 999px;
background: #ffffff;
box-shadow:
0 14px 34px rgba(43, 32, 24, 0.08),
0 2px 8px rgba(43, 32, 24, 0.04);
transition:
border-color 180ms ease,
box-shadow 180ms ease;
}
.tag-front-search form[role="search"]:focus-within {
border-color: #328fbd;
box-shadow:
0 0 0 4px rgba(50, 143, 189, 0.13),
0 16px 38px rgba(43, 32, 24, 0.10);
}
.tag-front-search form[role="search"] input[type="search"] {
flex: 1 1 auto;
width: 100%;
min-width: 0;
height: 56px;
margin: 0;
padding: 0 16px 0 20px;
border: 0 !important;
outline: 0;
background: transparent;
box-shadow: none !important;
color: #3f3127;
font-size: 16px;
line-height: 56px;
}
.tag-front-search form[role="search"] input[type="search"]::placeholder {
color: #92877f;
opacity: 1;
}
.tag-front-search form[role="search"] button[type="submit"] {
display: inline-flex;
flex: 0 0 48px;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
margin: 5px;
padding: 0;
border: 0;
border-radius: 50%;
background: #328fbd;
color: #ffffff;
cursor: pointer;
box-shadow: 0 10px 22px rgba(50, 143, 189, 0.24);
transition:
transform 180ms ease,
background-color 180ms ease,
box-shadow 180ms ease;
}
.tag-front-search form[role="search"] button[type="submit"]:hover,
.tag-front-search form[role="search"] button[type="submit"]:focus-visible {
transform: translateY(-1px);
background: #24789f;
box-shadow: 0 13px 26px rgba(50, 143, 189, 0.30);
}
.tag-front-search form[role="search"] button[type="submit"] img {
width: 20px;
height: 20px;
filter: brightness(0) invert(1);
}
@media (max-width: 600px) {
.tag-front-search {
padding: 52px 14px 76px;
}
.tag-front-search__title {
margin-bottom: 20px;
font-size: 30px;
}
.tag-front-search form[role="search"] {
min-height: 54px;
}
.tag-front-search form[role="search"] input[type="search"] {
height: 52px;
line-height: 52px;
}
.tag-front-search form[role="search"] button[type="submit"] {
flex-basis: 44px;
width: 44px;
height: 44px;
}
} .tag-archive-page,
.tag-archive-page * {
box-sizing: border-box;
}
.tag-archive-page {
--tag-archive-bg: #faf7ef;
--tag-archive-paper: #ffffff;
--tag-archive-ink: #201a14;
--tag-archive-text: #4e463e;
--tag-archive-muted: #756d64;
--tag-archive-blue: #2f92bf;
--tag-archive-blue-dark: #24769c;
--tag-archive-line: rgba(69, 55, 40, 0.14);
--tag-archive-shadow: 0 18px 55px rgba(31, 26, 21, 0.11);
width: 100%;
color: var(--tag-archive-text);
background:
radial-gradient(circle at 8% 0%, rgba(82, 185, 232, 0.14), transparent 32%),
linear-gradient(180deg, #fffdf8 0%, var(--tag-archive-bg) 42%, #fff 100%);
overflow: visible;
}
.tag-archive-container {
width: 100%;
max-width: none;
margin: 0 auto;
overflow: visible;
}
.tag-archive-hero {
position: relative;
display: flex;
align-items: center;
width: 100%;
min-height: 390px;
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.tag-archive-hero__inner {
width: min(1300px, calc(100% - 40px));
margin: 0 auto;
padding: 72px 0 76px;
}
.tag-archive-hero__content {
max-width: 680px;
color: #fff;
}
.tag-archive-hero__eyebrow {
display: inline-flex;
margin: 0 0 14px;
padding: 7px 12px;
border: 1px solid rgba(255, 255, 255, 0.32);
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
color: #fff;
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.tag-archive-hero__title {
margin: 0;
color: #fff;
font-family: inherit;
font-size: clamp(36px, 5vw, 64px);
font-weight: 800;
line-height: 1.04;
text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}
.tag-archive-hero__description {
max-width: 620px;
margin-top: 18px;
margin-bottom: 0;
color: rgba(255, 255, 255, 0.92);
font-size: 17px;
line-height: 1.7;
}
.tag-archive-hero__description p {
margin: 0;
}
.tag-archive-hero__social {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
margin-top: 20px;
}
.tag-archive-hero__social > * {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
margin: 0;
padding: 0;
}
.tag-archive-hero__social ul,
.tag-archive-hero__social ol {
list-style: none;
}
.tag-archive-hero__social li {
display: flex;
margin: 0;
padding: 0;
}
.tag-archive-hero__social a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 46px;
height: 46px;
min-width: 46px;
margin: 0;
padding: 0;
color: #211d19;
background: rgba(255, 255, 255, 0.96);
border: 1px solid rgba(255, 255, 255, 0.72);
border-radius: 999px;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
text-decoration: none;
transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.tag-archive-hero__social a:hover,
.tag-archive-hero__social a:focus-visible {
color: #fff;
background: var(--tag-archive-blue);
transform: translateY(-2px);
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
text-decoration: none;
outline: none;
}
.tag-archive-hero__social svg,
.tag-archive-hero__social img,
.tag-archive-hero__social i {
display: block;
width: 22px;
height: 22px;
max-width: 22px;
max-height: 22px;
object-fit: contain;
font-size: 22px;
line-height: 1;
}
.tag-archive-hero__social svg {
fill: currentColor;
}
.tag-archive-main {
width: min(1180px, calc(100% - 40px));
height: auto;
max-height: none;
margin: 0 auto;
padding: 52px 0 82px;
overflow: visible;
}
.tag-archive-results-heading {
display: flex;
align-items: end;
justify-content: space-between;
gap: 24px;
margin-bottom: 24px;
padding-bottom: 18px;
border-bottom: 1px solid var(--tag-archive-line);
}
.tag-archive-results-heading h2 {
margin: 0;
color: var(--tag-archive-ink);
font-size: clamp(25px, 3vw, 38px);
font-weight: 800;
line-height: 1.12;
}
.tag-archive-results-heading p {
max-width: 450px;
margin: 0;
color: var(--tag-archive-muted);
font-size: 16px;
line-height: 1.6;
}
.tag-archive-results {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
align-items: stretch;
width: 100%;
height: auto !important;
max-height: none !important;
overflow: visible !important;
}
.tag-archive-results > article {
display: flex;
width: 100% !important;
max-width: none !important;
height: auto !important;
max-height: none !important;
margin: 0 !important;
overflow: visible !important;
}
.tag-archive-results > article > div {
display: flex !important;
flex-direction: column !important;
width: 100% !important;
max-width: none !important;
height: auto !important;
min-height: 100%;
max-height: none !important;
overflow: hidden !important;
background: #fff !important;
border: 1px solid var(--tag-archive-line);
border-radius: 14px !important;
box-shadow: 0 12px 32px rgba(31, 26, 21, 0.08);
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.tag-archive-results > article > div:hover {
border-color: rgba(47, 146, 191, 0.34);
box-shadow: 0 18px 42px rgba(31, 26, 21, 0.12);
transform: translateY(-2px);
}
.tag-archive-results > article > div > div:first-child {
width: 100% !important;
max-width: none !important;
height: auto !important;
min-height: 0 !important;
padding-top: 56.25% !important;
background-position: center;
background-size: cover;
}
.tag-archive-results > article.tag-excerpt-card--no-image > div > div:first-child,
.tag-archive-results > article:not(.has-post-thumbnail) > div > div:first-child {
display: none !important;
}
.tag-archive-results > article > div > div:last-child {
display: flex !important;
flex: 1 1 auto;
flex-direction: column;
width: 100% !important;
max-width: none !important;
min-height: 0;
padding: 22px !important;
}
.tag-archive-results > article h4 {
margin-top: 0;
color: var(--tag-archive-ink) !important;
font-size: clamp(21px, 1.8vw, 27px) !important;
line-height: 1.25;
}
.tag-archive-results > article h5 {
color: #9b958d !important;
font-size: 12px !important;
letter-spacing: 0.02em;
}
.tag-archive-results > article p {
color: #211d19 !important;
font-size: 15px !important;
line-height: 1.58 !important;
}
.tag-archive-results > article a {
color: #c95656 !important;
}
.tag-archive-pagination {
display: flex;
justify-content: center;
margin-top: 42px;
}
.tag-archive-empty {
max-width: 760px;
margin: 0 auto;
padding: clamp(30px, 5vw, 52px);
text-align: center;
background: #fff;
border: 1px solid var(--tag-archive-line);
border-radius: 16px;
box-shadow: var(--tag-archive-shadow);
}
.tag-archive-empty h2 {
margin: 0 0 12px;
color: var(--tag-archive-ink);
font-size: clamp(27px, 3vw, 38px);
font-weight: 800;
line-height: 1.15;
}
.tag-archive-empty p {
max-width: 580px;
margin: 0 auto 24px;
color: var(--tag-archive-muted);
font-size: 17px;
line-height: 1.7;
}
.tag-archive-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 11px 24px;
color: #fff;
background: var(--tag-archive-blue);
border: 1px solid var(--tag-archive-blue);
border-radius: 8px;
font-size: 15px;
font-weight: 800;
line-height: 1.2;
text-decoration: none;
}
.tag-archive-link:hover,
.tag-archive-link:focus {
color: #fff;
background: var(--tag-archive-blue-dark);
border-color: var(--tag-archive-blue-dark);
text-decoration: none;
}
@media screen and (max-width: 980px) {
.tag-archive-results {
grid-template-columns: 1fr;
}
.tag-archive-results-heading {
display: block;
}
.tag-archive-results-heading p {
margin-top: 8px;
}
}
@media screen and (max-width: 640px) {
.tag-archive-hero {
min-height: 310px;
background-position: 42% center;
}
.tag-archive-hero__inner,
.tag-archive-main {
width: min(100% - 28px, 1180px);
}
.tag-archive-hero__inner {
padding: 42px 0 46px;
}
.tag-archive-hero__eyebrow {
font-size: 11px;
}
.tag-archive-hero__description {
font-size: 15px;
}
.tag-archive-hero__social {
gap: 10px;
margin-top: 18px;
}
.tag-archive-hero__social > * {
gap: 10px;
}
.tag-archive-hero__social a {
width: 40px;
height: 40px;
min-width: 40px;
}
.tag-archive-hero__social svg,
.tag-archive-hero__social img,
.tag-archive-hero__social i {
width: 19px;
height: 19px;
max-width: 19px;
max-height: 19px;
font-size: 19px;
}
.tag-archive-main {
padding: 34px 0 54px;
}
.tag-archive-results {
gap: 18px;
}
.tag-archive-results > article > div > div:last-child {
padding: 18px !important;
}
} .tag-newsletter-signup,
.tag-newsletter-signup * {
box-sizing: border-box;
}
.tag-newsletter-signup {
width: 100%;
max-width: 100%;
margin: 0 0 22px;
padding: 0;
color: #3f3127;
background: transparent;
overflow: visible;
}
.tag-newsletter-signup__form,
.tag-newsletter-signup__fields,
.tag-newsletter-signup__field {
width: 100%;
max-width: 100%;
min-width: 0;
}
.tag-newsletter-signup__field {
display: grid;
gap: 10px;
}
.tag-newsletter-signup__input {
display: block;
width: 100%;
max-width: 100%;
height: 48px;
margin: 0;
padding: 0 13px;
color: #2f241d;
background: #fff;
border: 1px solid rgba(63, 49, 39, 0.18) !important;
border-radius: 8px;
box-shadow: none !important;
font-family: inherit;
font-size: 15px;
line-height: 48px;
outline: none;
appearance: none;
-webkit-appearance: none;
}
.tag-newsletter-signup__input:focus {
border-color: #328fbd !important;
box-shadow: 0 0 0 3px rgba(50, 143, 189, 0.14) !important;
}
.tag-newsletter-signup__input::placeholder {
color: #92877f;
opacity: 1;
}
.tag-newsletter-signup__button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 46px;
margin: 0;
padding: 0 16px;
color: #fff;
background: #328fbd;
border: 1px solid #328fbd;
border-radius: 8px;
box-shadow: none;
cursor: pointer;
font-size: 15px;
font-weight: 800;
line-height: 1;
text-align: center;
text-decoration: none;
transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}
.tag-newsletter-signup__button:hover,
.tag-newsletter-signup__button:focus-visible {
color: #fff;
background: #24789f;
border-color: #24789f;
outline: none;
}
.tag-newsletter-signup__button:focus-visible {
box-shadow: 0 0 0 3px rgba(50, 143, 189, 0.2);
}
.tag-newsletter-signup__honeypot {
position: absolute;
left: -5000px;
width: 1px;
height: 1px;
overflow: hidden;
} .tag-search-page,
.tag-search-page * {
box-sizing: border-box;
}
.tag-search-page {
--tag-search-bg: #faf7ef;
--tag-search-paper: #ffffff;
--tag-search-ink: #201a14;
--tag-search-text: #4e463e;
--tag-search-muted: #756d64;
--tag-search-blue: #2f92bf;
--tag-search-blue-dark: #24769c;
--tag-search-green: #6fa83d;
--tag-search-line: rgba(69, 55, 40, 0.14);
--tag-search-shadow: 0 18px 55px rgba(31, 26, 21, 0.11);
width: 100%;
color: var(--tag-search-text);
background:
radial-gradient(circle at 8% 0%, rgba(82, 185, 232, 0.14), transparent 32%),
linear-gradient(180deg, #fffdf8 0%, var(--tag-search-bg) 42%, #fff 100%);
overflow: visible;
}
.tag-search-container {
width: 100%;
margin: 0 auto;
max-width: none;
overflow: visible;
}
.tag-search-hero {
position: relative;
width: 100%;
min-height: 405px;
display: flex;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;
}
.tag-search-hero__inner {
width: min(1300px, calc(100% - 40px));
margin: 0 auto;
padding: 66px 0 70px;
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
gap: 36px;
align-items: center;
}
.tag-search-hero__content {
max-width: 640px;
color: #fff;
}
.tag-search-hero__eyebrow {
display: inline-flex;
margin: 0 0 14px;
padding: 7px 12px;
border: 1px solid rgba(255, 255, 255, 0.32);
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
color: #fff;
font-size: 12px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.tag-search-hero__title {
margin: 0;
max-width: 680px;
color: #fff;
font-family: inherit;
font-size: clamp(40px, 4.4vw, 64px);
font-weight: 800;
line-height: 1.05;
text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}
.tag-search-hero__query {
max-width: 620px;
margin: 16px 0 0;
color: #f4f9ff;
font-size: clamp(20px, 2.2vw, 30px);
font-weight: 700;
line-height: 1.25;
overflow-wrap: anywhere;
}
.tag-search-hero__count {
margin: 14px 0 0;
max-width: 620px;
color: rgba(255, 255, 255, 0.92);
font-size: 17px;
line-height: 1.65;
}
.tag-search-main {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
padding: 46px 0 76px;
height: auto;
max-height: none;
overflow: visible;
}
.tag-search-results-heading {
display: flex;
justify-content: space-between;
gap: 24px;
align-items: end;
margin-bottom: 24px;
padding-bottom: 18px;
border-bottom: 1px solid var(--tag-search-line);
}
.tag-search-results-heading h2 {
margin: 0;
color: var(--tag-search-ink);
font-size: clamp(25px, 3vw, 38px);
font-weight: 800;
line-height: 1.12;
}
.tag-search-results-heading p {
max-width: 450px;
margin: 0;
color: var(--tag-search-muted);
font-size: 16px;
line-height: 1.6;
}
.tag-search-results {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 24px;
align-items: stretch;
justify-content: initial !important;
width: 100%;
height: auto !important;
max-height: none !important;
min-height: 0;
overflow: visible !important;
overflow-x: visible !important;
overflow-y: visible !important;
}
.tag-search-results > article {
display: flex;
width: 100% !important;
max-width: none !important;
min-width: 0;
height: auto !important;
max-height: none !important;
margin: 0 !important;
overflow: visible !important;
}
.tag-search-results > article > div {
display: flex !important;
flex-direction: column !important;
width: 100% !important;
max-width: none !important;
min-width: 0;
height: auto !important;
min-height: 100%;
max-height: none !important;
overflow: hidden !important;
background: #fff !important;
border: 1px solid var(--tag-search-line);
border-radius: 14px !important;
box-shadow: 0 12px 32px rgba(31, 26, 21, 0.08);
}
.tag-search-results > article > div > div:first-child {
width: 100% !important;
max-width: none !important;
height: auto !important;
min-height: 0 !important;
padding-top: 56.25% !important;
aspect-ratio: auto;
flex: 0 0 auto;
background-size: cover;
background-position: center;
}
.tag-search-results > article.tag-excerpt-card--no-image > div > div:first-child,
.tag-search-results > article:not(.has-post-thumbnail) > div > div:first-child {
display: none !important;
}
.tag-search-results > article > div > div:last-child {
display: flex !important;
flex: 1 1 auto;
flex-direction: column;
width: 100% !important;
max-width: none !important;
min-height: 0;
padding: 22px !important;
}
.tag-search-results > article h4 {
margin-top: 0;
color: var(--tag-search-ink) !important;
font-size: clamp(21px, 2vw, 28px) !important;
line-height: 1.25;
}
.tag-search-results > article h5 {
color: #9b958d !important;
font-size: 12px !important;
letter-spacing: 0.02em;
}
.tag-search-results > article p {
color: #211d19 !important;
font-size: 15px !important;
line-height: 1.58 !important;
}
.tag-search-results > article a {
color: #c95656 !important;
}
.tag-search-pagination {
margin-top: 42px;
display: flex;
justify-content: center;
}
.tag-search-empty {
width: 100%;
max-width: 780px;
margin: 0 auto;
padding: clamp(30px, 5vw, 52px);
text-align: center;
background: var(--tag-search-paper);
border: 1px solid var(--tag-search-line);
border-radius: 16px;
box-shadow: var(--tag-search-shadow);
}
.tag-search-empty__icon {
display: flex;
align-items: center;
justify-content: center;
width: 68px;
height: 68px;
margin: 0 auto 22px;
color: var(--tag-search-blue);
background: rgba(47, 146, 191, 0.12);
border-radius: 50%;
}
.tag-search-empty__icon svg {
display: block;
width: 32px;
height: 32px;
}
.tag-search-empty__title {
margin: 0 0 12px;
color: var(--tag-search-ink);
font-size: clamp(27px, 3vw, 38px);
font-weight: 800;
line-height: 1.15;
}
.tag-search-empty__message {
max-width: 620px;
margin: 0 auto;
color: var(--tag-search-muted);
font-size: 17px;
line-height: 1.7;
}
.tag-search-form {
width: 100%;
max-width: 590px;
margin: 0;
}
.tag-search-form--hero {
align-self: center;
justify-self: end;
padding: 12px;
border-radius: 14px;
background: rgba(255, 255, 255, 0.16);
backdrop-filter: blur(10px);
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}
.tag-search-form__field {
position: relative;
display: flex;
align-items: stretch;
width: 100%;
min-height: 62px;
overflow: hidden;
background: #fff;
border: 1px solid rgba(255, 255, 255, 0.72);
border-radius: 10px;
box-shadow: 0 5px 18px rgba(32, 28, 23, 0.11);
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.tag-search-form__field:focus-within {
border-color: var(--tag-search-blue);
box-shadow:
0 0 0 3px rgba(47, 146, 191, 0.18),
0 5px 18px rgba(32, 28, 23, 0.11);
}
.tag-search-form__input {
display: block;
flex: 1 1 auto;
width: 100%;
min-width: 0;
height: 62px;
margin: 0;
padding: 0 18px;
color: var(--tag-search-ink);
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
font-family: inherit;
font-size: 16px;
line-height: 62px;
outline: none;
appearance: none;
-webkit-appearance: none;
}
.tag-search-form__input:focus {
border: 0;
box-shadow: none;
outline: none;
}
.tag-search-form__input::placeholder {
color: #81786f;
opacity: 1;
}
.tag-search-form__input::-webkit-search-decoration,
.tag-search-form__input::-webkit-search-cancel-button,
.tag-search-form__input::-webkit-search-results-button,
.tag-search-form__input::-webkit-search-results-decoration {
display: none;
-webkit-appearance: none;
}
.tag-search-form__button {
display: flex;
flex: 0 0 64px;
align-items: center;
justify-content: center;
width: 64px;
min-width: 64px;
height: 62px;
margin: 0;
padding: 0;
color: #fff;
background: var(--tag-search-blue);
border: 0;
border-left: 1px solid rgba(32, 28, 23, 0.08);
border-radius: 0;
box-shadow: none;
cursor: pointer;
transition: color 0.2s ease, background-color 0.2s ease;
}
.tag-search-form__button:hover,
.tag-search-form__button:focus-visible {
color: #fff;
background: var(--tag-search-blue-dark);
outline: none;
}
.tag-search-form__button:focus-visible {
box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.65);
}
.tag-search-form__button svg {
display: block;
width: 24px;
height: 24px;
flex: none;
}
.tag-search-empty__footer {
margin-top: 34px;
padding-top: 28px;
border-top: 1px solid rgba(69, 55, 40, 0.12);
}
.tag-search-empty__footer > p {
margin: 0 0 16px;
color: var(--tag-search-muted);
font-size: 14px;
line-height: 1.5;
}
.tag-search-empty__links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
}
.tag-search-link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 11px 24px;
border-radius: 8px;
font-size: 15px;
font-weight: 800;
line-height: 1.2;
text-decoration: none;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.tag-search-link:hover,
.tag-search-link:focus {
transform: translateY(-1px);
text-decoration: none;
}
.tag-search-link--primary {
color: #fff;
background: var(--tag-search-blue);
border: 1px solid var(--tag-search-blue);
}
.tag-search-link--primary:hover,
.tag-search-link--primary:focus {
color: #fff;
background: var(--tag-search-blue-dark);
border-color: var(--tag-search-blue-dark);
}
.tag-search-link--secondary {
color: var(--tag-search-ink);
background: #fff;
border: 1px solid #cfc7bd;
}
.tag-search-link--secondary:hover,
.tag-search-link--secondary:focus {
color: var(--tag-search-blue-dark);
border-color: var(--tag-search-blue);
}
@media screen and (max-width: 980px) {
.tag-search-hero__inner {
grid-template-columns: 1fr;
align-items: start;
gap: 26px;
}
.tag-search-form--hero {
justify-self: start;
max-width: 640px;
}
.tag-search-results {
grid-template-columns: 1fr;
}
.tag-search-results-heading {
display: block;
}
.tag-search-results-heading p {
margin-top: 8px;
}
}
@media screen and (max-width: 640px) {
.tag-search-hero {
min-height: 310px;
background-position: 42% center;
}
.tag-search-hero__inner,
.tag-search-main {
width: min(100% - 28px, 1180px);
}
.tag-search-hero__inner {
padding: 42px 0 46px;
gap: 24px;
}
.tag-search-hero__eyebrow {
font-size: 11px;
}
.tag-search-hero__count {
font-size: 15px;
}
.tag-search-main {
padding: 34px 0 54px;
}
.tag-search-results {
gap: 18px;
}
.tag-search-results > article > div > div:last-child {
padding: 18px !important;
}
.tag-search-form--hero {
padding: 8px;
border-radius: 12px;
}
.tag-search-form__field,
.tag-search-form__input,
.tag-search-form__button {
height: 56px;
min-height: 56px;
}
.tag-search-form__input {
padding: 0 14px;
font-size: 15px;
line-height: 56px;
}
.tag-search-form__button {
flex-basis: 56px;
width: 56px;
min-width: 56px;
}
.tag-search-empty__links {
flex-direction: column;
}
.tag-search-link {
width: 100%;
}
} .tag-searchbar,
.tag-searchbar * {
box-sizing: border-box;
}
.tag-searchbar {
display: flex;
align-items: center;
width: 100%;
max-width: 480px;
min-width: 0;
min-height: 50px;
margin: 0;
overflow: hidden;
background: #fff;
border: 1px solid rgba(63, 49, 39, 0.18);
border-radius: 8px;
box-shadow: none;
transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.tag-searchbar:focus-within {
border-color: #328fbd;
box-shadow: 0 0 0 3px rgba(50, 143, 189, 0.14);
}
.tag-searchbar__input {
display: block;
flex: 1 1 auto;
width: 100%;
min-width: 0;
height: 48px;
margin: 0;
padding: 0 12px;
color: #2f241d;
background: transparent;
border: 0 !important;
border-radius: 0;
box-shadow: none !important;
font-family: inherit;
font-size: 15px;
line-height: 48px;
outline: none;
appearance: none;
-webkit-appearance: none;
}
.tag-searchbar__input::placeholder {
color: #92877f;
opacity: 1;
}
.tag-searchbar__input::-webkit-search-decoration,
.tag-searchbar__input::-webkit-search-cancel-button,
.tag-searchbar__input::-webkit-search-results-button,
.tag-searchbar__input::-webkit-search-results-decoration {
display: none;
-webkit-appearance: none;
}
.tag-searchbar__button {
display: inline-flex;
flex: 0 0 42px;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
min-width: 42px;
margin: 4px;
padding: 0;
color: #fff;
background: #328fbd;
border: 0;
border-radius: 7px;
box-shadow: none;
cursor: pointer;
transition: background-color 0.18s ease, transform 0.18s ease;
}
.tag-searchbar__button:hover,
.tag-searchbar__button:focus-visible {
background: #24789f;
transform: translateY(-1px);
outline: none;
}
.tag-searchbar__button:focus-visible {
box-shadow: 0 0 0 3px rgba(50, 143, 189, 0.22);
}
.tag-searchbar__button img,
.tag-searchbar__button svg {
display: block;
width: 19px;
height: 19px;
max-width: 19px;
max-height: 19px;
filter: brightness(0) invert(1);
}
.tag-newsletter-signup .tag-searchbar,
aside .tag-searchbar,
.sidebar .tag-searchbar,
.widget .tag-searchbar {
max-width: 100%;
}
@media (max-width: 420px) {
.tag-searchbar {
min-height: 48px;
}
.tag-searchbar__input {
height: 46px;
font-size: 14px;
line-height: 46px;
}
.tag-searchbar__button {
flex-basis: 40px;
width: 40px;
height: 40px;
min-width: 40px;
}
}