@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
Fonts: font-family: 'Teko', sans-serif;
font-family: 'Heebo', sans-serif;
Colors: red: 8e032a
yellow: fed298
Gray: 999999
*/
/* -------------------------------------------------------------------------- */
/* Redefined HTML                                                             */
/* -------------------------------------------------------------------------- */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
    display: block;
}

.page .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        background-color: #8e032a !important;
}
.product_meta {
	display: none !important;
}

.woocommerce-product-gallery {
	display: none !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #8e032a !important;
}

body {
  font-family: 'Heebo', sans-serif;
  background-color: #ebebeb;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

h1, h2, h3, h4, h5 {
  font-family: 'Teko', sans-serif;
  font-weight: 700;
  width: 100%;
}

.btn-primary:hover {
    background-color: #fed298;
    color: #8e032a
}
.alignleft {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}

.alignright {
    float: right;
    padding-left: 20px;
    padding-bottom: 10px;
}

.wp-caption-text {
    color: #8e032a;
    font-size: 12px;
    font-weight: bold;
    padding-top: 10px;
}
.article-date {
    padding-bottom: 15px;
}

h1.article-title {
    color: #8e032a;
}

.article-page blockquote {
padding-left: 20px;
    padding-right: 20px;
    margin-left: 20px;
    border-left: solid 3px #8e032a;
    max-width: 550px;
    float: right;
}

.web-banner-text p {
    margin-bottom: 0px;
}

#horsephoto img {
    max-width: 250px;
    height: auto;
}

label.super-item {
    min-height: 80px !important;
}

.super-shortcode.expand-col-form {
    margin-bottom: 20px !important;
}

.horsehosting-table .table td, .table th {
    vertical-align: middle;
}

.super-html-content {
    color: #000 !important;
}

.post-password-form {
    background-color: #FFF;
    padding: 30px;
    text-align: center;
    border: solid 2px #8e032a;
box-shadow: 0px 1px 20px 2px #DDD;
}

.post-password-form input#pwbox-640 {
    background-color: #FFF;
    border: solid 1px #CCC;
    color: #000;
}

.post-password-form input {
 background-color: #8e032a;
    color: #FFF;
    border: none;
}

.post-password-form p {

}

/* -------------------------------------------------------------------------- */
/* Menu                                                                       */
/* -------------------------------------------------------------------------- */
ul#menu-preferred-equine-menu-1 {
  max-width: 1200px;
  margin: 0 auto;
}

#header-sticky2 {
  position: absolute;
  top: -103px;
  left: 0px;
  width: 100%;
  z-index: 2000;
}

#header-sticky {
  z-index: 2000 !important;
}

div.sticky-wrapper.is-sticky #header-sticky2 {
  top: 0px;
  transition-duration: 0.5s;
  z-index: 2000 !important;
}

#navbar2 #top-nav-sticky {
  display: block;
}

#navbar2 ul.sticky {
  display: flex;
}

.navbar-toggler-right {
  margin-right: 20px;
}

#header a.navbar-brand {
  /*max-width: 225px;*/
  box-shadow: 6px -7px 12px #790324;
  margin-right: 0em;
}

#bs4navbar {
  width: 100%;
}

#top-menu {
  box-shadow: 0px 0px 12px 3px #790324;
}

#header .nav-link {
  padding: .5rem .5rem;
  font-size: 14px;
}

#header ul#menu-preferred-equine-menu-top {
  padding-right: 0px;
}

#header .navbar {
  padding: 0 0rem;
}

#header ul#menu-preferred-equine-menu .nav-link {
  padding: .5rem 0rem;
}

#header ul#menu-preferred-equine-menu li {
  padding: 0rem .5rem;
  font-size: 14px;
}

#header ul#menu-preferred-equine-menu-1 li {
  padding: 0rem .5rem;
  font-size: 14px;
}

#header ul#menu-preferred-equine-menu-1 .nav-link {
  padding: .5rem 0rem;
}

#header a {
  /*color: #FFF;*/
}

.top-menu-inside a {
    color: #FFF;
}

#header .navbar-light .navbar-nav .nav-link {
    color: #FFF;
}

#header li.active a {
  border-bottom: solid 5px #fed298;
  font-weight: 700;
  border-radius: 0px;
}

#header li a {
  border-bottom: solid 5px transparent;
  border-radius: 0px;
  border-top: solid 5px transparent;
}

#header li a:hover {
  color: #fed298;
  transition: all 0.3s ease;
  border-bottom: solid 5px #fed298;
  border-radius: 0px;
}


.dropdown-menu a.dropdown-item {
  border-bottom: none !important;
  border-radius: 0px !important;
  border-top: none !important;
    color: #8e032a;
}

.dropdown-menu a {
        color: #8e032a;
}


.dropdown-menu a.dropdown-item.active {
    color: #FFF !important;
}

.dropdown-menu a.dropdown-item:hover {
  color: #FFF !important;
  background-color: #8e032a !important;
  transition: all 0.3s ease !important;
  border-bottom: none !important;
  border-radius: 0px !important;
}


#header #top-menu {
  width: 100%;
}

ul#menu-preferred-equine-menu {
  max-width: 1200px;
  margin: 0 auto;
}

ul#menu-preferred-equine-stallion-menu {
    max-width: 1200px;
  margin: 0 auto;
}

ul#menu-preferred-equine-stallion-menu-1 {
        max-width: 1200px;
  margin: 0 auto;
}

#header ul#menu-preferred-equine-menu-top .nav-link {
  padding: .75rem 0rem;
}

#header ul#menu-preferred-equine-menu-top li {
  padding: 0rem 1rem;
}

/*ul#menu-preferred-equine-menu-top {
    max-width: 1200px;
    margin: 0 auto;
}*/
ul#social-nav {
  position: relative;
  left: auto;
}

ul#social-nav .fa {
  font-size: 25px;
}

ul#social-nav .fab {
  font-size: 25px;
}

ul#social-nav li.nav-item {}

ul#social-nav li a:hover {
  border-bottom: solid 5px transparent;
  border-radius: 0px;
}

.top-menu-inside {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.submove {
    padding-left: 50px;
}

a.drop-header {
    text-transform: uppercase;
    color: #333 !important;
    font-weight: 800;
}


.navbar-brand.logo2 {
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  left: 0;
}

.navbar-brand.logo-scroll {
  padding: .25rem 2rem;
}

.navbar-brand.logo-scroll img {
  max-width: 65px;
}

#logobox {
  position: relative;
}

.navbar-brand.logo1 {
  padding: 1rem 0.5rem;
}

.navbar-brand.logo2 {
  padding: .5rem 1.5rem;
}

.navbar-brand.logo2 img {
  max-width: 65px;
}

.navbar-brand.logo1 {
  opacity: 1;
  transition-duration: 0.5s;
}

div.sticky-wrapper.is-sticky .navbar-brand.logo2 {
  opacity: 1;
}

div.sticky-wrapper.is-sticky .navbar-brand.logo1 {
  opacity: 0;
  transition-duration: 0.5s;
  display: none;
}

#top-menu {
  opacity: 1;
  display: block;
}

div.sticky-wrapper.is-sticky #top-menu {
  opacity: 1;
  position: relative;
  z-index: 1;
}

div.sticky-wrapper.is-sticky .navbar-brand.logo2 {
  position: relative;
  top: 0;
  transition-duration: 0.5s;
  left: 0;
}

#header div.sticky-wrapper.is-sticky ul#menu-preferred-equine-menu .nav-link {
  padding: 1.25rem 0rem;
}

#trackit-peds {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    /*min-height: 475px;*/
    padding: 30px 20px 20px 20px;
    min-height: 100%;
    box-shadow: 0px 2px 22px -14px #333;
}

#trackit-peds a {
    color: #8e032a;
}

#trackit-peds a:hover {
 border-bottom: solid 5px transparent !important;
    color: #8e032a !important;
}

#trackit-peds li {
    padding: 3px 0px !important;
}



#sales-menu {
    width: 1150px;
    max-width: 100%;
    min-height: 450px;
    background-color: #e5e5e5;
    position: fixed;
    z-index: 5000;
    left: 0px;
    margin-left: 0px;
    padding: 30px 20px 20px 20px;
    max-height: 100%;
    overflow-y: scroll;
    box-shadow: 0px 2px 22px -14px #333;
}

#sales-menu h4 {
    font-size: 1.25em;
}

#sales-menu h1 {
    font-size: 1.5em;
}

#header #sales-menu.hide.show {
    top: 0px;
    transition-duration: 0.5s;
}

#header #sales-menu.hide {
    transition-duration: 0.5s;
    top: -3000px;
}

#header.scrolled #sales-menu.hide.show {
    top: 79px;
    transition-duration: 0.5s;
}

#sales-menu-close {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: -3px;
    font-size: 30px;
    color: #8e032a;
}

#sales-menu-close:hover {
cursor: pointer;
}

#sales-menu li a {
    border-bottom: none;
    color: #8e032a;
}

#sales-menu li a:hover {
    border-bottom: none;
    color: #8e032a;
}

.sales-outer-white {
    background-color: #FFF;
    box-shadow: 0px 2px 22px -14px #333;
    padding: 20px;
}

h4.sale-title a {
    color: #606060 !important;
}

.more-row {
    background-color: #FFF;
    box-shadow: 0px 2px 22px -14px #333;
    padding: 20px;
}

.sale-menu-col {
    border-left: solid 2px #fed298;
    padding-left: 20px;
    margin-left: 20px;
}

.sale-menu-col a#up-sale-menu {
     color: #8e032a !important;
}

#more-menu-img {
    display: none;
}

ul.dropdown-menu li > ul.dropdown-menu{
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block
}

.galleria-info-text {
    display: block !important;
}

.galleria-info {
    width: 100% !important;
    left: 10px !important;
}

.galleria-info-text {
    background-color: #8e032a;
    border-color: #8e032a;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    padding: 7px 10px 0px 10px;
    float: left;
    width: 98.4% !important;
    text-transform: uppercase;
    text-align: center;
}

.galleria-info-title {
    color: #FFF !important;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
}

.galleria-info-link {
    display: none !important;
}

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

#sale-slider {
    margin-top: 75px;
}
#testimonial-list {
   /* max-width: 1300px;*/
    margin: 0 auto;
}

#testimonial-list .fa-quote-left {
    font-size: 30px;
    color: #8e032a;
    margin-right: 10px;
}

#testimonial-list p{
    display: inline;
    line-height: 28px;
}

#testimonial-list h5 {

}

.single-sale .container-fluid {
    max-width: 1300px;
}
#sales-menu-page {

}

#sales-menu-page .card {
        box-shadow: 0px 1px 20px 2px #DDD;
}

#sales-menu-page h5 {
    font-size: 1.02rem
}

#sale-body {
    font-size: 20px;
}

.logo-gallery img {
    height: auto;
    margin: 0 auto;
    max-height: 175px;
    padding: 10px;
}

.logo-gallery {
    margin-top: 70px;
}

.logo-gallery .slick-slide {
    min-height: 250px;
    margin: 20px;
    background-color: #FFF;
    box-shadow: 0px 1px 20px 2px #DDD;
background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.logo-gallery .slick-dots {
bottom: -70px;
}


.logo-gallery a {
    display: block;
    width: 100%;
    min-height: 225px;
}

#stall-logo {
    width: 100%;
    text-align: center;
}


#stall-logo img {
    max-width: 100%;
    margin: auto;
}

.photo-gallery {
    min-height: 350px;
    max-width: 1200px;
    margin: 0 auto;
}


.horsehosting-table thead tr {
    background-color: #8e032a;
    color: #FFF;
}

#horsepage .container-fluid {
    max-width: 1170px;
}

#horse-main-photo img {
    max-width: 100%;
    height: auto;
        box-shadow: 0px 1px 20px 2px #DDD;
}

#info-box {

}

td.hs {
    text-transform: capitalize;
}

td.hname {
    text-transform: uppercase;
    color: #8e032a;
    font-weight: 800;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
}

#default-bg {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    padding-top: 51.5%;
    margin-top: -69px;
    margin-bottom: 100px;
    background-position: center center;
}

    .default-page-title {
        position: absolute;
        top: 50%;
        text-align: center;
        width: 100%;
        margin-top: -20px;
    }
.sales-section {
  z-index: 2;
   padding-top: 100px;
}
.sales-entries .slick-slide {
	/*margin: 0px 15px 0px 0px;*/
    padding: 10px;
}

.sales-info {
    margin: 0px 10px;
}

.sales-info p {
    font-size: 13px;
}

.sales-info-outer {
    background-color: #FFF;
        box-shadow: 0px 1px 10px 2px #DDD;
    padding-top: 10px;
    position: relative;
    min-height: 350px;
}

#sale-info .card:hover {
        box-shadow: 0px 1px 10px 2px #CCC;
}

.sales-title {
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
    margin-top: 20px;
}
.sales-deadline {
    margin: 9px;
    padding-top: 15px;
    position: relative;
}

.sales-deadline p {
    line-height: 18px;
    font-size: 13px;
}

#zero {
    font-size: 80px;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    color: #999999;
    position: absolute;
    left: 40%;
    z-index: 50000;
    top: 21px;
}

ul.slick-dots {

}

.slide-numbers {
    position: relative;
    display: none;
}
.slide-numbers ul {
    list-style-type: none;
}

.slide-numbers ul li {
    position: absolute;
    background-color: #ebebeb;
    padding: 20px;
    left: 46%;
}

.slide-numbers li.slick-active {
    z-index: 4000;
}

.slide-numbers ul li button {
    border: none;
    background-color: transparent;
    font-size: 80px;
      font-family: 'Teko', sans-serif;
  font-weight: 700;
    color: #999999;
}

#sale-title-box {
        position: absolute;
    bottom: -172px;
    border-top: solid 1px #fed298;
    min-width: 246px;
    text-align: right;
    z-index: 5000;
    padding-top: 26px;
    text-transform: uppercase;
    font-weight: 100;
}

#leftrightarrows {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

a.right {
    display: inline-block;
}

a.left {
    display: inline-block;
    margin-bottom: 0px;
}

.sales-deadline:after {
  content:"";
  background: #fed298;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 50%;
}
.sales-learn-more {
    padding: 10px 15px;
    color: #FFF;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #8e032a;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.sales-info-outer:hover .sales-learn-more {
	background-color: #fed298;
    color: #8e032a;
    transition-duration: 0.3s;
}

.sales-entries .slick-current .sales-learn-more {
	background-color: #fed298;
    color: #8e032a;
    transition-duration: 0.3s;
}

.sales-deadline-day {
	font-size: 18px;
	color: #8e032a;
}
#home-header {
  margin-top: -150px;
  position: relative;
}

#home-header-contents {
  position: absolute;
  z-index: 1;
width: 100%;
  text-align: center;
  top: 10%;
}

#header-headline {
    position: absolute;
    z-index: 2;
    top: 60%;
    max-width: 450px;
    left: 0px;
    margin-left: 0px;
    letter-spacing: 2px;
    font-size: 17px;
    color: #000;
    padding-top: 30px;
    border-top: solid 2px #fed298;
}

#default-header {
  height: 0;
  position: relative;
  padding-top: 40%;
  width: 100%;
  top: -95px;
}

#header-logo {
  margin-left: -40px;
}

#default-header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 700px;
  margin-top: -185px;
  margin-left: -350px;
}

#default-header-about {
    height: 0;
    position: relative;
    padding-top: 90%;
    width: 100%;
    top: -110px;
}

#default-header-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 700px;
  margin-top: -185px;
  margin-left: -350px;
}

#default-header-about2 {
    height: 0;
    position: relative;
    padding-top: 90%;
    width: 100%;
    top: -110px;
}

h1.default-page-title {
    font-size: 30px;
}


#default-header-content-about {
    position: absolute;
    top: auto;
    left: auto;
    max-width: 100%;
    margin-top: -250px;
    margin-left: 0px;
    color: #FFF;
    text-shadow: 1px 1px 33px #000;
}

#default-header-content-about2 {
    position: absolute;
    top: auto;
    left: auto;
    max-width: 100%;
    margin-top: -250px;
    margin-left: 0px;
    color: #FFF;
}

    .about-bg-about {
background-position: center center;
    background-size: cover;
    width: 100%;
  /*  height: 0;
    padding-top: 80%;*/
    }


#home-about-bg {
  height: 0;
  padding-top: 67%;
  background-repeat: no-repeat;
  background-size: contain;
}

#about-home-pos {
  position: relative;
  margin-top: 50px;
  z-index: 2;
  right: auto;
}

.about-section {
  margin-top: 100px;
}

#home-services-bg {
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

#services-home-pos {
  padding: 10px;
  margin-top: 80px;
}

.services-section-outer {
  position: relative;
}

#services-white-block {
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF;
  min-height: 100%;
}

.service-img {
        background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 80%;
}

.archive-post img {
    max-height: 500px;
    height: auto;
    width: auto;
    padding: 10px;
}

.about-home-outer {
  width: 100%;
  background-color: #FFF;
}

h1#header-title {
  font-size: 150px;
  font-weight: 700;
  line-height: 130px;
}

h1#header-title-about {
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}

h1#header-title-about2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}


#header-text {
  font-size: 20px;
}

#mid-content {
    position: relative;
    right: auto;
    z-index: 20;
    top: auto;
    padding: 25px;
}

#mid-content-outer {
  /*  position: absolute;
    top: 0;
    left: 0;*/
}

#about-about-outer {
width: 100%;
    background-color: #FFF;
    margin-top: -95px;
  /*  height: 0;
    padding-top: 30%;
    position: relative;*/
}

#team-section {
  margin-top: 100px;
}

.redbox {
  min-height: 30px;
  background-color: #8e032a;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.menu-hover {
  background-color: #FFF;
  min-height: 200px;
  position: relative;
  font-weight: 700;
  box-shadow: 0px 1px 20px 2px #DDD;
    margin-bottom: 30px;
}

.menu-hover a {
  display: block;
  width: 100%;
}

.menu-hover:hover .redbox {
  min-height: 100%;
  transition-duration: 0.5s;
}

.menu-hover:hover .hovertext {
  color: #FFF;
  transition-duration: 0.5s;
}

.hovertext {
  z-index: 20;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}

#team-blocks h5 {
  display: inline-block;
  font-weight: 700;
  font-family: 'Heebo', sans-serif;
}

#team-blocks .card {
  margin-bottom: 50px;
  box-shadow: 0px 1px 20px 2px #DDD;
    min-height: 145px;
}

#stallion-blocks h5 {
  display: inline-block;
  font-weight: 700;
  font-family: 'Heebo', sans-serif;
}

#stallion-blocks .card {
  margin-bottom: 50px;
  box-shadow: 0px 1px 20px 2px #DDD;
    min-height: 380px;
}

.stallion-photo {
background-position: center center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 80%;
    margin-bottom: 20px;
}

#graybg {
  max-width: 500px;
  position: absolute;
  left: 0;
  min-height: 1200px;
  background-color: #ebebeb;
}

#memory-section {
  margin-top: 100px;
}

.lg-font {
  font-size: 50px;
}

#memory-section {
  margin-bottom: 80px;
}

#memory-section span#top {
  position: relative;
  bottom: -15px;
}

#memory-section span#bottom {
  position: relative;
  top: -30px;
}

#services-list .card-body p {
    margin: 0;
}

#services-list .card {
    min-height: 450px;
}


#services-list-tb .card-body p {
    margin: 0;
}

#services-list-tb .card {
    min-height: auto;
}

.video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

.video-box-playlist {
  margin-bottom: 10px;
}

.video-box a.activevid {
  background-color: #f3bd18;
  display: block;
  box-shadow: 1px 2px 3px #333;
  padding: 8px;
}

.video-box a.activevid #vid-title {
  color: #000;
  font-weight: bold;
}

#vid-title {
  text-align: center;
}

#result, #result2 {
  margin-top: -25px;
  z-index: 1;
  width: 100%;
  overflow: auto;
  max-height: 150px;
  position: absolute;
}

/* ----------  Youtube Slider Styles  ---------- */
.slider-inside {
  padding: 15px;
}

.slick-arrow {
  cursor: pointer;
}

.fa-chevron-left.slick-arrow {
  left: -50px;
  top: 50%;
  font-size: 30px;
  margin-top: -45px;
  position: absolute;
}

.fa-chevron-right.slick-arrow {
  right: -50px;
  top: 50%;
  font-size: 30px;
  margin-top: -45px;
  position: absolute;
}
.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-form-control.wpcf7-submit {
  width: auto;
  color: #fff;
  background-color: #8e032a;
  border-color: #8e032a;
}
.wpcf7-form button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
  color: #fff;
  background-color: #8e032a;
  border-color: #8e032a;
}
.wpcf7-form label {
  display: inherit;
}
.yearling-info {
  margin: 15px 0px;
  padding: 15px 15px 15px 45px;
  border: #8e032a solid 1px;
  background: url(imgs/yearling-add-bg.gif) repeat-y 0px 0px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                     */
/* -------------------------------------------------------------------------- */

#footer {
    min-height: 300px;
    background-color: #8e032a;
    color: #FFF;
    padding-top: 70px;
    margin-top: 150px;
    position: relative;
}

#footer-bottom {
margin-top: 30px;
    text-align: left;
}

#footer a {
    color: #fed298;
}

/* 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) {

    #stall-logo img {
    max-width: 550px;
    margin: auto;
}
        .default-page-title {
        margin-top: -45px;
    }
    h1.default-page-title {
    font-size: 50px;
}

    #mid-content {
padding: 0px;
}
    h1#header-title-about {
  line-height: 130px;
}


    #default-header-content-about {
    margin-top: -340px;
}

    #sale-slider {
    margin-top: 0px;
}

    .photo-gallery {
    min-height: 850px;
    max-width: 1200px;
    margin: 0 auto;
}
        #about-bg-about {
background-size: cover;
    height: 0px;
    padding-top: 70%;
    margin-top: 0px;
    min-height: 100%;
            background-position: center center;
    }
    #mid-content {
   /* position: relative;
    right: -180px;
    z-index: 20;
    top: 5%;*/
    padding: 60px;
}
    #default-header-about {
  height: 0;
  position: relative;
  padding-top: 40%;
  width: 100%;
  top: -95px;
}

    h1#header-title-about {
  font-size: 150px;
  font-weight: 700;
  line-height: 130px;
}

    #default-header-content-about {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 700px;
  margin-top: -185px;
  margin-left: -350px;
}

        #default-bg {
background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    height: 0;
    width: 100%;
    padding-top: 21.5%;
    margin-top: -95px;
        margin-bottom: 100px;
        background-position: center center;
    }

    #trackit-peds {
    min-width: 200px;
    width: 200px;
    max-width: 100%;
    /*min-height: 475px;*/
    padding: 30px 20px 20px 20px;
    min-height: 100%;
    box-shadow: 0px 2px 22px -14px #333;
}

    #home-header {
  margin-top: -195px;
  position: relative;
}

    #services-home-pos {
  padding: 50px;
  margin-top: 80px;
}

    #header-headline {
  position: absolute;
  z-index: 2;
  top: 60%;
  max-width: 450px;
  left: 50%;
  margin-left: -225px;
  letter-spacing: 2px;
  font-size: 17px;
  color: #000;
  padding-top: 30px;
  border-top: solid 2px #fed298;
}
    #header #sales-menu.hide.show {
    top: 116px;
    transition-duration: 0.5s;
}
#more-menu-img {
    display: block;
}

    a.right {
    display: block;
}

a.left {
    display: block;
    margin-bottom: 20px;
}

    .slide-numbers {
    position: relative;
    display: block;
}

    #home-services-bg {
  padding-top: 49%;
}

  #navbar2 #top-nav-sticky {
    display: none;
  }

  #navbar2 ul.sticky {
    display: none;
  }

  #header-sticky2 {
    position: absolute;
    top: -80px;
    left: 0px;
    width: 100%;
  }

  .navbar-brand.logo2 {
    padding: .5rem 3.45rem;
  }

  .navbar-brand.logo-scroll {
    padding: .5rem 2rem;
  }

  .navbar-brand.logo-scroll img {
    max-width: 65px;
  }

  .navbar-brand.logo1 {
    padding: 2rem 2.5rem
  }

  #header ul#menu-preferred-equine-menu .nav-link {
    padding: .75rem 0rem;
  }

  #header ul#menu-preferred-equine-menu-1 .nav-link {
    padding: 1.4rem 0rem;
  }

  #header .nav-link {
    padding: 1.5rem .5rem;
    font-size: 12px;
  }

  div.sticky-wrapper.is-sticky #top-menu {
    opacity: 0;
    position: absolute;
    z-index: -2000;
  }

  ul#social-nav {
    position: absolute;
    left: 40px;
  }

  #top-menu {
    box-shadow: 25px -6px 10px 15px #790324;
  }

  #header ul#menu-preferred-equine-menu li {
    padding: 0rem 1rem;
    font-size: 14px;
  }

  #header ul#menu-preferred-equine-menu-top li {
    padding: 0rem 1rem;
  }

}

/**iPad media query**/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    li.menu-item-643 {
        display: none;
    }

    li#menu-item-583 .dropdown-menu {
        margin-left: -155px;
    }

    li.menu-item-583 .dropdown-menu {
        margin-left: -155px;
    }

    li#menu-item-2031 .dropdown-menu {
        margin-left: -55px;
    }

    li.menu-item-2031 .dropdown-menu {
        margin-left: -55px;
    }

    li#menu-item-1319 {
        display: none;
    }
    #default-bg {
    padding-top: 46.5%;
    margin-top: -88px;
}
    .photo-gallery {
    min-height: 540px;
}
    #default-header-content-about {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 700px;
    margin-top: -90px;
    margin-left: -350px;
}
    h1#header-title-about {
    font-size: 70px;
        line-height: 60px;
}
    .default-page-title {
    margin-top: -35px;
}

    .menu-hover {
     margin-bottom: 30px;
    }
    #home-services-bg {
    padding-top: 100%;
}
    a.right {
display: none;
}

    a.left {
display: none;
}

    #header-logo {
margin: 0 auto;
    max-width: 500px;
    left: -20px;
    position: relative;
        margin-top: 50px;
}

    #header ul#menu-preferred-equine-menu-1 .nav-link {
    padding: 0.4rem 0rem;
}

  #header .nav-link {
    padding: .5rem .5rem;
    font-size: 12px;
  }
    #header ul#menu-preferred-equine-menu li {
    padding: 0rem;
    font-size: 12px;
}
    li#menu-item-643 {
    display: none;
    }

    .navbar-brand.logo1 {
    padding: 1rem 0.5rem;
}

    #header a.navbar-brand {
    box-shadow: none;
}

    .slide-numbers {
    display: none;
}
}

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



}

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

    li#menu-item-643 {
        padding: 0px !important;
    }

        #sales-menu h4 {
    font-size: 1.5em;
}

    #sales-menu h1 {
    font-size: 2.5em;
}

    #header #sales-menu.hide {
    transition-duration: 0.5s;
    top: -800px;
}

    #sales-menu {
    width: 100%;
    max-width: 100%;
    min-height: 450px;
    background-color: #e5e5e5;
    position: fixed;
    z-index: 1900;
    left: 0px;
    margin-left: 0px;
    padding: 30px 20px 20px 20px;
        overflow-y: hidden;
}

    .sales-deadline {
	margin: 25px;
	padding-top: 25px;
  position: relative;
}


    .sales-info {
  margin: 0px 25px;
}

  #header ul#menu-preferred-equine-menu li {
    padding: 0rem 1.5rem;
    font-size: 16px;
  }

  #header ul#menu-preferred-equine-menu-1 li {
    padding: 0rem 1.5rem;
    font-size: 16px;
  }

  #header ul#menu-preferred-equine-menu-top li {
    padding: 0rem 2.5rem;
  }

  #header .nav-link {
    padding: .75rem 1rem;
    font-size: 16px;
  }

  .lg-font {
    font-size: 60px;
  }
}

@media (min-width: 1440px) {
#home-header-contents {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 900px;
    text-align: center;
    top: 10%;
    left: 50%;
    margin-left: -450px;
}

    #services-list .card {
    min-height: 615px;
}
}

@media (min-width: 1700px) {

    #services-list .card {
    min-height: 730px;
}

        #sales-menu {
    width: 1150px;
    max-width: 100%;
    min-height: 450px;
    background-color: #e5e5e5;
    position: fixed;
    z-index: 1900;
    left: 50%;
    margin-left: -492px;
    padding: 30px 20px 20px 20px;
        overflow-y: hidden;
}
    .sales-info p {
    font-size: 15px;
}

    .sales-deadline-day {
	font-size: 25px;
}
  #home-services-bg {
    height: 0;
    padding-top: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #home-about-bg {
    padding-top: 50%;
    background-size: cover;
  }

  .lg-font {
    font-size: 120px;
  }

  #about-home-pos {
    position: relative;
    margin-top: 180px;
    z-index: 2;
    right: -84px;
  }

      #about-home-pos-th {
    position: relative;
  }

    #stallion-blocks .card {
    min-height: 455px;
}
}
