/*
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: ;
	--primary-shade-clr: ;
	--secondary-clr: ;
	--secondary-shade-clr: ;
	--tertiary-clr: ;

	--black-clr: black;
	--white-clr: white;

	/* Font sizes */
	--font-100: clamp(24px, 1.5vw, 64px);
	--font-18: 18px;
	--font-20: 20px;
	--font-24: 24px;
	--font-28: 28px;

	--primary-font: 'Metropolis_regular';
	--primary-font-bold: 'Metropolis_bold';

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

/* --------------------------------------------------------------------- */
/* Browser resets                                                        */
/* --------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.25rem;
	color: #664e3b;
	overflow-x: hidden;
	/* line-height: 32px;
	font-family: var(--primary-font); */
}

h1 {
	color: #664e3b;
	font-size: 50pt;
	font-family: var(--primary-font-bold);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 54pt;
}

h2, h3, h5, h6, p {
	margin: 0;
	--primary-font: 'Metropolis_regular';
	/* font-family: var(--primary-font); */
}

h3, h4, p {

	color:#664e3b;
}

h4 {
	font-size: var(--font-24);
	font-family: var(--primary-font-bold);
	font-weight: bold;
	line-height: 2.25rem;
}

p {
	line-height: 1.25rem;
}

a {
	text-decoration: none;
}

/* --------------------------------------------------------------------- */
/* Utilities                                                             */
/* --------------------------------------------------------------------- */
.btn-theme--1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #664e3b ;

	&:hover {
		color: #b7d8eb;
	}
}

.btn-theme--2 {
	color: white;
	width: 150px;
	background-color: green;

	&:hover {
		background-color: lightgreen;
	}
}

.btn-theme--3 {
	font-weight: bold;
	letter-spacing: .05rem;
	font-size: 1.5rem;
	text-transform: uppercase;
	color: #664e3b ;

	&:hover {
		color: #b7d8eb;
	}
}

.primary-heading {
	font-family: '';
	font-size: var();
	font-weight: bold;
}

.secondary-heading {
	font-family: '';
	font-size: var();
	font-weight: bold;
}

.bg-color {
	background-color: #FFF9EE;
}

.blue-color {
	background-color: #b7d8eb;
}

@font-face {
	font-family: 'Metropolis_regular';
	src: url(fonts/metropolis/Metropolis-Regular.otf);
}

@font-face {
	font-family: 'Metropolis_bold';
	src: url(fonts/metropolis/Metropolis-Bold.otf);
}

.font-bold {
	font-family: var(--primary-font-bold);
	font-weight: bold;
}

.blue-hover:hover {
	color: #b7d8eb;
}

/* --------------------------------------------------------------------- */
/* Header                                                                */
/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
/* Navbar                                                                */
/* --------------------------------------------------------------------- */
/* Custom toggler button */
.custom-navbar-toggler {
	padding-inline: 12px;
	height: 40px;
	width: 56px;
	border: none;
	background: transparent;

	&:-icon {
		content: '';
		margin-inline: auto;
		display: block;
		position: relative;
		height: 3px;
		width: 100%;
		background-color: white;
	}

	&:before {
		content: '';
		margin-inline: auto;
		display: block;
		position: absolute;
		top: 8px;
		height: 100%;
		width: 100%;
		background-color: white;
	}

	&:after {
		content: '';
		margin-inline: auto;
		display: block;
		position: absolute;
		top: -8px;
		height: 100%;
		width: 100%;
		background-color: white;
	}
}

.navbar__bg-container {
	position: relative;
}

.navbar {
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.navbar .container-fluid {
	padding: 0;
}

.navbar-brand {
	color: white;
}

.navbar-collapse {
	padding: 10px;
	background-image: url('images/mobile-nav-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: end;
	/* transform: translateY(-30px); */

	position: absolute;
	width: 100%;
}

.navbar-toggler {
	width: 84px;
	padding: 0;
	transform: translateY(-10px);
	margin-right: 1rem;
}

.navbar-nav {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 2px;
	letter-spacing: .1rem;
	gap: 1rem;
}

.navbar-nav a {
	color: #bc9769;
}

.nav-link:focus,
.nav-link:hover {
	color: #b7d8eb;
}

.translate-up {
	transform: translateY(-8px);
}

/* .translate-up--2 {
	transform: translateY(-5px);
} */

.custom-width {
	width: 300px;
}

.show-nav {
	display: none;
}

/* --------------------------------------------------------------------- */
/* Front page | PAGE                                                     */
/* --------------------------------------------------------------------- */
#tailored-services {
	position: relative;
}

.overlay--bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.6rem;
	padding: 1rem 0;
}

.home-content a {
	text-transform: uppercase;
	width: fit-content;
}

.tailored-services__heading {
	font-size: 48px;
	font-family: var(--primary-font-bold);
	font-weight: bold;
	text-transform: uppercase;
	color: #fff9ee;
}

.tailored__services-content {
	color:#fff9ee;
	line-height: 1.25rem, !important;
	font-family: var(--primary-font);
}

.custom-height {
	display: grid;
	height: 656px;
}

.text-dark-color {
	color: #664e3b !important;
}

#service__list {
	padding: 2rem 0;
}

.sub-group {
	margin-bottom: 4rem;
}

.vertical-width {
	margin: 2rem 0;
}

.no-bottom-width {
	margin-top: 2rem;
}

.special__heading {
	font-family: var(--primary-font-bold);
	text-transform: uppercase;
	font-size: 40px;
	color: #b7d8eb;

	/* color | offset-x | offset-y | blur-radius */
	text-shadow: #000 2px 2px 4px;
}

#quote-read-more {
	margin-inline: auto;
	background-color: #bc9769;
	border: 2px solid #664e3b;
	width: 106px;
}

#quote-read-more a {
	color: #664e3b;
	font-weight: bold;
	padding-left: 10px;
}

.quote__styles {
	text-align: center;
	max-width: 800px;
}

.quote-position img {
	display: block;
	margin-inline: auto;
}


/* --------------------------------------------------------------------- */
/* News | PAGE                                                           */
/* --------------------------------------------------------------------- */
#article__news,
#featured__article {
	padding: 1rem;
	border: 4px solid black;
}

#article__news {
	margin-bottom: 1rem;
}


/* --------------------------------------------------------------------- */
/* Testimonials | templates folder                                       */
/* --------------------------------------------------------------------- */
#html5-lightbox-box {
    max-width: 1200px !important;
}

.html5-elem-wrap {
    max-width: 1200px !important;
}

.html5-image {
    background-color: #FFF9EE;
}

.btm-space {
	margin-bottom: 1rem;
}

.testimonial-card {
    background-color: #FFF9EE;
    padding: 22px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #664e3b;
    margin-bottom: 1rem;
}
.quote__content {
    text-align: left;
	margin-bottom: 0.5rem;
}

.avatar__group {
    display: flex;
    gap: 2rem;
}

.avatar__group img {
    height: 56px;
    width: 56px;
}
.author__group {
    text-align: left;
}

.name-text {
	font-family: var(--primary-font-bold);
	text-transform: uppercase;
}
.company-text {
	font-family: var(--primary-font-bold);
	color: #bc9769;
	font-style: normal;
}

.position-text {
	font-style: italic;
	color: #bc9769;
}

.tb-space {
    padding-top: 12px;
    padding-bottom: 12px;
}

/* --------------------------------------------------------------------- */
/* About | PAGE                                                           */
/* --------------------------------------------------------------------- */

.about-text {
	line-height: 1.75rem;
}

.link-button {
	border: 2px solid #664e3b;
	background-color: #b7d8eb;
	text-align: center;
}

.link-text {
	text-align: center;
	font-family: var(--primary-font-bold);
	text-transform: uppercase;
	font-weight: bold;
	color: #664e3b;
	letter-spacing: 0.1rem;
	font-size: 20pt;
	line-height: 40pt;
}

/* --------------------------------------------------------------------- */
/* Services | PAGE                                                      */
/* --------------------------------------------------------------------- */
#services {
	padding: 3rem 0;
}

.services__heading {
	font-family: var(--primary-font-bold);
	text-transform: uppercase;
	font-weight: bold;
	color: #664e3b;
	letter-spacing: 0.5rem;
	font-size: 48pt;
	line-height: 48pt;
}


#frontpage-section-one {
	padding-top: 3rem;
}

.first-letter {
	font-size: var(--font-24);
	font-weight: 700;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex-hv-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.italic-style {
	font-family: var(--primary-font);
	font-size: var(--font-20);
	font-style: italic;
}

.font-bold {
	font-family: var(--primary-font-bold);
	font-weight: 700;
}
/*
.large-text {
	font-size: var(--font-20);
}
-->
.width-fc {
	width: 60%;
}


/**********************/
/* Services accordion */

.accordion-item {
	border: 0 !important;
	color: #664e3b;
}

.accordion-header {
	position: relative;
	border-bottom: 26px solid #bc9769;
}

.accordion__heading {
	font-family: var(--primary-font-bold);
	text-transform: uppercase;
	font-size: 40px;
	color: #b7d8eb;

	/* color | offset-x | offset-y | blur-radius */
	text-shadow: #000 3px 3px 6px;
}

.accordion-button {
	background-color: transparent !important;
	/* position: absolute;
	bottom: 0; */
}

.accordion-collapse {
	background-color: #fff9ee;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('images/chevron-right.svg') !important;
	background-size: cover;
	height: 50px;
	width: 50px;
	transform: rotate(90deg);
	transition: transform 0.2s ease-in-out;
}

.accordion-button:after {
	background-image: url('images/chevron-right.svg') !important;
	background-size: cover;
	height: 50px;
	width: 50px;
	margin-left: 0.4rem;
}

.highlightme {
	background-color: #b7d8eb;  }


/* --------------------------------------------------------------------- */
/* Success | PAGE                                                        */
/* --------------------------------------------------------------------- */
.g1-winners__heading-group {
	padding: 1rem 0;
	font-family: var(--primary-font-bold);
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #664e3b;
}

.winners__heading--main {
	font-size: 60px;
	letter-spacing: 0.5rem;
}

.winners__heading--sub {
	font-size: 44px;
}

.grade-one-winner {
	text-align: center;
	margin-bottom: 20px;
}

.grade-one-winner img {
	width: 100%;
}


#top-horses {
	padding: 2rem 0;
	background-color: #b7d8eb;
}

.top-horses__list {
	text-align: center;
	column-count: 1;
}

.spacing--1 {
	padding: 2rem 0;
}

.caption-font {
	line-height: 1.25rem; 
	font-family: var(--primary-font)
}  

/* --------------------------------------------------------------------- */
/* Contact | page                                                        */
/* --------------------------------------------------------------------- */
#form__section {
	padding: 3rem 0;
}

.form__heading-info {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 1rem;

	margin-bottom: 2rem;
}

.form-container {
	max-width: 1250px;
	margin-inline: auto;

	padding: 2rem 2.5rem;
	border: 2px solid #664e3b;
}

.form-container label,
.form-container .wpcf7-form-control {
	width: 100%;
}

.contact-link {
	color: #664e3b;
}

.custom-positioning {
	display: flex;
	align-items: end;
}

.custom-positioning p {
	display: flex;
}

/* --------------------------------------------------------------------- */
/* Footer | partial                                                      */
/* --------------------------------------------------------------------- */
#footer {
	position: relative;
}

.footer__logo {
	margin-top: 2rem;
}

.footer__logo img {
	width: 50%;
	display: block;
	margin-inline: auto;
}

.footer__nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.6rem;
	list-style-type: none;
	padding-left: 0;
	margin: 1rem 0;

	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-shadow: #000 1px 1px 2px;
}

.footer__contact {
	font-size: 1rem;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #000 2px 2px 4px;

	display: flex;
	flex-direction: column;
	margin-top: 1rem;
	gap: 1rem;
	text-align: center;
}

.footer__contact a {
	color: #bc9769;
}

.footer__nav a {
	color: #bc9769;
}

.overlay--center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.flex-reorder {
	display: flex;
	justify-content: space-around;
	flex-direction: column-reverse;
}

.img-size {
	width: 30%;
}

.footer-text {
	font-family: var(--primary-font);
	font-size: 10pt;
	color: #bc9769;
}

/* --------------------------------------------------------------------- */
/* Media queries                                                         */
/* --------------------------------------------------------------------- */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	.navbar .container-fluid {
		padding: 0;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.top-horses__list {
		column-count: 3;
	}
 }

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

	.footer__nav {
		flex-direction: row;
	}

	.footer__nav img {
		width: auto;
	}

	.flex-ut {
		display: flex;
	}

	.translate-up--2 {
		transform: translateY(0);
	}
	
	.custom-width {
		width: 350px;
	}

	.navbar-nav {
		gap: 2rem;
	}

	.navbar-collapse {
		background: none;
		/* transform: translateY(0); */
	}

	.tailored__services-content {
		display: initial;
		color:#fff9ee;
	}

	.form__heading-info {
		flex-direction: row;
		gap: 2rem;
	}

	.form__heading-info p:nth-child(2) {
		margin-left: auto;
	}

	.form-container {
		padding: 2rem 5rem;
	}

	.quote-position {
		display: flex;
		align-items: center;
		gap: 0.5rem;
	}
	
	#quote-read-more {
		margin: 0;
		position: absolute;
		top: 50%;
		right: -50px;
		transform: translateY(-50%);
		overflow: hidden;
		width: 200px;
	}
	
	.quote-position img {
		display: initial;
		margin: 0;
	}
	
	.quote__styles {
		text-align: left;
		max-width: 800px;
	}

	.show-nav {
		display: block;
	}

	.footer__contact {
		font-size: 2rem;
		text-align: left;
	}
}

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

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