/*
Theme Name: Spirit Equine
Theme URI: http://www.spiritequine.com/
Description: A theme for Spirit Equine
Version: 1.0
Author: Josh White
Author URI: http://boundlessdm.com
Tags: Clean, Basic, Blanc
*/
.mobile-hide {
  display: auto; }
  @media screen and (max-width: 600px) {
    .mobile-hide {
      display: none !important; } }

.grid {
  text-align: center; }

.clear {
  clear: both; }

.alignleft {
  float: left;
  margin: 10px; }

.alignright {
  float: right;
  margin: 10px; }

.aligncenter {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto; }

html, * {
  margin: 0px;
  padding: 0px; }

body {
  font-family: 'Crimson Text', serif;
  font-size: 120%; }

.topbar {
  background: #da225e;
  padding: 10px 0px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25); }
  .topbar p {
    padding: 0px;
    color: #fff;
    font-size: 1.4em; }

.header-home {
  width: 100%;
  height: 600px;
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
  background-position: center center;
  border-bottom: 15px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 920px) {
    .header-home {
      height: 400px; } }
  .header-home img {
    width: 100%;
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    @media screen and (max-width: 1050px) {
      .header-home img {
        height: 100%;
        width: 100%; } }

.header-page {
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden;
  background-size: 100% auto;
  background-position: center center;
  border-bottom: 15px solid rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 920px) {
    .header-page {
      background-size: auto 100%; } }
  .header-page img {
    width: 100%;
    height: auto;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    @media screen and (max-width: 1050px) {
      .header-page img {
        height: 100%;
        width: 100%; } }

.homepage-quote {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 300px; }
  .homepage-quote hr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .homepage-quote h1 {
    font-size: 3em;
    color: #fff;
    line-height: 1.5; }
  .homepage-quote p {
    font-size: .8em;
    color: #fff;
    font-weight: 300; }
  @media screen and (max-width: 1050px) {
    .homepage-quote {
      top: 150px;
      font-size: 70%; } }

.message {
  width: 40%;
  text-align: right;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 999; }
  .message h1 {
    font-size: 3em;
    color: #fff;
    line-height: 1.25; }
  .message p {
    font-size: 1.4em;
    color: #fff;
    font-weight: 300; }
  @media screen and (max-width: 1050px) {
    .message {
      line-height: 1;
      font-size: 90%; } }
  @media screen and (max-width: 600px) {
    .message {
      display: none; } }

.container {
  max-width: 1280px;
  position: relative;
  margin: auto; }

.content {
  padding: 30px 0px; }
  .content ul {
    margin: 10px 10px 10px 40px; }
  .content li {
    color: #5f5f5f; }
  .content a {
    color: #d51e54;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
  .content a:hover {
    color: #006db5; }
  @media screen and (max-width: 1050px) {
    .content img {
      max-width: 100%;
      height: auto; } }
  @media screen and (max-width: 920px) {
    .content {
      padding: 50px 5px 5px 5px; } }

ul.checks {
  margin: 10px 10px 10px 20px; }
  ul.checks li {
    list-style-type: none;
    padding: 5px;
    font-weight: 600; }
  ul.checks li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin: 0 5px 0 -15px;
    color: inherit; }

.content-left {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 65%;
  margin: 10px 0 10px 0;
  padding: 20px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15); }

.sidebar {
  background: #fff;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.15);
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 25%;
  margin: 10px 0 10px 30px; }
  .sidebar h3, .sidebar h1, .sidebar h2, .sidebar p {
    padding: 10px; }
  .sidebar ul {
    margin: 0px;
    padding: 0px; }
  .sidebar ul > li {
    list-style-type: none;
    padding: 0px; }
    .sidebar ul > li a {
      display: block;
      padding: 10px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      -webkit-transition: all .10s ease-in-out;
      -moz-transition: all .10s ease-in-out;
      -o-transition: all .10s ease-in-out;
      transition: all .10s ease-in-out; }
    .sidebar ul > li a:hover {
      background: rgba(0, 0, 0, 0.05); }

.logo {
  width: 400px;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 999; }
  @media screen and (max-width: 600px) {
    .logo {
      position: relative;
      width: 250px;
      margin: auto;
      left: auto;
      top: 30px; } }
  .logo img {
    width: 100%;
    height: auto; }

.contact-box {
  width: 450px;
  position: absolute;
  right: 0px;
  top: 20px;
  text-align: right;
  padding: 0px 20px;
  color: #fff;
  font-weight: 300;
  font-size: 1.2em;
  line-height: 1.15;
  z-index: 999; }
  .contact-box a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #fff; }
  .contact-box a:hover {
    color: #c02e4a; }
  @media screen and (max-width: 1050px) {
    .contact-box {
      width: 215px;
      line-height: 2; } }
  @media screen and (max-width: 600px) {
    .contact-box {
      display: none; } }

.slicknav_menu {
  display: none; }
  @media screen and (max-width: 600px) {
    .slicknav_menu {
      display: block; } }

.top-menu {
  width: 100%;
  text-align: right;
  z-index: 999;
  /* Drop down hover */ }
  @media screen and (max-width: 920px) {
    .top-menu {
      display: none; } }
  .top-menu ul {
    padding: 0px;
    margin: 0px;
    /* Drop down */ }
    .top-menu ul ul:after {
      content: '';
      width: 0;
      height: 0;
      top: -5px;
      position: absolute;
      left: 5px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #222; }
    .top-menu ul ul {
      list-style: none;
      position: absolute;
      left: -9999px;
      padding: 0px;
      text-align: left; }
      .top-menu ul ul li {
        display: block;
        padding: 0px 0px;
        width: 200px; }
        .top-menu ul ul li a {
          display: block;
          background: #222;
          padding: 12px 8px;
          color: #fff;
          font-size: .9em; }
        .top-menu ul ul li a:hover {
          background: #000000;
          color: #fff; }
  .top-menu li:hover ul {
    left: 10px;
    top: 38px; }
  .top-menu li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative; }
    .top-menu li a {
      display: block;
      padding: 8px 16px;
      color: #fff;
      background: rgba(255, 255, 255, 0.1);
      font-size: 1em;
      border-radius: 8px;
      -webkit-transition: all .25s ease-in-out;
      -moz-transition: all .25s ease-in-out;
      -o-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out; }
    .top-menu li a:hover {
      color: #fff;
      background: rgba(255, 255, 255, 0.4); }
  .top-menu li:last-child {
    border: none; }

.footer-menu ul {
  margin: 0px;
  padding: 0px; }
.footer-menu li {
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0px;
  border-right: 1px solid #848484; }
  .footer-menu li a {
    color: #d51e54;
    font-size: 1em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: block;
    padding: 3px; }
  .footer-menu li a:hover {
    color: #fff; }
.footer-menu li:last-child {
  border: none; }

.footer {
  padding: 50px 0px;
  position: relative;
  background: #222;
  color: #fff; }
  .footer h3 {
    color: #d51e54;
    font-size: 1.6em; }
  .footer a {
    color: #da225e; }
  .footer a:hover {
    color: #fff; }

@media screen and (max-width: 600px) {
  .footer-left {
    text-align: center; } }

.footer-right {
  text-align: right; }
  @media screen and (max-width: 600px) {
    .footer-right {
      text-align: center; } }

a {
  text-decoration: none;
  color: #d51e54;
  -webkit-transition: color .25s ease-in-out; }

a:hover {
  color: #006db5; }

h1 {
  font-weight: 300;
  color: #da225e;
  font-size: 3em;
  padding: 10px;
  font-family: 'Mr De Haviland', cursive;
  font-weight: 400; }
  @media screen and (max-width: 600px) {
    h1 {
      padding: 5px 10px; } }

h2 {
  color: #428ea4;
  font-weight: 300;
  font-size: 1.8em;
  padding: 10px; }
  @media screen and (max-width: 600px) {
    h2 {
      padding: 5px 10px; } }

h3 {
  color: #222;
  font-weight: 400;
  font-size: 1.8em;
  padding: 10px; }
  @media screen and (max-width: 600px) {
    h3 {
      padding: 5px 10px; } }

p {
  color: #222;
  font-size: 1em;
  line-height: 1.5;
  padding: 10px 10px 20px 10px; }
  @media screen and (max-width: 600px) {
    p {
      padding: 5px 10px; } }

b, strong {
  color: #222;
  font-weight: bold;
  font-weight: 600; }

hr.page {
  border: none;
  height: 10px;
  background: #eee;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.25);
  width: 100%; }

hr.fancy {
  background: url("images/hr-bg.png") center center no-repeat;
  background-size: 100% auto;
  border: none;
  width: 50%;
  height: 50px;
  margin: 25px auto;
  display: block; }

hr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #8a857f;
  width: 20%;
  margin: 10px auto; }

blockquote {
  border-left: 5px solid #7f93ac;
  font-style: italic;
  font-size: 1.2em;
  padding: 20px;
  color: #637892; }
  blockquote p {
    color: #4491cd;
    font-size: 1.2em; }

.top-footer {
  background: #f8f8f9;
  padding: 10px;
  text-align: center; }
  .top-footer a {
    color: #999; }

.gform_wrapper {
  margin: 10px 20px !important; }

img.responsive {
  max-width: 75%;
  margin: auto;
  display: block;
  height: auto;
  padding: 15px;
  border: 1px solid #eee; }

.parallax-container {
  padding: 50px 0px;
  text-align: center; }
  .parallax-container h1 {
    color: #fff; }
  .parallax-container p {
    color: #fff; }
  .parallax-container li {
    color: #fff; }

a.fancy-button {
  padding: 10px;
  color: #fff;
  background: #5291a3;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 600px) {
    a.fancy-button {
      display: block;
      width: 90%;
      margin: auto;
      text-align: center; } }

a.fancy-button:hover {
  background: #c02e4a;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }

.one-third {
  width: 30%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 10px 0 0;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-third {
      width: 100%; } }

.two-third {
  width: 65%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 10px 0 0; }
  @media screen and (max-width: 600px) {
    .two-third {
      width: 100%;
      display: block; } }

.one-half {
  width: 49%;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }
  @media screen and (max-width: 600px) {
    .one-half {
      width: 100%;
      display: block; } }

table {
  color: #222;
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  border: 1px solid #ccc;
  padding: 10px;
  transition: all 0.3s; }

th {
  background: #DFDFDF;
  font-weight: bold; }

td {
  background: #fafafa; }

tr:hover, td:hover {
  background: #d3d3d3; }

/* Even Cells */
tr:nth-child(even) td {
  background: #F1F1F1; }

/* Odd Cells */
tr:nth-child(odd) td {
  background: #FEFEFE; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type=submit]#searchsubmit {
  font-size: .8em;
  padding: 4px 8px; }

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
textarea {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 3px;
  padding: 5px;
  width: 80%; }

input[type=submit] {
  background: #3875a7;
  font-size: 1.2em;
  border: none;
  padding: 10px;
  color: #fff;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

input[type=submit]:hover {
  background: #222; }

/*# sourceMappingURL=style.css.map */
