@font-face {
    font-family: "Novecento";
    src: url('fonts/SYNTHVIEW - NOVECENTOWIDE-NORMAL.OTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Novecento";
    src: url('fonts/SYNTHVIEW - NOVECENTOWIDE-BOLD.OTF');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url('fonts/AVENIRLTSTD-BOOK.OTF');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url('fonts/AVENIRLTSTD-BLACK.OTF');
    font-weight: bold;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fcf2e9;
    font-family: Avenir;
    color: #2f0f02;
}
html {
    margin: 0;
    font-family: Avenir;
    font-size: 16px;
    box-sizing: border-box;
}
h1 {
    font-family: 'Novecento';
    font-size: 30px;
    color: #2f0f02;
    font-weight: normal;
    margin: 5px 0 0 0;
    ext-transform: uppercase;
    letter-spacing: 1px;
}
h2 {
    font-family: 'Avenir';
    font-size: 18px;
    color: #2f0f02;
    font-weight: bold;
    margin: 5px 0 2px 0;
}
h2.large {
    font-size: 22px;
}
h2.social {
    font-family: 'Novecento'
}
h2.pSection {
    font-family: 'Novecento';
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: normal;
    padding: 25px 0 30px 0;
}
h3 {
    font-family: 'Novecento';
    font-size: 14px;
    font-weight: bold;
    color: #333344;
    margin: 5px 0 5px 0;
}
h4,
h5 {
    font-family: 'Novecento';
    font-size: 10px;
    font-weight: bold;
    color: #442813;
    margin: 0;
}
p {
    font-family: Avenir;
    font-size: 18px;
    font-weight: normal;
    color: #333344;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0;
}
img {
    max-width: 100%;
}
hr {
    width: 100%;
    margin: 10px 0;
    height: 1px;
    border-width: 0;
    color: #d0b29a;
    background-color: #d0b29a;
}
hr.blank {
    width: 100%;
    margin: auto;
    border: 0px solid #333344;
}
img {
    border: 0;
}
a:link {
    color: #333344;
    text-decoration: none;
}
a:visited {
    color: #333344;
    text-decoration: none;
}
a:hover {
    color: #333344;
    text-decoration: underline;
}
a:active {
    color: #333344;
    text-decoration: none;
}
ul,
li {
    font-family: Novecento;
    font-size: 18px;
    font-weight: normal;
    color: #333344;
    letter-spacing: 1px;
}
.profile li:before,
.showings li:before,
.stallions li:before,
.lessons li:before,
.services li:before {
    content: "";
    margin-left: -0.25rem;
}
.lessons ul,
.lessons li,
.showings ul,
.showings li,
.profile ul,
.profile li,
.services ul,
.services li,
.stallions ul,
.stallions li {
    font-family: Avenir;
    line-height: 28px;
    padding: 0 0px 10px;
    list-style: disc;
    list-style-position: inside;
}
.stallions li {
    line-height: normal;
}
.services ul {
    margin-top: 0;
    margin-bottom: 0px;
}
.stallions ul {
    margin-top: 30px
}
ul.doublerow {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
        display:inline-block;
     break-inside: avoid;
}

.showings li {
    font-size: 16px;
    line-height: 16px;
}
ul.submenu,
li.submenu {
    list-style: bullet outside;
    font-family: Novecento;
    font-size: 12px;
    font-weight: normal;
    color: #333344;
    line-height: 16px;
    padding: 0;
}
ul.submenu {
    margin-bottom: 10px;
}
li.submenu {
    margin: 0 0 0 15px;
    clear: both;
    float: left;
    width: 82px;
}
ul.submenu2,
li.submenu2 {
    list-style: bullet outside;
    font-family: Novecento;
    font-size: 12px;
    font-weight: normal;
    color: #333344;
    line-height: 16px;
    padding: 0;
}
ul.submenu2 {
    margin-bottom: 10px;
}
li.submenu2 {
    float: left;
    width: 82px;
}
a.submenu:link,
a.submenu:active,
a.submenu:visited {
    color: #333344;
    font-family: Novecento;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}
a.submenu:hover {
    color: #333344;
    font-family: Novecento;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    text-transform: none;
}
a.submenubutton:link,
a.submenubutton:active,
a.submenubutton:visited {
    color: #cfc5e4;
    font-family: Novecento;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 15px;
    text-decoration: none;
    text-transform: none;
}
a.submenubutton:hover {
    color: #cfc5e4;
    font-family: Novecento;
    font-size: 15px;
    margin: 0 0 0 15px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: none;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.clear {
    clear: both;
}
.clearright {
    clear: right
}
.blue {
    color: #0e1635;
}
.white {
    color: #fff;
}
.red {
    color: #8c0f0e;
}
.feature {
    float: left;
    margin-top: 10px;
}
.center {
    align: center;
    text-align: center;
}
div#social {
    background-color: #8c0f0e !important;
    color: #fff;
    width: 100%;
}
.caps {
    text-transform: uppercase;
}
.tleft {
    text-align: left;
}
.tright {
    text-align: right
}
.tcenter {
    text-align: center
}
.medium {
    font-size: 22px;
}
h2.pSection.tp0 {
    padding-top: 0
}
.subheading.tp0 {
    padding-top: 0
}
div#wrapper {
    max-width: 1600px;
    background-position: top;
    background-repeat: no-repeat;
    margin: 0 auto 0 auto;
}
div#wrapper2 {
    max-width: 1600px;
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 0 20px 0 20px;
}
.container {
    max-width: 1600px;
    margin: 0 auto;
}
.topbar {
    background-color: #8c0f0e;
    color: #fff;
    width: 100%;
    min-height: 32px; 
    max-height: 54px;
    padding-top: .2em;
}
.topbar .headerInfo p {
    color: #fff;
    margin-top: 0;
    padding: 0.5em;
    font-face: Avenir;
    font-size: 16px;
    line-height: 18px;
}
.header__logo {
    background-color: #fbf2eb;
    padding: 1.5em .5em;
    border-bottom: 1px solid #ddd4c5;
    font-family: 'Novecento';
    font-size: 18px;
    letter-spacing: 2px;
}
.nav--main {
    background-color: transparent;
    order-top: 1px solid #eee;
    background-color: #fbf2eb;
    padding: 0px .5em 0px;
}
.nav--main__menu {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-inline-start: 0px;
}
.nav--main__menu li {
    list-style: none;
    padding: 5px;
}
.nav--main__menu li:last-child {
    border-right: none;
}
.nav--main__menu li a {
    background-color: transparent;
    color: #2f0f02;
    display: block;
    padding: 0.25em 1em 0.5em;
    etter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nav--main__menu li a:hover {
    background-color: #8c0f0e;
    text-decoration: none;
    color: #fff;
}
.nav--main__menu li:hover {
    background-color: #8c0f0e;
    text-decoration: none;
    color: #fff;
}
.nav--main__menu li.menu-on a {
    background-color: #8c0f0e;
    text-decoration: none;
    color: #fff;
}

.nav--main__menu li.menu-on {
    background-color: #8c0f0e;
    text-decoration: none;
    color: #fff;
}

.nav-line {
    width: 1px;
    top: 0px;
    bottom: 50%;
    left: 1px;
    background-color: #2f0f02;
    overflow: hidden;
    height: 10px;
    margin-left: -1px;
    margin-right: -1px;
}
.fbdot,.imgdot {
	display:inline-block;
	vertical-align:middle;
	height:24px;
	width:24px;
}
.footerNav .nav--main__menu li a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
}
.footerNav .nav--main__menu li:hover {
    background-color: transparent;
    text-decoration: none;
    color: #2f0f02;
}
@media only screen and (max-width: 768px) {
    .nav--main__menu {
        flex-direction: column;
        text-align: center;
        max-height: 0px;
        overflow: hidden;
        order-top: .5em solid #0e1635;
    }
    .nav--main__menu li {
        width: 100%;
        border-width: 0;
        border-bottom: 1px solid #3f4a79;
    }
    .nav--main__menu li:last-child {
        border-bottom: none;
    }
    .nav--main__menu.opened {
        max-height: none;
        border-top: 0;
        padding-inline-start: 0px;
    }
    .nav--main__menu.opened ul {
        padding-inline-start: 0px;
    }
}
.footerNav li a {
    ont-size: 14px;
}
.footerNav,
.footerNav a {
    color: #2f0f02 !important;
}
.horselogo {
	float:right;
	display: block; 
	width: 100%; 
	max-width: 152px;
	margin: 0px 0 20px 50px;
}
.heromain {
    left: 0;
    right: 0;
    position: relative;
    clear: all;
    margin-bottom: 60px;
    width: 100%;
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
div.redWrapper {
    min-height: 200px;
    max-width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    margin: 0;
    background-color: #8c0f0e;
}
div.blueWrapper {
    box-sizing: border-box;
    left: 0;
    min-height: 200px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    background-color: #0e1635;
    position: relative;
    right: 0;
    left: 0;
}
div#interiorspacing {
    width: 98%;
    margin: 2em auto 0 auto;
}
div#footer {
    max-width: none;
    margin: 0px auto 0px auto;
    padding: 12px 1em 56px;
    color: #000;
    background-color: #f5e5d6;
    background-repeat: no repeat;
}
div#footer h2 {
    font-size: 20px;
}
div#footer .nav--main {
    border-top: 0;
    background-color: transparent;
}
div#footer .footer-addy {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Novecento';
    letter-spacing: 2px;
}
.diamond-line {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 20px 0 30px;
}
a.backToTop {
    margin: 12px auto;
}
a.backToTop:link,
a.backToTop:visited {
    color: #fff;
    position: relative;
    /*top: -20px;*/
}
a.backToTop:hover {
    text-decoration: none;
}
a.backToTop:before {
    content: '';
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #8c0f0e;
}
div#footerstuff {
    width: 68%;
    margin: 24px auto 10px;
    text-align: center;
}
/* NEW STYLE RULES JULY 2015 */
.headerInfo {
    margin: 0 1em;
    text-align: left;
}
.headerInfo.right {
    float: center;
    text-align: center;
}
.left {
    float: left;
}
.headerInfo.center {
    float: none;
    text-align: center;
}
.headerInfo p {
    margin-bottom: -1em;
}
.galleryImg {
    display: block;
    margin: .5em;
    border: 5px solid #fff;
    float: left;
}
.serviceImg img {
    width: 100%;
}
.row.services {
    margin-bottom: 50px;
    margin-top: 30px;
}
.row.stallions {
    margin-bottom: 60px;
    margin-top: 20px;
}
.headColumn {
    float: left;
}
.hRight {
    text-align: right;
}
.hLeft,
.hRight {
    width: 25%;
    position: relative;
    top: 30px;
}
.hMiddle {
    width: 50%;
    text-align: center;
}
/* Clear floats after the columns */
.header__logo:after {
    content: "";
    display: table;
    clear: both;
}
ul.mobileMenu {
    display: none;
}
ul.mobileMenu li {
    padding: .5px;
}
ul.mobileMenu li a {
    color: #FFF;
    display: block;
    padding: 6px;
    background: #0e1635;
    opacity: .75;
    border-radius: 4px
}
ul.mobileMenu li:hover a,
ul.mobileMenu li.onState a {
    opacity: .9;
    text-decoration: none;
}
.subheading {
    font-family: 'Novecento';
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: normal;
    padding: 25px 0 0px 0;
}
.riding-dis .subheading {
    font-size: 24px;
}
.services .subheading {
    padding: 0px 0 0px 0;
}
.section-intro {
    padding: 0px 0 20px;
}
.lessons .subheading+p {
    padding: 0px 0 20px;
}
.trainer-name {
    text-align: center;
    font-size: 30px;
}
.trainer button {
    text-align: center;
    margin: 20px auto 20px;
}
.trainer .subheading+p.hide {
    display: none;
}
.trainer .subheading+p.show {
    display: block;
}
.ride-style {
    text-align: center;
    font-family: 'Avenir';
    font-size: 22px;
    color: #2f0f02;
    font-weight: bold;
    margin: 20px 0 2px 0;
}
.row.trainer {
    margin-top: 3em;
}
.row:after {
    content: '';
    display: table;
    clear: both;
}
.container.riding-top {
    max-width: 1350px;
    position: relative;
    margin-bottom: 50px;
}
.container .riding-top-text {
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    adding: 10px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.mt40 {
    margin-top: 40px;
}
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}
.breedline {
    font-size: 22px;
    color: #8c0f0e;
    font-family: Avenir;
    font-weight: bold;
    letter-spacing: 0.5px;
}
/* NEW GRID */
@media only screen and (min-width: 768px) {
    div.desktopMenu {
        display: block;
    }
    ul.mobileMenu {
        display: none;
    }
    .innerWrap {
        width: 90%;
        margin: auto;
    }
    .left {
        float: left;
    }
    .right {
        float: right;
    }
    .column_onethird {
        width: 32%;
    }
    .column_twothirds {
        width: 62%;
    }
    .column_half {
        width: 46%;
        text-align: center;
    }
    .column_whole {
        float: none;
        width: 96%;
        margin: auto;
    }
    .column_onefifth {
        width: 19%
    }
    .column_twofifths {
        width: 38%;
    }
    .column_threefifths {
        width: 57%;
    }
    .imgleft {
        display: inline-block;
        margin: 0 1em 0 0;
        vertical-align: top;
        padding-top: 1em;
    }
    .contentright {
        display: inline-block;
        margin: 0;
        vertical-align: top;
    }
}
.nivoSlider {
    max-width: 780px;
    margin: auto;
}
.theme-default .nivoSlider img {
    max-width: 100%;
}
/* ======= MOBILE MENU TOGGLE ======== */
.logo-wrapper {
    padding: 20px;
    width: 75%;
}
.nav-toggle {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 5.5em;
    right: 1.25em;
    width: 2.25em;
}
.nav-toggle img {
    max-width: 100%;
}
.mobileMenu,
.menu-toggle {
    display: none;
}
@media only screen and (min-width: 768px) {
    .logo-wrapper {
        padding: 20px;
        width: auto;
    }
    .nav-toggle {
        display: none;
    }
}
.vCenter {
    border: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
button {
    font-family: 'Novecento';
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 7px 20px 12px;
    font-size: 24px;
    font-weight: bold;
    border: 0;
    letter-spacing: 2px;
    cursor: pointer;
}
button.red {
    background-color: #8c0f0e;
    color: #fff;
}
button.white {
    background-color: #fff;
    color: #8c0f0e;
}
.pageHeader {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    font-size: 32px;
    color: #fff;
    font-family: "Novecento";
    letter-spacing: 1px;
}
.Cat-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.CatCard-wrapper {
    display: flex;
    lex-grow: 1;
    padding: 0px;
    height: 374px;
    width: 32%;
    background-size: cover;
    background-position: center;
    line-height: 374px;
    position: relative;
}
p.CatCard-category {
    font-size: 54px;
    color: #fff;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: "Novecento";
    line-height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.showings p.CatCard-category {
    width: auto;
}
p.CatCard-category a {
    color: #fff;
    text-decoration: none;
}
.pre-cat {
    font-size: 22px;
    line-height: 24px;
}
@media only screen and (max-width: 1199px) {
    p.CatCard-category {
        font-size: 48px;
        line-height: 52px;
    }
}
@media only screen and (max-width: 1024px) {
    p.CatCard-category {
        font-size: 36px;
        line-height: 40px;
    }
    .nav--main__menu li a {
        background-color: transparent;
        color: #2f0f02;
        display: block;
        padding: 0.25em .75em 0.5em;
        etter-spacing: 1px;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
}
@media only screen and (max-width: 768px) {
    .container .riding-top-text {
        text-align: left;
        position: relative;
        top: auto;
        transform: none;
        margin-top: 0px;
    }
    .lessons img,
    .riding-dis img {
        width: 100%
    }
    .divorder {
        display: flex;
        flex-direction: column;
    }
    .firstdiv {
        order: 1
    }
    .seconddiv {
        order: 2
    }
    .thirddiv {
        order: 3
    }
    .pageHeader {
        margin-bottom: 5px
    }
    div#wrapper {
        max-width: 100%;
        background-position: top;
        background-repeat: no-repeat;
        margin: 50px auto 0 auto;
    }
    .nav-line {
        display: none
    }
    .headColumn.hRight,
    .headColumn.hLeft {
        display: none;
    }
    .Cat-wrapper {
        flex-direction: column;
    }
    p.CatCard-category {
        font-size: 48px;
        line-height: 52px;
        width: 100%;
    }
    .CatCard-wrapper {
        width: 100%;
    }
}


@media screen and (min-width: 660px) {
    .column {
        float: left;
        margin-left: 3.5%;
    }
    .align-center .column {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    .column:first-child {
        margin-left: 0;
    }
    .column.one-third {
        width: 31%;
    }
    .column.two-thirds {
        width: 65%;
    }
    .column.one-half {
        width: 48%;
    }
}
@media screen and (max-width: 660px) {
    .column {
        float: none;
        margin-left: 0;
    }
    .align-center .column {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
    .column:first-child {
        margin-left: 0;
    }
    .column.one-third {
        width: 100%;
    }
    .column.two-thirds {
        width: 100%;
    }
    .column.one-half {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .column.one-third {
        width: 100%;
    }
    .column.two-thirds {
        width: 100%;
        margin-left: 0;
    }
    .column.one-third .serviceImg {
        margin-bottom: 30px;
        clear: all;
    }
    .riding-dis .column,
    .trainer .column,
    .lessons .column,
    .showings .column,
    .profile .column,
    .services .column {
        margin-left: 0%;
    }
    .galleryimg img {
        width: 100%
    }
    .profile .babypics img {
        height: auto;
    }
}



/* SLIDERS */
.slick-dots li button:before {
  border-radius: 50%;
}

.slider--hero .slick-dots {
  bottom: 1rem;
}

.slide-wrapper {
  position: relative;
}

.slide-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  background-position: 85% center;
  ackground-color: rgba(29, 60, 101, 0.35);
  ackground-blend-mode: multiply;
}
.slide-image img {
  visibility: hidden;
}

.slide-content {
  color: #fff;
  display: flex;
  idth: 100%;
  height: 100%;
  min-height: 38em;
  padding: 0em 4em;
  text-align: center;
  max-width:700px;
  margin:auto;
}

.slide-content__wrapper {
  align-self: center;
  idth: 100%;
  max-width: 75rem;
  margin: auto;
  text-align: center;
}

.slide-content__position {
  width: 100%;
}

@media only screen and (min-width: 40em) {
  .slide-content {
    padding: 0em 4em;
    text-align: left;
   }
  .slide-content__position {
    width: 65%;
  }
}

@media only screen and (min-width: 64em) {
  .slide-content__position {
    width: 50%;
  }
}

.slider--clients {
  margin: 0 auto;
}
.slider--clients .slick-track {
  display: flex;
  align-items: center;
}
.slider--clients .slider__content {
  width: 100%;
  margin: 0 auto;
  max-width: 60vw;
  padding: 0 2em;
}
.slider--clients img {
  margin: auto;
  max-height: 8em;
}

@media only screen and (min-width: 64em) {
  .slider--clients {
    margin: 1rem -0.9375rem;
  }
  .slider--clients .slider__content {
    padding: 0;
  }
}

.slider--icons {
  list-style-type: none;
  text-align: center;
}

.slider--icons__wrapper {
  display: block;
  margin: 0.9375rem;
}

.slider--icons__icon {
  display: block;
  height: 9em;
  margin: 0 auto 1rem;
}
.slider--icons__icon img {
  margin: auto;
}

.slider--icons__label {
  color: #447880;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 1rem;
  height: 3em;
}

@media only screen and (min-width: 40em) {
  .slider--icons__icon {
    height: 11em;
  }
  .slider--icons__label {
    height: 4em;
  }
}

@media only screen and (min-width: 56em) {
  .slider--icons__icon {
    height: 10em;
  }
  .slider--icons__label {
    height: 5em;
  }
}

@media only screen and (min-width: 68em) {
  .slider--icons__icon {
    height: 9em;
  }
  .slider--icons__label {
    height: 3em;
  }
}

button.slick-prev, button.slick-next {
margin-top:-25px;
}
section.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.darkoverlay {
background-color: gray;
background-blend-mode: multiply;
}

@media only screen and (max-width: 768px) {

.hMiddle {
    width: 70%;
    text-align: center;
}
ul.doublerow {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
   display:inline-block;
}

}