/*
Theme Name: Tu Corazon Sport Fishing
Theme URI: https://example.com
Author: Starter
Author URI: https://example.com
Description: Panama City Guide Fishing Site.
Version: 1.0
Text Domain: Tu Corazon Sport Fishing
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&family=Cormorant+Garamond:wght@300;600&family=Dancing+Script:wght@600&family=Open+Sans:wght@400;600&display=swap');
@import url("https://db.onlinewebfonts.com/c/77d394fa0c1103c648f880b77cb4a32f?family=Futura+LT+W01+Medium");
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Oswald:wght@200..700&display=swap');

/* ===== DESIGN TOKENS ===== */
:root {
    /* nav / headings */
    --navy-trans: rgba(35, 48, 64, .85);
    --accent: #3a6ea5;
    /* link/button blue */
    --light: #f6f7f9;
    --text: #333;
    --white: #fff;
    --maxw: 1100px;
    --pad: clamp(1rem, 4vw, 4rem);
    --display: "Oswald", sans-serif;
    --serif: "Cormorant Garamond", serif;
    --script: "Dancing Script", cursive;
    --body: "Droid Serif", Arial, sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&family=Parisienne&display=swap');

:root {
    /* Futura LT Book → Jost (geometric Futura revival) */
    --futura-book: "Jost", "Century Gothic", "Futura LT", sans-serif;
    --futura-light: "Futura LT W01 Medium", "Jost", "Century Gothic", sans-serif;
    --script: "Parisienne", "Dancing Script", cursive;

    --navy: #253c57;
    /* rgb(37,60,87) headings */
    --navy-dark: #18293d;
    /* rgb(24,41,61) banner title */
    --steel: #4682b4;
    /* script blue */
    --aqua: rgba(190, 225, 230, .88);
    /* EXACT live card bg */
    --aqua-dash: #414141;
    /* dashed border color */
    --content: 982px;

    /* reusable banner shadow */
    --title-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px,
        rgba(140, 140, 140, .498) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, .498) 0px 5px 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--body);
    font-weight: 300;
    color: var(--navy);
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

/* ---------- 1. HERO ---------- */
.hero {
    min-height: 781px;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

.hero-text {
    padding-top: 30px;
}

.eyebrow {
    font-family: var(--futura-book);
    font-weight: 900;
    font-size: 22px;
    /*22px*/
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--navy);
}

.hero-title {
    font-family: "Caudex", serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 38px;
    color: var(--navy-dark);
    /* per your spec */
    text-shadow: var(--title-shadow);
    /* banner title shadow */
}

.hero .script--dark {
    font-family: var(--script);
    color: var(--navy-dark);
    font-size: 44px;
    text-align: right;
}

/* ---------- shared ---------- */
.section {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.section--intro {
    text-align: center;
    padding: 10px 20px 160px;
}

.navy-strong {
    font-weight: 900;
}

.script {
    font-family: var(--script);
}

.script--blue {
    color: var(--steel);
}

.intro-head {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 3.0625rem;
    margin-bottom: 60px;
    color: #415d7d;
}

.intro-script {
    display: block;
    font-size: 35px;
    line-height: 0;
    max-width: 500px;
    margin: 0 auto;
    text-align: right;
}

.section--intro .card p,
.card--left p,
.trip-card.card p {
    line-height: 40px;
    color: #253c57;
    border: 1px dashed #253c57;
    border-radius: 5px;
}

.section--intro .card p {
    padding: 32px 8px 20px;
}

/* ---------- aqua text cards (720px, dashed) ---------- */
.section--intro .card,
.overlap--left .card,
.card {
    background: var(--aqua);
    padding: 20px;
    width: 720px;
    max-width: 100%;
}

.section--intro .card {
    padding: 23px 20px 46px;
}

.card p,
.card--left p {
    font-family: "Droid Serif", serif;
    font-weight: 300;
    font-size: 19px;
    word-spacing: 1.5px;
    padding: 8px;
}

.card strong {
    font-weight: 600;
}

/* ---------- overlap image + card ---------- */
.overlap {
    position: relative;
}

.overlap.overlap--left {
    padding: 0 20px;
    margin-bottom: 170px;
}

.overlap-img {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 653px;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* .overlap-img.tall {
    height: 480px;
} */

.overlap--left .overlap-img {
    margin-left: auto;
}

/* sea photo pushed right */
.card--right {
    position: absolute;
    right: 120px;
    bottom: -130px;
    text-align: left;
}

.card--left {
    position: absolute;
    left: 80px;
    bottom: -23%;
    text-align: left;
    padding: 23px 20px 15px !important;
}

/* big overlay titles — Futura Book 92px, weight 400, NOT serif */
.overlay-title {
    position: absolute;
    top: 24px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.ov-line {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 92px;
    line-height: 1.02;
    text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px;
}

/* 92px */
.ov-light {
    color: #fff;
}

/* readability shadow on photo */
.ov-dark {
    color: var(--navy-dark);
}

/* layered shadow like banner */

/* ---------- 3. Fishing / Adventure ---------- */
.split-head {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.fishing-word {
    margin: 0 auto;
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 79px;
    width: 100%;
    max-width: 560px;
    text-align: left;
    color: var(--navy);
}

.adventure-word {
    display: block;
    font-family: var(--script);
    color: var(--steel);
    font-size: 73px;
    margin-top: -6px;
    line-height: 0px;
    margin-right: 180px;
}

.adventure_layout {
    max-width: 1390px;
    width: 100%;
    margin-right: auto;
    background: #bee1e6e0;
}

.split {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    align-items: center;
    max-width: 1060px;
    gap: 40px;
    margin: 0 80px 0 auto;
    padding: 0 20px;
}

/* full-width aqua band */
.split-body {
    background: transparent;
}

.split-body h3 {
    font-family: var(--futura-book);
    font-weight: 300;
    font-size: 32px;
    margin-bottom: 1rem;
}

.split-body h3 .navy-strong {
    font-weight: 500;
}

.card_desc {
    border: 1px dashed #253c57;
    border-radius: 5px;
    padding: 5px 14px 20px;
}

.split-body p {
    margin-bottom: 24px;
    font-size: 20px;
}

.split-img {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    margin-top: -60px;
}


/* ---------- buttons ---------- */
.btn-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: center;
}

.btn-row.btn-row--left {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    top: 40px;
    z-index: 9;
    padding-bottom: 100px;
}

.btn-row--center {
    justify-content: center;
}

.btn-row.btn-row--left .arrow {
    width: 120px;
    height: 78px;
    transform: rotate(74.80468535526973deg);
    position: absolute;
    top: -70px;
    left: 0;
    opacity: 0.88;
    z-index: 999;
}

.btn {
    display: inline-block;
    background: var(--navy);
    color: #fff;
    font-family: var(--futura-light), sans-serif;
    font-weight: 300;
    font-size: 23px;
    padding: 6px 24px;
    text-decoration: none;
    transition: .25s;
    letter-spacing: 2px;
}

.btn:hover {
    background: var(--navy-dark);
}

/* ---------- 5. ENJOY! the Trip ---------- */
.trip-head {
    text-align: center;
    padding-top: 10px;
}

.trip_sec {
    padding: 0 20px;
    position: relative;
}

.trip-head .navy-strong {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 60%;
}

.trip-line {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 75px;
    line-height: 100%;
    margin-left: 40px;
}

.trip-line .script {
    color: var(--steel);
    font-size: 75px;
}

.trip-photos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 986px;
    margin: 0 auto;
}

.trip-photos img:first-child {
    grid-row: 1/ span 2;
}

.trip-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.trip-card {
    position: absolute;
    right: 80px;
    bottom: 80px;
}

.btn-row.btn-row--center {
    margin-top: 160px;
    margin-bottom: 60px;
}

/* ---- Boats & Rates page-specific styles ---- */

.section--page-head {
    text-align: center;
    padding: 40px 20px 24px;
}

/* Full-bleed hero photo, mirrors the theme's .overlap-img sizing */
.page-hero {
    width: 100%;
    max-width: 1600px;
    height: 640px;
    margin: 0 auto 60px;
    background-size: cover;
    background-position: center center;
}

.boat-sec {
    margin-bottom: 80px;
}

/* Reverse variant: image-left on desktop, reusing the existing .split grid */
.split--reverse .split-img {
    order: -1;
}

/* Feature list styled with the theme's dashed-border card language */
.spec-title {
    font-family: var(--futura-book);
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--navy);
    margin: 22px 0 12px;
}

.spec-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 14px 18px;
    border: 1px dashed var(--navy);
    border-radius: 5px;
    columns: 2;
    column-gap: 28px;
}

.spec-list li {
    font-family: "Droid Serif", serif;
    /* reuses the page's body-serif font */
    font-weight: 300;
    font-size: 17px;
    line-height: 1.9;
    break-inside: avoid;
}

/* Pricing block */
.rate-box {
    border-top: 1px dashed var(--navy);
    padding-top: 18px;
}

.rate {
    font-family: var(--futura-book);
    font-size: 20px;
    color: var(--navy);
    margin-bottom: 10px;
}

.rate-label {
    display: inline-block;
    min-width: 92px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rate strong {
    color: var(--navy-dark);
    font-weight: 700;
}

.rate-note {
    font-family: "Droid Serif", serif;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 8px;
    opacity: .9;
}

.cta-sec {
    text-align: center;
    padding: 20px 20px 90px;
}

/* ============================================================
   Boats & Rates page — rebuilt layout (br- prefix)
   ============================================================ */
.br-page {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 60px;
    font-family: var(--body);
    color: var(--navy);
    box-sizing: border-box;
}


/* Page heading */
.br-head {
    text-align: center;
    padding-bottom: 12px;
}

.br-eyebrow {
    font-family: "LuloCleanOne-Bold", serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #415d7d;
    margin: 0;
}

/* Hero + standalone boat photo */
.br-hero,
.br-photo {
    margin: 0 auto 24px;
    text-align: center;
}

.br-hero img {
    max-height: 550px;
    object-fit: cover;
    object-position: 50% 50%;
}

.br-hero img,
.br-photo img {
    display: block;
    width: 100%;
    height: 100%;
}

.br-photo {
    margin-top: 8px;
}

/* Boat content card */
.br-boat {
    max-width: 100%;
    margin: 0 auto;
}

.br-card {
    background: #d3edf2;
    padding: 27px 24px 48px;
}

.br-title {
    font-family: var(--futura-light);
    font-weight: 500;
    font-size: 30px;
    color: var(--navy);
    margin: 0 0 22px;
}

.br-desc {
    font-size: 19px;
    word-spacing: 3px;
    color: var(--navy);
    margin: 0 0 22px;
}

.br-desc strong {
    font-weight: 700;
}

.br-list {
    list-style: disc;
    padding-left: 26px;
    margin: 0 0 30px;
    color: var(--navy);
}

.br-list li {
    font-size: 19px;
    line-height: normal;
    margin: 0 0 6px;
}

/* dashed pricing box */
.br-rate {
    border: 1px dashed #18293de0;
    border-radius: 5px;
    padding: 22px 24px;
    max-width: 630px;
    margin: 0 auto 26px;
    text-align: center;
}

.br-rate p,
.rate_time p {
    font-size: 19px;
    line-height: 120%;
    color: var(--navy);
    margin: 0;
}

.br-note {
    font-size: 19px;
    line-height: normal;
    color: var(--navy);
    margin: 0;
}

.br-note strong,
.br-note em,
.br-rate strong,
.rate_time strong {
    font-weight: 600;
}

/* dotted divider */
.br-divider {
    width: 284px;
    height: 0;
    border-top: 2px dotted #18293de0;
    margin: 60px auto;
}

/* Closing CTA */
.br-cta {
    text-align: center;
    padding: 10px 20px 30px;
}

.br-cta-text {
    font-family: var(--serif);
    font-size: 26px;
    color: var(--navy);
    margin: 0 0 30px;
}

.br-cta-text strong {
    font-weight: 700;
}

.br-cta-text em {
    font-style: italic;
}

.br-cta-btnrow {
    text-align: center;
}

.br-btn {
    display: inline-block;
    background: #243b54;
    color: #fff;
    font-family: var(--futura-book);
    font-size: 17px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 2px;
}

.br-btn:hover {
    background: #2f4d6e;
}

/* Ocean water footer band */

/* Pricing Packages - policy box (dashed) */
.br-policy {
    border: 1px dashed var(--navy, #253c57);
    border-radius: 2px;
    padding: 24px 28px;
    margin: 28px 0 8px;
    text-align: left;
    color: var(--navy, #253c57);
}

.br-policy p {
    margin: 0 0 6px;
}

.br-policy .br-list {
    margin: 4px 0 14px;
}

.br-policy .br-list:last-child {
    margin-bottom: 0;
}

.br-water {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-top: 40px;
    overflow: hidden;
    background: #1f6fb0;
    margin: 0 auto;
}

.br-water-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
    display: block;
    object-position: 50% 6%;
}

.pricing_packages .br-list {
    list-style: "*";
}

.pricing_packages .contact_btn {
    margin: 60px auto;
}

.rate_time {
    margin-bottom: 20px;
}

/* ===== end Boats & Rates rebuild ===== */



/* =====================================================
   TOURNAMENTS PAGE (scoped under .tournaments-page)
   ===================================================== */
.tournaments-page {
    padding: 40px 20px;
}

.tournaments-page h1.br-eyebrow {
    font-family: 'Futura LT W01 Medium';
    text-transform: capitalize;
    font-size: 52px;
    color: var(--navy);
    letter-spacing: 0px;
}

/* zig-zag row */
.tournaments-page .trn-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: nowrap;
}

.tournaments-page .trn-row--reverse {
    flex-direction: row-reverse;
}

/* figure + navy offset frame */
.tournaments-page .trn-figure {
    position: relative;
    flex: 1 1 600px;
    max-width: 600px;
}

.tournaments-page .trn-figure img {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.tournaments-page .trn-figure::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 86%;
    height: 86%;
    bottom: -22px;
    background: var(--navy, #253c57);
    border-radius: 2px;
}

.tournaments-page .trn-figure--left::after {
    right: -22px;
}

.tournaments-page .trn-figure--right::after {
    left: -22px;
}

/* text column */
.tournaments-page .trn-text {
    flex: 1 1 340px;
    max-width: 340px;
}

.tournaments-page .trn-text--right {
    text-align: left;
}

.tournaments-page .trn-text--left {
    text-align: right;
}

/* headings: serif + script mix */
.tournaments-page .trn-heading {
    margin: 0;
    line-height: 1;
    color: #415d7d;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.tournaments-page .trn-text--right .trn-heading {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}


.tournaments-page .trn-text--left .trn-heading {
    align-items: flex-end;
}

.tournaments-page .champ_box .trn-heading {
    align-items: center;
}

.tournaments-page .trn-serif {
    font-family: "Caudex", var(--serif, "Cormorant Garamond", serif);
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
}

.tournaments-page .trn-display {
    font-family: 'Futura LT W01 Medium', var(--serif, "Cormorant Garamond", serif);
    font-size: 75px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}

.champ_box .trn-serif {
    font-size: 65px;
    text-align: center;
    color: #4682B4;
}

.tournaments-page .trn-script {
    font-family: var(--script, "Dancing Script", cursive);
    color: var(--accent, #3a6ea5);
    font-size: 55px;
    font-weight: 700;
    margin-top: -6px;
}

.tournaments-page .trn-text--right .trn-script {
    width: 100%;
    text-align: center;
}

.tournaments-page .trn-script--lg {
    font-size: clamp(56px, 8vw, 100px);
}

/* decorative icons */
.tournaments-page .trn-icon {
    display: block;
    width: 164px;
    height: 100%;
    color: #BEE1E6;
    fill: #BEE1E6;
    /* 	opacity: .55; 
	margin: 4px 0;  */
}

.tournaments-page .champ_box .trn-icon {
    width: 113px;
}


.tournaments-page .br-cta {
    padding: 0px;
}

.tournaments-page .trn-cta-text {
    font-family: 'Futura LT W01 Medium', serif;
    font-size: 50px;
    margin-bottom: 0px;
}

/* ============ Reviews Page ============ */

.reviews-page .rev-title {
    font-family: "Libre Baskerville", sans-serif;
    color: var(--navy, #253c57);
    font-size: 36px;
    font-weight: 400;
    margin: 48px 0 36px;
}

.reviews-page .rev-layout {
    display: flex;
    align-items: flex-start;
    gap: clamp(28px, 5vw, 64px);
}

.reviews-page .rev-col {
    flex: 1 1 0;
    min-width: 0;
}

.reviews-page .rev-media {
    flex: 0 0 47%;
    max-width: 47%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.reviews-page .rev-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.reviews-page .rev-card {
    margin: 0 0 36px;
}

.reviews-page .rev-quote {
    font-family: var(--serif, "Cormorant Garamond", serif);
    color: var(--navy, #253c57);
    font-size: 19px;
    line-height: normal;
}

.reviews-page .rev-author {
    font-family: var(--serif, "Cormorant Garamond", serif);
    font-style: italic;
    color: var(--navy, #253c57);
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 10px;
}

.reviews-page .rev-stars {
    display: flex;
    gap: 5px;
}

.reviews-page .rev-star {
    display: block;
    width: 23px;
    height: 22px;
    color: #EEFF42;
    fill: #EEFF42;
}

.reviews-page .rev-cta {
    text-align: center;
    margin: 56px 0 16px;
}

.reviews-page .rev-cta-text {
    font-family: var(--serif, "Cormorant Garamond", serif);
    color: var(--navy, #253c57);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.reviews-page .rev-cta-text strong {
    font-weight: 700;
}

.reviews-page .btn {
    font-size: 15px;
    padding: 8px 14px;
    font-weight: 400;
}

/* ============ Contact Us Page ============ */
.contact-page {
    max-width: 630px;
}

.contact-page .cp-title {
    font-family: var(--futura-light);
    color: var(--navy, #253c57);
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 60px 0 20px;
}

.contact-page .cp-subtitle {
    font-family: var(--futura-light);
    color: var(--navy, #253c57);
    text-align: center;
    font-size: 27px;
    font-weight: 500;
}

.contact-page .cp-form {
    margin: 0 auto;
}

.contact-page .wpcf7 p {
    margin: 0;
}

.contact-page .cf-row {
    margin-bottom: 12px;
}

.contact-page .cf-row--two {
    display: flex;
    gap: 22px;
}

.contact-page .cf-row--two .cf-field {
    flex: 1 1 0;
    min-width: 0;
}

.contact-page .cf-field {
    display: block;
}

.contact-page .cf-field label,
.contact-page form label {
    display: block;
    font-family: var(--futura-light);
    color: var(--navy, #253c57);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-page .cf-req {
    color: #c0392b;
}

.contact-page .wpcf7-form-control-wrap {
    display: block;
}

.contact-page .name_field,
.contact-page .email_field,
.contact-page .phone_field,
.contact-page .message_field {
    width: 100%;
    box-sizing: border-box;
    background: #89aeb3cc;
    border: none;
    color: var(--white);
    font-family: var(--futura-light);
    font-size: 20px;
    padding: 14px 16px;
    outline: none;
    transition: box-shadow .2s;
}

.contact-page .name_field::placeholder,
.contact-page .email_field::placeholder,
.contact-page .phone_field::placeholder,
.contact-page .message_field::placeholder {
    color: #000;
}

.contact-page .name_field:focus,
.contact-page .email_field:focus,
.contact-page .phone_field:focus,
.contact-page .message_field:focus {
    background: #9bcb6c;
}

.contact-page .message_field {
    min-height: 150px;
    resize: vertical;
}

.contact-page .cf-row--accept {
    margin-top: 26px;
}

.contact-page .cf-row--accept .wpcf7-list-item {
    margin: 0;
}

.contact-page .cf-row--accept label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--futura-light);
    font-weight: 400;
    font-size: 20px;
    color: var(--navy, #253c57);
}

.contact-page .acceptance_field {
    width: 15px;
    height: 15px;
    accent-color: #89aeb3cc;
}

.contact-page .cf-row--submit {
    text-align: center;
    margin-top: 32px;
}

.contact-page .submit_button {
    display: inline-block;
    background: #18293d;
    color: #fff;
    font-family: var(--futura-light, sans-serif);
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 2px;
    padding: 6px 60px;
    border: none;
    cursor: pointer;
    transition: .25s;
}

.contact-page .submit_button:hover {
    background: #89aeb3cc;
    color: #000;
}

.contact-page .wpcf7-not-valid-tip {
    font-family: var(--futura-light);
}

.contact-page .wpcf7-spinner {
    display: none;
}

/* ============ Blog + Single Post============ */
/* .blog-page,
.br-page.single-post {
    max-width: 980px;
} */

.tcsf-share {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tcsf-share-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--navy, #253c57);
    position: relative;
}

.tcsf-share-ico svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.tcsf-share-ico:hover {
    color: var(--accent, #3a6ea5);
}

.tcsf-copied {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--navy, #253c57);
    color: #fff;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 3px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
    white-space: nowrap;
    font-family: var(--body, sans-serif);
}

.tcsf-copy.is-copied .tcsf-copied {
    opacity: 1;
}

.tcsf-menu {
    position: relative;
    margin-left: auto;
}

.tcsf-menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--navy, #253c57);
    border-radius: 50%;
}

.tcsf-menu-btn svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.tcsf-menu-btn:hover {
    background: rgba(37, 60, 87, .08);
}

.tcsf-menu-pop {
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    padding: 14px 16px;
    z-index: 30;
    display: none;
    min-width: 180px;
}

.tcsf-menu.is-open .tcsf-menu-pop {
    display: block;
}

.tcsf-menu-title {
    display: block;
    font-family: var(--serif, "Cormorant Garamond", serif);
    font-weight: 600;
    color: var(--navy, #253c57);
    margin-bottom: 10px;
    font-size: 16px;
}

.tcsf-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    background: #c7d3df;
}

.tcsf-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tcsf-avatar--initial {
    background: var(--navy, #253c57);
    color: #fff;
    font-family: var(--serif, "Cormorant Garamond", serif);
    font-weight: 600;
    font-size: 20px;
}

.blog-page .blog-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 10px;
    /*     border-bottom: 1px solid #e2e6ea;
    padding-bottom: 18px; */
}

.blog-page .blog-head-link {
    font-family: var(--futura-light, "Cormorant Garamond", serif);
    color: var(--navy, #253c57);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.blog-page .blog-head-link:hover {
    color: var(--accent, #3a6ea5);
}

.blog-page .blog-search {
    display: flex;
    align-items: center;
    background: #eef1f4;
    border-radius: 22px;
    padding: 4px 6px 4px 16px;
}

.blog-page .blog-search-input {
    border: none;
    background: none;
    outline: none;
    font-family: var(--futura-light, sans-serif);
    font-size: 15px;
    color: var(--navy, #253c57);
    width: 180px;
}

.blog-page .blog-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--navy, #253c57);
}

.blog-page .blog-search-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.blog-page .blog-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.blog-page .bp-card {
    display: flex;
    gap: 0px;
    align-items: stretch;
    margin: 20px 0;
    border: 1px solid #e2e6ea;
}

.blog-page .bp-card-img {
    flex: 0 0 48%;
    max-width: 48%;
    height: 350px;
    display: block;
    overflow: hidden;
    border-radius: 2px;
}

.blog-page .bp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-page .bp-card-body {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    padding: 24px 36px;
    flex-direction: column;
}

.blog-page .bp-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.blog-page .bp-card-meta {
    display: flex;
    max-width: 150px;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
    font-family: var(--futura-light, sans-serif);
    font-size: 12px;
    color: #414141;
    line-height: 160%;
}

.blog-page .bp-author {
    color: #414141;
}

.blog-page .bp-dot {
    color: #414141;
    font-size: 20px;
}

.blog-page .bp-title {
    margin: 0 0 12px;
}

.blog-page .bp-title a {
    font-family: var(--futura-light, "Cormorant Garamond", serif);
    color: #414141;
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
}

.blog-page .bp-title a:hover {
    color: var(--accent, #3a6ea5);
}

.blog-page .bp-excerpt {
    font-family: var(--futura-light, "Cormorant Garamond", serif);
    color: #414141;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 18px;
}

.blog-page .bp-card-foot {
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #e2e6ea;
}

.br-page.single-post {
    max-width: 1200px;
	margin-top: 40px;
}

.single-post .sp-crumb {
    display: inline-block;
    font-family: var(--futura-light);
    font-size: 14px;
    color: #414141;
    text-decoration: none;
    margin: 32px 0 20px;
}

.single-post .sp-crumb:hover {
    color: var(--accent, #3a6ea5);
}

.single-post .sp-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.single-post .sp-head-meta {
    display: flex;
    flex-direction: row;
    font-family: var(--futura-light);
    font-size: 14px;
    gap: 5px;
    color: #414141;
    align-items: center;
}

.single-post .sp-author {
    /*     color: var(--navy, #253c57); */
    font-weight: 600;
    font-size: 15px;
}

.single-post .sp-title {
    font-family: var(--futura-light);
    color: #414141;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 16px;
}

.single-post .sp-updated {
    font-family: var(--futura-light);
    font-size: 12px;
    color: #414141;
    margin: 0 0 24px;
}

.single-post .sp-feature {
    margin: 18px 0 28px;
}

.single-post .sp-feature img {
    width: 100%;
    height: auto;
    display: block;
}

.single-post .sp-body {
    font-family: var(--futura-light);
    color: #414141;
    font-size: 18px;
    line-height: 1.6;
}

.single-post .sp-body p {
    margin: 0 0 20px;
}

.single-post .sp-body img {
    display: block;
    margin: 24px auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    max-width: 100%;
}

.single-post .sp-body a{
	color: var(--accent);
    text-decoration: none;	
}

.single-post .sp-body a:hover{
	color: var(--navy);
}
.single-post .sp-share-row {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    padding: 24px 0;
    margin-top: 16px;
    border-top: 1px solid #e2e6ea;
}

.single-post .sp-recent {
    margin: 36px 0 20px;
}

.single-post .sp-recent-title {
    font-family: var(--futura-light);
    color: #414141;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px;
}

.single-post .sp-recent-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.single-post .sp-recent-card {
    text-decoration: none;
    display: block;
	border: 1px solid #f2f2f2bf;
}

.single-post .sp-recent-img {
    display: block;
    overflow: hidden;
    border-radius: 2px;
}

.single-post .sp-recent-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.single-post .sp-recent-card:hover .sp-recent-img img {
    transform: scale(1.04);
}

.single-post .sp-recent-name {
    display: block;
    font-family: var(--futura-light);
    color: #414141;
    font-size: 18px;
    font-weight: 400;
    padding: 20px;
    line-height: 1.3;
}

.single-post .sp-recent-card:hover .sp-recent-name {
    color: var(--accent, #3a6ea5);
}

@media (max-width: 860px) {}


/* ===== FOOTER ===== */
.site-footer {
    background: #77a2c7;
    color: var(--white);
    text-align: center;
    padding: 5px;
}

.site-footer .social {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.site-footer .social a {
    color: var(--white);
}

.copyright {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--white);
    margin: 7px auto;
}

/* ================================================================================= */
/* MAIN HEADER  */
/* ================================================================================= */

#main-header {
    display: block;
    position: relative;
    left: 0;
    margin: 0 auto;
    padding: 0 0;
    width: 100%;
    height: auto;
    background: var(--gray);
    background-size: 100% auto;
    border-bottom: 4px var(--primary) solid;
    /*	border-radius: 8px 8px 0 0;*/
    /*	box-shadow: 0 80px 120px rgba(0,0,0,.333) inset;*/
    z-index: 9999;
}

#main-header {
    border-bottom: none;
    box-shadow: 0;
    padding: 20px 40px;
}

@media only screen and (max-width: 1440px) {
    #main-header:after {
        transform: translateY(75%);
    }
}

#main-header.overlay {
    position: relative;
    background: none;
}

#main-header.left #site-navigation {
    display: grid;
    grid-template-columns: 11% auto;
    grid-gap: 5%;
}

#main-header.left #site-navigation .menu {
    padding: 0 !important;
    /*-- just in case --*/
}

#site-navigation .mobile_nav_bar {
    order: 2;
}

/* ================================================================================= */
/* NAVIGATION  */
/* ================================================================================= */

#logo-wrap {
    display: grid;
    grid-template-columns: 1fr 25% 1fr;
    grid-gap: 1.5%;
    align-items: center;
    justify-items: center;
    background: var(--tan);
}

#logo-wrap .lefthand,
#logo-wrap .righthand {
    display: flex;
    justify-content: flex-end;
    border-radius: 3px;
    z-index: 2;
}

#logo-wrap .lefthand {
    border: 1px var(--primary) solid;
}

#logo-wrap .righthand {
    justify-content: flex-start;
}

#site-navigation {
    display: grid;
    grid-template-columns: 14% 1fr;
    grid-gap: 1.5%;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1560px;
    width: auto;
    height: auto;
    font-family: "Futura LT W01 Medium", sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 2px;
    box-sizing: border-box;
    z-index: 1;
}

@media only screen and (max-width: 1366px) {
    #site-navigation {
        font-size: 16px;
    }
}

a.custom-logo-link,
a.custom-logo-link img {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    height: auto;
    transition: all .2s ease-in;
    box-sizing: border-box;
    z-index: 2;
}

a.custom-logo-link img {
    width: 100%;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0;
    height: 52px;
    background: #4682b4;
    border-radius: 8px;
    max-width: 1160px;
    width: 100%;
    box-shadow: 0.00px 0.00px 5px 3px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 2;
}

.alt .menu {
    transform: translateY(-25%);
}

.menu:nth-of-type(2) {
    justify-content: flex-start;
}

.menu li {
    display: inline-flex;
    position: relative;
    margin: 0;
    height: 100%;
}

.menu li#home {
    font-variant: normal !important;
    font-weight: 900 !important;
}

.menu li#home i {
    margin: 0;
    font-size: 140% !important;
    font-weight: 300 !important;
    color: var(--black) !important;
    transform: translateY(-3%);
}

.bg-dark .menu li#home i {
    color: #fff !important;
}

.menu li:last-child a {
    /* Only for graphic divider */
    background-image: none;
}

.menu a {
    display: grid;
    align-content: center;
    padding: .8rem 1.2rem;
    height: auto;
    color: var(--white);
    text-align: center;
    text-decoration: none;
}

.overlay .menu a {
    color: #fff;
}

@media only screen and (max-width: 1680px) {

    .menu a {
        padding: 1rem 1.5rem;
    }
}

.overlay .menu a {
    color: #fff;
}

.menu a:hover {
    background-color: #ffffff54;
    transition: background-color 0.4s ease 0s;
    color: #bee1e6;
}

.menu i {
    display: block;
    margin: 0 0 .666rem;
    font-size: 150% !important;
    color: var(--primary);
    transition: all 0.1s ease-in;
}

.menu li:hover i {
    color: var(--accent);
}

.social-media i,
.menu .social-media i {
    font-size: 120% !important;
    color: var(--black);
}

.menu .social-media i {
    color: rgba(0, 0, 0, .75);
}

.social-media a:hover i,
.menu .social-media a:hover i {
    color: var(--accent);
}

.bg-dark .social-media i {
    color: #fff;
}

.bg-dark .social-media a:hover i {
    color: #fff;
}

#site-navigation .menu span {
    margin: 0 auto .666rem;
    text-align: center;
    color: var(--accent) !important;
}

/* ---------------------------------------- SUBMENU ---------------------------------------- */

.sub-wrapper:after {
    content: '\e5cf';
    position: absolute;
    left: 50%;
    bottom: 0;
    font-family: 'Material Symbols Outlined';
    font-size: 160% !important;
    font-weight: 300;
    color: var(--accent);
    transform: translate(-50%, 70%);
}

.sub-menu {
    display: none;
    position: absolute;
    top: 95%;
    left: 4%;
    margin: 0;
    padding: .8rem 0;
    width: 240px;
    height: 0;
    font-size: 100%;
    background: var(--primary);
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 2;
}

@media only screen and (max-width: 1560px) {
    .sub-menu {
        width: 230px;
    }
}

.sub-wrapper:hover .sub-menu {
    display: block;
    height: auto;
    opacity: 1;
}

.sub-menu li {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: Oswald, var(--sans);
    font-weight: 400;
    font-size: 97.5%;
    line-height: 1.4;
    text-align: left;
    text-shadow: 0 -1px 0 #fff;
}

.sub-menu a {
    display: block;
    padding: .5rem 1rem;
    height: auto;
    color: #fff;
    /*	color: var(--black);*/
    text-align: left;
    text-shadow: none;
    background: none;
}

.sub-menu a:hover {
    color: rgba(255, 255, 255, .8);
}


/* ===== RESPONSIVE ===== */

@media (min-width: 1024px) and (max-width: 1200px) {
    #main-header .menu a {
        font-size: 14px !important;
    }

    .menu a {
        padding: 10px;
    }
}

.menu-item-has-children::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    font-family: "Material Symbols Outlined";
    font-weight: 300;
    color: var(--accent);
    transform: translate(-50%, 55%);
    font-size: 180% !important;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.sub-menu {
    height: auto !important;
}

.single-content-wrapper {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 16px;
}

.single-content-wrapper article {
    border-top: 0px !important;
}

#wpadminbar #adminbarsearch .adminbar-button {
    display: none !important;
}

@media(max-width: 1024px) {

    .menu,
    .topbar #connect .flex .flex,
    #connect .contact-info {
        display: none
    }

    .swiperHero .drag-center.drag-down {
        align-content: center;
        padding: 2% 0px !important;
    }

    .topbar #connect {
        grid-template-columns: auto;
        position: relative;
    }

    #connect {
        justify-content: center;
    }

    #site-navigation .mobile_nav_bar {
        order: 0;
    }

    #site-navigation {
        grid-template-columns: 1fr 200px 1fr;
        gap: 24px;
        justify-content: space-between;
    }

    #site-navigation .hamburger-menu {
        text-align: left;
        padding-left: 10px;
    }

    #site-navigation .phone-number-mobile {
        text-align: right;
        padding-right: 10px;
    }

    .menu-item-has-children:hover .sub-menu {
        display: none !important;

    }

    #main-header {
        padding: 10px !important;
        background: var(--aqua);
    }

    .contact_box_left {
        margin: 0 auto 0 0;
    }

    .br-eyebrow {
        margin-top: 40px;
        margin-bottom: 24px;
    }

}

@media(min-width: 1025px) {

    .phone-number-mobile,
    .hamburger-menu,
    .mobile-menu {
        display: none;
    }

    .mobile-menu-wrapper {
        left: -250px !important;
    }
}

.mobile-menu .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    background: transparent;
}

.mobile-menu .menu-item-has-children::after {
    top: -35px;
    bottom: auto;
    right: 0;
    left: auto;
}

.mobile-menu a {
    text-decoration: none;
    color: var(--black) !important;
    font-family: "Futura LT W01 Medium", sans-serif !important;
    font-size: 16px;
    text-align: left;
    display: block;
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-menu .sub-menu {
    display: none;
}

.mobile-menu .menu-item-has-children.is-open>.sub-menu {
    display: block !important;
}

#main-header .mobile-menu-wrapper {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 99 !important;
    width: 0px;
    transition: width 0.5s ease-in-out, transform 0.5s ease-in-out;
    transform: translateX(-250px);
    padding: 10px 20px;
    overflow-x: auto;
}

#main-header .mobile-menu-wrapper.is-open {
    width: 100%;
    display: block;
    transform: translateX(0px);
}

#main-header .mobile-menu-wrapper .menu-item {
    border-bottom: 1px solid #dbdbdb;
    padding: 6px 0 12px;
    list-style: none;
}

#main-header .mobile-menu-wrapper .sub-menu .menu-item:last-child {
    border-bottom: none;
}

.hamburger-menu svg,
.phone-number-mobile svg,
.mobile-menu-close svg {
    width: 34px;
}

.hamburger-menu,
.phone-number-mobile,
.mobile-menu-close {
    background: transparent;
    border: 0px;
}

.mobile-close-btn-wrapper {
    text-align: end;
}

/* Visible when active */

@media(max-width: 1024px) {
    .home #main-header.overlay {
        position: relative !important;
    }


    .mobile-menu-wrapper {
        transition: left .3s ease-in-out;
    }
}

@media (max-width: 992px) {}

@media (max-width: 768px) {


    .navbar {
        padding: 10px 15px;
    }

    .navbar .logo img {
        height: 50px;
    }

}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width: 1300px) {
    .split {
        margin: 0 auto;
    }

    .adventure-word {
        max-width: 420px;
        margin: auto;
        text-align: left;
    }

    .reviews-page {
        margin-right: auto;
    }
}

@media(max-width: 1100px) {
    .split-body h3 {
        font-size: 28px;
    }
}

@media (max-width:992px) {
    .hero {
        min-height: 600px;
    }

    .page-hero {
        height: 420px;
        margin-bottom: 40px;
    }

    .boat-sec {
        margin-bottom: 48px;
    }

    .card--right,
    .card--left,
    .trip-card {
        position: relative;
        margin: 24px auto 0px;
        top: 0;
        right: 0;
        left: 0;
    }

    .section--intro {
        padding: 40px 20px;
    }

    .overlap.overlap--left {
        margin-bottom: 40px;
    }

    .btn-row.btn-row--center {
        margin: 40px auto;
    }

    .br-water {
        height: 175px;
    }
}

@media (max-width:860px) {
    .split {
        grid-template-columns: 1fr;
        padding: 40px 20px;
        gap: 24px;
    }

    .split--reverse .split-img {
        order: 0;
    }

    .split-body.card {
        order: 2;
        padding: 0px;
    }

    .split-img {
        min-height: 450px;
        background-position: top center;
        margin-top: 0;
    }

    .adventure-word {
        font-size: 48px;
        text-align: right;
        line-height: 100%;
    }

    .fishing-word,
    .trip-head .navy-strong,
    .trip-line,
    .trip-line .script {
        font-size: 56px;
        text-align: center;
        line-height: 100%;
    }

    .reviews-page .rev-title,
    .contact-page .cp-title {
        font-size: 32px;
        text-align: center;
        margin: 24px 0;
    }

    .tournaments-page .trn-row,
    .tournaments-page .trn-row.trn-row--reverse {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
        margin: 60px 0;
    }

    .tournaments-page .trn-text {
        order: 0;
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .tournaments-page .trn-text--left,
    .tournaments-page .trn-text--right {
        text-align: center;
    }

    .tournaments-page .trn-text--left .trn-heading {
        align-items: center;
    }

    .tournaments-page .trn-text--right .trn-heading {
        justify-content: center;
    }

    .tournaments-page .trn-icon,
    .tournaments-page .champ_box .trn-icon {
        width: 80px;
    }

    .tournaments-page .trn-figure {
        order: 1;
        flex: 0 0 auto;
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }

    .tournaments-page .team_box,
    .contact-page .cf-row--accept {
        margin-top: 20px;
    }

    .reviews-page .rev-layout {
        flex-direction: column;
    }

    .reviews-page .rev-media,
    .reviews-page .rev-col,
    .blog-page .blog-grid {
        max-width: 100%;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .contact-page .cf-row {
        margin-bottom: 20px;
    }

    .reviews-page .rev-card,
    .contact-page .cf-row--accept {
        margin-bottom: 10px;
    }

    .blog-page .bp-card {
        margin: 0px;
    }

    .reviews-page .rev-quote,
    .contact-page .submit_button,
    .blog-page .bp-title a {
        font-size: 20px;
    }

    .blog-page .blog-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .blog-page .blog-search {
        width: 100%;
    }

    .blog-page .blog-search-input {
        width: 100%;
        flex: 1 1 auto;
    }

    .blog-page .bp-card {
        flex-direction: column;
/*         gap: 18px; */
    }

    .blog-page .bp-card-img {
        max-width: 100%;
        height: 300px;
        flex: 0 0 auto;
    }

    .blog-page .bp-card-body {
        padding: 16px;
    }
}

@media (max-width:768px) {

    .overlap,
    .overlap--left {
        padding-bottom: 0;
    }

    .br-cta {
        padding: 0px;
    }

    .overlap-img,
    .overlap--left .overlap-img {
        width: 100%;
        max-width: 100%;
        height: 450px;
        margin: 0;
    }

    .card,
    .card--right,
    .card--left {
        position: static;
        width: 100%;
        max-width: none;
        margin-top: -1px;
    }

    .btn-row--left {
        padding-left: 0;
        justify-content: center;
    }

    .arrow {
        display: none;
    }

    .trip-head {
        text-align: center;
    }

    .trip-card {
        width: 100%;
        margin: 0;
    }

    .ov-line {
        font-size: 52px;
    }

    .tournaments-page h1.br-eyebrow,
    .tournaments-page .trn-script,
    .tournaments-page .trn-serif,
    .tournaments-page .trn-display,
    .champ_box .trn-serif,
    .tournaments-page .trn-cta-text {
        font-size: 42px;
    }

    .card_desc,
    .section--intro .card p {
        padding: 12px 5px;
    }

    .contact-page .cp-subtitle {
        font-size: 24px;
    }

    .split-body p,
    .section--intro .card p,
    .card--left p,
    .trip-card.card p,
    .btn,
    .br-desc,
    .br-note,
    .br-rate p,
    .br-list li,
    .rate_time p,
    .contact-page .cf-field label,
    .contact-page form label,
    .contact-page .name_field,
    .contact-page .email_field,
    .contact-page .phone_field,
    .contact-page .message_field,
    .contact-page .cf-row--accept label,
	.single-post .sp-body{
        font-size: 16px;
    }

    .split-body p {
        margin-bottom: 10px;
    }

    .br-divider,
    .pricing_packages .contact_btn, .single-post .sp-title {
        margin: 32px auto;
    }

    .champ_box .trn-heading.trn-heading--stack {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px;
    }
}


@media (max-width: 700px) {
    .br-card {
        padding: 28px 22px 34px;
    }

    .br-eyebrow,
    .contact-page .cp-title {
        font-size: 24px;
        letter-spacing: 0px;
    }

    .br-title {
        font-size: 24px;
    }

    .br-cta-text {
        font-size: 22px;
    }

    .contact-page .cp-subtitle {
        font-size: 20px;
    }

    .tournaments-page .trn-row,
    .tournaments-page .trn-row--reverse {
        /*     flex-direction: column; */
    }

    .tournaments-page .trn-text--left,
    .tournaments-page .trn-text--right {
        text-align: center;
    }

    .tournaments-page .trn-text--left .trn-heading,
    .tournaments-page .trn-text--right .trn-heading {
        align-items: center;
    }

    .tournaments-page .trn-figure::after {
        bottom: -10px;
    }

    .tournaments-page .trn-figure--left::after {
        right: -10px;
    }

    .tournaments-page .trn-figure--right::after {
        left: -10px
    }

    .contact-page .cf-row--two {
        flex-direction: column;
        gap: 22px;
    }
}

@media (max-width:600px) {
    .hero {
        min-height: 500px;
    }

    .hero-title {
        font-size: 52px;
    }

    .eyebrow {
        font-size: 20px;
    }

    .fishing-word {
        font-size: 42px;
    }

    .hero .script--dark,
    .intro-head,
    .adventure-word,
    .tournaments-page h1.br-eyebrow,
    .tournaments-page .trn-script,
    .tournaments-page .trn-serif,
    .tournaments-page .trn-display,
    .champ_box .trn-serif,
    .tournaments-page .trn-cta-text {
        font-size: 32px;
    }

    .adventure-word, .single-post .sp-updated,
	.single-post .sp-title, .single-post .sp-body,
	.blog-page .bp-card-body{
        text-align: center;
    }

    .intro-script,
    .tournaments-page .trn-cta-text,
	.single-post .sp-recent-title{
        font-size: 26px;
        text-align: center;
    }

    .split-body h3, .single-post .sp-title {
        font-size: 22px;
    }

    .trip-photos,
    .reviews-page .rev-media,
    .reviews-page .rev-col,
    .blog-page .blog-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .trip-photos img:first-child {
        grid-row: 2/ span 1;
    }

    .page-hero {
        height: 280px;
    }

    .spec-list {
        columns: 1;
    }

    .rate {
        font-size: 18px;
    }

    .rate-label {
        min-width: auto;
        display: block;
    }

    .br-water {
        height: 120px;
    }
	
    .single-post .sp-recent-grid {
        grid-template-columns: 1fr;
    }
	    .single-post .sp-top {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .single-post .sp-search {
        width: 100%;
    }

    .single-post .sp-search-input {
        flex: 1 1 auto;
        width: auto;
    }
	.br-policy{
		padding: 20px 10px;
	}
}

@media (max-width:480px) {

    .ov-line,
    .trip-head .navy-strong,
    .trip-line,
    .trip-line .script {
        font-size: 42px;
    }

    .section--intro .card {
        padding: 1.4rem;
    }

    .tournaments-page .trn-cta-text {
        font-size: 22px;
    }

    .split-body h3 {
        font-size: 18px;
    }

    .section--intro .card p,
    .split-body p,
    .card--left p,
    .trip-card.card p,
    .br-desc,
    .br-note,
    .br-rate p,
    .br-list li,
    .rate_time p, .single-post .sp-body {
        font-size: 14px;
        line-height: 24px;
    }

    .copyright, .single-post .sp-head-meta, .single-post .sp-author {
        font-size: 12px;
    }

    .br-water {
        height: 108px;
    }

}


/* ===== Single post top row (breadcrumb + scoped search) ===== */
.single-post .sp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 32px 0 20px;
    border-bottom: 1px solid #e2e6ea;
    padding-bottom: 18px;
}

.single-post .sp-top .sp-crumb {
    margin: 0;
}

.single-post .sp-search {
    display: flex;
    align-items: center;
    background: #eef1f4;
    border-radius: 22px;
    padding: 4px 6px 4px 16px;
}

.single-post .sp-search-input {
    border: none;
    background: none;
    outline: none;
    font-family: var(--body, sans-serif);
    font-size: 15px;
    color: var(--navy, #253c57);
    width: 180px;
}

.single-post .sp-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--navy, #253c57);
}

.single-post .sp-search-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* No-results message for scoped blog search */
.blog-page .bp-no-results {
    font-family: var(--body, sans-serif);
    font-size: 18px;
    color: #5a6b7d;
    padding: 20px 0;
}

/* ===== Sticky-footer fix: keep footer at bottom on short pages (no results, 404, etc.) ===== */
body>main.page-content {
    min-height: calc(100vh - 117px - 90px);
}

/* ===== 404 Page ===== */
.error-404-page {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 117px - 90px);
}

.error-404-page .err-inner {
    width: 100%;
    max-width: var(--maxw, 1140px);
    margin: 0 auto;
    text-align: center;
    padding: 60px var(--pad, 24px);
    box-sizing: border-box;
}

.error-404-page .err-eyebrow {
    font-family: var(--body, sans-serif);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    color: var(--navy, #253c57);
    margin: 0 0 8px;
}

.error-404-page .err-code {
    font-family: var(--display, var(--body, sans-serif));
    font-weight: 400;
    font-size: 200px;
    line-height: 0.95;
    letter-spacing: -8px;
    color: var(--navy, #253c57);
    margin: 0 0 18px;
}

.error-404-page .err-sub {
    font-family: var(--serif, var(--body, serif));
    font-size: 26px;
    color: var(--navy, #253c57);
    margin: 0 0 34px;
}

.error-404-page .err-home-btn {
    cursor: pointer;
}

@media (max-width: 860px) {
    .error-404-page .err-inner {
        padding: 40px var(--pad, 20px);
    }

    .error-404-page .err-code {
        font-size: 120px;
        letter-spacing: -5px;
    }

    .error-404-page .err-sub {
        font-size: 21px;
    }
}