/* VARS */
/* v. 1.31 */
/* MIXINS */
/* BASE */
@import url(../css/vendor/modern-normalize.css);
@import url(../css/fonts/raleway/raleway.css);
@import url(../css/fonts/font-awesome/css/all.css);
html {
  height: 100%; }
  html body {
    position: relative;
    display: block;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-family: 'raleway-light';
    background-color: #000000;
    overflow-x: hidden; }

/* IMPORTS */
#curtain {
  position: fixed;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 999; }

#header.homepage {
  position: relative;
  display: block;
  height: 100%;
  height: 100vh;
  width: 100%;
  min-height: 100%;
  background-color: #000000;
  color: #ffffff;
  font-family: 'ralewaylight';
  z-index: 200; }
  #header.homepage .splash-menu {
    position: absolute;
    display: block;
    top: 95px;
    right: 75px;
    text-align: right;
    font-size: 18px;
    letter-spacing: 4px; }
    #header.homepage .splash-menu ul {
      list-style: none; }
      #header.homepage .splash-menu ul a {
        text-decoration: none;
        color: #ffffff; }
      #header.homepage .splash-menu ul a:visited {
        color: #ffffff; }
      #header.homepage .splash-menu ul li {
        position: relative;
        display: inline-block;
        margin-left: 50px; }
    #header.homepage .splash-menu .sub-menu {
      -moz-transform: none;
      -webkit-transform: none;
      transform: none;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: left;
      position: absolute;
      left: -40px;
      opacity: 0;
      visibility: hidden;
      font-size: 16px;
      width: 200px; }
      #header.homepage .splash-menu .sub-menu li {
        margin-left: 15px;
        letter-spacing: normal;
        font-size: 16px; }

#header.homepage a {
  color: #f39c12; }

#splash-logo {
  position: absolute;
  width: 95%;
  max-width: 870px;
  min-width: 360px;
  max-height: 202px;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
  #splash-logo p {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 48px; }
    #splash-logo p a {
      text-decoration: none;
      color: #ecf0f1 !important; }
      #splash-logo p a i {
        color: #993333; }

#splash-logo svg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  #splash-logo svg .letter, #splash-logo svg #slogan, #splash-logo svg .red-o {
    opacity: 0; }
  #splash-logo svg .line-wrapper {
    position: relative;
    overflow: hidden; }
  #splash-logo svg .line-wrapper .overlay {
    position: relative;
    display: block;
    content: '';
    background: #000000;
    height: 100%;
    width: 0px;
    z-index: 999;
    top: 0px;
    left: 0px; }

#splash-scroll {
  position: absolute;
  display: block;
  z-index: 99;
  width: 94px;
  height: 28px;
  bottom: 20px;
  left: 50%;
  margin-left: -47px;
  opacity: 0; }
  #splash-scroll #small-arrow {
    position: absolute;
    display: block;
    background: url(../img/splash/splash-arrow.png) center no-repeat;
    width: 94px;
    height: 28px; }
  #splash-scroll #big-arrow {
    position: absolute;
    display: block;
    background: url(../img/splash/splash-arrow-big.png) center no-repeat;
    width: 94px;
    height: 38px;
    opacity: 0;
    top: -60px; }

body.static {
  background-color: #ffffff; }

.responsive-button {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  color: #ffffff;
  display: none;
  line-height: 60px;
  text-align: center;
  font-size: 46px;
  cursor: pointer; }

#header.homepage .responsive-button {
  top: 20px;
  right: 20px; }

#header.static .responsive-button {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px; }

#floating-menu .responsive-button {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px; }

#header.static {
  position: relative;
  display: block;
  background-color: #000000;
  width: 100%;
  height: 80px;
  /*.bottom-bar{
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 10px;
      background: url('../img/header-bar-bottom.png');
      background-position: top left;
      background-repeat: repeat-x;
      bottom: -5px;
      left: 0px
  }*/ }
  #header.static #branding {
    position: absolute;
    display: block;
    width: 260px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: 30px; }
  #header.static #branding img {
    height: 100%;
    width: 100%; }
  #header.static #menu {
    position: absolute;
    display: block;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    text-align: right;
    font-size: 18px; }
    #header.static #menu a {
      text-decoration: none;
      color: #ecf0f1; }
    #header.static #menu ul {
      list-style: none; }
      #header.static #menu ul li {
        position: relative;
        display: inline-block;
        margin-left: 50px; }
    #header.static #menu .sub-menu {
      -moz-transform: none;
      -webkit-transform: none;
      transform: none;
      display: block;
      position: absolute;
      left: -40px;
      bottom: -20px;
      opacity: 0;
      visibility: hidden;
      font-size: 16px;
      width: 200px; }
      #header.static #menu .sub-menu li {
        float: left;
        margin-left: 0px;
        margin-right: 10px;
        display: inline-block;
        letter-spacing: normal; }

#wrapper.hfeed {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #5f6868;
  font-size: 18px;
  font-family: 'ralewaylight';
  /*#contact::before{
  position: absolute;
  content: '';
  display: block;
  height: 10px;
  width: 100%;
  background: url(../img/red-bar-top.jpg) top left repeat-x;
  }*/ }
  #wrapper.hfeed h2 {
    font-family: 'ralewaybold';
    font-size: 36px; }
  #wrapper.hfeed a {
    color: #993333;
    text-decoration: none; }
  #wrapper.hfeed .section {
    position: relative;
    display: block;
    width: 100%;
    height: 614px;
    overflow: hidden;
    margin-bottom: 1px; }
    #wrapper.hfeed .section .shader {
      position: absolute;
      display: block;
      height: 100%;
      width: 100%;
      top: 0px;
      left: 0px;
      background-color: #000;
      opacity: 0.15;
      z-index: 10;
      visibility: hidden; }
    #wrapper.hfeed .section .background {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    #wrapper.hfeed .section .background.portrait {
      display: none; }
    #wrapper.hfeed .section .wrapper {
      position: relative;
      width: 100%;
      max-width: 1600px;
      min-height: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 10px;
      padding-right: 10px; }
    #wrapper.hfeed .section .title {
      position: relative;
      display: block;
      width: 100%;
      height: 160px;
      text-align: center;
      color: #ffffff;
      opacity: 0.4;
      top: 0px;
      font-size: 160px;
      font-family: 'ralewaybold';
      text-transform: lowercase;
      line-height: 160px; }
    #wrapper.hfeed .section .text {
      position: relative;
      font-size: 24px;
      font-family: 'ralewaylight';
      margin-top: 25px; }
      #wrapper.hfeed .section .text strong {
        font-family: 'ralewaybold';
        font-size: 24px; }
      #wrapper.hfeed .section .text p {
        margin-top: 0px;
        margin-bottom: 0px; }
      #wrapper.hfeed .section .text .line {
        margin-bottom: 30px; }
    #wrapper.hfeed .section .text.centerblock {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      max-width: 1024px; }
  #wrapper.hfeed #practical .title {
    color: #5f6868; }
  #wrapper.hfeed #practical .text {
    color: #5f6868;
    margin-top: 0px;
    text-align: center; }
  #wrapper.hfeed #lighthouse {
    z-index: 99;
    /*-webkit-box-shadow: 0px 5px 8px $col_black;
    box-shadow: 0px 5px 8px $col_black;*/ }
    #wrapper.hfeed #lighthouse .text {
      color: #ffffff;
      font-style: italic;
      margin-top: 0px;
      text-align: center; }
  #wrapper.hfeed #followup {
    background-color: #ffffff;
    color: #5f6868;
    z-index: 80; }
    #wrapper.hfeed #followup #tree {
      position: absolute;
      bottom: 0px;
      right: 0px;
      opacity: 0.2;
      width: 50%;
      max-width: 482px;
      min-width: 250px; }
    #wrapper.hfeed #followup .text {
      color: #5f6868;
      text-align: center; }
      #wrapper.hfeed #followup .text .line {
        font-family: 'ralewaythin';
        margin-bottom: 50px; }
      #wrapper.hfeed #followup .text .line-1 {
        margin-left: -160px; }
      #wrapper.hfeed #followup .text .line-3 {
        margin-left: 50px; }
  #wrapper.hfeed #discover {
    z-index: 99;
    /*-webkit-box-shadow: 0px -5px 8px $col_black;
    box-shadow: 0px -5px 8px $col_black;*/ }
    #wrapper.hfeed #discover .text {
      text-align: center;
      color: #ffffff; }
      #wrapper.hfeed #discover .text strong {
        font-size: 24px; }
  #wrapper.hfeed #engage::before {
    position: absolute;
    display: block;
    content: '';
    top: -10px;
    left: 0px;
    height: 10px;
    width: 100%;
    /*-webkit-box-shadow: 0px 5px 8px $col_black;
    box-shadow: 0px 5px 8px $col_black;*/
    z-index: 999; }
  #wrapper.hfeed #engage {
    z-index: 70;
    /*-webkit-box-shadow: 0px 5px 8px $col_black;
    box-shadow: 0px 5px 8px $col_black;*/ }
    #wrapper.hfeed #engage .text {
      color: #ffffff; }
    #wrapper.hfeed #engage .wrapper {
      max-width: 1024px; }
    #wrapper.hfeed #engage .background.portrait {
      left: auto;
      -moz-transform: none;
      -webkit-transform: none;
      transform: none;
      right: 0px; }
  #wrapper.hfeed #explore {
    z-index: 60;
    /*-webkit-box-shadow: 0px 5px 8px $col_black;
    box-shadow: 0px 5px 8px $col_black;*/ }
    #wrapper.hfeed #explore .title {
      color: #ffffff;
      z-index: 20;
      opacity: 0.4; }
    #wrapper.hfeed #explore .text {
      text-align: center;
      margin-top: 25px;
      z-index: 20;
      color: #ffffff; }
    #wrapper.hfeed #explore .line-6 {
      font-size: 160px;
      opacity: 0.4;
      font-family: 'ralewaybold';
      margin-top: -50px;
      color: #ffffff; }
  #wrapper.hfeed #calendar {
    background-color: #ecf0f1;
    height: auto;
    /*-webkit-box-shadow: 0px 5px 8px $col_black;
    box-shadow: 0px 5px 8px $col_black;*/
    z-index: 50; }
    #wrapper.hfeed #calendar .wrapper {
      color: #5f6868;
      max-width: 1024px; }
      #wrapper.hfeed #calendar .wrapper .title {
        color: #000000; }
  #wrapper.hfeed #meet {
    background-color: #ffffff;
    height: auto;
    z-index: 40;
    padding-bottom: 20px;
    margin-bottom: 0px; }
    #wrapper.hfeed #meet a {
      color: #993333;
      text-decoration: none; }
    #wrapper.hfeed #meet .wrapper {
      color: #5f6868;
      max-width: 1024px; }
    #wrapper.hfeed #meet .title {
      color: #000000; }
    #wrapper.hfeed #meet img.alignleft {
      float: left;
      margin: 30px;
      margin-left: 0px; }
    #wrapper.hfeed #meet img.alignright {
      float: right;
      margin: 30px;
      margin-right: 0px; }
    #wrapper.hfeed #meet p {
      margin-bottom: 20px; }
    #wrapper.hfeed #meet .bio {
      position: relative;
      display: block;
      height: auto;
      width: 100%;
      padding-bottom: 30px;
      margin-bottom: 40px;
      text-align: justify;
      text-align-last: left;
      line-height: 32px; }
    #wrapper.hfeed #meet .bio::after {
      position: absolute;
      display: block;
      content: '';
      width: 60%;
      min-width: 240px;
      height: 1px;
      border-bottom: 1px solid #993333;
      bottom: 0px;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    #wrapper.hfeed #meet .bio.last::after {
      border-bottom: transparent; }
  #wrapper.hfeed #contact {
    background-color: #ffffff;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 0px; }
    #wrapper.hfeed #contact .title {
      color: #000000; }
  #wrapper.hfeed .testimonial {
    max-width: 1024px; }
    #wrapper.hfeed .testimonial .testimonial-content::before, #wrapper.hfeed .testimonial .testimonial-content::after {
      visibility: hidden; }

#wrapper.flexbox-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh; }
  #wrapper.flexbox-wrapper #header {
    flex-shrink: 0;
    align-self: flex-start; }
  #wrapper.flexbox-wrapper #container {
    flex: 1 0 auto; }
  #wrapper.flexbox-wrapper #footer {
    flex-shrink: 0;
    align-self: flex-end; }

#single-event {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 18px;
  color: #5f6868;
  padding-bottom: 20px;
  line-height: 26px; }
  #single-event .meta {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: solid thin #993333;
    padding-bottom: 10px; }
    #single-event .meta .name {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column; }
      #single-event .meta .name .title {
        font-size: 48px;
        font-family: 'ralewaybold'; }
      #single-event .meta .name .ledby {
        font-size: 18px; }
  #single-event .dates {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 10px; }
    #single-event .dates .date {
      font-family: 'ralewaybold';
      color: #993333; }
    #single-event .dates .event-icons {
      font-size: 24px;
      min-width: 50%;
      text-align: right; }
      #single-event .dates .event-icons .icon {
        margin-left: 20px;
        color: #5f6868;
        display: inline-block; }
        #single-event .dates .event-icons .icon img {
          height: 25px; }
      #single-event .dates .event-icons .icon.inactive {
        opacity: 0.2; }
  #single-event a {
    color: #993333;
    text-decoration: none; }
  #single-event .contact {
    position: relative;
    display: block;
    width: 90%;
    max-width: 320px;
    height: 60px;
    line-height: 60px;
    margin-left: auto;
    right: 0px;
    border: 1px solid #993333;
    color: #5f6868; }
    #single-event .contact img {
      height: 35px;
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 10px; }
    #single-event .contact span {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 10px;
      font-size: 36px; }
  #single-event .button.email {
    position: relative;
    display: inline-block;
    right: 0px;
    margin-left: auto;
    width: 90%;
    max-width: 187px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #993333;
    color: #5f6868;
    text-align: center;
    transition-duration: 0.6s;
    float: right; }
    #single-event .button.email img {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 10px;
      height: 35px; }
  #single-event .button.email:hover {
    background-color: #993333;
    color: #ffffff; }
  #single-event .tribe-events-cal-links {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-end; }
    #single-event .tribe-events-cal-links .tribe-events-button {
      background-color: transparent;
      border-radius: 0px;
      border: 1px solid #993333;
      color: #5f6868;
      padding: 0px;
      padding-right: 10px;
      height: 32px;
      line-height: 32px;
      font-family: 'ralewaylight';
      font-size: 18px;
      font-weight: normal;
      transition-duration: 0.6s; }
    #single-event .tribe-events-cal-links .tribe-events-button:hover {
      background-color: #993333;
      color: #ffffff; }
    #single-event .tribe-events-cal-links .tribe-events-button::before {
      position: relative;
      display: block;
      content: '\f073';
      font-family: 'Font Awesome 5 Free';
      float: left;
      margin-right: 20px;
      left: 10px; }
  #single-event img.alignleft {
    float: left;
    margin: 10px 10px 10px 0px; }
  #single-event img.alignright {
    float: right;
    margin: 10px 0px 10px 10px; }
  #single-event .signup .icon {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #ffffff;
    border: #993333 solid thin;
    float: right;
    margin-right: 10px;
    transition-duration: 0.5s; }
    #single-event .signup .icon img {
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 25px; }
  #single-event .signup .inactive {
    display: none; }

#content.contact {
  min-height: 390px; }
  #content.contact h2 {
    margin-bottom: 50px; }
  #content.contact article {
    position: relative;
    display: block;
    height: 100%;
    min-height: 390px;
    width: 100%; }
  #content.contact .entry-content {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }

#contact-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #5f6868;
  font-family: 'ralewaylight';
  font-size: 18px;
  padding-top: 25px;
  padding-bottom: 25px; }

/* Ninja Forms styling */
.nf-form-cont {
  position: relative;
  display: block;
  max-width: 1000px;
  width: 100%;
  height: auto;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 10px;
  padding-right: 10px; }
  .nf-form-cont .nf-field {
    position: relative;
    display: block;
    flex-direction: row;
    height: auto;
    width: 100%; }
    .nf-form-cont .nf-field .field-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: nowrap; }
      .nf-form-cont .nf-field .field-wrap .nf-field-element {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: auto;
        width: 100%;
        /*-webkit-box-shadow: 0px 0px 4px $col_black;
        box-shadow: 0px 0px 4px $col_black;*/
        border: 1px solid #5f6868; }
        .nf-form-cont .nf-field .field-wrap .nf-field-element input[type="text"], .nf-form-cont .nf-field .field-wrap .nf-field-element input[type="email"] {
          position: relative;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          width: 100%;
          background: #ffffff;
          color: #000000;
          padding-left: 10px;
          height: 50px;
          line-height: 50px;
          border: none;
          font-family: 'ralewaybold'; }
        .nf-form-cont .nf-field .field-wrap .nf-field-element input::placeholder, .nf-form-cont .nf-field .field-wrap .nf-field-element textarea::placeholder {
          color: #000000; }
      .nf-form-cont .nf-field .field-wrap .nf-field-label {
        position: relative;
        display: none;
        background-color: #5f6868;
        color: #ffffff;
        height: 50px;
        width: 20%;
        min-width: 138px;
        text-align: center;
        font-family: 'ralewaybold';
        line-height: 50px;
        -moz-border-radius: 90px 0px 0px 90px;
        -webkit-border-radius: 90px 0px 0px 90px;
        border-radius: 90px 0px 0px 90px;
        padding: 0px; }
        .nf-form-cont .nf-field .field-wrap .nf-field-label label {
          position: relative;
          display: block;
          width: 100%; }
    .nf-form-cont .nf-field .field-wrap.textarea-wrap .nf-field-label {
      display: none; }
    .nf-form-cont .nf-field .field-wrap.textarea-wrap .nf-field-element {
      position: relative;
      display: block;
      width: 100%;
      height: 300px; }
      .nf-form-cont .nf-field .field-wrap.textarea-wrap .nf-field-element textarea {
        width: 100%;
        background: #ffffff;
        color: #000000;
        padding: 10px;
        border: none;
        flex-grow: 1;
        min-height: 298px; }
      .nf-form-cont .nf-field .field-wrap.textarea-wrap .nf-field-element textarea::placeholder {
        color: #000000; }
    .nf-form-cont .nf-field .field-wrap.submit-wrap {
      position: relative;
      display: block;
      clear: both; }
      .nf-form-cont .nf-field .field-wrap.submit-wrap .nf-field-label {
        display: none; }
      .nf-form-cont .nf-field .field-wrap.submit-wrap .nf-field-element {
        position: relative;
        display: block;
        width: 160px;
        float: right;
        border: none; }
        .nf-form-cont .nf-field .field-wrap.submit-wrap .nf-field-element input {
          position: relative;
          display: block;
          height: 50px;
          width: 100%;
          line-height: 50px;
          font-family: 'ralewaylight';
          color: #5f6868;
          border: 1px solid #993333;
          cursor: pointer; }
  .nf-form-cont .textarea-container .field-wrap {
    height: auto;
    min-height: 300px; }
  .nf-form-cont textarea {
    flex-grow: 1; }
  .nf-form-cont .nf-form-fields-required, .nf-form-cont .ninja-forms-req-symbol {
    display: none; }

.abarley-form .nf-field {
  margin-bottom: 20px; }
  .abarley-form .nf-field textarea {
    border: none; }

.abarley-form .button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end; }
  .abarley-form .button-wrapper button {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    max-width: 200px;
    line-height: 50px;
    font-family: 'ralewaylight';
    color: #5f6868;
    background: none;
    border: 1px solid #993333;
    cursor: pointer; }

#calendar .eventlist {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 60px;
  /*.year-header::before{
      position: relative;
      content: '';
      background: url(../img/year-circle.png) center no-repeat;
      height: 30px;
      width: 30px;
      display: block;
      float: left;
  }*/ }
  #calendar .eventlist .event {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
    min-height: 80px;
    align-items: center;
    border-bottom: #993333 thin solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    justify-content: space-between; }
    #calendar .eventlist .event a {
      color: inherit;
      text-decoration: none; }
    #calendar .eventlist .event .meta {
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 200px;
      line-height: 26px; }
      #calendar .eventlist .event .meta div {
        margin-bottom: 5px; }
      #calendar .eventlist .event .meta .event-title {
        font-family: 'ralewaybold'; }
      #calendar .eventlist .event .meta .event-date {
        color: #993333; }
    #calendar .eventlist .event .event-short {
      position: relative;
      font-size: 16px;
      padding-right: 20px;
      padding-left: 20px;
      line-height: 26px; }
      #calendar .eventlist .event .event-short a, #calendar .eventlist .event .event-short span {
        text-decoration: none;
        color: #993333; }
      #calendar .eventlist .event .event-short a {
        position: absolute;
        display: block;
        height: 100%;
        width: 100%; }
    #calendar .eventlist .event .event-icons {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: nowrap;
      flex-grow: 0;
      flex-shrink: 0;
      flex-basis: 170px;
      justify-content: flex-end;
      align-items: center; }
      #calendar .eventlist .event .event-icons .icon {
        flex-basis: 33%;
        font-size: 24px;
        color: #5f6868;
        text-decoration: none; }
        #calendar .eventlist .event .event-icons .icon img {
          height: 25px; }
      #calendar .eventlist .event .event-icons .icon.inactive {
        opacity: 0.3; }
  #calendar .eventlist .event.last {
    border-bottom: none; }
  #calendar .eventlist .year-header {
    text-align: center;
    font-size: 36px;
    font-family: 'ralewaybold';
    color: #993333;
    /*padding-left: 20px;
    height: 30px;
    line-height: 24px;*/ }

#testimonial-container {
  position: relative;
  display: block;
  width: 80%;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }
  #testimonial-container #quote-mark {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 24px;
    color: #5f6868; }
  #testimonial-container .testimonial-content::before, #testimonial-container .testimonial-content::after {
    visibility: hidden; }

#footer {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 66px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  background-color: #000000;
  color: #5f6868;
  font-size: 16px; }
  #footer #copyright {
    text-align: center; }

/*#footer::before{
    position: absolute;
    display: block;
    content: '';
    background: url(../img/black-bar-top.png) top left repeat-x;
    top: -10px;
    left: 0px;
    height: 10px;
    width: 100%;
}*/
.lds-ring {
  display: inline-block;
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 107px;
  height: 107px;
  margin: 6px;
  border: 4px solid #993333;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #993333 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#floating-menu {
  position: fixed;
  display: block;
  width: 100%;
  color: #5f6868;
  background-color: #000000;
  height: 80px;
  top: 0px;
  left: 0px;
  z-index: 190;
  /*.bottom-bar{
      position: absolute;
      content: '';
      display: block;
      width: 100%;
      height: 10px;
      background: url('../img/header-bar-bottom.png');
      background-position: top left;
      background-repeat: repeat-x;
      bottom: -5px;
      left: 0px
  }*/ }
  #floating-menu #branding {
    position: absolute;
    display: block;
    width: 260px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    left: 30px;
    max-width: 60%; }
  #floating-menu #branding img {
    height: 100%;
    width: 100%; }
  #floating-menu #menu {
    position: absolute;
    display: block;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    text-align: right;
    font-size: 18px; }
    #floating-menu #menu a {
      text-decoration: none;
      color: #ecf0f1; }
    #floating-menu #menu ul {
      list-style: none; }
      #floating-menu #menu ul li {
        position: relative;
        display: inline-block;
        margin-left: 50px; }
    #floating-menu #menu .sub-menu {
      -moz-transform: none;
      -webkit-transform: none;
      transform: none;
      display: block;
      position: absolute;
      left: -40px;
      bottom: -20px;
      opacity: 0;
      visibility: hidden;
      font-size: 16px;
      width: 200px; }
      #floating-menu #menu .sub-menu li {
        float: left;
        margin-left: 0px;
        margin-right: 10px;
        display: inline-block;
        letter-spacing: normal; }

#responsive-menu {
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: #000000;
  margin-left: -100vw; }
  #responsive-menu #branding {
    width: 260px;
    height: 60px;
    max-width: 60%;
    margin-top: 20px;
    margin-bottom: 80px; }
  #responsive-menu #menu {
    text-align: right;
    font-size: 24px; }
    #responsive-menu #menu a {
      text-decoration: none;
      color: #ecf0f1; }
    #responsive-menu #menu ul {
      list-style: none; }
      #responsive-menu #menu ul li {
        margin-top: 20px;
        margin-bottom: 20px; }

#wrapper.poetic .section {
  height: 1200px;
  margin-bottom: 1px; }
  #wrapper.poetic .section .text.centerblock {
    font-size: 36px;
    font-family: 'ralewaylight'; }
#wrapper.poetic #poetic-1 {
  z-index: 100;
  color: #ffffff; }
  #wrapper.poetic #poetic-1 .wrapper .text.centerblock {
    padding-top: 120px;
    text-align: center;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    left: 0px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  #wrapper.poetic #poetic-1 .wrapper .line-2 {
    padding-left: 80px; }
  #wrapper.poetic #poetic-1 .wrapper .line-3 {
    padding-left: 40px; }
  #wrapper.poetic #poetic-1 .title {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 20px;
    z-index: 999; }
#wrapper.poetic #poetic-2 {
  z-index: 90;
  color: #ffffff; }
  #wrapper.poetic #poetic-2 .text.centerblock {
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: available;
    left: 20px; }
#wrapper.poetic #poetic-3 {
  z-index: 80;
  color: #000000; }
  #wrapper.poetic #poetic-3 .text.centerblock {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    left: 50px;
    top: 50px; }
#wrapper.poetic #poetic-4 {
  z-index: 70;
  color: #ffffff; }
  #wrapper.poetic #poetic-4 .text.centerblock {
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px; }
    #wrapper.poetic #poetic-4 .text.centerblock .line {
      margin-top: 100px;
      margin-bottom: 100px; }
#wrapper.poetic #poetic-5 {
  z-index: 60;
  color: #ffffff; }
  #wrapper.poetic #poetic-5 .text.centerblock {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px; }
    #wrapper.poetic #poetic-5 .text.centerblock .line {
      position: absolute;
      margin: 0px; }
    #wrapper.poetic #poetic-5 .text.centerblock .line-1 {
      top: 50px;
      left: 150px; }
    #wrapper.poetic #poetic-5 .text.centerblock .line-2 {
      top: 200px;
      left: 500px; }
    #wrapper.poetic #poetic-5 .text.centerblock .line-3 {
      top: 600px;
      left: 400px; }
    #wrapper.poetic #poetic-5 .text.centerblock .line-4 {
      bottom: 200px;
      left: 100px; }
#wrapper.poetic #poetic-6 {
  z-index: 50;
  color: #ffffff; }
  #wrapper.poetic #poetic-6 .text.centerblock {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 200px;
    right: 100px;
    text-align: right;
    width: auto; }
    #wrapper.poetic #poetic-6 .text.centerblock .line {
      margin-top: 50px;
      margin-bottom: 50px; }
#wrapper.poetic #poetic-7 {
  z-index: 40;
  color: #ffffff; }
  #wrapper.poetic #poetic-7 .text.centerblock {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    height: 100%;
    width: 100%;
    text-align: center;
    top: 0px;
    left: 0px;
    max-width: 100%; }
    #wrapper.poetic #poetic-7 .text.centerblock .line {
      position: absolute;
      left: 50%;
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    #wrapper.poetic #poetic-7 .text.centerblock .line-1 {
      top: 200px; }
    #wrapper.poetic #poetic-7 .text.centerblock .line-2 {
      top: 700px; }
    #wrapper.poetic #poetic-7 .text.centerblock .line-3 {
      top: 1080px; }
#wrapper.poetic #poetic-8 {
  z-index: 30;
  color: #ffffff; }
  #wrapper.poetic #poetic-8 .text.centerblock {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    max-width: none;
    width: auto;
    height: auto;
    left: 100px;
    bottom: 100px;
    top: inherit; }

article.post {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  padding: 15px; }
  article.post .entry-title {
    font-size: 36px;
    margin-bottom: 30px; }
    article.post .entry-title a {
      color: #5f6868;
      text-decoration: none; }
  article.post .author a {
    text-decoration: none;
    color: #993333; }
  article.post .post-edit-link {
    display: block;
    background: #5f6868;
    color: #ffffff;
    padding: 4px;
    margin-bottom: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    max-width: 120px;
    text-decoration: none; }

#content #wpdevar_comment_1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  clear: both;
  padding: 25px; }
#content .premium-blog-entry-container .premium-error-notice {
  display: none; }
#content .premium-blog-entry-container .premium-blog-entry-title a, #content .premium-blog-entry-container .premium-blog-entry-meta a {
  color: #993333; }

.post-navigation {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto; }
  .post-navigation .nav-button {
    display: inline-block;
    background: #5f6868;
    padding: 4px;
    margin-bottom: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px; }
    .post-navigation .nav-button a {
      text-decoration: none;
      color: #ffffff; }
  .post-navigation .previous-post {
    float: left;
    margin-left: 15px; }
  .post-navigation .next-post {
    float: right;
    margin-right: 15px; }

/*Tribe Event Tickets Plus*/
#wrapper .tribe-common, #wrapper .tribe-common.tribe-tickets {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
  min-width: 300px; }
  #wrapper .tribe-common a.tribe-tickets__registration__back__to__cart, #wrapper .tribe-common a.tribe-common-b2, #wrapper .tribe-common.tribe-tickets a.tribe-tickets__registration__back__to__cart, #wrapper .tribe-common.tribe-tickets a.tribe-common-b2 {
    position: relative;
    display: block;
    right: 0px;
    margin-left: auto;
    width: 90%;
    max-width: 187px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #993333;
    color: #5f6868;
    text-align: center;
    transition-duration: 0.6s;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    #wrapper .tribe-common a.tribe-tickets__registration__back__to__cart:hover, #wrapper .tribe-common a.tribe-common-b2:hover, #wrapper .tribe-common.tribe-tickets a.tribe-tickets__registration__back__to__cart:hover, #wrapper .tribe-common.tribe-tickets a.tribe-common-b2:hover {
      background: #993333;
      color: #ffffff; }
  #wrapper .tribe-common .tribe-tickets__item__extra__available, #wrapper .tribe-common.tribe-tickets .tribe-tickets__item__extra__available {
    display: none; }
#wrapper #tribe-tickets__mini-cart {
  display: none; }
#wrapper #tribe-tickets__registration__form {
  margin-top: 15px;
  margin-bottom: 15px; }
  #wrapper #tribe-tickets__registration__form h2 a {
    color: #993333;
    text-decoration: none; }
  #wrapper #tribe-tickets__registration__form header {
    margin-bottom: 15px; }
  #wrapper #tribe-tickets__registration__form .tribe-ticket {
    margin-top: 10px;
    margin-bottom: 30px; }
    #wrapper #tribe-tickets__registration__form .tribe-ticket h4 {
      margin-bottom: 5px; }
    #wrapper #tribe-tickets__registration__form .tribe-ticket .tribe-field {
      margin-bottom: 10px; }
  #wrapper #tribe-tickets__registration__form button.tribe-common-c-btn {
    position: relative;
    display: block;
    right: 0px;
    margin-left: auto;
    width: 90%;
    max-width: 187px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #993333;
    color: #5f6868;
    text-align: center;
    transition-duration: 0.6s;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    position: relative;
    margin-right: auto;
    margin-left: auto; }

/*WOOCOMMERCE*/
#content .woocommerce {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 10px;
  padding-right: 10px; }
  #content .woocommerce table.cart img {
    display: none; }
  #content .woocommerce table.shop_table {
    margin-top: 10px; }
  #content .woocommerce .woocommerce-page img {
    display: none; }
  #content .woocommerce a.tribe-checkout-backlink {
    position: relative;
    display: block;
    right: 0px;
    margin-left: auto;
    width: 90%;
    max-width: 187px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #993333;
    color: #5f6868;
    text-align: center;
    transition-duration: 0.6s;
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    display: inline-block;
    margin-right: 10px; }
    #content .woocommerce a.tribe-checkout-backlink:hover {
      background: #993333;
      color: #ffffff; }
  #content .woocommerce form .mailchimp-newsletter {
    background-color: #993333;
    padding: 10px;
    color: #ffffff; }

@media screen and (max-width: 1024px) {
  #single-event {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 800px) {
  #menu, .splash-menu {
    display: none !important; }

  #responsive-menu #menu {
    display: flex !important; }

  .responsive-button {
    display: block; }

  #calendar .eventlist .event {
    flex-direction: column;
    align-content: space-between; }
    #calendar .eventlist .event .meta {
      flex-basis: auto;
      align-self: flex-start;
      margin-bottom: 20px; }
    #calendar .eventlist .event .event-icons {
      flex-basis: 50px;
      align-self: flex-end; }
      #calendar .eventlist .event .event-icons .icon {
        margin-left: 20px;
        margin-right: 20px; }

  #wrapper.hfeed .section {
    padding-left: 10px;
    padding-right: 10px; }
    #wrapper.hfeed .section .title {
      font-size: 18vw;
      line-height: initial; }
    #wrapper.hfeed .section .text {
      font-size: 5vw;
      margin-top: 0px; }
      #wrapper.hfeed .section .text strong {
        font-size: 5vw; }

  #wrapper.hfeed #discover .text strong {
    font-size: 7vw; }

  #wrapper.hfeed #meet {
    padding-left: 20px;
    padding-right: 20px; }
    #wrapper.hfeed #meet img {
      width: 100%;
      height: auto;
      clear: both; }
    #wrapper.hfeed #meet .bio {
      line-height: 26px; } }
@media screen and (max-width: 600px) {
  #wrapper.hfeed .section .background {
    display: none;
    max-width: none;
    width: auto; }
  #wrapper.hfeed .section .background.portrait {
    display: block;
    max-width: none;
    width: auto; }
  #wrapper.hfeed #practical .shader {
    visibility: visible;
    z-index: 10; }
  #wrapper.hfeed #practical .background.portrait {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    left: auto;
    right: 0px; }
  #wrapper.hfeed #practical .text {
    font-size: 7vw;
    color: #ffffff;
    z-index: 20; }
    #wrapper.hfeed #practical .text .line-6 {
      font-size: 40vw; }

  #wrapper.hfeed.poetic #poetic-1 .background, #wrapper.hfeed.poetic #poetic-3 .background, #wrapper.hfeed.poetic #poetic-4 .background, #wrapper.hfeed.poetic #poetic-7 .background {
    display: block; }
  #wrapper.hfeed.poetic #poetic-3 .text.centerblock {
    left: 10px; }
  #wrapper.hfeed.poetic #poetic-4 .text.centerblock {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 50px;
    left: 10px;
    width: 100%;
    max-width: 100%; }
  #wrapper.hfeed.poetic #poetic-5 .text.centerblock .line {
    left: 10px; }
  #wrapper.hfeed.poetic #poetic-6 .text.centerblock {
    right: 10px; } }

/*# sourceMappingURL=main.css.map */
