/* archive page css start */
.post-type-archive-foal .site-main.archive-foal
{
	max-width: 100%;
	font-family: "Arial", Sans-serif;
}
.post-type-archive-foal .page-header
{
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: right;
	align-items: center;
	min-height: 300px;
}
.post-type-archive-foal .page-header .heading-content
{
	background-color: #FFFFFFB3;
	width: 38%;
	padding: 10px;
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-content: flex-start;
	text-align: right;
	border-radius: 10px 10px 10px 10px;
	margin: 20px 60px 20px 20px;
}
.post-type-archive-foal .page-header .entry-title
{
	color: #005879;
	font-family: "Arial", Sans-serif;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}
.post-type-archive-foal .page-content
{
	padding: 20px;
}
.foals-archive-main-section .foals-filter-section .foals-filters
{
	display: flex;
	grid-gap: 20px;
}
.foals-archive-main-section .foals-filter-section .submit-section
{
	display: flex;
	align-items: end;
}
.foal-archive
{
	grid-gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 20px;
}
.foal-archive .archive-single-foal
{
	text-align: center;
}
.foal-archive .archive-single-foal .wp-post-image
{
	width: 100%;
}
.foal-archive .archive-single-foal .entry-title .post-link
{
	color: #005879;
    font-family: "Arial", Sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
	text-decoration: none;
}
.foal-archive .archive-single-foal .foal-gender
{
	font-family: "Arial", Sans-serif;
    font-size: 15px;
}
.post-type-archive-foal .btn-foal
{
	color: #FFFFFF !important;
    background-color: #005879 !important;
    border: none;
    border-radius: 0px 0px 0px 0px !important;
	text-decoration: none;
	display: inline-block;
    line-height: 1;
    font-size: 15px;
	font-weight: 500;
    padding: 12px 24px;
    transition: all .3s;
	transition-duration: .3s;
    transition-property: transform;
}

@media ( min-width: 1020px )
{
	.post-type-archive-foal .page-header
	{
		margin-left: var(--width);
	}
}
@media ( max-width: 767px )
{
	.post-type-archive-foal .page-content
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.foal-archive
	{
		grid-template-columns: 1fr;
	}
	.post-type-archive-foal .page-header .heading-content
	{
		width: 100%;
		margin: 40px 20px 20px 20px;
	}
}
/* archive page css end */
/* single page css start */
.single-foal .site-main.foal
{
	max-width: 100%;
	font-family: "Arial", Sans-serif;
	padding: 0;
}
.single-foal .page-header
{
	background-position: 0px -150px;
    background-size: cover;
	min-height: 250px;
	position: relative;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
}
.single-foal .page-header .background-overlay
{
	background-color: #FFFFFF;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.single-foal .page-header .entry-title
{
	color: #005879;
	font-family: "Arial", Sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	z-index: 10;
}
.single-foal .max-width-section
{
	max-width: 1200px;
	margin: auto;
}
.single-foal .info-section
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.single-foal .info-section iframe
{
	width: 100%;
}
.single-foal .page-content .dob
{
	margin-top: 30px;
}
.single-foal .foal-gallery-section
{
	background-color: #C4C4C4;
	padding-top: 20px;
}
.single-foal .foal-gallery-section .gallery-slider-wrapper
{
	width: 97%;
	margin: 0 auto;
	overflow: hidden;
}
.single-foal .foal-gallery-section .foal-gallery
{
	text-align: center;
	padding-bottom: 40px;
}
.single-foal .foal-gallery-section .foal-gallery .single-slide-video
{
	background-size: contain;
}
.single-foal .gallery-slider-wrapper .single-slide-wrap .single-slide-img
{
	width: 270px;
	height: 170px;
	object-fit: cover;
}
.single-foal .gallery-slider-wrapper .single-slide-wrap .single-slide-video .single-slide-img
{
	object-fit: contain;
	padding: 50px;
}
.single-foal .foal-gallery-section .swiper-button-next,
.single-foal .foal-gallery-section .swiper-button-prev
{
	color: black;
	font-weight: bold;
}
.single-foal .foal-gallery-section .swiper-button-next
{
	right: -8px;
}
.single-foal .foal-gallery-section .swiper-button-prev
{
	left: -8px;
}
.single-foal .foal-gallery-section .swiper-button-next:after,
.single-foal .foal-gallery-section .swiper-button-prev:after
{
	font-size: 20px;
}
.single-foal .foal-gallery-section .swiper-pagination-bullet-active
{
	background: #000;
}
.single-foal .person-section
{
	background-position: 0px -150px;
    background-size: cover;
	min-height: 250px;
	position: relative;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
}
.single-foal .person-section .background-overlay
{
	background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.single-foal .person-section .person-info
{
	color: #ffffff;
	z-index: 10;
	margin: auto;
	text-align: center;
}
.single-foal .person-section .person-saying
{
	margin-bottom: 20px;
}
.single-foal .person-section .person-inner-info
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-foal .person-section .person-img img
{
	border-radius: 50%;
	max-width: 75px;
}
.single-foal .person-section .person-name
{
	margin-left: 15px;
}
.single-foal .person-section .person-name div
{
	font-size: 13px;
	color: #CFD1D3;
}
.single-foal .pedigree-section,
.single-foal .best-performances-section,
.single-foal .best-offspring-section
{
	padding: 20px;
}
.single-foal .best-performances-section h2,
.single-foal .best-offspring-section h2
{
	color: #005879;
    font-family: "Arial", Sans-serif;
    font-weight: 800;
    text-transform: uppercase;
	text-align: center;
}
.single-foal .iframe-section
{
	border: 2px solid #005879;
}
.single-foal .more-about-section,
.single-foal .related-foals-section
{
	padding: 20px;
}
.single-foal .more-about-section h2,
.single-foal .related-foals-section h2
{
	color: #005879;
    font-family: "Arial", Sans-serif;
    font-weight: 800;
    text-transform: uppercase;
	text-align: center;
}
.single-foal .related-foals-section .single-foal
{
	max-width: 400px;
}
.single-foal .related-foals-section .single-foal .post-link-wrap
{
	text-align: center;
}
.single-foal .related-foals-section .single-foal .post-link
{
	color: #005879;
	font-family: "Arial", Sans-serif;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
}
.single-foal .embryos-available .post-link
{
	color: #000;
}
@media ( min-width: 1020px )
{
	.single-foal .page-header
	{
		margin-left: var(--width);
	}
}
@media ( max-width: 767px )
{
	.single-foal .page-header
	{
		background-position: 0px 0px;
	}
	.single-foal .info-section .video-section
	{
		margin-top: 20px;
	}
	.single-foal .info-section iframe
	{
		height:210px;
	}
	.single-foal .foal-gallery-section .gallery-slider-wrapper
	{
		width: 90%;
	}
	.single-foal .foal-gallery-section .swiper-button-next
	{
		right: -6px;
	}
	.single-foal .foal-gallery-section .swiper-button-prev
	{
		left: -6px;
	}
	.single-foal .gallery-slider-wrapper .single-slide-wrap .single-slide-img
	{
		width: 180px;
		height: 150px;
	}
	.single-foal .person-section
	{
		background-position: center center;
		min-height: 180px;
	}
	.single-foal .best-performances-section h2,
	.single-foal .more-about-section h2
	{
		font-size: 18px;
	}
}
/* single page css end */

.foal-archive .btn-primary-foal,
.single-foal .btn-primary-foal
{
	color: #FFFFFF;
    background-color: #005879;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
	text-decoration: none;
	display: inline-block;
    line-height: 1;
    font-size: 15px;
	font-weight: 500;
    padding: 12px 24px;
    transition: all .3s;
	transition-duration: .3s;
    transition-property: transform;
}
.foal-archive .btn-primary-foal:hover,
.single-foal .btn-primary-foal:hover
{
	color: #005879;
    background-color: #FFFFFF;
    border-color: #005879;
	transform: scale(0.9);
}
