/* font-family: "Archivo Black", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

/* font-family: "Archivo", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Asap", sans-serif; */
/* @import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap'); */

@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-Regular.woff2') format('woff2'),
        url('../fonts/Asap-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --Black: #161616;
  --White: #FFFFFF;
  --Gold: #C6B98B;
  --Light-Gold: #EFEBDC;
  --Red: #6F2740;
  /* font-family root */
  /* --font-primary: "Asap", sans-serif; */
  --font-primary: 'Asap';
  --font-heading: "Archivo Black", sans-serif;
}

html {scroll-behavior: inherit !important;}
html,body {overflow-x: hidden;width: 100%;}
body {margin: 0;padding: 0;background: #EFECDF;font-size: 16px;-webkit-text-size-adjust: 100%;font-family: var(--font-primary);color: var(--Black);overflow-x: hidden;}
body {padding-top: 100px;}
.container {max-width: 1470px;padding: 0 30px;}
/* Heading */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-family: var(--font-primary);color: var(--Red);font-weight: 400;margin-top: 0;margin-bottom: 10px;letter-spacing: 0;}
h1,.h1 {font-family: var(--font-heading);font-size: 80px;line-height: 104%;color: var(--White);}
h2,.h2 {font-size: 64px;line-height: 110%;}
h3,.h3 {font-size: 38px;line-height: 120%;}
h4,.h4 {font-size: 34px;line-height: 120%;}
h6,.h6 {font-size: 18px;line-height: 150%;letter-spacing: 0.04em;}
p {font-family: var(--font-primary);font-size: 20px;line-height: 150%;letter-spacing: 0;color: var(--Red);}
html.overflow-hidden {overflow: hidden;}
.mobile {display: none;}
.desktop {display: block;}
ol,ul {box-sizing: border-box;list-style: none;padding: 0;margin: 0;}
ul li {list-style: none;}
img {height: auto;max-width: 100%;}
button:focus {outline: none;}
textarea {resize: none;}
a {color: inherit;transition: all 0.33s linear;text-decoration: none;}
a:focus {outline: none;}
a:hover {text-decoration: none;color: inherit;}

::placeholder {color: var(--Red);opacity: 1;text-transform: uppercase;}
:-ms-input-placeholder {color: var(--Red);opacity: 1;text-transform: uppercase;}
::-ms-input-placeholder {color: var(--Red);opacity: 1;text-transform: uppercase;}
::placeholder {color: var(--Red);opacity: 1;text-transform: uppercase;}

.gold-btn, .primary-btn {padding: 10px 15px 9px 20px;min-width: 175px;min-height: 48px;display: inline-flex;align-items: center;justify-content: center;position: relative;overflow: hidden;border: 1px solid var(--Red);background: transparent;color: var(--Red);font-family: var(--font-primary);font-weight: 400;font-size: 18px;line-height: 150%;letter-spacing: 0;text-transform: uppercase;text-align: center;border-radius: 4px;gap: 20px;}
.primary-btn svg {width: 9px;}
.primary-btn:hover svg{fill:var(--White);}
.gold-btn svg{fill:var(--White);transition:all .3s ease;}
.gold-btn{background: var(--Gold);color: var(--White);border-color: var(--Gold);}
.gold-btn:hover {color: var(--Gold);background: var(--Light-Gold);}
.primary-btn:hover{color: var(--White);background: var(--Red);}
.gold-btn span,.primary-btn span {position: relative;z-index: 2;}

a.more-link {font-family: var(--font-primary);font-weight: 400;font-size: 18px;line-height: 21px;letter-spacing: 0;text-transform: uppercase;color: var(--Red);position: relative;padding-right: 26px;display: flex;width: fit-content;align-items: center;font-style: italic;}
.more-link::before{content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: url('../images/more-link.svg') no-repeat center;background-size: contain;width: 9.64px;height: 100%;}

/* slider-nav common */
.owl-carousel .owl-nav {position: absolute;top: 50%;display: flex;justify-content: space-between;left: -50px;right: -50px;pointer-events: none;transform: translateY(-50%);}
.owl-carousel .owl-nav button.disabled {opacity: 0.6;pointer-events: none;}
.owl-carousel .owl-nav button.owl-prev {transform: rotate(180deg);}
.owl-carousel .owl-nav button {background: var(--Light-Gold) url(../images/slider-arrow.svg) no-repeat center !important;width: 50px;height: 50px;display: inline-block;border-radius: 50%;pointer-events: all;}
.owl-carousel .owl-nav button span {display: none;}

/* wp-login to add this css */
.logged-in header.site-header {top: 32px;}

/* HEADER */
header.site-header{height: auto;width: 100%;position: fixed;top: 0;left: 0;right: 0;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;z-index: 1000;background:var(--Red);padding:20px 0px;}
header.hidden-header {top: -200px;}
header.site-header::before{content: '';position: absolute;top: 100%;left: 50%;transform: translate(-50%);background: url('../images/header-shape.svg') no-repeat bottom;max-width: 1305px;width: 100%;height: 10px;}
header .header-shape{position:absolute;bottom: -12.38px;left: 50%;transform: translateX(-50%);z-index: 1;}
header .header-shape svg{width:100%;height:12.38px;display:block;}
/* =========================DESKTOP HEADER========================= */
header .header-desktop{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;/*max-width: 1240px;margin-inline: auto;*/}
header .header-desktop {display: grid;grid-template-columns: 1fr auto 1fr;align-items: center;column-gap: 107px;position: relative;z-index: 2;}
header .header-logo{text-align:center;}
header .header-logo img {width: auto;height: 60px;object-fit: contain;}
/* MENUS */
header .main-menu{display:flex;gap:20px;list-style:none;margin:0;padding:0;}
header .nav-right .main-menu {justify-content: space-between;}
header .main-menu li a {font-family: var(--font-primary);font-size: 16px;line-height: 150%;letter-spacing: 0;text-transform: uppercase;color: var(--White);}
header .main-menu>li>a {padding: 10px 15px;}
header .nav-left{margin-left: -15px;}
header .nav-right{margin-right: -15px;max-width: 454px;margin-left: auto;width: 100%;}
header .main-menu li.menu-item-has-children>a{padding-right: 25.12px;}
header .main-menu li.menu-item-has-children>a::after{background-image: url(../images/header-down.svg);background-repeat: no-repeat;background-position: center;content: "";width: 11px;height: 100%;transition: all 0.5s ease;border: none;margin: 0;position: absolute;background-size: contain;top: 0px;right: 4px;filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(250%);} 
header .main-menu>li:hover>a,header .main-menu li.current-menu-item>a{background: var(--Gold);color: var(--White);}
header .main-menu li.menu-item-has-children:hover>a::after{transform: rotate(180deg);filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(250%);}
header .main-menu li.current-menu-item>a::after{filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(250%);}
/* DROPDOWN */
header .main-menu li{position:relative;}
header .main-menu>li>ul.sub-menu {top: calc(100% + 5px);background: var(--Red);pointer-events: none;z-index: 1000;min-width: 220px;width: auto;width: 100%;border-radius: 2px;position: absolute;padding: 0px;margin: 0px;visibility: hidden;display: block;text-align: left;opacity: 0;-webkit-transition: all 0.03s ease;-moz-transition: all 0.03s ease;-ms-transition: all 0.03s ease;-o-transition: all 0.03s ease;transition: all 0.03s ease;border: none;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;box-shadow: 0px 2px 20px 0px #8b8b8b40;}
header .main-menu li:hover ul.sub-menu {opacity: 1;visibility: visible;transition-delay: 0s;pointer-events: auto;}
header .main-menu>li>ul.sub-menu {overflow-y: auto;max-height: 75vh;}
header .main-menu>li>ul.sub-menu li {display: block;position: relative;}
header .main-menu>li>ul.sub-menu li a {padding: 10px 15px;display: block;}
header .main-menu>li>ul.sub-menu li:hover a {background: var(--Gold);color: var(--White);transition: all 0.33s linear;}
header .main-menu li.astm-search-menu {margin-left: 40px;}

/* =========================MOBILE HEADER========================= */
/* .header-mobile{display:none;grid-template-columns:1fr auto 1fr;align-items:center;}
.header-mobile .mobile-search{justify-self:start;}
.mobile-toggle{justify-self:end;}
#menu-toggle{width:45px;height:40px;border:2px solid var(--Red);background:none;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:8px;cursor:pointer;}
#menu-toggle span{height:2px;background:var(--Red);display:block;}
.header-mobile .search-icon{width:20px;height:20px;border:2px solid var(--Red);border-radius:50%;display:inline-block;position:relative;}
.header-mobile .search-icon:after{content:"";width:10px;height:2px;background:var(--Red);position:absolute;right:-8px;bottom:-4px;transform:rotate(45deg);}
.is-form-style input.is-search-submit, .is-search-icon {background: var(--Light-Gold) !important;}
.is-form-style input.is-search-input {background: var(--Light-Gold) !important;font-family: var(--font-primary) !important;color: var(--Black) !important;} */

.header-mobile{display:none;grid-template-columns:1fr auto 1fr;align-items:center;}
.header-mobile .mobile-search{justify-self:start;}
.header-mobile .header-menu{justify-self:end;}
.header-mobile .navigation{position:relative;display:flex;align-items:center;justify-content:flex-end;}
.header-mobile .mobile-menu-logo{display:none;}
.header-mobile .mobile-menu-logo .custom-logo-link{display:flex;align-items:center;justify-content:flex-start;}
.header-mobile .mobile-menu-logo img{height:auto;width:auto;max-width:200px;object-fit:contain;}
.header-mobile .lines-button{width: 60px;height:30px;border:1.5px solid var(--White);background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;position:relative;z-index:3;border-radius: 6px;}
.header-mobile .lines-button .lines,
.header-mobile .lines-button .lines::before,
.header-mobile .lines-button .lines::after{display:block;width:30px;height:2px;background:var(--White);content:"";transition:all 0.3s ease;}
.header-mobile .lines-button .lines{position:relative;}
.header-mobile .lines-button .lines::before{position:absolute;top:-6px;left:0;}
.header-mobile .lines-button .lines::after{position:absolute;top:6px;left:0;}
.header-mobile .lines-button.meanclose .lines{background:transparent;}
.header-mobile .lines-button.meanclose .lines::before{top:0;transform:rotate(45deg);}
.header-mobile .lines-button.meanclose .lines::after{top:0;transform:rotate(-45deg);}
.header-mobile .meanmenu-reveal{display:none !important;}
.header-mobile .mean-bar{display:block;position:static;}
.header-mobile .mean-nav{position:fixed;top:0;right:0;width:min(82vw,420px);height:100vh;padding:100px 30px 30px;overflow-y:auto;transform:translateX(100%);transition:transform 0.33s ease;z-index:20;background: linear-gradient(180deg, #692C3E 0%, #3E1420 100%);}
.header-mobile .mean-nav ul.firstul{display:none;padding:0;margin:0;}
.header-mobile .mean-nav ul li{position:relative;}
.header-mobile .mean-nav ul li a{display:block;padding:15px 45px 10px 0;border-bottom:1.5px solid #914964;font-size:24px;line-height:120%;letter-spacing:0.12em;text-transform:capitalize;color:var(--White);font-weight: 300;}
.header-mobile .mean-nav ul li.current-menu-item > a{color:var(--Gold);}
.header-mobile .mean-nav li.submenu-open > a{background:transparent;color:var(--White);border-bottom-color: #914964;}
.header-mobile .mean-nav ul ul,
.header-mobile .mean-nav ul.dropdown-menu{display:none;position:static !important;float:none;width:100%;min-width:100%;margin:0;padding:0;transform:none !important;inset:auto !important;border:0;border-radius:0;box-shadow:none;background:transparent;opacity:1;visibility:visible;pointer-events:auto;}
.header-mobile .mean-nav ul ul li a{font-size:16px;letter-spacing:0.12em;padding:12px 20px;border-bottom:1px solid #914964;color:var(--White);background:transparent;}
.header-mobile .mean-nav ul ul li:last-child a{border-bottom:0;}
.header-mobile .mean-nav li.menu-item-has-children > a::after,
.header-mobile .mean-nav li.page_item_has_children > a::after,
.header-mobile .mean-nav li.menu-item-has-children > a.dropdown-toggle::after,
.header-mobile .mean-nav li.page_item_has_children > a.dropdown-toggle::after{display:none !important;content:none !important;}
.header-mobile .mean-nav .mean-expand{width:20px;height:34px;border:0 !important;padding:0 !important;text-align:center;position:absolute;right:10px;top:10px;z-index:2;background:transparent;box-shadow:none;font-size:0 !important;line-height:1;text-decoration:none;display:block !important;}
.header-mobile .mean-nav .mean-expand::before{content:"";position:absolute;top:50%;left:50%;width: 8px;height: 8px;border-right:1.5px solid var(--White);border-bottom:1.5px solid var(--White);transform:translate(-50%, -65%) rotate(45deg);transition:transform 0.25s ease;}
.header-mobile .mean-nav .mean-expand.mean-clicked::before,
.header-mobile .mean-nav li.submenu-open > .mean-expand::before{transform:translate(-50%, -35%) rotate(225deg);}
.header-mobile .mean-nav li.submenu-open > .mean-expand::before{border-right-color:var(--Light-Gold);border-bottom-color:var(--Light-Gold);}
html.opennav .header-mobile .mean-nav{transform:translateX(0);}
.header-mobile .mean-nav .mobile-menu-logo{display:block;position:absolute;top:16px;left:20px;z-index:2;max-width:160px;}
.header-mobile .mean-nav .mobile-menu-logo img{height:50px;display:block;width:auto;max-width:180px;}
html.opennav .header-mobile .lines-button{position:fixed;top:30px;right:15px;border:1.5px solid var(--White);background:transparent;z-index:25;}
html.opennav .header-mobile .lines-button .lines::before,
html.opennav .header-mobile .lines-button .lines::after{background:var(--White);}
html.opennav .header-mobile .lines-button .lines, html.opennav .header-mobile .lines-button .lines::before, html.opennav .header-mobile .lines-button .lines::after{width: 22px;}
.header-mobile .search-icon{width:20px;height:20px;border:2px solid var(--White);border-radius:50%;display:inline-block;position:relative;}
.header-mobile .search-icon:after{content:"";width:10px;height:2px;background:var(--White);position:absolute;right:-8px;bottom:-4px;transform:rotate(45deg);}
.is-form-style input.is-search-submit, .is-search-icon {background: var(--White) !important;}
.is-form-style input.is-search-input {background: var(--White) !important;font-family: var(--font-primary) !important;color: var(--Black) !important;}
header .main-menu li.astm-search-menu {margin-left: 40px;}
.header-mobile .mobile-menu-social{display:none;}
.header-mobile .mean-nav .mobile-menu-social {display: flex;gap: 16px;margin-top: 30px;}
.header-mobile .mean-nav .mobile-menu-social a{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;}
.header-mobile .mean-nav .mobile-menu-social img{display:block;width:28px;height:28px;object-fit:contain;}


 /* .header-mobile .mean-nav{position: fixed;top: 0;right: -420px; width: min(82vw,420px);height: 100vh;background: var(--Red);padding: 100px 30px 30px;overflow-y: auto;transition: right 0.35s ease;z-index: 20;box-shadow: -20px 0 45px rgba(0,0,0,0.25);}
html.opennav .header-mobile .mean-nav{right: 0;} */
/* =========================MOBILE MENU========================= */
.menu-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border:none;background:none;cursor:pointer;}
/* cross lines */
.menu-close span{position:absolute;top:50%;left:50%;width:24px;height:2px;background:#333;transform-origin:center;}
.menu-close span:first-child{transform:translate(-50%,-50%) rotate(45deg);}
.menu-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg);}
.mobile-menu{position:fixed;top:0;right:-100%;width:280px;height:100%;background:white;transition:.4s;z-index:999;padding:40px;}
.mobile-menu.active{right:0;}
.mobile-nav{list-style:none;padding:0;}
.mobile-nav li{margin-bottom:20px;}
.mobile-nav a{font-size:18px;text-decoration:none;color:#333;}

/* =========================FOOTER========================= */
footer {margin-top: 80px;background: var(--Red);}
footer .footer-main {padding: 50px 0px 46px;}
footer .footer-main .footer-main-wrp {display: flex;align-items: center;justify-content: space-between;}
footer .footer-logo img{height: 64px;object-fit: contain;}
footer ul.footer-menu{display:flex;gap:33px;}
footer ul.footer-menu li a {text-decoration: none;font-size: 18px;line-height: 21px;letter-spacing: 0;color: var(--White);display: block;}
footer .footer-social {display: flex;gap:36px;}
footer .footer-social img {object-fit: contain;}
/* COPYRIGHT */
footer .footer-bottom{background:var(--Gold);padding:20px 0 19px;}
footer .footer-bottom .footer-bottom-wrp{display:flex;justify-content:space-between;align-items: center;}
footer .footer-bottom .footer-bottom-wrp .footer-bottom-wrp-in {display: flex;gap: 4px;}
footer .footer-bottom .footer-bottom-wrp p, footer .footer-bottom .footer-bottom-wrp a {font-size: 18px;line-height: 21px;color: var(--Black);margin-bottom: 0;}
footer .footer-bottom .footer-bottom-wrp a:hover {text-decoration: underline;color: var(--Red);}

/* mobile-header */
.footer-mobile-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;}
.back-to-top{border:1px solid var(--White);border-radius:50%;width:52px;height:52px;background:none;color:var(--White);font-size:22px;cursor:pointer;}
.footer-mobile{display:none;padding:40px 30px;}
/* MOBILE HEADER */
.footer-mobile-header{display:flex;justify-content:space-between;align-items:center;}
.footer-mobile-header h3{color:var(--Gold);letter-spacing:2px;margin-bottom: 0;font-size: 24px;}
.footer-mobile-nav{list-style:none;padding:0;}
.footer-mobile-nav li a {border-bottom: 1px solid var(--White);padding: 15px 0;width: 100%;height: 100%;display: block;}
.footer-mobile-nav li:last-child a{border: unset;}
.footer-mobile-nav a{color:var(--White);text-decoration:none;}
.footer-mobile-menu{height:0;overflow:hidden;opacity:0;transition: all 0.33s linear;}
.footer-mobile-menu.active{opacity:1;height: auto;overflow: visible;}
.footer-mobile .mobile-social{margin-top: 30px;}

/* Hero-Home */
.hero-section {min-height: 980px;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;padding: 50px 0;}
.hero-section {padding: 400px 0 201px}
.hero-section::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: var(--Black);opacity: 0.3;z-index: -1;}
.hero-section .bg-img {position: absolute;inset: 0;height: 100%;width: 100%;z-index: -2;}
.hero-section .bg-img img {height: 100%;width: 100%;object-fit: cover;object-position: center;}
.hero-section .main-wrp {max-width: 965px;margin-right: auto;display: flex;flex-direction: column;align-items: flex-start;}
.hero-section .main-wrp h6 {color: var(--White);margin-bottom: 10px;}
.hero-section .main-wrp h1 {margin-bottom: 24.59px;}
.hero-section .main-wrp h1 {margin-left: -5px;}
.hero-section .main-wrp p {max-width: 424px;margin-right: auto;color: var(--White);font-size: 22px;line-height: 25px;;letter-spacing: 0;}
.hero-section .main-wrp a.gold-btn{margin-top: 12px;}

/* type-lists */
.type-lists {padding: 80px 0 42px;}
.type-lists .type-lists-wrp {display: flex;flex-wrap: wrap;column-gap: 30px;row-gap: 30px;justify-content: center;}
.type-lists .type-lists-wrp .main-wrp {width: calc((100% - (30px * 2))/3);display: flex;flex-direction: column;align-items: flex-start;}
.type-lists .type-lists-wrp .main-wrp img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;border-top-left-radius: 15px;border-top-right-radius: 15px;}
.type-lists .type-lists-wrp .main-wrp h3 {margin: 20px 0 31px;}

/* experience-section */
.experience-section {padding-top: 40px;}
.experience-section .main-wrp{display: flex;justify-content: space-between;gap: 15px;align-items: center;margin-bottom: 30px;}
.experience-section .main-wrp .cnt-wrp {display: flex;align-items: baseline;gap: 5px;flex-wrap: wrap;}
.experience-section .main-wrp .experience-social {display: flex;gap: 30px;}
.experience-section .main-wrp .experience-social>a img{object-fit: contain;max-width: 38px;}
.experience-section .main-wrp .cnt-wrp h3 {margin-bottom: 0px;}
.experience-section .image-gallery{display: flex;width: 100%;height: 100%;}
.experience-section .owl-stage{display: flex;}
.experience-section .image-gallery li{width: 100%;height: 100%;}
.experience-section .image-gallery li img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;aspect-ratio: 1 / 1;}


/* BROODMARES PAGES */
.broodmares-header {padding: 60px 0 45px;position: relative;}
.broodmares-header::before{content: '';position: absolute;top: 100%;left: 50%;transform: translate(-50%);background: url('../images/broodmares-shape.svg') no-repeat bottom;max-width: 1305px;width: 100%;height: 20px;}
.broodmares-header h6.entry-title {margin-bottom: 11px;text-transform: uppercase;}
.broodmares-header h1 strong {font-family: var(--font-heading);font-size: 80px;line-height: 110%;letter-spacing: 0.04em ;}
.broodmares-header .broodmares-shape {position: absolute;bottom: -22.38px;left: 50%;transform: translateX(-50%);}
.broodmares-header .broodmares-shape svg {width: 100%;height: 22.38px;display: block;}

.post-thumbnail img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;aspect-ratio: 1920 / 660;}

.broodmares-content {padding-top: 38px;}
.broodmares-content .col-md-12>p {margin-bottom: 30px;font-size: 28px;line-height: 42px;letter-spacing: 0.02em;}
.broodmares-content .col-md-12>p:last-of-type {margin-bottom: 0px;}
.broodmares-content a.primary-btn {border-radius: 70px;margin-top: 69px;display: flex;width: fit-content;margin-inline: auto;min-width: 400px;min-height: 80px;}

.broodmares-section{padding-top: 54px;}
.broodmares-section .broodmares-heading{margin-bottom: 40px;}
.broodmares-section .broodmares-heading h2{margin-bottom: 12px;}
.broodmares-section .broodmares-heading p{margin-bottom: 0;}
.broodmares-section .broodmares-cards {display: flex;flex-wrap: wrap;gap: 30px;}
.broodmares-section .broodmares-cards .broodmares-card {width: calc((100% - (30px * 2))/3);display: flex;flex-direction: column;border: 1px solid #C6B98B;border-radius: 6px;overflow: hidden;}
.broodmares-section .broodmares-card .broodmares-img img {width: 100%;height: 240px;object-fit: cover;object-position: top;display: block;}
.broodmares-section .broodmares-card .broodmares-cnt {padding: 25px 29px 30px;display: flex;flex-direction: column;height: 100%;}
.broodmares-section .broodmares-card .broodmares-cnt h4{font-weight: 700;margin-bottom: 7px;text-transform: uppercase;}
.broodmares-section .broodmares-card .broodmares-cnt p{margin-bottom: 25px;color: var(--Black);}
.broodmares-section .broodmares-card .broodmares-cnt a.more-link{margin-top: auto;}

/* DETAILS PAGE */
.horse-gallery-section .horse-gallery .owl-stage {display: flex;}
.horse-gallery-section .horse-gallery .item {width: 100%;height: 100%;}
.horse-gallery-section .horse-gallery .item img {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;aspect-ratio: 1920 / 760;}
.horse-gallery-section .owl-carousel .owl-nav {max-width: 73.45vw;margin-inline: auto;}

.single-horse-cnt {padding: 79px 0 20px;}
.single-horse-cnt .single-heading {display: flex;align-items: center;gap: 20px;margin-bottom: 12px;}
.single-horse-cnt .single-heading h3 {margin-bottom: 0;}
.single-horse-cnt .single-heading img {object-fit: contain;display: block;max-width: 54.5px;}
.single-horse-cnt p.raced-by {margin-bottom: 20px;}
.single-horse-cnt .single-horse-wrp {border-bottom: 2px solid var(--Gold);margin-bottom: 30px;}
.single-horse-cnt .full-bio p {margin-bottom: 30px;}

.single-horse-cnt .information-col-wrp {display: flex;flex-wrap: wrap;column-gap: 60px;row-gap: 30px;margin-bottom: 50px;justify-content: flex-start;}
.single-horse-cnt .information-col-wrp .information-col:has(> .earnings > .cnt-wrp) {width: 100%;}
.single-horse-cnt .information-col-wrp .information-col span,.single-horse-cnt .information-col-wrp .information-col h3 {font-family: var(--font-primary);font-weight: 400;font-size: 20px;line-height: 150%;letter-spacing: 0;color: var(--Red);display: block;margin-bottom: 20px;}
.single-horse-cnt .information-col-wrp .information-col .earnings .cnt-wrp {display: flex;column-gap: 40px;row-gap:30px;flex-wrap: wrap;}
/* .single-horse-cnt .information-col-wrp .information-col .earnings .cnt-wrp>div {width: 100%;} */
.single-horse-cnt .information-col-wrp .information-col p {margin-bottom: 0;padding: 12px 20px;min-width: 174px;display: inline-flex;align-items: center;justify-content: center;position: relative;overflow: hidden;border: 1px solid var(--Red);background: transparent;color: var(--Red);font-family: var(--font-primary);font-weight: 700;font-size: 16px;line-height: 150%;letter-spacing: 0.06em;text-transform: uppercase;text-align: center;border-radius: 36px;}


.single-horse-cnt .details-wrp {max-width: 542px;margin-inline: auto;text-align: center;margin-top: 43px;max-width: 38.87vw;}
.single-horse-cnt .details-wrp dd {word-break: break-word;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;word-wrap: break-word;font-family: var(--font-primary);font-weight: 400;font-size: 20px;line-height: 150%;letter-spacing: 0;text-align: center;color: var(--Red);}
.single-horse-cnt .details-wrp dd small {display: block;padding-bottom: 5px;}
.single-horse-cnt .details-wrp dd.sire {width: 50%;float: left;text-align: center;}
.single-horse-cnt .details-wrp dd.dam {width: 50%;float: right;}
/* .single-horse-cnt .details-wrp dd.tree img {max-width: 424px;margin-inline: auto;} */
.single-horse-cnt .details-wrp dd.tree img {max-width: 100%;padding: 0 24%;}

/* RACING STABLE PAGE */
.post-thumbnail:has(+ .racing-stable) img {aspect-ratio: 1920 / 760;}

.racing-stable {padding-top: 40px;}
.racing-stable .racing-heading{margin-bottom: 40px;}
.racing-stable .racing-heading h6 {text-transform: uppercase;margin-bottom: 11px;}
.racing-stable .racing-heading h1{margin-bottom: 19px;font-family: var(--font-heading);font-size: 60px;}
.racing-stable .racing-heading p:last-child{margin-bottom: 0;}
.racing-stable .racing-hours {display: flex;flex-wrap: wrap;gap: 30px;}
.racing-stable .racing-hours .racing-card {width: calc((100% - (30px * 2))/3);display: flex;flex-direction: column;align-items: flex-start;border-radius: 15px;border: 1px solid var(--Gold);overflow: hidden;}
.racing-stable .racing-card .racing-img {width: 100%;height: auto;}
/* .racing-stable .racing-card .racing-img img{width: 100%;height: 320px;object-fit: cover;object-position: top;display: block;} */
.racing-stable .racing-card .racing-img img{width: 100%;height: auto;object-fit: cover;object-position: top;display: block;aspect-ratio: 448 / 320;}
.racing-stable .racing-card .racing-cnt {padding: 30px 20px 22px;display: flex;flex-direction: column;align-items: flex-start;width: 100%;height: 100%;}
.racing-stable .racing-card .racing-cnt .racing-title {display: flex;align-items: flex-start;gap: 5px;justify-content: space-between;width: 100%;}
/* .racing-stable .racing-card .racing-cnt h4{margin-bottom: 51px;letter-spacing: 0.02em;font-weight: 400;} */
.racing-stable .racing-card .racing-cnt h4{margin-bottom: 30px;letter-spacing: 0.02em;font-weight: 400;}
.racing-stable .racing-card .racing-cnt .primary-btn{margin-top: auto;}

/* Yearly Page */
.racing-stable .racing-heading p {font-size: 28px;line-height: 42px;letter-spacing: 0.02em;margin-bottom: 30px;}
.racing-stable .count-wrp {padding-bottom: 20px;border-top: 2px solid var(--Gold);border-bottom: 2px solid var(--Gold);margin-bottom: 60px;}
.racing-stable .count-wrp .victory, .racing-stable .count-wrp .race-earning {max-width: 680px;margin-inline: auto;text-align: center;}
.racing-stable .count-wrp .victory {padding: 30px 0;border-bottom: 2px solid var(--Gold);margin-bottom: 50px;}
.racing-stable .count-wrp h2 {font-family: var(--font-heading);font-weight: 400;line-height: 100%;letter-spacing: 0.04em;}
.racing-stable .count-wrp .victory h2{font-size: 120px;}
.racing-stable .count-wrp .race-earning {padding: 30px 0;border-top: 2px solid var(--Gold);}
.racing-stable .count-wrp .race-earning h2{font-size: 50px;}
.racing-stable .count-wrp p {margin-bottom: 0;padding: 12px 14px;min-width: 174px;display: inline-flex;align-items: center;justify-content: center;position: relative;overflow: hidden;border: 1px solid var(--Red);background: transparent;color: var(--Red);font-family: var(--font-primary);font-size: 18px;line-height: 150%;letter-spacing: 0.04em;text-transform: uppercase;text-align: center;border-radius: 30px;}

.horse-pagination {display: flex;justify-content: center;align-items: center;margin-top: 40px;column-gap: 37px}
.horse-pagination .page-count {font-size: 22px;line-height: 100%;letter-spacing: 0.02em;text-align: center;color: var(--Red)}
.horse-pagination .horse-prev, .horse-pagination .horse-next {border: 1px solid var(--Red);border-radius: 50%;background: transparent;font-size: 0;display: flex;justify-content: center;align-items: center;position: relative;padding: 29px;transition: all 0.33s linear;cursor: pointer;}
.horse-pagination .horse-prev::before, .horse-pagination .horse-next::before {content: '';position: absolute;top: 50%;left: 50%;width: 10px;height: 16px;background: url('../images/pagination-next.svg') no-repeat center;background-size: 100%;transform: translate(-50%,-50%);transition: all 0.33s linear;}
.horse-pagination .horse-prev::before{transform: translate(-50%,-50%) rotate(-180deg);}
.horse-pagination .horse-prev:hover, .horse-pagination .horse-next:hover {background: var(--Red);}
.horse-pagination .horse-prev:hover::before,.horse-pagination .horse-next:hover::before{filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(250%);}
.horse-pagination button:disabled {opacity: 0.6;pointer-events: none;}

/* Privacy Policy Page */
.entry-header {padding: 100px 0 30px;}
.entry-header h1.entry-title {color: var(--Red);margin-bottom: 0;}
.entry-content {padding: 20px 0 40px;}
.entry-content h2.wp-block-heading {font-size: 40px;line-height: 110%;margin-bottom: 16px;margin-top: 30px;}
.entry-content h2.wp-block-heading:first-child{margin-top: 0;}
.entry-content ul{padding-left: 25px;}
.entry-content ul li {list-style: disc;}
.entry-content ul li, .entry-content p {font-family: var(--font-primary);font-size: 20px;line-height: 150%;letter-spacing: 0;color: var(--Red);word-wrap: break-word;}
.entry-content p a{color: inherit;text-decoration: underline;}

div.is-ajax-search-result{background: var(--Red)!important;border-radius:2px!important;}
.is-search-sections .is-title a {color: var(--Red)!important;font-family: var(--font-heading)!important;letter-spacing: 0.02em !important;}
.is-ajax-result-description {color: var(--Red)!important;font-family: var(--font-primary)!important;}
.is-ajax-search-post, .is-ajax-search-post-details {border-bottom: 2px solid var(--Red)!important;}
.is-ajax-search-no-result {color: var(--Red)!important;}

/* Contact Page */
.racing-stable:has(+ .map-section) .racing-heading {border-bottom: 2px solid var(--Gold);padding-bottom: 40px;}
.map-section {padding: 20px 0;}
.map-section .contact-content-wrp {display: flex;flex-wrap: wrap;width: 100%;column-gap: 30px;row-gap: 30px;}
.map-section .contact-content-wrp .contact-card {width: calc((100% - 30px)/2);display: flex;flex-direction: column;align-items: flex-start;border: 2px solid var(--Gold);border-radius:15px;overflow: hidden;}
.map-section .contact-card .image {width: 100%;height: auto;}
.map-section .contact-card .image img{width: 100%;height: 350px;object-fit: cover;object-position: center;display: block;}
.map-section .contact-card .content {padding: 30px 30px 32px;display: flex;flex-direction: column;align-items: flex-start;width: 100%;height: 100%;}
.map-section .contact-card .content h4 {margin-bottom: 17px;min-height: 78px;line-height: 110%;}
.map-section .contact-card .content p{font-size: 24px;line-height: 42px;letter-spacing: 0.02em;margin-bottom:23px;}
.map-section .contact-card .content a.primary-btn {min-width: 152px;margin-top: auto;}

.contactform-section {padding-top: 60px;}
.contactform-section h2.h4 {letter-spacing: 0.02em;margin-bottom: 31px;}
.contactform-section .form-row {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;margin-bottom: 30px;}
.contactform-section .form-row .form-group.half-width {width: calc((100% - 30px) / 2);}
.contactform-section .form-row .form-group.full-width {width: 100%;}
.contactform-section .form-row .form-group input, .contactform-section .form-row .form-group textarea {width: 100%;padding: 14px 24px 13px;border: 1px solid var(--Red);background: transparent;box-sizing: border-box;font-size: 18px;line-height: 21px;letter-spacing: 0.04em;transition: all 0.3s linear;border-radius: 30px;color: var(--Red);outline: none;}
.contactform-section .form-row .form-group textarea {height: 180px;resize: none;}
.contactform-section .form-row .form-group input:focus, .contactform-section .form-row .form-group textarea:focus{border-color: var(--Red);}
.contactform-section .form-row.form-btn{position: relative;width: fit-content;margin-inline: auto;transition: all 0.33s linear;margin-bottom: 0px;}
.contactform-section .form-row.form-btn::before {content: '';position: absolute;top: 50%;right: 12px;width: 10px;height: 10px;background: url('../images/light-gold-icon.svg') no-repeat center;background-size: contain;z-index: 1;transform: translateY(-50%);}
.contactform-section .form-row.form-btn:hover::before {background: url('../images/gold-icon.svg') no-repeat center;background-size: contain;}
.contactform-section .form-row.form-btn input {padding: 10px 40px 10px 10px;min-width: 131px;min-height: 48px;display: inline-flex;align-items: center;justify-content: center;position: relative;overflow: hidden;border: 1px solid var(--Gold);background: var(--Gold);color: var(--White);font-family: var(--font-primary);font-weight: 400;font-size: 18px;line-height: 21px;letter-spacing: 0;text-transform: uppercase;text-align: center;border-radius: 4px;transition: all 0.33s linear;}
.contactform-section .form-row.form-btn:hover input{background: transparent;color: var(--Gold)}
.wpcf7-spinner {position: absolute;right: -70px;top: 50%;transform: translateY(-50%);}
.wpcf7-not-valid-tip {color: #dc3232;font-size: 14px;margin-left: 10px;margin-top: 10px;}
.wpcf7 form.sent .wpcf7-response-output{color: #46b450;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border-color: #dc3232;color: #dc3232;font-size: 14px;}


.racing-stable .racing-hours .racing-card>a{display: flex;flex-direction: column;align-items: flex-start;width: 100%;height: 100%;}
/* .racing-stable .racing-card .racing-cnt .sire-dam-wrp {padding-top: 25px;border-top: 2px solid #C6B98B;width: 100%;} */
.racing-stable .racing-card .racing-cnt .sire-dam-wrp {padding-bottom: 25px;border-bottom: 2px solid #C6B98B;width: 100%;}
.racing-stable .racing-card .racing-cnt .achivement-wrp {margin-top: 0px;padding-top: 20px;border-top: 2px solid #C6B98B;width: 100%;}
/* .racing-stable .racing-card .racing-cnt .achivement-wrp {margin-top: 40px;padding-top: 25px;border-top: 2px solid #C6B98B;width: 100%;} */
.racing-stable .racing-card .racing-cnt .sire-dam-wrp span,.racing-stable .racing-card .racing-cnt .achivement-wrp span {font-family: var(--font-primary);font-weight: 400;font-size: 20px;line-height: 100%;letter-spacing: 0.02em;display: block;margin-bottom: 12px;color: var(--Red);}
.racing-stable .racing-card .racing-cnt .sire-dam-wrp span,.racing-stable .racing-card .racing-cnt .achivement-wrp span {display: none;}
.racing-stable .racing-card .racing-cnt .cnt {display: flex;flex-direction: column;flex-wrap: wrap;align-items: flex-start;column-gap: 15px;row-gap: 10px;}
/* .racing-stable .racing-card .racing-cnt .cnt p {margin-bottom: 0;padding: 14px 14px 13px;min-width: 130px;display: inline-flex;align-items: center;justify-content: center;position: relative;overflow: hidden;border: 1px solid var(--Red);background: transparent;color: var(--Red);font-family: var(--font-primary);font-size: 18px;line-height: 21px;letter-spacing: 0.04em;text-transform: uppercase;text-align: center;border-radius: 30px;} */
.racing-stable .racing-card .racing-cnt .cnt p {margin-bottom: 0;position: relative;color: var(--Red);font-family: var(--font-primary);font-size: 18px;line-height: 21px;letter-spacing: 0.04em;font-weight: 600;text-transform: uppercase;}
.racing-stable .racing-card .racing-cnt .sire-dam-wrp .cnt p {padding: 10px 12px;}


.racing-stable:has(+ .about-section) .racing-heading {margin-bottom: 60px;padding-bottom: 40px;border-bottom: 2px solid var(--Gold);}
.about-section .row{margin-bottom: 60px;}

/* 8/4/25 */
.about-section {padding-top: 50px;}
.about-section .container {max-width: 1280px;}
.about-section .about-content h6.entry-title {text-transform: uppercase;margin-bottom: 11px;}
.about-section .about-content h1.h2 {margin-bottom: 19px;font-family: var(--font-heading);font-size: 60px;max-width: 550px;}
.about-section .about-content p {font-size: 22px;line-height: 32px;letter-spacing: 0.02em;margin-bottom: 30px;}
/* 8/4/25 End */

.about-section .about-content {max-width: 690px;margin-right: auto;}
.about-section .about-content h4 {font-size: 38px;letter-spacing: 0.02em;margin-bottom: 21px;}
.about-section .about-content p a {text-decoration: underline;color: inherit;}
.about-section .img-wrp {position: relative;max-width: 630px;margin-left: auto;margin-bottom: 60px;}
.about-section .img-wrp:has(> img:only-child) {margin-bottom: 0;height: 100%;}
.about-section .img-wrp img:first-child {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;border-radius: 15px;}
.about-section .img-wrp img.sec-img {position: absolute;left: -60px;bottom: -60px;width: 450px;height: auto;border-radius: 15px;display: block;}
.about-section .row.lirc-wrp{flex-direction: row-reverse;}
.about-section .row.lirc-wrp .about-content{margin-left: auto;margin-right: unset;}
.about-section .row.lirc-wrp .img-wrp{margin-right: auto;margin-left: unset;}
.about-section .row.lirc-wrp .img-wrp img.sec-img{left: unset;right: -60px;}
.about-section .video-container {position: relative;width: 100%;height: 460px;cursor: pointer;}
.about-section .video-container img.poster {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;border-radius: 15px;}
.about-section .video-container iframe {width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;display: none;border-radius: 15px;}
.about-section .row.lirc-wrp .video-container {height: 380px;}
.about-section .video-container .play-button{position: absolute;top: 50%;left: 50%;width: 70px;height: 70px;background: url('../images/video-icon.svg') no-repeat center;background-size: contain;transform: translate(-50%,-50%);}
.about-section .row.lirc-wrp .col-md-6>img {width: 100%;object-fit: cover;object-position: center;display: block;border-radius: 15px;}
.about-audio-section {padding-bottom: 50px;}
.about-audio-section .audio-cnt p{font-size: 24px;line-height: 42px;letter-spacing: 0.02em;margin-bottom: 30px;}
.about-audio-section .audio-cnt p span{font-size: 18px;line-height: 32px;display: block;}
.audio-wrapper {display: flex;align-items: center;gap: 4px;padding: 8px 20px;background: #EDEADD;border-radius: 30px;max-width: 100%;width: 100%;border: 1px solid #6F2740;margin-block: 30px;}
.audio-wrapper .icon-btn {background: none;border: none;cursor: pointer;color: #333;display: flex;align-items: center;justify-content: center;}
.audio-wrapper .icon-btn svg {width: 18px;height: 18px;fill: currentColor;}
.audio-wrapper .icon-btn.playPause svg{width: 40px;height: 40px;}
.audio-wrapper .time {font-size: 16px;min-width: 90px;color: var(--Red);letter-spacing: 0.02em;}
.audio-wrapper .progress-container {flex: 1;height: 4px;background: var(--Gold);border-radius: 10px;cursor: pointer;opacity: 0.4;margin-inline: 20px;}
.audio-wrapper .progress {height: 100%;width: 0%;background: var(--Red);border-radius: 10px;}
.audio-wrapper .speed {font-size: 14px;cursor: pointer;letter-spacing: 0.02em;color: var(--Red);font-family: var(--font-primary);}

.about-count-section {padding: 50px 0 100px;}
.about-count-section .about-count-wrp {display: flex;flex-wrap: wrap;gap: 30px;align-items: center;height: 100%;justify-content: center;}
.about-count-section .about-count-wrp .about-count-item {width: calc((100% - (30px * 2))/3);background: #EDEADD;border: 1px solid #C6B98B;border-radius: 15px;display: flex;flex-direction: column;align-items: center;padding: 50px 40px;}
.about-count-section .about-count-wrp .about-count-item h2 {font-family: var(--font-heading);font-size: 80px;line-height: 100%;letter-spacing: 0.04em;margin-bottom: 23px;}
.about-count-section .about-count-wrp .about-count-item p {margin-bottom: 0;padding: 10px 14px;min-width: 130px;display: inline-flex;align-items: center;justify-content: center;position: relative;overflow: hidden;border: 1px solid var(--Red);background: transparent;color: var(--Red);font-family: var(--font-primary);font-size: 18px;line-height: 21px;letter-spacing: 0.04em;text-transform: uppercase;text-align: center;border-radius: 30px;margin-top: auto;}

.quote-section {padding: 20px 0;}
.quote-section .quote-box {max-width: 1170px;margin: 0 auto;text-align: center;}
.quote-section .quote-box blockquote {margin: 0 0 32px;padding: 0;}
.quote-section .quote-box blockquote p {margin: 0;font-size: 30px;line-height: 34px;color: var(--Red);letter-spacing: 0.02em;}
.quote-section .quote-author {display: inline-block;font-size: 20px;line-height: 23px;color: var(--Red);margin-bottom: 0;letter-spacing: 0.02em;}

.ctf {display: flex;flex-direction: column;}
.ctf .ctf-tweets {row-gap: 30px;column-gap: 20px;display: flex;flex-wrap: wrap;width: 100%;}
.ctf .ctf-tweets .ctf-item {width: calc((100% - (20px * 2))/3);}
.ctf-feed-3 .ctf-header{border-color: transparent !important;}
#ctf .ctf-item {margin-bottom: 0px;}
#ctf #ctf-more {margin-top: 30px;width: fit-content;margin-inline: auto;padding: 10px 40px;background: transparent;border: 1px solid var(--Red);border-radius: 40px;color: var(--Red);transition: all 0.33s linear;}
#ctf #ctf-more:hover{background-color: var(--Red);color: var(--White);}
#ctf .ctf-out-of-tweets{border-color: var(--Red);}