:root {
--hh-font-heading: "Space Grotesk", system-ui, sans-serif;
--hh-navy: #0a1628;
--hh-navy-mid: #112240;
--hh-gold: #c9a84c;
--hh-blue-accent: #4a9fd9;
--hh-light-slate: #f0f3f7;
--hh-off-white: #f5f2ec;
--hh-warm-gray: #8a8680;
--hh-green-training: #2d8a4e;
--hh-radius: 8px;
}
.site-top-header-inner-wrap{
padding:8px;
} .site-header-wrap .site-top-header-inner-wrap{
display: block
}
.site-header-wrap .site-header-top-section-center,
.site-header-wrap .site-header-top-section-center .site-header-item{
display: block
}
.header-html-inner{
display: flex;
justify-content: space-between;
width: 100%;
}
.top-left-header,.top-right-header{
font-size:14px;
}
.top-left-header{
margin-bottom:0;
color: #fff;
}
.top-right-header{
color: #fff;
}
.top-right-header span{
padding: 4px 16px;
background: #1A3460;
color: #C9A84C;
display: inline;
margin-right: 8px;
border-radius: 32px;
text-align: center;
font-weight: 600;
}
.content-area {
margin-top: 0;
margin-bottom: 0;
}
.entry-content-wrap {
padding: 0;
} h1 {
font-size: clamp(2rem, calc(1.25rem + 2.5vw), 3.375rem);
}
h2 {
font-size: clamp(1.75rem, calc(1.15rem + 2vw), 2.75rem);
}
h3 {
font-size: clamp(1.5rem, calc(1.1rem + 1.5vw), 2.25rem);
}
h4 {
font-size: clamp(1.25rem, calc(1.05rem + 1.1vw), 1.75rem);
}
h5 {
font-size: clamp(1.125rem, calc(1rem + 0.65vw), 1.375rem);
}
.single-content h1, 
.single-content h2, 
.single-content h3, 
.single-content h4, 
.single-content h5, 
.single-content h6{
margin-top: 0;
margin-bottom: 8px;
line-height: 1.2;
} .hh-svc-section {
--hh-svc-navy: #0a1628;
--hh-svc-bluetint: #0071bc;
--hh-svc-blueaccent: #4a9fd9;
--hh-svc-warmgray: #8a8680;
--hh-svc-gold: #c9a84c;
--hh-svc-panel: #f4f6f8;
--hh-svc-grid: rgba(0, 113, 188, 0.05);
background: #fff;
color: var(--hh-svc-navy);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.hh-svc-section__inner {
max-width: 80rem;
margin-left: auto;
margin-right: auto;
padding: clamp(3rem, 5vw, 6rem) clamp(1.25rem, 4vw, 1.5rem);
}
.hh-svc-section__grid {
display: grid;
gap: clamp(2.5rem, 4vw, 4rem);
align-items: start;
grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
.hh-svc-section__grid {
grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
gap: clamp(2rem, 3vw, 4rem);
}
}
.hh-svc-section__kicker {
display: inline-block;
margin: 0 0 0.5rem;
padding: 0.35rem 0.75rem;
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--hh-svc-bluetint);
background: color-mix(in srgb, var(--hh-svc-blueaccent) 12%, white);
border-radius: 9999px;
}
.hh-svc-section__title {
margin: 0 0 8px!important;
font-size: clamp(2rem, 4.5vw, 3.125rem);
line-height: 1.1;
text-transform: uppercase;
letter-spacing: 0.02em;
}
.hh-svc-section__intro {
margin: 1rem 0 0;
max-width: 32rem;
font-size: 0.95rem;
line-height: 1.6;
color: var(--hh-svc-warmgray);
}
.hh-svc-accordion {
margin-top: 2.5rem;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.hh-svc-accordion__item {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hh-svc-accordion__btn {
padding:0;
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
padding: 0.95rem 0.6rem 0.95rem 0.5rem;
background: transparent;
border: 0;
border-radius: 0.375rem;
font: inherit;
text-align: left;
cursor: pointer;
color: var(--hh-svc-warmgray);
transition:
background 0.18s ease,
color 0.18s ease,
box-shadow 0.18s ease;
}
.hh-svc-accordion__btn:hover,
.hh-svc-accordion__btn:focus-visible {
color: var(--hh-svc-navy);
background: color-mix(in srgb, var(--hh-svc-blueaccent) 10%, #ffffff 90%);
outline: none;
box-shadow: 0 0 0 1px color-mix(in srgb, var(--hh-svc-blueaccent) 22%, transparent);
}
.hh-svc-accordion__btn.is-open {
color: var(--hh-svc-navy);
font-weight: 600;
background: color-mix(in srgb, var(--hh-svc-gold) 24%, #ffffff 76%);
box-shadow: 0 0 0 1px color-mix(in srgb, var(--hh-svc-gold) 35%, transparent);
}
.hh-svc-accordion__btn.is-open:hover,
.hh-svc-accordion__btn.is-open:focus-visible {
color: var(--hh-svc-navy);
background: color-mix(in srgb, var(--hh-svc-gold) 32%, #ffffff 68%);
box-shadow: 0 0 0 1px color-mix(in srgb, var(--hh-svc-gold) 50%, transparent);
}
.hh-svc-accordion__label {
font-size: 0.9375rem;
} .hh-svc-accordion__chev {
display: block;
flex-shrink: 0;
box-sizing: border-box;
width: 0.6rem;
height: 0.6rem;
border-right: 0.16em solid currentColor;
border-bottom: 0.16em solid currentColor;
transform: rotate(45deg) translateY(-0.05em);
transform-origin: 60% 60%;
transition: transform 0.2s ease, border-color 0.18s ease;
}
.hh-svc-accordion__btn.is-open .hh-svc-accordion__chev {
transform: rotate(-135deg) translateY(0.02em);
transform-origin: 50% 50%;
}
@media (prefers-reduced-motion: reduce) {
.hh-svc-accordion__btn,
.hh-svc-accordion__chev {
transition: none;
}
}
.hh-svc-accordion__panel {
margin: 0 2rem 1rem 0;
}
.hh-svc-accordion__panel[hidden] {
display: none;
}
.hh-svc-accordion__panel-text {
margin: 0;
font-size: 0.875rem;
line-height: 1.6;
color: var(--hh-svc-warmgray);
}
.hh-svc-hero {
position: relative;
min-height: 20rem;
border-radius: 1rem;
padding: 1.5rem;
background-color: #f0f4f8;
background-image: linear-gradient(135deg, rgba(0, 113, 188, 0.06) 0%, transparent 50%),
repeating-linear-gradient(90deg, var(--hh-svc-grid) 0, var(--hh-svc-grid) 1px, transparent 1px, transparent 24px),
repeating-linear-gradient(0deg, var(--hh-svc-grid) 0, var(--hh-svc-grid) 1px, transparent 1px, transparent 24px);
}
@media (min-width: 768px) {
.hh-svc-hero {
padding: 2.5rem;
}
}
.hh-svc-hero__chip {
position: absolute;
z-index: 1;
display: none;
font-size: 0.625rem;
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
border-radius: 9999px;
padding: 0.25rem 0.75rem;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
.hh-svc-hero__chip {
display: inline-block;
}
}
.hh-svc-hero__chip--hi {
right: 1.5rem;
bottom: 6rem;
color: var(--hh-svc-gold);
background: var(--hh-svc-navy);
}
.hh-svc-card {
position: relative;
z-index: 0;
max-width: 36rem;
margin-left: auto;
margin-right: auto;
background: #fff;
border-radius: 0.75rem;
padding: 1.5rem;
box-shadow: 0 10px 40px -12px rgba(10, 22, 40, 0.25);
border: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
.hh-svc-card {
padding: 2rem;
}
}
.hh-svc-card__status {
display: flex;
align-items: center;
gap: 0.5rem;
}
.hh-svc-card__check {
display: flex;
align-items: center;
justify-content: center;
width: 2rem;
height: 2rem;
border-radius: 50%;
background: #10b981;
color: #fff;
font-size: 0.75rem;
font-weight: 700;
}
.hh-svc-card__ready {
display: inline-block;
font-size: 0.625rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #047857;
background: #ecfdf5;
border-radius: 9999px;
padding: 0.2rem 0.5rem;
}
.hh-svc-card__title {
margin: 1rem 0 0;
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 700;
line-height: 1.2;
color: var(--hh-svc-navy);
}
.hh-svc-card__sub {
margin: 0.5rem 0 0;
font-size: 0.875rem;
line-height: 1.55;
color: var(--hh-svc-warmgray);
}
.hh-svc-card__image {
margin-top: 1.25rem;
overflow: hidden;
border-radius: 0.5rem;
border: 1px solid rgba(0, 0, 0, 0.06);
}
.hh-svc-card__image-img {
display: block;
width: 100%;
height: 10rem;
object-fit: cover;
}
.hh-svc-card__wysiwyg {
margin-top: 1rem;
}
.hh-svc-card__wysiwyg h3 {
margin: 0 0 0.5rem;
font-size: clamp(1.25rem, 2.5vw, 1.5rem);
font-weight: 700;
line-height: 1.2;
color: var(--hh-svc-navy);
}
.hh-svc-card__wysiwyg p {
margin: 0 0 0.75rem;
font-size: 0.875rem;
line-height: 1.55;
color: var(--hh-svc-warmgray);
}
.hh-svc-card__wysiwyg p:last-child {
margin-bottom: 0;
}
.hh-svc-card__wysiwyg img {
display: block;
width: 100%;
object-fit: cover;
border-radius: 0.5rem;
border: 1px solid rgba(0, 0, 0, 0.06);
margin: 1rem 0;
}
.hh-svc-card__rows {
margin-top: 1.25rem;
display: grid;
gap: 0.75rem;
}
.hh-svc-card__row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 0.75rem 1rem;
background: color-mix(in srgb, var(--hh-svc-panel) 90%, white);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 0.5rem;
}
.hh-svc-card__row-name {
margin: 0;
font-size: 0.875rem;
font-weight: 600;
color: var(--hh-svc-navy);
}
.hh-svc-card__row-detail {
margin: 0.2rem 0 0;
font-size: 0.75rem;
color: var(--hh-svc-warmgray);
}
.hh-svc-card__row-gem {
font-family: "Bebas Neue", Impact, system-ui, sans-serif;
font-size: 1.125rem;
line-height: 1;
color: var(--hh-svc-gold);
}
.hh-svc-card__row-gem.is-alt {
color: var(--hh-svc-blueaccent);
opacity: 0.75;
}
.hh-svc-section__actions {
margin: 2.5rem 0 0;
text-align: center;
}
.hh-svc-section__link {
display: inline-flex;
align-items: center;
gap: 0.35rem;
padding: 0.75rem 2rem;
font-size: 0.875rem;
font-weight: 600;
text-decoration: none;
color: var(--hh-svc-blueaccent);
background: #fff;
border: 2px solid var(--hh-svc-blueaccent);
border-radius: 0.375rem;
transition: background 0.15s ease, color 0.15s ease;
margin-top: 3em;
}
.hh-svc-section__link:hover,
.hh-svc-section__link:focus-visible {
background: color-mix(in srgb, var(--hh-svc-blueaccent) 6%, white);
color: var(--hh-svc-bluetint);
outline: none;
}
.home .hh-svc-section__right .hh-svc-card__row-name{
margin-bottom: 0;
}
.home .hh-svc-accordion__btn.is-open,
.home  .hh-svc-accordion__btn.is-open:hover, .home .hh-svc-accordion__btn.is-open:focus-visible {
background:transparent;
border:none;
box-shadow: none;
} .hh-service-page {
--hh-sp-navy: #0a1628;
--hh-sp-navy-mid: #112240;
--hh-sp-gold: #c9a84c;
--hh-sp-offwhite: #f5f2ec;
--hh-sp-slate: #f0f3f7;
--hh-sp-warmgray: #8a8680;
--hh-sp-max: 1120px;
--hh-sp-radius: 8px;
background: #fff;
color: var(--hh-sp-navy);
}
.hh-service-page a {
color: inherit;
}
.hh-service-page__hero {
margin: 0;
color: var(--hh-sp-offwhite);
background: linear-gradient(135deg, var(--hh-sp-navy) 0%, var(--hh-sp-navy-mid) 100%);
}
.hh-service-page__hero-inner {
max-width: var(--hh-sp-max);
margin: 0 auto;
}
.hh-service-page__breadcrumb {
margin: 0 0 0.75rem;
font-size: 0.75rem;
color: rgba(245, 242, 236, 0.55);
}
.hh-service-page__breadcrumb a {
color: var(--hh-sp-gold);
text-decoration: none;
}
.hh-service-page__eyebrow,
.hh-service-page__section-label {
margin: 0 0 0.5rem;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--hh-sp-gold);
}
.hh-service-page__title {
margin: 0 0 0.75rem;
color: #fff;
font-weight: 400;
line-height: 1;
letter-spacing: 0.02em;
text-transform: uppercase;
}
.hh-service-page__lead {
margin: 0;
color: rgba(245, 242, 236, 0.88);
}
.hh-service-page__layout {
display: grid;
grid-template-columns: 240px minmax(0, 1fr);
gap: 2rem;
align-items: start;
max-width: calc(var(--hh-sp-max) + 3rem);
margin: 0 auto;
padding: 2.5rem 1.5rem 4rem;
}
.hh-service-page__layout.wp-block-columns {
margin-bottom: 0;
}
.hh-service-page__layout > .wp-block-column {
min-width: 0;
}
.hh-service-page__sidebar-title {
margin: 0 0 1rem;
color: var(--hh-sp-warmgray);
letter-spacing: 0.14em;
text-transform: uppercase;
}
.page .hh-service-page__nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.hh-service-page__nav li {
margin: 0;
border-bottom: 1px solid rgba(10, 22, 40, 0.08);
}
.hh-service-page__nav li:last-child {
border-bottom: 0;
}
.hh-service-page__nav a {
display: block;
padding: 0.65rem 0.5rem;
border-radius: 4px;
color: var(--hh-sp-navy);
font-size: 0.8125rem;
font-weight: 600;
text-decoration: none;
}
.hh-service-page__nav a:hover,
.hh-service-page__nav a:focus-visible {
background: rgba(201, 168, 76, 0.12);
color: var(--hh-sp-navy);
}
.hh-service-page__nav a.is-active,
.hh-service-page__nav .current-menu-item > a,
.hh-service-page__nav .current_page_item > a,
.hh-service-page__nav .current-menu-ancestor > a,
.hh-service-page__nav .current_page_ancestor > a {
margin-left: -0.5rem;
padding-left: calc(0.5rem + 3px);
background: #fff;
border-left: 3px solid var(--hh-sp-gold);
}
.hh-service-page__sidebar-actions {
margin-top: 1.25rem;
padding-top: 1.25rem;
border-top: 1px solid rgba(10, 22, 40, 0.1);
}
.hh-service-page__sidebar-actions .wp-block-button,
.hh-service-page__sidebar-actions .wp-block-button__link {
width: 100%;
}
.hh-service-page__main p {
color: var(--hh-sp-warmgray);
}
.hh-service-page__section-title {
margin: 0 0 1rem; 
font-weight: 400;
line-height: 1.1;
} .page-id-15 .hh-service-page__main .hh-about-page__story + .hh-about-page__story {
margin-top: 0;
}
.page-id-15 .hh-service-page__main .hh-about-page__story {
margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.page-id-15 .hh-service-page__main .hh-about-page__careers {
margin-top: 0.25rem;
padding-top: clamp(0.5rem, 2vw, 1.25rem);
border-top: 1px solid rgba(10, 22, 40, 0.08);
}
.page-id-15 .hh-about-page__story .hh-service-page__section-label,
.page-id-15 .hh-about-page__careers .hh-service-page__section-label {
margin-bottom: 0.35rem;
}
.page-id-15 .hh-about-page__story .hh-service-page__section-title,
.page-id-15 .hh-about-page__careers .hh-service-page__section-title {
margin: 0 0 1.25rem;
font-size: clamp(1.5rem, 2.5vw, 2rem);
font-weight: 700;
line-height: 1.08;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--hh-sp-navy);
}
.page-id-15 .hh-about-page__split .kadence-inner-column-inner > .wp-block-paragraph:first-child {
margin-top: 0;
}
.page-id-15 .hh-about-page__story .kadence-inner-column-inner p,
.page-id-15 .hh-about-page__careers .kadence-inner-column-inner p {
line-height: 1.65;
}
.page-id-15 .hh-about-page__story figure.hh-about-page__media,
.page-id-15 .hh-about-page__story .wp-block-image.hh-about-page__media {
margin: 0;
overflow: hidden;
border-radius: 4px;
}
.page-id-15 .hh-about-page__story figure.hh-about-page__media img,
.page-id-15 .hh-about-page__story .wp-block-image.hh-about-page__media img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 1;
object-fit: cover;
}
@media (max-width: 767px) {
.page-id-15 .hh-about-page__split.kb-row-layout-wrap > .kt-row-column-wrap {
align-items: flex-start;
}
}
.hh-service-page__check-list {
margin: 1.5rem 0;
padding: 0;
list-style: none;
}
.hh-service-page__check-list li {
display: flex;
gap: 0.65rem;
margin-bottom: 0.65rem;
color: var(--hh-sp-navy);
font-size: 0.875rem;
font-weight: 500;
}
.hh-service-page__check-list li::before {
content: "";
flex: 0 0 auto;
width: 6px;
height: 6px;
margin-top: 0.65rem;
border-radius: 50%;
background: var(--global-palette1);
}
.hh-service-page__feature-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
margin: 2rem 0;
align-items: stretch;
}
.hh-service-page__feature-grid > .hh-service-page__feature-card,
.hh-service-page__feature-grid > .wp-block-kadence-column.hh-service-page__feature-card {
height: 100%;
align-self: stretch;
display: flex;
flex-direction: column;
}
.hh-service-page__feature-grid .hh-service-page__feature-card > .kt-inside-inner-col {
flex: 1 1 auto;
display: flex;
flex-direction: column;
height: 100%;
min-height: 100%;
box-sizing: border-box;
}
.hh-service-page__feature-card svg {
width: 40px;
height: 40px;
margin-bottom: 0.75rem;
color: var(--hh-sp-gold);
} .grid-based-align-items-stretch.is-layout-grid,
.grid-based-align-items-stretch {
align-items: stretch;
}
.grid-based-align-items-stretch > .wp-block-kadence-column {
align-self: stretch;
display: flex;
flex-direction: column;
height: auto;
min-height: 100%;
}
.grid-based-align-items-stretch > .wp-block-kadence-column.kb-section-dir-vertical {
min-height: 24vh;
height: auto;
}
.grid-based-align-items-stretch > .wp-block-kadence-column > .kt-inside-inner-col {
flex: 1 1 auto;
display: flex;
flex-direction: column;
justify-content: flex-end;
height: 100%;
min-height: 100%;
box-sizing: border-box;
}
.hh-service-page__inline-cta {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin-top: 2.5rem;
padding: 1.75rem 1.5rem;
color: var(--hh-sp-offwhite);
background: var(--hh-sp-navy);
border-radius: var(--hh-sp-radius);
}
.hh-service-page__inline-cta p {
margin: 0;
color: var(--hh-sp-offwhite);
font-size: 1rem;
font-weight: 500;
}
.hh-service-page__button .wp-block-button__link,
.hh-service-page__form button {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.65rem 1.2rem;
color: #fff;
background: var(--global-palette1);
border: 0;
border-radius: 6px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.06em;
line-height: 1.2;
text-transform: uppercase;
text-decoration: none;
cursor: pointer;
}
.hh-service-page__button .wp-block-button__link:hover,
.hh-service-page__button .wp-block-button__link:focus-visible,
.hh-service-page__form button:hover,
.hh-service-page__form button:focus-visible {
filter: brightness(1.05);
}
.hh-service-page__contact {
margin-top: 3rem;
padding: 2rem;
background: var(--hh-sp-slate);
border-radius: var(--hh-sp-radius);
}
.hh-service-page__contact h3 {
margin: 0 0 0.5rem;
font-size: 1.75rem;
}
.hh-service-page__contact p {
margin-bottom: 1.25rem;
}
.hh-service-page__form {
display: grid;
gap: 1rem;
}
.hh-service-page__form-row {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 1rem;
}
.hh-service-page__form label {
display: grid;
gap: 0.35rem;
color: var(--hh-sp-navy);
font-size: 0.6875rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.hh-service-page__form input,
.hh-service-page__form textarea {
width: 100%;
padding: 0.65rem 0.85rem;
border: 1px solid rgba(10, 22, 40, 0.12);
border-radius: 6px;
font: inherit;
font-size: 0.9375rem;
text-transform: none;
}
.hh-service-page__form textarea {
min-height: 80px;
resize: vertical;
}
.hh-service-page__form button {
justify-self: start;
}
@media (max-width: 900px) {
.hh-service-page__layout {
grid-template-columns: 1fr;
}
.hh-service-page__sidebar-col {
order: 2;
}
.hh-service-page__main {
order: 1;
}
.hh-service-page__sidebar {
position: static;
}
.hh-service-page__feature-grid,
.hh-service-page__form-row {
grid-template-columns: 1fr;
}
}  body.hh-service-sidebar-mobile .entry-content > .wp-block-kadence-column.alignfull:first-child:has(.hh-service-page__title),
body.hh-service-sidebar-mobile .entry-content > .wp-block-kadence-column.alignfull:first-child:has(.hh-service-page__title) > .kt-inside-inner-col {
background: linear-gradient(135deg, #0a1628 0%, #112240 100%) !important;
}
@media (max-width: 767px) { body.hh-service-sidebar-mobile .entry-content > .wp-block-kadence-column.alignfull:first-child:has(.hh-service-page__title) {
margin-left: calc(-50vw + 50%) !important;
margin-right: calc(-50vw + 50%) !important;
max-width: 100vw !important;
width: 100vw !important;
padding: 1.25rem 1rem 1.75rem !important;
box-sizing: border-box;
}
body.hh-service-sidebar-mobile .entry-content > .wp-block-kadence-column.alignfull:first-child:has(.hh-service-page__title) .kb-theme-content-width {
max-width: 100% !important;
width: 100% !important;
padding-inline: 0 !important;
} body.hh-service-sidebar-mobile .entry-content .kt-has-2-columns:has(.hh-service-page__sidebar),
body.hh-service-sidebar-mobile .entry-content .kt-has-2-columns:has(.hh-service-page__nav) {
grid-template-columns: 1fr !important;
}
body.hh-service-sidebar-mobile .entry-content .kt-has-2-columns:has(.hh-service-page__sidebar) > .wp-block-kadence-column:has(.hh-service-page__sidebar),
body.hh-service-sidebar-mobile .entry-content .kt-has-2-columns:has(.hh-service-page__nav) > .wp-block-kadence-column:has(.hh-service-page__nav) {
order: 2;
}
body.hh-service-sidebar-mobile .entry-content .kt-has-2-columns:has(.hh-service-page__sidebar) > .wp-block-kadence-column:not(:has(.hh-service-page__sidebar)),
body.hh-service-sidebar-mobile .entry-content .kt-has-2-columns:has(.hh-service-page__nav) > .wp-block-kadence-column:not(:has(.hh-service-page__nav)) {
order: 1;
} body.hh-service-sidebar-mobile .hh-service-page__sidebar {
position: static !important;
margin-top: 1.5rem;
padding: 0;
background: #f0f3f7;
border-radius: 8px;
overflow: hidden;
}
body.hh-service-sidebar-mobile .hh-service-page__sidebar-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
width: 100%;
padding: 1rem 1.25rem;
border: 0;
background: transparent;
cursor: pointer;
text-align: left;
font: inherit;
color: inherit;
}
body.hh-service-sidebar-mobile .hh-service-page__sidebar-header .hh-service-page__sidebar-title {
margin: 0;
pointer-events: none;
}
body.hh-service-sidebar-mobile .hh-service-page__sidebar-chevron {
flex-shrink: 0;
width: 1.25rem;
height: 1.25rem;
transition: transform 0.2s ease;
}
body.hh-service-sidebar-mobile .hh-service-page__sidebar.is-open .hh-service-page__sidebar-chevron {
transform: rotate(180deg);
}
body.hh-service-sidebar-mobile .hh-service-page__sidebar-current {
display: block;
margin: 0;
padding: 0 1.25rem 0.75rem;
font-size: 0.875rem;
font-weight: 600;
color: #0a1628;
}
body.hh-service-sidebar-mobile .hh-service-page__sidebar.is-open .hh-service-page__sidebar-current {
display: none;
}
body.hh-service-sidebar-mobile .hh-service-page__nav {
display: none;
max-height: 60vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
padding: 0 0.75rem;
border-top: 1px solid rgba(10, 22, 40, 0.08);
}
body.hh-service-sidebar-mobile .hh-service-page__sidebar.is-open .hh-service-page__nav {
display: block;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
body.hh-service-sidebar-mobile .hh-service-page__sidebar-actions {
margin-top: 0;
padding: 1rem 1.25rem 1.25rem;
border-top: 1px solid rgba(10, 22, 40, 0.1);
}
body.hh-service-sidebar-mobile .hh-service-page__title {
font-size: clamp(1.5rem, 6vw, 2rem) !important;
}
body.hh-service-sidebar-mobile .entry-content .kb-theme-content-width {
max-width: 100% !important;
padding-inline: 1rem !important;
}
} .hh-location-b {
--hh-loc-navy: #0a1628;
--hh-loc-navy-mid: #112240;
--hh-loc-gold: #c9a84c;
--hh-loc-blue: #4a9fd9;
--hh-loc-offwhite: #f5f2ec;
--hh-loc-slate: #f0f3f7;
--hh-loc-warmgray: #8a8680;
--hh-loc-max: 1280px; --hh-loc-radius: 8px;
color: var(--hh-loc-navy);
}
.hh-location-b a {
color: inherit;
text-decoration: none;
}
.hh-location-b .kt-row-column-wrap {
max-width: var(--hh-loc-max);
margin-left: auto;
margin-right: auto;
}
.hh-location-b__hero {
position: relative;
display: flex;
min-height: 56vh;
align-items: flex-end;
overflow: hidden;
color: var(--hh-loc-offwhite);
background-color: var(--hh-loc-navy);
}
.hh-location-b__hero .kt-row-layout-inner,
.hh-location-b__hero .kt-row-column-wrap {
width: 100%;
}
.hh-location-b__hero > .kt-inside-inner-col {
padding: 3rem 1.5rem 2.5rem;
}
.hh-location-b__breadcrumb {
margin: 0 0 0.75rem;
color: rgba(245, 242, 236, 0.55);
font-size: 0.75rem;
}
.hh-location-b__breadcrumb a {
color: var(--hh-loc-gold);
}
.hh-location-b__eyebrow,
.hh-location-b__section-label {
margin: 0 0 0.5rem;
color: var(--hh-loc-gold);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
}
.hh-location-b__title {
margin: 0 0 0.75rem;
color: #fff;
text-transform: uppercase;
}
.hh-location-b__lead {
margin: 0 0 1.5rem;
color: rgba(245, 242, 236, 0.88);
line-height: 1.65;
}
.hh-location-b__actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.hh-location-b__actions.kb-buttons-wrap {
justify-content: flex-start;
}
.hh-location-b__btn,
.hh-location-b__btn .kb-button,
.hh-location-b__btn .wp-block-button__link {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: auto;
border: 2px solid transparent;
border-radius: 6px;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.06em;
line-height: 1.2;
text-transform: uppercase;
transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, filter 0.18s ease;
}
.hh-location-b__btn:hover,
.hh-location-b__btn:focus-visible {
text-decoration: none;
}
.hh-location-b__btn--gold,
.hh-location-b__btn--gold .kb-button,
.hh-location-b__btn--gold .wp-block-button__link {
color: var(--global-palette3);
background: var(--global-palette1);
}
.hh-location-b__btn--outline,
.hh-location-b__btn--outline .kb-button,
.hh-location-b__btn--outline .wp-block-button__link {
color: #fff;
background: transparent;
border-color: rgba(255, 255, 255, 0.32);
}
.hh-location-b__btn--outline:hover,
.hh-location-b__btn--outline:focus-visible,
.hh-location-b__btn--outline .kb-button:hover,
.hh-location-b__btn--outline .wp-block-button__link:hover,
.hh-location-b__btn--outline .kb-button:focus-visible,
.hh-location-b__btn--outline .wp-block-button__link:focus-visible {
color: var(--hh-loc-navy);
background: #fff;
}
.hh-location-b__btn--navy,
.hh-location-b__btn--navy .kb-button,
.hh-location-b__btn--navy .wp-block-button__link {
color: #fff;
background: var(--hh-loc-navy);
}
.hh-location-b__btn--gold:hover,
.hh-location-b__btn--gold:focus-visible,
.hh-location-b__btn--gold .kb-button:hover,
.hh-location-b__btn--gold .wp-block-button__link:hover,
.hh-location-b__btn--gold .kb-button:focus-visible,
.hh-location-b__btn--gold .wp-block-button__link:focus-visible,
.hh-location-b__btn--navy:hover,
.hh-location-b__btn--navy:focus-visible,
.hh-location-b__btn--navy .kb-button:hover,
.hh-location-b__btn--navy .wp-block-button__link:hover,
.hh-location-b__btn--navy .kb-button:focus-visible,
.hh-location-b__btn--navy .wp-block-button__link:focus-visible {
filter: brightness(1.06);
}
.hh-location-b__trust-row {
background: #fff;
border-bottom: 1px solid rgba(10, 22, 40, 0.08);
}
.hh-location-b__trust-items {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 1rem 2rem;
color: var(--hh-loc-warmgray);
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.hh-location-b__trust-items span {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.hh-location-b__trust-items strong {
color: var(--hh-loc-navy);
font-weight: 800;
}
.hh-location-b__section > .kt-inside-inner-col,
.hh-location-b__cities > .kt-inside-inner-col,
.hh-location-b__contact-section > .kt-inside-inner-col {
padding: 3.5rem 1.5rem;
}
.hh-location-b__section--slate,
.hh-location-b__contact-section {
background: var(--hh-loc-slate);
}
.hh-location-b__section--navy {
color: var(--hh-loc-offwhite);
background: var(--hh-loc-navy);
}
.hh-location-b__section--navy .hh-location-b__heading{
color: #fff;
}
.hh-location-b__heading {
margin: 0 0 1rem;
color: var(--hh-loc-navy);
letter-spacing: 0.01em;
line-height: 1.15;
}
.hh-location-b__body {
margin: 0 0 1rem;
color: var(--hh-loc-warmgray);
line-height: 1.75;
}
.hh-location-b__body--narrow {
max-width: 42rem;
}
.hh-location-b__section--navy .hh-location-b__body {
color: rgba(245, 242, 236, 0.78);
}
.hh-location-b__overview .kt-row-column-wrap {
align-items: center;
}
.hh-location-b__image img,
.hh-location-b__image--overview img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
border-radius: var(--hh-loc-radius);
}
.hh-location-b__service-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
margin-top: 2rem;
}
.hh-location-b__service-card {
padding: 1.35rem 1.25rem;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.1);
border-top: 3px solid var(--hh-loc-gold);
border-radius: var(--hh-loc-radius);
transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.hh-location-b__service-card:hover {
background: rgba(255, 255, 255, 0.1);
border-color: rgba(74, 159, 217, 0.35);
transform: translateY(-2px);
}
.hh-location-b__service-card p {
margin: 0;
color: rgba(245, 242, 236, 0.72);
font-size: 0.8125rem;
line-height: 1.6;
}
.hh-location-b__alt-rows {
display: grid;
gap: 1.5rem;
}
.hh-location-b__alt-row {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, min(40%, 420px));
gap: 1.75rem;
align-items: center;
padding: 1.5rem 1.75rem;
background: #fff;
border: 1px solid rgba(10, 22, 40, 0.08);
border-radius: var(--hh-loc-radius);
box-shadow: 0 6px 28px rgba(10, 22, 40, 0.06);
}
.hh-location-b__alt-row:nth-child(even) {
grid-template-columns: minmax(0, min(40%, 420px)) minmax(0, 1fr);
}
.hh-location-b__alt-row:nth-child(even) .hh-location-b__alt-text {
order: 2;
}
.hh-location-b__alt-row:nth-child(even) .hh-location-b__alt-media {
order: 1;
}
.hh-location-b__alt-text h3 {
margin: 0 0 0.65rem;
color: var(--hh-loc-navy);
font-size: 1.35rem;
font-weight: 700;
letter-spacing: 0.01em;
}
.hh-location-b__alt-text p {
margin: 0;
color: var(--hh-loc-warmgray);
}
.hh-location-b__alt-media {
display: flex;
align-items: center;
justify-content: center;
min-height: 0;
padding: 0.85rem;
background: var(--hh-loc-slate);
border-radius: var(--hh-loc-radius);
}
.hh-location-b__alt-media img {
width: 100%;
max-width: 400px;
max-height: 240px;
height: auto;
object-fit: contain;
object-position: center;
border-radius: 6px;
}
.hh-location-b__cta {
text-align: center;
color: var(--hh-loc-navy);
background: var(--hh-loc-gold);
}
.hh-location-b__cta .kt-inside-inner-col {
padding: 2.5rem 1.5rem;
}
.hh-location-b__cta .hh-location-b__actions {
justify-content: center;
}
.hh-location-b__cities {
background: #fff;
}
.hh-location-b__center {
text-align: center;
}
.hh-location-b__sub {
max-width: 36rem;
margin-left: auto;
margin-right: auto;
margin-bottom: 2rem;
}
.hh-location-b__city-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
}
.hh-location-b__city-card {
position: relative;
display: flex;
aspect-ratio: 16 / 11;
align-items: flex-end;
overflow: hidden;
padding: 1rem;
border: 2px solid transparent;
border-radius: var(--hh-loc-radius);
transition: border-color 0.2s ease, transform 0.2s ease;
}
.hh-location-b__city-card:hover,
.hh-location-b__city-card:focus-visible {
border-color: var(--hh-loc-gold);
transform: translateY(-3px);
}
.hh-location-b__city-card.is-current {
border-color: var(--hh-loc-gold);
box-shadow: 0 0 0 1px var(--hh-loc-gold);
}
.hh-location-b__city-bg {
position: absolute;
inset: 0;
z-index: 0;
background-position: center;
background-size: cover;
}
.hh-location-b__city-bg::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to top, var(--hh-loc-navy) 0%, transparent 60%);
opacity: 0.88;
}
.hh-location-b__city-label {
position: relative;
z-index: 1;
color: #fff;
font-size: 0.75rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.hh-location-b__contact-section {
padding-bottom: 3.5rem;
}
.hh-location-b__contact-section .kt-row-column-wrap {
max-width: 560px;
}
.hh-location-b__contact-card > .kt-inside-inner-col {
padding: 2rem;
border-radius: var(--hh-loc-radius);
box-shadow: 0 6px 28px rgba(10, 22, 40, 0.06);
}
.hh-location-b__form .kb-form {
display: grid;
gap: 1rem;
}
.hh-location-b__form label,
.hh-location-b__form .kadence-blocks-form-field label {
color: var(--hh-loc-navy);
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.hh-location-b__form input,
.hh-location-b__form textarea {
width: 100%;
border: 1px solid rgba(10, 22, 40, 0.12);
border-radius: 6px;
font: inherit;
}
.hh-location-b__form button,
.hh-location-b__form .kb-forms-submit {
border-radius: 6px;
color: #fff;
background: var(--hh-loc-gold);
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
}
@media (max-width: 900px) {
.hh-location-b__service-grid,
.hh-location-b__alt-row,
.hh-location-b__alt-row:nth-child(even) {
grid-template-columns: 1fr;
}
.hh-location-b__service-grid {
display: grid;
}
.hh-location-b__city-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hh-location-b__alt-row:nth-child(even) .hh-location-b__alt-text,
.hh-location-b__alt-row:nth-child(even) .hh-location-b__alt-media {
order: initial;
}
}
@media (max-width: 640px) {
.hh-location-b__hero > .kt-inside-inner-col,
.hh-location-b__section > .kt-inside-inner-col,
.hh-location-b__cities > .kt-inside-inner-col {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.hh-location-b__city-grid {
grid-template-columns: 1fr;
}
.hh-location-b__alt-media img {
max-height: 200px;
}
} .hh-training-product {
--hh-tp-font-heading: "Space Grotesk", system-ui, sans-serif;
--hh-tp-navy: #0a1628;
--hh-tp-gold: #c9a84c;
--hh-tp-blue: #4a9fd9;
--hh-tp-slate: #f0f3f7;
--hh-tp-warmgray: #8a8680;
--hh-tp-green: #2d8a4e;
--hh-tp-radius: 8px;
color: var(--hh-tp-navy);
}
.hh-training-product__breadcrumb {
color: var(--hh-tp-warmgray);
font-size: 0.75rem;
}
.hh-training-product__breadcrumb a,
.hh-training-product__cats a {
font-weight: 600;
text-decoration: none;
}
.hh-training-product__breadcrumb a {
color: var(--hh-tp-gold);
}
.hh-training-product__cats {
color: var(--hh-tp-warmgray);
font-size: 0.75rem;
}
.hh-training-product__cats a {
color: var(--hh-tp-blue);
}
.hh-training-product__title {
font-family: var(--hh-tp-font-heading);
font-size: clamp(1.75rem, 4vw, 2.35rem);
font-weight: 600;
letter-spacing: -0.02em;
}
.hh-training-product__gallery img {
width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
border: 1px solid rgba(10, 22, 40, 0.1);
border-radius: var(--hh-tp-radius);
}
.hh-training-product__purchase > .kt-inside-inner-col {
max-width: 560px;
margin: -2rem auto 0;
padding: 1.5rem 1.75rem;
background: #fff;
border: 1px solid rgba(10, 22, 40, 0.08);
border-radius: var(--hh-tp-radius);
box-shadow: 0 16px 48px rgba(10, 22, 40, 0.1);
}
.hh-training-product__price {
color: var(--hh-tp-navy);
font-family: var(--hh-tp-font-heading);
font-size: 1.85rem;
font-weight: 600;
}
.hh-training-product__stock {
color: var(--hh-tp-green);
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.hh-training-product__body p,
.hh-training-product__body li,
.hh-training-product__short,
.hh-training-product__trust,
.hh-training-product__faq-answer {
color: var(--hh-tp-warmgray);
}
.hh-training-product__button .wp-block-button__link {
width: 100%;
background: var(--hh-tp-gold);
border-radius: 6px;
color: #fff;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.hh-training-product__trust {
padding-top: 1rem;
border-top: 1px solid rgba(10, 22, 40, 0.08);
font-size: 0.75rem;
}
.hh-training-product__trust strong {
color: var(--hh-tp-navy);
}
.hh-training-product__body h2,
.hh-training-product__faq h2,
.hh-training-product__related h2,
.hh-training-product__related-card h3 {
font-family: var(--hh-tp-font-heading);
font-weight: 600;
}
.hh-training-product__faq-card > .kt-inside-inner-col {
padding: 1rem 1.15rem;
background: #fff;
border: 1px solid rgba(10, 22, 40, 0.1);
border-radius: var(--hh-tp-radius);
}
.hh-training-product__related-card > .kt-inside-inner-col {
overflow: hidden;
background: #fff;
border: 1px solid rgba(10, 22, 40, 0.08);
border-radius: var(--hh-tp-radius);
}
.hh-training-product__related-card img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.hh-training-product__related-card h3,
.hh-training-product__related-card p {
padding-right: 1rem;
padding-left: 1rem;
}
.hh-training-product__related-card p:last-child {
padding-bottom: 1rem;
color: var(--hh-tp-navy);
font-weight: 700;
}
@media (max-width: 768px) {
.hh-training-product__purchase > .kt-inside-inner-col {
margin-right: 1rem;
margin-left: 1rem;
}
}
.services-industries__grid{
gap: 1.25em;
}
.other-cities__btn{
padding-top: 14px;
padding-right: 12px;
padding-bottom: 14px;
padding-left: 12px;
}
.other-cities__btn:hover{
background:rgba(255, 255, 255, 0.12);
}
.page .gform_button{
background:var(--global-palette1)!important;
color:var(--global-palette3)!important;
padding: 10px 20px!important;
border-radius: 5px!important;
font-weight: 600!important;
}
.page .gform_button:hover{
background:var(--global-palette10)!important;
}
.megamenu__featured-course-inner {
position: relative;
z-index: 1;
}
.megamenu__featured-course-inner .mega-c__feat-label {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.16em;
text-transform: uppercase;
color: rgba(245, 242, 236, 0.55);
margin: 0 0 0.35rem;
}
.megamenu__featured-course-inner .mega-c__feat-title {
font-family: "Bebas Neue", sans-serif;
font-size: 1.5rem;
font-weight: 400;
letter-spacing: 0.04em;
color: var(--global-palette1);
margin: 0 0 0.5rem;
line-height: 1.1;
}
.megamenu__featured-course-inner .mega-c__feat-text {
font-size: 12px;
line-height: 1.55;
color: rgba(245, 242, 236, 0.78);
margin: 0 0 0.85rem;
}
.megamenu__featured-course-inner .mega-c__feat-cta {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #fff;
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: rgba(255, 255, 255, 0.45);
}
.megamenu__featured-course-inner .mega-c__feat-cta:hover {
color: var(--global-palette1);
text-decoration-color: var(--global-palette1);
}
@media (max-width: 900px) {
.megamenu__featured-course {
min-height: 220px;
}
} .megamenu__link-wrapper .megamenu__icon_wrapper {
width: 40px;
height: 40px;
border-radius: 10px;
background: linear-gradient(
145deg,
rgba(74, 159, 217, 0.18) 0%,
rgba(74, 159, 217, 0.08) 100%
);
color: #4a9fd9; display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.megamenu__link-wrapper .megamenu__icon_wrapper svg {
width: 20px;
height: 20px;
display: block;
flex-shrink: 0;
}
.mega-megamenu__link-wrapper{
padding: 18px 12px !important;
}
.mega-megamenu__link-wrapper .custom-html-widget{
padding-bottom:8px;
border-bottom: 2px solid #DBECF7;
display: flex;
align-items: center;
margin-bottom: 12px;
}
.mega-megamenu__link-wrapper .custom-html-widget .megamenu__link-text{
margin-left:4px;
color:#0A1628;
font-weight:bold;
text-transform: uppercase;
font-size:12px;
}
.header-navigation .header-menu-container ul ul li.menu-item > a {
color: #0A1628;
font-size: 14px;
padding: 0;
margin-bottom: 12px;
line-height: 1.1;
width:100%;
}
.header-navigation .header-menu-container ul ul li.menu-item > a:hover {
color: #4A5568!important;
background: transparent!important;
}
.header-navigation .menu {
justify-content: flex-start!important;
align-items: flex-start!important;
flex-direction: column;
} body.single-product main#inner-wrap {
overflow: visible;
padding-top: 0.5rem;
}
body.single-product #primary.content-area,
body.single-product .site-main {
overflow: visible;
} body.single-product .product-title.product-above {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
box-sizing: border-box;
overflow: visible !important;
min-height: 0 !important;
max-height: none !important;
margin-top: 0;
position: relative;
z-index: 2;
background-color: var(--hh-light-slate);
border-bottom: 1px solid rgba(10, 22, 40, 0.08);
border-top: 1px solid rgba(10, 22, 40, 0.08);
font-size: 12px;
line-height: 1.65;
color: var(--hh-warm-gray);
margin-bottom: 2em;
}
body.single-product .product-title.product-above > .kadence-breadcrumbs {
box-sizing: border-box;
max-width: 1070px;
width: 100%;
margin-left: auto;
margin-right: auto;
}
body.single-product .product-title.product-above a,
body.single-product .product-title.product-above a:visited {
color: var(--hh-gold);
font-weight: 600;
text-decoration: none;
}
body.single-product .product-title.product-above a:hover,
body.single-product .product-title.product-above a:focus-visible {
text-decoration: underline;
text-underline-offset: 0.12em;
}
body.single-product .product-title.product-above .kadence-bread-current {
color: inherit;
font-weight: 600;
}
body.single-product .product-title.product-above .kadence-breadcrumbs,
body.single-product .product-title.product-above .kadence-breadcrumb-container,
body.single-product .product-title.product-above nav,
body.single-product .product-title.product-above .yoast-bc-wrap,
body.single-product .product-title.product-above .rankmath-bc-wrap {
overflow: visible !important;
max-height: none !important;
line-height: 1.65;
} body.single-product.transparent-header main#inner-wrap,
body.single-product.mobile-transparent-header main#inner-wrap {
padding-top: 1.25rem;
} .single-product .woocommerce div.product.hh-woo-single {
display: block;
max-width: 1120px;
margin-left: auto;
margin-right: auto;
color: var(--hh-navy);
}
.single-product .woocommerce div.product.hh-woo-single .hh-product-page {
padding: 2rem var(--global-edge-spacing, 1.5rem) 2.5rem;
box-sizing: border-box;
}
.single-product .woocommerce div.product.hh-woo-single .hh-product-top {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
gap: 2.5rem;
align-items: start;
box-sizing: border-box;
} .single-product .woocommerce div.product.hh-woo-single .woocommerce-product-gallery {
background: var(--hh-light-slate);
border: 1px solid rgba(10, 22, 40, 0.08);
border-radius: var(--hh-radius);
overflow: hidden;
}
.single-product .woocommerce div.product.hh-woo-single .woocommerce-product-gallery .flex-viewport {
border-radius: var(--hh-radius);
overflow: hidden;
aspect-ratio: 1;
background: var(--hh-light-slate);
}
.single-product .woocommerce div.product.hh-woo-single .woocommerce-product-gallery .flex-active-slide img,
.single-product .woocommerce div.product.hh-woo-single .woocommerce-product-gallery .flex-viewport img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 8px;
} .single-product .woocommerce div.product.hh-woo-single .woocommerce-product-gallery .woocommerce-product-gallery__image,
.single-product .woocommerce div.product.hh-woo-single .woocommerce-product-gallery .woocommerce-product-gallery__image img {
border-radius: 8px;
}
.single-product .woocommerce div.product.hh-woo-single .woocommerce-product-gallery .woocommerce-product-gallery__image {
cursor: default;
}
.single-product .woocommerce div.product.hh-woo-single .flex-control-thumbs {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 0.5rem;
margin: 0.75rem 0 0 !important;
padding: 0 0.75rem 0.75rem !important;
overflow: visible !important;
}
.single-product .woocommerce div.product.hh-woo-single .flex-control-thumbs li {
width: auto !important;
float: none !important;
margin: 0 !important;
aspect-ratio: 1;
}
.single-product .woocommerce div.product.hh-woo-single .flex-control-thumbs li img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
opacity: 0.85;
border: 2px solid transparent;
border-radius: 6px;
box-sizing: border-box;
}
.single-product .woocommerce div.product.hh-woo-single .flex-control-thumbs li img.flex-active,
.single-product .woocommerce div.product.hh-woo-single .flex-control-thumbs li:hover img {
opacity: 1;
border-color: var(--hh-gold);
} .single-product .woocommerce div.product.hh-woo-single .summary.hh-product-summary {
position: sticky;
top: 6rem;
} .single-product .woocommerce div.product.hh-woo-single .hh-product-cats.product-cats {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.15rem 0.2rem;
margin: 0 0 0.5rem;
padding: 0;
font-size: 12px;
line-height: 1.5;
font-family: inherit;
}
.single-product .woocommerce div.product.hh-woo-single .hh-product-cats-sep {
color: var(--hh-warm-gray);
font-weight: 400;
user-select: none;
}
.hh-product-cat-pill {
font-size: 14px;
color: var(--global-palette-highlight-alt);
font-weight: 600;
text-decoration: none;
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.single-product .woocommerce .hh-product-cat-pill:hover,
.single-product .woocommerce .hh-product-cat-pill:focus-visible {
outline: none;
text-decoration: underline;
text-underline-offset: 0.12em;
} .single-product .woocommerce div.product.hh-woo-single .single-product-category {
display: none !important;
}
.single-product .woocommerce div.product.hh-woo-single .product_title {
font-family: inherit;
font-size: clamp(1.45rem, 3.5vw, 1.95rem);
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.15;
margin: 0 0 0.75rem;
color: var(--hh-navy);
}
.single-product .woocommerce div.product.hh-woo-single .summary .price {
font-family: var(--hh-font-heading);
font-size: 1.65rem;
font-weight: 600;
color: var(--hh-navy);
margin: 0 0 0.25rem;
}
.single-product .woocommerce div.product.hh-woo-single .summary .price del {
font-size: 1rem;
color: var(--hh-warm-gray);
font-weight: 500;
margin-right: 0.35rem;
} .single-product .woocommerce div.product.hh-woo-single .stock {
display: block;
font-size: 12px;
font-weight: 600;
margin: 0 0 1rem;
line-height: 1.5;
} .single-product .woocommerce div.product.hh-woo-single .stock.session-hint:not(.out-of-stock) {
color: var(--hh-green-training);
}
.single-product .woocommerce div.product.hh-woo-single .stock.session-hint.out-of-stock {
color: #b42318;
} .single-product .woocommerce div.product.hh-woo-single .stock:not(.session-hint).in-stock {
color: var(--hh-navy);
}
.single-product .woocommerce div.product.hh-woo-single .stock:not(.session-hint).out-of-stock {
color: #b42318;
}
.single-product .woocommerce div.product.hh-woo-single .woocommerce-product-details__short-description {
font-size: 15px;
color: var(--hh-warm-gray);
margin: 0 0 1.25rem;
line-height: 1.75;
font-weight: 300;
} .single-product .woocommerce div.product.hh-woo-single form.cart {
border-top: 1px solid rgba(10, 22, 40, 0.08);
padding-top: 1.25rem;
margin-bottom: 0;
} .single-product .woocommerce div.product.hh-woo-single .variations.hh-variations-stack {
display: flex;
flex-direction: column;
width: 100%;
margin: 0 0 1rem;
padding: 0;
border: 0;
gap: 0;
}
.single-product .woocommerce div.product.hh-woo-single .variations.hh-variations-stack .hh-variation-row {
display: flex;
flex-direction: column;
width: 100%;
margin-bottom: 1rem;
}
.single-product .woocommerce div.product.hh-woo-single .variations.hh-variations-stack .hh-variation-row:last-child {
margin-bottom: 0;
}
.single-product .woocommerce div.product.hh-woo-single .variations.hh-variations-stack .label {
width: 100%;
padding: 0 0 0.4rem;
margin: 0;
text-align: left;
}
.single-product .woocommerce div.product.hh-woo-single .variations.hh-variations-stack .label label {
display: block;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--hh-navy);
line-height: 1.4;
}
.single-product .woocommerce div.product.hh-woo-single .variations.hh-variations-stack .value {
width: 100%;
padding: 0;
margin: 0;
}
.single-product .woocommerce div.product.hh-woo-single .variations.hh-variations-stack .reset_variations {
display: inline-block;
margin-top: 0.5rem;
}
.single-product .woocommerce div.product.hh-woo-single .variations select,
.single-product .woocommerce div.product.hh-woo-single form.cart select {
width: 100%;
max-width: 100%;
padding: 0.65rem 0.75rem;
border-radius: 6px;
border: 1px solid rgba(10, 22, 40, 0.15);
font-family: inherit;
font-size: 14px;
background: #fff;
color: var(--hh-navy);
box-sizing: border-box;
} .hh-woo-single .hh-variation-row,
.hh-woo-single .hh-variation-row .value {
width: 100% !important;
max-width: 380px !important;
box-sizing: border-box;
}
.hh-woo-single .hh-variation-row .value select,
.hh-woo-single .hh-variation-row .value .select2-container,
.hh-woo-single .hh-variation-row .value .select2-container--default,
.hh-woo-single .hh-variation-row .value span.select2 {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box;
}
.single-product .woocommerce div.product.hh-woo-single form.cart .quantity {
margin-right: 0.75rem;
margin-bottom: 0.75rem;
}
.single-product .woocommerce div.product.hh-woo-single form.cart .quantity input.qty {
width: 4.5rem;
padding: 0.55rem;
border-radius: 6px;
border: 1px solid rgba(10, 22, 40, 0.15);
font-family: inherit;
text-align: center;
min-height: 44px;
box-sizing: border-box;
}
.single-product .woocommerce div.product.hh-woo-single form.cart .button.alt.single_add_to_cart_button,
.single-product .woocommerce div.product.hh-woo-single form.cart button.single_add_to_cart_button {
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
padding: 0.65rem 1.25rem;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase!important;
background: var(--hh-gold) !important;
color: #fff !important;
border: none !important;
border-radius: 6px;
margin-bottom: 0.75rem;
box-sizing: border-box;
}
.single-product .woocommerce div.product.hh-woo-single form.cart .button.alt.single_add_to_cart_button:hover,
.single-product .woocommerce div.product.hh-woo-single form.cart button.single_add_to_cart_button:hover {
filter: brightness(1.05);
text-transform: uppercase;
background: var(--hh-gold) !important;
}
.single-product .woocommerce div.product.hh-woo-single .product_meta {
font-size: 12px;
color: var(--hh-warm-gray);
line-height: 1.5;
}
.single-product .woocommerce div.product.hh-woo-single .product_meta span.sku_wrapper,
.single-product .woocommerce div.product.hh-woo-single .product_meta span.posted_in,
.single-product .woocommerce div.product.hh-woo-single .product_meta span.tagged_as {
color: inherit;
}
.single-product .woocommerce div.product.hh-woo-single .product_meta a {
color: var(--hh-blue-accent);
font-weight: 600;
} .single-product .woocommerce div.product.hh-woo-single .hh-wc-tabs.wc-tabs-wrapper,
.single-product .woocommerce div.product.hh-woo-single .woocommerce-tabs.wc-tabs-wrapper {
margin-top: 2.5rem;
padding-top: 1.5rem;
border-top: 1px solid rgba(10, 22, 40, 0.1);
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper ul.tabs {
display: flex;
flex-wrap: wrap;
gap: 0.25rem;
margin: 0 0 1rem !important;
padding: 0 !important;
list-style: none !important;
background: transparent !important;
border: none !important;
border-bottom: 2px solid rgba(10, 22, 40, 0.08) !important;
border-radius: 0 !important;
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper ul.tabs::before,
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper ul.tabs::after {
display: none !important;
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper ul.tabs li {
background: transparent !important;
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper ul.tabs li a {
display: block;
padding: 0.65rem 1rem;
font-family: var(--hh-font-heading);
font-size: 13px;
font-weight: 600;
color: var(--hh-warm-gray) !important;
background: transparent !important;
border: none !important;
border-bottom: 2px solid transparent !important;
margin-bottom: -2px;
border-radius: 0 !important;
box-shadow: none !important;
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper ul.tabs li.active a,
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper ul.tabs li a:hover {
color: var(--hh-navy) !important;
border-bottom-color: var(--hh-gold) !important;
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper .woocommerce-Tabs-panel {
max-width: 48rem;
padding-top: 0 !important;
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper .woocommerce-Tabs-panel p {
color: var(--hh-warm-gray);
margin: 0 0 1rem;
line-height: 1.75;
font-weight: 300;
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper .woocommerce-Tabs-panel--policy .hh-product-policy h3 {
font-family: var(--hh-font-heading);
font-size: clamp(1.15rem, 2.5vw, 1.35rem);
font-weight: 600;
color: var(--hh-navy);
margin: 0 0 0.75rem;
line-height: 1.2;
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper .woocommerce-Tabs-panel--policy .hh-product-policy h4 {
font-family: var(--hh-font-heading);
font-size: 1rem;
font-weight: 600;
color: var(--hh-navy);
margin: 1.25rem 0 0.5rem;
line-height: 1.3;
}
.single-product .woocommerce div.product.hh-woo-single .wc-tabs-wrapper .woocommerce-Tabs-panel--policy .hh-product-policy a {
color: var(--hh-blue-accent);
font-weight: 600;
}
.single-product .woocommerce div.product.hh-woo-single table.shop_attributes {
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
.single-product .woocommerce div.product.hh-woo-single table.shop_attributes th,
.single-product .woocommerce div.product.hh-woo-single table.shop_attributes td {
text-align: left;
padding: 0.65rem 0;
border-bottom: 1px solid rgba(10, 22, 40, 0.08);
font-style: normal;
}
.single-product .woocommerce div.product.hh-woo-single table.shop_attributes th {
color: var(--hh-warm-gray);
font-weight: 600;
width: 40%;
}
.single-product .woocommerce div.product.hh-woo-single table.shop_attributes td {
color: var(--hh-navy);
} .single-product .woocommerce div.product.hh-woo-single .up-sells.products,
.single-product .woocommerce div.product.hh-woo-single section.related.products {
margin-top: 2.5rem;
padding-top: 2rem;
border-top: 1px solid rgba(10, 22, 40, 0.1);
}
.single-product .woocommerce div.product.hh-woo-single .up-sells.products > h2,
.single-product .woocommerce div.product.hh-woo-single section.related.products > h2 {
font-family: var(--hh-font-heading);
font-size: 1.15rem;
font-weight: 600;
margin: 0 0 1rem;
color: var(--hh-navy);
}
.single-product .woocommerce div.product.hh-woo-single .up-sells.products ul.products,
.single-product .woocommerce div.product.hh-woo-single section.related.products ul.products {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1rem;
margin: 0 !important;
list-style: none;
}
.single-product .woocommerce div.product.hh-woo-single .up-sells.products ul.products li.product,
.single-product .woocommerce div.product.hh-woo-single section.related.products ul.products li.product {
width: 100% !important;
margin: 0 !important;
float: none !important;
padding: 0;
border: 1px solid rgba(10, 22, 40, 0.1);
border-radius: var(--hh-radius);
overflow: hidden;
background: #fff;
transition: box-shadow 0.15s ease;
}
.single-product .woocommerce div.product.hh-woo-single .up-sells.products ul.products li.product:hover,
.single-product .woocommerce div.product.hh-woo-single section.related.products ul.products li.product:hover {
box-shadow: 0 8px 24px rgba(10, 22, 40, 0.06);
}
.single-product .woocommerce div.product.hh-woo-single section.related.products ul.products li.product a img,
.single-product .woocommerce div.product.hh-woo-single .up-sells.products ul.products li.product a img {
aspect-ratio: 4 / 3;
object-fit: cover;
width: 100%;
display: block;
}
.single-product .woocommerce div.product.hh-woo-single section.related.products ul.products li.product .woocommerce-loop-product__title,
.single-product .woocommerce div.product.hh-woo-single .up-sells.products ul.products li.product .woocommerce-loop-product__title {
font-family: var(--hh-font-heading);
font-size: 14px;
font-weight: 600;
margin: 0.85rem 0.85rem 0.25rem;
padding: 0 0.5rem;
line-height: 1.3;
}
.single-product .woocommerce div.product.hh-woo-single section.related.products ul.products li.product .price,
.single-product .woocommerce div.product.hh-woo-single .up-sells.products ul.products li.product .price {
font-size: 13px;
font-weight: 600;
color: var(--hh-navy);
margin: 0 0.85rem 0.85rem;
padding: 0 0.5rem 0.5rem;
}
@media screen and (max-width: 1070px) {
body.single-product .product-title.product-above > .kadence-breadcrumbs {
padding-left: 24px;
padding-right: 24px;
}	 
}
@media screen and (max-width: 900px) {
.single-product .woocommerce div.product.hh-woo-single .hh-product-page {
padding-top: 1.25rem;
}
.single-product .woocommerce div.product.hh-woo-single .hh-product-top {
grid-template-columns: 1fr;
gap: 1.75rem;
}
.single-product .woocommerce div.product.hh-woo-single .summary.hh-product-summary {
position: static;
}
.single-product .woocommerce div.product.hh-woo-single .up-sells.products ul.products,
.single-product .woocommerce div.product.hh-woo-single section.related.products ul.products {
grid-template-columns: 1fr;
}
}
.woocommerce div.product span.price,
.woocommerce div.product p.price{
margin: 8px 0!important;
}
.woocommerce div.product .product_title {
font-family: var(--global-body-font-family);
line-height: 1.2;
font-size: 36px;
}
.hh-variation-row label{
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.woocommerce .woocommerce-product-details__short-description {
margin-bottom: 0!important;
}
.single-product .woocommerce-product-gallery__wrapper img{
border-radius: 8px;
}
.single-product .content-container{
max-width: 1120px!important;
margin: 0 auto!important;
width:100%;
}
.woocommerce div.product .stock{
color:#2d8a4e!important;
font-size: 12px!important;
font-weight: 600;
line-height: 1.2;
}
.single-product .kadence-breadcrumbs {
margin-top: unset !important;
margin-bottom: 0;
padding: 1em 0;
}
.woocommerce div.product .button.single_add_to_cart_button {
width: 100%;
max-width: 388px;
text-transform: uppercase;
}
.woocommerce div.product .button.single_add_to_cart_button:hover {
box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.1);
background: var(--hh-gold) !important;
} body.woocommerce-account main#inner-wrap,
body.woocommerce-cart main#inner-wrap,
body.woocommerce-checkout main#inner-wrap {
overflow: visible;
padding-top: 0.5rem;
}
body.woocommerce-account #primary.content-area,
body.woocommerce-account .site-main,
body.woocommerce-cart #primary.content-area,
body.woocommerce-cart .site-main,
body.woocommerce-checkout #primary.content-area,
body.woocommerce-checkout .site-main {
overflow: visible;
}
body.woocommerce-account .product-title.product-above,
body.woocommerce-cart .product-title.product-above,
body.woocommerce-checkout .product-title.product-above {
width: 100vw;
max-width: 100vw;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
box-sizing: border-box;
overflow: visible !important;
min-height: 0 !important;
max-height: none !important;
margin-top: 0;
position: relative;
z-index: 2;
background-color: var(--hh-light-slate);
border-bottom: 1px solid rgba(10, 22, 40, 0.08);
border-top: 1px solid rgba(10, 22, 40, 0.08);
font-size: 12px;
line-height: 1.65;
color: var(--hh-warm-gray);
margin-bottom: 2em;
}
body.woocommerce-account .product-title.product-above > .kadence-breadcrumbs,
body.woocommerce-cart .product-title.product-above > .kadence-breadcrumbs,
body.woocommerce-checkout .product-title.product-above > .kadence-breadcrumbs {
box-sizing: border-box;
max-width: 1070px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left:24px;
padding-right:24px;
}
body.woocommerce-account .product-title.product-above a,
body.woocommerce-account .product-title.product-above a:visited,
body.woocommerce-cart .product-title.product-above a,
body.woocommerce-cart .product-title.product-above a:visited,
body.woocommerce-checkout .product-title.product-above a,
body.woocommerce-checkout .product-title.product-above a:visited {
color: var(--hh-gold);
font-weight: 600;
text-decoration: none;
}
body.woocommerce-account .product-title.product-above a:hover,
body.woocommerce-account .product-title.product-above a:focus-visible,
body.woocommerce-cart .product-title.product-above a:hover,
body.woocommerce-cart .product-title.product-above a:focus-visible,
body.woocommerce-checkout .product-title.product-above a:hover,
body.woocommerce-checkout .product-title.product-above a:focus-visible {
text-decoration: underline;
text-underline-offset: 0.12em;
}
body.woocommerce-account .product-title.product-above .kadence-bread-current,
body.woocommerce-cart .product-title.product-above .kadence-bread-current,
body.woocommerce-checkout .product-title.product-above .kadence-bread-current {
color: inherit;
font-weight: 600;
}
body.woocommerce-account .product-title.product-above .kadence-breadcrumbs,
body.woocommerce-account .product-title.product-above .kadence-breadcrumb-container,
body.woocommerce-account .product-title.product-above nav,
body.woocommerce-account .product-title.product-above .yoast-bc-wrap,
body.woocommerce-account .product-title.product-above .rankmath-bc-wrap,
body.woocommerce-cart .product-title.product-above .kadence-breadcrumbs,
body.woocommerce-cart .product-title.product-above .kadence-breadcrumb-container,
body.woocommerce-cart .product-title.product-above nav,
body.woocommerce-cart .product-title.product-above .yoast-bc-wrap,
body.woocommerce-cart .product-title.product-above .rankmath-bc-wrap,
body.woocommerce-checkout .product-title.product-above .kadence-breadcrumbs,
body.woocommerce-checkout .product-title.product-above .kadence-breadcrumb-container,
body.woocommerce-checkout .product-title.product-above nav,
body.woocommerce-checkout .product-title.product-above .yoast-bc-wrap,
body.woocommerce-checkout .product-title.product-above .rankmath-bc-wrap {
overflow: visible !important;
max-height: none !important;
line-height: 1.65;
}
body.woocommerce-account.transparent-header main#inner-wrap,
body.woocommerce-account.mobile-transparent-header main#inner-wrap,
body.woocommerce-cart.transparent-header main#inner-wrap,
body.woocommerce-cart.mobile-transparent-header main#inner-wrap,
body.woocommerce-checkout.transparent-header main#inner-wrap,
body.woocommerce-checkout.mobile-transparent-header main#inner-wrap {
padding-top: 1.25rem;
} body.woocommerce-cart {
--hh-cart-navy: #0a1628;
--hh-cart-navy-mid: #112240;
--hh-cart-gold: #c9a84c;
--hh-cart-slate: #f0f3f7;
--hh-cart-warm-gray: #8a8680;
--hh-cart-radius: 10px;
--hh-cart-max: 1200px;
--hh-cart-font-heading: "Space Grotesk", system-ui, sans-serif;
}
body.woocommerce-cart .woocommerce {
max-width: var(--hh-cart-max);
margin-left: auto;
margin-right: auto;
padding-left: var(--global-edge-spacing, 1.5rem);
padding-right: var(--global-edge-spacing, 1.5rem);
box-sizing: border-box;
min-width: 0;
width: 100%;
color: var(--hh-cart-navy-mid);
}
body.woocommerce-cart .kadence-woo-cart-form-wrap {
max-width: var(--hh-cart-max);
margin-left: auto;
margin-right: auto;
padding-bottom: 2rem;
box-sizing: border-box;
min-width: 0;
width: 100%;
}
body.woocommerce-cart .kadence-woo-cart-form-wrap .cart-summary h2 {
font-family: var(--hh-cart-font-heading);
font-size: clamp(1.25rem, 3vw, 1.65rem);
font-weight: 600;
letter-spacing: -0.02em;
color: var(--hh-cart-navy);
margin: 0 0 1rem;
padding-bottom: 0.65rem;
border-bottom: 2px solid var(--hh-cart-gold);
}
body.woocommerce-cart table.shop_table.cart {
border: 1px solid rgba(10, 22, 40, 0.12);
border-radius: var(--hh-cart-radius);
overflow: hidden;
background: #fff;
box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
border-collapse: separate;
border-spacing: 0;
}
body.woocommerce-cart table.shop_table.cart thead {
background: var(--hh-cart-slate);
}
body.woocommerce-cart table.shop_table.cart thead th {
font-family: var(--hh-cart-font-heading);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--hh-cart-navy-mid);
border-bottom: 1px solid rgba(10, 22, 40, 0.1);
padding: 0.85rem 1rem;
}
body.woocommerce-cart table.shop_table.cart tbody td {
padding: 1rem;
vertical-align: middle;
border-bottom: 1px solid rgba(10, 22, 40, 0.08);
}
body.woocommerce-cart table.shop_table.cart tbody tr:last-child td {
border-bottom: none;
}
body.woocommerce-cart table.shop_table.cart td.product-remove a.remove {
color: var(--hh-cart-warm-gray) !important;
font-weight: 600;
}
body.woocommerce-cart table.shop_table.cart td.product-remove a.remove:hover {
color: var(--hh-cart-navy) !important;
}
body.woocommerce-cart table.shop_table.cart .product-name a {
color: var(--hh-cart-navy-mid);
font-weight: 600;
text-decoration: none;
}
body.woocommerce-cart table.shop_table.cart .product-name a:hover,
body.woocommerce-cart table.shop_table.cart .product-name a:focus-visible {
color: var(--hh-cart-gold);
text-decoration: underline;
text-underline-offset: 0.12em;
}
body.woocommerce-cart table.shop_table.cart td.actions {
background: rgba(240, 243, 247, 0.65);
border-top: 1px solid rgba(10, 22, 40, 0.08);
}
body.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text {
border-radius: 6px;
border: 1px solid rgba(10, 22, 40, 0.15);
min-height: 40px;
padding: 0 0.75rem;
}
body.woocommerce-cart table.shop_table.cart td.actions .button {
border-radius: 6px;
font-weight: 600;
text-transform: uppercase;
font-size: 11px;
letter-spacing: 0.06em;
}
body.woocommerce-cart .cart-collaterals {
margin-top: 2rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
background: #fff;
border: 1px solid rgba(10, 22, 40, 0.1);
border-radius: var(--hh-cart-radius);
box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
padding: 1.35rem 1.5rem 1.5rem;
max-width: 420px;
margin-left: auto;
box-sizing: border-box;
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
font-family: var(--hh-cart-font-heading);
font-size: 1rem;
font-weight: 600;
color: var(--hh-cart-navy);
margin: 0 0 1rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid rgba(10, 22, 40, 0.1);
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
border: none;
margin-bottom: 1rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td {
padding: 0.5rem 0;
border: none;
border-bottom: 1px solid rgba(10, 22, 40, 0.06);
font-size: 14px;
}
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:last-child th,
body.woocommerce-cart .cart-collaterals .cart_totals table.shop_table tr:last-child td {
border-bottom: none;
font-weight: 700;
font-size: 15px;
color: var(--hh-cart-navy);
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button.alt {
display: block;
width: 100%;
text-align: center;
box-sizing: border-box;
background: var(--hh-cart-gold) !important;
color: var(--hh-cart-navy) !important;
border: none !important;
border-radius: 6px;
padding: 0.85rem 1rem !important;
font-weight: 700 !important;
font-size: 12px !important;
letter-spacing: 0.08em !important;
text-transform: uppercase !important;
transition:
box-shadow 0.15s ease,
transform 0.15s ease;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button.alt:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button.button.alt:focus-visible {
box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.12);
filter: brightness(1.03);
}
body.woocommerce-cart .cross-sells {
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid rgba(10, 22, 40, 0.1);
}
body.woocommerce-cart .cross-sells > h2 {
font-family: var(--hh-cart-font-heading);
font-size: 1.25rem;
font-weight: 600;
color: var(--hh-cart-navy);
margin: 0 0 1.25rem;
}
@media screen and (max-width: 991px) { body.woocommerce-cart .kadence-woo-cart-form-wrap,
body.woocommerce-cart .kadence-woo-cart-form-wrap > form {
float: none !important;
width: 100% !important;
max-width: 100% !important;
clear: both !important;
padding-right: 0 !important;
padding-left: 0 !important;
}
body.woocommerce-cart .kadence-woo-cart-form-wrap .cart-collaterals {
float: none !important;
width: 100% !important;
max-width: 100% !important;
clear: both !important;
padding-right: 0 !important;
padding-left: 0 !important;
margin-top: 2rem !important;
}
body.woocommerce-cart .kadence-woo-cart-form-wrap {
padding-bottom: 1rem;
}
}
@media screen and (max-width: 768px) {
body.woocommerce-cart table.shop_table_responsive.cart tbody tr:first-child td {
border-top: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
max-width: none;
margin-left: 0;
}
body.woocommerce-cart table.shop_table.cart td.actions .coupon {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 0.5rem;
margin-bottom: 0.75rem;
}
body.woocommerce-cart table.shop_table.cart td.actions .coupon .input-text {
width: 100% !important;
}
} body.woocommerce-checkout {
--hh-co-navy: #0a1628;
--hh-co-navy-mid: #112240;
--hh-co-gold: #c9a84c;
--hh-co-slate: #f0f3f7;
--hh-co-warm-gray: #8a8680;
--hh-co-radius: 10px;
--hh-co-max: 1200px; --hh-co-checkout-pair-max: calc(640px + clamp(1.25rem, 3vw, 2rem) + 380px);
--hh-co-font-heading: "Space Grotesk", system-ui, sans-serif;
}
body.woocommerce-checkout .woocommerce {
max-width: var(--hh-co-max);
margin-left: auto;
margin-right: auto;
padding-left: var(--global-edge-spacing, 1.5rem);
padding-right: var(--global-edge-spacing, 1.5rem);
box-sizing: border-box;
min-width: 0;
width: 100%;
color: var(--hh-co-navy-mid);
} body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle {
max-width: var(--hh-co-checkout-pair-max);
width: 100%;
margin-left: auto;
margin-right: auto;
box-sizing: border-box;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle .woocommerce-info,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle .woocommerce-message,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle .woocommerce-error {
width: 100%;
box-sizing: border-box;
margin-bottom: 1rem !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon {
max-width: var(--hh-co-checkout-pair-max);
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.25rem;
box-sizing: border-box; float: none !important;
clear: both !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon .form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon .form-row-last {
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box;
clear: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon .form-row-first {
float: left !important;
width: calc(62% - 0.5rem) !important;
margin-right: 0.85rem !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon .form-row-last {
float: left !important;
width: calc(38% - 0.35rem) !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon .form-row-first .input-text {
width: 100%;
min-height: 42px;
box-sizing: border-box;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon .button {
width: 100%;
min-height: 42px;
padding-left: 1.15rem;
padding-right: 1.15rem;
box-sizing: border-box;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon .clear {
clear: both !important;
display: block !important;
height: 0;
margin: 0;
padding: 0;
overflow: hidden;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
max-width: var(--hh-co-max);
margin-left: auto;
margin-right: auto;
padding-bottom: 3rem;
box-sizing: border-box;
display: grid !important; grid-template-columns: minmax(280px, 640px) minmax(260px, 380px);
grid-template-rows: auto;
justify-content: center;
column-gap: clamp(1.25rem, 3vw, 2rem);
align-items: start;
width: 100%;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout .hh-checkout-billing-column {
grid-column: 1;
grid-row: 1;
min-width: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout .hh-checkout-order-column {
grid-column: 2;
grid-row: 1;
min-width: 0;
display: flex;
flex-direction: column;
gap: 0.5rem;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout #customer_details {
float: none !important;
width: 100% !important;
max-width: none !important;
clear: none !important;
background: #fff;
border: 1px solid rgba(10, 22, 40, 0.1);
border-radius: var(--hh-co-radius);
box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
padding: 1.5rem 1.35rem 1.75rem !important;
box-sizing: border-box;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout #order_review_heading {
float: none !important;
width: 100% !important;
max-width: none !important;
clear: none !important;
font-family: var(--hh-co-font-heading);
font-size: clamp(1.05rem, 2.5vw, 1.35rem);
font-weight: 600;
letter-spacing: -0.02em;
color: var(--hh-co-navy);
margin: 0 !important;
padding: 0 0 0.45rem !important;
border-bottom: 2px solid var(--hh-co-gold);
box-sizing: border-box;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout #order_review {
flex: 0 0 auto;
float: none !important;
width: 100% !important;
max-width: none !important;
clear: none !important;
background: #fff;
border: 1px solid rgba(10, 22, 40, 0.1);
border-radius: var(--hh-co-radius);
box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
padding: 0.65rem 1.35rem 1.15rem !important;
box-sizing: border-box;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields > h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields > h3 {
font-family: var(--hh-co-font-heading);
font-size: 1rem;
font-weight: 600;
color: var(--hh-co-navy);
margin: 0 0 1rem;
padding-bottom: 0.45rem;
border-bottom: 1px solid rgba(10, 22, 40, 0.1);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form .form-row label {
font-weight: 600;
font-size: 13px;
color: var(--hh-co-navy-mid);
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form .input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form select,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form textarea {
border-radius: 6px;
border: 1px solid rgba(10, 22, 40, 0.15);
min-height: 42px;
padding: 0.35rem 0.65rem;
box-sizing: border-box;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce form textarea {
min-height: 100px;
padding: 0.65rem;
}
body.woocommerce-checkout:not(.woocommerce-order-received) table.shop_table.woocommerce-checkout-review-order-table {
border: none;
border-radius: 0;
overflow: visible;
background: transparent;
box-shadow: none;
border-collapse: collapse;
margin: 0 0 0.5rem;
font-size: 14px;
}
body.woocommerce-checkout:not(.woocommerce-order-received)
table.shop_table.woocommerce-checkout-review-order-table thead {
background: transparent;
}
body.woocommerce-checkout:not(.woocommerce-order-received)
table.shop_table.woocommerce-checkout-review-order-table thead th {
font-family: var(--hh-co-font-heading);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--hh-co-navy-mid);
border-bottom: 1px solid rgba(10, 22, 40, 0.12);
padding: 0.6rem 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received)
table.shop_table.woocommerce-checkout-review-order-table tbody td {
padding: 0.65rem 0;
border-bottom: 1px solid rgba(10, 22, 40, 0.06);
vertical-align: top;
}
body.woocommerce-checkout:not(.woocommerce-order-received)
table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
border-bottom: 1px solid rgba(10, 22, 40, 0.06);
}
body.woocommerce-checkout:not(.woocommerce-order-received)
table.shop_table.woocommerce-checkout-review-order-table tfoot th,
body.woocommerce-checkout:not(.woocommerce-order-received)
table.shop_table.woocommerce-checkout-review-order-table tfoot td {
padding: 0.45rem 0;
border-bottom: 1px solid rgba(10, 22, 40, 0.06);
font-size: 14px;
}
body.woocommerce-checkout:not(.woocommerce-order-received)
table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th,
body.woocommerce-checkout:not(.woocommerce-order-received)
table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
border-bottom: none;
padding-top: 0.45rem;
font-weight: 700;
font-size: 15px;
color: var(--hh-co-navy);
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
background: rgba(240, 243, 247, 0.85);
border: 1px solid rgba(10, 22, 40, 0.08);
border-radius: 8px;
padding: 0.75rem 0.85rem 0.85rem;
margin-top: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods {
border-bottom: 1px solid rgba(10, 22, 40, 0.08);
padding-bottom: 0.45rem;
margin-bottom: 0.55rem;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
display: block;
width: 100%;
box-sizing: border-box;
background: var(--hh-co-gold) !important;
color: var(--hh-co-navy) !important;
border: none !important;
border-radius: 6px;
padding: 0.85rem 1rem !important;
font-weight: 700 !important;
font-size: 12px !important;
letter-spacing: 0.08em !important;
text-transform: uppercase !important;
transition:
box-shadow 0.15s ease,
filter 0.15s ease;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order:hover,
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order:focus-visible {
box-shadow: 0px 15px 25px -7px rgba(0, 0, 0, 0.12);
filter: brightness(1.03);
}
@media screen and (max-width: 1024px) {
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-form-coupon-toggle,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon {
max-width: none;
} body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
display: block !important;
grid-template-columns: none !important;
column-gap: normal !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout .hh-checkout-billing-column,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout .hh-checkout-order-column {
grid-column: unset !important;
grid-row: unset !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
float: none !important;
clear: both !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout .hh-checkout-billing-column {
margin-bottom: 2rem;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon .form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) .checkout_coupon.woocommerce-form-coupon .form-row-last {
float: none !important;
width: 100% !important;
margin-right: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout #order_review_heading {
margin-top: 0.35rem;
margin-bottom: 0.35rem;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout #order_review {
margin-bottom: 1rem;
} body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col2-set .form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col2-set .form-row-last,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-1 .form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-1 .form-row-last,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-2 .form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-2 .form-row-last {
float: none !important;
width: 100% !important;
margin-right: 0 !important;
}
}
body.woocommerce-account .hh-account-grid {
display: grid !important;
grid-template-columns: 240px minmax(0, 1fr);
grid-auto-rows: auto;
gap: 0;
align-items: stretch;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
border: 1px solid rgba(10, 22, 40, 0.1);
border-radius: 10px;
overflow: hidden;
background: #fff;
box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
} body.woocommerce-account .hh-account-grid > .account-navigation-wrap,
body.woocommerce-account .hh-account-grid > .woocommerce-MyAccount-content {
float: none !important;
width: auto !important;
max-width: none !important;
clear: none !important;
}
body.woocommerce-account .hh-account-grid > .account-navigation-wrap {
grid-column: 1;
grid-row: 1;
margin-bottom: 0 !important;
}
body.woocommerce-account .hh-account-grid > .woocommerce-MyAccount-content {
grid-column: 2;
grid-row: 1;
min-width: 0;
padding-left: 1.75rem !important;
padding-right: 1.75rem !important;
}
@media screen and (min-width: 783px) {
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation ul {
display: block !important;
flex-wrap: nowrap !important;
}
}
body.woocommerce-account .hh-account-grid .account-navigation-wrap {
background: #eef1f6;
border-right: 1px solid rgba(10, 22, 40, 0.1);
padding: 1rem 0;
margin: 0;
}
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation li {
border-bottom: 1px solid rgba(10, 22, 40, 0.1);
margin: 0;
}
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation li:last-child {
border-bottom: none;
}
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation a {
display: block;
padding: 0.85rem 1.15rem;
font-size: 14px;
font-weight: 500;
color: #112240;
text-decoration: none;
transition:
background 0.15s ease,
color 0.15s ease,
border-color 0.15s ease;
border-left: 3px solid transparent;
box-sizing: border-box;
}
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation a:hover {
background: rgba(201, 168, 76, 0.12);
color: #0a1628;
}
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation li.is-active a {
color: var(--hh-gold);
font-weight: 700;
background: rgba(201, 168, 76, 0.15);
border-left-color: var(--hh-gold);
padding-left: calc(1.15rem - 3px);
text-transform: capitalize;
}
body.woocommerce-account .hh-account-grid .woocommerce-MyAccount-content {
padding-top: 1.75rem;
padding-bottom: 2.25rem;
background: #fff;
min-height: 420px;
min-width: 0;
}
body.woocommerce-account .hh-account-dashboard-ld {
max-width: 100%;
min-width: 0;
width: 100%;
}
body.woocommerce-account .hh-account-dashboard-ld .learndash-wrapper {
font-family: inherit;
color: inherit;
min-width: 0;
width: 100%;
} body.woocommerce-account .hh-account-dashboard-ld .learndash-wrapper h2,
body.woocommerce-account .hh-account-dashboard-ld .learndash-wrapper h3 {
writing-mode: horizontal-tb;
white-space: normal;
word-break: normal;
overflow-wrap: anywhere;
}
@media screen and (max-width: 782px) {
body.woocommerce-account .hh-account-grid {
grid-template-columns: 1fr;
}
body.woocommerce-account .hh-account-grid > .account-navigation-wrap,
body.woocommerce-account .hh-account-grid > .woocommerce-MyAccount-content {
grid-column: 1;
grid-row: auto;
}
body.woocommerce-account .hh-account-grid > .woocommerce-MyAccount-content {
padding-left: 1.75rem !important;
padding-right: 1.75rem !important;
}
body.woocommerce-account .hh-account-grid .account-navigation-wrap {
border-right: none;
border-bottom: 1px solid rgba(10, 22, 40, 0.1);
}
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation ul {
display: flex;
flex-wrap: wrap;
}
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation li {
flex: 1 1 50%;
border-bottom: 1px solid rgba(10, 22, 40, 0.1);
}
body.woocommerce-account .hh-account-grid nav.woocommerce-MyAccount-navigation li.is-active a {
border-left-color: transparent;
padding-left: 1.15rem;
box-shadow: inset 0 -3px 0 var(--hh-gold);
}
} @media screen and (max-width: 782px) {
body.woocommerce-account .hh-account-grid .woocommerce-orders-table a.woocommerce-button.button.view {
font-size: 0.8125rem; line-height: 1.25;
padding: 0.35rem 0.7rem;
}
} body.hh-shop-catalog {
--hh-shop-font-heading: "Space Grotesk", system-ui, sans-serif;
--hh-shop-navy: #0a1628;
--hh-shop-navy-mid: #112240;
--hh-shop-gold: #c9a84c;
--hh-shop-blue: #4a9fd9;
--hh-shop-off-white: #f5f2ec;
--hh-shop-slate: #f0f3f7;
--hh-shop-warm-gray: #8a8680;
--hh-shop-green: #2d8a4e;
--hh-shop-max: 1120px;
--hh-shop-sidebar-col: 300px;
--hh-shop-radius: 8px;
}
body.hh-shop-catalog .woocommerce {
color: var(--hh-shop-navy);
}
.hh-shop-hero {
color: var(--hh-shop-off-white);
background: linear-gradient(135deg, var(--hh-shop-navy) 0%, var(--hh-shop-navy-mid) 100%);
padding: 2.25rem 1.5rem 2.5rem;
}
.hh-shop-hero__inner {
max-width: var(--hh-shop-max);
margin: 0 auto;
}
.hh-shop-hero-breadcrumb {
font-size: 12px;
color: rgba(245, 242, 236, 0.55);
margin-bottom: 0.65rem;
}
.hh-shop-hero-breadcrumb .woocommerce-breadcrumb {
margin: 0;
padding: 0;
color: inherit;
}
.hh-shop-hero-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator {
opacity: 0.55;
}
.hh-shop-hero-breadcrumb .woocommerce-breadcrumb a {
color: var(--hh-shop-gold);
}
.hh-shop-hero-eyebrow {
font-size: 12px;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--hh-shop-gold);
margin: 0 0 0.5rem;
}
.hh-shop-hero-title {
font-family: var(--hh-shop-font-heading);
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.1;
margin: 0 0 0.5rem;
color: #fff;
text-transform: uppercase;
}
.hh-shop-hero-lead {
font-size: 16px;
max-width: 40rem;
margin: 0 0 1rem;
color: rgba(245, 242, 236, 0.88);
}
.hh-shop-hero-lead strong {
font-weight: 600;
color: inherit;
}
.hh-shop-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
.hh-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.6rem 1.2rem;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
border-radius: 6px;
text-decoration: none;
transition:
filter 0.15s ease,
border-color 0.15s ease,
color 0.15s ease;
}
.hh-btn-gold {
background: var(--hh-shop-gold);
color: #fff;
border: none;
}
.hh-btn-gold:hover {
filter: brightness(1.05);
text-decoration: none;
color: #fff;
}
.hh-btn-outline-inverse {
background: transparent;
border: 2px solid rgba(255, 255, 255, 0.5);
color: var(--hh-shop-off-white);
text-decoration: none;
}
.hh-btn-outline-inverse:hover {
border-color: var(--hh-shop-gold);
color: var(--hh-shop-gold);
text-decoration: none;
}
.hh-shop-trust-strip {
background: var(--hh-shop-slate);
border-bottom: 1px solid rgba(10, 22, 40, 0.08);
padding: 1.1rem 1.5rem;
}
.hh-shop-trust-strip__inner {
max-width: var(--hh-shop-max);
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 1rem;
text-align: center;
}
.hh-shop-trust-strip dt {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--hh-shop-warm-gray);
margin: 0 0 0.25rem;
}
.hh-shop-trust-strip dd {
margin: 0;
font-family: var(--hh-shop-font-heading);
font-size: 1.1rem;
font-weight: 600;
color: var(--hh-shop-navy);
}
.hh-shop-sales-video-section {
background: #fff;
border-bottom: 1px solid rgba(10, 22, 40, 0.08);
padding: 2rem 1.5rem;
}
.hh-shop-sales-video__inner {
max-width: 960px;
margin: 0 auto;
text-align: center;
}
.hh-shop-sales-video-label {
font-size: 12px;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--hh-shop-gold);
margin: 0 0 0.5rem;
}
.hh-shop-sales-video-title {
font-family: var(--hh-shop-font-heading);
font-size: clamp(1.25rem, 3vw, 1.5rem);
font-weight: 600;
margin: 0 0 0.5rem;
color: var(--hh-shop-navy);
}
.hh-shop-sales-video-sub {
font-size: 14px;
color: var(--hh-shop-warm-gray);
margin: 0 0 1rem;
}
.hh-shop-sales-video__embed {
position: relative;
width: 100%;
max-width: 960px;
margin-inline: auto;
}
.hh-shop-sales-video__embed:has(.hh-shop-sales-video__placeholder),
.hh-shop-sales-video__embed:has(iframe),
.hh-shop-sales-video__embed:has(video) {
aspect-ratio: 16 / 9;
}
.hh-shop-sales-video__embed iframe,
.hh-shop-sales-video__embed video {
display: block;
width: 100%;
max-width: 100%;
height: auto;
aspect-ratio: 16 / 9;
box-sizing: border-box;
border-radius: var(--hh-shop-radius);
overflow: hidden;
background: var(--hh-shop-navy);
border: 1px solid rgba(10, 22, 40, 0.08);
}
.hh-shop-sales-video__embed video {
object-fit: cover;
vertical-align: middle;
}
.hh-shop-sales-video__placeholder {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 0.5rem;
background: linear-gradient(145deg, var(--hh-shop-navy-mid) 0%, var(--hh-shop-navy) 100%);
color: rgba(255, 255, 255, 0.88);
font-size: 13px;
padding: 1.25rem;
text-align: center;
}
.hh-shop-sales-video__placeholder strong {
color: var(--hh-shop-gold);
font-size: 10px;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.hh-shop-wrap {
max-width: var(--hh-shop-max);
margin: 0 auto;
padding: 2rem 1.5rem 3rem;
scroll-margin-top: 5rem;
}
.hh-shop-layout {
display: grid;
grid-template-columns: var(--hh-shop-sidebar-col) minmax(0, 1fr);
gap: 1.75rem;
align-items: start;
}
.hh-shop-sidebar {
position: sticky;
top: 5.25rem;
background: var(--hh-shop-slate);
padding: 1rem 1rem 1.1rem;
border-radius: var(--hh-shop-radius);
border: 1px solid rgba(10, 22, 40, 0.1);
}
.hh-shop-category-row {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 0.45rem;
margin: 0;
}
.hh-shop-filter-label {
font-size: 11px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--hh-shop-warm-gray);
margin: 0 0 0.35rem;
}
.hh-filter-chip {
width: 100%;
text-align: left;
padding: 0.45rem 0.9rem;
font-size: 12px;
font-weight: 600;
border-radius: 6px;
border: 1px solid rgba(10, 22, 40, 0.12);
background: #fff;
cursor: pointer;
color: var(--hh-shop-navy);
}
.hh-filter-chip:hover,
.hh-filter-chip.is-active {
background: rgba(45, 138, 78, 0.12);
border-color: var(--hh-shop-green);
color: var(--hh-shop-navy);
}
.hh-filter-chip.is-active {
box-shadow: 0 0 0 1px var(--hh-shop-green);
}
.hh-shop-main {
min-width: 0;
}
.hh-shop-loop-mount[aria-busy="true"] {
opacity: 0.55;
pointer-events: none;
transition: opacity 0.15s ease;
}
.hh-shop-ajax-error {
margin: 0 0 1rem;
padding: 0.75rem 1rem;
background: rgba(201, 52, 52, 0.08);
border: 1px solid rgba(201, 52, 52, 0.35);
border-radius: var(--hh-shop-radius);
color: var(--hh-shop-navy);
font-size: 14px;
}
.hh-shop-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.25rem;
font-size: 13px;
color: var(--hh-shop-warm-gray);
}
.hh-shop-toolbar-found {
flex: 1 1 auto;
min-width: 12rem;
}
.hh-shop-toolbar-order {
flex-shrink: 0;
}
.hh-shop-toolbar-found .woocommerce-result-count {
margin: 0;
}
.hh-shop-toolbar-order .orderby {
min-width: 11rem;
} body.hh-shop-catalog #hh-shop-catalog .kadence-shop-top-row,
body.hh-shop-catalog .hh-shop-loop-mount > .kadence-shop-top-row {
display: none !important;
}
body.hh-shop-catalog .hh-shop-main ul.products.hh-shop-product-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
align-items: stretch;
gap: 1.25rem;
list-style: none;
margin: 0 0 1.75rem !important;
padding: 0 !important;
clear: none;
width: auto;
}
body.hh-shop-catalog .hh-shop-main ul.products.hh-shop-product-grid::before {
display: none;
}
body.hh-shop-catalog .hh-shop-main ul.products.hh-shop-product-grid li.product.hh-shop-card {
display: flex;
flex-direction: column;
height: 100%;
min-height: 0;
width: auto !important;
max-width: none;
margin: 0 !important;
float: none;
padding: 0;
background: transparent;
border: none;
box-shadow: none;
}
.hh-shop-card__inner {
position: relative;
border: 1px solid rgba(10, 22, 40, 0.1);
border-radius: var(--hh-shop-radius);
overflow: hidden;
background: #fff;
display: flex;
flex-direction: column;
height: 100%;
transition: box-shadow 0.2s ease;
}
.hh-shop-card:hover .hh-shop-card__inner {
box-shadow: 0 12px 32px rgba(10, 22, 40, 0.08);
}
.hh-shop-card__badge-sale {
position: absolute;
z-index: 1;
top: 0.5rem;
left: 0.5rem;
font-size: 9px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 0.25rem 0.55rem;
border-radius: 4px;
background: rgba(201, 168, 76, 0.9);
color: var(--hh-shop-navy);
}
.hh-shop-card__img {
aspect-ratio: 4 / 3;
overflow: hidden;
background: var(--hh-shop-slate);
margin: 0;
}
.hh-shop-card__img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.hh-shop-card__img-link {
display: block;
line-height: 0;
height: 100%;
}
.hh-shop-card__body {
padding: 1.1rem 1.15rem 1.25rem;
display: flex;
flex-direction: column;
flex: 1 1 auto;
min-height: 0;
}
.hh-shop-card__badges {
display: flex;
flex-wrap: wrap;
gap: 0.35rem;
margin-bottom: 0.5rem;
}
.hh-badge {
font-size: 9px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 0.25rem 0.5rem;
border-radius: 4px;
background: rgba(10, 22, 40, 0.08);
color: var(--hh-shop-navy);
}
.hh-badge.hh-badge--training,
.hh-badge.hh-badge--inperson {
background: rgba(45, 138, 78, 0.15);
color: var(--hh-shop-green);
}
.hh-badge.hh-badge--package {
background: rgba(201, 168, 76, 0.2);
color: var(--hh-shop-navy);
}
.hh-badge.hh-badge--gear {
background: rgba(10, 22, 40, 0.08);
color: var(--hh-shop-navy);
}
.hh-shop-card__title {
font-family: var(--hh-shop-font-heading);
font-size: 1.05rem;
font-weight: 600;
letter-spacing: -0.02em;
margin: 0 0 0.5rem;
line-height: 1.25;
}
.hh-shop-card__title a {
color: var(--hh-shop-navy);
text-decoration: none;
}
.hh-shop-card__title a:hover {
color: var(--hh-shop-blue);
text-decoration: none;
}
.hh-shop-card__excerpt {
font-size: 14px;
color: var(--hh-shop-warm-gray);
margin: 0 0 1rem;
line-height: 1.55;
}
.hh-shop-card__foot {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
padding-top: 0.75rem;
margin-top: auto;
border-top: 1px solid rgba(10, 22, 40, 0.08);
}
.hh-shop-card__price {
font-family: var(--hh-shop-font-heading);
font-size: 1.05rem;
font-weight: 600;
color: var(--hh-shop-navy);
}
.hh-shop-card__cta {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--hh-shop-gold);
padding: 0.5rem 0;
text-decoration: none;
}
.hh-shop-card__cta:hover {
text-decoration: underline;
color: var(--hh-shop-gold);
}
@media screen and (max-width: 900px) {
.hh-shop-trust-strip__inner {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.hh-shop-catalog .hh-shop-main ul.products.hh-shop-product-grid {
grid-template-columns: 1fr;
}
.hh-shop-layout {
grid-template-columns: 1fr;
}
.hh-shop-sidebar {
position: static;
}
.hh-shop-category-row {
flex-direction: row;
flex-wrap: wrap;
}
.hh-filter-chip {
width: auto;
flex: 1 1 auto;
min-width: 8rem;
}
} .homepage-course-panel {
--hh-cp-navy: #0a1628;
--hh-cp-gold: #c9a84c;
--hh-cp-blue-accent: #4a9fd9;
--hh-cp-off-white: #f5f2ec;
--hh-cp-white: #ffffff;
--hh-cp-warm-gray: #8a8680;
--hh-cp-radius: 8px;
--hh-cp-radius-btn: 6px;
}
.homepage-course-panel .course-panel {
background: var(--hh-cp-white);
border-radius: var(--hh-cp-radius);
padding: 1.75rem 1.5rem 1.5rem;
box-shadow:
0 20px 50px rgba(10, 22, 40, 0.08),
0 0 0 1px rgba(10, 22, 40, 0.06);
}
.homepage-course-panel .course-group {
margin-bottom: 0;
}
.homepage-course-panel .course-group + .course-group {
margin-top: 1.5rem;
padding-top: 1.5rem;
border-top: 1px solid rgba(10, 22, 40, 0.08);
}
.homepage-course-panel .course-group__head {
display: flex;
align-items: center;
gap: 0.85rem;
margin-bottom: 1rem;
}
.homepage-course-panel .course-group__icon {
width: 44px;
height: 44px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.homepage-course-panel .course-group--guard .course-group__icon {
background: rgba(201, 168, 76, 0.15);
color: var(--hh-cp-gold);
}
.homepage-course-panel .course-group--civilian .course-group__icon {
background: rgba(74, 159, 217, 0.15);
color: var(--hh-cp-blue-accent);
}
.homepage-course-panel .course-group__icon svg {
width: 22px;
height: 22px;
}
.homepage-course-panel .course-group__head h3 {
font-family: "Bebas Neue", sans-serif;
font-size: 1.35rem;
font-weight: 400;
letter-spacing: 0.04em;
color: var(--hh-cp-navy);
margin: 0;
line-height: 1.1;
}
.homepage-course-panel .course-group__head p {
margin: 0.2rem 0 0;
font-size: 12px;
color: var(--hh-cp-warm-gray);
font-weight: 500;
}
.homepage-course-panel .course-tile {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.85rem 1rem;
padding: 1rem 1.1rem 1rem 0;
margin-bottom: 0.5rem;
background: linear-gradient(90deg, rgba(240, 243, 247, 0.9) 0%, rgba(255, 255, 255, 0.95) 40%);
border-radius: 10px;
border: 1px solid rgba(10, 22, 40, 0.06);
border-left-width: 4px;
text-decoration: none;
color: inherit;
transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, background 0.2s;
}
.homepage-course-panel .course-tile:last-child {
margin-bottom: 0;
}
.homepage-course-panel .course-tile:hover {
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(10, 22, 40, 0.1);
background: var(--hh-cp-white);
border-color: rgba(74, 159, 217, 0.25);
}
.homepage-course-panel .course-tile--gold {
border-left-color: var(--hh-cp-gold);
}
.homepage-course-panel .course-tile--gold:hover {
border-left-color: #ddb84d;
}
.homepage-course-panel .course-tile--blue {
border-left-color: var(--hh-cp-blue-accent);
}
.homepage-course-panel .course-tile--blue:hover {
border-left-color: #5cabe0;
}
.homepage-course-panel .course-tile__icon {
width: 42px;
height: 42px;
margin-left: 0.85rem;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.homepage-course-panel .course-tile--gold .course-tile__icon {
background: rgba(201, 168, 76, 0.12);
color: var(--hh-cp-gold);
}
.homepage-course-panel .course-tile--blue .course-tile__icon {
background: rgba(74, 159, 217, 0.12);
color: var(--hh-cp-blue-accent);
}
.homepage-course-panel .course-tile__icon svg {
width: 20px;
height: 20px;
}
.homepage-course-panel .course-tile__body {
flex: 1;
min-width: 140px;
}
.homepage-course-panel .course-tile__name {
display: block;
font-weight: 700;
font-size: 15px;
color: var(--hh-cp-navy);
line-height: 1.3;
}
.homepage-course-panel .course-tile__meta {
display: block;
font-size: 12px;
color: var(--hh-cp-warm-gray);
margin-top: 0.2rem;
}
.homepage-course-panel .course-tile__side {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 0.4rem;
margin-left: auto;
}
.homepage-course-panel .course-tile__cta {
font-size: 12px;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--hh-cp-blue-accent);
}
.homepage-course-panel .course-tile:hover .course-tile__cta {
color: #3d8bc4;
}
.homepage-course-panel .badge {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
padding: 0.3rem 0.65rem;
border-radius: 999px;
}
.homepage-course-panel .badge--guard {
background: linear-gradient(135deg, rgba(201, 168, 76, 0.22) 0%, rgba(201, 168, 76, 0.12) 100%);
color: #7a6320;
border: 1px solid rgba(201, 168, 76, 0.35);
}
.homepage-course-panel .badge--civil {
background: linear-gradient(135deg, rgba(74, 159, 217, 0.2) 0%, rgba(74, 159, 217, 0.1) 100%);
color: #256894;
border: 1px solid rgba(74, 159, 217, 0.35);
}
.homepage-course-panel .badge--firearms {
background: linear-gradient(135deg, rgba(201, 168, 76, 0.15) 0%, rgba(74, 159, 217, 0.12) 100%);
color: var(--hh-cp-navy);
border: 1px solid rgba(201, 168, 76, 0.25);
}
.homepage-course-panel .hh-home-course-panel-empty {
font-size: 13px;
color: var(--hh-cp-warm-gray);
margin: 0;
padding: 0.5rem 0;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
background-color:var(--global-palette10);
text-transform: uppercase;
}
.home #hh-svc-2-heading{
margin:0;
}
.woocommerce .woocommerce-info {
font-size: 14px;
line-height: 1.6;
}
.site-middle-footer-inner-wrap h4{
color:#fff;
margin-bottom:0;
}
.site-middle-footer-inner-wrap p{
color:var(--global-palette7);
margin-bottom:0;
font-size:14px;
}
.site-middle-footer-inner-wrap a{
color:#fff
}
.site-middle-footer-inner-wrap .widget{
margin-bottom:0;
}
.hh-footer__nav .menu{
padding-left:0;
margin-left:0;
list-style:none;
}
.site-middle-footer-inner-wrap .hh-footer__nav a{
color:#fff;
font-size:14px;
}
.site-middle-footer-inner-wrap .hh-footer__nav a:hover{
color:#f3f4f5
}
#block-24 p,
#block-22 p{
display:none;
}
.our-guarantee-request-quote p{
margin-bottom:0;
}
.page .kb-row-layout-id16_3a47f8-68 > .kt-row-column-wrap{
padding:0;
}
.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a {
color:  var(--global-palette5);
background: transparent;
line-height:1.2
}
.megamenu__featured-course {
position: relative !important;
background: #1A3460!important;
padding: 1.5rem !important;
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
position: relative !important;
isolation: isolate !important;
overflow: hidden !important;
background: #1A3460 !important;
}
.megamenu__featured-course::before {
display: block !important;
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: url(//www.hammerheadsecurity.com/wp-content/uploads/2026/05/featured-course.jpg) center/cover !important;
opacity: 0.25 !important;
z-index: -1 !important;
}
.megamenu__featured-course::after {
display: block !important;
content: "" !important;
position: absolute !important;
inset: 0 !important;
background: linear-gradient(180deg, transparent 0%, rgba(10, 22, 40, 0.35) 45%, #1A3460 92%) !important;
z-index: -1 !important;
}
.mega-c__visual{
position: relative;
z-index: 1;	
}
.mega-c__feat-label, .mega-c__feat-title, .mega-c__feat-text{
color:#fff;
}
.mega-c__feat-label,  .mega-c__feat-text{
margin:0 0 8px;
} #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout > ul.mega-sub-menu {
background: #fff !important;
border: 1px solid rgba(10, 22, 40, 0.08) !important;
border-top: 3px solid var(--global-palette2, #4a9fd9) !important;
box-shadow: 0 12px 32px rgba(10, 22, 40, 0.12) !important;
padding: 0.5rem 0 !important;
min-width: 220px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
display: flex !important;
align-items: center;
gap: 0.5rem;
color: #1a3460 !important;
font-size: 13px !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
text-transform: none !important;
padding: 0.55rem 1rem !important;
background: transparent !important;
border-bottom: none !important;
line-height: 1.35 !important;
height: auto !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link::before {
content: "";
flex-shrink: 0;
width: 0.4rem;
height: 0.4rem;
border-right: 0.14em solid #4a9fd9;
border-bottom: 0.14em solid #4a9fd9;
transform: rotate(-45deg);
opacity: 0.85;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover {
color: #4a9fd9 !important;
background: rgba(74, 159, 217, 0.08) !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:hover::before {
transform: rotate(-45deg) translateX(2px);
opacity: 1;
}
#mega-menu-wrap-primary .megamenu__link-wrapper ul.menu li {
margin: 0;
width:100%;
}
#mega-menu-wrap-primary .megamenu__link-wrapper ul.menu li a,
.header-navigation .header-menu-container ul ul li.menu-item > a,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-link):not(.mega-menu-item-type-widget) > a.mega-menu-link {
color: #4a5568 !important;
font-size: 13px !important;
font-weight: 500 !important;
padding: 0.45rem 0.35rem !important;
margin: 0 -0.35rem 2px !important;
line-height: 1.35 !important;
width: 100%;
display: flex !important;
align-items: center;
justify-content: flex-start;
gap: 0.5rem;
text-decoration: none !important;
cursor: pointer;
border-radius: 6px;
border-bottom: none !important;
background: transparent !important;
letter-spacing: 0.02em !important;
text-transform: none !important;
height: auto !important;
transition: color 0.15s ease, background 0.15s ease;
}
#mega-menu-wrap-primary .megamenu__link-wrapper ul.menu li a::before,
.header-navigation .header-menu-container ul ul li.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-link):not(.mega-menu-item-type-widget) > a.mega-menu-link::before {
content: "" !important;
flex-shrink: 0;
width: 0.45rem;
height: 0.45rem;
border-right: 0.14em solid #4a9fd9;
border-bottom: 0.14em solid #4a9fd9;
transform: rotate(-45deg);
opacity: 0.85;
background: none !important;
transition: transform 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
}
#mega-menu-wrap-primary .megamenu__link-wrapper ul.menu li a:hover,
.header-navigation .header-menu-container ul ul li.menu-item > a:hover,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-link):not(.mega-menu-item-type-widget) > a.mega-menu-link:hover {
color: #0a1628 !important;
background: rgba(74, 159, 217, 0.08) !important;
}
#mega-menu-wrap-primary .megamenu__link-wrapper ul.menu li a:hover::before,
.header-navigation .header-menu-container ul ul li.menu-item > a:hover::before,
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(.mega-disable-link):not(.mega-menu-item-type-widget) > a.mega-menu-link:hover::before {
transform: rotate(-45deg) translateX(2px);
opacity: 1;
border-color: #4a9fd9;
} @media screen and (min-width: 1021px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
display: flex;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > .mega-menu-column:not(:first-child) {
border-left: 1px #ccc solid;
}
}
@media only screen and (max-width: 1020px) {
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
padding: 0;
}
.mega-megamenu__link-wrapper a{
color:#0A1628;
text-decoration: none !important;
}
.woocommerce div.product .product_title {
font-size: 28px;
}
.single-product .kadence-breadcrumbs {
padding: 1em 24px;
}
}
.cuw-fbt-products .cuw-heading {
font-size:24px;
}  .single-product .cuw-form {
flex-direction: column !important;
gap: 12px !important;
} .single-product .cuw-gird {
flex-direction: column !important;
flex-wrap: nowrap !important;
width: 100%;
} .single-product .cuw-column.cuw-product {
width: 100% !important;
margin-bottom: 8px !important;
} .single-product .cuw-fbt-products .cuw-form .cuw-product-card {
width: 100% !important;
display: grid !important;
grid-template-columns: 72px 1fr;
grid-template-rows: auto auto;
gap: 4px 12px;
align-items: center;
position: relative;
} .single-product .cuw-product-actions {
position: absolute !important;
inset: 0;
pointer-events: none;
z-index: 2;
}
.single-product .cuw-product-actions > div {
pointer-events: auto;
} .single-product .cuw-fbt-products .cuw-form .cuw-product-image {
grid-column: 1;
grid-row: 1 / 3;
align-self: center;
width: 72px !important;
height: 72px !important;
flex-shrink: 0;
overflow: hidden;
border-radius: 6px;
}
.single-product .cuw-fbt-products .cuw-form .cuw-product-image img {
width: 72px !important;
height: 72px !important;
object-fit: cover;
display: block;
} .single-product .cuw-fbt-products .cuw-form .cuw-product-title {
grid-column: 2;
grid-row: 1;
margin-top: 0 !important;
text-align: left !important;
font-family: var(--hh-font-heading);
font-size: 0.9rem;
font-weight: 600;
color: var(--hh-navy);
line-height: 1.3;
} .single-product .cuw-fbt-products .cuw-form .cuw-product-card .cuw-product-price {
grid-column: 2;
grid-row: 2;
display: block !important;
margin: 0 !important;
text-align: left !important;
font-size: 0.875rem;
font-weight: 600;
color: var(--hh-navy);
line-height: 1.2;
}
.single-product .cuw-fbt-products .cuw-form .cuw-product-card .cuw-product-price .amount {
color: inherit;
} .single-product .cuw-product-separator {
display: none !important;
} .single-product .cuw-column.cuw-buy-section {
max-width: 100% !important;
padding: 0 !important;
width: 100%;
} .single-product .cuw-add-to-cart {
width: 100% !important;
margin-top: 4px !important;
} .single-product .cuw-product-checkbox {
accent-color: var(--hh-gold);
width: 16px;
height: 16px;
cursor: pointer;
}
.return-to-shop{
margin-bottom: 2em!important;
} .hh-prereq {
margin: 0 0 1.5rem;
padding: 1.25rem 1.5rem;
background: #f7f8fa;
border-radius: 8px;
border: 1px solid rgba(10, 22, 40, 0.08);
}
.hh-prereq__heading {
margin: 0 0 1rem;
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #8a8680;
}
.hh-prereq__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 1rem;
}
.hh-prereq__item {
display: flex;
align-items: flex-start;
gap: 0.875rem;
}
.hh-prereq__num {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
width: 26px;
height: 26px;
border-radius: 50%;
background: #0a1628;
color: #fff;
font-size: 0.75rem;
font-weight: 700;
line-height: 1;
margin-top: 1px;
}
.hh-prereq__body {
display: flex;
flex-direction: column;
gap: 0.2rem;
}
.hh-prereq__title {
display: block;
font-size: 0.9375rem;
font-weight: 600;
color: #0a1628;
line-height: 1.3;
}
.hh-prereq__desc {
display: block;
font-size: 0.8125rem;
color: #8a8680;
line-height: 1.5;
} .hh-bgcheck__steps {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
padding: 2rem 1rem 0.5rem;
max-width: 640px;
margin: 0 auto;
}
.hh-bgcheck__step {
display: flex;
align-items: center;
gap: 0.5rem;
opacity: 0.35;
}
.hh-bgcheck__step--active {
opacity: 1;
}
.hh-bgcheck__step--complete {
opacity: 0.65;
}
.hh-bgcheck__step-num {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 50%;
background: rgba(10, 22, 40, 0.15);
color: var(--hh-sp-navy);
font-size: 0.75rem;
font-weight: 700;
flex-shrink: 0;
}
.hh-bgcheck__step--active .hh-bgcheck__step-num {
background: var(--hh-sp-gold);
color: var(--hh-sp-navy);
}
.hh-bgcheck__step--complete .hh-bgcheck__step-num {
background: var(--hh-sp-navy);
color: #fff;
}
.hh-bgcheck__step-label {
font-size: 0.75rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--hh-sp-navy);
white-space: nowrap;
}
.hh-bgcheck__step-divider {
flex: 1 1 32px;
height: 2px;
background: rgba(10, 22, 40, 0.1);
margin: 0 0.75rem;
min-width: 24px;
}
.hh-bgcheck__price-hero {
text-align: center;
padding: 0.5rem 0 1rem;
}
.hh-bgcheck__price-amount {
font-size: 3.5rem;
font-weight: 700;
color: var(--hh-sp-navy);
line-height: 1;
}
.hh-bgcheck__price-sup {
font-size: 1.5rem;
vertical-align: super;
font-weight: 600;
}
.hh-bgcheck__price-label {
font-size: 0.875rem;
color: var(--hh-sp-warmgray);
margin-top: 0.25rem;
}
.hh-bgcheck__fee-note {
margin-top: 1.25rem;
padding-top: 1rem;
border-top: 1px solid rgba(10, 22, 40, 0.08);
font-size: 0.8125rem;
color: var(--hh-sp-warmgray);
}
.hh-bgcheck__addon-price {
font-size: 1.5rem;
font-weight: 700;
color: var(--hh-sp-gold);
margin: 0.25rem 0 0.75rem;
line-height: 1;
}
@media (max-width: 600px) {
.hh-bgcheck__step-label {
display: none;
}
.hh-bgcheck__steps {
gap: 0;
}
} body.page-id-3941 .content-area,
body.page-id-4021 .content-area {
background: var(--hh-sp-slate, #f0f3f7);
}
body.page-id-3941 .entry-hero,
body.page-id-4021 .entry-hero,
body.page-id-3941 .entry-hero-container,
body.page-id-4021 .entry-hero-container {
display: none;
}
.hh-bgcheck-funnel {
background: var(--hh-sp-slate, #f0f3f7) !important;
min-height: 60vh;
}
.hh-bgcheck-funnel__inner {
max-width: 720px;
margin: 0 auto;
}
.hh-bgcheck-funnel .hh-service-page__breadcrumb,
.hh-bgcheck-funnel .kadence-breadcrumbs {
margin: 0 0 1rem;
text-align: center;
font-size: 0.75rem;
color: var(--hh-sp-warmgray, #8a8680);
}
.hh-bgcheck-funnel .hh-service-page__breadcrumb a,
.hh-bgcheck-funnel .kadence-breadcrumbs a {
color: var(--hh-sp-gold, #c9a84c);
text-decoration: none;
}
.hh-bgcheck-funnel__header {
text-align: center;
margin: 0 0 1.25rem;
}
.hh-bgcheck-funnel__title {
margin: 0;
font-size: clamp(1.35rem, 3vw, 1.75rem);
font-weight: 600;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--hh-sp-navy, #0a1628);
line-height: 1.2;
}
.hh-bgcheck-funnel__lead {
margin: 0.5rem auto 0;
max-width: 36rem;
font-size: 0.9375rem;
line-height: 1.55;
color: var(--hh-sp-warmgray, #8a8680);
}
.hh-bgcheck-funnel .hh-bgcheck__steps {
padding-top: 0.5rem;
margin-bottom: 1.5rem;
}
.hh-bgcheck-funnel__card {
background: #fff !important;
border: 1px solid rgba(10, 22, 40, 0.1) !important;
border-radius: 10px !important;
box-shadow: 0 4px 24px rgba(10, 22, 40, 0.06);
}
.hh-bgcheck-funnel__eyebrow {
margin: 0 0 0.35rem;
font-size: 0.6875rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--hh-sp-gold, #c9a84c);
}
.hh-bgcheck-funnel__card-title {
margin: 0 0 0.75rem;
font-size: 1.35rem;
font-weight: 600;
color: var(--hh-sp-navy, #0a1628);
line-height: 1.25;
}
.hh-bgcheck-funnel__card-desc {
margin: 0 0 1.25rem;
font-size: 0.9375rem;
color: var(--hh-sp-warmgray, #8a8680);
line-height: 1.55;
}
.hh-bgcheck-funnel__card .hh-bgcheck__price-hero {
padding-top: 0;
}
.hh-bgcheck-funnel__card .wp-block-buttons {
width: 100%;
margin-top: 1.25rem;
}
.hh-bgcheck-funnel__card .wp-block-button,
.hh-bgcheck-funnel__cta {
width: 100%;
}
.hh-bgcheck-funnel__cta .wp-block-button__link {
display: block;
width: 100%;
padding: 1rem 1.5rem !important;
font-size: 0.8125rem !important;
font-weight: 700;
letter-spacing: 0.08em;
text-align: center;
text-transform: uppercase;
box-sizing: border-box;
}
.hh-bgcheck-funnel__cta--sm {
width: auto;
}
.hh-bgcheck-funnel__cta--sm .wp-block-button__link {
width: auto;
padding: 0.65rem 1.15rem !important;
font-size: 0.75rem !important;
}
.hh-bgcheck-funnel__addons .hh-service-page__feature-grid {
grid-template-columns: 1fr;
gap: 1rem;
margin: 1.25rem 0 0;
}
.hh-bgcheck-funnel__addon-card {
background: var(--hh-sp-slate, #f0f3f7) !important;
border: 1px solid rgba(10, 22, 40, 0.08) !important;
}
.hh-bgcheck-funnel__addon-card .wp-block-heading {
margin: 0 0 0.15rem;
font-size: 1rem;
font-weight: 600;
color: var(--hh-sp-navy, #0a1628);
}
.hh-bgcheck-funnel__addon-card p {
margin: 0 0 0.85rem;
font-size: 0.875rem;
color: var(--hh-sp-warmgray, #8a8680);
line-height: 1.5;
}
.hh-bgcheck-funnel__checkout-bar {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin-top: 1.75rem;
padding-top: 1.5rem;
border-top: 1px solid rgba(10, 22, 40, 0.1);
}
.hh-bgcheck-funnel__checkout-bar p {
margin: 0;
flex: 1 1 12rem;
font-size: 0.9375rem;
font-weight: 500;
color: var(--hh-sp-navy, #0a1628);
}
.hh-bgcheck-funnel__checkout-bar .wp-block-buttons {
margin: 0;
flex: 0 0 auto;
}
@media (min-width: 768px) {
.hh-bgcheck-funnel__addons .hh-service-page__feature-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.page-id-4021 .hh-bgcheck-funnel__inner {
max-width: 960px;
}
}
@media (max-width: 767px) {
.hh-bgcheck-funnel__checkout-bar {
flex-direction: column;
align-items: stretch;
}
.hh-bgcheck-funnel__checkout-bar .wp-block-buttons,
.hh-bgcheck-funnel__checkout-bar .wp-block-button,
.hh-bgcheck-funnel__checkout-bar .hh-bgcheck-funnel__cta {
width: 100%;
}
}
.cuw-modal .cuw-modal-content {
max-width: 840px !important;
}
.cuw-modal  .cuw-product-price{
text-align: center;
font-size: 14px;
}
.woocommerce-cart-form .cuw-product-section{
align-items: flex-start!important;
}
.woocommerce-cart-form  .cuw-offer-title{
display: none;
}
.kadence-woo-cart-form-wrap .cuw-offer-cta-section .cuw-product-price span,
.kadence-woo-cart-form-wrap .cuw-offer-cta-section .cuw-button{
font-family: 14px;
}
.kadence-woo-cart-form-wrap .cuw-offer-cta-section  .cuw-product-title{
font-family: 16px!important;
} body.hh-blog-archive {
--hh-blog-max: 1120px;
--hh-blog-gap: 1.75rem;
}
body.hh-blog-archive .content-area {
background: var(--hh-light-slate);
}
body.hh-blog-archive .content-container.site-container {
max-width: var(--hh-blog-max);
padding-top: 2rem;
padding-bottom: 3rem;
}
.hh-blog-hero {
color: var(--hh-off-white);
background: linear-gradient(135deg, var(--hh-navy) 0%, var(--hh-navy-mid) 100%);
padding: 2.25rem 1.5rem 2.5rem;
}
.hh-blog-hero__inner {
max-width: var(--hh-blog-max);
margin: 0 auto;
}
.hh-blog-hero-breadcrumb {
font-size: 12px;
color: rgba(245, 242, 236, 0.55);
margin: 0 0 0.65rem;
}
.hh-blog-hero-breadcrumb a {
color: var(--hh-gold);
text-decoration: none;
}
.hh-blog-hero-breadcrumb a:hover {
text-decoration: underline;
}
.hh-blog-hero-eyebrow {
font-size: 12px;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--hh-gold);
margin: 0 0 0.5rem;
}
.hh-blog-hero-title {
font-family: var(--hh-font-heading);
font-size: clamp(1.75rem, 4vw, 2.5rem);
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.1;
margin: 0 0 0.65rem;
color: #fff;
}
.hh-blog-hero-lead {
font-size: 16px;
line-height: 1.55;
max-width: 42rem;
margin: 0;
color: rgba(245, 242, 236, 0.88);
}
body.hh-blog-archive #archive-container.hh-blog-grid {
gap: var(--hh-blog-gap);
margin: 0;
padding: 0;
list-style: none;
}
body.hh-blog-archive #archive-container.hh-blog-grid > .entry-list-item {
margin: 0;
padding: 0;
}
body.hh-blog-archive #archive-container .loop-entry {
display: flex;
flex-direction: column;
height: 100%;
background: #fff;
border: 1px solid rgba(10, 22, 40, 0.08);
border-radius: var(--hh-radius);
box-shadow: 0 2px 12px rgba(10, 22, 40, 0.06);
overflow: hidden;
transition:
box-shadow 0.2s ease,
transform 0.2s ease;
}
body.hh-blog-archive #archive-container .loop-entry:hover {
box-shadow: 0 8px 24px rgba(10, 22, 40, 0.1);
transform: translateY(-2px);
}
body.hh-blog-archive #archive-container .post-thumbnail {
display: block;
margin: 0;
border-radius: 0;
overflow: hidden;
}
body.hh-blog-archive #archive-container .post-thumbnail-inner {
aspect-ratio: 16 / 10;
overflow: hidden;
}
body.hh-blog-archive #archive-container .post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.35s ease;
}
body.hh-blog-archive #archive-container .loop-entry:hover .post-thumbnail img {
transform: scale(1.03);
}
body.hh-blog-archive #archive-container .entry-content-wrap {
display: flex;
flex-direction: column;
flex: 1;
padding: 1.25rem 1.35rem 1.35rem;
}
body.hh-blog-archive #archive-container .entry-header {
margin: 0;
}
body.hh-blog-archive #archive-container .entry-taxonomies {
margin-bottom: 0.5rem;
}
body.hh-blog-archive #archive-container .category-links a {
display: inline-block;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--hh-navy-mid);
background: rgba(201, 168, 76, 0.18);
border-radius: 4px;
padding: 0.2rem 0.55rem;
text-decoration: none;
}
body.hh-blog-archive #archive-container .category-links a:hover {
background: rgba(201, 168, 76, 0.32);
color: var(--hh-navy);
}
body.hh-blog-archive #archive-container .entry-title {
font-family: var(--hh-font-heading);
font-size: 1.2rem;
font-weight: 600;
line-height: 1.3;
margin: 0 0 0.5rem;
}
body.hh-blog-archive #archive-container .entry-title a {
color: var(--hh-navy);
text-decoration: none;
}
body.hh-blog-archive #archive-container .entry-title a:hover {
color: var(--hh-blue-accent);
}
body.hh-blog-archive #archive-container .entry-meta {
font-size: 13px;
color: var(--hh-warm-gray);
margin-bottom: 0.65rem;
}
body.hh-blog-archive #archive-container .entry-meta .posted-by,
body.hh-blog-archive #archive-container .entry-meta .meta-label {
display: none;
}
body.hh-blog-archive #archive-container .entry-meta .updated {
display: none;
}
body.hh-blog-archive #archive-container .entry-summary {
font-size: 15px;
line-height: 1.55;
color: var(--hh-navy-mid);
margin-bottom: 1rem;
flex: 1;
}
body.hh-blog-archive #archive-container .entry-summary p {
margin: 0;
}
body.hh-blog-archive #archive-container .entry-footer {
margin-top: auto;
padding-top: 0;
}
body.hh-blog-archive #archive-container .entry-actions {
margin: 0;
}
body.hh-blog-archive #archive-container .post-more-link {
display: inline-flex;
align-items: center;
gap: 0.35rem;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--hh-navy);
background: transparent;
border: 2px solid var(--hh-gold);
border-radius: 6px;
padding: 0.5rem 1rem;
text-decoration: none;
transition:
background 0.15s ease,
color 0.15s ease,
border-color 0.15s ease;
}
body.hh-blog-archive #archive-container .post-more-link:hover {
background: var(--hh-gold);
border-color: var(--hh-gold);
color: #fff;
text-decoration: none;
}
body.hh-blog-archive #archive-container .post-more-link .kadence-svg-iconset {
display: inline-flex;
}
body.hh-blog-archive .pagination {
margin-top: 2.5rem;
padding-top: 1.5rem;
border-top: 1px solid rgba(10, 22, 40, 0.08);
}
body.hh-blog-archive .pagination .page-numbers {
border-radius: 6px;
border-color: rgba(10, 22, 40, 0.12);
color: var(--hh-navy);
}
body.hh-blog-archive .pagination .page-numbers.current {
background: var(--hh-navy);
border-color: var(--hh-navy);
color: #fff;
}
@media (max-width: 599px) {
body.hh-blog-archive #archive-container.hh-blog-grid {
grid-template-columns: 1fr !important;
}
.page .kb-section-has-overlay {
margin-bottom: 2em !important;
}
}
.cuw-button{
padding: 6px 24px !important;
}
.cuw-button .cuw-offer-cta-text{
font-size: 14px!important;
text-transform: uppercase;
}
.cuw-product-wrapper{
max-width: 320px;
width:100%;
}
.site-bottom-footer-wrap p{
font-size: 12px;
}
.single-post .single-entry{
padding: 24px;
}
.single-post h1{
line-height: 1.2;
}
.woocommerce #reviews #comments h2{
font-weight: 400;
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button {
margin-top: 1em;
}
.hh-prerequisite-notice__link a{
font-size:14px;
text-transform: capitalize; 
float: none!important;
}
.hh-certificates-table{
font-size:14px;
}
.hh-certificates-table .button{
text-align: center;
font-size: 14px;
}
.footer-span-h4,
.mega-c__feat-title {
font-size: clamp(1.25rem, calc(1.05rem + 1.1vw), 1.75rem);
font-family: "Bebas Neue", sans-serif;
}
.footer-span-h4{
color:#fff;
}
.error404 .search-form{
margin-bottom: 3em;
}
.woocommerce form.login,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info{
width: 100%;
max-width: 1052px;
margin: 0 auto 2em;
}
.woocommerce-form-coupon{
display: flex;
flex-direction: column;
gap: 16px;
}
.hh-thankyou-my-account-link{
font-size: 1em;
margin-top:0.75em;
text-transform: capitalize;
}