/* ===================================================== */
/* FISHER FILM & PHOTO — COMPLETE CLEANED CSS            */
/* ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --bone: #E8E4D9;
  --cream: #F5F1E8;
  --sage: #5C6B5A;
  --sage-dark: #3F4A3D;
  --gold: #C9A961;
  --gold-mute: #B0986F;
  --charcoal: #1F1F1B;
}

/* ============ GLOBAL TYPOGRAPHY ============ */
body {
  font-family: 'Inter', sans-serif;
  color: var(--charcoal);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.elementor-heading-title {
  font-family: 'Italiana', serif !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
}

/* ============ HEADER — SAGE BACKGROUND ============ */
header#header.ct-header,
.ct-header[data-id="type-1"] {
  background: var(--sage) !important;
  border-bottom: 1px solid rgba(201, 169, 97, 0.3) !important;
}

.ct-header [data-row] {
  background: transparent !important;
}

/* Menu items base */
.ct-header .menu-item > a,
.ct-header .ct-menu-link {
  color: var(--cream) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.25em !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  border-bottom: none !important;
  text-transform: uppercase !important;
}

.ct-header .menu-item > a:hover {
  color: var(--gold) !important;
}

/* Menu 1 — gold underline (nav items only, NOT logo) */
.ct-header #header-menu-1 .menu-item:not(.menu-item-home) > a,
.ct-header #header-menu-1 .menu-item:not(.menu-item-home) .ct-menu-link {
  border-bottom: 1px solid var(--gold) !important;
  padding-bottom: 6px !important;
  font-size: 13px !important;
  letter-spacing: 0.35em !important;
  font-weight: 600 !important;
}

/* Menu 2 — no underline */
.ct-header #header-menu-2 .menu-item > a {
  border-bottom: none !important;
}

/* Kill current-page indicators */
.ct-header .menu-item.current-menu-item > a::before,
.ct-header .menu-item.current-menu-item > a::after,
.ct-header .menu-item.current_page_item > a::before,
.ct-header .menu-item.current_page_item > a::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* Instagram — icon ki jagah word */
.ct-header .ct-header-socials a[data-network="instagram"] .ct-icon-container {
  display: none !important;
}
.ct-header .ct-header-socials a[data-network="instagram"]::after {
  content: "Instagram";
  font-family: 'Inter', sans-serif !important;
  color: var(--gold) !important;
  -webkit-text-fill-color: var(--gold) !important;
  font-size: 12px !important;
  letter-spacing: 0.25em !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
.ct-header .ct-header-socials a[data-network="instagram"]:hover::after {
  color: var(--cream) !important;
  -webkit-text-fill-color: var(--cream) !important;
}

/* Container layout */
.ct-header [data-row="middle"] > .ct-container,
.ct-footer .ct-container {
  max-width: 1480px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 35px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* ============ FOOTER ============ */
.ct-footer [data-row="top"] {
  padding: 60px 0 !important;
}

.ct-footer .ct-widget,
.ct-footer .widget_block {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.ct-footer .ct-widget > div {
  padding: 40px 0 !important;
}

/* ============ ABOUT PAGE (2113) ============ */
body.page-id-2113 .page-title,
body.page-id-2113 .entry-header,
body.page-id-2113 article > .hero-section,
body.page-id-2113 header.entry-header {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-id-2113 main#main > .ct-container-full,
body.page-id-2113 main#main > .ct-container,
body.page-id-2113 article,
body.page-id-2113 article.post-2113,
body.page-id-2113 article > .entry-content,
body.page-id-2113 article > .entry-content.is-layout-constrained {
  padding: 0 !important;
  margin: 0 !important;
  --content-vertical-spacing: 0 !important;
}

/* ============ SERVICES PAGE (1114) ============ */
body.page-id-1114 .page-title,
body.page-id-1114 .entry-header,
body.page-id-1114 article > .hero-section,
body.page-id-1114 header.entry-header {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-id-1114 main#main > .ct-container-full,
body.page-id-1114 main#main > .ct-container,
body.page-id-1114 article,
body.page-id-1114 article.post-1114,
body.page-id-1114 article > .entry-content,
body.page-id-1114 article > .entry-content.is-layout-constrained {
  padding: 0 !important;
  margin: 0 !important;
  --content-vertical-spacing: 0 !important;
}

/* ============ FORMS ============ */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
.wpforms-field input,
.wpforms-field textarea {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(31, 31, 27, 0.5) !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  color: var(--charcoal) !important;
  box-shadow: none !important;
}

input:focus, textarea:focus {
  border-bottom-color: var(--sage) !important;
  outline: none !important;
}

label,
.wpforms-field-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--charcoal) !important;
  font-weight: 500 !important;
}

.wpforms-submit,
button[type="submit"] {
  background-color: var(--sage) !important;
  color: var(--cream) !important;
  border: none !important;
  padding: 16px 44px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
}

.wpforms-submit:hover,
button[type="submit"]:hover {
  background-color: var(--sage-dark) !important;
}

/* ============ PAGE TITLE KILL ============ */
.wp-block-post-title.is-page-title,
.elementor-page-title {
  display: none !important;
}

/* ============================================ */
/* MOBILE / TABLET (≤1024px)                    */
/* ============================================ */
@media (max-width: 1024px) {

  .ct-header [data-device="mobile"] [data-row="middle"] > .ct-container,
  .ct-header [data-device="mobile"] [data-row] > .ct-container {
    position: relative !important;
    min-height: 65px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding: 0 20px !important;
  }

  .ct-header [data-device="mobile"] .site-branding,
  .ct-header [data-device="mobile"] .site-logo-container,
  .ct-header [data-device="mobile"] [data-id="logo"],
  .ct-header [data-device="mobile"] [data-id="logo"] a,
  .ct-header [data-device="mobile"] .site-branding > a {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 5 !important;
    width: auto !important;
    height: auto !important;
    text-decoration: none !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    padding: 6px 12px !important;
    margin: 0 !important;
  }

  .ct-header [data-device="mobile"] .site-logo-container::before,
  .ct-header [data-device="mobile"] .site-branding > a::before,
  .ct-header [data-device="mobile"] [data-id="logo"] a::before {
    content: "FISHER FILM & PHOTO" !important;
    font-family: 'Inter', sans-serif !important;
    color: var(--cream) !important;
    font-size: 12px !important;
    letter-spacing: 0.25em !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid var(--gold) !important;
    padding-bottom: 4px !important;
    white-space: nowrap !important;
    display: inline-block !important;
    cursor: pointer !important;
    pointer-events: none !important;
    line-height: 1 !important;
  }

  .ct-header [data-device="mobile"] .site-logo-container img {
    display: none !important;
  }

  .ct-header [data-device="mobile"] .ct-header-trigger,
  .ct-header [data-device="mobile"] [data-column="end"],
  .ct-header [data-device="mobile"] [data-id="trigger"] {
    position: relative !important;
    z-index: 10 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .ct-header .ct-header-trigger svg,
  .ct-header .ct-header-trigger rect {
    fill: var(--cream) !important;
  }

  /* Mobile panel */
  .ct-panel,
  .ct-panel-inner,
  #offcanvas,
  #offcanvas .ct-panel-inner,
  .ct-panel-content,
  .ct-panel-content-inner {
    background-color: var(--sage) !important;
    background-image: none !important;
    color: var(--cream) !important;
  }

  .ct-panel::before, .ct-panel::after,
  .ct-panel-inner::before, .ct-panel-inner::after,
  .ct-panel-content::before, .ct-panel-content::after {
    background: none !important;
    background-image: none !important;
    content: none !important;
    display: none !important;
  }

  .ct-panel .ct-header-text p,
  #offcanvas .ct-header-text p,
  .ct-panel-content .entry-content p {
    color: var(--cream) !important;
    opacity: 1 !important;
  }

  .ct-panel .ct-header-text,
  .ct-panel .ct-header-text .entry-content,
  #offcanvas .ct-header-text,
  #offcanvas .entry-content {
    background: transparent !important;
  }

  .ct-panel .menu-item > a,
  .ct-panel .ct-menu-link,
  #offcanvas .menu-item > a,
  #offcanvas .ct-menu-link,
  .ct-panel ul.menu li a {
    color: var(--cream) !important;
    background: transparent !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    letter-spacing: 0.3em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-bottom: none !important;
    padding: 16px 24px !important;
  }

  .ct-panel .menu-item > a:hover,
  #offcanvas .menu-item > a:hover {
    color: var(--gold) !important;
  }

  .ct-panel .menu-item.current-menu-item > a,
  .ct-panel .menu-item.current_page_item > a,
  #offcanvas .menu-item.current-menu-item > a {
    color: var(--gold) !important;
    border-bottom: 1px solid var(--gold) !important;
  }

  .ct-panel .menu-item,
  #offcanvas .menu-item {
    border-bottom: 1px solid rgba(201, 169, 97, 0.15) !important;
  }

  .ct-panel .ct-toggle-close svg,
  #offcanvas .ct-toggle-close svg,
  .ct-panel .ct-toggle-close path,
  #offcanvas .ct-toggle-close path {
    fill: var(--cream) !important;
    stroke: var(--cream) !important;
  }

  /* Instagram in panel */
  .ct-panel .ct-social-box a[data-network="instagram"] .ct-icon-container,
  #offcanvas .ct-social-box a[data-network="instagram"] .ct-icon-container {
    display: none !important;
  }
  .ct-panel .ct-social-box a[data-network="instagram"]::after,
  #offcanvas .ct-social-box a[data-network="instagram"]::after {
    content: "Instagram";
    font-family: 'Inter', sans-serif !important;
    color: var(--gold) !important;
    -webkit-text-fill-color: var(--gold) !important;
    font-size: 14px !important;
    letter-spacing: 0.3em !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
  }
  .ct-panel .ct-social-box a[data-network="instagram"]:hover::after,
  #offcanvas .ct-social-box a[data-network="instagram"]:hover::after {
    color: var(--cream) !important;
    -webkit-text-fill-color: var(--cream) !important;
  }
}

/* ============ DEFAULT WP STUFF ============ */
.ct-breadcrumbs-shortcode {
  margin-bottom: 2.5em;
  --theme-text-color: rgba(255, 255, 255, 0.6);
  --theme-link-initial-color: #fff;
}
.ct-custom-spacing .wpforms-field { padding: 30px 0; }
.ct-align-center .wpforms-submit-container { text-align: center; }
.wpforms-submit-container button { font-weight: 600; text-transform: uppercase; }
.ct-custom-button .wpforms-submit-container button { padding: 15px 50px; }
.ugb-text__text p:last-child { margin-bottom: 0; }
.ct-gallery img { aspect-ratio: 1; object-fit: cover; }

/* Footer center */
.ct-footer .ct-container {
  display: block !important;
  text-align: center !important;
  max-width: 1480px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 35px !important;
}
.ct-footer .ct-container > div,
.ct-footer .ct-widget,
.ct-footer .widget_block { text-align: center !important; }
.ct-footer h3,
.ct-footer p,
.ct-footer .ct-widget > div {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ============ DESKTOP LOGO ============ */
#header #header-menu-1 li.menu-item-home .ct-menu-link {
  display: block !important;
  width: 160px !important;
  height: 58px !important;
  background: url('https://fisherfilmandphoto.com/wp-content/uploads/2026/06/logo-site-yellow.png') no-repeat left center / contain !important;
  padding: 0 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: none !important;
  line-height: 58px !important;
  border: none !important;
  border-bottom: none !important;
  text-decoration: none !important;
  outline: none !important;
}

/* Logo home — no border or hover line */
#header #header-menu-1 li.menu-item-home .ct-menu-link:hover,
#header #header-menu-1 li.menu-item-home .ct-menu-link:focus {
  border: none !important;
  border-bottom: none !important;
  text-decoration: none !important;
  outline: none !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

#header #header-menu-1 li.menu-item-home .ct-menu-link::before,
#header #header-menu-1 li.menu-item-home .ct-menu-link::after,
#header #header-menu-1 li.menu-item-home .ct-menu-link:hover::before,
#header #header-menu-1 li.menu-item-home .ct-menu-link:hover::after {
  display: none !important;
  content: none !important;
  background: none !important;
  border: none !important;
}

/* Mobile logo */
@media (max-width: 900px) {
  #header .site-logo-container {
    display: block !important;
    width: 120px !important;
    height: 44px !important;
    background: url('https://fisherfilmandphoto.com/wp-content/uploads/2026/06/logo-site-yellow.png') no-repeat left center / contain !important;
  }
}

/* Off-canvas text logo */
.ct-header-text[data-id="text"] .entry-content a {
  display: block !important;
  width: 160px !important;
  height: 58px !important;
  background: url('https://fisherfilmandphoto.com/wp-content/uploads/2026/06/logo-site-yellow.png') no-repeat left center / contain !important;
  padding: 0 !important;
  border: none !important;
  text-decoration: none !important;
}
.ct-header-text[data-id="text"] .entry-content a p {
  display: none !important;
}

/* ============ INSTAGRAM — GOLD EVERYWHERE ============ */
#header a[href*="instagram"] {
  color: #C9A961 !important;
  -webkit-text-fill-color: #C9A961 !important;
}
#header a[href*="instagram"]::after {
  color: #C9A961 !important;
  -webkit-text-fill-color: #C9A961 !important;
}
.ffp-svc-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.ffp-svc-card {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

.ffp-svc-grid > *:not(.ffp-svc-card) {
  display: none !important;
}

@media (max-width: 900px) {
  .ffp-svc-grid {
    flex-direction: column !important;
    max-width: 340px;
  }
  .ffp-svc-card {
    flex: none !important;
    width: 100% !important;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@400;500&family=Italiana&display=swap');

/* Page background */
body.archive, body.category, body.author,
body.archive #main, body.category #main, body.author #main,
body.archive .site-main, body.category .site-main, body.author .site-main {
  background-color: #F5F1E8 !important;
}

/* Author/archive top header */
body.author .ct-author-box,
body.author .author-avatar img {
  display: none !important;
}

body.author .page-title,
body.author .author-title,
body.archive .page-title {
  font-family: 'Italiana', serif !important;
  font-size: clamp(28px, 4vw, 52px) !important;
  color: #1F1F23 !important;
  letter-spacing: 0.05em !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-transform: none !important;
}

/* Move featured image to TOP of card */
.ct-blog-entry {
  display: flex !important;
  flex-direction: column !important;
}

.ct-blog-entry .post-thumbnail {
  order: -1 !important;
  overflow: hidden !important;
  aspect-ratio: 4/3 !important;
  margin-bottom: 0 !important;
}

.ct-blog-entry .post-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.6s ease !important;
}

/* Card hover */
body.archive article.post, body.category article.post, body.author article.post {
  background: #FDFCF8 !important;
  border: 1px solid rgba(201,169,97,0.18) !important;
  overflow: hidden !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

body.archive article.post:hover,
body.category article.post:hover,
body.author article.post:hover {
  box-shadow: 0 8px 28px rgba(92,107,90,0.13) !important;
  transform: translateY(-4px) !important;
}

body.archive article.post:hover .post-thumbnail img,
body.category article.post:hover .post-thumbnail img,
body.author article.post:hover .post-thumbnail img {
  transform: scale(1.05) !important;
}

/* Card inner padding */
body.archive .ct-blog-entry, body.category .ct-blog-entry, body.author .ct-blog-entry {
  padding: 0 !important;
}

body.archive .entry-title, body.category .entry-title, body.author .entry-title,
body.archive .entry-excerpt, body.category .entry-excerpt, body.author .entry-excerpt,
body.archive .ct-post-meta, body.category .ct-post-meta, body.author .ct-post-meta {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.archive .entry-title, body.category .entry-title, body.author .entry-title {
  padding-top: 16px !important;
}

/* Category tag — gold */
body.archive .ct-post-meta a, body.category .ct-post-meta a, body.author .ct-post-meta a,
body.archive .cat-links a, body.category .cat-links a, body.author .cat-links a {
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: #C9A961 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

/* Card title */
body.archive .entry-title a, body.category .entry-title a, body.author .entry-title a {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(17px, 1.6vw, 22px) !important;
  color: #1F1F23 !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  transition: color 0.3s !important;
}

body.archive .entry-title a:hover, body.category .entry-title a:hover,
body.author .entry-title a:hover {
  color: #5C6B5A !important;
}

/* Excerpt */
body.archive .entry-excerpt p, body.category .entry-excerpt p, body.author .entry-excerpt p {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: #6B6B6B !important;
  margin-bottom: 12px !important;
}

/* Date */
body.archive .ct-post-meta, body.category .ct-post-meta, body.author .ct-post-meta {
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #8B7E5C !important;
}

/* Read more */
body.archive .more-link, body.category .more-link, body.author .more-link {
  font-family: 'Inter', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #5C6B5A !important;
  border-bottom: 1px solid #C9A961 !important;
  text-decoration: none !important;
  padding: 0 20px 16px !important;
  display: inline-block !important;
}

/* ============================================
   FISHER HEADER FIX — July 8, 2026
   Paste this at the VERY BOTTOM of:
   wp-admin → Appearance → Customize → Additional CSS
   (fisherfilmandphoto.com)

   Kya karta hai:
   1. Mobile/tablet header se "FISHER FILM & PHOTO"
      text hataata hai (site-wide — blogs, author
      pages, archives, sab jagah)
   2. Logo ko center se LEFT pe le aata hai
   3. Hamburger menu right pe rehta hai
   ============================================ */
@media (max-width: 1024px) {

  /* 1. "FISHER FILM & PHOTO" text — remove */
  .ct-header [data-device="mobile"] .site-logo-container::before,
  .ct-header [data-device="mobile"] .site-branding > a::before,
  .ct-header [data-device="mobile"] [data-id="logo"] a::before {
    content: none !important;
    display: none !important;
    border: none !important;
  }

  /* 2. Logo — normal flow, left side (no absolute centering) */
  .ct-header [data-device="mobile"] .site-branding,
  .ct-header [data-device="mobile"] .site-logo-container,
  .ct-header [data-device="mobile"] [data-id="logo"],
  .ct-header [data-device="mobile"] [data-id="logo"] a,
  .ct-header [data-device="mobile"] .site-branding > a {
    position: static !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* 3. Row: logo left, hamburger right */
  .ct-header [data-device="mobile"] [data-row="middle"] > .ct-container,
  .ct-header [data-device="mobile"] [data-row] > .ct-container {
    justify-content: space-between !important;
  }

  /* 4. Logo image — visible on all mobile/tablet widths */
  #header [data-device="mobile"] .site-logo-container {
    display: block !important;
    width: 120px !important;
    height: 44px !important;
    background: url('https://fisherfilmandphoto.com/wp-content/uploads/2026/06/logo-site-yellow.png') no-repeat left center / contain !important;
  }
}