/*
Theme Name: Sarah Deane Photography
Theme URI: https://codehashers.com
Author: Your Name
Author URI: https://codehashers.com
Description: Custom theme for SarahDeanePhotography
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sdp
*/

:root {
    --dark: rgba(26,26,26,.7);
    --dark-2: #272727;
    --dark-3: #4c4c4c;
    --dark-4: #797979;
    --green: #80BD42;
    --light-grey: rgba(43,43,43,0.3);
    --emerald: #14333B;
    --emerald-light: #025E6E;
    --lime: #B3E331;
    --blue: #0267FB;
    --blue-2: #00BFFF;
    --mist: #ebeee5;
    --white: #fff;
    --grey-light: #FEFEFE;
    --grey-light-2: #F1F2F2;
    --gray: #6c757d;
    --gray-dark: #343a40;   
    --grey-2: #B9BCBE;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;    
    --font-dm-sans: "DM Sans", sans-serif;
    --font-manrope: "Manrope", sans-serif;
    --font-open-sans: "Open Sans", sans-serif;
    --font-figtree: "Figtree", sans-serif;
    --font-body: "Poppins", sans-serif;
    --font-angel: "AngelHeart", sans-serif;
    --font-cormorant: "Cormorant", serif;
    --font-petit: "Petit Formal Script", cursive;
    --font-pinyon: "Pinyon Script", cursive;
    --font-kaushan: "Kaushan Script", cursive;
    --font-libre: 'Libre Baskerville', serif;
    --font-mont: 'Montserrat', sans-serif;
    --font-lato: "Lato", sans-serif;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; 
}
  
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; 
}

html {
    scroll-behavior: smooth;
  }

body {
margin: 0;
font-family: var(--font-dm-sans);
font-size: 18px;
line-height: 1.5;
color: #000;
text-align: left;
background-color: #fff; 
overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 1rem; 
    color: #000;
    font-family: var(--font-dm-sans);
    font-optical-sizing: auto;
    font-size: 15px;
    font-weight: 300;
}

[tabindex="-1"]:focus {
outline: 0 !important; }

hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible; }

h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-family: var(--font-manrope);
}

abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
text-decoration-skip-ink: none; }

address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit; }

ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0; }

ul {
    list-style: none;
    padding: 0;
}
li {
    color: #000;
}
dt {
font-weight: 700; }

dd {
margin-bottom: .5rem;
margin-left: 0; }

blockquote {
margin: 0 0 1rem; }

b,
strong {
font-weight: bolder; }

small {
font-size: 80%; }

sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline; }

sub {
bottom: -.25em; }

sup {
top: -.5em; }


a:hover {
    color: inherit;
    text-decoration: none; 
}

a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; 
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em; }

pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto; }

figure {
margin: 0 0 1rem; }

img {
vertical-align: middle;
border-style: none; }

svg {
overflow: hidden;
vertical-align: middle; }

table {
border-collapse: collapse; }

caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom; }

th {
text-align: inherit; }

label {
display: inline-block;
margin-bottom: 0.5rem; }

button {
border-radius: 0; }

button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit; }

button,
input {
overflow: visible; }

button,
select {
text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; 
cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none; }

input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox; }

textarea {
overflow: auto;
resize: vertical; }

fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0; }

legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal; }

progress {
vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }

[type="search"] {
outline-offset: -2px;
-webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }

::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button; }

output {
display: inline-block; }

summary {
display: list-item;
cursor: pointer; }

template {
display: none; }

[hidden] {
display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: inherit; 
}

h1, .h1 {
font-size: 2.5rem; }

h2, .h2 {
font-size: 1.5rem; }

h3, .h3 {
font-size: 1.25rem; }

h4, .h4 {
font-size: 1.5rem; }

h5, .h5 {
font-size: 1.25rem; }

h6, .h6 {
font-size: 1rem; }

.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-black {
    color: #000 !important;
}
.text-white, .text-white p{
    color: #fff !important;
}
.text-emerald {
    color: var(--emerald) !important;
}
.text-emerald-light {
    color: var(--emerald-light) !important;
}
.text-green {
    color: var(--green) !important;
}

.text-blue {
    color: var(--blue) !important;
}
.bg-cover {
    background-size: cover;
    background-position: center center;
}
.bg-emerald {
    background-color: var(--emerald);
}
.bg-emerald-light {
    background-color: var(--emerald-light);
}
.bg-lime {
    background-color: var(--lime);
}
.bg-blue {
    background-color: var(--blue) !important;
}
.bg-blue-2 {
    background-color: var(--blue-2) !important;
}
.bg-mist {
    background-color: var(--mist) !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-grey {
    background-color: var(--grey-light);
}
.bg-grey-2 {
    background-color: #F2F3F7;
}
.p-margin-zero{
    margin: 0 !important;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.font-12-rem, .font-12-rem p {
    font-size: 1.2rem;;
}
.m-0{
    margin: 0 !important;
}
.mt-1 {
    margin-top: 10px !important;
}
.mt-2 {
    margin-top: 20px !important;
}
.mt-3 {
    margin-top: 30px !important;
}
.mt-4 {
    margin-top: 40px !important;
}
.mt-5 {
    margin-top: 50px !important;
}
.mt-6 {
    margin-top: 60px !important;
}
.mt-7 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mt-100 {
    margin-top: 100px !important;
}
.mb-100{
    margin-bottom: 100px !important;
}
.mb-75{
    margin-bottom: 75px !important;
}
.mb-5{
    margin-bottom: 50px !important;
}
.mb-4{
    margin-bottom: 40px !important;
}
.mb-3{
    margin-bottom: 30px !important;
}
.mb-2{
    margin-bottom: 20px !important;
}
.mb-1{
    margin-bottom: 10px !important;
}
.p-0{
    padding: 0 !important;
}
.pt-1 {
    padding-top: 10px !important;
}
.pt-2 {
    padding-top: 20px !important;
}
.pt-3 {
    padding-top: 30px !important;
}
.pt-4 {
    padding-top: 40px !important;
}
.pt-5 {
    padding-top: 50px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pb-100{
    padding-bottom: 100px !important;
}
.pb-75{
    padding-bottom: 75px !important;
}
.pb-7{
    padding-bottom: 70px !important;
}
.pb-6{
    padding-bottom: 60px !important;
}
.pb-5{
    padding-bottom: 50px !important;
}
.pb-4{
    padding-bottom: 40px !important;
}
.pb-3{
    padding-bottom: 30px !important;
}
.pb-2{
    padding-bottom: 20px !important;
}
.pb-1{
    padding-bottom: 10px !important;
}
.ptb-large{
    padding-top: 200px;
    padding-bottom: 200px;
}
.ptb-5{
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-75{
    padding-top: 75px;
    padding-bottom: 75px;
}
.h-inherit{
    height: inherit !important;
}
.img-with-border {
    /*border-radius: 14px;*/
}
.font-italic {
    font-style: italic;
}
.container {
    max-width: 1200px;
    padding: 0 50px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.container-fluid {
    max-width: 100%;
}
.content-padding {
    padding: 125px 0;
}
.content-padding-small {
    padding: 75px 0;
}
.content-padding-top-small {
    padding-top: 75px;
}
.content-padding-bottom {
    padding-bottom: 125px;
}
.content-padding-top {
    padding-top: 125px;
}
.d-flex {
    display: flex;
}
.d-block {
    display: block;
}
.d-none {
    display: none;
}
.d-grid {
    display: grid;
    justify-items: center;
    grid-gap: 40px;
}
.grid-gap-zero {
    grid-gap: 0px;
}
.grid-gap-10 {
    grid-gap: 10px;
}
.grid-gap-20 {
    grid-gap: 20px;
}
.grid-gap-80 {
    grid-gap: 80px;
}
.grid-col-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.grid-col-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.grid-col-4 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.grid-col-5 {
    grid-template-columns: repeat(5,minmax(0,1fr));
}
.grid-col-1-3{
    grid-template-columns: 1fr 3fr;
}
.grid-col-3-1{
    grid-template-columns: 3fr 1fr;
}
.grid-col-1-2{
    grid-template-columns: 1fr 2fr;
}
.grid-col-2-1{
    grid-template-columns: 2fr 1fr;
}
.grid-col-2-3{
    grid-template-columns: 2fr 3fr;
}
.grid-col-3-2{
    grid-template-columns: 3fr 2fr;
}
.grid-col-4-1 {
    grid-template-columns: 4fr 1fr;
}
.grid-col-1-3-1 {
    grid-template-columns: 1fr 3fr 1fr;
}
.grid-col-left, .grid-col-right, .grid-col-middle, .grid-column {
    width: 100%;
}
.align-center {
    align-items: center;
}
.justify-center {
    justify-content: center !important;
}
.justify-space-between {
    justify-content: space-between;
}
.flex-direction-column {
    flex-direction: column;
}
.flex-direction-row {
    flex-direction: row;
}
.flex-col-3 {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
}
.flex-col-4 {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
}
.flex-col-3_item {
    flex: 0 0 calc((100% - 40px) / 3);
}
.flex-col-4_item {
    flex: 0 0 calc((100% - 60px) / 4);
}
.clearboth {
    clear: both;
}
.max-95 {
    max-width: 95%;
    margin: 0 auto;
}
.max-80 {
    max-width: 80%;
    margin: 0 auto;
}
.max-70 {
    max-width: 70%;
    margin: 0 auto;
}
.max-60 {
    max-width: 60%;
    margin: 0 auto;
}
.max-50 {
    max-width: 50%;
    margin: 0 auto;
}
.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}
img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
blockquote {
    margin: 27px 0px 27px 0px;
    padding: 0px 0px 0px 27px;
    border-left: 2px solid;
    border-color: var(--blue);
}
label {
    display: block;
    margin: 0;
    font-family: var(--font-dm-sans);
    font-weight: 300;
    font-size: 1rem;
}
.btn {
    display: inline-block;
    background: var(--green);
    color: #fff;
    font-family: var(--font-dm-sans);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 0.95rem;
}
.btn:hover {
    color: #fff;
    opacity: 0.8;
}
h2.section-title {
    font-size: 2.625rem;
}
.section-overlay {
    position: relative;
}
.section-overlay::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}
.section-overlay .container {
    position: relative;
    z-index: 1;
}

/*Accessibility*/
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    clip: auto !important;
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px 23px 14px;
    background-color: #f1f1f1;
    color: #21759b;
    font-size: 1em;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    z-index: 100000; /* Above WP toolbar */
}
/*Accessibility*/

/*General*/
a:not(.btn):not(.btn-fw):not(.woocommerce-LoopProduct-link):not(.button):not(.wc-block-components-button):not(.page-numbers) {
  font-weight: bold;
  color: var(--green);
}
a {
color: #000;
text-decoration: none;
background-color: transparent; 
}
.wc-block-cart-item__wrap a {
    color: #000 !important;
    font-weight: normal !important;
}
/*General*/

/*Header*/
div#header {
    background: #fff;
    padding: 10px 0;
}
.header-inner .logo {
    max-width: 120px;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}
ul.main-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
ul.main-menu {
    margin: 0;
}
ul.main-menu li {
    font-size: 0.95rem;
    color: #fff;
}
ul.main-menu li a{
    color: #000 !important;
    font-weight: normal !important;
}
.hamburger-menu {
  position: relative;
  width: 28px;           
  height: 20px;           
  display: inline-block;
  z-index: 10;
}
.hamburger-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;            
  background: #000;
  border-radius: 2px;
  transform-origin: 50% 50%;
  transition: transform .25s ease, opacity .2s ease;
}
.menu-open .hamburger-line {
    background: #fff;
}
/* spacing for normal (burger) state */
.hamburger-top    { transform: translateY(calc(-50% - 8px)); }
.hamburger-middle { transform: translateY(-50%); }
.hamburger-bottom { transform: translateY(calc(-50% + 8px)); }

/* X state */
.menu-open .hamburger-menu .hamburger-middle { opacity: 0; }

.menu-open .hamburger-menu .hamburger-top {
  transform: translateY(-50%) rotate(45deg);
}

.menu-open .hamburger-menu .hamburger-bottom {
  transform: translateY(-50%) rotate(-45deg);
}
/*span.hamburger-line.hamburger-middle {
    margin: 5px 0;
}
.menu-open .hamburger-menu .hamburger-top {
    transform: translateY(8px) rotate(45deg);
}
.menu-open .hamburger-menu .hamburger-bottom {
    transform: translateY(-8px) rotate(-45deg);
}
.menu-open .hamburger-menu .hamburger-middle {
    opacity: 0;
}*/
.overlay-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 9;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 1px;

    /* initial hidden state */
    opacity: 0;
    transform: scaleX(0);          /* collapsed */
    transform-origin: right center; /* grow from right to left */
    transition: transform 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
}

.overlay-menu li {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.overlay-menu li a {
    color: #fff !important;
    font-weight: normal !important;
}
ul#menu-main-nav {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}
ul.submenu-children li {     
    text-align: right;
    display: block;
    padding: 5px;
    margin: 0;
}
ul.submenu-children li a {
    color: #fff;
    font-size: 0.85rem;
    opacity: 0.75;
}
ul.submenu-children li:hover a {
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}
/* Active state */
body.menu-open .overlay-menu {
    opacity: 1;
    transform: scaleX(1);
    pointer-events: auto;
}

/* Ensure hidden works even if your CSS reset changes it */
.submenu-children[hidden] { display: none; }

/* Optional: rotate chevron when open */
.main-menu-1 li.is-open > a .submenu-icon i {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}

/* Make the icon look clickable */
.main-menu-1 .submenu-icon {
  display: inline-flex;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 0.35em;
}
ul.submenu-children {
    padding-top: 10px;
}

/* --- Base: collapsed state --- */
.main-menu-1 ul.submenu-children{
  /* keep layout stable but hidden */
  display: block;           /* so we can animate height */
  max-height: 0;            /* collapsed */
  overflow: hidden;
  opacity: 0;
  transform: translateY(6px);
  transition: max-height .28s ease, opacity .22s ease, transform .22s ease;
  will-change: max-height, opacity, transform;
}

/* each child will fade/slide in with a stagger */
.main-menu-1 ul.submenu-children > li{
  opacity: 0;
  transform: translateX(6px);
  transition: opacity .28s ease, transform .28s ease;
  /* default delay; JS will overwrite with a CSS var for precise staggering */
  transition-delay: 0ms;
}

/* --- Open state --- */
.main-menu-1 li.has-submenu.is-open > ul.submenu-children{
  /* JS sets --submenu-h to the measured height so it animates smoothly */
  max-height: var(--submenu-h, 480px);
  opacity: 1;
  transform: translateY(0);
}

/* once we add the class, children stagger in using their per-item var */
.main-menu-1 li.has-submenu.is-open > ul.submenu-children.stagger-in > li{
  opacity: 1;
  transform: translateX(0);
  transition-delay: calc(var(--i, 0) * var(--step, 70ms));
}

/* optional: tiny accent bar on open */
.main-menu-1 li.has-submenu.is-open > a{
  position: relative;
}
.main-menu-1 li.has-submenu.is-open > a::after{
  content: "";
  position: absolute; left: -10px; top: 50%; transform: translateY(-50%);
  width: 3px; height: 1.2em; background: var(--green); opacity: 1;
}

/* reduced motion: disable fancy stuff */
@media (prefers-reduced-motion: reduce){
  .main-menu-1 ul.submenu-children,
  .main-menu-1 ul.submenu-children > li{
    transition: none !important;
  }
}


/*Header*/

/*Homepage*/
.hero {
    height: 500px;
    background-position: 25% 15%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero .container {
    
}
.hero-inner {
    background-size: cover;
    background-position: 25% 15%;
    display: flex;
    align-items: center;
}
h1.hero-title {
    font-size: 3.5rem;
}

/*Packages*/
.home-packages-inner {
    grid-gap: 15px;
}
.package-content {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}
.package-content a {
    color: #fff !important;
    font-weight: normal !important;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    text-align: left;
    padding: 15px;
}
.package-content a:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
}
.package-content-top p {
    color: #fff;
    font-size: 1.8rem;
    text-align: left;
    padding: 30px 15px;
    font-weight: 200;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.package-content.show-package-details {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
}
.package-content.show-package-details .package-content-top p {
    visibility: visible;
    opacity: 1;
}
/*Packages*/

/*Logo slider*/
.client-logos ul li {
    padding: 25px;
    display: flex;
    align-items: center;
}
.client-logos {
    padding: 50px 0;
}
/*Logo slider*/

/*Reviews slider*/
.reviews-image img {
    max-width: 100px;
    border-radius: 50%;
}
.reviews-text p {
    font-size: 1rem;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: 300;
}
.reviews-name p {
    margin-top: 20px;
}
#reviews-slider .splide__pagination__page.is-active {
    background-color: var(--green) !important;
}
.splide__arrow {
    background: var(--green) !important;
}
.splide__arrow svg {
    fill: #fff !important;
    height: 1.2em;
    width: 1.2em;
}
/*Reviews slider*/

/*Headshots*/
.company-headshots-top {
    width: 40%;
    position: relative;
    z-index: 1;
}
.company-headshots-top:after {
    /*content: "";
    position: absolute;
    inset: 0;    
    pointer-events: none;
    z-index: -1;
    border-radius: 12px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));*/
}
.company-headshots-no-bg .company-headshots-top {
    width: 100%;
    padding: 0;
    border-radius: unset;
}
.company-headshots-no-bg .company-headshots-top:after {
    display: none;
}
.company-headshots-content {
    
}
.company-headshots-content p {
    color: #fff;
}
.company-headshots-bottom {
    padding-top: 50px;
}
.company-headshots-buttons {
    display: flex;
    gap: 10px;
}
.overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
}
.company-headshots .overlay {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));*/
    /*background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));*/
    background-image: radial-gradient(circle at left, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 70%);
    background-color: transparent;
}
.company-headshots-inner {
    position: relative;
}
/*Headshots*/

/*Homepage*/

/*About*/
.hero.page-hero {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 9;
}
.hero.about-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery-image-right-1 {
    height: 60%;
}
.gallery-image-right-2 {
    height: 40%;
    margin-top: 20px;
}
.gallery-image-right-1 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery-image-right-2 img {
    object-fit: cover;
    height: calc(100% - 20px);
}
.bespoke-gallery-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bespoke-gallery-2 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.google-maps {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.img-border-wrapper img {
    border-radius: 12px;
}
/*About*/

/*Commercial*/
.video-crop-wrapper {
    position: relative;
    width: 100vw;
    height: 689px;
    overflow: hidden;
}
/* fallback image always present */
.video-fallback {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* YouTube iframe sits above fallback */
.video-crop-background {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.video-crop-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;   /* oversize for cover effect */
  height: 120vh;
  transform: translate(-50%, -50%);
  pointer-events: none; /* keep links above clickable */
  border: none;
}
.ff-home-hero-content {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;    
    z-index: 2;
}
.commercial-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0;
}
.commercial-inner-bottom .buttons-row {
    gap: 10px;
}
.commercial-highlights h2.section-title {
    font-size: 1.5rem;
}
/*Commercial*/

/*Courses*/
.course-button a {
    color: #000 !important;
    font-weight: normal !important;
    text-align: left;
}
.course-button a:hover {
    border-bottom: 2px solid var(--green);
    padding-bottom: 3px;
}
.course-button {
    margin-top: 20px;
    text-align: left;
}
a.btn-fw {
    display: block;
    background: #767676;
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 1px;
}
.page-template-template-courses #reviews-slider.bg-mist {
    background-color: #fff !important;
}
.company-headshots-buttons .course-button a {
    display: inline-block;
    background: var(--green);
    color: #fff !important;
    font-family: var(--font-dm-sans);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 0.95rem;
}
.company-headshots-buttons .course-button a:hover {
    border-bottom: unset;
    padding: 10px 15px;
}
.section-content a {
    border-bottom: 1px solid;
    transition: all 0.2s;
}
.section-content a:hover {
    border-bottom: 1px solid var(--green);
}
/*Courses*/

/*My Work*/
.work-hero {
    height: 60vh;    
}
.package-content.portfolio-title a {
    align-items: flex-end;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: left;
    padding: 15px;
}
.portfolio-gallery-button .btn {
    border-radius: 8px;
}
.portfolio-desc {
    padding-right: 40px;
    display: block;
}
.portfolio-gallery-button a:hover {
    border-bottom: 2px solid var(--green);
    padding-bottom: 3px;
}
.portfolio-gallery-button {
    text-align: left;
    padding-left: 15px;
}
.portfolio-gallery-button a {
    color: #000 !important;
    font-weight: normal !important;
}
/*My Work*/

/*Gallery*/

.lb-gallery {
    gap: 2px;
    justify-content: flex-start;
}
.lb-gallery img {
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
}

.lb-gallery img:hover {
    transform: scale(1.05);
}
.gallery-grid {
  /*display: grid;
  grid-template-columns: repeat(20, 1fr); 
  gap: 16px;
  grid-auto-flow: row; */
  columns: 2;
  column-gap: 10px;
}
.lb-gallery-item {
    break-inside: avoid;
    margin-bottom: 10px;
}

/* Pattern repeats every 6 items */



/*Gallery*/

/*Gallery main page*/
.tile-item {
    position: relative;
}
.tile-item a {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
}
.tile-item a:after {
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
}
.tile-item a:hover img {
    filter: blur(4px);
    transform: scale(1.3);
}
.tile-item img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    transition: all 0.3s linear;
}
.tile-item h3 {
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
/*Gallery main page*/

/*Individual client gallery*/
.client-galleries-item {
    border: 1px solid #e1e1e1;
}
.client-galleries-item-top a {
    display: block;
    width: 100%;
    aspect-ratio: 800 / 534;
}
.client-galleries-item-top img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.client-galleries-item-bottom h3 {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Individual client gallery*/

/*Prints and vouchers*/
.cat-btn {
    border-radius: 5px;
}
/*Prints and vouchers*/

/*Shop custom template*/
.shop-slide-item {
    height: 70vh;
    width: 100%;
}
.shop-slide-item-inner {
    height: inherit;
    width: 100%;
}
.shop-slide-item-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.products-shortcode-wrapper .products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}
.products-shortcode-wrapper .products li.product {
    flex: 0 0 calc((100% - 40px) / 3);
    margin-bottom: 50px;
}
.products-shortcode-wrapper .product-loop-buttons {
    margin-top: 10px;
}
.art-prints-item {
    background: #F8F8F8;
    padding: 25px;
}
.prints-item-content p {
    font-size: 15px;
}
.prints-item-content p:last-child {
    margin: 0;
}
.art-icon {
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    background: var(--green);
    width: 50px;
    margin: 0 auto;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}
.art-icon i {
    color: #fff;
}
h3.prints-item-title {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 1.7rem;
    opacity: 0.8;
    text-transform: none;
    font-weight: 500;
}
/*Shop custom template*/

/*Gifts and vouchers page*/
.package-section-item h3.prints-item-title {
    margin-bottom: 10px;
    margin-top: 0;
}
.package-section-item .buttons-row {
    gap: 10px;
}
.gv-package-description {
    margin-top: 20px;
}
.package-section-item {
    margin-bottom: 50px;
}
.package-section-item:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: #e1e1e1;
    margin-top: 50px;
}

.gv-products-grid-4 .products-shortcode-wrapper .products li.product {
    flex: 0 0 calc((100% - 60px) / 4);
}
/*Gifts and vouchers page*/

/*Single posts*/
.sdp-image-gallery img {
    aspect-ratio: 2/3;
    width: 100%;
    object-fit: cover;
}
.sdp-image-gallery {
    grid-gap: 10px;
    margin: 30px 0;
}
.post-content__inner h2 {
    color: var(--green);
    font-size: 1.75rem;
}
.post-content__inner ul li, .single-custom-layout ul li{
    margin-left: 20px;
    font-size: 0.95rem;
    margin: 7px 20px;
}
.post-content__inner ul, .single-custom-layout ul {
    list-style: disc;
    margin: 15px 0;
}
.post-content__inner ul li::marker, .single-custom-layout ul li::marker {
    color: rgb(102, 102, 102);
    font-size: 0.85rem;
}
.sdp-btn-row {
    display: flex;
    gap: 10px;
    margin: 20px 0;
    text-align: center;
}
.sdp-btn-row a {
    display: inline-block;
    background: var(--green);
    color: #fff;
    font-family: var(--font-dm-sans);
    padding: 10px 25px;
    border-radius: 9999px;
}
nav.post-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sdp-line-separator {
    height: 1px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #e1e1e1;
}
.single-custom-layout .sdp-image-gallery {
    margin: 0;
}
.single-post-hero .overlay {
    background-color: rgba(0, 0, 0, 0.1);
}

/*Single posts*/

/*Archive*/
a.archive-card__thumb {
    display: block;
    aspect-ratio: 3 / 1;
    width: 100%;
}
a.archive-card__thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.archive-card {
    margin-bottom: 50px;
    text-align: left;
}
h2.archive-card__title {
    margin-top: 25px;
}
h2.archive-card__title a {
    color: #000 !important;
    font-weight: normal !important;
}
.post-meta-line {
    margin-bottom: 15px;
}
span.meta-cats a {
    font-weight: normal !important;
    color: #000 !important;
}
/*Archive*/



/*Footer*/
#footer {
    background: #000;
    color: #fff;
}
ul.footer-menu li a {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 0.85rem;
}
ul.footer-menu li {
    margin-bottom: 4px;
}
.footer-top, .footer-top-left {
    justify-items: flex-start;
}
.footer-col-1 {
    width: 100%;
}
#footer .content-padding-small {
    padding: 50px 0;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.footer-col-left p {
    color: #fff;
    margin: 0;
    font-size: 0.8rem;
}
.social-footer {
    display: flex;
    gap: 10px;
}
.social-footer a {
    color: #000 !important;
}
.footer-col-right a {
    color: #000;
    font-size: 0.85rem;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
}
h3.footer-widgettitle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.85rem;
    font-family: var(--font-dm-sans);
}
/*Footer*/

/*Woocommerce*/
h1.product_title.entry-title {
    font-size: 1.375rem;
    text-transform: uppercase;
    line-height: 44px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
}
span.woocommerce-Price-amount.amount {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #797979;
    letter-spacing: 1.6px;
    font-family: var(--font-dm-sans);
}
.woocommerce div.product form.cart .button {
    display: inline-block;
    position: relative;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 0px;
    padding: 0 42px;
    font-family: var(--font-dm-sans);
    font-size: 0.75rem;
    line-height: 46px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-color: #16202f;
    background-color: #fff;
    color: #16202f;
    transition: all .3s ease-in-out;
    max-width: 100%;
}
.woocommerce div.product form.cart .button:hover {
    background-color: #16202f;
    color: #fafafa;
}
section.related.products {
    clear: left;
    padding-top: 50px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(25% - 10px);
    float: left;
    margin: 0;
    list-style: none;
    margin-right: 10px;
}
.product-type-simple p.stock.in-stock {
    display: none;
}
.single-product .product form.cart {
    margin-top: 20px;
}
span.posted_in {
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--font-dm-sans);
    line-height: 16px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.2px;
    color: #797979;
}
span.posted_in a {
    font-family: var(--font-body);
    font-weight: normal !important;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    color: #000;
}
.woocommerce-product-details__short-description {
    padding-top: 36px;
}
section.related.products h2 {
    padding-bottom: 25px;
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
}
.cart-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 30px;
}
.shop_table thead th {
    padding: 15px 0 !important;
    border-color: #dfe0e2;
    font-family: var(--font-dm-sans) !important;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #16202f;
    font-weight: normal !important;
}
.woocommerce table.shop_table td {
    padding: 15px 0 !important;
    vertical-align: middle;
}
.shop_table thead, .shop_table tr {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.shop_table .product-thumbnail {
    width: 96px !important;
    padding-left: 0 !important;
    padding-right: 36px !important;
}
tr.woocommerce-cart-form__cart-item.cart_item {    
    height: 100px;
    vertical-align: middle;
}
.shop_table .product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
}
td.product-name a {
    font-family: var(--font-body);
    color: #4c4c4c;
}
.woocommerce .shop_table .product-remove {
    width: 60px !important;
    padding: 0 20px !important;
}
.cart span.woocommerce-Price-amount.amount {
    font-family: var(--font-body);
    font-weight: normal;
    letter-spacing: 0;
}

.shop_table .actions .input-text {
    width: 260px !important;
}
input#coupon_code {
    margin-right: 20px;
    padding: 10px 20px;
    max-width: 100%;
    border-width: 1px;
    border-style: solid;
}
.woocommerce .shop_table .actions {
    padding: 21px 24px !important;
    text-align: right;
    clear: both;
}
.cart .coupon button, .woocommerce button.button, a.checkout-button.button.alt.wc-forward.wp-element-button, a.button.wc-backward.wp-element-button {
    display: inline-block;
    position: relative;
    text-align: center;
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 0px;
    padding: 0 42px !important;
    font-family: var(--font-dm-sans);
    font-size: 0.75rem !important;
    line-height: 46px !important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-color: #16202f !important;
    background-color: #fff !important;
    color: #16202f !important;
    transition: all .3s ease-in-out;
    max-width: 100%;
}
.cart .coupon button:hover, .woocommerce button.button:hover, a.checkout-button.button.alt.wc-forward.wp-element-button:hover, a.button.wc-backward.wp-element-button:hover {
    background-color: #16202f !important;
    color: #fafafa !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 48%;
    margin-top: 30px;
}
.cart_totals > h2 {
    position: relative;
    margin: 0 0 28px;
    font-size: 1.6rem;
}
.cart-empty.woocommerce-info, .woocommerce-checkout .woocommerce-info {
    margin-top: 100px !important;
    display: block;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border: none;
    border: 1px solid var(--border-color);
    padding: 15px 30px;
}
.woocommerce-checkout .woocommerce-info {
    margin-top: 0 !important;
    margin-bottom: 50px;
}
.woocommerce-cart .woocommerce-info::before, .woocommerce-checkout .woocommerce-info::before {
    display: none;
}
.cart-wrapper.cart-wrapper-empty {
    padding-top: 50px;
    padding-left: 0;
}
.woocommerce-checkout .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
    padding: 75px 30px;
}
a.showcoupon {
    font-weight: 700 !important;
    font-family: var(--font-body) !important;
    letter-spacing: 0;
    font-size: 1rem !important;
    color: #4c4c4c;
}
input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]), textarea, select {
    box-shadow: inset 0 0 0 0 #dfe0e2;
    transition: box-shadow .2s ease-in-out;
}
input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
    border-color: #dfe0e2;
    background-color: #fff;
    color: #797979;
    font-family: 'Muli', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0;
    padding: 10px 20px;
    max-width: 100%;
    border-width: 1px;
    border-style: solid;
    height: 50px;
}
.form-row label {
    display: block !important;
    padding: 0 0 5px;
    color: #16202f;
    font-family: var(--font-dm-sans);
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.2px;
}
.woocommerce form .form-row .required {
    color: #16202f;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden;
}
body .select2-container .select2-selection--single {
    height: 50px;
    padding: 10px 40px 10px 20px;
    background-image: url(images/select.png);
    background-position: 100% center;
    background-repeat: no-repeat;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    font-family: var(--font-body);
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 32px !important;
    font-size: 14px !important;
    color: #787b80 !important;
}
.woocommerce form .form-row {
    padding-bottom: 20px;
}
h3#order_review_heading {
    margin-top: 35px;
    margin-bottom: 20px;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
    margin-bottom: 30px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--border-color);
}
.woocommerce-checkout .shop_table thead th, .woocommerce-checkout table.shop_table td{
    padding-left: 20px !important;
}
.artwork-content-wrapper .add_to_cart_button, 
.artwork-content-wrapper a.button.wp-element-button,
.outofstock .artwork-content-wrapper .cart-button-wrap .button,
.instock .artwork-content-wrapper .cart-button-wrap .button{
    font-size: 0.75rem !important;
    line-height: 16px !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.2px !important;
    font-family: var(--font-dm-sans) !important;  
    background-color: transparent !important; 
    margin-top: 0 !important;
}
.artwork-info span.woocommerce-Price-amount.amount{
    font-size: 0.75rem !important;
    line-height: 16px !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 1.2px !important;
    font-family: var(--font-dm-sans) !important;  
    color: #16202f !important; 
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.25rem;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    color: #16202f;
    padding-top: 0;
    transition: color 0.3s ease-in-out;
}
.cc-wc-wrapper .page-title {
    display: none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
    margin-bottom: 45px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: right;
}
select {
    max-width: 100%;
    line-height: normal;
    text-indent: 0.01px;
    text-overflow: '';
    padding: 10px 40px 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background-image: url(images/select.png);
    background-position: 100% center;
    background-repeat: no-repeat;
    min-width: 100px;
    cursor: pointer;
    height: 50px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-image: url(images/select.png);
    border-color: var(--border-color);
    color: #797979;
    font-family: var(--font-body) !important;
    font-size: 0.9rem !important;
}
.woocommerce .cc-pagination-wrapper {
    padding: 40px 0 0;
    overflow: hidden;
}
.woocommerce .cc-pagination-wrapper ul {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
}
.woocommerce .cc-pagination-wrapper ul li:not(.prev-list-item):not(.next-list-item) {
    position: relative;
    width: 28px;
    height: 44px;
    text-align: center;
}
.woocommerce .cc-pagination-wrapper ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.woocommerce .cc-pagination-wrapper ul li:not(.prev-list-item):not(.next-list-item) > * {
    display: block;
    line-height: 44px !important;
}
.woocommerce .cc-pagination-wrapper ul li .page-numbers {
    font-family: 'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
}
.woocommerce .cc-pagination-wrapper ul li.next-list-item .page-numbers > span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 42px !important;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.woocommerce .cc-pagination-wrapper nav.woocommerce-pagination ul li {
    border-right: none;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: none;
    color: #8a7e88;
}
.cc-pagination-wrapper ul li.next-list-item {
    padding: 0 0 0 5px;
    float: right;
    width: 28px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}
span.sku_wrapper {
    display: none;
}
.woocommerce div.product .summary.entry-summary p.price {
    margin: 0;
}
.summary.entry-summary .product_meta {
    padding-top: 20px;
}
table th, table td {
    background-clip: padding-box;
    padding: 12px 26px;
}
th.label label {
    font-weight: normal !important;
    color: #797979;
}
.single-product.woocommerce input[type="number"] {
    padding: 10px 10px 10px 20px !important;
    max-width: 100% !important;
    width: 118px !important;
    margin-right: 10px;
}
.single-product.woocommerce div.product form.cart .variations select {
    display: inline-block;
    margin-right: 1em;
    min-width: unset;
    width: 190px !important;
    max-width: 190px !important;
}
.woocommerce-variation-availability p {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 14px !important;
    font-family: var(--font-dm-sans);
    color: #16202f !important;
}
ul.tabs.wc-tabs {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 50px;
}
.cc-product-mc-wrapper {
    margin-top: 30px;
}
.cc-product-mc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cc-product-mc-header p {
    width: 70%;
    padding: 0;
    font-weight: bold;
    color: #000;
    font-size: 0.9rem;
    margin: 0;
}
.cc-product-mc-header button {
    line-height: 1;
    font-size: 0.85rem;
    padding: unset;
    padding: 10px 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
    border-radius: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    border-color: #16202f;
    font-weight: 700;
    font-family: var(--font-dm-sans);
    transition: all .3s ease-in-out;
}
.cc-product-mc-header button img {
    width: 20px;
    margin-right: 10px;
}
.cc-product-mc-header button:hover {
    background: #16202f;
    color: #fff;
}
.cc-product-mc-header button:hover img {
    filter: invert(1);
}
.cc-product-mc-form {
    display: none;
    margin-top: 30px;
}
.cc-product-mc-form.show-mc-form {
    display: block;
}
input#gform_submit_button_1 {
    background: #16202f;
    color: #fff;
    min-width: 200px;
}
input#gform_submit_button_1 {
    background: #16202f;
    color: #fff;
    min-width: 200px;
    font-size: 12px !important;
    font-family: var(--font-dm-sans) !important;
    height: 50px;
    border-radius: 0!important;
}
#tab-reviews {
    display: none !important;
}
.wp-block-woocommerce-cart, .wp-block-woocommerce-checkout {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 75px 50px;
}
h1.product_title.entry-title {
    font-size: 2.5rem;
    font-weight: 600;
}
.product-loop-buttons {
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.product-loop-buttons a {
    font-size: 11px !important;
    background: transparent !important;
    width: 50%;
    display: inline-block;
    color: #000 !important;
    font-weight: normal !important;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0;
}
h2.woocommerce-loop-product__title {
    padding: 10px !important;
    margin: 0 !important;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.price {
    padding-left: 10px;
}
.related.products li.product.type-product {
    border: 1px solid rgb(225, 225, 225);
}
/*Artist list shop page*/
span.alpha-list {
    display: inline-block;
    font-weight: bold;
    font-family: var(--font-dm-sans);
    width: 40px;
    cursor: pointer;
}
span.alpha-list.all-artists {
    text-transform: uppercase;
}
.shop-alphabet-list {
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.show-artists {
    display: block;
}
.hide-artists {
    display: none;
}
/*Artist list shop page*/
/*Woocommerce*/


/*Woocommerce mini cart*/
.cc-wc-mini-cart {
    position: fixed;
    right: 15px;
    top: 12%;
    width: auto;
    z-index: 99;
    background: #fff;
    padding: 0px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 8px;
    transition: all 0.5s;
}
.cc-wc-mini-cart li.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 15px;
}
.cc-wc-mini-cart li.woocommerce-mini-cart-item.mini_cart_item:before {
    display: none;
}
.cc-wc-mini-cart a.remove.remove_from_cart_button {
    position: absolute;
    right: 0px;
    top: 0;
}
.cc-wc-mini-cart li.woocommerce-mini-cart-item.mini_cart_item a:nth-of-type(2) {
    display: flex;
    font-size: 0.8rem;
    color: #000;
    font-weight: normal;
}
.cc-wc-mini-cart  span.quantity {
    position: absolute;
    bottom: 0;
    left: 70px;
}
.cc-wc-mini-cart span.woocommerce-Price-amount.amount {
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #797979;
    letter-spacing: 1.6px;
    font-family: var(--font-dm-sans);
}
.cc-wc-mini-cart li.woocommerce-mini-cart-item.mini_cart_item img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}
.cc-wc-mini-cart p.woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: space-between;
}
.cc-wc-mini-cart a.button.checkout.wc-forward.wp-element-button {
    display: none;
}
.cc-wc-mini-cart p.woocommerce-mini-cart__buttons.buttons {
    margin-bottom: 0;
}
.cc-wc-mini-cart a.button.wc-forward.wp-element-button {
    display: inline-block;
    position: relative;
    text-align: center;
    border-width: 2px !important;
    border-style: solid !important;
    border-radius: 0px;
    padding: 0 42px !important;
    font-family: var(--font-dm-sans);
    font-size: 0.75rem !important;
    line-height: 46px !important;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-color: #16202f !important;
    background-color: #fff !important;
    color: #16202f !important;
    transition: all .3s ease-in-out;
    max-width: 100%;
    width: 100%;
}
a.close-mini-cart {
    font-size: 1.2rem;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-right: -3px;
}
.cc-mini-cart-toggler {
    text-align: center;
    width: 100%;
}
.cc-wc-mini-cart.show-mini-cart{
    width: 300px;
    padding: 15px;
}
.cc-wc-mini-cart.show-mini-cart .cc-mini-cart-toggler {
    display: none;
}
.cc-mini-cart-wrapper {
    display: none;
}
.show-mini-cart .cc-mini-cart-wrapper {
    display: block;
}
.cc-wc-mini-cart-count {
    position: relative;
}
.cc-mini-cart-count-inner {
    position: absolute;
    top: -10px;
    left: -10px;
}
.cc-mini-cart-count-inner #mini-cart-count {
    display: block;
    background: #e94b35;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 0.85rem;
}
.show-mini-cart .cc-wc-mini-cart-count {
    display: none;
}
.woocommerce-mini-cart__buttons.buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    gap: 10px;
}
p.woocommerce-mini-cart__buttons.buttons a {
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
}
p.woocommerce-mini-cart__buttons.buttons a,
.woocommerce-message a.button.wc-forward {
    background: var(--green);
    color: #fff;
    font-weight: normal;
}
p.woocommerce-mini-cart__buttons.buttons a:hover,
.woocommerce-message a.button.wc-forward:hover {
    background: var(--green);
    opacity: 0.9;
    color: #fff;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: var(--green);
    color: #fff;
    border: none;
    border-radius: 8px;
}
.wc-block-cart__submit-container a.wc-block-cart__submit-button {
    background: var(--green);
    color: #fff;
}
.wc-block-cart__submit-container a.wc-block-cart__submit-button:hover {
    background: var(--green);
    color: #fff;
    opacity: 0.9;
}
.cc-wc-mini-cart { display: none; }
.cc-wc-mini-cart.has-items { display: block; }

/* Optional: start hidden and fade in */
.cc-wc-mini-cart { opacity: 0; transition: opacity .2s ease; }
.cc-wc-mini-cart.has-items { opacity: 1; }
/*Woocommerce mini cart*/

/*Image hotspots*/
.acf-hotspot-container {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
}
.acf-image-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}
.acf-hotspot {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(128, 189, 66, 0.9);
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    animation: acf-pulse 2s infinite;
    z-index: 10;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.acf-hotspot:hover {
    background: rgba(128, 189, 66, 1);
    transform: translate(-50%, -50%) scale(1.2);
    animation: none;
}
.acf-tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    max-width: 250px;
    width: max-content;
    min-width: 150px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    margin-bottom: 10px;
}
.acf-tooltip::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.9);
}
.acf-hotspot:hover .acf-tooltip {
    opacity: 1;
}
.acf-tooltip h3 {
    margin: 0 0 8px 0;
    font-size: 16px;
    color: #ff3b5c;
    font-weight: 600;
}
.acf-tooltip p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
span.acf-visually-hidden {
    font-size: 0.8rem;
    color: #fff;
}

@keyframes acf-pulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(128, 189, 66, 0.7);;
    }
    50% {
        box-shadow: 0 0 0 15px rgba(128, 189, 66, 0);;
    }
}
/*Image hotspots*/       



@media only screen and (max-width: 767px) {
    .grid-col-2, .grid-col-3, .grid-col-4, .grid-col-2-3,  .grid-col-3-2, .grid-col-1-2, .grid-col-1-3, .grid-col-3-1{
        grid-template-columns: 1fr;
    }
    .flex-col-3_item, .flex-col-4_item {
        flex: 1 1 100%;
    }
    .mobile-reverse-column {
        grid-column: 1 / 2;
        grid-row-start: 1;
    } 
    .company-headshots-content {
        max-width: 80%;
    }
    .masonry-gallery {
        column-count: 1;
    }
    ul.main-menu {
        margin: 0;
        display: none;
    }
    .hero-inner {
        flex-wrap: wrap;
    }
    h1.hero-title {
        font-size: 2.75rem;
    }
    .hero-inner .grid-col-left {
        height: inherit;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .company-headshots-top {
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .portfolio-gallery-button {
        text-align: left;
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .products-shortcode-wrapper .products li.product {
        flex: unset;
        margin-bottom: 50px;
    }
    .video-crop-wrapper {
        height: unset;
        aspect-ratio: 16 / 9;
    }
    .acf-hotspot {
        width: 25px;
        height: 25px;
    }
    .acf-tooltip {
        max-width: 200px;
        font-size: 13px;
        padding: 12px 16px;
    }
    .acf-tooltip h3 {
        font-size: 14px;
    }

}

/* For tall screens (portrait) */
@media (orientation: portrait) {
  /* Make the wrapper itself 9:16 */
  .video-crop-wrapper {
    aspect-ratio: 9 / 16;
    width: 100vw;
    height: auto;
    max-height: 100svh;
  }

  /* Ensure the iframe always covers */
  .video-crop-background iframe {
    width: 177.78svh;   /* 100 * 16/9 */
    height: 100svh;
  }

  /* Fallback for browsers without aspect-ratio support */
  @supports not (aspect-ratio: 9 / 16) {
    .video-crop-wrapper {
      height: 177.78vw; /* 9:16 window based on width */
      max-height: 100svh;
    }
  }
}
