
/* GLOBAL */
/* ============================================================
GLACIER OFFICE FURNITURE — SITE STYLES
------------------------------------------------------------
1. Base / typography / utilities
2. Bootstrap + CMS overrides
3. Site form overrides
4. Scroll-in animation system (.anim)
5. Homepage sections (oms_801–oms_805)
6. Page hero backgrounds (.subhero / .homehero)
7. Brand-page gallery system (.bp-*)
8. Lightbox (.bp-lightbox*)
9. Contact page (.cp-*)
============================================================ */
/* ============================================================
1. BASE / TYPOGRAPHY / UTILITIES
============================================================ */
html {
scroll-behavior: smooth;
}
body {
font-size: clamp(15px, 2vw, 18px);
}
#savecontent {
margin-top: -2px;
}
.anchor {
scroll-margin-top: 120px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: inherit;
}
h1,
.h1 {
font-size: clamp(35px, 4.4vw, 46px);
}
h1.mega,
.h1.mega {
font-size: clamp(36px, 4.7vw, 70px);
}
h1.ultra,
.h1.ultra {
font-size: clamp(37px, 5.3vw, 95px);
}
h2,
.h2 {
font-size: clamp(32px, 4vw, 42px);
}
h3,
.h3 {
font-size: clamp(29px, 3.6vw, 37px);
}
h4,
.h4 {
font-size: clamp(26px, 3.2vw, 32px);
}
h5,
.h5 {
font-size: clamp(23px, 2.8vw, 27px);
}
h6,
.h6 {
font-size: clamp(20px, 2.4vw, 22px);
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
.round {
border-radius: 12px;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
/* ============================================================
2. BOOTSTRAP + CMS OVERRIDES
============================================================ */
.btn {
white-space: normal;
}
.btn-primary {
color: white !important;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
@media (min-width: 1600px) {
.container {
max-width: 1300px;
}
.container.container-wide {
width: 1500px !important;
max-width: 1500px !important;
}
}
.product-image {
background-size: cover !important;
min-height: auto !important;
padding-bottom: 75%;
}
.text-right.addToCart {
text-align: left !important;
}
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .blog {
border-radius: 12px;
padding: 1.5rem;
background: white;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.blog-detail-page .blog h4 {
margin-top: 1rem;
}
.oms-wrapper .btn {
padding: .6rem 1.25rem;
font-size: .85rem;
text-transform: uppercase;
font-weight: 700;
border-radius: 0;
transition: all .25s ease;
text-decoration: none;
}
/* ============================================================
3. SITE FORM OVERRIDES
============================================================ */
form li p {
margin-bottom: 0;
}
form label {
font-weight: bold;
}
form .checkbox-group label,
form .radio-group label {
font-weight: normal;
}
.formbuilder-checkbox,
.formbuilder-radio {
margin-bottom: 4px;
}
.formbuilder-required {
color: red;
}
#savecontent form label {
font-weight: normal;
color: white;
}
#savecontent form .checkbox-group label,
#savecontent form .radio-group label {
font-weight: normal;
}
/* ============================================================
4. SCROLL-IN ANIMATION SYSTEM
Usage: add .anim plus a direction (.anim-up / .anim-left /
.anim-right / .anim-fade) and optional .anim-d1…anim-d6 for
staggered delay. JS adds .in when element enters viewport.
============================================================ */
@media (prefers-reduced-motion: no-preference) {
.anim {
opacity: 0;
transition: opacity .7s ease, transform .7s ease;
will-change: opacity, transform;
}
.anim-up {
transform: translateY(28px);
}
.anim-left {
transform: translateX(-28px);
}
.anim-right {
transform: translateX(28px);
}
.anim-fade {
transform: none;
}
.anim.in {
opacity: 1;
transform: none;
}
.anim-d1 {
transition-delay: .08s;
}
.anim-d2 {
transition-delay: .16s;
}
.anim-d3 {
transition-delay: .24s;
}
.anim-d4 {
transition-delay: .32s;
}
.anim-d5 {
transition-delay: .40s;
}
.anim-d6 {
transition-delay: .48s;
}
}
/* ============================================================
5. HOMEPAGE SECTIONS
oms_801 hero + form / oms_802 about
oms_803 brands / oms_804 services
oms_805 testimonials
============================================================ */
/* ===== oms_801 — Hero + Contact Form ===== */
#oms_801 {
position: relative;
overflow: hidden;
}
#oms_801 .hero-bg {
position: absolute;
inset: 0;
}
#oms_801 .hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(120deg, rgba(15, 28, 22, .82) 0%, rgba(15, 28, 22, .55) 55%, rgba(15, 28, 22, .35) 100%);
}
#oms_801 .snip {
position: relative;
z-index: 2;
padding-top: 5rem;
padding-bottom: 5rem;
}
#oms_801 .eyebrow {
display: inline-block;
font-size: .72rem;
letter-spacing: .32em;
text-transform: uppercase;
color: #d6e8c6;
font-weight: 600;
margin-bottom: 1.25rem;
}
#oms_801 .eyebrow::before {
content: "";
display: inline-block;
width: 36px;
height: 1px;
background: var(--primary);
vertical-align: middle;
margin-right: 14px;
margin-bottom: 3px;
}
#oms_801 h1.hero-title {
color: #fff;
font-weight: 700;
font-size: 2.4rem;
line-height: 1.1;
letter-spacing: -.01em;
margin-bottom: 1.25rem;
}
#oms_801 h1.hero-title span {
color: var(--primary);
font-weight: 300;
display: block;
}
#oms_801 .hero-lead {
color: rgba(255, 255, 255, .85);
font-size: 1.05rem;
line-height: 1.7;
font-weight: 300;
max-width: 520px;
margin-bottom: 2rem;
}
@media (min-width: 768px) {
#oms_801 h1.hero-title {
font-size: 3rem;
}
}
@media (min-width: 1200px) {
#oms_801 .snip {
padding-top: 7rem;
padding-bottom: 7rem;
}
#oms_801 h1.hero-title {
font-size: 3.6rem;
}
}
/* Hero glassy form card */
#oms_801 .form-card {
background: rgba(255, 255, 255, .08);
-webkit-backdrop-filter: blur(20px) saturate(150%);
backdrop-filter: blur(20px) saturate(150%);
border: 1px solid rgba(255, 255, 255, .18);
border-radius: 4px;
padding: 1.5rem 1.4rem;
box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .55);
}
#oms_801 .form-card form label {
font-size: .68rem;
letter-spacing: .08em;
text-transform: uppercase;
font-weight: 600;
color: rgba(255, 255, 255, .7);
margin-bottom: .2rem;
}
#oms_801 .form-card .form-control {
background: rgba(255, 255, 255, .06);
border: 1px solid rgba(255, 255, 255, .22);
border-radius: 2px;
color: #fff;
padding: .4rem .65rem;
font-size: .85rem;
line-height: 1.3;
height: auto;
transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
#oms_801 .form-card .form-control::placeholder {
color: rgba(255, 255, 255, .55);
}
#oms_801 .form-card .form-control:focus {
background: rgba(255, 255, 255, .1);
border-color: var(--primary);
box-shadow: 0 0 0 .15rem rgba(119, 163, 84, .2);
color: #fff;
}
#oms_801 .form-card textarea.form-control {
min-height: 70px;
resize: vertical;
}
#oms_801 .form-card form .btn-primary {
width: 100%;
background: var(--primary);
border: none;
padding: .65rem;
font-size: .72rem;
letter-spacing: .18em;
text-transform: uppercase;
font-weight: 600;
border-radius: 2px;
margin-top: .25rem;
transition: background .25s ease;
}
#oms_801 .form-card form .btn-primary:hover {
background: #5e8740;
}
@media (min-width: 576px) {
#oms_801 .form-card form {
display: flex;
flex-wrap: wrap;
gap: .65rem;
}
#oms_801 .form-card form > * {
width: 100%;
}
#oms_801 .form-card form > .form-group {
margin-bottom: 0;
}
#oms_801 .form-card form > .formbuilder-text {
width: calc(50% - 0.325rem);
}
}
/* ===== oms_802 — About Intro ===== */
#oms_802 .py-lg-6 {
padding-top: 5rem;
padding-bottom: 5rem;
}
#oms_802 .about-img-wrap {
position: relative;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 30px 60px -25px rgba(0, 0, 0, .25);
}
#oms_802 .about-img-wrap img {
width: 100%;
display: block;
}
#oms_802 .about-img-wrap::after {
content: "";
position: absolute;
left: -16px;
bottom: -16px;
width: 120px;
height: 120px;
border: 2px solid var(--primary);
border-radius: 4px;
z-index: -1;
}
#oms_802 .eyebrow {
display: inline-block;
font-size: .72rem;
letter-spacing: .32em;
text-transform: uppercase;
color: var(--primary);
font-weight: 600;
margin-bottom: 1.25rem;
}
#oms_802 .eyebrow::before {
content: "";
display: inline-block;
width: 36px;
height: 1px;
background: var(--primary);
vertical-align: middle;
margin-right: 14px;
margin-bottom: 3px;
}
#oms_802 .about-heading {
font-weight: 700;
color: #1a1a1a;
font-size: 1.85rem;
line-height: 1.2;
margin-bottom: 1.25rem;
}
#oms_802 .about-heading em {
font-style: normal;
color: var(--primary);
font-weight: 300;
}
#oms_802 .about-body {
color: #555;
font-size: 1.02rem;
line-height: 1.75;
font-weight: 300;
}
#oms_802 .about-body p + p {
margin-top: 1rem;
}
#oms_802 .about-cta {
display: inline-block;
margin-top: 1.75rem;
padding: .85rem 1.75rem;
font-size: .78rem;
letter-spacing: .18em;
text-transform: uppercase;
font-weight: 600;
text-decoration: none;
color: #fff;
background: var(--primary);
border: 1px solid var(--primary);
border-radius: 2px;
transition: all .25s ease;
}
#oms_802 .about-cta:hover {
background: transparent;
color: var(--primary);
}
#oms_802 .signed {
margin-top: 1.5rem;
font-size: .85rem;
color: #888;
font-style: italic;
letter-spacing: .04em;
}
@media (min-width: 1200px) {
#oms_802 .about-heading {
font-size: 2.4rem;
}
}
/* ===== oms_803 — Brands We Carry ===== */
#oms_803 .py-lg-6 {
padding-top: 5rem;
padding-bottom: 5rem;
}
#oms_803 .eyebrow {
display: inline-flex;
align-items: center;
font-size: .72rem;
letter-spacing: .32em;
text-transform: uppercase;
color: var(--primary);
font-weight: 600;
margin-bottom: 1rem;
}
#oms_803 .eyebrow::before,
#oms_803 .eyebrow::after {
content: "";
display: inline-block;
width: 36px;
height: 1px;
background: var(--primary);
}
#oms_803 .eyebrow::before {
margin-right: 14px;
}
#oms_803 .eyebrow::after {
margin-left: 14px;
}
#oms_803 .section-heading {
font-weight: 700;
color: #1a1a1a;
font-size: 1.85rem;
line-height: 1.2;
margin-bottom: 1rem;
}
#oms_803 .section-heading em {
font-style: normal;
color: var(--primary);
font-weight: 300;
}
#oms_803 .section-lead {
color: #6c757d;
font-size: 1rem;
line-height: 1.7;
font-weight: 300;
max-width: 640px;
margin: 0 auto 3rem;
}
#oms_803 .card-brand {
transition: transform .15s ease, border-color .15s ease, opacity .15s ease;
}
#oms_803 .card-brand:hover {
border-color: var(--primary) !important;
opacity: .85;
transform: translateY(-4px);
}
@media (min-width: 992px) {
#oms_803 .fives {
flex: 0 0 20%;
max-width: 20%;
}
}
@media (min-width: 1200px) {
#oms_803 .section-heading {
font-size: 2.4rem;
}
}
/* ===== oms_804 — Services ===== */
#oms_804 .py-lg-6 {
padding-top: 5rem;
padding-bottom: 5rem;
}
#oms_804 .eyebrow {
display: inline-flex;
align-items: center;
font-size: .72rem;
letter-spacing: .32em;
text-transform: uppercase;
color: var(--primary);
font-weight: 600;
margin-bottom: 1rem;
}
#oms_804 .eyebrow::before,
#oms_804 .eyebrow::after {
content: "";
display: inline-block;
width: 36px;
height: 1px;
background: var(--primary);
}
#oms_804 .eyebrow::before {
margin-right: 14px;
}
#oms_804 .eyebrow::after {
margin-left: 14px;
}
#oms_804 .section-heading {
font-weight: 700;
color: #1a1a1a;
font-size: 1.85rem;
line-height: 1.2;
margin-bottom: 1rem;
}
#oms_804 .section-heading em {
font-style: normal;
color: var(--primary);
font-weight: 300;
}
#oms_804 .section-lead {
color: #6c757d;
font-size: 1rem;
line-height: 1.7;
font-weight: 300;
max-width: 640px;
margin: 0 auto 3.5rem;
}
#oms_804 .svc-card {
background: #fff;
border-radius: 4px;
height: 100%;
overflow: hidden;
}
#oms_804 .svc-img {
display: block;
width: 100%;
object-fit: cover;
margin: 0;
}
#oms_804 .svc-content {
padding: 1.75rem 1.75rem 2rem;
}
#oms_804 .svc-title {
margin-bottom: .75rem;
}
#oms_804 .svc-body {
color: #6c757d;
font-size: .95rem;
line-height: 1.7;
font-weight: 300;
margin: 0;
}
@media (min-width: 1200px) {
#oms_804 .section-heading {
font-size: 2.4rem;
}
}
/* ===== oms_805 — Testimonials + Reviews ===== */
#oms_805 .py-lg-6 {
padding-top: 5rem;
padding-bottom: 5rem;
}
#oms_805 .eyebrow {
display: inline-flex;
align-items: center;
font-size: .72rem;
letter-spacing: .32em;
text-transform: uppercase;
color: var(--primary);
font-weight: 600;
margin-bottom: 1rem;
}
#oms_805 .eyebrow::before,
#oms_805 .eyebrow::after {
content: "";
display: inline-block;
width: 36px;
height: 1px;
background: var(--primary);
}
#oms_805 .eyebrow::before {
margin-right: 14px;
}
#oms_805 .eyebrow::after {
margin-left: 14px;
}
#oms_805 .section-heading {
font-weight: 700;
color: #1a1a1a;
font-size: 1.85rem;
line-height: 1.2;
margin-bottom: 3rem;
}
#oms_805 .section-heading em {
font-style: normal;
color: var(--primary);
font-weight: 300;
}
#oms_805 .t-card {
background: #fff;
border-radius: 6px;
padding: 2.25rem 1.75rem 1.75rem;
display: flex;
flex-direction: column;
position: relative;
box-shadow: 0 18px 40px -16px rgba(0, 0, 0, .18), 0 0 0 1px rgba(119, 163, 84, .12);
overflow: hidden;
}
#oms_805 .t-card::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: var(--primary);
}
#oms_805 .t-stars {
color: #f1b500;
font-size: 1rem;
margin-bottom: 1rem;
letter-spacing: .15em;
position: relative;
}
#oms_805 .t-quote {
line-height: 1.4;
color: #2a2a2a;
font-style: italic;
margin: 0 0 1.25rem;
flex: 1;
position: relative;
}
#oms_805 .t-author {
font-weight: 600;
color: var(--primary);
font-size: .85rem;
letter-spacing: .04em;
margin-top: auto;
}
#oms_805 .t-more {
display: none;
}
#oms_805 .t-more.show {
display: inline;
}
#oms_805 .t-more-btn {
background: none;
border: none;
padding: 0;
margin-left: .35rem;
color: var(--primary);
font-size: inherit;
font-weight: 600;
font-style: normal;
cursor: pointer;
text-decoration: underline;
}
#oms_805 .t-more-btn:hover {
text-decoration: none;
}
#oms_805 .reviews-cta {
margin-top: .5rem;
text-align: center;
}
#oms_805 .reviews-cta h4 {
font-size: 1rem;
letter-spacing: .04em;
color: #555;
font-weight: 600;
margin-bottom: 1rem;
}
#oms_805 .review-btn {
display: inline-flex;
align-items: center;
padding: .75rem 1.5rem;
margin: .35rem;
font-size: .8rem;
letter-spacing: .12em;
text-transform: uppercase;
font-weight: 600;
border-radius: 2px;
text-decoration: none;
transition: all .25s ease;
}
#oms_805 .review-btn i {
margin-right: .65rem;
font-size: 1.05rem;
}
#oms_805 .review-google,
#oms_805 .review-yelp {
background: #fff;
color: #1a1a1a;
border: 1px solid #d8d8d8;
}
#oms_805 .review-google i {
color: #4285f4;
}
#oms_805 .review-google:hover {
border-color: #4285f4;
color: #4285f4;
text-decoration: none;
}
#oms_805 .review-yelp i {
color: #d32323;
}
#oms_805 .review-yelp:hover {
border-color: #d32323;
color: #d32323;
text-decoration: none;
}
@media (min-width: 1200px) {
#oms_805 .section-heading {
font-size: 2.4rem;
}
}
/* ===== oms_806 — Logo cap (final section before footer) ===== */
#oms_806 {
background: radial-gradient(ellipse at center, #ffffff 0%, rgba(119, 163, 84, 0.05) 35%, rgba(119, 163, 84, 0.16) 70%, rgba(119, 163, 84, 0.32) 100%);
}
#oms_806 .cap-logo-circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 270px;
height: 270px;
border-radius: 50px;
background: #fff;
padding: 1.75rem;
box-shadow: 0 0 80px rgba(119, 163, 84, 0.2), 0 8px 30px rgba(0, 0, 0, 0.05);
}
#oms_806 .cap-logo-circle a,
#oms_806 .cap-logo-circle img {
display: block;
max-width: 100%;
max-height: 100%;
height: auto;
}
@media (max-width: 575px) {
#oms_806 .cap-logo-circle {
width: 270px;
height: 270px;
padding: 1.25rem;
}
}
.glh-cap {
box-shadow: inset 0px 20px 40px rgba(108, 153, 78, 0.15);
}
#oms_806 .cap-eyebrow {
display: inline-block;
font-size: .72rem;
letter-spacing: .32em;
text-transform: uppercase;
color: var(--primary);
font-weight: 600;
margin-bottom: 1rem;
}
#oms_806 .cap-eyebrow::before {
content: "";
display: inline-block;
width: 36px;
height: 1px;
background: var(--primary);
vertical-align: middle;
margin-right: 14px;
margin-bottom: 3px;
}
#oms_806 .cap-heading {
font-weight: 700;
color: #1a1a1a;
font-size: 1.85rem;
line-height: 1.2;
margin-bottom: 1.25rem;
}
#oms_806 .cap-heading em {
font-style: normal;
color: var(--primary);
font-weight: 300;
}
#oms_806 .cap-lead {
color: #555;
font-size: 1.02rem;
line-height: 1.7;
font-weight: 300;
margin-bottom: 1.75rem;
}
#oms_806 .cap-cta {
display: inline-block;
padding: .85rem 1.75rem;
font-size: .78rem;
letter-spacing: .18em;
text-transform: uppercase;
font-weight: 600;
text-decoration: none;
color: #fff;
background: var(--primary);
border: 1px solid var(--primary);
border-radius: 2px;
transition: all .25s ease;
}
#oms_806 .cap-cta:hover {
background: transparent;
color: var(--primary);
text-decoration: none;
}
@media (min-width: 1200px) {
#oms_806 .cap-heading {
font-size: 2.4rem;
}
}
/* ============================================================
6. PAGE HERO BACKGROUNDS — used on subpage / homepage heroes
============================================================ */
.subhero,
.homehero {
background: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=2200&q=80&auto=format') center/cover no-repeat;
}
/* ============================================================
7. BRAND-PAGE GALLERY SYSTEM
Reusable across all 9 brand pages.
Markup: with .bp-heading,
.bp-pills > .bp-pill, .bp-grid > .bp-tile (with data-img).
============================================================ */
.bp-section {
scroll-margin-top: 120px;
content-visibility: auto;
contain-intrinsic-size: auto 1200px;
}
.bp-heading {
font-weight: 700;
color: #1a1a1a;
font-size: 1.6rem;
line-height: 1.2;
letter-spacing: .04em;
text-transform: uppercase;
margin-bottom: 1rem;
}
@media (min-width: 992px) {
.bp-heading {
font-size: 1.85rem;
}
}
.bp-pills {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: .4rem;
margin-bottom: 2rem;
}
.bp-pill {
display: inline-block;
padding: .35rem .9rem;
font-size: .7rem;
letter-spacing: .14em;
text-transform: uppercase;
font-weight: 600;
color: var(--primary);
background: rgba(119, 163, 84, .08);
border: 1px solid rgba(119, 163, 84, .35);
border-radius: 999px;
}
.bp-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: .6rem;
}
.bp-tile {
position: relative;
padding: 0;
margin: 0;
background: #f4f5f7;
border: 1px solid #ccc;
border-radius: 3px;
overflow: hidden;
cursor: zoom-in;
aspect-ratio: 1;
flex: 0 0 calc((100% - 0.6rem) / 2);
}
@media (min-width: 576px) {
.bp-tile {
flex: 0 0 calc((100% - 1.2rem) / 3);
}
}
@media (min-width: 768px) {
.bp-tile {
flex: 0 0 calc((100% - 1.8rem) / 4);
}
}
@media (min-width: 992px) {
.bp-tile {
flex: 0 0 calc((100% - 3rem) / 6);
}
}
@media (min-width: 1200px) {
.bp-tile {
flex: 0 0 calc((100% - 4.2rem) / 8);
}
}
.bp-tile img {
width: 100% !important;
height: 100% !important;
object-fit: cover;
display: block;
}
.bp-tile::after {
content: "";
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0);
transition: background .25s ease;
pointer-events: none;
}
.bp-tile:hover::after {
background: rgba(255, 255, 255, .3);
}
.bp-tile:focus {
outline: 2px solid var(--primary);
outline-offset: 2px;
}
/* ============================================================
8. LIGHTBOX — used by brand-page galleries
============================================================ */
.bp-lightbox {
position: fixed;
inset: 0;
z-index: 9999;
background: rgba(15, 28, 22, .94);
display: none;
align-items: center;
justify-content: center;
padding: 1rem;
}
.bp-lightbox.is-open {
display: flex;
}
.bp-lightbox-stage {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
width: 90vw;
max-height: 90vh;
touch-action: pan-y;
-webkit-user-select: none;
user-select: none;
}
.bp-lightbox-viewport {
position: relative;
width: 100%;
overflow: hidden;
}
.bp-lightbox-track {
display: flex;
width: 300%;
transform: translate3d(-33.3333%, 0, 0);
will-change: transform;
}
.bp-lightbox-track.is-animating {
transition: transform .35s cubic-bezier(.2, .7, .3, 1);
}
.bp-lightbox-slot {
flex: 0 0 33.3333%;
display: flex;
align-items: center;
justify-content: center;
height: 80vh;
}
.bp-lightbox-img {
max-width: 100%;
max-height: 80vh;
object-fit: contain;
display: block;
background: #1a1a1a;
-webkit-user-drag: none;
pointer-events: none;
}
.bp-lightbox-counter {
margin-top: 1rem;
color: rgba(255, 255, 255, .65);
font-size: .75rem;
letter-spacing: .22em;
text-transform: uppercase;
font-weight: 600;
}
.bp-lightbox-btn {
position: absolute;
background: rgba(255, 255, 255, .08);
border: 1px solid rgba(255, 255, 255, .3);
color: #fff;
width: 52px;
height: 52px;
border-radius: 50%;
cursor: pointer;
transition: background .2s ease, border-color .2s ease, transform .2s ease;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
z-index: 2;
-webkit-backdrop-filter: blur(6px);
backdrop-filter: blur(6px);
}
.bp-lightbox-btn i {
display: block;
line-height: 1;
}
.bp-lightbox-close i {
font-size: 1.05rem;
}
.bp-lightbox-prev i,
.bp-lightbox-next i {
font-size: 1.6rem;
}
.bp-lightbox-btn:hover {
background: rgba(255, 255, 255, .2);
border-color: rgba(255, 255, 255, .6);
transform: scale(1.05);
}
.bp-lightbox-prev:hover {
transform: translateY(-50%) scale(1.05);
}
.bp-lightbox-next:hover {
transform: translateY(-50%) scale(1.05);
}
.bp-lightbox-btn:focus {
outline: none;
border-color: var(--primary);
}
.bp-lightbox-close {
top: 1.25rem;
right: 1.25rem;
}
.bp-lightbox-prev {
left: 1.25rem;
top: 50%;
transform: translateY(-50%);
}
.bp-lightbox-next {
right: 1.25rem;
top: 50%;
transform: translateY(-50%);
}
@media (max-width: 575px) {
.bp-lightbox-prev {
left: .5rem;
}
.bp-lightbox-next {
right: .5rem;
}
.bp-lightbox-close {
top: .5rem;
right: .5rem;
width: 40px;
height: 40px;
font-size: 1.4rem;
}
}
/* ============================================================
9. CONTACT PAGE — info column + form card + map
============================================================ */
.cp-eyebrow {
display: inline-block;
font-size: .72rem;
letter-spacing: .32em;
text-transform: uppercase;
color: var(--primary);
font-weight: 600;
margin-bottom: 1.25rem;
}
.cp-eyebrow::before {
content: "";
display: inline-block;
width: 36px;
height: 1px;
background: var(--primary);
vertical-align: middle;
margin-right: 14px;
margin-bottom: 3px;
}
.cp-heading {
font-weight: 700;
color: #1a1a1a;
font-size: 1.85rem;
line-height: 1.2;
margin-bottom: 1.25rem;
}
.cp-heading em {
font-style: normal;
color: var(--primary);
font-weight: 300;
}
@media (min-width: 1200px) {
.cp-heading {
font-size: 2.4rem;
}
}
.cp-lead {
color: #555;
font-size: 1rem;
line-height: 1.7;
font-weight: 300;
margin-bottom: 2rem;
}
.cp-people {
margin-bottom: 1.5rem;
}
.cp-person {
margin-bottom: 1.5rem;
}
.cp-person-name {
font-size: .72rem;
letter-spacing: .22em;
text-transform: uppercase;
font-weight: 700;
color: #1a1a1a;
margin-bottom: .5rem;
}
.cp-link {
display: block;
color: #2a2a2a;
text-decoration: none;
font-size: .95rem;
margin-bottom: .25rem;
transition: color .2s ease;
}
.cp-link i {
color: var(--primary);
margin-right: .65rem;
}
.cp-link:hover {
color: var(--primary);
text-decoration: none;
}
.cp-address {
margin-bottom: 1.75rem;
}
.cp-address .cp-link {
display: inline-flex;
align-items: flex-start;
}
.cp-address .cp-link i {
margin-top: .25rem;
}
.cp-address .cp-link span {
line-height: 1.5;
}
.cp-social {
margin-top: 1rem;
}
.cp-social-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: #fff;
border: 1px solid #ddd;
color: var(--primary);
font-size: 1rem;
margin-right: .5rem;
transition: all .25s ease;
}
.cp-social-icon:hover {
background: var(--primary);
border-color: var(--primary);
color: #fff;
text-decoration: none;
}
.cp-form-card {
background: #fff;
border-radius: 6px;
padding: 2rem;
box-shadow: 0 18px 40px -16px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .04);
}
.cp-form-heading {
font-size: 1.3rem;
font-weight: 700;
color: #1a1a1a;
margin-bottom: .35rem;
}
.cp-form-sub {
color: #6c757d;
font-size: .9rem;
margin-bottom: 1.5rem;
}
/* Form controls — beat the global #savecontent label color */
.cp-form-card form label {
color: #2a2a2a !important;
font-size: .72rem !important;
letter-spacing: .08em;
text-transform: uppercase;
font-weight: 600 !important;
margin-bottom: .25rem;
}
.cp-form-card form .form-control {
border: 1px solid #d8d8d8;
border-radius: 2px;
background: #fff;
color: #1a1a1a;
padding: .55rem .75rem;
font-size: .95rem;
height: auto;
transition: border-color .2s ease, box-shadow .2s ease;
}
.cp-form-card form .form-control:focus {
border-color: var(--primary);
box-shadow: 0 0 0 .15rem rgba(119, 163, 84, .15);
}
.cp-form-card form textarea.form-control {
min-height: 110px;
resize: vertical;
}
.cp-form-card form .btn-primary {
background: var(--primary);
border: none;
padding: .8rem 2rem;
font-size: .8rem;
letter-spacing: .15em;
text-transform: uppercase;
font-weight: 700;
border-radius: 2px;
transition: background .25s ease;
}
.cp-form-card form .btn-primary:hover {
background: #5e8740;
}
@media (min-width: 576px) {
.cp-form-card form {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.cp-form-card form > * {
width: 100%;
}
.cp-form-card form > .form-group {
margin-bottom: 0;
}
.cp-form-card form > .formbuilder-text {
width: calc(50% - 0.5rem);
}
}
.cp-map-section {
padding: 0;
}
.cp-map-wrap {
position: relative;
width: 100%;
line-height: 0;
}
.cp-map {
display: block;
width: 100%;
height: 350px;
border: 0;
}
@media (min-width: 768px) {
.cp-map {
height: 450px;
}
}
@media (min-width: 1200px) {
.cp-map {
height: 520px;
}
}
.subtext {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
/* PAGE SPECIFIC */
/* FOOTER */
