/* Live-site visual replica for local.lloydstevensonphotography.com */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Merienda:wght@400;500;600;700&display=swap');

:root {
  --lloyd-dark: #333333;
  --lloyd-text: #252525;
  --lloyd-muted: #555555;
  --lloyd-blue: #0345bf;
  --lloyd-script: 'Great Vibes', sans-serif;
  --lloyd-body: 'Merienda', sans-serif;
}

html body,
body.site-machine-customer-template,
body.site-machine-customer-template main,
body.site-machine-customer-template .site-machine-page-shell,
body.site-machine-customer-template .site-machine-customer-shell {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
  background: #fff !important;
  color: var(--lloyd-text) !important;
  font-family: var(--lloyd-body) !important;
  font-size: 20px !important;
  line-height: 1.56;
}

body.site-machine-customer-template .navbar,
body.site-machine-customer-template .user-subnav,
body.site-machine-customer-template .site-template-badge,
body.site-machine-customer-template .breadcrumb,
body.site-machine-customer-template .container > .alert,
body.site-machine-customer-template .container-fluid > .alert {
  display: none !important;
}
body.site-machine-customer-template .container,
body.site-machine-customer-template .container-fluid {
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.site-machine-customer-template a { color: inherit !important; }

.lloyd-wrap { width: min(1110px, calc(100% - 30px)); margin: 0 auto; }

.lloyd-topbar {
  background: var(--lloyd-dark);
  color: #aaa;
  font-size: 14px;
  line-height: 1.56;
  padding: 8px 0;
}
.lloyd-topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.lloyd-socials,
.lloyd-contact-strip { display: flex; align-items: center; gap: 14px; }
.lloyd-topbar a { color: #aaa !important; text-decoration: none; }
.lloyd-socials a {
  width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.55);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.lloyd-contact-strip span { color: #f5f5f5; margin-right: 4px; }

.lloyd-header {
  background: #fff;
  height: 100px;
  box-shadow: 0 0 4px rgba(0,0,0,.10);
}
.lloyd-header-inner { height: 100px; display: flex; align-items: center; gap: 30px; }
.lloyd-logo img { height: 50px; width: auto; display: block; }
.lloyd-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0;
  font-family: var(--lloyd-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 100px;
}
.lloyd-nav a { color: #252525 !important; text-decoration: none; white-space: nowrap; padding: 0 15px; font-weight: 500; }
.lloyd-nav a.active,
.lloyd-nav a:hover { color: var(--lloyd-blue) !important; }
.lloyd-menu-icon { display: none; color: #111; font-size: 23px; margin-left: 18px; line-height: 1; }

.lloyd-hero {
  position: relative;
  min-height: 0;
  height: auto;
  padding: 250px 0;
  display: block;
  text-align: center;
  color: #fff;
  background-image: url('/images/domains/lloydstevensonphotography.com/live/imported/pro-pic-5.jpg');
  background-size: cover;
  background-position: 50% 50%;
}
.lloyd-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
}
.lloyd-hero-content { position: relative; z-index: 1; width: min(1040px, calc(100% - 40px)); margin: 0 auto; }
.lloyd-hero h1 {
  margin: 0 0 18px;
  color: #fff !important;
  font-family: var(--lloyd-script) !important;
  font-size: 80px !important;
  line-height: 96px;
  font-weight: 500 !important;
  text-shadow: none;
}
.lloyd-hero p {
  margin: 0;
  color: #fff !important;
  font-family: var(--lloyd-body) !important;
  font-size: 22px;
  line-height: 32px;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.lloyd-welcome { background: #fff; padding: 75px 0 221px; }
.lloyd-welcome h2,
.lloyd-page h1 {
  margin: 0 0 8px;
  color: #252525 !important;
  font-family: var(--lloyd-script) !important;
  font-size: 80px !important;
  font-weight: 500 !important;
  line-height: 96px;
  text-align: left;
}
.lloyd-welcome h2,
.lloyd-gallery-page h1 { text-align: center; }
.lloyd-welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  max-width: 1110px;
  margin: 0 auto;
}
.lloyd-welcome-copy { text-align: center; color: #252525; }
.lloyd-welcome-copy p { margin: 0 0 20px; color: #252525 !important; font-size: 20px; line-height: 31.2px; }
.lloyd-welcome figure { margin: 0; }
.lloyd-welcome img { width: 100%; height: auto; display: block; }
.lloyd-home-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin: 120px auto 36px;
  max-width: 1320px;
}
.lloyd-home-photos figure {
  margin: 0;
  overflow: hidden;
  background: #f4f4f4;
}
.lloyd-home-photos img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}
.lloyd-centre { text-align: center; margin: 0; }
body.site-machine-customer-template .lloyd-button,
body.site-machine-customer-template a.lloyd-button,
a.lloyd-button,
.lloyd-button {
  display: inline-block;
  background: #3366ff;
  color: #fff !important;
  text-decoration: none;
  border-radius: 5px;
  padding: 20px 50px;
  min-width: 0;
  font-size: 22px;
  line-height: 35.2px;
  box-shadow: none;
}
.lloyd-button:hover { filter: brightness(.92); }

.lloyd-page { background: #fff; min-height: 560px; padding: 50px 0 120px; }
.lloyd-page-intro { margin: 0 auto 82px; text-align: center; color: #252525 !important; font-size: 20px; line-height: 31.2px; }
.lloyd-gallery-page .lloyd-wrap { width: min(1140px, calc(100% - 30px)); }
.lloyd-gallery-page h1,
.lloyd-gallery-page .lloyd-page-intro { max-width: 1110px; }
.lloyd-gallery-grid {
  display: flex;
  flex-wrap: nowrap;
  width: 1134px;
  max-width: 100%;
  margin: 0 0 0 6px;
}
.lloyd-gallery-col-wrap {
  width: 378px;
  padding: 0 15px;
  box-sizing: border-box;
}
.lloyd-gallery-col { width: 348px; }
.lloyd-gallery-grid figure { margin: 0 0 50px; overflow: hidden; background: #fff; }
.lloyd-gallery-grid a { display: block; text-decoration: none; }
.lloyd-gallery-grid img { width: 348px; height: auto; display: block; }
.lloyd-live-copy p,
.lloyd-album-intro p,
.lloyd-terms-copy p,
.lloyd-contact-page p {
  color: #252525 !important;
  font-size: 20px;
  line-height: 31.2px;
  margin: 0 0 16px;
}
.lloyd-album-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.lloyd-album-intro figure,
.lloyd-album-grid figure { margin: 0; }
.lloyd-album-intro img,
.lloyd-album-grid img { width: 100%; height: auto; display: block; }
.lloyd-album-grid { display: grid; gap: 30px; margin-top: 30px; }
.lloyd-album-grid-three { grid-template-columns: repeat(3, 1fr); margin-top: 113px; }
.lloyd-album-grid-two { grid-template-columns: repeat(2, 1fr); }
.lloyd-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 54px 0 30px;
}
.lloyd-pricing-grid article {
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px;
  height: 390px;
  box-sizing: border-box;
}
.lloyd-pricing-grid h2 {
  margin: 0 0 20px;
  color: #464855 !important;
  font-family: var(--lloyd-body) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 24px;
}
.lloyd-price {
  margin: 0 0 20px !important;
  color: #4060ff !important;
  font-size: 36px !important;
  line-height: 56.16px !important;
  text-align: center;
}
.lloyd-pricing-grid ul { margin: 0; padding: 0; list-style: none; }
.lloyd-pricing-grid li {
  color: #252525 !important;
  font-size: 16px;
  line-height: 24.96px;
  text-align: center;
  margin: 0 0 20px;
  list-style: none;
}
.lloyd-album-price h3 {
  margin: 0 0 16px;
  color: #252525 !important;
  font-family: var(--lloyd-script) !important;
  font-size: 50px !important;
  font-weight: 500 !important;
  line-height: 60px;
}
.lloyd-album-price p { color: #252525 !important; font-size: 20px; line-height: 31.2px; margin: 0; }
.lloyd-terms-copy p { max-width: 1110px; }
.lloyd-contact-page { padding-top: 75px; padding-bottom: 75px; min-height: 379px; box-sizing: border-box; }
.lloyd-contact-page h1 { text-align: center; }
.lloyd-contact-live-text {
  color: #252525 !important;
  font-size: 20px;
  line-height: 31.2px;
  text-align: center;
  margin: 0 0 24px;
}
.lloyd-contact-live-text a { color: #252525 !important; }
.lloyd-contact-fallback { max-width: 760px; margin: 28px auto 0; text-align: center; }
.lloyd-contact-fallback p { margin: 0 0 22px; }
.lloyd-contact-fallback p:last-child { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.lloyd-contact-fallback .lloyd-btn,
.lloyd-contact-page .lloyd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 12px 24px;
  border: 2px solid #252525;
  border-radius: 999px;
  background: #252525;
  color: #fff !important;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.lloyd-contact-fallback .lloyd-btn:hover,
.lloyd-contact-page .lloyd-btn:hover { background: #fff; color: #252525 !important; transform: translateY(-1px); }
.lloyd-contact-page p a:not(.lloyd-btn) { color: #252525 !important; text-decoration: underline; }

.lloyd-footer {
  background: var(--lloyd-dark);
  color: #eee;
  padding: 32px 0;
  font-size: 14px;
}
.lloyd-footer p { margin: 0 0 6px; color: #eee !important; }
.lloyd-footer a { color: #fff !important; text-decoration: none; }

@media (max-width: 980px) {
  .lloyd-header { height: auto; }
  .lloyd-header-inner { height: auto; padding: 14px 0; display: block; }
  .lloyd-logo img { margin: 0 auto 12px; }
  .lloyd-nav { justify-content: center; flex-wrap: wrap; line-height: 1.4; }
  .lloyd-welcome-grid,
  .lloyd-album-intro,
  .lloyd-pricing-grid,
  .lloyd-album-grid-three,
  .lloyd-album-grid-two { grid-template-columns: 1fr; }
  .lloyd-album-grid-three { margin-top: 40px; }
  .lloyd-gallery-grid { flex-wrap: wrap; width: min(756px, 100%); }
  .lloyd-gallery-col-wrap { width: 50%; }
  .lloyd-gallery-col,
  .lloyd-gallery-grid img { width: 100%; }
  .lloyd-home-photos { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .lloyd-topbar-inner { display: block; text-align: center; }
  .lloyd-socials,
  .lloyd-contact-strip { justify-content: center; margin: 6px 0; flex-wrap: wrap; }
  .lloyd-hero { height: 360px; min-height: 360px; }
  .lloyd-welcome { padding-bottom: 90px; }
  .lloyd-gallery-grid { width: 100%; }
  .lloyd-gallery-col-wrap { width: 100%; }
  .lloyd-home-photos { grid-template-columns: 1fr; }
}
