/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * originally authored by Dave Gamache. This translation offers
 * mixins that support fluid and as well as fixed grids to supplement
 * the work that Dave Gamache has done.
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2013 AtomicPages LLC
 * @license MIT
 * @version 1.5.0
 */
/*
$desktop: "(min-width: 1024px)";

div {
    @include breakpoint($desktop){
        width: 100%;
    }
}
*/
.about-container {
  border-top: 1px solid black;
  display: none;
  padding: 30px 0;
  margin: 20px 0;
  position: relative; }
  @media only screen and (max-width: 959px) {
    .about-container {
      margin: 24px 0;
      padding-top: 50px; } }
  @media only screen and (max-width: 399px) {
    .about-container {
      margin: 35px 0;
      padding-top: 50px; } }
  .about-container .close {
    font-size: 32px;
    position: absolute;
    right: 30px;
    top: 19px;
    display: none; }
    .about-container .close svg {
      fill: #b37832;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .about-container .close:hover svg {
      fill: black; }
    @media only screen and (max-width: 959px) {
      .about-container .close {
        display: block !important;
        opacity: 1 !important;
        top: 15px;
        width: 20px;
        height: 20px; }
        .about-container .close svg {
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          fill: black;
          width: 100%;
          height: 100%; } }
  .about-container.open .close {
    display: block; }

.about {
  width: 802px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.45;
  word-wrap: break-word; }
  @media only screen and (max-width: 959px) {
    .about {
      width: 90%; } }

.mc4wp-form input[type=submit] {
  display: none; }
.mc4wp-form input {
  width: 360px;
  border: black 1px solid;
  box-shadow: none; }

.diary {
  margin-top: 16px; }
  @media only screen and (max-width: 959px) {
    .diary {
      margin-top: 25px; } }
  @media only screen and (max-width: 399px) {
    .diary {
      margin-top: 35px; } }

.entry {
  position: relative;
  border-top: 1px solid black;
  padding-top: 14px;
  padding-bottom: 9px; }
  .entry.open .title {
    color: #b37832 !important; }
    .entry.open .title h2 {
      color: #b37832 !important; }
  @media only screen and (max-width: 959px) {
    .entry.open .close svg {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      fill: #b37832; } }
  .entry.off {
    display: none; }
  .entry:after {
    content: "";
    display: table;
    clear: both; }
  .entry .date-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #FFC0FF;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    vertical-align: top;
    margin-right: 58px; }
    @media only screen and (max-width: 959px) {
      .entry .date-dot {
        margin-right: 2px; } }
  @media (max-width: 450px) {
    .entry .left .date-dot {
      display: none; } }
  .entry date {
    font-size: 18px;
    padding-top: 12px;
    display: block; }
    @media only screen and (max-width: 959px) {
      .entry date {
        padding-top: 0; } }
  .entry .left {
    height: 100%; }
  .entry .title h2 {
    margin: 0;
    margin-left: 260px;
    line-height: normal;
    font-size: 32px;
    text-transform: uppercase;
    padding-right: 65px;
    padding-left: 0px; }
    @media only screen and (max-width: 959px) {
      .entry .title h2 {
        margin-left: 150px;
        font-size: 18px; } }
    @media only screen and (max-width: 399px) {
      .entry .title h2 {
        display: block;
        margin: 0;
        padding: 10px 30px 5px; } }
  .entry.link .title:hover {
    color: #3263fd; }
    .entry.link .title:hover h2 {
      color: #3263fd; }
  .entry.link .title.no-hover:hover {
    color: black; }
    .entry.link .title.no-hover:hover h2 {
      color: black; }
  @media only screen and (max-width: 959px) {
    .entry.link .title, .entry.link .title h2 {
      color: black; }
    .entry.link:hover .arrow svg {
      fill: #3263fd; } }
  .entry.post .title:hover {
    color: #b37832; }
    .entry.post .title:hover h2 {
      color: #b37832; }
  @media only screen and (max-width: 959px) {
    .entry.post .title, .entry.post .title h2 {
      color: black; }
    .entry.post:hover .close svg {
      fill: #b37832; } }
  .entry .close.with-dot .date-dot, .entry .arrow.with-dot .date-dot {
    display: none;
    margin: 0; }
    @media (max-width: 450px) {
      .entry .close.with-dot .date-dot, .entry .arrow.with-dot .date-dot {
        display: block; } }
  @media (max-width: 450px) {
    .entry .close.with-dot, .entry .arrow.with-dot {
      width: auto !important; }
      .entry .close.with-dot svg, .entry .arrow.with-dot svg {
        display: none; } }
  .entry .close {
    font-size: 32px;
    position: absolute;
    right: 30px;
    top: 19px;
    display: none; }
    .entry .close svg {
      fill: #b37832;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .entry .close:hover svg {
      fill: black; }
    @media only screen and (max-width: 959px) {
      .entry .close {
        display: block !important;
        opacity: 1 !important;
        top: 15px;
        width: 20px;
        height: 20px; }
        .entry .close svg {
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          fill: black;
          width: 100%;
          height: 100%; } }
  .entry .arrow {
    display: none; }
    @media only screen and (max-width: 959px) {
      .entry .arrow {
        display: block !important;
        opacity: 1 !important;
        top: 15px;
        width: 15px;
        height: 15px;
        position: absolute;
        right: 30px; }
        .entry .arrow svg {
          fill: black;
          width: 100%;
          height: 100%; } }
  .entry .content {
    padding-right: 65px;
    padding-left: 260px;
    padding-top: 15px;
    display: none; }
    @media only screen and (max-width: 959px) {
      .entry .content {
        padding: 0;
        padding-top: 15px; } }
    .entry .content .slideshow {
      width: 90%;
      float: left;
      position: relative; }
      @media only screen and (max-width: 959px) {
        .entry .content .slideshow {
          float: none;
          margin: 0 auto; } }
      .entry .content .slideshow .slides {
        margin: 0; }
        .entry .content .slideshow .slides li {
          margin: 0;
          display: block; }
          .entry .content .slideshow .slides li:after {
            content: "";
            display: table;
            clear: both; }
          .entry .content .slideshow .slides li .media {
            margin-right: 35%;
            padding-top: 4px;
            text-align: left; }
            @media only screen and (max-width: 959px) {
              .entry .content .slideshow .slides li .media {
                margin: 0; } }
            .entry .content .slideshow .slides li .media img {
              width: 100%; }
          .entry .content .slideshow .slides li .wrapper {
            float: left;
            width: 100%; }
          .entry .content .slideshow .slides li .caption {
            width: 33%;
            margin-left: -33%;
            float: left;
            color: #7f8080;
            font-size: 20px;
            line-height: 1.45; }
            @media only screen and (max-width: 959px) {
              .entry .content .slideshow .slides li .caption {
                float: none;
                margin: 0;
                width: 100%; } }
            .entry .content .slideshow .slides li .caption p {
              line-height: 1.45; }
      .entry .content .slideshow .flex-direction-nav li a {
        position: absolute;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 21px;
        height: 40px;
        background-repeat: no-repeat;
        display: block; }
        .entry .content .slideshow .flex-direction-nav li a.flex-prev {
          left: 1%; }
          .entry .content .slideshow .flex-direction-nav li a.flex-prev svg {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
        .entry .content .slideshow .flex-direction-nav li a.flex-next {
          right: 36%; }
          @media only screen and (max-width: 959px) {
            .entry .content .slideshow .flex-direction-nav li a.flex-next {
              right: 1%; } }
        .entry .content .slideshow .flex-direction-nav li a.background--light svg {
          fill: black; }
        .entry .content .slideshow .flex-direction-nav li a.background--dark svg {
          fill: #b37832; }
    .entry .content .copy {
      float: left;
      width: 90%;
      font-size: 20px;
      line-height: 1.45;
      margin-top: 5px; }
      @media only screen and (max-width: 959px) {
        .entry .content .copy {
          float: none;
          margin: 5px auto; } }
      .entry .content .copy a {
        border-bottom: 1px solid black; }

@font-face {
  font-family: 'gothic';
  src: url("../fonts/2BD66B_0_0.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/2BD66B_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2BD66B_0_0.woff") format("woff"), url("../fonts/2BD66B_0_0.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: italic;
  font-weight: normal; }
@font-face {
  font-family: 'gothic';
  src: url("../fonts/2BD66B_1_0.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/2BD66B_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2BD66B_1_0.woff") format("woff"), url("../fonts/2BD66B_1_0.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal; }
.header {
  margin-top: 14px;
  font-size: 18px; }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  .header h1.main-title {
    text-transform: uppercase;
    margin-left: -100%;
    float: left;
    width: 260px;
    text-align: right;
    margin-bottom: 0;
    line-height: normal;
    padding-right: 30px;
    font-size: 18px; }
    .header h1.main-title a {
      display: inline-block;
      padding: 5px 3px 2px; }
      .header h1.main-title a:hover, .header h1.main-title a.active {
        background: #FFC0FF; }
  .header h1.mobile-title {
    display: none; }
  .header .nav {
    margin-left: 260px;
    margin-right: 29.5%;
    padding-left: 30px; }
    .header .nav ul {
      margin: 0; }
      .header .nav ul li {
        display: inline-block; }
        .header .nav ul li:after {
          content: ""; }
        .header .nav ul li:last-child:after {
          content: ""; }
        .header .nav ul li a {
          text-transform: uppercase;
          padding: 7px 3px 4px;
          display: block;
          font-size: 18px; }
          .header .nav ul li a:hover, .header .nav ul li a.active {
            background: #FFC0FF; }
  .header .wrapper {
    float: left;
    width: 100%; }
  .header .header-right {
    width: 29.5%;
    float: left;
    margin-left: -29.5%; }
    .header .header-right .secondary-nav {
      margin: 1px 0; }
      .header .header-right .secondary-nav > div {
        width: 50%;
        float: left; }
        .header .header-right .secondary-nav > div a {
          display: inline-block;
          text-transform: uppercase;
          padding: 5px 3px 2px; }
          .header .header-right .secondary-nav > div a:hover, .header .header-right .secondary-nav > div a.active {
            background: #FFC0FF; }
    .header .header-right .tweet {
      float: left;
      width: 80%;
      margin-top: 50px;
      font-size: 20px;
      font-style: italic;
      line-height: 26px;
      font-weight: lighter; }
      .header .header-right .tweet a {
        border-bottom: 1px solid black; }
  .header .expand {
    width: 100%;
    float: left;
    padding-left: 290px;
    text-transform: uppercase;
    display: none; }
    @media only screen and (max-width: 959px) {
      .header .expand {
        padding-left: 149px;
        margin-bottom: -21px; } }
    @media only screen and (max-width: 399px) {
      .header .expand {
        padding-left: 65px;
        margin-bottom: -21px; } }
    .header .expand a {
      color: #7f8080; }

.mobile-nav {
  display: none; }

@media only screen and (max-width: 999px) {
  .header {
    font-size: 18px; }
    .header h1.main-title {
      font-size: 18px; } }
@media only screen and (max-width: 959px) {
  .nav, .header-right, .tweet, h1.main-title {
    display: none; }

  .header {
    margin-bottom: 15px; }
    .header h1.mobile-title {
      margin-left: 0;
      font-size: 18px;
      margin: 15px 0 14px 150px;
      display: inline-block;
      padding: 5px 3px 2px;
      line-height: 1;
      text-transform: uppercase;
      background: #FFC0FF; }

  .mobile-nav {
    display: block;
    position: fixed;
    top: 0;
    background: white;
    z-index: 100;
    width: 0%;
    border-right: 1px solid black;
    height: 100%;
    -moz-transition: width, 0.3s;
    -o-transition: width, 0.3s;
    -webkit-transition: width, 0.3s;
    transition: width, 0.3s; }
    .mobile-nav.open {
      width: 49%; }
      .mobile-nav.open .open-mobile-nav {
        opacity: 0; }
    .mobile-nav .open-mobile-nav {
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: .05em;
      padding: 16px 18px 14px;
      display: block;
      position: absolute;
      border: 1px solid black;
      right: 0;
      margin-right: -70px;
      -moz-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
      top: 16px;
      background: white; }
    .mobile-nav ul {
      width: 100%;
      overflow: hidden;
      padding: 12% 0 0 12%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .mobile-nav ul li {
        text-transform: uppercase;
        line-height: 1; }
        .mobile-nav ul li a {
          padding: 5px 3px;
          display: inline-block;
          font-size: 18px; }
          .mobile-nav ul li a.active {
            background: #FFC0FF; }
        .mobile-nav ul li .mobile-social {
          display: block;
          width: 32px;
          height: 32px; }
          .mobile-nav ul li .mobile-social svg {
            width: 100%;
            height: 100%; }
    .mobile-nav h1 {
      display: block;
      margin: 0;
      float: none;
      text-align: left;
      font-size: 16px;
      line-height: 1;
      margin: 0;
      padding: 0; }
      .mobile-nav h1 a {
        padding: 0;
        background: none; }
    .mobile-nav .close-mobile-nav {
      margin-bottom: 20px;
      margin-left: -4px;
      display: block;
      width: 30px;
      height: 30px; }
      .mobile-nav .close-mobile-nav svg {
        height: 100%;
        width: 100%;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); } }
@media only screen and (max-width: 399px) {
  .header h1.mobile-title {
    margin: 5px 0 14px 70px; } }
.loading span {
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: opacity;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite; }

.loading span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms; }

.loading span:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms; }

@-webkit-keyframes opacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes opacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.loading {
  display: none; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.left {
  float: left;
  width: 260px;
  text-align: right;
  line-height: normal;
  padding-right: 30px; }
  @media only screen and (max-width: 959px) {
    .left {
      width: 150px; } }
  @media only screen and (max-width: 399px) {
    .left {
      display: block;
      margin: 0;
      text-align: left;
      float: none;
      padding: 0 30px; } }
