@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --cream: #f7f0e6;
    --cream-light: #fbf6ee;
    --brown: #7f3d22;
    --brown-dark: #743118;
    --ink: #2b1c13;
    --muted: #6c5a50;
}

@font-face {
    font-family: 'rustic_printedregular';
    src: url('../fonts/rustic_printed_regular-webfont.woff2') format('woff2'), url('../fonts/rustic_printed_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream-light);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h2 {
    color: var(--brown);
    font-family: 'rustic_printedregular';
    font-size: 26px;
}

p {
    color: #2f2a25;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
}

.editor-design img {
    float: right;
    margin: 0px 0px 15px 70px;
    /* max-width: 30%;
    min-width: 30%; */
}

.site-header {
    background: #fbf3e7;
    min-height: 78px;
    box-shadow: 0 1px 0 rgba(116, 49, 24, 0.08);
}

.nav-shell {
    min-height: 78px;
    padding: 0 8%;
    position: relative;
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
}

.reservation-btn,
.employment {
    background: var(--brown);
    color: #f9f1de !important;
    border-radius: 2px;
    font-family: 'rustic_printedregular';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1;
    padding: 8px 20px 7px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-right: 40px;
    border: solid 1px var(--brown);
}

.footer-links .employment {
    background: transparent;
    border: solid 0px var(--brown);
}

.reservation-btn:hover,
.employment:hover {
    border: solid 1px var(--brown);
    color: var(--brown) !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--brown) !important;
}

.navbar-nav {
    gap: 46px;
}

.nav-link {
    color: #16110e;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'rustic_printedregular';
}

.navbar-nav.right-nav {
    margin-right: 0%;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--brown);
}

.nav-link.active {
    color: var(--brown);
}

.aba-dropdown,
.about-dropdown {
    position: relative;
}

.aba-dropdown::after,
.about-dropdown::after {
    content: "";
    display: block;
    height: 34px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 305px;
}

.aba-menu-toggle::after,
.about-menu-toggle::after {
    display: none;
}

.aba-submenu .dropdown-item.fristsubmenu {
    font-size: 20px;
    line-height: 1;
    margin: 10px 0 10px;
    text-transform: uppercase;
    font-family: 'rustic_printedregular';
    padding-left: 0;
}

#ranchHero button.carousel-control-prev,
#ranchHero button.carousel-control-next {
    background: #7f3d22;
    padding: 10px !important;
    width: 50px;
    height: 50px;
    font-size: 10px !important;
    border-radius: 100%;
    line-height: 4;
    align-items: center;
    margin: auto 30px;
}

.aba-submenu,
.about-submenu {
    background: #fbf3e7;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    left: 0;
    margin-top: 0;
    min-width: 190px;
    padding: 25px 10px 5px;
    transform: none !important;
}

.about-dropdown::after {
    width: 318px;
}

.about-submenu {
    min-width: 318px;
    padding: 28px 42px 42px;
}

.submenu-group {
    margin-top: 10px;
}

.submenu-group h3,
.aba-submenu .dropdown-item,
.about-submenu .dropdown-item {
    color: #050403;
    letter-spacing: 0;
    text-transform: none;
    font-family: 'rustic_printedregular';
}

.submenu-group h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-family: 'rustic_printedregular';
}

.submenu-group h3 a {
    color: inherit;
}

.submenu-group h3 a:last-child {
    margin-bottom: 10px;
}

.aba-submenu .dropdown-item {
    background: transparent;
    font-size: 18px;
    line-height: 1.18;
    padding: 0 0 7px 16px;
    white-space: normal;
    font-family: 'rustic_printedregular';
}

.about-submenu .dropdown-item {
    background: transparent;
    font-size: 29px;
    line-height: 1.16;
    padding: 0 0 13px;
    text-transform: uppercase;
    white-space: nowrap;
}

li.about .aba-submenu a.dropdown-item {
    padding-left: 0;
}

.aba-submenu .dropdown-item:focus,
.aba-submenu .dropdown-item:hover,
.about-submenu .dropdown-item:focus,
.about-submenu .dropdown-item:hover {
    color: var(--brown);
}

.aba-submenu .submenu-strong {
    font-size: 29px;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
}

.aba-submenu .submenu-strong+.submenu-strong {
    margin-top: 14px;
}

.left-nav {
    width: 100%;
}

.right-nav {
    margin-right: 2%;
}

.ranch-logo {
    color: var(--brown);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 245px;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    text-align: center;
    padding: 0;
}

.ranch-logo img {
    max-width: 95%;
    margin: auto;
}

.logo-script {
    font-family: "Libre Baskerville", serif;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 1px;
}

.logo-mark {
    color: #7f351d;
    font-family: "Libre Baskerville", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
}

.logo-mark::before,
.logo-mark::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 2px;
    background: var(--brown);
    vertical-align: middle;
    margin: 0 8px;
}

.logo-place {
    color: var(--brown);
    font-family: "Oswald", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .8px;
    margin-top: 4px;
    text-transform: uppercase;
}

.hero {
    margin-top: 78px;
    background: #d9e2e7;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.hero.is-dragging,
.testimonial-slider.is-dragging {
    cursor: grabbing;
}

.hero-img {
    height: 800px;
    object-fit: cover;
    object-position: center;
}

.carousel-indicators {
    bottom: 18px;
    gap: 8px;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border: 0;
    border-radius: 50%;
    opacity: .55;
}

.carousel-indicators .active {
    opacity: 1;
}

.intro-section {
    background: var(--cream-light);
    padding: 78px 0 78px;
}

.intro-section h1 {
    color: #2b1c13;
    font-family: "Book Antiqua", "Times New Roman", serif;
    font-size: clamp(28px, 3.25vw, 51px);
    line-height: 1.22;
    margin: 0 auto 56px;
    max-width: 1200px;
    /* font-weight: 700; */
}

#menu-item-657 .aba-submenu .dropdown-item,
ul#menu-header-menu-2 li .dropdown-menu.aba-submenu a.dropdown-item {
    font-family: 'rustic_printedregular';
    text-transform: uppercase;
    font-size: 20px;
}

.eyebrow,
.section-title,
.footer-links a,
.contact h3,
.stay {
    color: var(--brown);
    font-family: 'rustic_printedregular';
    text-transform: uppercase;
}

.eyebrow {
    font-size: 28px;
    margin-bottom: 22px;
}

.intro-copy,
.signature {
    font-size: 22px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
}

.signature {
    margin-top: 18px;
}

.feature-section {
    background: var(--cream-light);
    /* overflow: hidden; */
    padding: 0 0 88px;
    position: relative;
}

.bg-img {
    position: absolute;
    top: -8%;
    left: 0;
    width: 100%;
}

.bg-img-footer {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
}

.container {
    position: relative;
    z-index: 1;
}

.brand-watermark,
.footer-watermark {
    color: rgba(116, 49, 24, 0.035);
    font-family: "Libre Baskerville", Georgia, serif;
    font-size: clamp(70px, 12vw, 190px);
    font-weight: 700;
    left: 50%;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: -35px;
    transform: translateX(-50%);
    white-space: nowrap;
    width: 100%;
}

.content-container {
    max-width: 1500px;
    position: relative;
    z-index: 1;
}

.feature-row {
    margin-bottom: 66px;
}

.feature-row p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    max-width: 545px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.image-card {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.image-card img {
    aspect-ratio: 1.23 / .91;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.image-card::after,
.media-tile::after {
    background: linear-gradient(to top, rgba(0, 0, 0, .52), rgba(0, 0, 0, 0) 45%);
    content: "";
    inset: 0;
    position: absolute;
}

.image-card span {
    bottom: 25px;
    color: #f9f1de;
    font-size: clamp(28px, 3.5vw, 50px);
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 7px rgba(0, 0, 0, .4);
    width: 100%;
    z-index: 2;
    font-family: "Book Antiqua", "Times New Roman", serif;
    /* font-weight: 700; */
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.media-tile {
    color: #fff;
    display: block;
    min-height: 310px;
    overflow: hidden;
    position: relative;
}

.media-tile img {
    /* height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-tile strong {
    bottom: 26px;
    color: #f9f1de;
    font-family: "Book Antiqua", "Times New Roman", serif;
    font-size: clamp(24px, 2.2vw, 44px);
    font-weight: 400;
    left: 0;
    line-height: 1.12;
    padding: 0 18px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    /* font-weight: 700; */
}

.play-button {
    background: rgba(255, 255, 255, .78);
    border-radius: 50%;
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    z-index: 2;
}

.play-button::after {
    border-bottom: 8px solid transparent;
    border-left: 12px solid #7b6b61;
    border-top: 8px solid transparent;
    content: "";
    left: 20px;
    position: absolute;
    top: 16px;
}

.site-footer {
    background: var(--brown);
    color: #fff;
    overflow: hidden;
    padding: 38px 0 42px;
    position: relative;
}

.subpage-hero {
    margin-top: 78px;
    /* min-height: 775px; */
    overflow: hidden;
    position: relative;
}

.subpage-hero img {
    height: 800px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.blog-hero,
.single-hero {
    /* height: 800px; */
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin-top: 78px;
}

.subpage-title {
    color: #f9f1de;
    left: 8%;
    position: absolute;
    top: 30%;
}

.subpage-title h1 {
    font-size: clamp(43px, 5vw, 90px);
    font-weight: 400;
    line-height: 1.22;
    margin: 0;
    font-family: "Book Antiqua", "Times New Roman", serif;
    /* font-weight: 700; */
}

.conservation-copy {
    background: var(--cream-light);
    padding: 78px 0 18px;
}

.page-template-conservation-page .conservation-copy {
    padding: 88px 0 0px;
}

.conservation-container {
    max-width: 1530px;
}

.conservation-copy p,
.conservation-row p,
.project-list {
    color: #2b1c13;
    font-size: 18px;
    line-height: 1.3;
}

.conservation-copy p {
    margin-bottom: 20px;
}

.conservation-projects {
    background: var(--cream-light);
    overflow: hidden;
    padding: 36px 0 48px;
    position: relative;
}

.conservation-projects .brand-watermark {
    top: 0;
}

.conservation-row {
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
}

.conservation-card img {
    aspect-ratio: 1.52 / 1;
}

.conservation-card span {
    bottom: 22px;
    font-size: clamp(26px, 3vw, 60px);
    line-height: 1.12;
    color: #f9f1de;
}

.project-list {
    margin: 0;
    padding-left: 24px;
}

.explore-gallery {
    background: var(--cream-light);
    padding: 18px 0 64px;
}

.explore-gallery h2 {
    color: var(--brown);
    font-family: "Book Antiqua", "Times New Roman", serif;
    font-size: clamp(32px, 3.6vw, 60px);
    /* font-weight: 700; */
    margin-bottom: 36px;
    font-weight: 500;
    text-transform: uppercase;
}

.gallery-strip {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(4, 1fr);
}

.gallery-strip a {
    box-shadow: 0 4px 9px rgba(35, 24, 18, .25);
    display: block;
    overflow: hidden;
}

.gallery-strip img {
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
    width: 100%;
}

.gallery-strip a:hover img {
    transform: scale(1.04);
}

.gallery-arrow {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 28px solid rgba(116, 49, 24, .15);
    display: inline-block;
    margin-top: 40px;
}

.gallery-modal .modal-content {
    background: var(--cream-light);
    border: 0;
    border-radius: 4px;
    box-shadow: 0 24px 80px rgba(30, 18, 10, .42);
    overflow: visible;
    padding: 20px;
    position: relative;
}

.gallery-modal .modal-backdrop,
.modal-backdrop.show {
    opacity: .58;
}

.gallery-modal-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0 4px 14px;
}

.gallery-modal-header p,
.gallery-counter,
.gallery-caption {
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.gallery-modal-header p {
    color: var(--brown);
    font-size: 21px;
    line-height: 1;
    margin: 0;
}

.gallery-counter {
    color: var(--muted);
    font-size: 14px;
}

.gallery-modal .carousel {
    background: #efe5d8;
}

.gallery-modal .carousel-inner {
    border: 1px solid rgba(116, 49, 24, .16);
}

.gallery-modal .carousel-item img {
    background: #efe5d8;
    height: min(72vh, 760px);
    object-fit: contain;
}

.gallery-caption {
    background: rgba(251, 246, 238, .94);
    bottom: 0;
    color: var(--brown);
    font-size: 16px;
    left: 0;
    padding: 13px 18px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.gallery-close {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(30, 18, 10, .22);
    opacity: 1;
    padding: 10px;
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 5;
}

.gallery-control {
    align-items: center;
    background: var(--brown);
    border-radius: 50%;
    bottom: auto;
    display: flex;
    height: 54px;
    justify-content: center;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
}

.gallery-control.carousel-control-prev {
    left: -27px;
}

.gallery-control.carousel-control-next {
    right: -27px;
}

.gallery-control:hover,
.gallery-control:focus {
    background: var(--brown-dark);
}

.gallery-control .carousel-control-prev-icon,
.gallery-control .carousel-control-next-icon {
    height: 22px;
    width: 22px;
}

.ranch-hero .subpage-title {
    top: 32%;
}


/* .ranch-hero.subpage-hero,
.ranch-hero.subpage-hero img {
    min-height: 800px;
} */

.ranch-hero.subpage-hero img {
    height: 800px;
}


/* .activities-main-hero.subpage-hero,
.activities-main-hero.subpage-hero img {
    min-height: 800px;
} */

.activities-main-hero.subpage-hero img {
    height: 800px;
}


/* .horseback-main-hero.subpage-hero {
    min-height: 800px;
} */

.horseback-main-hero.subpage-hero img {
    height: 800px;
}

.cattle-container,
.activities-container,
.horseback-container {
    max-width: 1560px;
}

.ranch-intro {
    background: var(--cream-light);
    padding: 82px 0 60px;
}

.ranch-intro .section-title {
    font-size: 28px;
    margin-bottom: 22px;
}

.ranch-intro p {
    color: var(--muted);
    font-size: 20px;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 1480px;
}

.ranch-detail {
    background: var(--cream-light);
    padding: 56px 0 44px;
    position: relative;
}

.ranch-detail .brand-watermark {
    top: -12px;
}

.ranch-detail .container,
.horseback-content .container {
    position: relative;
    z-index: 1;
}

.horseback-content li {
    color: #2f2a25;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}

.ranch-detail p,
.horseback-content p,
.horseback-video-section p,
.activities-lede {
    color: #2f2a25;
    font-size: 18px;
    line-height: 1.3;
}

.content-photo {
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.ranches-gallery {
    padding-top: 32px;
}

.activities-list-section {
    background: var(--cream-light);
    overflow: hidden;
    padding: 82px 0 0px;
    position: relative;
}

.activities-list-section .brand-watermark {
    bottom: -4px;
    top: auto;
}

.activities-container {
    position: relative;
    z-index: 1;
}

.activities-lede {
    margin: 0 auto 78px;
    max-width: 1480px;
}

.activity-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, 1fr);
}

.activity-card img {
    aspect-ratio: 1 / 1;
}

.activity-card span {
    bottom: 24px;
    font-size: clamp(31px, 3.1vw, 52px);
}

.quote-band {
    background: #f1e6d4;
    padding: 100px 0 92px;
    text-align: center;
}

.quote-band blockquote {
    color: #050607;
    font-size: clamp(30px, 3.2vw, 36px);
    line-height: 1.22;
    margin: 0 auto 25px;
    max-width: 1080px;
    font-family: "Book Antiqua", "Times New Roman", serif;
    /* font-weight: 700; */
}

h3.quotename {
    font-weight: 600;
    font-style: italic;
    font-family: 'rustic_printedregular';
}

.testimonial-slider {
    cursor: grab;
    padding-bottom: 28px;
    touch-action: pan-y;
    user-select: none;
}

.testimonial-slider .carousel-inner {
    align-items: center;
    display: flex;
    min-height: 300px;
}

.testimonial-slider .carousel-item {
    width: 100%;
}

.quote-dots {
    bottom: 0;
    display: flex;
    gap: 14px;
    justify-content: center;
    margin: 0;
    position: static;
}

.quote-dots [data-bs-target] {
    background: #c9ac93;
    border-radius: 50%;
    border: 0;
    display: block;
    height: 9px;
    margin: 0;
    opacity: 1;
    width: 9px;
}

.quote-dots .active {
    background: var(--brown);
}

.horseback-container h2,
.team_section_secound h2,
.conservation-container h2 {
    color: var(--brown);
    font-family: 'rustic_printedregular';
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
}

.cabins-map-card h2 {
    color: var(--brown);
    font-family: 'rustic_printedregular';
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
}

.horseback-content {
    background: var(--cream-light);
    overflow: hidden;
    padding: 78px 0 0px;
    position: relative;
}

.page-template-aboutus-page .horseback-content {
    padding: 78px 0 86px;
}

.horseback-content .brand-watermark {
    bottom: -16px;
    top: auto;
}

.horseback-video-section {
    background: var(--cream-light);
    padding: 18px 0 70px;
}

.video-panel {
    display: block;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.video-panel img {
    display: block;
    width: 100%;
}

.video-panel .play-button {
    height: 80px;
    width: 80px;
}

.video-panel .play-button::after {
    border-bottom-width: 13px;
    border-left-width: 20px;
    border-top-width: 13px;
    left: 32px;
    top: 27px;
}

.horseback-gallery {
    padding-top: 0;
}

.horseback-gallery-strip {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
}

.horseback-gallery-strip a {
    box-shadow: 0 4px 9px rgba(35, 24, 18, .18);
    display: block;
    overflow: hidden;
}

.horseback-gallery-strip img {
    aspect-ratio: 1.51 / 1;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
    width: 100%;
}

.horseback-gallery-strip a:hover img {
    transform: scale(1.04);
}

.footer-watermark {
    color: rgba(255, 255, 255, .045);
    top: 80px;
}

.footer-container {
    max-width: 1700px;
    padding: 0 7%;
    position: relative;
    z-index: 1;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #f9f1de;
    display: inline-block;
    font-size: 20px;
}

.footer-links .employment a {
    background: #f9f1de;
    color: var(--brown) !important;
    padding: 8px 15px;
    border-radius: 3px;
}

.footer-links .employment {
    padding: 0 !important;
}

.footer-logo {
    margin-bottom: 48px;
}

.footer-logo img {
    max-width: 140px;
}

.stay {
    color: #f9f1de;
    font-size: 16px;
    margin-bottom: 7px;
}

.socials {
    display: flex;
    gap: 0px;
    justify-content: center;
}

.socials a {
    align-items: center;
    border-radius: 50%;
    color: var(--brown);
    display: inline-flex;
    font-size: 22px;
    font-weight: 700;
    height: 22px;
    justify-content: center;
    line-height: 1;
    width: 16px;
    color: #f9f1de;
    margin: 0 8px;
    text-decoration: none;
}

.contact h3 {
    color: #f9f1de;
    font-size: 20px;
    margin: 0 0 15px;
}

.contact p,
.contact a {
    font-size: 12px;
    line-height: 1.16;
    margin-bottom: 10px;
    color: #f9f1de;
}

.map-action {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-top: 34px;
    padding: clamp(26px, 4vw, 42px);
}

.map-action a,
.text-link {
    color: var(--brown);
    font-weight: 700;
    text-transform: uppercase;
}

.map-action a {
    border: 2px solid var(--brown);
    display: inline-block;
    padding: 13px 18px;
    text-align: center;
}

.cabins-map-card {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: .95fr 1fr;
    padding: clamp(30px, 5vw, 58px);
    padding-top: 0;
}

.cabins-map-image {
    aspect-ratio: 1.55 / 1;
    border: 10px solid #fff;
    box-shadow: 0 18px 42px rgba(48, 36, 29, .18);
    display: block;
    object-fit: cover;
    width: 100%;
}

.map-popup-open {
    overflow: hidden;
}

.map-popup {
    align-items: center;
    background: rgba(28, 18, 12, .72);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 28px;
    position: fixed;
    z-index: 2000;
}

.map-popup.is-open {
    display: flex;
}

.map-popup-dialog {
    background: var(--cream-light);
    box-shadow: 0 24px 80px rgba(0, 0, 0, .38);
    height: min(92vh, 900px);
    max-width: 1200px;
    padding: clamp(18px, 3vw, 34px);
    position: relative;
    width: min(94vw, 1200px);
}

.map-popup-close {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(48, 36, 29, .24);
    color: var(--brown);
    display: flex;
    font-size: 34px;
    height: 48px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 48px;
    z-index: 3;
}

.map-popup-header h2 {
    color: #3d2d25;
    font-size: clamp(30px, 4vw, 54px);
    margin: 0 0 20px;
}

.cabins-map-popup-image {
    display: block;
    height: calc(100% - 96px);
    object-fit: contain;
    width: 100%;
}

.leader-section {
    background: var(--cream-light);
    padding: 78px 0 65px;
}

.leader-card {
    align-items: stretch;
    background: #fffaf0;
    border: 1px solid rgba(143, 66, 36, .16);
    /* display: grid;
    gap: 0;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); */
    margin-bottom: 34px;
    max-width: 1030px;
    margin: auto;
}

.leader-feature {
    grid-template-columns: minmax(280px, .62fr) minmax(0, 1.38fr);
}

.leader-media {
    min-height: 420px;
}

.leader-initials {
    align-items: center;
    background: linear-gradient(rgba(83, 40, 23, .36), rgba(83, 40, 23, .36)), url("../images/ranch.jpg") center / cover;
    display: flex;
    justify-content: center;
}

.leader-initials span {
    align-items: center;
    background: rgba(251, 246, 238, .94);
    border-radius: 50%;
    color: var(--brown);
    display: flex;
    font-size: 54px;
    height: 150px;
    justify-content: center;
    width: 150px;
}

.leader-photo img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.leader-copy {
    padding: clamp(30px, 5vw, 28px);
}

.role-label {
    color: var(--brown);
    font-size: 14px;
    margin: 0 0 12px;
}

.leader-copy h2 {
    color: #3d2d25;
    font-size: clamp(30px, 3vw, 30px);
    margin: 0 0 22px;
    font-family: "Book Antiqua", "Times New Roman", serif;
    /* font-weight: 700; */
}

.leader-copy p:not(.role-label) {
    color: #453a33;
    font-size: 18px;
    line-height: 1.55;
}

.reservation-section {
    background: var(--cream-light);
    overflow: hidden;
    padding: 76px 0 96px;
    position: relative;
}

.reservation-section .brand-watermark {
    top: 260px;
}

.reservation-section .container {
    position: relative;
    z-index: 1;
}

.reservation-intro {
    margin: 0 auto 42px;
    max-width: 820px;
    text-align: center;
}

.reservation-intro h2 {
    color: #4b372d;
    font-size: clamp(30px, 3.5vw, 52px);
    line-height: 1.22;
    margin: 0 0 16px;
}

.reservation-intro p:last-child {
    color: #5b4b42;
    font-size: 18px;
    line-height: 1.45;
}

.reservation-form {
    background: #fffaf0;
    border: 1px solid rgba(143, 66, 36, .16);
    padding: clamp(26px, 5vw, 58px);
}

.reservation-form fieldset {
    border: 0;
    border-bottom: 1px solid rgba(143, 66, 36, .2);
    margin: 0 0 34px;
    padding: 0 0 34px;
}

.reservation-form legend {
    color: var(--brown);
    font-size: 23px;
    margin-bottom: 22px;
}

.form-grid {
    display: grid;
    gap: 18px;
}

.form-grid.two {
    grid-template-columns: repeat(2, 1fr);
}

.reservation-form label,
.option-block p {
    color: #201815;
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
}

.reservation-form span {
    color: var(--brown);
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
    background: #fff;
    border: 1px solid rgba(63, 48, 40, .22);
    color: #201815;
    display: block;
    font-size: 16px;
    margin-top: 8px;
    min-height: 48px;
    padding: 11px 13px;
    width: 100%;
}

.reservation-form textarea {
    resize: vertical;
    max-height: 120px;
}

.reservation-form small {
    color: #78675d;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 8px;
}

.option-block {
    background: #f4ead8;
    margin-bottom: 22px;
    padding: 22px;
}

.option-block .wpcf7-list-item {
    width: 100%;
}

.option-block label {
    font-weight: 400;
    margin: 10px 0;
}

.option-block input {
    display: inline-block;
    margin: 0 8px 0 0;
    min-height: auto;
    padding: 0;
    width: auto;
}

.option-block.compact {
    margin: 0;
}

.rates-card {
    background: #f1e6d4;
    margin-bottom: 30px;
    padding: clamp(24px, 4vw, 40px);
}

.rates-card h2 {
    color: #201815;
    font-size: 24px;
    margin: 0 0 18px;
}

.rates-card p,
.rates-card li,
.rates-card strong {
    color: #493d35;
    font-size: 16px;
    line-height: 1.5;
}

.rates-card li {
    margin-bottom: 8px;
}

.captcha-placeholder {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(63, 48, 40, .22);
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    max-width: 300px;
    padding: 14px;
}

.captcha-placeholder span {
    border: 2px solid #999;
    height: 24px;
    width: 24px;
}

.captcha-placeholder p {
    flex: 1;
    margin: 0;
}

.captcha-placeholder small {
    margin: 0;
}

.submit-btn {
    background: var(--brown);
    border: 0;
    color: #fff;
    font-size: 16px;
    padding: 16px 28px;
}

.submit-btn:hover,
.submit-btn:focus {
    background: var(--brown-dark);
}

.faq-hero img {
    filter: brightness(.86);
}

.faq-section {
    background: var(--cream-light);
    overflow: hidden;
    padding: 78px 0 96px;
    position: relative;
}

.faq-section .brand-watermark {
    top: 185px;
}

.faq-container {
    max-width: 1160px;
    position: relative;
    z-index: 1;
}

.faq-intro {
    margin-bottom: 52px;
}

.faq-intro h2 {
    color: #4b372d;
    font-size: clamp(28px, 3.2vw, 48px);
    line-height: 1.22;
    margin: 0 auto;
    max-width: 880px;
}

.faq-hed {
    margin-top: 50px;
    margin-bottom: 20px;
}

.faq-hed h3 {
    color: #4b372d;
    font-size: clamp(20px, 2vw, 40px);
    font-weight: 700;
    line-height: 1.22;
    margin: 0 auto;
    border-bottom: 2px solid #4b372d;
    display: inline;
}

.faq-accordion {
    border-top: 1px solid rgba(143, 66, 36, .24);
}

.faq-accordion .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(143, 66, 36, .24);
}

.faq-accordion .accordion-button {
    background: transparent;
    box-shadow: none;
    color: #201815;
    font-size: clamp(20px, 2vw, 24px);
    font-weight: 700;
    letter-spacing: 0;
    padding: 24px 0;
    text-transform: uppercase;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--brown);
}

.faq-accordion .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 30px;
    height: auto;
    line-height: 1;
    transform: none;
    width: auto;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
}

.faq-accordion .accordion-body {
    color: #3f3028;
    font-size: 19px;
    line-height: 1.35;
    max-width: 850px;
    padding: 0 0 26px;
}


/* .blog-hero,
.single-hero {
    margin-top: 78px;
    min-height: 540px;
    overflow: hidden;
    position: relative;
} */


/* .blog-hero::after,
.single-hero::after {
    background: linear-gradient(90deg, rgba(43, 26, 17, .74), rgba(43, 26, 17, .12));
    content: "";
    inset: 0;
    position: absolute;
    height: 600px;
    margin-top: 78px;
} */

.page-template-horseback-riding-page section.horseback-video-section.univercell-video {
    text-align: center;
}

.blog-hero img,
.single-hero img {
    height: 800px;
    object-fit: cover;
    width: 100%;
}

.blog-hero-copy,
.single-hero-copy {
    /* transform: translateY(-50%); */
    z-index: 1;
    color: #f9f1de;
    left: 7.9%;
    position: absolute;
    top: 28.5%;
}

.blog-hero-copy p,
.single-hero-copy p,
.single-hero-copy a,
.blog-card span,
.read-more,
.back-link {
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.blog-hero-copy h1,
.single-hero-copy h1,
.blog-intro h2,
.blog-card h3,
.post-content h2 {}

.blog-hero-copy h1,
.single-hero-copy h1 {
    font-size: clamp(43px, 5vw, 90px);
    line-height: 1.22;
    margin: 0;
    font-family: "Book Antiqua", "Times New Roman", serif;
    /* font-weight: 700; */
}

.single-hero-copy a {
    color: #fff;
    display: inline-block;
    margin-bottom: 14px;
}

.single-hero-copy.simple {
    max-width: 900px;
}

.blog-listing {
    background: var(--cream-light);
    overflow: hidden;
    padding: 78px 0 100px;
    position: relative;
}

.blog-listing .brand-watermark {
    top: 250px;
}

.blog-listing .container {
    position: relative;
    z-index: 1;
}

.blog-intro {
    margin: 0 auto 54px;
    max-width: 880px;
    text-align: center;
}

.blog-intro h2 {
    color: #4b372d;
    font-size: clamp(30px, 3.6vw, 54px);
    line-height: 1.2;
}


/* .blog-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(2, 1fr);
} */

.blog-card {
    background: #fffaf0;
    border: 1px solid rgba(143, 66, 36, .16);
    display: flex;
    /* flex-direction: column;
    min-height: 100%; */
    margin-bottom: 20px;
}

.blog-card-image {
    display: block;
    overflow: hidden;
    width: 50%;
}

.blog-card-image img {
    aspect-ratio: 1.25 / 1;
    display: block;
    object-fit: cover;
    transition: transform .28s ease;
    width: 100%;
    height: 450px;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.04);
}

.blog-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
    align-self: center;
}

.blog-card span {
    color: var(--brown);
    font-size: 13px;
    margin-bottom: 12px;
}

.blog-card h3 {
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.18;
    margin: 0 0 16px;
    font-family: 'rustic_printedregular';
}

.blog-card h3 a {
    color: #3d2d25;
    font-family: 'rustic_printedregular';
    font-size: 26px;
}

.blog-card p {
    color: #55473e;
    font-size: 17px;
    line-height: 1.45;
}

.read-more,
.back-link {
    color: var(--brown);
    margin-top: auto;
}

.single-post {
    background: var(--cream-light);
}

.post-layout {
    display: grid;
    gap: 58px;
    grid-template-columns: 280px minmax(0, 1fr);
    padding: 82px 0 98px;
}

.post-sidebar {
    border-top: 2px solid rgba(143, 66, 36, .35);
    padding-top: 22px;
}

.post-sidebar ul {
    color: #55473e;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    padding-left: 18px;
}

.post-content {
    max-width: 820px;
}

.simple-post-content {
    margin: 0 auto;
    padding: 78px 0 96px;
}

.post-content .lead {
    color: #2c221d;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.42;
}

.post-content p {
    color: #453a33;
    font-size: 19px;
    line-height: 1.7;
}

.post-content h2 {
    font-family: 'rustic_printedregular';
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
}

.post-content blockquote {
    border-left: 4px solid var(--brown);
    color: #3d2d25;
    font-size: clamp(26px, 3vw, 42px);
    line-height: 1.3;
    margin: 42px 0;
    padding-left: 28px;
}

.back-link {
    display: inline-block;
    margin-top: 24px;
}

.page-template-reservations-page .reservation-content p {
    color: #2f2a25;
    font-size: 23px;
    line-height: 1.3;
}

a {
    color: #7f3d22;
}

.page-template-aboutus-page .about_page_links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.page-template-aboutus-page .about_page_links a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: #f5f5f5;
    text-decoration: none;
    text-align: center;
    color: #7f3d22;
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #00000024;
    font-family: 'rustic_printedregular';
}

.page-template-aboutus-page .about_page_links a:hover {
    background: #fbfbfb;
}

.page-template-aboutus-page .about_page_links a:hover {
    color: #2f2a25;
}

.page-template-aboutus-page .about_page_links br {
    display: none !important;
}

.page-template-team-page .team_section_secound p {
    color: #2f2a25;
    font-size: 18px;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
}

.page-template-team-page .team_section_secound li {
    color: #2f2a25;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}

.page-template-team-page .team_section_secound a {
    color: #7f3d22;
    font-weight: 600;
}

.page-template-team-page .team_section_secound {
    padding: 40px 0 0 0;
}

.page-template-team-page .last-section .last-section {
    padding: 80px 0;
}

.page-template-team-page .last-section .last-section-images {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.page-template-team-page .last-section-content {
    padding: 0px 0 65px 0;
}

.page-template-team-page .last-section .last-image-item {
    width: 50%;
}

.page-template-team-page .last-section .last-image-item img {
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
}

.page-template-team-page .last-section {
    max-width: 100%;
}

.page-template-team-page .last-section h2,
.page-template-team-page .last-section h3 {
    margin-bottom: 20px;
}

.page-template-team-page .last-section p {
    color: #2f2a25;
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
}

.page-template-team-page .last-section p.btn {
    margin: 25px 0 40px 0;
    padding: 0;
}

p.btn {
    padding: 20px 0 !important;
}

.team-content .btn {
    padding: 20px 0px;
}

.horseback-container .btn a,
.team-content .btn a {
    padding: 15px;
    background: #f5f5f5;
    text-decoration: none;
    text-align: center;
    color: #7f3d22;
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #00000024;
    position: relative;
}

.page-template-team-page .last-section a:hover {
    color: #2f2a25;
    background: #fbfbfb;
}

.container.horseback-container .col-lg-12:nth-child(2) {
    margin-top: 0px !important;
}

.page-template-reservations-page .btn_three {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: space-between;
}

.page-template-reservations-page .reservation-intro {
    margin: 0 auto 42px;
    max-width: 100%;
    text-align: center;
    width: auto;
    min-width: auto;
}

.page-template-reservations-page .btn_three a {
    padding: 15px;
    background: #f5f5f5;
    text-decoration: none;
    text-align: center;
    color: #7f3d22;
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #00000024;
    position: relative;
    font-family: 'rustic_printedregular';
}

.page-template-reservations-page .btn_three a:hover {
    color: #2f2a25;
    background: #fbfbfb;
}

.page-template-reservations-page ul.li_span_text li {
    width: 50%;
}

.page-template-reservations-page ul.li_span_text li span {
    float: right;
}


/* -------------------conservation-page---------------------- */

.page-template-conservation-page .two_section_images {
    display: flex;
    margin: 15px 0 40px 0;
    text-align: center;
}

.page-template-conservation-page .two_section_images a {
    display: inline-grid;
    width: 50%;
    align-content: center;
}

.page-template-conservation-page .Conservation_main_inner.conservation-copy {
    padding-top: 0px !important;
}

.page-template-conservation-page .two_section_images a img {
    width: 20%;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
}

.page-template-conservation-page .logos_slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}

.page-template-conservation-page .logos_track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: logoScroll 40s linear infinite;
}

.page-template-conservation-page .logos_track img {
    height: 80px;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.page-template-conservation-page .logos_track img:hover {
    transform: scale(1.08);
}

@keyframes logoScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-75%);
    }
}

a.form_reservation_button {
    padding: 15px;
    background: #f5f5f5;
    text-decoration: none;
    text-align: center;
    color: #7f3d22;
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #00000024;
    position: relative;
    font-family: 'rustic_printedregular';
}

a.form_reservation_button:hover {
    color: #2f2a25;
    background: #fbfbfb;
}

.staff-layout {}

.staff-main strong {
    color: #201814;
}

.staff-main hr {
    border: 0;
    border-top: 1px solid #2b1c13;
    margin: 28px 0;
}

.widget_block {
    border-bottom: 1px solid #2b1c13;
    padding: 20px 0;
}

.widget_block:last-child {
    border-bottom: none !important;
}

.widget_block p {
    margin-bottom: 0;
}

.employment-page h2 {
    font-family: 'rustic_printedregular';
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
}

.updated {
    margin-top: 6px;
}


/* .signature {
    color: #6f6258;
} */

.signature strong {
    margin-top: 10px;
    display: block;
}

.requirements-list {
    color: var(--muted);
    margin: 0;
    padding-left: 18px;
}

.requirements-list li {
    margin-bottom: 8px;
}

.sidebar-card {
    border-top: 1px solid var(--line);
}

.sidebar-card:first-child {
    border-top: 0;
    padding-top: 4px;
}

.quick-links {
    display: flex;
    flex-direction: column;
}

.quick-links a {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: rgb(47, 42, 37);
    font-size: 18px;
    line-height: 1.3;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 500;
}

.quick-links a:hover {
    color: rgb(127, 61, 34);
}

.employment-page ul {}

.employment-page ul li {
    color: #2b1c13;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}


/* Custom gallery code */

.acf-gallery-block {
    width: min(1140px, 100%);
    margin: 0 auto;
    padding: 40px 20px;
}


/*.acf-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.acf-gallery-card {
    display: none;
    width: 100%;
    aspect-ratio: 4 / 3; 
    padding: 0;
    overflow: hidden;
    cursor: pointer;
     background: #f3f3f3; 
    background: transparent;
    border: 0;
    border-radius: 6px;
    align-self: flex-start;
}

.acf-gallery-card.is-visible {
    display: block;
}

.acf-gallery-card img {
    display: block;
    width: 100%;
    height: auto;
     object-fit: cover; 
    transition: transform 180ms ease;
    border-radius: 6px;
}*/

.acf-gallery-grid {
    column-count: 3;
    column-gap: 20px;
}

.acf-gallery-card {
    display: none;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.acf-gallery-card.is-visible {
    display: block;
}

.acf-gallery-card img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    transition: transform .25s ease;
}

.acf-gallery-card:hover img {
    transform: scale(1.03);
}

.acf-gallery-card:hover img,
.acf-gallery-card:focus-visible img {
    transform: scale(1.04);
}

.acf-gallery-card:focus-visible,
.acf-gallery-close:focus-visible,
.acf-gallery-nav:focus-visible {
    outline: 3px solid #1f6feb;
    outline-offset: 3px;
}

.acf-gallery-actions {
    margin-top: 30px;
    text-align: center;
}

.acf-gallery-load-more {
    border: navajowhite;
    background: unset;
}


/*.acf-gallery-load-more {
    min-width: 150px;
    padding: 12px 24px;
    cursor: pointer;
    color: #fff;
    background: #111;
    border: 0;
    border-radius: 4px;
    font-weight: 700;
}*/

.acf-gallery-load-more[hidden] {
    display: none;
}


/* Keep gallery popup above the whole theme */

.acf-gallery-popup {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 2147483647 !important;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.acf-gallery-popup.is-open {
    display: flex !important;
}


/* Full screen dark layer */

.acf-gallery-popup-bg {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1 !important;
    background: rgba(0, 0, 0, 0.88) !important;
    border: 0;
}


/* Image popup content */

.acf-gallery-popup-box {
    position: relative !important;
    z-index: 2 !important;
    width: min(1000px, 100%);
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acf-gallery-popup-open footer,
.acf-gallery-popup-open .site-footer,
.acf-gallery-popup-open .footer,
.acf-gallery-popup-open .main-footer,
.acf-gallery-popup-open .elementor-location-footer,
.acf-gallery-popup-open [class*="footer"],
.acf-gallery-popup-open [class*="site-header"] {
    position: relative !important;
    z-index: 0 !important;
}


/* Keep page from scrolling behind popup */

.acf-gallery-popup-open {
    overflow: hidden !important;
}

.acf-gallery-figure {
    margin: 0;
    max-width: 100%;
    text-align: center;
}

.acf-gallery-figure img {
    display: block;
    max-width: 100%;
    max-height: 82vh;
    margin: 0 auto;
    object-fit: contain;
}

.acf-gallery-figure figcaption {
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
}

.acf-gallery-close,
.acf-gallery-nav {
    position: absolute;
    z-index: 2;
    width: 44px;
    height: 44px;
    cursor: pointer;
    color: #111;
    background: #fff;
    border: 0;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
}

.acf-gallery-close {
    top: -18px;
    right: -18px;
}

.acf-gallery-prev {
    left: -62px;
}

.acf-gallery-next {
    right: -62px;
}

body.acf-gallery-popup-open {
    overflow: hidden;
}

.page-template-reservations-page .reservation-section .form_reservation h2 {
    color: var(--brown);
    /* font-family: 'Gideon Roman'; */
    font-family: "Book Antiqua", "Times New Roman", serif;
    font-size: clamp(32px, 3.6vw, 60px);
    /* font-weight: 700; */
    margin-bottom: 36px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 700;
}

.page-template-reservations-page .reservation-section .btn_three {
    justify-content: center;
}


/* --------------------------------------------- */

.leader-card:first-child {
    flex-direction: column !important;
    gap: 0;
}

.leader-section .team-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.leader-card {
    display: flex;
    align-items: start;
    gap: 0;
}


/* Image Section */

.leader-media {
    flex: 0 0 40%;
}

.leader-media img {
    width: 100%;
    display: block;
    height: auto;
}


/* Content Section */

.leader-copy {
    flex: 0 0 60%;
}


/* 1,3,5,7,9 = Image Right, Text Left */

.leader-card:nth-child(odd) {
    flex-direction: row-reverse;
}


/* 2,4,6,8,10 = Image Left, Text Right */

.leader-card:nth-child(even) {
    flex-direction: row;
}

section .huge_it_gallery.view-thumbnails {
    padding: 0 !important;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    background-color: transparent !important;
    box-shadow: 0 0 0px !important;
}

section .huge_it_gallery.view-thumbnails li:hover .infoLayer {
    align-content: center;
}

section .huge_it_gallery.view-thumbnails li:hover .overLayer {
    background: #333333 !important;
}

section .huge_it_gallery.view-thumbnails li .overLayer ul,
section .huge_it_gallery.view-thumbnails li .infoLayer ul {
    margin-top: 15px;
}


/* section .gallery-img-content .load_more3 .load_more_button3 {
    display: inline-block;
    cursor: pointer;
    font-family: 'rustic_printedregular';
    font-size: 18px !important;
    letter-spacing: 0;
    line-height: 1;
    padding: 8px 20px 7px;
    text-transform: uppercase;
    border: solid 1px #7f3d22;
    border-radius: 3px !important;
    color: #f9f1de !important;
    background: #7f3d22 !important;
} */

section .gallery-img-content .load_more4 .load_more_button4 {
    opacity: 0;
    padding: 0;
}

section .gallery-img-content .load_more4 .load_more_button4:hover {
    background: transparent !important;
    /* border: solid 1px #7f3d22; */
    color: #7f3c2200 !important;
}


/* --------------------- */


/* View More Button */

.load_more3 {
    font-size: 0 !important;
    /* Hide text */
    width: 60px;
    height: 60px;
    margin: 20px auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent !important;
    border: none !important;
    position: relative;
}


/* Bottom Triangle Arrow */

.load_more4::before {
    content: "\25BC";
    /* ▼ */
    font-size: 45px;
    line-height: 1;
    color: #d7bfbf;
    font-weight: normal;
    transition: all 0.3s ease;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}


/* Hover Effect */

.load_more3:hover::before {
    transform: translateX(-50%) translateY(5px);
}


/* Remove unwanted styles */

.load_more3:hover,
.load_more3:focus {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.clearfix::after {
    margin-bottom: 50px;
}


/* ----------------All Pages Gallery Fix Css----------------------- */


/* Gallery Section */

#gallery-img-content {
    width: 100%;
    text-align: center;
}


/* Gallery Wrapper */

.huge_it_gallery_container.super-list.variable-sizes.view-lightbox-gallery {
    width: 100% !important;
    overflow: hidden;
}


/* Main Gallery Container */

.super-list.variable-sizes.clearfix {
    margin: 0 auto !important;
    max-width: 855px !important;
    width: 100% !important;
    position: relative !important;
}


/* Gallery Items */

.element_6 {
    max-width: 275px !important;
    border: none !important;
    overflow: hidden;
}

.element_6 .image-block_6 {
    width: 100% !important;
    max-width: 275px !important;
}

.element_6 .image-block_6 img {
    width: 100% !important;
    max-width: 275px !important;
    height: auto !important;
    display: block;
}


/* Remove Animation / Transition */

.element_6,
.element_6 *,
.super-list.variable-sizes.clearfix {
    transition: none !important;
    animation: none !important;
}


/* Load More Button */

.load_more4 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.super-list.variable-sizes.clearfix .element_6:nth-child(1) {
    left: 0 !important;
}

.super-list.variable-sizes.clearfix .element_6:nth-child(2) {
    left: 285px !important;
}

.super-list.variable-sizes.clearfix .element_6:nth-child(3) {
    left: 570px !important;
}

.loading4 {
    display: none !important;
}


/************************************************** Responsive CSS *****************************************************/

@media (max-width: 1920px) {
    .hero-img,
    .horseback-main-hero.subpage-hero img,
    .activities-main-hero.subpage-hero img,
    .subpage-hero img,
    .blog-hero img,
    .single-hero img,
    .ranch-hero.subpage-hero img {
        height: 600px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px !important;
    }
    .container {
        max-width: 1140px !important;
    }
}

@media (max-width: 1199px) {
    .nav-shell {
        padding: 0 24px;
    }
    .navbar-nav {
        gap: 22px;
    }
    .footer-logo img {
        max-width: 200px;
    }
    .footer-links a,
    .contact h3 {
        font-size: 16px;
    }
    .contact p,
    .contact a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 20px;
        padding-right: 20px;
    }
    .editor-design img {
        margin: 0px 0px 15px 50px;
    }
    .about_page_links {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .page-template-reservations-page .btn_three a {
        padding: 15px 10px;
    }
}

@media (min-width: 992px) {
    .aba-dropdown:hover>.aba-submenu,
    .aba-dropdown:focus-within>.aba-submenu,
    .about-dropdown:hover>.about-submenu,
    .about-dropdown:focus-within>.about-submenu {
        display: block;
    }
}

@media (max-width: 991px) {
    .leader-card,
    .leader-card:nth-child(odd),
    .leader-card:nth-child(even) {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .leader-media,
    .leader-copy {
        flex: 0 0 100%;
        width: 100%;
    }
    .site-header,
    .nav-shell {
        min-height: auto;
    }
    .ranch-logo {
        left: 50%;
        min-width: 190px;
    }
    .ranch-logo img {
        max-width: 90%;
    }
    .logo-script {
        display: none;
    }
    .logo-mark {
        font-size: 18px;
    }
    .logo-mark::before,
    .logo-mark::after {
        width: 28px;
        margin: 0 5px;
    }
    .logo-place {
        font-size: 10px;
    }
    .reservation-btn {
        padding: 10px;
    }
    .media-tile {
        min-height: auto;
    }
    .navbar-collapse {
        background: #fbf3e7;
        margin: 18px -24px 0;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        padding: 18px 24px 24px;
    }
    .navbar-nav {
        align-items: flex-start !important;
        gap: 8px;
        width: 100%;
    }
    .aba-dropdown,
    .about-dropdown {
        width: 100%;
    }
    .aba-dropdown::after,
    .about-dropdown::after {
        display: none;
    }
    .aba-menu-toggle,
    .about-menu-toggle {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .aba-menu-toggle::after,
    .about-menu-toggle::after {
        border-bottom: 0;
        border-left: .32em solid transparent;
        border-right: .32em solid transparent;
        border-top: .38em solid currentColor;
        display: inline-block;
        margin-left: 10px;
    }
    .aba-submenu,
    .about-submenu {
        background: rgba(143, 66, 36, .07);
        margin: 4px 0 8px;
        min-width: 100%;
        padding: 16px 18px 18px;
        position: static !important;
        width: 100%;
    }
    .submenu-group {
        margin-bottom: 18px;
    }
    .submenu-group h3,
    .aba-submenu .submenu-strong {
        font-size: 18px;
    }
    .aba-submenu .dropdown-item {
        font-size: 18px;
        padding: 0 0 8px 12px;
    }
    .about-submenu .dropdown-item {
        font-size: 16px;
        padding: 0 0 10px 12px;
        white-space: normal;
    }
    .right-nav {
        margin: 0 !important;
    }
    .hero {
        margin-top: 70px;
    }
    .subpage-hero,
    .blog-hero,
    .single-hero {
        margin-top: 70px;
        min-height: 440px;
    }
    .subpage-hero img {
        height: 440px;
    }
    .hero-img,
    .ranch-hero.subpage-hero,
    .ranch-hero.subpage-hero img,
    .activities-main-hero.subpage-hero,
    .activities-main-hero.subpage-hero img,
    .horseback-main-hero.subpage-hero,
    .horseback-main-hero.subpage-hero img {
        min-height: 440px;
    }
    .subpage-title {
        left: 30px;
        top: 28%;
    }
    .conservation-copy {
        padding-top: 54px;
    }
    .conservation-row {
        margin-bottom: 44px;
    }
    .conservation-copy p,
    .conservation-row p,
    .project-list {
        font-size: 17px;
    }
    .conservation-card {
        margin-bottom: 22px;
    }
    .ranch-intro,
    .activities-list-section,
    .horseback-content {
        padding: 58px 0 0;
    }
    .page-template-aboutus-page .horseback-content {
        padding: 58px 0;
    }
    .activity-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .activities-lede {
        margin-bottom: 38px;
    }
    .quote-band {
        padding: 70px 0;
    }
    .horseback-video-section {
        padding-bottom: 54px;
    }
    .intro-section {
        padding: 56px 0 48px;
    }
    .intro-section h1 {
        margin-bottom: 36px;
    }
    .feature-row {
        margin-bottom: 48px;
    }
    .feature-row p {
        font-size: 17px;
        max-width: none;
    }
    .section-title {
        margin-top: 26px;
        margin-bottom: 14px;
    }
    .footer-container {
        padding: 0 15px;
    }
    .contact p,
    .contact a {
        font-size: 12px;
    }
    .footer-logo img {
        max-width: 180px;
    }
    .map-action {
        align-items: flex-start;
        flex-direction: column;
    }
    .map-popup {
        padding: 14px;
    }
    .map-popup-dialog {
        height: 90vh;
    }
    .team-hero {
        margin-top: 70px;
        min-height: 430px;
    }
    .team-hero img {
        height: 430px;
    }
    .leader-card,
    .leader-feature,
    .values-grid {
        grid-template-columns: 1fr;
    }
    .leader-media {
        min-height: auto;
    }
    .team-intro {
        padding-top: 58px;
    }
    .reservation-hero {
        margin-top: 70px;
        min-height: 390px;
    }
    .reservation-hero img {
        height: 390px;
    }
    .faq-section {
        padding: 56px 0 72px;
    }
    .blog-hero img,
    .single-hero img {
        height: 420px;
    }
    .blog-grid,
    .post-layout {
        grid-template-columns: 1fr;
    }
    .post-sidebar {
        display: none;
    }
    .page-template-conservation-page .logos_track {
        gap: 40px;
    }
    .page-template-conservation-page .logos_track img {
        height: 65px;
    }
    .acf-gallery-grid {
        column-count: 2;
    }
    .super-list.variable-sizes.clearfix {
        max-width: 570px !important;
    }
}

@media (max-width: 900px) {
    .acf-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .acf-gallery-prev {
        left: 12px;
    }
    .acf-gallery-next {
        right: 12px;
    }
}

@media (max-width: 767px) {
    iframe {
        width: 100%;
    }
    .video-panel iframe {
        height: 200px;
        width: 100%;
    }
    .page-template-conservation-page .two_section_images {
        display: block !important;
    }
    .page-template-conservation-page .two_section_images a img {
        width: 100% !important;
    }
    .page-template-conservation-page .two_section_images a {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .intro-copy,
    .signature {
        font-size: 16px;
    }
    .media-grid {
        grid-template-columns: 1fr;
    }
    .gallery-strip {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .horseback-gallery-strip {
        grid-template-columns: 1fr;
    }
    .media-tile {
        min-height: 260px;
    }
    .site-footer {
        text-align: left;
    }
    .footer-logo {
        margin-bottom: 28px;
    }
    .socials {
        justify-content: flex-start;
    }
    .gallery-modal .modal-dialog {
        margin: 16px;
    }
    .gallery-modal .modal-content {
        padding: 12px;
    }
    .gallery-modal .carousel-item img {
        height: 68vh;
    }
    .gallery-control {
        height: 44px;
        width: 44px;
    }
    .gallery-control.carousel-control-prev {
        left: 10px;
    }
    .gallery-control.carousel-control-next {
        right: 10px;
    }
    .gallery-close {
        right: 4px;
        top: 4px;
    }
    .activity-grid {
        grid-template-columns: 1fr;
    }
    .ranch-detail p,
    .horseback-content p,
    .horseback-video-section p,
    .activities-lede,
    .ranch-intro p {
        font-size: 17px;
    }
    .feature-section {
        padding: 0 0 20px;
    }
    .socials {
        justify-content: center;
    }
    .contact>div {
        margin: 20px auto 0;
    }
    .footer-links a,
    .contact h3 {
        font-size: 20px;
    }
    .contact p,
    .contact a {
        font-size: 16px;
    }
    .conservation-container .row,
    .cattle-container .row {
        display: flex;
        flex-direction: column;
    }
    .conservation-container .row .col-lg-5,
    .cattle-container .row .col-lg-5 {
        order: 2;
    }
    .conservation-container .row .offset-lg-1,
    .cattle-container .row .offset-lg-1 {
        order: 1;
    }
    .editor-design img {
        float: inline-end;
        margin: 0px 0px 15px 70px;
    }
    .page-template-conservation-page .logos_track {
        gap: 30px;
    }
    .page-template-conservation-page .logos_track img {
        height: 50px;
    }
    .blog-card {
        display: block !important;
    }
    .blog-card-image {
        width: 100%;
    }
    .blog-card-image img {
        height: auto;
    }
    .page-template-reservations-page .btn_three a {
        width: 100%;
        display: block !important;
        margin: 10px 0;
        font-size: 20px;
    }
    .page-template-reservations-page .btn_three {
        font-size: 20px;
        width: 100%;
        display: block !important;
        margin: 10px 0;
    }
    .page-template-reservations-page .btn_three br {
        display: none !important;
    }
    .page-template-univercell-design-page ul.li_span_text li span {
        float: none;
    }
    .leader-section {
        padding: 48px 0 25px;
    }
    .page-template-team-page .last-section .last-section-images {
        display: block;
        gap: 0px;
        margin-bottom: 30px;
    }
    .page-template-team-page .last-section .last-image-item {
        width: 100%;
        margin: 20px 0;
    }
    .page-template-team-page .team_section_secound {
        padding: 60px 0 0 0;
    }
    .about_page_links {
        grid-template-columns: 1fr !important;
    }
    .page-template-univercell-design-page ul.li_span_text li {
        width: 100% !important;
    }
    .acf-gallery-grid {
        column-count: 1;
    }
    .super-list.variable-sizes.clearfix {
        max-width: 275px !important;
    }
    .element_6 {
        max-width: 275px !important;
    }
}

@media (max-width: 760px) {
    .staff-page {
        padding: 20px 18px 58px;
    }
    .staff-layout {
        grid-template-columns: 1fr;
    }
    .staff-video {
        max-width: none;
    }
    .staff-sidebar {
        display: grid;
        gap: 20px;
    }
    .sidebar-card,
    .sidebar-card:first-child {
        border-top: 1px solid var(--line);
        padding: 22px 0;
    }
}

@media (max-width: 700px) {
    .form-grid.two {
        grid-template-columns: 1fr;
    }
    .reservation-section {
        padding: 54px 0 72px;
    }
}

@media (max-width: 576px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-hero-copy,
    .single-hero-copy {
        top: 22%;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 560px) {
    .team-hero {
        min-height: 360px;
    }
    .team-hero img {
        height: 360px;
    }
    .team-hero-copy {
        left: 22px;
        right: 22px;
    }
    .leader-copy {
        padding: 0 20px 20px 20px;
        text-align: left;
    }
    .leader-copy p:not(.role-label),
    .intro-panel p:last-child {
        font-size: 16px;
    }
}

.acf-gallery-block {
    padding: 30px 16px;
}

.acf-gallery-grid {
    grid-template-columns: 1fr;
    gap: 14px;
}

.acf-gallery-popup {
    padding: 16px;
}

.acf-gallery-close {
    top: 8px;
    right: 8px;
}


/* .blog-hero,
.single-hero {
    min-height: 340px;
} */


/* .blog-hero img,
.single-hero img {
    height: 340px;
} */

.blog-hero-copy,
.single-hero-copy {
    left: 22px;
    right: 22px;
}


/* .blog-listing {
    padding: 56px 0 72px;
} */

.post-layout {
    padding: 56px 0 72px;
}

.simple-post-content {
    padding: 78px 0 72px;
}

@media (max-width: 520px) {
    .reservation-hero-copy {
        left: 22px;
        right: 22px;
    }
}

@media (max-width: 480px) {
    .editor-design img {
        margin: 0px 0px 15px 0px;
        width: 100%;
    }
    #ranchHero button.carousel-control-prev,
    #ranchHero button.carousel-control-next {
        width: 35px;
        height: 35px;
    }
    .nav-shell {
        padding: 0 12px;
    }
    .reservation-btn {
        font-size: 14px;
        padding: 10px 8px;
        margin-right: 0;
    }
    .ranch-logo {
        min-width: 142px;
    }
    .logo-mark {
        font-size: 15px;
    }
    .logo-mark::before,
    .logo-mark::after {
        display: none;
    }
    .hero-img {
        min-height: 240px;
    }
    .subpage-hero {
        min-height: 330px;
    }
    .subpage-hero img {
        height: 330px;
    }
    .subpage-title {
        left: 20px;
    }
    .blog-hero,
    .single-hero,
    .hero-img,
    .ranch-hero.subpage-hero,
    .ranch-hero.subpage-hero img,
    .activities-main-hero.subpage-hero,
    .activities-main-hero.subpage-hero img,
    .horseback-main-hero.subpage-hero,
    .horseback-main-hero.subpage-hero img {
        min-height: 330px;
    }
    .blog-hero,
    .single-hero,
    .hero-img,
    .ranch-hero.subpage-hero img,
    .activities-main-hero.subpage-hero img,
    .horseback-main-hero.subpage-hero img {
        height: 330px;
    }
    .gallery-strip {
        grid-template-columns: 1fr;
    }
    .intro-section {
        padding-left: 8px;
        padding-right: 8px;
    }
    .eyebrow {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .footer-links a,
    .contact h3,
    .stay {
        font-size: 16px;
    }
    .contact p,
    .contact a {
        font-size: 14px;
    }
    .socials a {
        font-size: 22px;
        width: 20px;
    }
    .ranch-logo {
        top: auto;
        margin-right: 0;
        max-width: 173px;
        position: inherit;
        left: auto;
        transform: translateX(0%);
    }
}