/*
Theme Name: PM Theme
Theme URI: https://wordpress.org/themes/pm_theme/
Description: PM Theme boilerplate code
Version: 1
Tags: Multi-Column, Repsonsive, Bootstrap
*/

/* --------------------------------------------------------------------- */
/* Variables                                                             */
/* --------------------------------------------------------------------- */
:root {
	/* Colors */
	--primary-clr: #0c1124; /* Blue 1 */
	--primary-shade-1-clr: hsl(226, 91%, 13%); /* Blue 2 */
	--primary-shade-2-clr: #163A82;
	--secondary-clr: #03113f;
	--secondary-shade-clr: ;
	--tertiary-clr: ;

	--gold-clr-1: #BB9B44;
	--gold-clr-2: #BD972E;
	--gold-clr-3: #8C702B;
	--gold-light-clr: #D1B664;

	--footer-text-clr: #ababab;

	--black-clr: hsl(0, 100%, 0%);
	--white-clr: hsl(0, 100%, 100%);

	/* Font sizes */
	--font-100: clamp(32px, 6vw, 100px);
	--font-200: clamp(32px, 3vw, 46px);
	--font-300: ;
	--font-400: ;
	--font-500: ;
	--font-footer: 12px;

	/* Button colors */
	--button-primary-clr: #BB9B44;

	/* Button hover colors */
	--primary-hover-clr: ;
	--secondary-hover-clr: ;
}

/* --------------------------------------------------------------------- */
/* Browser resets                                                        */
/* --------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.stacking {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#footer {
	margin-top: auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

a {
	text-decoration: none;
}

/* --------------------------------------------------------------------- */
/* Utilities                                                             */
/* --------------------------------------------------------------------- */
.btn-theme--1 {
	text-transform: uppercase;
	color: var(--gold-clr-1);

	&:hover {
		color: var(--gold-clr-1);
	}
}

.btn-theme--2 {
	min-height: 60px;
	width: 100%;
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 20px;
	text-transform: uppercase;
	text-wrap: balance;
	color: var(--gold-clr-3);
	background-color: var(--gold-light-clr);

	&:hover {
		background-color: var(--gold-clr-1);
	}
}

.heading--1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--gold-light-clr);
	font-size: var(--font-200);
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight: bold;
}

.heading--2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--gold-light-clr);
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
}

.heading--3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--gold-clr-3);
	font-size: var(--font-100);
	font-weight: bold;
}

.heading--4 {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--gold-light-clr);
	padding: 1rem 0;
	font-size: 24px;
}

.shadow__text--1 {
	background-color: #8c7100;
	color: transparent !important;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.4);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}

.shadow__text--2 {
	background-color: #8c7100;
	color: transparent !important;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.4);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
}

.table-heading {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--gold-clr-3) !important;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	text-align: center;
}

.table-heading--2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	color: var(--gold-light-clr);
	font-size: 24px;
	font-weight: bold;
}

.heading__year {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 64px;
	font-weight: bold;
	color: var(--gold-clr-1);
	text-align: center;
}

.plus-jakarta-sans {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.light-gold {
	color: var(--gold-light-clr);
}

.center {
	display: block;
	margin: 0 auto;
}

.flex-vertical-center {
	display: flex;
	margin: auto 0;
}

.centering {
	margin-top: 3rem;
}

.second {
	order: 1;
}

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

.space-between {
	display: flex;
	justify-content: space-between;
}

.flex-align {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flex-group {
	display: flex;
	align-items: start;
}

.flex-column-utility {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.flex-column-utility-1 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* gap: 12px; */
}

.flex-column-utility-2 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 7rem;
}

.flex-column-utility-3 {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	gap: 2rem;
}

/* --------------------------------------------------------------------- */
/* Header                                                                */
/* --------------------------------------------------------------------- */
.fixed-header-solution {
	margin-top: 5.4rem;
}

.header__carousel {
	overflow: hidden;
}


/* --------------------------------------------------------------------- */
/* Navbar                                                                */
/* --------------------------------------------------------------------- */
/* Custom toggler button */
.custom-navbar-toggler {
	padding: 6px 6px;
	height: 44px;
	width: 50px;
	border: none;
	background: transparent;
	border: 1px solid var(--gold-light-clr);
}

.custom-navbar-toggler-icon {
	content: '';
	margin-inline: auto;
	display: block;
	position: relative;
	height: 2px;
	width: 100%;
	background-color: var(--gold-light-clr);

	&:before {
		content: '';
		margin-inline: auto;
		display: block;
		position: absolute;
		top: 11px;
		height: 100%;
		width: 100%;
		background-color: var(--gold-light-clr);
	}

	&:after {
		content: '';
		margin-inline: auto;
		display: block;
		position: absolute;
		top: -11px;
		height: 100%;
		width: 100%;
		background-color: var(--gold-light-clr);
	}
}

.navbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: var(--primary-shade-1-clr);
}

.navbar-nav .nav-item:nth-child(3) .nav-link {
	color: var(--gold-light-clr);
}

.navbar-collapse {
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	justify-content: end;
}

.navbar-nav .nav-link {
	font-size: 32px;
	padding: 1rem 0;
	font-weight: bold;
	letter-spacing: 0.05rem;
	color: var(--white-clr);
	padding-inline: 1rem !important;
	text-align: center;
}

.navbar-brand {
	color: var(--white-clr);
}

.navbar-brand img {
	width: 60%;
}

/* --------------------------------------------------------------------- */
/* Homepage | PAGE                                                       */
/* --------------------------------------------------------------------- */
#career-section {
	/* padding-top: 2rem; */
	background-color: var(--primary-clr);
}

.content-container {
	text-align: center;
	padding: 2rem 0;

	& > p {
		color: var(--white-clr);
	}

	.body-link {
		color: var(--white-clr);
	}
}

.news-box {
	padding-bottom: 3rem;
}

.post-container {
	padding: 1rem;
	border: 2px solid var(--gold-clr-1);
}

.news {
	padding: 8px;
	border: 2px solid var(--gold-clr-1);
}

.title {
	font-size: 18px;
	font-weight: bold;
	color: var(--white-clr);
}

.date {
	margin-bottom: 0.6rem;
	color: var(--gold-light-clr);
}

.post-link {
	font-weight: bold;
	text-decoration: underline;
	color: var(--gold-light-clr);
}

.desktop-show {
	display: none;
	position: relative;
	z-index: 10;
}

.front-page-post {
	color: lightgray;
}

/* --------------------------------------------------------------------- */
/* About | PAGE                                                          */
/* --------------------------------------------------------------------- */
.about-page__container {
	height: 880px;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	background-color: var(--black-clr);
	display: grid;
}

#about__header {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	background-color: var(--black-clr);
	color: var(--white-clr);
}

.heading__box {
	padding: 3rem 0;
	display: grid;
	grid-template-columns: 1fr;
}

.heading__content {
	max-width: 400px;
	place-self: center;
}

.heading-content-overlay {
	max-width: 400px;
}

.overlay-heading {
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: clamp(24px, 3vw, 56px);
	font-weight: 100;
	letter-spacing: 0.1rem;
}

.overlay-subheading {
	margin-top: 1rem;
	font-weight: 300;
	text-wrap: balance;
	color: var(--gold-light-clr);
}

.quote-author {
	font-weight: bold;
}

.panel__heading {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--secondary-clr);
	font-size: var(--font-100);
	text-transform: uppercase;
}

#carousel__section {
	padding: 6rem 0;
}

.carousel__panel {
	border: 1px solid var(--primary-clr);
	padding: 0.8rem;
	height: 100%;
}

#carousel__section .slick-arrow {
	position: absolute;
}

#carousel__section .slick-arrow:hover {
	cursor: pointer;
}

#carousel__section .prev-slide {
	bottom: -56px;
	right: 60px;
}

#carousel__section .next-slide {
	bottom: -56px;
	right: 0;
}

.win-records-table {
	width: 100%;
	border: 0;
}

.win-records-table td {
	padding: 12px 0;
}

.win-records-description {
	max-width: 475px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.table-gold {
	color: var(--gold-clr-3) !important;
}

.table-light-gold {
	font-style: italic;
	font-weight: 300;
	color: var(--gold-light-clr);
}

.table-blue {
	color: var(--primary-clr);
}

.font-light {
	font-weight: 300;
}

.font-bold {
	font-weight: bold;
}

.no-border th, .no-border td {
	border: none;
}

.award-year {
	color: var(--gold-clr-3);
}

.award-location {
	color: var(--primary-clr);
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
	letter-spacing: 0.05rem;
	text-wrap: balance;
	text-transform: uppercase;
}

.award-caption {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.notable-awards-description {
	font-size: 30px;
	font-weight: bold;
	line-height: 110%;
}

.table-border {
	padding: 0.8rem 0;
	border: 1px solid var(--gold-clr-3);
}

.eclipse-subtitle {
	font-size: clamp(52px, 3vw, 64px);
	color: var(--gold-clr-1);
	letter-spacing: 4px;
	text-transform: uppercase;
}

.table-styles {
	margin-inline: auto;
}

.table-styles td {
	font-size: 12px;
}

.right-column-styles {
	color: var(--gold-clr-3);
	text-transform: uppercase;
	text-align: right;
	margin-right: 1rem;
}

.left-column-styles {
	text-wrap: balance;
	padding-left: 1rem;
}

.eclipse-awards-table {
	margin-inline: auto;
	font-size: 12px;
	width: 350px;
}

.single-panel .row {
	height: 100%;
}

.about-section__carousel {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.noble-awards__description {
	max-width: 550px;
	margin-bottom: 1rem;
}

/* --------------------------------------------------------------------- */
/* Gallery | PAGE                                                        */
/* --------------------------------------------------------------------- */
#gallery {
	margin-top: 1rem;
}

.gallery__grid {
	margin: 2rem 0;
}

.gallery__item {
	height: auto;
	/* max-width: 416px; */
	margin-bottom: 12px;
	margin-inline: auto;
}

/* --------------------------------------------------------------------- */
/* Success | PAGE                                                        */
/* --------------------------------------------------------------------- */
.heading-container {
	height: 140px;
	width: 350px;
	margin-inline: auto;

	img {
		margin-top: -41px;
	}
}

.heading__image-wrap {
	display: flex;
	gap: 1rem;
	/* margin-left: 1rem; */
	flex-wrap: wrap;
	align-items: baseline;
}

.change__order {
	order: -1 !important;
}

.timeline {
	margin-left: 1rem;
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: 3px 1fr;
}

.timeline__middle {
	grid-row: 1 / 4;
	grid-column: 1;
	position: relative;
	background-color: var(--gold-clr-1);
}

.timeline__point {
	height: 15px;
	width: 15px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-51%);
	background-color: var(--gold-clr-1);
	border-radius: 50%;
}

.timeline__date {
	margin-bottom: 1rem;
	margin-left: 20px;
	color: var(--gold-clr-1);
	font-size: 36px;
	font-weight: bold;
}

.timeline__date--mobile {
	display: none;
}

.timeline__content {
	margin: 0 20px 20px 20px;
}

.timeline__content--heading {
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--primary-clr);
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.entry--1 {
	font-size: clamp(12px, 2vw, 20px);
	letter-spacing: 0.05rem;

	font-style: italic;
	text-transform: uppercase;
	text-align: right;
	color: var(--gold-clr-3);
	display: flex;
	justify-content: end;
	align-items: start;
}

.entry--2 {
	font-size: clamp(12px, 2vw, 20px);
	letter-spacing: 0.05rem;
	padding-left: 20px;
}

.entry--2 a {
	color: var(--primary-shade-1-clr);
}

.view-highlights {
	width: fit-content;
	margin-inline: auto;
	display: flex;
	align-items: center;
	padding: 0.5rem;
	background-color: var(--white-clr);
	border: 2px solid var(--gold-clr-3);
	text-transform: uppercase;
	color: var(--gold-clr-3);
	margin-bottom: 1rem;

	transition: transform 1s, opacity 1s;
}

.timeline__button {
	margin: 1rem 0;
}

.back-to-timeline {
	width: fit-content;
	display: flex;
	align-items: center;
	padding: 0.5rem;
	background-color: var(--white-clr);
	border: 2px solid var(--gold-clr-3);
	text-transform: uppercase;
	color: var(--gold-clr-3);
}

.carousel {
	margin-top: 1rem;
}

.containing__box {
	width: 100%;
	height: calc(100% - 91px);
}

.timeline:last-child .timeline__date {
	font-size: 32px;
}


/* --------------------------------------------------------------------- */
/* Template Year | PAGE                                                  */
/* --------------------------------------------------------------------- */
.horse__name {
	color: var(--gold-clr-3) !important;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.05rem;
	text-align: right;
}

.race__name {
	color: var(--primary-clr);
	font-weight: 500;
	letter-spacing: 0.05rem;
}

.top-horses {
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 24px;
	text-align: center;
	color: var(--gold-clr-3);
	font-weight: bold;
	font-style: italic;
}

.stakes__table {
	width: 100%;
}

.stakes__heading {
	color: var(--primary-clr);
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-weight: bold;
}

.award-box {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	width: 372px;
	color: var(--white-clr);
	padding: 1em;
	background-color: var(--primary-clr);
}

.award-box h3 {
	width: 270px;
	letter-spacing: 0.05rem;
}

.flex-row {
	display: flex;
	justify-content: space-around;
}

.first-row {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.success__stats {
	border: 1px solid var(--primary-shade-1-clr);

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

.success__earnings {
	grid-column: 1 / 3;
}

.success__starts, .success__wps {
	grid-row: 2;
}

.success__trainer-rankings {
	grid-column: 1 / 3;
}



.ss__trophies {
	width: 75%;
}

.ss {
	color: var(--primary-clr);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 20px;
	text-align: left;
	font-style: italic;
	width: fit-content;
	margin-inline: auto;
}

.success--label {
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1rem;
	color: var(--primary-clr);
	font-size: 32px;
	font-weight: bold;
}

.success--value {
	font-family: "Plus Jakarta Sans", sans-serif;
	text-align: center;
	color: var(--gold-clr-1);
	font-size: 56px;
}

.success--values {
	width: 330px;
	margin-inline: auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-align: center;
	color: var(--gold-clr-1);
	font-size: 56px;

	display: flex;
	column-gap: 1rem;
	align-items: center;
	justify-content: center;
}

#triple-crown {
	margin-bottom: 1rem;
}

.triple-crown__subheading {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 24px;
	font-style: italic;
}

.triple-crown__heading {
	padding: 0.6rem 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	background-color: var(--gold-light-clr);
	border: 2px solid var(--gold-clr-1);
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	color: var(--gold-clr-3);
}

.triple-crown__content p {
	text-align: center;
	padding: 0.6rem;
}

.background-color {
	color: var(--white-clr);
	background-color: var(--primary-clr);
}

.rankings--value {
	display: flex;
	justify-content: center;
	column-gap: 1rem;
	align-items: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: var(--gold-light-clr);
	font-size: 56px;
}

.rankings {
	width: 370px;
	margin-inline: auto;
}

.rankings__heading {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: var(--white-clr);
}

.rv {
	text-align: left;
	font-style: italic;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 20px;
	color: var(--white-clr);
}

.awards__heading {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

.awards {
	width: 370px;
	margin: 1rem auto;
	display: flex;
	gap: 1rem;
}

.text-group {
	padding: 1rem 0;
	width: 370px;
	margin-inline: auto;
	text-align: left;
}

.two-sentences {
	width: 370px;
	margin-inline: auto;
	text-align: left;
	text-wrap: balance;
	line-height: 20px;
	margin-bottom: 1rem;
}

.blue--button {
	width: 370px;
	padding: 0.5rem 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	text-wrap: balance;
	margin-inline: auto;
	font-weight: bold;
	background-color: var(--primary-shade-2-clr);
	margin-bottom: 2rem;
	color: var(--white-clr);
}

.horse-carousel .slick-prev,
.horse-carousel .slick-next {
	top: 44%;
}

.horse-carousel .slick-arrow {
	display: none !important;
}

.horse-carousel .slick-prev {
	z-index: 10;
}

.horse-carousel .slick-prev {
	left: -45px;
}

.horse-carousel .slick-next {
	right: -45px;
}

.carousel-image-caption {
	letter-spacing: 0.05rem;
	margin-top: 5px;
}

.carousel-image-description {
	font-size: 14px;
	font-style: italic;
}

.empty-field {
	font-size: 22px;
}

#single-success {
	padding-top: 1rem;
}

.year__navigation {
	padding: 0.2rem 0;
	background-color: var(--primary-clr);
}

.year-btn {
	font-size: 24px;
	font-weight: 300;
	color: var(--white-clr);
	text-decoration: underline;
}

.next__year {
	text-align: end;
	justify-content: end;
}

.next__year,
.previous__year {
	display: flex;
	align-items: center;
	gap: 6px;
}

/* --------------------------------------------------------------------- */
/* Entries and Results | PAGE                                            */
/* --------------------------------------------------------------------- */
.bg-color {
	min-height: calc(100vh - 68px - 5.4rem);
	background-color: var(--primary-clr);
}

.special-padding {
	padding-top: 8rem;
}

#entries-results-panel {
	padding: 1rem 2rem;
	margin-top: 3rem;
	border: 6px solid var(--gold-light-clr);
	background-color: white;
	width: 100%;
}

.brisnet__iframe-wrapper {
	height: 100%;
	width: 100%;
	overflow-x: scroll;
}

.brisnet__iframe-wrapper iframe {
	width: 100%;
	height: 1330px;
}


/* --------------------------------------------------------------------- */
/* News | PAGE                                                           */
/* --------------------------------------------------------------------- */
.page__title {
	margin-bottom: 2rem;
}

.grid-center {
	margin: auto;
}

#news__article {
	border: 2px solid var(--gold-clr-1);
}

#news__article:not(:nth-child(5)) {
	margin-bottom: 2rem;
}

.news__content {
	background-color: var(--primary-clr);
	color: var(--white-clr);
	text-align: center;
	width: 100%;
	display: grid;
	padding: 1.5rem 1rem;
}

.news__date {
	color: var(--gold-clr-1);
}

.news__heading {
	font-size: 32px;
	font-weight: bold;
	line-height: 130%;
	text-wrap: balance;
}

.news__summary {
	line-height: 150%;
}

.news__link {
	color: var(--gold-clr-1);
	text-transform: uppercase;
	margin-top: 1rem;
	font-weight: bold;
}

.videowrapper {
	margin: 2rem 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.previous-posts a,
.next-posts a {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 2rem 0;
	padding: 0.6rem;
	gap: 1rem;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: var(--primary-clr);
	border: 1px solid var(--primary-clr);
}

.view-all-news-link {
	color: var(--primary-clr);
	padding: 0.6rem;
	background-color: var(--gold-light-clr);
}

.news__heading {
	color: white;
}

.news__summary {
	color: lightgray;
}


/* --------------------------------------------------------------------- */
/* Single news | PAGE                                                    */
/* --------------------------------------------------------------------- */
#single__news {
	margin-top: 3rem;
	background-color: var(--primary-clr);
}

#single__news .container {
	padding: 3rem 1.5rem;
}

.single__heading {
	margin: 0;
	color: var(--white-clr);
	font-size: 36px;
	font-weight: bold;
	line-height: 130%;
}

.single__date {
	text-transform: uppercase;
	color: var(--gold-clr-1);
	margin: 1rem 0;
}

.single__summary {
	color: var(--white-clr);
}

.single__image {
	float: left;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

#featured__news {
	margin: 3rem 0;
}

#featured__article {
	max-width: 400px;
	box-sizing: border-box;
	border: 2px solid var(--gold-clr-1);
	margin-inline: auto;
}

.featured__content {
	min-height: 302px;
	padding: 1.5rem;
	background-color: var(--primary-clr);
}

.featured__date {
	letter-spacing: 0.05em;
	color: var(--gold-clr-1);
}

.featured__heading {
	font-size: 32px;
	color: var(--white-clr);
}

.featured__summary {
	color: var(--white-clr);
}

.featured__link {
	padding-top: 1rem;
	text-transform: uppercase;
	color: var(--gold-clr-1);
	font-weight: bold;
}

.news__featured-photo {
	width: 100%;
}

/* --------------------------------------------------------------------- */
/* Footer | partial                                                      */
/* --------------------------------------------------------------------- */
#footer {
	padding: 1rem 0;
	background-color: var(--primary-shade-1-clr);
}


.footer__content {
	color: var(--footer-text-clr);
	font-size: var(--font-footer);
	text-align: center;
}


/* --------------------------------------------------------------------- */
/* Media queries                                                         */
/* --------------------------------------------------------------------- */
/* Custom query for large images on mobile */
@container (min-width: 100cqi) {
	.heading__image-wrap {
		display: flex;
		gap: 1rem;
		flex-direction: column;
		margin-bottom: 1rem;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.table-styles {
		margin-inline: auto;
	}

	.img-sizing {
		height: 440px;
		width: 616px;
		object-fit: cover;
	}

	.american-classic-wins .table-styles tr > td {
		padding-bottom: 2.8px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.ss__trophies {
		width: 100%;
	}

	.shift-right {
		margin-left: auto;
	}

	.heading__year {
		font-size: 146px;
	}

	.first-row {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		gap: 1rem;
	}

	.award-box {
		color: var(--primary-clr);
		padding: 0;
		margin: 0;
		background-color: transparent;
		align-items: end;
	}

	.award-box h3 {
		width: 210px;
		padding-left: 1rem;
		font-size: 20px;
	}

	#news__article {
		display: flex;
	}

	/* Grid for Success page */
	.grid-container {
		display: grid;
		column-gap: 4rem;
		grid-template-columns: repeat(10, 1fr);
	}

	.carousel__grid-item {
		grid-row: 2;
		grid-column: 6 / 11;
	}

	.graded-stakes__grid-item {
		grid-row: 1 / 3;
		grid-column: 1 / 6;
	}

	.stats__grid-item {
		grid-row: 1;
		grid-column: 6 / 11;
	}

	.success__stats {
		padding: 0 1rem 1rem 1rem;
		border: none;
		grid-template-columns: repeat(2, auto);
		grid-template-rows: repeat(2, 1fr);
		row-gap: 3rem;
	}

	.success--label, .success--value {
		text-align: left;
	}

	.success__earnings {
		grid-column: 1;
	}

	.success__starts {
		margin-left: auto;
		grid-column: 2;
	}

	.success__wps {
		margin-left: auto;
		grid-column: 2;
		grid-row: 1;
	}

	.success__trainer-rankings {
		grid-column: 1;
		grid-row: 2;
	}

	.heading-container {
		width: 700px;
	}

	.heading--3 {
		font-size: 64px;
	}

	#success__timeline {
		margin-top: 10rem;
	}

	.success--values {
		margin: 0;
	}


	/* Timeline grid */
	.timeline__date {
		margin-bottom: 1rem;
		margin-left: 20px;
		line-height: 0px;
		font-size: 64px;
		font-weight: bold;
		color: var(--gold-clr-1);
	}

	.timeline__point {
		height: 15px;
		width: 15px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-41%);
		background-color: var(--gold-clr-1);
		border-radius: 50%;
	}

	.timeline__middle {
		grid-column: 2;
	}

	.timeline {
		max-width: fit-content;
		grid-column-gap: 6rem;
		grid-template-columns: 200px 3px 1fr;
	}

	.view-highlights {
		margin: 0 0 0 auto;
		grid-column: 3;
	}

	.change__order {
		order: 0;
	}

	.triple-crown__heading {
		width: fit-content;
		padding: 0.6rem;
		order: 0;
	}

	.triple-crown__subheading {
		font-size: 32px;
	}

	.triple-crown__image {
		width: 100%;
	}

	.triple-crown__content p {
		padding: 0 .6rem 1rem 0;
		text-align: left;
	}

	.flex {
		margin-bottom: 1rem;
		align-items: center;
		flex-direction: row;
		column-gap: 1rem;
	}

	.background-color {
		padding: 2rem;
	}

	.heading--4 {
		text-align: left;
	}

	.top-horses {
		padding-bottom: 1rem;
	}

	.gallery__grid {
		margin: 2rem 0;
		column-count: 3;
		column-gap: 12px;
	}

	.carousel {
		margin: 0;
	}

	.touch-footer {
		margin-bottom: -0.5rem;
	}

	.position__sticky {
		position: sticky;
		top: 600px;
	}

	.navbar-nav .nav-link {
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.05rem;
		color: var(--white-clr);
		padding-inline: 1rem !important;
		text-align: center;
	}

	.content-container {
		max-width: 600px;
		text-align: left;
		padding: 2rem 0;
	
		& > p {
			color: var(--white-clr);
		}
	}

	.news-box {
		padding: 2rem 0;
	}

	.news__content {
		text-align: left;
		padding: 1.5rem;
	}

	#single__news .container {
		padding: 3rem 4rem;
	}

	.carousel__panel {
		border: none;
		padding: 2rem;
		height: 670px;
	}

	.about-section__carousel {
		border: 1px solid var(--primary-clr);
	}

	.win-records-description {
		margin-top: 2rem;
	}

	.horse-carousel .slick-arrow {
		display: block !important;
		width: 40px;
		height: 40px;
	}

	.about-page__container {
		height: 880px;
		background-repeat: no-repeat;
		background-position: initial;
		color: white;
		background-color: var(--black-clr);
		display: grid;
	}

	.table-styles {
		margin-inline: auto;
	}

	.table-styles td {
		font-size: 16px;
	}

	.eclipse-awards-table {
		width: 100%;
		font-size: 16px;
	}

	#about__header {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		background-color: var(--black-clr);
		color: var(--white-clr);
	}

	.noble-awards__description {
		margin-bottom: 0;
	}

	.awards {
		justify-content: start;
	}

	.timeline__component {
		opacity: 1;
		transform: translateX(0);
		transition: transform 1s, opacity 1s;
	}

	.component-lg--hidden {
		opacity: 0;
		transform: translateX(8rem);
	}

	.table-border {
		min-height: 444px;
	}

	.text-container {
		transform: translateY(-25px);
	}

	.brisnet__iframe-wrapper iframe {
		width: 100%;
		height: 800px;
	}

	.pad-utility {
		padding-left: 2rem;
	}
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { }