@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: 'Lato', sans-serif;
font-family: 'Spectral', serif;
*/
/* -------------------------------------------------------------------------- */
/* Redefined HTML                                                             */
/* -------------------------------------------------------------------------- */
body {
  background-color: #FFF;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  height: 100%;
  margin-bottom: 968px;
  overflow-x: hidden;
}
html {
  position: relative;
  min-height: 100%;
}
/* -------------------------------------------------------------------------- */
/* 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;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Spectral', serif;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Spectral', serif;
}
img.alignright {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
/* -------------------------------------------------------------------------- */
/* Menu                                                                       */
/* -------------------------------------------------------------------------- */
#header {
  background-color: transparent;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 20;
  width: 100%;
}
ul#menu-main-menu {
  column-count: 2;
  column-gap: 40px;
  display: block;
}
ul#menu-sales-menu {
  column-count: 2;
  column-gap: 40px;
  display: block;
}
ul#overlay-stallion-list {
  column-count: 2;
  column-gap: 40px;
  display: block;
}
#nav-icon-float {
  background-color: #5e262b;
  border: solid 4px #892433;
  padding: 10px;
}
#overlay-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(93, 37, 42, .95);
  transition: all 1s ease;
  z-index: 1031;
  padding: 0 3%;
  overflow-y: auto;
  visibility: hidden;
}
#overlay-menu-items {
  padding-left: 0;
}
#overlay-menu-items li a.lg-item {
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  font-weight: 800;
  transition: all .5s ease;
}
#overlay-menu-items li a.lg-item:hover {
  color: #CC0000;
  transition: all .5s ease;
}
#nav-icon {
  width: 30px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#nav-icon .spanstyle {
  display: block;
  position: absolute;
  height: 4px;
  background: #FFF;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon #span1 {
  top: 0px;
  width: 100%;
}
#nav-icon #span2 {
  top: 8px;
  width: 100%;
  right: 0;
}
#nav-icon #span3 {
  top: 16px;
  width: 100%;
  right: 0;
}
#nav-icon2 {
  width: 20px;
  height: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 30px;
}
#nav-icon2 .spanstyle {
  display: block;
  position: absolute;
  height: 3px;
  background: #FFF;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon2 #span1 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
  width: 100%;
}
#nav-icon2 #span2 {
  width: 100%;
  opacity: 0;
}
#nav-icon2 #span3 {
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 10px;
}
#overlay-menu .container-fluid {
  max-width: 1100px;
}
#social-icons {
  width: 100%;
  background-color: rgba(0, 0, 0, .9);
  border-top: solid 3px #c6b088;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 20px;
}
#social-icons .container-fluid {
  max-width: 1100px;
}
#social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c6b088 !important;
  display: inline-block;
  text-align: center;
  color: #000 !important;
  font-size: 26px !important;
  padding: 1px 0px;
  position: relative;
  top: 0px;
  transition: all .3s ease;
}
#social-icons a:hover {
  top: -5px !important;
  transition: all .3s ease;
}
#overlay-menu .h3 {
  color: #c7b089;
  letter-spacing: 8px;
}
#overlay-menu ul li a {
  color: #FFF;
  text-decoration: none;
  transition: all .3s ease;
}
#overlay-menu ul li a.nav-link {
  padding: 5px 0px;
  font-size: 16px;
}
#overlay-menu ul li a:hover {
  color: #c7b089;
  transition: all .3s ease;
}
#overlay-menu .container-fluid {
  max-width: 980px;
}

#sales-agency .btn-primary {
  background-color: #84262f;
  border-color: #84262f;
  transition: all .3s ease;
}

#sales-agency .btn-primary:hover {
  background-color: #c7b089;
  border-color: #84262f;
  transition: all .3s ease;
  color: #000;
}

#team-btn .btn-primary {
  background-color: #84262f;
  border-color: #84262f;
  transition: all .3s ease;
}

#team-btn .btn-primary:hover {
  background-color: #c7b089;
  border-color: #84262f;
  transition: all .3s ease;
  color: #000;
}

#statebred-advantage .btn-primary {
  background-color: #c7b089;
  border-color: #c7b089;
  color: #000;
  transition: all .3s ease;
}

#statebred-advantage .btn-primary:hover {
  background-color: #84262f;
  border-color: #84262f;
  color: #FFF;
  transition: all .3s ease;
}

#team-btn .btn {
	padding: .75rem 2rem;
	  font-family: 'Spectral', serif;
	font-size: 1.25rem;
}

.team-photo {
	height: 0;
padding-top: 125.5%;
	background-size: cover;
	background-position: center center;
	background-color: #CCC;
}

.team-outer {
	position: relative;
	
}

.team-info {
position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
  max-width: 180px;
}

.team-name 	{ 
	  font-family: 'Spectral', serif;
	font-size: 1.25rem;
	letter-spacing: 3px;
	font-weight: 500;
	line-height: 23px;
}

.team-title {
font-size: 17px;
  font-weight: 700;
	
}

.team-email {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px 30px;
	background-color:  #892433;
}

.team-email a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.team-email .fa-envelope {
	color: #C29C6D;
}

#menu-payment .btn-primary {
  background-color: #84262f;
  border-color: #84262f;
  transition: all .3s ease;
}
#menu-payment .btn-primary:hover {
  background-color: #c7b089;
  border-color: #84262f;
  transition: all .3s ease;
  color: #000;
}
#overlay-logo {
  max-width: 250px;
}
#myTab.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
  width: 100%;
}
/* -------------------------------------------------------------------------- */
/* Main Content                                                               */
/* -------------------------------------------------------------------------- */

#team-bar {
	padding: 30px;
	background-color: #892433;
}

#team-bar h1 {
color: #C29C6D;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 8px;
}

#team-top .container-fluid {
	max-width: 950px;
}

a.page-numbers {
	border: solid 1px #000;
	padding: 3px 8px;
	background-color: #252323;
	color: #c7b089;
	text-decoration: none;
	text-transform: uppercase;
	display: none;
}

.pagination-news {
	width: 100%;
}

.aof-button-spacing {
  margin-bottom: 1rem !important;
}

.next {
	float: right;
}

.prev a {
	border: solid 1px #000;
  padding: 3px 8px;
  background-color: #252323;
  color: #c7b089;
  text-decoration: none;
  text-transform: uppercase;
}

.next a {
	border: solid 1px #000;
  padding: 3px 8px;
  background-color: #252323;
  color: #c7b089;
  text-decoration: none;
  text-transform: uppercase;
}

a.next.page-numbers {
display: block !important;
  width: 150px;
  text-align: center;
	float: right;
}

a.prev.page-numbers {
display: block !important;
  width: 150px;
  text-align: center;
	float: left;
}

span.page-numbers.current {
		border: solid 1px #000;
	padding: 3px 8px;
	background-color: rgba(137, 36, 51, 1);
	color: #FFF;
		box-shadow: inset 0 0 4px #000;
	display: none;
}

span.page-numbers.dots {
		border: solid 1px #000;
	padding: 3px 8px;
	background-color: #252323;
	color: #FFF;
	display: none;
}

.fullsize-video-bg {
  position: relative;
  height: auto;
  overflow: hidden;
}
.videowrapper {
  padding-bottom: 57.25%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -13px;
}
.videowrapper iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 8;
}
#img-anim-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 100vh;
  padding-top: 0;
}
#home-header {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 0;
  overflow: hidden;
}
#home-header-text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  margin-top: -30px;
  visibility: hidden;
  opacity: 0;
}
#home-header-text h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  margin-bottom: 0px;
}
#home-header-text p {
  color: #FFF;
  font-size: 1rem;
  padding: 0px 15px;
  margin-bottom: 0px;
}
#tm-bar {
  display: block;
  margin-top: 20px;
}
#tm-bar a {
  background-color: #c29c6d;
  padding: .75rem 2rem;
  text-transform: uppercase;
  color: #892433;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  transition: all .3s ease;
}
#tm-bar a:hover {
  background-color: #892433;
  color: #c29c6d;
  transition: all .3s ease;
}
.home-news-img {
  height: 0;
  padding-top: 65.5%;
  background-color: #CCC;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.home-news-img-noimg {
  height: 0;
  padding-top: 65.5%;
  background-color: #CCC;
  width: 100%;
}
.news-box {
  background-color: #252222;
  padding: 18px;
  width: 50%;
  position: absolute;
  top: -105px;
  left: 20px;
  height: 208px;
  max-height: 208px;
}
.news-box a {
  color: #FFF;
  text-decoration: none;
}
.cat-tag {
  background-color: #ddceb3;
  padding: 20px 15px 20px 0px;
}
.cat-tag span {
  font-family: 'Spectral', serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
.cat-tag {
  color: #892433;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}
.cat-tag ul.post-categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cat-tag ul.post-categories a {
  color: rgba(137, 36, 51, 1);
  text-decoration: none;
}
.cat-tag-inside {
  display: block;
  text-align: right;
}
.news-box-outer {
  position: relative;
  display: block;
  margin-top: -20px;
  padding: 20px;
  width: 100%;
  height: auto;
}
.gold-split {
  background-color: #BB9C66;
  height: 2px;
  width: 95%;
  margin-top: 30px;
  margin-bottom: 30px;
  left: -18px;
  position: relative;
}
#home-social-bar {
  background-color: #892433;
  padding: 20px 0px 10px 0px;
}
#home-social-bar a {
  color: #C29C6D;
  font-size: 3rem;
  line-height: 0px;
  transition: all .3s ease;
  position: relative;
  top: 0px;
}
#home-social-bar a:hover {
  top: -5px;
  transition: all .3s ease;
}
#home-social-bar .h2 {
  color: #C29C6D;
  font-size: 1.5rem;
}
#breeding-forms {
  background-color: #ddceb3;
}
#breeding-forms .h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 46px;
  color: rgba(137, 36, 51, 1);
  font-family: 'Lato', sans-serif;
}

#home-news .h1 {
	  font-weight: 800;
  text-transform: uppercase;
  font-size: 46px;
  color: rgba(137, 36, 51, 1);
}

#breeding-forms .row {
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}

#book-info {
  font-size: 16px;
  font-family: 'Spectral', serif;
  color: rgba(37, 34, 34, 1);
  font-weight: 600;
}
#book-info a {
  color: rgba(37, 34, 34, 1);
}
ul.booking-links li {
  margin-bottom: 1em;
}
ul.booking-links li:last-child {
  margin-bottom: .5em;
}
ul.booking-links li a {
  font-size: 26px;
  color: #000;
  text-decoration: none;
  font-family: 'Spectral', serif;
  font-weight: 400;
}
.b-r {
  border-right: solid 2px rgba(194, 156, 109, 1);
}
#about-page .row {
	  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}
#about-page h1 {
	color: #C29C6D;
	font-weight: 700;
}
#page-image-header {
  min-height: 800px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: bottom center;
}
#page-header-text {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -110px;
  text-align: center;
  z-index: 20;
}
#page-header-text h1 {
  font-size: 4rem;
}
#page-header-text .h1 {
  font-size: 4rem;
}
#page-image-header-default {
  min-height: 400px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: bottom center;
}
#page-header-text-default {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  text-align: center;
  z-index: 20;
}
#page-header-text-default h1 {
  font-size: 3rem;
}
#page-header-text-default .h1 {
  font-size: 3rem;
}
#page-header-text p {
  color: #FFF;
  font-size: 2rem;
}

#news-single.container-fluid {
	max-width: 950px;
}
.stal-info-box {
  background-color: rgba(137, 36, 51, 1);
  padding: 15px 0px;
  text-align: center;
}
.stal-info-box a {
  text-decoration: none;
}
.stal-info-box .horse-fee {
  color: rgba(194, 156, 109, 1);
  font-weight: 700;
}
#roster-horses {
  border-top: 2rem solid #892533
}
#roster-horses .container-fluid {
  max-width: 1000px;
}
.stal-info-box .h1 {
  font-size: 2rem;
}
.stal-split {
  height: 1px;
  width: 45%;
  background-color: rgba(37, 34, 34, 1);
  margin: 0 auto;
}
#roster-nav {
  background-color: rgba(137, 36, 51, 1);
  border-top: solid 1px rgba(194, 156, 109, 1);
  border-bottom: solid 1px rgba(194, 156, 109, 1);
}
#roster-nav .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgb(194, 156, 109);
  border-radius: 0px;
  box-shadow: none;
  /*  border-bottom: solid 14px transparent;*/
}
#roster-nav .nav-pills .nav-link {
  padding: 1rem 0rem;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Spectral', serif;
  font-weight: 400;
  border-bottom: solid 1px rgba(194, 156, 109, 1);
  border-radius: 0px;
  border-right: solid .5px rgba(194, 156, 109, 1);
  font-size: 15px;
}
.horse-roster-image {
  position: relative;
  transition: all .3s ease;
  left: 0px;
}
.stallion-horse:hover .horse-roster-image {
  position: relative;
  left: -30px;
  transition: all .3s ease;
}
#myTab {
  border-left: solid .5px rgba(194, 156, 109, 1);
}
.poly {
  position: relative;
  top: -3px;
}

.breeding-shed-mobile {
	display: block;
}
.breeding-shed-desktop {
	display: none;
}

.submit-mare-check {
  right: 0px !important;
  position: relative !important;
  padding-top: 0px !important;
}
button.submit-mare-btn {
  width: 100% !important;
  border-radius: 12px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 20px !important;
}
#page-blackbox {
  background-color: #000;
}
#page-blackbox .container-fluid {
  max-width: 800px;
}
#mare-info-page h2.forminator-title {
  font-size: 30px !important;
  font-family: 'Spectral', serif !important;
  margin-bottom: -20px !important;
  margin-top: 30px !important;
  font-weight: 800 !important;
}
#mare-info-page .forminator-repeater-label {
  font-weight: 800 !important;
  font-family: 'Spectral', serif !important;
  font-size: 20px !important;
  color: #000 !important;
}
/**Stallion Template Styles**/
#domestic-maiden-row {
  cursor: pointer;
}
#fb-box {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -30px;
  z-index: 1;
  font-weight: 600;
  font-family: 'Spectral', serif;
  transition: all .3s ease;
}
#fb-box a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #892433;
  padding: 15px 15px 15px 40px;
  max-width: 200px;
  display: block;
}
#fb-box a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #892433;
  padding: 15px 15px 15px 20px;
  max-width: 180px;
  display: block;
}
#right-ch {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
  display: block;
  color: rgba(194, 156, 109, 1);
}
#fb-box:hover {
  right: -50px;
  transition: all .3s ease;
}
section#horse-header {
  position: relative;
}
#stallion-name {
  position: absolute;
  bottom: 10px;
  left: 0px;
  text-align: center;
  width: 100%;
}
#stallion-name h1 {
	  font-size: 2.5rem;
  text-transform: uppercase;
	  color: rgba(137, 36, 51, 0.5);
}
#horse-header-bg {
  width: 100%;
  height: 0px;
  padding-top: 66%;
  background-size: cover;
}

#stal-description-box {
width: 100%;
height: auto;
line-height: 160%;
}

#description-main {
  background-color: rgba(187, 156, 102, 0.25);
}
#incentives-section {
  padding: 4rem 0;
  background-color: rgba(187, 156, 102, 0.25);
}

.incentives-table tr {
  border-bottom: 1px solid rgba(137, 36, 51, 1);
}
.heading-color {
  color: rgba(137, 36, 51, 1);
}
.redbar {
  width: 100%;
  height: 50px;
  background-color: rgba(137, 36, 51, 1);
  align-content: center;
  justify-content: center !important;
 
}

.redbar-button {
   color: rgba(194, 156, 109, 1) !important;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2px;
    justify-content: center !important;
    align-content: center;
   
}

#photo-box {
  width: 100%;
  min-height: 103%;
  background-color: rgba(194, 156, 109, 0.5);
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: -1;
}
.stallion-fee {
  color: rgba(137, 36, 51, 1);
  font-size: 18px;
  font-weight: 600;
}
.stallion-info {
  color: rgba(137, 36, 51, 1);
  font-size: 18px;
  font-weight: 600;
}
.stal-inf-split {
  background-color: rgba(194, 156, 109, 1);
  margin: 0 auto;
  width: 35%;
  height: 2px;
}
#horse-gallery {
  position: relative;
  bottom: -20px;
}
#horse-gallery #prev-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(137, 36, 51, 1);
  color: rgba(194, 156, 109, 1);
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -25px;
  z-index: 30;
}
#horse-gallery #next-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(137, 36, 51, 1);
  color: rgba(194, 156, 109, 1);
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -25px;
  z-index: 30;
}
#horse-register {
  border-bottom: solid 50px rgba(137, 36, 51, 1);
}
#commercial img {
  transition: all 1s ease;
}
#commercial a:hover img {
  transition: all 1s ease;
  transform: scale(1.1);
}
section#commercial {
  background-color: rgba(37, 34, 34, 1);
  border-top: solid 10px rgba(194, 156, 109, 1);
  border-bottom: solid 10px rgba(194, 156, 109, 1);
  overflow: hidden;
  position: relative;
}
#com-play {
  z-index: 1;
  text-align: center;
  top: 50%;
  margin-top: -40px;
  position: absolute;
  max-width: 80px;
  left: 50%;
  margin-left: -40px;
}
#commercial-box {
  position: relative;
}
#commercial-media .h1 {
  color: rgba(187, 156, 102, 1);
  font-weight: 700;
}
#commercial-media img {
  transition: all 1s ease;
}
#commercial-mediaa:hover img {
  transition: all 1s ease;
  transform: scale(1.1);
}
section#commercial-media {
  background-color: rgba(37, 34, 34, 1);
  overflow: hidden;
  position: relative;
}
section#race-record {
  background-color: rgba(37, 34, 34, 1);
  text-transform: uppercase;
}
section#race-record .container-fluid {
  max-width: 900px;
}
section#race-record .h1 {
  color: rgba(194, 156, 109, 1);
}
section#race-record .table > :not(caption) > * > * {
  color: #FFF;
}
section#race-record th {
  border-bottom: solid 2px rgba(194, 156, 109, 1);
}
section#race-record td {
  border: none;
}
section#stallion-news {
  position: relative;
}
section#stallion-news .redbar-news {
  width: 75%;
  height: 0px;
  padding-top: 12.5%;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -141px;
  z-index: -1;
  background-color: rgba(137, 36, 51, 1);
}
.vid-attach-vid {
  max-width: 100px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
#horse-gallery .tab-content > .tab-pane {
  display: flex !important;
  height: 0px;
  overflow: hidden;
}
#horse-gallery .tab-pane.active {
  height: auto;
}
#media-tab-box {
  background-color: rgba(187, 156, 102, 0.25);
}
#media-tab-box .container-fluid {
  max-width: 900px;
  position: relative;
}
#media-tab-box img {
  width: 100%;
}
#redbar-media {
  background-color: rgba(137, 36, 51, 1);
  width: 100%;
  padding: 18px;
  text-align: center;
  margin-top: -25px;
}
/* .redbar-media .container-fluid {
  max-with: 900px;
} */
.slide-img-lg {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 71.5%;
}
.slide-img-sm {
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-top: 62.5%;
  margin: 7px;
  cursor: pointer;
}
.slider-nav a {
  cursor: pointer;
}
#media-tab-box .h1 {
  font-weight: 700;
  position: relative;
  left: 0px;
}
span.gold-line {
  width: 25%;
  height: 2px;
  background-color: rgba(194, 156, 109, 1);
  display: inline-block;
  position: relative;
  top: -11px;
}
.gold-line-under {
  width: 15%;
  height: 2px;
  background-color: rgba(194, 156, 109, 1);
  margin: 0 auto;
}
#media-tab-box #prev-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(137, 36, 51, 1);
  color: rgba(194, 156, 109, 1);
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -25px;
  z-index: 30;
}
#media-tab-box #next-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(137, 36, 51, 1);
  color: rgba(194, 156, 109, 1);
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -25px;
  z-index: 30;
}
section#print-ad-gallery {
  position: relative;
}
section#print-ad-gallery a:hover img {
  transition: all 1s ease;
  transform: scale(1.1);
}
section#print-ad-gallery img {
  transition: all 1s ease;
}
.progeny-gallery h3 {
  color: #892533;
  text-transform: uppercase;
  font-size: 64px;
  font-family: 'Spectral', serif;
  font-weight: bold;
  text-align: center;
  margin: 3rem 0 2rem 0;
}
section#progeny-gallery {
  position: relative;
}
section#progeny-gallery a:hover img {
  transition: all 1s ease;
  transform: scale(1.1);
}
section#progeny-gallery img {
  transition: all 1s ease;
}
section#progeny-gallery img {
  max-height: 200px;
}
section#progeny-gallery .h1 {
  font-weight: 700;
}
#view-all-print a {
  font-size: 30px;
  color: #FFF;
  font-family: 'Spectral', serif;
}
.print-red-bar {
  background-color: rgba(137, 36, 51, 1);
  min-height: 600px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  z-index: -1;
}
section#print-ad-gallery img {
  max-height: 450px;
}
section#print-ad-gallery .h1 {
  font-weight: 700;
}
span.enlarge {
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  top: -5px;
}
section#pedigree-top-buttons {
  background-color: rgba(194, 156, 109, 0.5);
}
.ped-btn .line-top {
  background-color: #a66050;
  width: 55%;
  height: 2px;
  margin: 0 auto;
}
.ped-btn .line-bottom {
  background-color: #a66050;
  width: 55%;
  height: 2px;
  margin: 0 auto;
}
.ped-btn a {
  color: #614e36;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin: 30px;
  font-weight: 400;
}
section#pedigree-gen {
  background-color: rgba(37, 34, 34, 1);
}
section#pedigree-gen table {
  margin: 0;
}
section#pedigree-gen td {
  border: solid .5px rgba(194, 156, 109, 1);
  color: #FFF;
  vertical-align: middle;
}
section#pedigree-gen td a {
  color: #FFF;
}
#mating-rec .h1 {
  color: rgba(137, 36, 51, 1);
  font-weight: 700;
}
#race-record-tab .table > :not(:first-child) {
  border-top: 2px solid rgba(137, 36, 51, 1);
}
#rr-title {
  display: flex;
  align-items: flex-end; /*Aligns vertically center */
}
#racerecord .h1 {
  font-weight: 700;
  color: rgba(137, 36, 51, 0.5);
  font-size: 4rem;
  line-height: 70px;
  width: 100%;
  position: relative;
	top: -30px;
}
#p-record {
  background-color: rgba(137, 36, 51, 1);
  color: #FFF;
  padding: 20px;
}
.dark-gray {
  background-color: #252222;
}
/**Stallion Template Styles End **/


.form-table {
	padding-left: 0px !important;
}

.domestic-maiden-choice {
flex: .18 !important;
  position: relative !important;
padding-right: 0px !important;
	padding-left: 0px !important;
	border-left: solid 1px #dee2e6 !important;
	border-top: solid 1px #dee2e6 !important;
border-bottom: solid 1px #dee2e6 !important;
}

.domestic-maiden-choice h4 {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #000 !important;
	border-bottom: solid 2px #000 !important;
padding: 8px 8px 12px 8px !important;
	
}

  .et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-col:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid="open"] .forminator-col:not(:last-child) {
    margin-bottom: 16px !important;
}


.domestic-maiden-choice label {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.domestic-maiden-choice label:nth-child(2) {
  padding-top: 14px !important;
  margin-top: 0px !important;
  padding-bottom: 20px;
}

.domestic-maiden-choice label:nth-child(3) {
  border-top: solid 1px #dee2e6 !important;
  padding-top: 10px !important;
  margin-top: -10px !important;
  padding-bottom: 24px !important;
}

.domestic-maiden-choice label:nth-child(4) {
  margin-top: -10px !important;
  padding-top: 10px !important;
  border-top: solid 1px #dee2e6 !important;
  padding-bottom: 24px !important;
}

.domestic-maiden-choice label:nth-child(5) {
	margin-top: -10px !important;
	border-top: solid 1px #dee2e6 !important;
	padding-top: 10px !important;
}

.domestic-maiden-choice label:nth-child(6) {
  margin-top: 106px !important;
  border-top: solid 1px #dee2e6 !important;
  padding-top: 10px !important;
  margin-bottom: 130px !important;
}

.domestic-maiden-choice label:nth-child(7) {
	margin-top: 106px !important;
	padding-top: 10px !important;
	border-top: solid 1px #dee2e6 !important;
}


#footer {
  background-color: #252323;
  min-height: 450px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#footer-address {
  color: #FFF;
  margin-top: -40px;
}
#footer-copy {
  color: #C29C6D;
  font-size: 12px;
}
#footer .h3 {
  color: #c7b089;
  letter-spacing: 6px;
}
ul#footer-stallion-list li a {
  color: #FFF;
  text-decoration: none;
  transition: all .3s ease;
  letter-spacing: 2px;
}
ul#footer-stallion-list li a:hover {
  color: #C29C6D;
  transition: all .3s ease;
}
.footer-bottom {
  font-size: 12px;
}
.footer-bottom a {
  color: #C29C6D;
  text-decoration: none;
}
#footer-form .forminator-edit-module {
  position: relative;
  top: -60px;
}
#footer-form input {
  background-color: transparent;
  border-bottom: solid 1px #C29C6D;
  border-right: none;
  border-left: none;
  border-top: none;
  width: 100%;
  color: #C29C6D;
  text-transform: uppercase;
  font-family: 'Spectral', serif;
  font-weight: 400;
}
#footer-form .forminator-button {
  box-shadow: inset 0 0 10px #000;
  background-color: transparent;
  border: none;
  padding: 10px 40px;
  color: #C29C6D;
  text-transform: uppercase;
  font-family: 'Spectral', serif;
  font-weight: 400;
  top: -46px;
  position: relative;
}
#footer-form .forminator-error-message {
  color: #FFF;
}
#footer-form textarea {
  background-color: transparent;
  border-bottom: solid 1px #C29C6D;
  border-right: none;
  border-left: none;
  border-top: none;
  width: 100%;
  color: #C29C6D;
  text-transform: uppercase;
  font-family: 'Spectral', serif;
  font-weight: 400;
}
img#news-desk {
  display: none;
}
img#news-mob {
  display: block;
}
.shed-heading {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
#breeding-form-table {
  display: none;
}
.table-layout .forminator-field .forminator-checkbox-inline {
  display: block !important;
}
.table-layout .forminator-field .forminator-checkbox-inline span.forminator-checkbox-box {
  display: inline-block !important;
}
.table-layout .forminator-field .forminator-checkbox-inline span.forminator-checkbox-label {
  display: inline !important;
}

#commercial-media .nav-tabs {
  border-bottom: 0;
}

#commercial-media .nav-link {
  background-color: transparent;
  color: #bb9d67;
  font-family: 'Spectral', serif;
  font-size: 20px;
  border: 0;
}

#commercial-media .nav-link.active {
  color: #FFF !important;
}

/* -------------------------------------------------------------------------- */
/* 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) {
	
	.breeding-shed-mobile {
	display: none;
}
.breeding-shed-desktop {
	display: block;
}
	
  img#news-desk {
    display: block;
  }
  img#news-mob {
    display: none;
  }
  span.enlarge {
    font-size: 1.5rem;
  }
  #roster-nav .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgba(137, 36, 51, 1);
    border-radius: 0px;
    box-shadow: inset 0 0 10px #000;
    /*  border-bottom: solid 14px transparent;*/
  }
  #roster-nav .nav-pills .nav-link {
    border-bottom: solid 14px rgba(194, 156, 109, 1);
  }
  #myTab.nav-fill .nav-item, .nav-fill > .nav-link {
    width: auto;
  }
  #overlay-menu ul li a.nav-link {
    padding: .5rem 1rem;
    font-size: 18px;
  }
  #page-header-text-default h1 {
    font-size: 4rem;
  }
  #page-header-text-default .h1 {
    font-size: 4rem;
  }
  #home-social-bar a {
    font-size: 4rem;
  }
  #home-social-bar .h2 {
    color: #C29C6D;
    font-size: 3.25rem;
  }
  #right-ch {
    position: absolute;
    right: 130px;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    display: block;
    color: rgba(194, 156, 109, 1);
  }
  #fb-box a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #892433;
    padding: 15px 85px 15px 40px;
    max-width: 300px;
    display: block;
  }
  #fb-box {
    position: absolute;
    right: -70px;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    font-weight: 600;
    font-family: 'Spectral', serif;
    transition: all .3s ease;
  }
  #stallion-name {
    bottom: -20px;
  }
  ul.booking-links li {
    margin-bottom: 3em;
  }
  #book-info {
    font-size: 24px;
  }
  #footer-form .forminator-button {
    top: -56px;
  }
  body {
    margin-bottom: 673px;
  }
	.hp-out {
		position: relative;
	}
	
  #com-play {
    z-index: 1;
    text-align: center;
    top: 50%;
    margin-top: -100px;
    position: absolute;
    max-width: 200px;
    left: 50%;
    margin-left: -100px;
  }

  .walking-play {
    z-index: 1;
    text-align: center;
    top: 50%;
    margin-top: -100px;
    position: absolute;
    max-width: 200px;
    left: 50%;
    margin-left: -100px;
  }

  #media-tab-box .h1 {
    left: -80px;
  }
  #stallion-name {
bottom: -20px;
    text-align: right;
  }
	
	  #stallion-name h1 {
    font-size: 4.5rem;
  }
  ul#menu-sales-menu {
    column-count: auto;
    column-gap: 0;
    display: flex;
  }
  ul#menu-main-menu {
    column-count: auto;
    column-gap: 0;
    display: flex;
  }
  ul#overlay-stallion-list {
    column-count: auto;
    column-gap: 0;
    display: block;
  }
  #social-icons {
    position: absolute;
  }
  #tm-bar {
    margin-top: 40px;
  }
  #tm-bar a {
    padding: 1rem 7rem;
    font-size: 20px;
  }
  #home-header-text {
    margin-top: -130px;
  }
  #home-header-text h1 {
    font-size: 6rem;
  }
  #home-header-text p {
    color: #FFF;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding: 0px;
  }
  .fullsize-video-bg {
    height: 100vh;
  }
  #home-header {
    height: 100vh;
  }
  #breeding-forms .h1 {
    font-size: 96px;
  }
  .submit-mare-check {
    right: -150px !important;
    position: relative !important;
    padding-top: 40px !important;
  }
  #roster-nav .nav-pills .nav-link {
    padding: 1.5rem 1rem;
    font-size: 25px;
  }
  #horse-header-bg {
    padding-top: 47.5%;
  }
  #horse-gallery #prev-arrow {
    left: -25px;
  }
  #horse-gallery #next-arrow {
    right: -25px;
  }
  #media-tab-box #prev-arrow {
    left: -25px;
  }
  #media-tab-box #next-arrow {
    right: -25px;
  }
	
		
	.domestic-maiden-choice label {
	padding-left: 10px !important;
	padding-right: 10px !important;
		padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(2) {
	padding-top: 14px !important;
	margin-top: 0px !important;
	padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(3) {
	border-top: solid 1px #dee2e6 !important;
	padding-top: 10px !important;
	margin-top: -10px !important;
	padding-bottom: 4px !important;
}

.domestic-maiden-choice label:nth-child(4) {
	margin-top: -10px !important;
	padding-top: 10px !important;
	border-top: solid 1px #dee2e6 !important;
	padding-bottom: 4px !important;
}

.domestic-maiden-choice label:nth-child(5) {
	margin-top: -10px !important;
	border-top: solid 1px #dee2e6 !important;
	padding-top: 10px !important;
	padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(6) {
margin-top: 86px !important;
  border-top: solid 1px #dee2e6 !important;
  padding-top: 10px !important;
	padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(7) {
	margin-top: -20px !important;
	padding-top: 10px !important;
	border-top: solid 1px #dee2e6 !important;
}
	.domestic-maiden-choice {
  flex: 0.19 !important;
	}

  #breeding-form-table {
    margin-bottom: 0;
    display: table;
  }
  #breeding-form-table th {
    width: 20%;
    border-bottom: 2px solid #000;
  }
  .table-layout {
    margin-top: -30px;
  }
  .table-layout .forminator-field {
    padding: 0px !important;
    display: table !important;
    width: 100% !important;
    border-bottom: 1px solid #999 !important;
    border-left: 1px solid #999 !important;
    border-right: 1px solid #999 !important;
  }
  .table-layout .forminator-field h4 {
    display: none !important;
  }
  .table-layout .forminator-field .forminator-checkbox-inline {
    margin: 0 !important;
    padding: 5px 5px 5px 15px !important;
    display: table-cell !important;
    width: 20% !important;
    border-right: 1px solid #999 !important;
  }
  .table-layout .forminator-field .forminator-checkbox-inline:last-of-type {
    border-right: 0 !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .aof-button-spacing {
    margin-bottom: 3rem !important;
  }
}
/**iPad media query**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	  .domestic-maiden-choice label:nth-child(2) {
    padding-top: 5px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
  }
	 .domestic-maiden-choice label:nth-child(3) {
    border-top: solid 1px #dee2e6 !important;
    padding-top: 1px !important;
    margin-top: -10px !important;
    padding-bottom: 4px !important;
  }
  .domestic-maiden-choice label:nth-child(4) {
    margin-top: -10px !important;
    padding-top: 1px !important;
    border-top: solid 1px #dee2e6 !important;
    padding-bottom: 4px !important;
  }
  .domestic-maiden-choice label:nth-child(6) {
    margin-top: 64px !important;
    border-top: solid 1px #dee2e6 !important;
    padding-top: 10px !important;
    padding-bottom: 0px !important;
  }
	  .domestic-maiden-choice label:nth-child(7) {
    margin-top: -47px !important;
    padding-top: 10px !important;
    border-top: solid 1px #dee2e6 !important;
  }
		.domestic-maiden-choice label {
  font-size: 13px !important;
}
	
	#breeding-form-table {
		font-size: 13px;
	}
	
	.domestic-maiden-choice h4 {
  padding: 8px 8px 7px 8px !important;
  font-size: 13px !important;
}
	
  section#stallion-news .redbar-news {
  width: 75%;
  height: 0px;
  padding-top: 22.5%;
  position: absolute;
  right: 0px;
  top: 55%;
  margin-top: -141px;
  z-index: -1;
  background-color: rgba(137, 36, 51, 1);
}
	  img#news-desk {
    display: none;
  }
	  img#news-mob {
    display: block;
  }
	#roster-nav .nav-pills .nav-link {
    padding: 1rem 1rem;
    font-size: 20px;
  }
  #fb-box {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    font-weight: 600;
    font-family: 'Spectral', serif;
    transition: all .3s ease;
  }
  #right-ch {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    display: block;
    color: rgba(194, 156, 109, 1);
  }
  #fb-box a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #892433;
    padding: 15px 15px 15px 20px;
    max-width: 180px;
    display: block;
  }
  #stallion-name h1 {
    font-size: 4.5rem;
  }
  #media-tab-box .container-fluid {
    max-width: 720px;
    position: relative;
  }
  .stal-split {
    height: 2px;
  }
  #home-header-text p {
    font-size: 1.5rem;
  }
  ul.booking-links li a {
    font-size: 25px;
  }
  #book-info {
    font-size: 20px;
  }
  #breeding-forms .h1 {
    font-size: 66px;
  }
  body {
    margin-bottom: 1003px;
}
#home-header {
  height: auto;
}
.fullsize-video-bg {
  height: auto;
}
  #home-header-text {
margin-top: -90px;
  }
	#rr-title {
		margin-top: 50px;
	}
ul#menu-main-menu {
  column-count: 2;
  column-gap: 40px;
  display: block;
}
ul#menu-sales-menu {
  column-count: 2;
  column-gap: 40px;
  display: block;
}
ul#overlay-stallion-list {
  column-count: 2;
  column-gap: 40px;
  display: block;
}
ul#overlay-stallion-list li a {
  padding: .5rem 1rem;
  font-size: 18px;
}
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	  #home-header-text {
    margin-top: -100px;
  }
#stallion-name h1 {
    font-size: 7.5rem;
  }
	
	.domestic-maiden-choice label {
	padding-left: 10px !important;
	padding-right: 10px !important;
		padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(2) {
	padding-top: 10px !important;
	margin-top: 0px !important;
	padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(3) {
	border-top: solid 1px #dee2e6 !important;
	padding-top: 10px !important;
	margin-top: -10px !important;
	padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(4) {
	margin-top: -10px !important;
	padding-top: 10px !important;
	border-top: solid 1px #dee2e6 !important;
	padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(5) {
	margin-top: -10px !important;
	border-top: solid 1px #dee2e6 !important;
	padding-top: 10px !important;
	padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(6) {
margin-top: 106px !important;
  border-top: solid 1px #dee2e6 !important;
  padding-top: 10px !important;
	padding-bottom: 0px !important;
}

.domestic-maiden-choice label:nth-child(7) {
	margin-top: -24px !important;
	padding-top: 10px !important;
	border-top: solid 1px #dee2e6 !important;
}
		.domestic-maiden-choice {
    flex: .19 !important;
  }
  .forminator-row .mare-info .forminator-field-checkbox {
    flex: 1 !important;
  }
}
@media (min-width: 1700px) {
	
		  #home-header-text {
    margin-top: -130px;
  }
		  #stallion-name h1 {
    font-size: 8.5rem;
  }
	
	.domestic-maiden-choice {
flex: .25 !important;
}
	
}