@charset "UTF-8";
/*
Theme Name: Bootstrap Enabled WordPress Theme
Theme URI: http://pmadv.com/
Description: Fully responsive bootstrap wordpress theme
Version: 1.2
Tags: Multi-Column, Responsive, Bootstrap 4
Fonts: font-family: 'Open Sans', sans-serif;
font-family: 'Lustria', serif;
*/
/* -------------------------------------------------------------------------- */
/* Redefined HTML                                                             */
/* -------------------------------------------------------------------------- */
body {
  background-color: #FFF;
  color: #999;
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  height: 100%;
  overflow-x: hidden;
}
body.logged-in {
  padding-top: 32px;
}
body.logged-in .navbar {
  margin-top: 32px;
}
html {
  position: relative;
  min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #1a4e39;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Trirong', serif;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1a4e39;
  font-weight: 900;
  font-family: 'Trirong', serif;
}
a, a:visited {
  color: #1a4e39;
}
a:hover {
  color: #eace71;
}

.article-picture-caption {
	margin-bottom: 30px;
	font-weight: bold;
	font-style: italic;
}

/* -------------------------------------------------------------------------- */
/* Custom Utilities                                                           */
/* -------------------------------------------------------------------------- */
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.font-sm {
  font-size: .65em
}
.font-md {
  font-size: 1.25em;
}
.align-items-center {
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}
td.s-td {
	text-transform: capitalize;
}
.fancy-font {
  font-family: 'Lusitana', serif;
}

/* .slick-slide {
  margin-bottom: 1rem !important;
  width: 420px !important;
}

.slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
} */


/* -------------------------------------------------------------------------- */
/* Menu                                                                       */
/* -------------------------------------------------------------------------- */

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(17, 17, 17, .94);
  z-index: 2000;
}
/* Overlay closing cross */
.overlay .overlay-close {
  width: 30px;
  height: 35px;
  position: absolute;
  left: 12px;
  top: 8px;
  overflow: hidden;
  border: none;
  color: #FFF;
  outline: none;
  z-index: 100;
  font-size: 30px;
  background-color: transparent;
}
#submit-mare-menu {
  display: none !important;
}
#submit-mare-menu .btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #eace71;
}
#submit-mare-menu .btn {
  border-radius: 0px;
}
li#menu-item-9609 a {
  color: #eace71;
}

ul#menu-winstar-overlay-menu li a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
input.search-field {
  border-radius: 0px;
  border: none;
  width: 55%;
}
form.search-form {
  margin-right: -85px;
}
form.search-form {
  display: none;
}
.navbar-brand {
  display: block;
}
button.search-submit {
  border-radius: 0px;
  background-color: #FFF;
  border: none;
  border-color: transparent;
}
.news-search-page {}
.overlay ul.sub-menu li a {
  font-weight: normal !important;
  font-size: 14px !important;
}
.overlay ul.sub-menu {
  list-style-type: disc;
}
.overlay .sub-menu {
  margin-left: 30px;
}
#center-logo {
  display: none;
}
button#trigger-overlay {}
#insta-lg-icon {
  border-radius: 50%;
  padding: 10px;
  border: solid 2px #ccc;
  width: 100px;
  height: 100px;
  display: inline-block;
}
#insta-lg-icon a {
  color: #ccc;
  font-size: 50px;
  text-align: center;
  display: block;
}
.insta-icon-style {
  border-radius: 50%;
  padding: 10px;
  border: solid 2px #ccc;
  width: 100px;
  height: 100px;
  display: inline-block;
}
.insta-icon-style a {
  color: #ccc;
  font-size: 50px;
  text-align: center;
}
#insta-icons {
  text-align: center;
  max-width: 100%;
  display: inline-block;
}
#social li .fa {
  position: relative;
  top: -5px;
}
#social li {
  border-radius: 50%;
  padding: 10px;
  border: solid 2px #FFF;
  width: 50px;
  height: 50px;
}
#social li a {
  color: #FFF;
  font-size: 25px;
  text-align: center;
  display: block;
}
#social li .fa {
  position: relative;
  top: -5px;
}
#social-menu {
  display: none;
}
#social-menu li {
  border-radius: 50%;
  padding: 5px;
  border: solid 2px #FFF;
  width: 30px;
  height: 30px;
}
#social-menu li a {
  color: #FFF;
  font-size: 16px;
  text-align: center;
  display: block;
}
#social-menu li .fa {
  position: relative;
  top: -3px;
}
#stal-bull {
  margin-top: -5px;
}
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 54px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
}
.overlay ul li {
  /*display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;*/
}
.overlay ul li a {
  font-weight: 300;
  display: block;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover, .overlay ul li a:focus {
  color: #999;
}
/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow: auto;
}
.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
}
@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }
  .overlay ul li {
    min-height: 34px;
  }
}
#header-static {
  width: 100%;
  height: 0;
  padding-top: 89.412%;
  background-size: cover;
  background-position: center center;
}
#header-lfts {
  width: 100%;
  height: 0;
  padding-top: 89.412%;
  background-size: cover;
  background-position: center center;
}
button#trigger-overlay {
  background-color: transparent;
  border: 0;
  font-size: 30px;
  color: #FFF;
  margin-left: 0px;
  display: block;
}
button#trigger-overlay:hover, button#trigger-overlay:focus .fa-icon {
  color: #eace71;
  transition: all 0.3s ease;
}
#insta-icon-style {
  display: inline-block;
}
#instagram p {
  font-size: 15px;
}
#horse-nav {
  border-radius: 0;
}
#horse-nav .card-body {
  padding: 0.65rem 1rem;
}
#horse-nav a {
  color: #999;
  text-decoration: none;
  font-size: 10px;
}
#horse-nav-float-l {
  margin-top: -30px;
  float: left;
  position: relative;
  z-index: 1;
}
#prev-stallion-txt {
  position: relative;
  bottom: -15px;
}
#next-stallion-txt {
  position: relative;
  bottom: -15px;
}
#stal-nav-text {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Trirong', serif;
  top: -24px;
}
.nav-horse-thumb {
  max-width: 50px;
  display: inline-block;
}
#horse-nav .card-body {
  padding: 0.65rem 0rem;
}
#horse-nav-float-r {
  float: right;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.dropdown-menu {
  background-color: #212529;
}
.dropdown-menu a, .dropdown-menu a:visited {
  color: rgba(255,255,255,.55);
}
.dropdown-menu a:hover {
  color: #1a4e39;
}

/* -------------------------------------------------------------------------- */
/* Main Content                                                               */
/* -------------------------------------------------------------------------- */

#overlay-stallion-btn .btn-primary {
	color: #fff;
    background-color: transparent;
    border-color: #eace71;
	border-radius: 0px;

}

#overlay-stallion-btn .btn {
	    padding: 0.875rem 3.5rem;
}

#tour-faq .accordion-button p {
  margin-bottom: 0px;
}
#tour-faq .accordion-button:not(.collapsed) {
  color: #999;
  background-color: rgba(0, 0, 0, .03);
}
#tour-faq .accordion-button {
  color: #999;
}
.videowrapper-header {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  top: auto;
}
.videowrapper-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.timeline-drag img {
  display: inline;
  float: left;
}
.sort-size {
  min-height: 225px;
}
#graduates-roster-page .grid-item-stallions {
  cursor: auto;
}
#graduates-roster-page .stallion-info-container {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
}
.timeline-drag .slick-slide {
  margin: 0 0px;
}
.timeline-drag .slick-slide img {
  width: 100%;
}
.timeline-drag .slick-next {
  right: 5px;
  width: 40px;
  height: 40px;
}
.timeline-drag .slick-prev {
  left: 5px;
  z-index: 20;
  width: 40px;
  height: 40px;
}
.timeline-drag .slick-prev:before, .slick-next:before {
  font-size: 30px;
}
ul.winner-list {
  column-count: 4;
  column-gap: 40px;
}
#winner-sort .nav-pills .nav-link {
  text-transform: none;
  color: #999;
  border: none;
  border-radius: 0px;
  font-weight: 300;
}
#winner-sort .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #999;
}
.graduate-photo {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 70.6%;
  position: relative;
  overflow: hidden;
}
.graduate-photo-gradient {
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 1) 88%);
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: -100px;
  transition: all .3s ease;
}
.team-photo {
  height: 0;
  position: relative;
  padding-top: 75%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.team-photo .team-photo-gradient {
  bottom: -200px;
}
.team-photo-kenny {
  height: 0;
  position: relative;
  padding-top: 80%;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  max-width: 650px;
  width: 100%;
  margin-right: 30px;
}
.team-photo-kenny .team-photo-gradient {
  bottom: -200px;
}
#moreinfo a {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
.photo-gallery {
  min-height: 450px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.team-photo-sm {
  height: 0;
  position: relative;
  padding-top: 135%;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}
.team-photo-md {
  height: 0;
  position: relative;
  padding-top: 130%;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}
.jobtitle-lg {
  font-weight: 900;
  font-family: 'Trirong', serif;
  font-size: 30px;
  color: #999999;
}
.team-info {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0px;
  text-align: center;
  text-shadow: 1px 0px 8px #000;
  padding: 0px 20px 0px 20px;
  z-index: 2;
  margin-bottom: -10px;
  padding-bottom: 30px;
}
.addspace {
  margin-bottom: -22px;
}
.team-photo-gradient {
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 1) 88%);
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: -100px;
  transition: all .3s ease;
}
.tour-btn a:visited {
  color: #FFF;
}
#buy-print small {
  color: #999;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.375em;
}
.title-sm {
  font-weight: 900;
  font-family: 'Trirong', serif;
  color: #999999;
}
.contact-team-info {
  width: 100%;
  height: 100px;
  margin-bottom: -140px;
  margin-top: 20px;
  transition: all .3s ease;
}
.team-photo-sm:hover .contact-team-info {
  margin-bottom: -40px;
  transition: all .3s ease;
}
.team-photo-sm:hover .team-photo-gradient {
  bottom: 0px;
  transition: all .3s ease;
}
.team-photo-md:hover .contact-team-info {
  margin-bottom: -40px;
  transition: all .3s ease;
}
.team-photo-md:hover .team-photo-gradient {
  bottom: 0px;
  transition: all .3s ease;
}
.contact-header {
  color: #FFF;
  font-weight: 900;
  font-family: 'Trirong', serif;
}
.contact-team-info p {
  color: #fff;
}
.contact-team-info a {
  color: #fff;
}
ul#stallion-list-overlay {
  column-count: 2;
  column-gap: 40px;
	height: auto;
}
#sidebar ul {
  list-style-type: none;
}
#sidebar ul li a {
  text-decoration: none;
  font-weight: bold;
  color: #999999;
}
#sidebar ul li img {
  margin-bottom: 20px;
}
ul#stallion-list-overlay li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
.fee-overlay {
  position: relative;
  top: -5px;
}
#home-news h3 small {
  font-size: 0.375em;
}
.featured-news-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
}
#home-stallion-list a {
  color: #999;
  text-decoration: none;
}
.featured-news-title a {
  text-decoration: none;
  color: #999 !important;
}
.more-news-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

#overlay-buttons .btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #FFF;
}
#overlay-buttons .btn {
  border-radius: 0px;
}
.more-news-title a {
  text-decoration: none;
  color: #999 !important;
}
a.read-more-featured {
  color: #999 !important;
  font-size: 12px;
  text-decoration: none;
}
.newestpost-date {
  font-size: 12px;
}
#stallions-bg {
  width: 100%;
  min-height: 100%;
  border-left: solid 1px #dee2e6;
  padding: 15px 20px 10px 50px;
  margin-top: -15px;
}

.article-picture img {
  width: 100%;
  height: auto;
}
#home-news h3 small a {
  color: #999;
  text-decoration: none;
}
#viewroster {
  text-align: right;
}
#viewroster a {
  text-decoration: none;
  color: #999;
  font-size: 12px;
}
/* Menu style */

.featured-news-picture {
  width: 100%;
  height: 0;
  padding-top: 74.5%;
  background-size: cover;
}
.more-news-picture {
  width: 100%;
  height: 0;
  padding-top: 75.5%;
  background-size: cover;
}

#stallion-title-side-news {
  background-color: #999999;
  width: 93%;
  padding: 8px;
  color: #FFF;
  position: relative;
  right: -30px;
}
#arrow-point {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #999999;
  float: left;
  margin-left: -38px;
  margin-top: -8px;
}
#stallion-side-news-view {
  background-color: #999999;
  width: 100%;
  padding: 8px;
}
#stallion-side-news-view a {
  color: #FFF;
  text-decoration: none;
}

#page-headline {
  margin-top: -120px;
}
#page-content {
  max-width: 980px;
  margin: 0 auto;
}
#training-video-hero {
  width: 100%;
  height: 0;
  padding-top: 19.4%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#training-title {
  margin-top: -60px;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
.training-bg-photo {
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: 0;
  padding-top: 58.6%;
  position: relative;
  overflow: hidden;
}
.training-bg-title {
  position: absolute;
  bottom: 50%;
  margin-bottom: -40px;
  width: 100%;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 0px 5px #000;
  text-transform: uppercase;
  font-size: 23px;
  z-index: 2;
}
.training-bg-photo:hover .training-photo-gradient {
  bottom: -50px;
}
.training-bg-photo:hover .training-learn {
  opacity: 1;
}
.training-learn {
  opacity: 0;
  transition: all .3s ease;
  font-size: 12px;
}
.training-photo-gradient {
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 1) 88%);
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: -250px;
  transition: all .3s ease;
}
#facility-list {
  border-bottom: solid 1px #d7d7d7;
}
#theraputic-tools span img {
  width: auto;
  height: auto;
  max-height: 160px;
}
#rotatingTestimonials .carousel-item {
  padding: 0px 100px 0px 100px;
}
.carousel-control-next, .carousel-control-prev {
  width: auto;
}
div.owner-name {
  font-weight: bold;
  font-size: 25px;
}
#rotatingTestimonials .carousel-indicators {
  bottom: -60px;
}
#rotatingTestimonials .carousel-indicators [data-bs-target] {
  background-color: #999999;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.graduate-button {
  background-color: #d7d7d7;
  height: 0;
  padding-top: 70.5%;
  position: relative;
}
.graduate-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 35px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #FFF;
  z-index: 2;
}
#graduate-buttons a {
  color: #fff;
  text-decoration: none;
}
.buy-winstar-gallery .galleryImgBox img {
  max-height: 200px;
  float: left;
}
.print-gallery-sale .galleryImgBox img {
  max-height: 200px;
  float: left;
}
.flipbook-bg-featured {
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 450px;
  overflow: hidden;
}
.flipbook-bg-featured:hover .flipbook-text {
  bottom: 150px;
}
.flipbook-bg-featured:hover .flipbook-gradient {
  bottom: 0px;
}
.flipbook-bg {
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 350px;
  overflow: hidden;
}
.flipbook-bg:hover .flipbook-text {
  bottom: 150px;
}
.flipbook-bg:hover .flipbook-gradient {
  bottom: 0px;
}
.flipbook-text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: -100px;
  transition: all .3s ease;
  z-index: 2;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
}
.flipbook-gradient {
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24%, rgba(0, 0, 0, 1) 88%);
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: -380px;
  transition: all .3s ease;
  z-index: 1;
}
.horsehosting-table th {
  color: #eace71;
}
.horsehosting-table td a {
  color: #eace71;
}
.information-lists dl dt {
  float: left;
  margin-right: 10px;
  padding: 5px;
  width: 120px;
}
.information-lists dl dd {
  margin: 0;
  padding: 5px;
}
.hero-image {
  margin-bottom: 15px;
  position: relative;
  background-color: #999;
}
.hero-img {
  width: 100%;
  height: auto;
}
.hero-logo {
  margin: 0px 0px 15px 15px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators li {
  background-color: #999 !important;
}
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stallion-featured-video {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
}
.tabbed-videos {
  /*background-color: #d7d7d7;*/
}
/* the slides */
.slick-slide {
  margin: 0 5px;
}
/* the parent */
.slick-list {
  margin: 0 -5px;
}
.stallion-cutout-large {
  margin-top: 3rem;
  background-color: #d7d7d7;
  height: 100vh;
  max-height: 150px;
  position: relative;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
.stallion-cutout-large img {
  margin: -20% 0 0 0;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1640px;
  height: auto;
  position: absolute;
}
.grid, .grid-progeny-gallery {
  /*max-width: 1200px;*/
}
.grid-sizer, .grid-sizer-progeny {
  width: 130px;
}
.grid-item, .grid-progeny {
  margin-bottom: 5px;
  width: 130px;
}
.grid-item--width2 {
  width: 300px;
}
.grid-item--height2 {
  height: 300px;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item-stallions {
  margin-bottom: 15px;
}
.grid-item-stallions a, .grid-item-stallions a:hover, .grid-item-stallions a:visited {
  color: #FFF;
  text-decoration: none;
}
.grid-item-stallions p {
  margin: 0px;
  padding: 0px;
}
.stallion-info-container {
  position: relative;
  text-align: center;
  color: #FFF;
  background: rgb(215,215,215);
  background: linear-gradient(180deg, rgba(215,215,215,1) 0%, rgba(215,215,215,1) 85%, rgba(152,152,152,1) 100%);
}
.hidden-info {
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  position: absolute;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgb(215,215,215);
  background: linear-gradient(180deg, rgba(215,215,215,1) 0%, rgba(215,215,215,1) 50%, rgba(152,152,152,1) 100%);
}
.hidden-info ul {
  margin: 0px;
  padding: 0px;
  z-index: 5;
  list-style-type: none;
}
.hidden-info li {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  text-align: center;
}
.hidden-info li:last-of-type {
  margin-bottom: 0px;
}
.hidden-info li a {
  background-color: #212529;
  border: 1px solid #eace71;
}
.hidden-info a.background-link {
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  position: absolute;
  display: flex;
}
ul#stallion-sort {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  list-style-type: none;
}
ul#stallion-sort li {
  margin: 0px 15px;
  padding: 0px;
  display: inline-block;
}
ul#stallion-sort li a, ul#stallion-sort li a:visited, ul#stallion-sort li a:hover {
  padding: 5px 15px;
  color: #999;
  display: block;
  text-decoration: none;
}
ul#stallion-sort li.active a {
  color: #FFF;
  background-color: #999;
}
.main-bullets ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.main-bullets li {
  margin: 0 0 1rem 0;
  padding: 0px;
}
.btn-mare-submit {
  color: #fff !important;
  text-transform: uppercase;
  background-color: #1a4e39;
  border-color: #1a4e39;
}
.btn-flipbook {
  margin-top: 15px;
  color: #eace71 !important;
  text-transform: uppercase;
  background-color: #212529;
  border-color: #212529;
}
.btn-flipbook span {
  display: block;
  font-size: 1.5rem;
  background: -webkit-linear-gradient(#feefa4, #e3bf60);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-flipbook:hover {
  color: #FFF !important;
}
.external-links {
  margin-top: 1rem;
  padding: 5px 10px;
  border: 2px solid #999;
  text-align: center;
}
.external-links a, .external-links a:visited, .external-links a:hover {
  margin: 5px 10px;
  color: #999;
  display: inline-block;
  text-decoration: none;
}
.large-quote {
  position: relative;
}
.quote-author {
  margin-bottom: 0px;
}
.quote-author strong.h2 {
  margin-bottom: 0px;
  font-weight: 900;
}
.quote-author-title {
  margin-top: 0px;
}
.submit-mare-stallion-link {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #999;
  text-transform: inherit;
  background-color: #f7f7f7;
}
.submit-mare-stallion-link a, .submit-mare-stallion-link a:visited, .submit-mare-stallion-link a:hover {
  color: #999;
  font-style: italic;
  text-decoration: none;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #999;
}
.nav-pills .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.nav-pills .nav-link {
  text-transform: uppercase;
  color: #999;
  font-weight: 900;
  border: solid 1px #999;
}
table.pedigreetable {
  width: 100%;
  color: #999;
  border: none;
}
table.pedigreetable tr td {
  padding: 5px;
}
table.pedigreetable a, table.pedigreetable a:hover, table.pedigreetable a:visited {
  color: #999;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
#pills-race-record table {
  color: #999;
  text-align: center;
  border: solid 1px #999;
}
#pills-race-record tbody, #pills-race-record td, #pills-race-record tfoot, #pills-race-record th, #pills-race-record thead, #pills-race-record tr {
  border-style: none;
}
#pills-race-record tr:last-of-type {
  font-weight: 900;
}
#pills-secondary-videos.nav-tabs {
  border-bottom: none;
}
#pills-secondary-videos.nav-tabs .nav-link.active {
  color: #999;
  border-color: transparent;
}
#pills-secondary-videos.nav-tabs .nav-link {
  color: #d7d7d7;
}
#pills-secondary-videos.nav-tabs .nav-link:focus,
#pills-secondary-videos.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.progeny-name, .progeny-caption {
  margin: 0px;
  padding: 0px;
}
.stallion-news, a.stallion-news, a.stallion-news:hover, a.stallion-news:visited {
  color: #999;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.view-all-stallion, a.view-all-stallion, a.view-all-stallion:hover, a.view-all-stallion:visited {
  color: #999;
  text-decoration: none;
}
.stallion-article-link, a.stallion-article-link, a.stallion-article-link:hover, a.stallion-article-link:visited {
  color: #999;
  font-weight: 600;
  text-decoration: none;
}
.read-more, a.read-more, a.read-more:hover, a.read-more:visited {
  color: #999;
  text-decoration: none;
}
.article-img {
  margin-bottom: 1rem;
  display: inline-block;
}
.featured-stallion-photo, #stallionQuotes {
  margin-top: 3rem;
}
#stallionQuotes {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#stallionQuotes .carousel-indicators {
  margin-bottom: -25px;
}
.submit-mare-stallion-link {
  margin-bottom: 3rem;
}
#walking-videos {
  margin-bottom: 3rem;
}
#top-progeny {
  margin-top: 3rem;
}
#stallion-news {
  margin-top: 3rem;
}
#print-gallery {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.stallion-news-header {
  margin-bottom: 1rem;
}
#pills-video-third-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.headline {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.slick-slide img {
  margin-left: auto;
  margin-right: auto;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  opacity: 1;
  background-color: rgba(0,0,0,1);
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}
#pills-pedigree td.m {
  background-color: #f7f7f7;
  border-left: 1px solid #f7f7f7;
}
#pills-pedigree td.f {
  border-left: 1px solid #f7f7f7;
}
.print-gallery-img {
  margin-bottom: 15px;
}
.print-gallery-title {
  margin-bottom: 1rem;
}
select.wpcf7-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
span.wpcf7-checkbox {
  display: block;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
span.wpcf7-list-item {
  margin: 0px 0px 0px 0px;
  display: block;
}
.submitmarebtn {
  display: block;
  text-align: left;
  color: #FFF !important;
}
.submitmarebtn img {
  margin-right: 10px;
}
.form-page-team {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
input.wpcf7-submit {
  padding: 5px 25px;
  color: #fff;
  background-color: #212529;
  border-color: #eace71;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #eace71;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type='checkbox'] {
  accent-color: #212529;
  background-color: #212529;
}
iframe#entries-results-iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#stallions-bg {
  font-weight: bold;
  color: #212529;
  text-transform: uppercase;
}
#home-stallion-list a, #home-stallion-list a:visited, #viewroster a {
  color: #212529 !important;
}
.stallion-gallery {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 250px;
  display: block;
}
.contact-team-info-bottom {
  margin-top: 15px;
}
#sale-numbers {
  margin-top: 15px;
  margin-bottom: 15px;
}
.big-numbers {
  font-size: 2rem;
  line-height: 2rem;
}
.big-numbers strong {
  margin-bottom: 10px;
  display: block;
  font-size: 3rem;
  line-height: 3rem;
  color: #212529;
}
.archive-title {
  color: #999;
  text-decoration: none;
}
.next {
  float: right;
}
.prev {
  float: left;
}
.grecaptcha-badge {
  visibility: hidden !important;
}

/* -------------------------------------------------------------------------- */
/* Footer Content                                                             */
/* -------------------------------------------------------------------------- */
#footer {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFF;
  background-color: #212529;
}
#footer a, #footer a:visited, #footer a:hover,
.footer-bottom a, .footer-bottom a:visited, .footer-bottom a:hover {
  color: #FFF;
  text-decoration: none;
}
.menu-winstar-menu-container ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.menu-winstar-menu-container li {
  margin: 0px;
  padding: 0px;
}
#footer a.nav-link {
  padding: 0px;
}
.footer-bottom {
  padding: 5px;
  color: #FFF;
  font-size: 12px;
  background-color: #000;
}
.footer-bottom p {
  margin-bottom: 0px;
}

/* -------------------------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

		#overlay-stallion-btn .btn {
	    padding: 0.875rem 2.5rem;
}

	#horse-nav .card-body {
    padding: 0.65rem 1rem;
  }
  #horse-nav a {
    color: #999;
    text-decoration: none;
    font-size: inherit;
  }
  #stal-nav-text {
    top: 14px;
  }
  .nav-horse-thumb {
    max-width: 75px;
  }
  .team-photo-kenny {
    padding-top: 80%;
  }
  .videowrapper-header {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    top: auto;
  }
  /*	#mob-vid {
	display: none;
}*/
  #desktop-vid {
    max-height: 750px;
    overflow: hidden;
  }
  .photo-gallery {
    min-height: 800px;
    max-width: 100%;
    width: 100%;
  }
  #insta-lg-icon {
    display: block;
  }
  #insta-icons {
    margin-left: 0px;
  }
  .insta-icon-style {
    padding: 10px;
    border: none;
    width: auto;
    height: auto;
    display: inline-block;
  }
  .insta-icon-style a {
    color: #ccc;
    font-size: 25px;
    text-align: center;
  }
  #insta-icons {
    text-align: center;
    max-width: 100px;
  }
  #header-static {
    padding-top: 39.412%;
  }
  #header-lfts {
    padding-top: 22.412%;
    ;
  }
  .hs {
    text-transform: capitalize;
  }
  #horsephoto {
    max-width: 150px;
  }
  .overlay .overlay-close {
    left: 43px;
  }
  ul#stallion-list-overlay {
    column-count: 1;
    column-gap: 40px;
  }
  button#trigger-overlay {
    margin-left: 30px;
  }
  #center-logo {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -86.5px;
  }
  .navbar-brand {
    display: none;
  }
  #submit-mare-menu {
    display: block !important;
  }
  li#menu-item-9611 {
    display: none;
  }
  li#menu-item-9610 {
    display: none;
  }
  li#menu-item-9614 {
    display: none;
  }
  li#menu-item-9615 {
    display: none;
  }
  .stallion-cutout-large {
    max-height: 300px;
  }
  .stallion-cutout-large img {
    margin: -14% 0 0 0;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#overlay-stallion-btn .btn {
	    padding: 0.875rem 2.5rem;
}
	 li#menu-item-9611 {
    display: none;
  }
  li#menu-item-9610 {
    display: none;
  }
  li#menu-item-9614 {
    display: block;
  }
  li#menu-item-9615 {
    display: block;
  }
  form.search-form {
    display: flex;
  }
  ul#stallion-list-overlay {
    column-count: 1;
    column-gap: 40px;
  }
  .team-photo-kenny {
    padding-top: 50%;
  }
  .big-quote-icon {
    display: none;
  }
  .large-quote {
    padding-top: 115px !important;
    background: url('imgs/quote-big.png') no-repeat top left;
  }
  .main-bullets li {
    margin: 0px 0px 25px 0px;
  }
  .external-links {
    margin-top: 25px;
    padding: 15px 25px;
  }
  .featured-stallion-photo {
    margin-top: 0px;
  }
  #pills-secondary-videos.nav-tabs .nav-link.active {
    font-weight: 900;
  }
  .article-img {
    margin-bottom: 25px;
  }
  .grid-sizer, .grid-sizer-progeny {
    width: 165px;
  }
  .grid-item, .grid-progeny {
    width: 165px;
  }
  #footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .stallion-cutout-large {
    max-height: 400px;
  }
  .stallion-cutout-large img {
    margin: -15% 0 0 0;
  }
  #pills-pedigree td.m {

  }
  #pills-pedigree td.f {

  }
  .print-gallery-img {
    margin-bottom: 0px;
  }
}
/**iPad media queries**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

	button#trigger-overlay {
    margin-left: 0px;
}
}

@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait) {

button#trigger-overlay {
    margin-left: 0px !important;
}

		#stallions-bg {
    padding: 15px 20px 10px 30px;
}

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {}
/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1199px) {
  li#menu-item-9611 {
    display: none;
  }

  li#menu-item-9614 {
    display: block;
  }
  li#menu-item-9615 {
    display: block;
  }
  form.search-form {
    display: flex;
  }
  ul#stallion-list-overlay {
    column-count: 2;
    column-gap: 40px;
  }
}

@media (min-width: 1200px) {
	#overlay-stallion-btn .btn {
	    padding: 0.875rem 3.5rem;
}
	form.search-form {
    display: flex;
  }
  #social-menu {
    display: flex;
  }
  li#menu-item-9611 {
    display: block;
  }
  li#menu-item-9610 {
    display: none;
  }
  li#menu-item-9614 {
    display: block;
  }
  li#menu-item-9615 {
    display: block;
  }
  ul#stallion-list-overlay {
    column-count: 2;
    column-gap: 40px;
	  height: auto;
	  margin-bottom: 2em;
  }
  #theraputic-tools span img {
    width: auto;
    height: auto;
    max-height: 160px;
  }
  .videowrapper-header {
    top: auto;
  }
  .team-photo-kenny {
    padding-top: 40%;
  }
  .featured-stallion-photo, #stallionQuotes {
    margin-top: 8rem;
  }
  #stallionQuotes {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  #stallionQuotes .carousel-indicators {
    margin-bottom: -25px;
  }
  .submit-mare-stallion-link {
    margin-bottom: 8rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #walking-videos {
    margin-bottom: 8rem;
  }
  #top-progeny {
    margin-top: 8rem;
	  margin-bottom: -6rem;
  }
  #stallion-news {
    margin-top: 8rem;
    margin-bottom: 0rem;
  }
  #print-gallery {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
  .stallion-cutout-large img {
    margin: -15% 0px 0px -600px;
    left: 50%;
    max-width: 1200px;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    opacity: 1;
    background-color: transparent;
  }
  #stallion-roster-page {
    margin-top: 100px;
  }
  #stallion-grid {
    min-height: 900px;
  }
  #horse-list-names {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  #sale-numbers {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .grid-item-stallions {
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .stallion-cutout-large {
    max-height: 500px;
  }
  .stallion-cutout-large img {
    margin: -15% 0px 0px -700px;
    left: 50%;
    max-width: 1400px;
  }
	 .videowrapper-header {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    top: -200px;
  }
  .team-photo-kenny {
    padding-top: 33%;
  }
  .container.mt-5 {
    margin-top: 5rem !important;
  }
		  li#menu-item-9610 {
    display: block;
  }
}
@media (min-width: 1700px) {
  .stallion-cutout-large img {
    margin: -15% 0px 0px -700px;
  }
	#overlay-stallion-btn .btn {
	    padding: 0.875rem 4.5rem;
}
}
@media (min-width: 1900px) {
  .stallion-cutout-large img {
    margin: -10% 0px 0px -700px;
  }
		  li#menu-item-9610 {
    display: block;
  }
#overlay-stallion-btn .btn {
	    padding: 0.875rem 4.5rem;
}
}
