/*
Theme Name: 1206-wp
*/
@font-face {
  font-family: 'Eames Century Modern';
  src: url("fonts/EamesCenturyModern-Book.eot");
  src: url("fonts/EamesCenturyModern-Book.eot?#iefix") format("embedded-opentype"), url("fonts/EamesCenturyModern-Book.woff") format("woff"), url("fonts/EamesCenturyModern-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Eames Century Modern';
  src: url("fonts/EamesCenturyModern-BookItalic.eot");
  src: url("fonts/EamesCenturyModern-BookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/EamesCenturyModern-BookItalic.woff") format("woff"), url("fonts/EamesCenturyModern-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Eames Century Modern';
  src: url("fonts/EamesCenturyModern-Bold.eot");
  src: url("fonts/EamesCenturyModern-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/EamesCenturyModern-Bold.woff") format("woff"), url("fonts/EamesCenturyModern-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Eames Century Modern';
  src: url("fonts/EamesCenturyModern-BoldItalic.eot");
  src: url("fonts/EamesCenturyModern-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/EamesCenturyModern-BoldItalic.woff") format("woff"), url("fonts/EamesCenturyModern-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: url("fonts/Avenir-Roman-webfont.eot");
  src: url("fonts/Avenir-Roman-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Roman-webfont.woff") format("woff"), url("fonts/Avenir-Roman-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("fonts/Avenir-Oblique-webfont.eot");
  src: url("fonts/Avenir-Oblique-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-Oblique-webfont.woff") format("woff"), url("fonts/Avenir-Oblique-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Avenir Next';
  src: url("fonts/avenir-heavy-webfont.eot");
  src: url("fonts/avenir-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-heavy-webfont.woff") format("woff"), url("fonts/avenir-heavy-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("fonts/Avenir-MediumOblique-webfont.eot");
  src: url("fonts/Avenir-MediumOblique-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Avenir-MediumOblique-webfont.woff") format("woff"), url("fonts/Avenir-MediumOblique-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

/*------------------------------------*    CONTENTS
\*------------------------------------*/
/**
 *
 * DEFAULT_VARS       Variables.
 * UTIL       Functions and mixins.
 * 
 * BASE_STYLES/     Basic/generic styles.
 *
 * OBJECTS/  Modular styles.
 * 
 */
/* default text body color. Why not? */
/**
 * _vars.scss
 * 
 * Use this to override any of the default variables in 1206-base/_default_vars,
 * or include new, project-sepcific variables.
 * 
 */
/*------------------------------------*    Overrides
\*------------------------------------*/
/*------------------------------------*    Custom
\*------------------------------------*/
/**
 * Place any project specific variables here.
 */
/*------------------------------------*    RESET
\*------------------------------------*/
/*
via http://csswizardry.com/2011/10/reset-restarted/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-weight: 400; }

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong, b, mark {
  font-weight: bold;
  font-style: inherit; }

em, i, cite, q, address, dfn, var {
  font-style: italic;
  font-weight: inherit; }

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted; }

ins {
  border-bottom: 1px solid; }

a, u, ins {
  text-decoration: none; }

del, s {
  text-decoration: line-through; }

pre, code, samp, kbd {
  font-family: monospace; }

small {
  font-size: 0.75em; }

img {
  border: none;
  font-style: italic; }

input,
select,
textarea {
  font: inherit; }

/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  display: none; }

/***********************************
 * Spacing / Layout
 ***********************************/
.wrapper-full {
  padding: 0;
  background-color: #999;
  min-height: 80%; }

/***********************************
 * Typography
 ***********************************/
body {
  color: #666;
  font-style: normal;
  font-weight: 400; }

p {
  margin: 0 0 2rem;
  color: #666;
  font-family: "Eames Century Modern", Georgia, serif;
  font-size: 1.07143rem;
  line-height: 1.469265; }
  p strong, p b {
    font-family: bold, "Eames Century Modern", Georgia, serif; }
  p em, p i {
    font-family: italic, "Eames Century Modern", Georgia, serif; }

blockquote p {
  color: #333;
  font-family: bold, "Eames Century Modern", Georgia, serif; }

a {
  color: #800020; }
  a:hover {
    text-decoration: underline; }

/***********************************
 * Navigation
 ***********************************/
nav[role="main"] {
  padding-top: 2.5rem; }
  nav[role="main"] ul.menu a {
    color: white;
    padding: 0 1rem; }
  nav[role="main"] ul.menu a:hover {
    color: #8A9593; }
  nav[role="main"] ul.menu li.current-menu-ancestor a,
  nav[role="main"] ul.menu li.current-menu-item a,
  nav[role="main"] ul.menu li.current-menu-parent a {
    color: #8A9593; }
  nav[role="main"] ul.menu ul.sub-menu {
    display: none;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 80%; }
  nav[role="main"] ul.menu li:hover ul.sub-menu {
    display: block;
    position: absolute;
    list-style-type: none;
    margin-left: 0;
    border-radius: 2px; }
    nav[role="main"] ul.menu li:hover ul.sub-menu li {
      padding: 0.25em;
      margin: 0; }

nav[role='global-nav'] {
  text-align: right;
  text-transform: uppercase; }
  nav[role='global-nav'] #menu-global li {
    display: inline-block;
    padding: 0 .5rem; }

/***********************************
 * Links
 ***********************************/
a {
  color: white;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all; }

.active-link {
  color: black; }

nav[role='global-nav'] a {
  color: black;
  font-size: .7rem; }

/***********************************
 * Lists
 ***********************************/
ul {
  list-style-type: none; }

#menu-main {
  text-align: right; }
  #menu-main li {
    display: inline-block; }
    #menu-main li a {
      padding: 0 1rem; }

/***********************************
 * Alignment
 ***********************************/
.footer-title {
  text-align: center; }

/***********************************
 * Images
 ***********************************/
img, object, embed, video, .wp-caption {
  max-width: 100%;
  height: auto; }

/***********************************
 * Meta
 ***********************************/
time {
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase; }

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-style: normal;
  margin: 2rem 0 0; }

.wysiwyg {
  font-size: 100%; }
  .wysiwyg .wp-caption img {
    margin: 0rem; }

#mc_embed_signup form#mc-embedded-subscribe-form {
  width: 100%; }

/* ==========================================================================
   Typography
   ========================================================================== */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-style: normal;
  font-weight: 400;
  font-family: "Avenir Next", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333; }

p {
  margin-bottom: 1em; }

blockquote p {
  padding: 2rem;
  font-size: 1.3rem; }

/***********************************
 * Quotes, Captions, etc.
 ***********************************/
caption,
.caption,
.wp-caption-text {
  font-size: 80%;
  padding-bottom: 2rem; }

/***********************************
 * Headings
 ***********************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #800020;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0.5em 0; }

h1, .h1 {
  font-size: 36px;
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 32px;
  font-size: 2rem; }

h3, .h3 {
  font-size: 28px;
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 24px;
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 18px;
  font-size: 1.125rem; }

/***********************************
 * Lists
 ***********************************/
ul {
  margin: 0 0 1em 2em;
  list-style-type: disc;
  font-size: 90%;
  line-height: 1.7; }

/***********************************
 * Rules
 ***********************************/
hr {
  clear: both;
  border-top: solid #999;
  border-width: 1px 0 0;
  margin: 2em 0; }
  hr.hr-small {
    margin: 1em 0; }
  hr.hr-flush {
    margin: 0; }
  hr.hr-clear {
    border-top: 0 none; }
  hr.hr-bottom {
    margin: 0 0 1em 0; }

/*------------------------------------*    $GRID BASICS
\*------------------------------------*/
.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 1206px; }

.row, .row-uniform {
  max-width: 1146px;
  width: 100%;
  margin: 5px auto;
  padding: 45px 0; }

.row:after, .row-uniform:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.row-uniform .span1:nth-child(12n),
.row-uniform .span2:nth-child(6n),
.row-uniform .span3:nth-child(4n),
.row-uniform .span4:nth-child(3n),
.row-uniform .span6:nth-child(2n),
.row-uniform .span12 {
  margin-right: 0; }

.row-uniform img {
  width: 100%; }

.row-no-gutters {
  max-width: 1206px;
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0; }

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
  margin-right: 2.6178%;
  float: left;
  min-height: 1px; }
  .span1 img, .span2 img, .span3 img, .span4 img, .span5 img, .span6 img, .span7 img, .span8 img, .span9 img, .span10 img, .span11 img, .span12 img {
    max-width: 100%; }

.last {
  margin-right: 0; }

/*------------------------------------*    $COLUMNS
\*------------------------------------*/
.row .span1, .row-uniform .span1 {
  width: 5.93368%; }

.row .span2, .row-uniform .span2 {
  width: 14.48517%; }

.row .span3, .row-uniform .span3 {
  width: 23.03665%; }

.row .span4, .row-uniform .span4 {
  width: 31.58813%; }

.row .span5, .row-uniform .span5 {
  width: 40.13962%; }

.row .span6, .row-uniform .span6 {
  width: 48.6911%; }

.row .span7, .row-uniform .span7 {
  width: 57.24258%; }

.row .span8, .row-uniform .span8 {
  width: 65.79407%; }

.row .span9, .row-uniform .span9 {
  width: 74.34555%; }

.row .span10, .row-uniform .span10 {
  width: 82.89703%; }

.row .span11, .row-uniform .span11 {
  width: 91.44852%; }

.row .span12, .row-uniform .span12 {
  width: 100%; }

.row-no-gutters .span1 {
  width: 5.93368%; }

.row-no-gutters .span2 {
  width: 14.48517%; }

.row-no-gutters .span3 {
  width: 23.03665%; }

.row-no-gutters .span4 {
  width: 31.58813%; }

.row-no-gutters .span5 {
  width: 40.13962%; }

.row-no-gutters .span6 {
  width: 48.6911%; }

.row-no-gutters .span7 {
  width: 57.24258%; }

.row-no-gutters .span8 {
  width: 65.79407%; }

.row-no-gutters .span9 {
  width: 74.34555%; }

.row-no-gutters .span10 {
  width: 82.89703%; }

.row-no-gutters .span11 {
  width: 91.44852%; }

.row-no-gutters .span12 {
  width: 100%; }

/*------------------------------------*    $OFFSETS
\*------------------------------------*/
.row .offset1, .row-uniform .offset1 {
  padding-left: 8.55148%; }

.row .offset2, .row-uniform .offset2 {
  padding-left: 17.10297%; }

.row .offset3, .row-uniform .offset3 {
  padding-left: 25.65445%; }

.row .offset4, .row-uniform .offset4 {
  padding-left: 34.20593%; }

.row .offset5, .row-uniform .offset5 {
  padding-left: 42.75742%; }

.row .offset6, .row-uniform .offset6 {
  padding-left: 51.3089%; }

.row .offset7, .row-uniform .offset7 {
  padding-left: 59.86038%; }

.row .offset8, .row-uniform .offset8 {
  padding-left: 68.41187%; }

.row .offset9, .row-uniform .offset9 {
  padding-left: 76.96335%; }

.row .offset10, .row-uniform .offset10 {
  padding-left: 85.51483%; }

.row .offset11, .row-uniform .offset11 {
  padding-left: 94.06632%; }

/***********************************
 * Lists
 ***********************************/
nav[role="main"] ul.menu, .inline-list {
  list-style: none; }
  nav[role="main"] ul.menu > li, .inline-list > li {
    display: inline-block; }

.image-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto; }

/**
 * Evenly spaced list with 3 elements.
 */
.button, .page-numbers {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #999;
  padding: .75em 1em;
  text-decoration: none; }
  .button:hover, .page-numbers:hover {
    background-color: black; }

.active-button {
  background-color: pink; }

/**
 * A full width element with background image.
 */
.block-full {
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/**
 * Fixed position header at the top of the site. 
 */
/*
Ex:
<header role="site-header" class="header-fixed">

  <div class="row">

    <div id="branding" class="span6">
      <img class="logo">
    </div>

    <nav class="main-nav span6 last">
    </nav>
    
  </div> <!-- /.row -->
</header>
*/
/**
 * Add .shrink class via JS for a shrinking nav bar.
 */
/*
Ex markup:
<header role="site-header">

  <div class="row">

    <div id="branding" class="span6">
      <img class="logo">
    </div>

    <nav class="main-nav span6 last">
    </nav>
    
  </div> <!-- /.row -->
</header>
*/
/**
 * Add .shrink class via JS for a shrinking nav bar.
 */
/*
Ex markup:
<header role="site-header">

  <div class="row">

    <div id="branding" class="span6">
      <img class="logo">
    </div>

    <nav class="main-nav span6 last">
    </nav>
    
  </div> <!-- /.row -->
</header>
*/
/* =-=-=-=-=-=- ADD TO BASE -=-=-=-=-=-= */
/* 
	Add new stuff below that you feel is missing from
	the base theme that could be beneficial future projects.

	When the project is done (or whenever), copy code from here
	and paste into base and push to 1206-base. SlowClouds 
*/
/*============================================================================
  Dependency-free breakpoint mixin
    - Based on http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
    - Usage docs: http://shopify.github.io/Timber/#sass-mixins
==============================================================================*/
/* =-=-=-=-=- COLORS -=-=-=-=-=-= */
/* 
	white = in default
	$lightGray = in default
	$medGray = in default
	$darkGray = in default 
	black = in default 

	Add new project color variables below.
*/
/* =-=-=-=-=-= STRUCTURE =-=-=-=-=-= */
body {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  background-color: silver; }

.contain {
  min-height: calc(100vh - 70px); }

.home .contain {
  background-color: #800020; }

header[role='site-header'] {
  background-color: #800020;
  text-align: left;
  position: relative;
  z-index: 10;
  min-height: 52px;
  z-index: 1;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top: 2px solid black; }
  header[role='site-header']:after {
    content: '';
    display: block;
    padding-bottom: 100px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: silver;
    border-top: 5px solid transparent;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-image: linear-gradient(to bottom left, #f5f5f5 0%, #e2e2e2 20%, #bbb 50%, #f5f5f5 60%, #e2e2e2 100%);
    border-image-slice: 1;
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.5), 0 -2px 0 0 rgba(0, 0, 0, 0.5);
    z-index: 2; }
  header[role='site-header']:before {
    content: '';
    display: block;
    padding-bottom: 115px;
    position: absolute;
    width: 100%;
    top: 0;
    background-color: #000;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-image: linear-gradient(to bottom left, silver 0%, #f5f5f5 20%, #bbb 50%, #f5f5f5 60%, #e2e2e2 100%);
    border-image-slice: 1;
    border-left-width: 0;
    border-right-width: 0;
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.5), 0 2px 0 0 rgba(0, 0, 0, 0.5);
    z-index: 2; }
  header[role='site-header'] .row, header[role='site-header'] .row-uniform {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap; }
  header[role='site-header'] [class^="span"] {
    position: relative;
    z-index: 4; }
  header[role='site-header'] #logo {
    text-align: center;
    top: 13px; }

.home header[role='site-header'] {
  border-bottom: 2px solid black; }
  .home header[role='site-header']:after {
    border-bottom: 5px solid transparent;
    box-shadow: inset 0px 2px 0px 0px black, 0 -2px 0 0 black, inset 0px -2px 0 0 black; }

.row.no-pad, .no-pad.row-uniform {
  padding-top: 0;
  padding-bottom: 0; }

.row.content, .content.row-uniform {
  padding-top: 0; }

.row.tight, .tight.row-uniform {
  margin-top: 0; }

img.logo {
  vertical-align: middle;
  height: auto; }

.logo-fixed {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 9000;
  margin-left: -125px; }

.single-horse .logo-fixed {
  width: 125px; }

.blog .logo-fixed {
  width: 125px; }

#menu-main {
  text-align: center;
  margin-bottom: 0; }

.flexslider {
  position: relative; }

.home.page .intro {
  position: absolute;
  width: 60%;
  color: #fff;
  left: 10%;
  bottom: 2em;
  z-index: 7000;
  text-align: left; }
  .home.page .intro p {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 44px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }

.contain {
  background-color: silver; }

.horses {
  padding: 0.01em 0; }
  .horses .span12.heading {
    text-align: center; }
  .horses h2 {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0; }
    .horses h2:before, .horses h2:after {
      background: transparent url(images/diamonds.png) center center no-repeat;
      width: 230px;
      height: 13px;
      display: inline-block;
      vertical-align: middle;
      content: '';
      background-size: contain; }
  .horses h3 {
    font-size: 21px;
    margin-bottom: 0; }
  .horses .row, .horses .row-uniform {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 45px;
    margin-bottom: 45px; }
  .horses .span4 {
    text-align: center; }
    .horses .span4 .horse {
      width: 100%;
      padding-bottom: 75%;
      background-size: cover;
      display: block;
      position: relative; }
      .horses .span4 .horse.stallians {
        background-image: url(/wp-content/uploads/Hucks-Premier-V-Region-5-Champion2005-1-1024x823.jpg); }
      .horses .span4 .horse.mares {
        background-image: url(/wp-content/uploads/catalog_src/halstead-s-american-tradition_src_2-1024x861.jpg); }
      .horses .span4 .horse.sales {
        background-image: url(/wp-content/uploads/catalog_src/eros-ariadne-2_src_1-1024x824.jpg); }
      .horses .span4 .horse .button {
        position: absolute;
        bottom: 5px;
        left: 5px; }

.burgundy {
  background-color: #800020;
  color: #fff;
  padding: 40px 0; }
  .burgundy p, .burgundy a, .burgundy h3 {
    color: #fff; }
  .burgundy p {
    padding: 0 40px; }
  .burgundy h3 {
    text-align: center;
    font-family: "Eames Century Modern", Georgia, serif;
    font-style: italic;
    font-weight: normal;
    color: silver; }
  .burgundy a:link, .burgundy a:visited {
    color: silver; }
  .burgundy a:hover {
    text-decoration: underline; }

.archive .horses h1 {
  text-align: center; }

.archive .horses .horse {
  position: relative; }
  .archive .horses .horse * {
    transition: all 0.7s; }
  .archive .horses .horse .img {
    height: 250px;
    display: table;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box; }
    .archive .horses .horse .img:before {
      content: '';
      display: inline-block;
      height: 250px;
      vertical-align: middle;
      box-sizing: border-box; }
    .archive .horses .horse .img .center {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      overflow: hidden;
      box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3);
      white-space: nowrap;
      box-sizing: border-box; }
      .archive .horses .horse .img .center img {
        border: 6px solid transparent;
        border-image: linear-gradient(to bottom left, silver 0%, #e2e2e2 20%, #bbb 50%, silver 60%, #e2e2e2 100%);
        border-image-slice: 1;
        max-height: 250px;
        width: auto;
        box-sizing: border-box;
        display: block; }
  .archive .horses .horse.sold .img .center:after {
    display: inline-block;
    content: 'SOLD';
    background-color: #c70a15;
    padding: 3px;
    width: 200px;
    position: absolute;
    top: 10px;
    right: -82px;
    font-family: 'Avenir Next';
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
  .archive .horses .horse h3, .archive .horses .horse p {
    font-family: 'Eames Century Modern', serif;
    font-weight: normal;
    font-size: 16px;
    padding: 0.5em 0 0;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.25); }
  .archive .horses .horse p {
    font-size: 12px;
    color: #800020; }
  .archive .horses .horse.span3, .archive .horses .horse.span4 {
    height: auto;
    line-height: 1.5; }
  .archive .horses .horse:hover h3 {
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.bottom.row, .bottom.row-uniform {
  padding: 0 0 45px;
  margin-bottom: 0; }

.bottom .span6 {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 1em; }
  .bottom .span6 p {
    font-family: "Avenir Next", Helvetica, Arial, sans-serif;
    font-size: 14px; }
  .bottom .span6 h4 {
    font-weight: bold;
    font-size: 14px; }
  .bottom .span6 h6 {
    font-weight: bold;
    font-family: "Eames Century Modern", Georgia, serif; }
  .bottom .span6 .excerpt {
    min-height: 7em; }

footer {
  background-color: #eee;
  padding: 25px 0;
  margin: 0; }
  footer .row, footer .row-uniform {
    margin: 0;
    padding: 0; }
  footer p {
    font-family: "Avenir Next", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #9a9a9a;
    text-align: center;
    margin: 0; }
  footer a, footer a:visited, footer a:hover {
    color: #9a9a9a; }

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* =-=-=-=-=- TYPOGRAPHY -=-=-=-=-= */
body {
  font-family: 'Eames Century Modern', serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Avenir Next', sans-serif; }

.single-horse h1 {
  margin-bottom: 0; }

.single-horse .breed {
  font-family: 'Avenir Next', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  text-transform: uppercase; }

.pedigree {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 50px 100px;
  box-sizing: border-box;
  border-radius: 2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
  margin-top: -45px; }
  .pedigree h3 {
    text-align: center;
    color: #fff;
    font-family: "Eames Century Modern", Georgia, serif; }
  .pedigree table {
    width: 100%;
    font-family: "Avenir Next", Helvetica, Arial, sans-serif; }

.page header.masthead {
  font-weight: bold;
  text-align: center;
  background-size: cover;
  background-position: center center;
  margin-top: 50px; }
  .page header.masthead h1 {
    color: #fff;
    font-weight: normal;
    font-size: 50px;
    font-size: 3.125rem;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
    margin: 1em 0; }

.page .intro {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Eames Century Modern', serif;
  margin-bottom: 0; }

.button {
  background-color: #800020;
  text-shadow: none;
  color: #fff !important; }
  .button:hover {
    text-decoration: none;
    background-color: #4d0013; }
  .button.outline {
    background-color: rgba(0, 0, 0, 0.16);
    border: 2px solid #800020;
    color: #FFFFFF;
    letter-spacing: 0px;
    text-shadow: 0px 1px 2px #000000; }
    .button.outline:hover {
      background-color: rgba(0, 0, 0, 0.5); }

a {
  color: #800020; }
  a:hover {
    text-decoration: none;
    color: #4d0013; }

.post-header .row, .post-header .row-uniform {
  padding-bottom: 0; }

.post-header h1 {
  margin: 0; }

.post-meta {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center; }
  .post-meta time {
    font-family: 'Avenir Next', sans-serif;
    color: white; }

.paging {
  text-align: center; }

/* =-=-=-=-=- NAVIGATION -=-=-=-=-= */
nav[role="main"] {
  padding-top: 0;
  font-family: 'Avenir Next', sans-serif; }
  nav[role="main"] ul.menu {
    margin: 137px 0 0; }
    nav[role="main"] ul.menu#menu-desktop-left {
      text-align: right; }
    nav[role="main"] ul.menu#menu-desktop-right {
      text-align: left; }
    nav[role="main"] ul.menu a {
      font-weight: bold; }
      nav[role="main"] ul.menu a:hover {
        text-decoration: none; }

.flex-control-nav {
  text-align: center !important; }

.toggle {
  display: none; }
  .toggle .button-hamburger {
    background: transparent url(images/icon-hamburger.png) left top no-repeat;
    width: 30px;
    height: 17px;
    display: block;
    text-indent: -9999px;
    background-size: 100%; }

nav[role="mobile"] {
  display: none; }
  nav[role="mobile"] ul.menu {
    margin-left: 0;
    margin-top: 110px; }
  nav[role="mobile"] .toggle {
    top: 45px; }

/* =-=-=-=-=- BUTTONS -=-=-=-=-= */
a.button, .button, .page-numbers {
  font: bold 14px/1 'Avenir Next', sans-serif; }

.page-numbers:hover {
  color: #fff; }
  .page-numbers:hover.current {
    background-color: #999;
    color: #666;
    cursor: default; }

/* =-=-=-=-=- Lists =-=-=-=-=-= */
/* =-=-=-=-=- IMAGES -=-=-=-=-= */
/* =-=-=-=-=- Forms -=-=-=-=-= */
/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden; }

.flexslider .slides > li {
  display: none;
  text-align: center;
  max-height: 300px; }
  .flexslider .slides > li .mejs-container {
    max-height: 300px; }

.flexslider .slides img, .flexslider .slides video {
  width: auto;
  max-height: 300px;
  display: inline-block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1; }
  .flexslider.themed {
    background-color: #9a9a9a;
    border: 4px solid #9a9a9a;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

.home .flexslider {
  margin: 0; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font: 40px/1 "flexslider-icon";
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

@media screen and (max-width: 1023px) {
  .logo-fixed {
    width: 125px; }
  .home.page .intro {
    width: 80%; }
    .home.page .intro p {
      font-size: 18px;
      line-height: 1.4;
      text-align: center; } }

@media screen and (max-width: 860px) {
  .logo-fixed {
    left: 50%;
    transform: translateX(-50%); }
  header[role="site-header"] .span4 {
    display: none; }
    header[role="site-header"] .span4#logo {
      display: block;
      text-align: center;
      width: 100%; }
  nav[role="main"] ul.menu {
    display: none !important; }
  nav[role="mobile"] {
    display: block; }
  .toggle {
    display: block;
    position: absolute;
    right: 25px;
    top: 135px;
    z-index: 8000; }
  .horses .heading {
    margin-bottom: 0 !important; }
  .horses .row:first-child, .horses .row-uniform:first-child, .horses .row:nth-child(2), .horses .row-uniform:nth-child(2) {
    margin-top: 1em;
    margin-bottom: 1em; }
  nav[role="mobile"].drop-block {
    display: block;
    position: absolute;
    z-index: 7999;
    bottom: 0;
    right: -100vw;
    height: 100vh;
    top: 0;
    width: 0;
    background-color: #666;
    font-size: 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
    nav[role="mobile"].drop-block.active {
      right: 0;
      width: 100vw;
      height: 100vh;
      font-size: 1rem;
      box-sizing: border-box;
      padding: 2em;
      -webkit-transition: 0.5s all;
      -moz-transition: 0.5s all;
      -o-transition: 0.5s all;
      transition: 0.5s all; }
      nav[role="mobile"].drop-block.active .menu-mobile-container {
        margin: 4rem 2rem; }
        nav[role="mobile"].drop-block.active .menu-mobile-container ul {
          list-style-type: none;
          text-align: center; }
        nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item a {
          color: #fff;
          font-size: 1.6rem;
          font-family: "Avenir Next", Helvetica, Arial, sans-serif; }
        nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item .sub-menu {
          display: block;
          position: relative;
          text-align: left;
          padding: 0 0 0.7rem 0;
          margin-left: 0; }
          nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item .sub-menu li {
            display: inline-block;
            line-height: 1.3; }
            nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item .sub-menu li:after {
              content: ","; }
          nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item .sub-menu a {
            font-size: 1rem;
            font-family: "Avenir Next", Helvetica, Arial, sans-serif;
            font-weight: 300;
            padding: 0; }
        nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item.current-menu-item > a {
          font-family: "Avenir Next", Helvetica, Arial, sans-serif;
          font-weight: 300;
          padding: 0;
          color: #800000;
          text-decoration: none; }
        nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item.current-menu-item .sub-menu a {
          color: #274048;
          text-decoration: none; }
        nav[role="mobile"].drop-block.active .menu-mobile-container li.menu-item.current-menu-parent > a {
          text-decoration: underline; } }

/*  #1280 - 1800
================================================== */
@media only screen and (min-width: 1024px) and (max-width: 1800px) {
  html {
    font-size: 105%; } }

/*  #Tablet (Landscape)
================================================== */
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  html {
    font-size: 85%; } }

/*  #Mobile (Portrait)
================================================== */
@media only screen and (min-width: 320px) and (max-width: 640px) {
  html {
    font-size: 65%; }
  .row .span1, .row-uniform .span1,
  .row .span2, .row-uniform .span2,
  .row .span3, .row-uniform .span3,
  .row .span4, .row-uniform .span4,
  .row .span5, .row-uniform .span5,
  .row .span6, .row-uniform .span6,
  .row .span7, .row-uniform .span7,
  .row .span8, .row-uniform .span8,
  .row .span9, .row-uniform .span9,
  .row .span10, .row-uniform .span10,
  .row .span11, .row-uniform .span11,
  .row .span12, .row-uniform .span12 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 2em; }
    .row .span1.last, .row-uniform .span1.last,
    .row .span2.last, .row-uniform .span2.last,
    .row .span3.last, .row-uniform .span3.last,
    .row .span4.last, .row-uniform .span4.last,
    .row .span5.last, .row-uniform .span5.last,
    .row .span6.last, .row-uniform .span6.last,
    .row .span7.last, .row-uniform .span7.last,
    .row .span8.last, .row-uniform .span8.last,
    .row .span9.last, .row-uniform .span9.last,
    .row .span10.last, .row-uniform .span10.last,
    .row .span11.last, .row-uniform .span11.last,
    .row .span12.last, .row-uniform .span12.last {
      margin-bottom: 0; }
  .horses h2:before, .horses h2:after {
    display: none; }
  .bottom.row, .bottom.row-uniform {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box; }
    .bottom.row .span6, .bottom.row-uniform .span6 {
      padding-left: 1em;
      padding-right: 1em; }
  footer {
    text-align: center;
    height: auto;
    margin: -10px 0 0 0; }
  .home.page .intro {
    bottom: 0.5em; }
    .home.page .intro p {
      font-size: 14px;
      line-height: 1.4;
      text-align: center; } }
