/*
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: ;

	--button-clr: hsl(222, 58%, 42%);

	/* +8% to saturation and -8% from lightness */
	--button-hover-clr: hsl(222, 66%, 34%);

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

	/* Font sizes */
	--font-100: ;
	--font-200: ;
	--font-300: ;
	--font-400: ;
	--font-500: ;

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

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

	min-height: calc(100vh - 221.7px);
	display: flex;
	flex-direction: column;
}

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

a {
	text-decoration: none;
}

/* --------------------------------------------------------------------- */
/* Utilities                                                             */
/* --------------------------------------------------------------------- */
.btn-theme--1 {
	font-family: 'Lato', 'sans-serif';
	text-transform: uppercase;
	color: white;
	height: 70px;
	width: 220px;
	font-size: 24px;
	background-color: var(--button-clr);
	border-radius: 0;
}

.btn-theme--1:hover {
	color: white;
	background-color: var(--button-hover-clr);
}

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

.btn-theme--2:hover {
	background-color: lightgreen;
}

.primary-heading {
	font-family: '';
	font-size: 32px;
	font-weight: bold;
}

.secondary-heading {
	font-family: '';
	font-size: 24px;
	font-weight: bold;
}

@font-face {
	font-family: nameOfFont;
	src: url(fonts/nameOfFont.ttf);
}

.andada-pro {
	font-family: 'Andada Pro', 'sans-serif';
}

/* Showing and hiding classes */
.show {
	display: block;
}

.hide {
	display: none;
}

/* --------------------------------------------------------------------- */
/* Header                                                                */
/* --------------------------------------------------------------------- */
.background-container {
	min-height: calc(100vh - 221.7px);
	background-size: cover;
	background-repeat: no-repeat;

	display: flex;
	align-items: end;
}

.main-heading {
	margin: 0 2rem 2rem 2rem;
}

.headline {
	font-family: 'Andada Pro', 'sans-serif';
	font-weight: bold;
	font-size: 36px;
	color: var(--white-clr);
	margin-bottom: 1rem;
}

.sub-title {
	color: white;
	margin-bottom: 1rem;
}

.headline,
.sub-title {
	text-shadow: 2px 2px 6px #000;
}

/* --------------------------------------------------------------------- */
/* Navbar                                                                */
/* --------------------------------------------------------------------- */
#header .navbar-collapse {
	background-color: var(--white-clr);
	position: absolute;
	width: 300px;
	top: 86px;
	right: 0;

	z-index: 2;
	text-align: center;
}

#header .navbar-nav {
	width: 300px;
}

#header .navbar-nav .nav-item {
	border-top: 1px solid var(--button-clr);
	border-left: 1px solid var(--button-clr);
	border-right: 1px solid var(--button-clr);
	font-family: 'Andada Pro', 'sans-serif';
	font-size: 20px;
	color: var(--black-clr);
	font-weight: bold;
}

#header .navbar .nav-item:hover {
	background-color: var(--button-clr);
}

#header .navbar .nav-item:hover a {
	color: var(--white-clr);
}

#header .navbar-nav .nav-item:last-child {
	border-bottom: 1px solid var(--button-clr);
}

.navbar-brand {
	width: 375px;
	margin-inline: auto;
}

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

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

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

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

.custom-navbar-toggler-icon:after {
    content: '';
    margin-inline: auto;
    display: block;
    position: absolute;
    top: -8px;
    height: 100%;
    width: 100%;
    background-color: white;
}
/* --------------------------------------------------------------------- */
/* Biography | PAGE                                                          */
/* --------------------------------------------------------------------- */
#biography-section {
	margin-top: 4rem;
	padding: 3rem;
	background-color: lightgray;
	border: 2px solid var(--button-clr);
}

.page-height {
	min-height: calc(100vh - 221.7px);
}

#quote-section {
	padding: 2rem;
}

.biography-content h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Andada Pro', 'sans-serif';
	margin-bottom: 1rem;
}

.biography-content p {
	font-family: 'Lato', 'sans-serif';
	font-size: 20px;
}

.quote-content {
	font-weight: bold;
	font-family: 'Lato', 'sans-serif';
}

.quote-content .quote {
	font-size: 20px;
	margin-bottom: 1rem;
	color: var(--black-clr);
	font-style: italic;
}

.quote-content .author {
	color: var(--button-clr);
}

.image-container {
	margin-left: auto;
	position: relative;
	width: fit-content;
}

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

.blue-background {
	position: absolute;
	width: 75%;
	height: 100%;
	background-color: var(--button-clr);
	top: 20px;
	left: -20px;
}


/* --------------------------------------------------------------------- */
/* Services | PAGE                                                           */
/* --------------------------------------------------------------------- */
.page-heading {
	color: var(--button-clr);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Andada Pro', 'sans-serif';
	padding-bottom: 1rem;
	border-bottom: 4px solid var(--black-clr);
}

/* .list-group {
	font-weight: bold;
	margin: 1rem;
	display: block;
	column-count: 3;
}

.list-group-item {
	padding: 1.5rem 0;
	width: fit-content;
	border: 0;
	font-weight: bold;
	background-color: transparent;
}

#services {
	font-family: 'Lato', 'sans-serif';
	font-size: 20px;
}

.horse-background {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translate(-50%);
} */

.list-group {
	font-weight: bold;
	margin: 1rem;
	display: block;
	/* column-count: 2; */
}

.list-group-item {
	/* padding: 1.5rem 0; */
	width: fit-content;
	border: 0;
	font-weight: bold;
	background-color: transparent;
}

.list-group-description {
	font-size: 14px;
}

#services {
	font-family: 'Lato', 'sans-serif';
	font-size: 20px;

	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.service-heading {
	color: var(--button-clr);
	font-size: 24px;
}

.horse-background {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translate(-50%);
}

#services-subsection {
	font-family: 'Lato', 'sans-serif';
	font-size: 20px;
	margin: 2rem 0;
	padding: 1rem;
	background-color: lightgray;
	border: 2px solid var(--button-clr);
}

/* --------------------------------------------------------------------- */
/* Significant Purchases | PAGE                                          */
/* --------------------------------------------------------------------- */
#significant-purchases .table {
	border: 1px solid var(--black-clr);
}

#bottom-page-table .table {
	border: 1px solid var(--black-clr);
}

#bottom-page-table {
	font-family: 'Lato', 'sans-serif';
	font-size: 20px;
}

.table {
	font-family: 'Lato', 'sans-serif';
	font-size: 20px;
	margin: 2rem 0;
}

.table-head th {
	color: var(--white-clr) !important;
	background-color: var(--button-clr) !important;
}

.page-heading--2 {
	color: var(--button-clr);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Andada Pro', 'sans-serif';
	padding-bottom: 1rem;
	border-bottom: 2px solid var(--button-clr);
}

#leading-buyer {
	margin: 3rem 0;
}

.box-list {
	padding: 1rem 0;
	background-color: lightgray;
	border: 2px solid var(--button-clr);

	font-family: 'Lato', 'sans-serif';
	font-size: 20px;
}

.hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.pagination {
	width: 200px;
	margin-inline: auto;
	margin-bottom: 2rem;
	justify-content: space-between;
}

.custom-height {
	height: 501px;
}

.pagination button {
	font-size: 20px;
	font-family: 'Lato', 'sans-serif';
	border: 1px solid var(--black-clr);
}

.pagination button.active {
	color: var(--white-clr);
	background-color: var(--button-clr);
}

.th-name {
	width: 250px;
}

.slick-arrow:before {
	opacity: 1;
	color: var(--button-clr);
	border-radius: none;
}


.slick-prev, .slick-next {

	background-color: transparent;
}

.slick-prev:before, .slick-next:before {
	font-size: 32px;
}

.slick-prev {
	background-color: transparent;
	left: -40px;
}

.slick-next {
	right: -30px;
}

.image-caption {
	padding-left: 34px;
}


/* --------------------------------------------------------------------- */
/* Saudi Exports | PAGE                                                  */
/* --------------------------------------------------------------------- */
#saudi-exports-subsection {
	margin-bottom: 3rem;
	color: var(--button-clr);
}

#saudi-exports-table table {
	border: 1px solid var(--black-clr);
}

#saudi-exports-table .pagination {
	width: 60px;
}

.saudi-heading {
	font-size: 20px;
	font-family: 'Lato', 'sans-serif';
}

/* --------------------------------------------------------------------- */
/* Experience | PAGE                                                     */
/* --------------------------------------------------------------------- */
#experience-subsection {
	padding: 2rem 0;
}

.experience-content {
	max-width: 1000px;
}

.experience-content h3 {
	color: var(--button-clr);
}

.experience-content ul {
	padding-left: 1rem;
}

#experience-table table {
	border: 1px solid var(--black-clr);
}

.column-width {
	width: calc(1295px / 3);
}

/* --------------------------------------------------------------------- */
/* Contact | PAGE                                                        */
/* --------------------------------------------------------------------- */
#contact {
	margin-top: 4rem;
}

#contact-subsection {
	margin-bottom: 2rem;
}

.contact-information {
	margin-bottom: 2rem;
	background-color: lightgray;
	border: 2px solid var(--button-clr);
}

.contact-heading {
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Andada Pro', 'sans-serif';
}

.contact-subheading {
	letter-spacing: 0.05em;
	color: var(--button-clr);
	font-family: 'Lato', 'sans-serif';
	font-size: 32px;
}

.contact-content {
	text-align: center;
}

#contact-subsection .container {
	padding: 1rem;
	background-color: var(--button-clr);
}

.label {
	font-family: 'Andada Pro', 'sans-serif';
	font-weight: bold;
	font-size: 32px;
}

.mini-label {
	color: var(--button-clr);
}

.custom-card-text {
	font-family: 'Lato', 'sans-serif';
	font-size: 14px;
	margin-top: 12px;
	max-width: 400px;
	margin-inline: auto;
	color: var(--white-clr);
}


/* --------------------------------------------------------------------- */
/* Footer | partial                                                      */
/* --------------------------------------------------------------------- */
#footer {
	margin-top: auto;
	color: var(--white-clr);
	background-color: var(--black-clr);
}

.footer-nav {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Andada Pro', 'sans-serif';
	padding: 2rem 0;
	text-align: center;
}

.copyright {
	color: #dfdfdf;
	font-size: 12px;
}

.login {
	color: var(--button-clr);
	font-size: 12px;
}

.admin {
	color: var(--button-hover-clr);
	font-size: 12px;
}


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

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.footer-nav {
		padding: 2rem 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.btn-theme--1 {
		width: 220px;
	}

	.contact-content {
		text-align: left;
	}

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

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

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

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