@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;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  height: 100%;
  margin-bottom: 1184px;
  overflow-x: hidden;
}
body.home {
  margin-bottom: 964px;
}

body.page-id-124 {
	  margin-bottom: 263px;
}

body.page-id-160 {
		  margin-bottom: 263px;
}

body.page-id-163 {
		  margin-bottom: 263px;
}

html {
  position: relative;
  min-height: 100%;
	scroll-behavior: smooth;
}
h3, h4 {
  font-family: 'Lusitana', serif;
}
/* -------------------------------------------------------------------------- */
/* 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;
}
/* -------------------------------------------------------------------------- */
/* Menu                                                                       */
/* -------------------------------------------------------------------------- */
#header .navbar-dark {
  background-color: rgba(0, 0, 0, .5);
}
a.navbar-brand {
  /*max-width: 150px;*/
}

#nav-logo {

}

#call-us-logo {
	margin-top: 5px;
}

#call-us-logo a {
	color: #FFF;
	text-decoration: none;
}

#call-us-logo {
	display: block;
}

#header .nav-link {
  padding: .5rem 1.5rem;
  font-family: 'Lusitana', serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
#header .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #f20000;
}
#header a.nav-link:hover {
  color: #f20000;
  transition: all .3s ease;
}
#side-menu {
  position: fixed;
  right: 0;
  top: 0;
  max-width: 75px;
  background-color: #c80000;
  z-index: 1033;
  padding: 20px 20px 0px 20px;
  display: none;
}
#side-menu a {
  color: #FFF;
  font-size: 20px;
}
#side-menu li {
  margin-bottom: 8px;
}
.team-bg {
  position: relative;
  min-height: 470px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  background-position: center center;
  overflow: hidden;
  background-color: #959595;
}
.team-shadow {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  min-height: 470px;
  bottom: -130px;
  left: 0;
  width: 100%;
}
.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  color: #FFF;
  width: 100%;
  z-index: 2;
}
/* -------------------------------------------------------------------------- */
/* Main Content                                                               */
/* -------------------------------------------------------------------------- */

p.interact {
	display: none !important;
}

p.tweet {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}

#twitter-home .slick-dots li.slick-active button:before {
    color: #FFF;
}

#twitter-home .slick-dots li button:before {
    color: #FFF;
}

#twitter-home .slick-dots li button {
	font-size: 13px;
}

#twitter-home .slick-dots li button:before {
	font-size: 13px;
}

.archive-post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #CCC;
}

a.archive-title {
	  font-family: 'Lusitana', serif;
  font-weight: 800;
  font-size: 20px;
	color: #c80000;
	text-decoration: none;
}

.page-content {
	margin-top: 50px;
}
.serv-bg {
  background-color: #ebebeb;
  text-align: center;
  border: solid 2px #cccccc;
  min-height: 230px;
  padding: 50px;
}
.carousel-bg-img {
  background-size: cover;
  height: 100vh;
  background-position: center center;
  position: relative;
}
.header-description {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 2;
  text-align: center;
  width: 100%;
}
#img-shadow {
  position: absolute;
  background-size: cover;
  background-position: bottom center;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
#img-shadow-footer {
    position: absolute;
    background-size: cover;
    background-position: bottom center;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
	    opacity: .8;
}

.hide-div {
	position: absolute;
	left: 0;
	bottom: 0;
	min-height: 200px;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 52%);
	width: 100%;
	padding: 20px;
}

.show-more-btn {
	width: 100%;
	padding: 5px;
	border: solid 2px #c80000;
	color: #c80000;
	position: absolute;
	bottom: 40px;
	left: 0px;
	text-transform: uppercase;
		  font-family: 'Lusitana', serif;
	text-align: center;
	cursor: pointer;
}

.horsehosting-table {
	position: relative;
	max-height: 800px;
	overflow: hidden;
}

#contact-info {
	position: relative;
	z-index: 2;
}

span.horsename {
  font-family: 'Lusitana', serif;
  font-weight: 800;
  font-size: 20px;
}
span.winnerinfo {
  font-size: 13px;
}
#eaton-logo-overlay {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  margin-top: -160px;
}
#eaton-logo-overlay .container-fluid {
  max-width: 1300px;
}
#homepageCarousel {
  position: relative;
}
#homepageCarousel .carousel-control-next, .carousel-control-prev {
  z-index: 5;
}

#sales-btn .btn-primary {
	  color: #FFF;
  background-color: #c80000;
  text-transform: uppercase;
  border: solid 2px #c80000;
	font-size: 14px;
	font-weight: bold;
}
#sales-btn .btn {
border-radius: 0px;
}


#page-header-bg {
  background-size: cover;
  width: 100%;
  height: 100vh;
  /*margin-bottom: 50px;*/
  background-position: center center;
  position: relative;

}

#page-header-title-two {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  margin-top: -230px;
}
#page-header-title-two .container-fluid {
  max-width: 1300px;
}
#page-header-title-one {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  margin-top: -110px;
}

#page-header-title-one h1 {
font-size: 60px;
	text-transform: uppercase;
	  font-family: 'Lusitana', serif;
  font-weight: 800;
}
#page-header-title-two h1 {
font-size: 60px;
	text-transform: uppercase;
	  font-family: 'Lusitana', serif;
  font-weight: 800;
}
#page-header-title-one .container-fluid {
  max-width: 1300px;
}
.stories-slider .slick-slide {
  padding: 15px;
}
.stories-slider .slick-dots li {
  width: auto;
  height: auto;
}
.stories-slider .slick-dots {
  top: 0px;
  width: 100%;
  /*margin: 20px 0px 20px 0px;*/
  background-color: #ebebeb;
  bottom: auto;
  padding: 20px;
}
.stories-slider .slick-track {
  margin-top: 140px;
}
.stories-slider a.pager__item {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lusitana', serif;
  font-size: 14px;
  font-weight: 800;
}
.story-shadow {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  min-height: 100%;
  bottom: -100px;
  left: 0;
  width: 100%;
}
.slick-active a.pager__item {
  color: #c80000;
}
.story-bg {
  height: 0;
  position: relative;
  padding-top: 100%;
  width: 100%;
  min-width: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.story-inside {
  position: absolute;
  bottom: 40px;
  left: 0px;
  padding: 30px;
  /*z-index: 2;*/
  color: #FFF;
}
.readMore-story {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-family: 'Lusitana', serif;
}
.readMore-story a {
  color: #FFF;
  text-decoration: none;
  font-size: 25px;
}
#title-story a {
  color: #FFF;
  font-weight: 800;
  text-decoration: none;
  font-family: 'Lusitana', serif;
  font-size: 20px;
  text-transform: uppercase;
}
.red-box {
  background: #c80000;
  color: #FFF;
  padding: 40px;
  text-align: center;
  min-height: 100%;
}

#twitter-home {
		  background: #c80000;
  color: #FFF;
	padding: 20px 40px 80px 20px;
}

#twitter-home .carousel-indicators {
    bottom: -60px;
}

#twitter-home .container-fluid {
	max-width: 1000px;
}

#twitter-home .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
	border-radius: 50%;
}

#news-redbar{
	  background: #c80000;
  color: #FFF;
  padding: 40px;
  text-align: center;
	margin-bottom: 30px;
}

#news-header {
    min-height: 660px;
    background-size: cover;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 50px;
    font-family: 'Lusitana', serif;
    font-weight: 800;
    position: relative;
    background-position: center center;
    overflow: hidden;
}

#news-header-inside {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -120px;
    z-index: 2;
}

.article-date {
	font-weight: bold;
	margin-bottom: 20px;
}

.article-page iframe {
	padding-bottom: 20px;
}

.article-picture {
	margin-bottom: 30px;
}

.article-picture img {
	width: 100%;
	height: auto;
}

.news-header-shadow {
	  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  position: absolute;
  min-height: 400px;;
  bottom: -100px;
  left: 0;
  width: 100%;
}

.gray-button {
  background: #ebebeb;
  border: 1px solid #c80000;
  border-radius: 0px;
  width: 100%;
  color: #c80000;
  font-size: 20px;
}

.gray-button:hover {
  background: #c80000;
  color: #FFF;
	transition: all .3s ease;
}

.footer-contact {
  color: #FFF;
	position: relative;
	overflow: hidden;
}
#footer {
  background: #000;
	/*margin-top: -100px;
	padding-top: 100px;*/
}
#bs4navbarfoot .navbar-nav {
  flex-direction: row;
}
.consignment-name {
  padding: 20px;
  background-color: #c80000;
  color: #FFF;
  font-weight: 800;
}
.consignment-name span.con-name {
  font-family: 'Lusitana', serif;
  font-size: 22px;
}
td.hs {
  text-transform: capitalize;
}

#instagram-home {
	border-top: solid 2px #ebebeb;
	padding-top: 50px;
}
#news-home {
  background-color: #ebebeb;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
#title a {
  color: #c80000;
  font-family: 'Lusitana', serif;
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
}

#sales-archive .btn-primary {
    color: #c80000;
    background-color: #FFFFFF;
    border: solid 2px #c80000;
}

#sales-archive h2 {
	font-family: 'Lusitana', serif;

}

#sales-archive .btn {
border-radius: 0px;
}

.archive-btn  .btn {
  border-radius: 0px;
  font-family: 'Lusitana', serif;
  font-weight: bold;
}

.archive-btn .btn-primary {
  color: #c80000;
  background-color: #FFF;
  text-transform: uppercase;
  border: solid 2px #c80000;
}

.readMore .btn {
  border-radius: 0px;
  font-family: 'Lusitana', serif;
  font-weight: bold;
}
.readMore .btn-primary {
  color: #c80000;
  background-color: #FFF;
  text-transform: uppercase;
  border: solid 2px #c80000;
}
#newsbar {
  padding: 10px;
  background-color: #c80000;
  font-size: 22px;
  font-family: 'Lusitana', serif;
}

.wp-block-group h2 {
	background-color: #c80000;
	  font-family: 'Lusitana', serif;
	color: #FFF;
	font-size: 20px;
	padding: 10px;
	margin-bottom: 20px;
}

.wp-block-group li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
	
}

.wp-block-group li a {
	color: #c80000;
	text-decoration: none;
	font-size: 13px;	
}

#recent-post {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #c80000;
}
ul#menu-website-menu-1 {
  list-style-type: none;
}
ul#menu-website-menu-1 li {
  display: inline-block;
}
ul#menu-website-menu-1 li a {
  color: #FFF;
  text-decoration: none;
  font-family: 'Lusitana', serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
#footer-address {
  color: #fff;
  font-size: 14px;
}
#footer-address a {
  color: #FFF;
}
#created-bar {
  background-color: #111;
  width: 100%;
  color: #FFF;
  font-size: 12px;
  padding: 8px;
}
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 1184px;
}

body.page-id-124 #footer {
	  min-height: 263px;
}
body.page-id-160 #footer {
	  min-height: 263px;
}
body.page-id-163 #footer {
	  min-height: 263px;
}
/* -------------------------------------------------------------------------- */
/* CF7                                                               */
/* -------------------------------------------------------------------------- */
.footer-contact input, .wpcf7-textarea {
  width: 100%;
  padding: 4px;
  margin: 5px 0px;
  opacity: 0.80;
}
#wpcf7-f165-p163-o1 input, .wpcf7-text {
  width: 100%;
  padding: 4px;
  margin: 5px 0px;
  opacity: 0.80;
}
#wpcf7-f159-p160-o1 input, .wpcf7-textarea {
  width: 100%;
  padding: 4px;
  margin: 5px 0px;
  opacity: 0.80;
}

#wpcf7-f66-p124-o1 input, .wpcf7-textarea {
  width: 100%;
  padding: 4px;
  margin: 5px 0px;
  opacity: 0.80;
}


.wpcf7-submit {
  width: 100% !important;
  background: #c80000;
  color: #FFF;
  text-align: center;
  border: 0px;
  padding: 10px 0px;
  font-family: 'Lusitana', serif;
}
.wpcf7-form p {
  width: 100%;
}
.cf-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 576px) {
  .cf-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .cf-push-1 {
    margin-left: 8.333333%;
  }
  .cf-col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .cf-push-2 {
    margin-left: 16.66667%;
  }
  .cf-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .cf-push-3 {
    margin-left: 25%;
  }
  .cf-col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .cf-push-4 {
    margin-left: 33.33333%;
  }
  .cf-col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .cf-push-5 {
    margin-left: 41.66667%;
  }
  .cf-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cf-push-6 {
    margin-left: 50%;
  }
  .cf-col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .cf-push-7 {
    margin-left: 58.33333%;
  }
  .cf-col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .cf-push-8 {
    margin-left: 66.66667%;
  }
  .cf-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cf-push-9 {
    margin-left: 75%;
  }
  .cf-col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .cf-push-10 {
    margin-left: 83.33333%;
  }
  .cf-col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .cf-push-11 {
    margin-left: 91.66667%;
  }
  .cf-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* -------------------------------------------------------------------------- */
/* 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) {
	body {
  margin-bottom: 1014px;
}
	#footer {
  min-height: 964px;
}
  .story-shadow {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    min-height: 100%;
    bottom: -350px;
    left: 0;
    width: 100%;
  }
  .stories-slider .slick-track {
    margin-top: 90px;
  }
	
	  .story-bg {
    padding-top: 74%;
    min-width: 1000px;
  }
  .header-description {
    position: absolute;
    bottom: 50px;
    right: 15%;
    z-index: 2;
    text-align: right;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #side-menu {
    display: none;
  }

}
/**iPad media query**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	
	.story-bg {
    padding-top: 74%;
    min-width: 725px;
}
	
	.story-shadow {
    bottom: -150px;
}
	/*
 .navbar-header {
        float: none;
    }
.navbar-expand-md .navbar-toggler {
    display: block;
}

	.navbar-expand-md .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
	
    .navbar-expand-md .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-expand-md .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-expand-md .navbar-nav>li {
        float: none;
    }
    .navbar-expand-md .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }*/
	
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #side-menu {
    display: block;
  }
		#news-header-inside {
    margin-top: -240px;
}
}
@media (min-width: 1600px) {
	

	
}
@media (min-width: 1700px) {
  #side-menu {
    display: block;
  }
  .story-bg {
    padding-top: 74%;
    min-width: 1000px;
  }
}

@media (min-width: 1900px) {
	
	#news-header-inside {
    margin-top: -300px;
}
	
}

@media (min-width: 2200px) {
  .story-bg {
    padding-top: 78%;
    min-width: 1400px;
  }
	#news-header-inside {
    margin-top: -300px;
}
}