/* compiled by scssphp v0.0.12 on Fri, 18 Dec 2020 13:02:14 +1300 (0.0398s) */

/* Image Boxes SCSS Document */
.yearling-item .module-text {
  color: #382f2d;
  display: block;
  padding: 25px 30px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: -90px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}
.more-images.uk-flex {
  margin-top: 40px;
}
.yearlings.no-images .yearling-item {
  box-sizing: border-box;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #ccc;
}
.yearlings.no-images .yearling-item .module-text {
  position: relative;
  bottom: 0;
}
.yearling-item:hover .module-text {
  bottom: 0;
}
.yearling-item .module-text p {
  font-weight: 500;
}
.yearling-item .module-text h4 {
  margin: 0;
  padding: 0;
}
.yearling-item {
  overflow: hidden;
  position: relative;
  margin-right: 0 !important;
  width: 25% !important;
}
.yearling-item {
  margin-bottom: 0 !important;
}
.yearling-item .module-image {
  position: relative;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  top: 0;
  background: #000;
}
.yearling-item .module-image img {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.yearling-item:hover .module-image {
  top: -35px;
}
.yearling-item:hover .module-image img {
  opacity: 0.6;
}
.yearling-item .module-image {
  position: relative;
}
.view-icon {
  position: absolute;
  right: 50%;
  transform: translate(50%, -50%);
  top: 32%;
  z-index: 99;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  color: #382f2d;
  font-size: 30px;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.yearling-item:hover .view-icon {
  opacity: 1;
}
.more-yearlings {
  background-color: #382f2d;
}
.more-yearlings h3 {
  padding: 0;
  font-weight: 500;
}
.more-yearlings .content {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  color: #fff;
}
.more-yearlings .wrap {
  width: 100%;
  max-width: 1260px !important;
  padding: 0 50px !important;
  text-align: left;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
#filter .wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
}
#filter .wrap .content {
  padding: 100px 0;
  padding-top: 110px;
  padding-bottom: 50px;
}
.table-headings {
  font-weight: 400;
  font-size: 18px;
}
.yearlings-tab {
  display: inline-block;
  background-color: #fff;
  color: #382f2d;
  border: none;
  font-weight: 400;
  border: solid 1px #ebeaea;
  padding: 10px 20px;
  font-size: 18px;
}
.yearlings-tab:hover {
  background-color: #f6f4f3;
}
.yearlings-tab:first-of-type {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.yearlings-tab:last-of-type {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.yearlings-tab.active {
  background-color: #382f2d;
  color: #fff;
}
#view {
  float: right;
}
#yearling-intro #view {
  position: relative;
  top: 50%;
  transform: translateY(50%);
  background-color: transparent;
}
#yearling-intro #view .fas {
  border: none;
  font-size: 30px;
  margin: 0;
}
#yearling-intro #view .fas:hover {
  color: #a39382 !important;
  background-color: transparent;
}
#yearling-intro #view .fas i {
  color: #382f2d;
}
#view .fas {
  margin-left: 10px;
  font-size: 25px;
  color: #382f2d;
  border: solid 1px #ebeaea;
  border-radius: 5px;
  padding: 10px;
  transition: 0.2s;
}
#view .fas:hover {
  background-color: #f6f4f3;
}
#view .fas.active {
  color: #fff;
  background-color: #382f2d !important;
  border-radius: 5px;
}
#list-view .wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
}
#list-view .wrap .content {
  padding: 100px 0;
  padding-top: 0px;
  padding-bottom: 50px;
}
#list-view .wrap .content {
  overflow: hidden;
  padding-bottom: 300px;
}
.table {
  text-transform: uppercase;
}
.table-heading {
  float: left;
  background-color: #d1c9c1;
  color: #0d0d0d;
  padding: 20px 20px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.table-heading.heading-name {
  color: #0d0d0d !important;
}
.table-items {
  transition: 0.3s;
  display: block;
  border-bottom: solid 2px #d1c9c1;
  font-weight: 400;
  font-size: 16px;
}
.table-items:hover {
  background-color: #f6f4f3;
}
.table-items:hover .heading-name {
  color: #0d0d0d;
}
.table-item {
  float: left;
  min-height: 1px;
  color: #0d0d0d;
  transition: 0.3s;
  padding: 20px 20px;
  letter-spacing: 0.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.heading-lot {
  width: 8%;
  font-weight: 700;
}
.heading-sex {
  width: 8%;
}
.heading-name {
  width: 28%;
  color: #a39382;
}
.heading-sire {
  width: 28%;
}
.heading-dam {
  width: 28%;
}
#yearlings-top-container .content {
  padding-bottom: 0;
}
#yearlings-container .content, #yearling-draft-2020-container .content {
  padding-bottom: 0;
  padding-top: 25px;
}
#yearling-item-container .wrap {
  max-width: none;
  padding: 0;
}
#yearling-item-container .wrap .content {
  padding: 0;
}
#yearling-intro .wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
}
#yearling-intro .wrap .content {
  padding: 100px 0;
  padding-top: 85px;
  padding-bottom: 85px;
}
#yearling-details .wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
}
#yearling-details .wrap .content {
  padding: 100px 0;
}
#yearling-bottom .wrap {
  width: 100%;
  max-width: 1260px;
  padding: 0 50px;
}
#yearling-bottom .wrap .content {
  padding: 100px 0;
}
.gold {
  color: #a39382;
  display: block;
  letter-spacing: 0.2em;
}
.yearling-title {
  font-weight: 700;
  font-size: 28px;
}
.yearling-details {
  font-weight: 500;
}
.sire, .dam {
  text-transform: uppercase;
}
.details-item {
  display: block;
  margin-bottom: 30px;
}
#yearling-details .button {
  position: relative;
  top: 40px;
}
