/*!
 * Theme Name: Eastover Theme
 * Theme URI: eastover.com
 * Description: HTML5 Blank WordPress Theme
 * Version: 1.5.0
 * Author: Elyssa Palasi
 * Author URI: http://elyssapalasi.com
 * Tags: Blank, HTML5, CSS3
 *
 * License: MIT
 * License URI: http://opensource.org/licenses/mit-license.php
 */
/**
 * Typography
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
@font-face {
  font-family: 'sonder_sansblack';
  src: url("fonts/sonder/sondersans-black-webfont.woff2") format("woff2"), url("fonts/sonder/sondersans-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'sonder_sansblack';
  margin: 15px 0;
  line-height: 1.3;
  color: #555; }

.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
  margin: 0 0 60px 0; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

.btn a, .button {
  color: white;
  background-color: #61946e !important;
  background-image: none !important;
  border-radius: 3px !important;
  text-transform: uppercase;
  padding-left: 40px !important;
  padding-right: 40px !important;
  border: none !important;
  font-weight: 700; }
  .btn a:hover, .button:hover {
    background-color: #4d7557 !important; }

.subscribe-box {
  text-align: center; }
  .subscribe-box .nf-before-form-content, .subscribe-box .nf-form-title {
    display: none; }
  .subscribe-box input[type="email"] {
    border: none;
    border-bottom: 1px solid #999;
    padding: 13px 0;
    font-size: 14px; }
  .subscribe-box .button {
    padding-top: 13px;
    padding-bottom: 13px; }

.form-group {
  margin-bottom: 20px; }
  .form-group select, .form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group textarea {
    padding: 10px 13px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.3; }
  .form-group select {
    height: 39px !important; }
  .form-group .inline-field {
    display: inline-block;
    margin-bottom: 5px; }
  .form-group label {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    margin-bottom: 20px; }
  .form-group small {
    display: block;
    color: #999;
    padding-top: 20px; }

.submit-area {
  text-align: center; }
  .submit-area .button {
    padding-top: 14px;
    padding-bottom: 14px; }

.nf-before-form-content {
  display: none; }

.contact-box .vc_column_container {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); }

table {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border-collapse: collapse;
  border-radius: 3px;
  border: 1px solid #ddd;
  line-height: 1.5; }
  table ol, table ul {
    margin: 0;
    list-style-type: upper-alpha; }
    table ol ol, table ol ul, table ul ol, table ul ul {
      list-style-type: decimal; }
  table h1, table h2, table h3, table h4, table h5, table h6 {
    margin: 0; }

table h4 {
  margin: 0; }

table tr {
  border-bottom: 1px solid #ddd; }

table tfoot td, table tfoot th, table thead td, table thead th, table tbody td, table tbody th {
  padding: 15px; }

/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box; }

* {
  outline: 0 !important; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  vertical-align: middle; }

a {
  color: #61946e;
  text-decoration: none; }
  a:focus, a:hover {
    text-decoration: none; }

p {
  line-height: 1.3; }

ol, ul {
  line-height: 200%; }

input[type="text"],
input[type="search"] {
  font-size: inherit;
  line-height: inherit; }

.small-section {
  max-width: 960px;
  margin: 0 auto !important; }

.smaller-section, .contact-box, .subscribe-box {
  max-width: 680px;
  margin: 0 auto !important; }

.page-header {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .page-header h1 {
    color: white;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }

table thead th {
  text-align: left; }

::selection {
  background-color: #04A4CC;
  color: #fff;
  text-shadow: none; }

article.type-workshop {
  padding: 60px 0; }
  article.type-workshop .event-title {
    padding: 0 15px;
    margin-bottom: 60px;
    text-align: center; }
    article.type-workshop .event-title h1 {
      margin-top: 0; }
    article.type-workshop .event-title .event-date {
      color: #999;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700; }
  article.type-workshop .event-sidebar.fixed {
    position: fixed;
    top: 100px;
    right: -10px;
    max-width: 300px; }
  article.type-workshop .event-sidebar.bottom {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 290px; }
  @media screen and (max-width: 768px) {
    article.type-workshop .event-sidebar {
      display: none; } }
  article.type-workshop .event-sidebar .vc_column-inner {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    padding: 30px !important;
    background: #fff; }
  article.type-workshop .event-sidebar .wpb_content_element, article.type-workshop .event-sidebar ul.wpb_thumbnails-fluid > li, article.type-workshop .event-sidebar .wpb_button, article.type-workshop .event-sidebar ul#menu-we-menu {
    margin: 0;
    padding: 0; }
  article.type-workshop .event-sidebar ul#menu-we-menu {
    list-style: none; }
    article.type-workshop .event-sidebar ul#menu-we-menu li {
      font-family: 'sonder_sansblack';
      font-size: 18px;
      line-height: 200%; }
      article.type-workshop .event-sidebar ul#menu-we-menu li a {
        color: #555; }

.upcoming-events {
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #fff; }
  .upcoming-events h5 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif; }
    .upcoming-events h5 a {
      color: #999; }
  .upcoming-events .event-thumbnail {
    height: 180px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0; }

.aligncenter {
  display: block;
  margin: 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 15px 15px; }

.alignleft {
  float: left;
  margin: 5px 15px 15px 0; }

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    border: 0 none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent; }

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 16px;
  line-height: 1.5; }

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.reset-box {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

@media screen and (min-width: 960px) {
  .hide-on-desktop {
    display: none !important; } }

@media screen and (max-width: 960px) {
  .hide-on-mobile {
    display: none !important; } }

/**
 * partials/wrapper
 * ---
 */
.wrapper {
  max-width: 1170px;
  padding: 0;
  margin: 0 auto;
  position: relative; }

.main {
  padding-top: 70px; }
  @media screen and (min-width: 960px) {
    .main {
      padding-top: 98px; } }
  @media screen and (max-width: 960px) {
    .main {
      overflow: hidden; } }

.home .main, .page-template-template-facilities-and-accomodations .main {
  padding: 0; }

@media screen and (max-width: 1024px) {
  .vc_row.vc_column-gap-20, .vc_custom_1506779695772 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.vc_column-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* Leaves backgrounds */
.home-upcoming-events {
  background-image: url(img/leaves/leaf-left.svg), url(img/leaves/pine-right.svg), url(img/leaves/leaf-middle.svg), url(img/leaves/leaf-bottom.svg);
  background-position: -1px -1px, 107% -40px, 70% 70%, 20% 106%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 280px, 130px, auto; }

.home-middle {
  background-image: url(img/leaves/pine-left.svg), url(img/leaves/leaf-right.svg);
  background-position: -1px 80%, 95% 80%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto; }

@media screen and (min-width: 1024px) {
  .subscribe-box .vc_column_container:after {
    content: "";
    background: url(img/leaves/bird.svg) no-repeat 0 0;
    width: 200px;
    display: inline-block;
    height: 255px;
    position: absolute;
    right: -90px;
    bottom: -60px; } }

.rental-box:last-child .vc_column-inner > .wpb_wrapper, .event-sidebar {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .rental-box:last-child .vc_column-inner > .wpb_wrapper:after, .event-sidebar:after {
      content: "";
      background: url(img/leaves/leaf-stack.svg) no-repeat 0 0;
      background-size: 130px;
      width: 130px;
      display: inline-block;
      height: 120px;
      position: absolute;
      left: 85%;
      bottom: -5px; } }

@media screen and (min-width: 1024px) {
  .event-sidebar:after {
    bottom: 0;
    left: 80%; } }

.event-sidebar.fixed:after {
  display: none; }

.rental-options-area {
  background: url(img/leaves/big-leaf-left.svg) no-repeat -1px 10px; }

.rental-facilities {
  background: url(img/leaves/big-leaf-bottom.svg) no-repeat 95% 100%; }

.classes-body {
  background-image: url(img/leaves/leaf-left.svg), url(img/leaves/pine-right.svg);
  background-position: -1px -1px, 107% -40px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 280px; }

.spa-body {
  background-image: url(img/leaves/leaf-left.svg), url(img/leaves/pine-middle.svg);
  background-position: -1px -1px, 100% 60%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto; }

.driving-time-area {
  background-image: url(img/leaves/big-leaf-left.svg), url(img/leaves/pine-right.svg);
  background-position: -1px 10px, 107% -40px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 280px; }

.book-area, .workshops-area {
  background-image: url(img/leaves/big-leaf-whole.svg), url(img/leaves/pine-middle.svg);
  background-position: 10px -1px, 100.5% 35%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 280px; }

/**
 * partials/header
 * ---
 */
.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1); }

.top {
  position: relative;
  padding: 10px 15px; }
  @media screen and (min-width: 960px) {
    .top {
      padding-bottom: 0; } }

.logo-img {
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 50px; }
  @media screen and (min-width: 960px) {
    .logo-img {
      display: block;
      margin: 0 auto; } }

.scrolled .logo-img {
  height: 30px; }

.mobile-menu-trigger {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 15px;
  top: 28px;
  cursor: pointer; }

.scrolled .mobile-menu-trigger {
  top: 17px; }

.absolute-links {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 12px; }
  .absolute-links li:before {
    color: #999;
    margin-right: 5px; }
  .absolute-links li a {
    font-family: "Lato";
    color: #999; }
    .absolute-links li a:first-child {
      margin-right: 10px; }

/**
 * partials/nav
 * ---
 * Menus
 */
.nav {
  display: none;
  /* Desktop */ }
  .nav .menu {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav .menu .menu-item {
      line-height: 100%; }
      .nav .menu .menu-item a {
        padding: 10px 15px;
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
        font-weight: 700;
        border-bottom: 2px solid transparent;
        color: #555; }
        .nav .menu .menu-item a:hover {
          background: #61946e;
          color: #fff; }
  .nav .sub-menu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f5f5f5; }
    .nav .sub-menu .menu-item a {
      padding-left: 40px; }
  .nav .menu-item-has-children a {
    position: relative;
    width: 100%; }
    .nav .menu-item-has-children a .arrow-icon {
      position: absolute;
      right: 15px;
      top: 13px; }
  @media screen and (min-width: 960px) {
    .nav {
      display: block;
      text-align: center; }
      .nav .menu .menu-item {
        display: inline-block;
        position: relative; }
        .nav .menu .menu-item a {
          padding-bottom: 10px; }
          .nav .menu .menu-item a:hover {
            color: #555;
            background: none;
            border-color: #61946e; }
      .nav .sub-menu {
        position: absolute;
        top: 100%; }
        .nav .sub-menu .menu-item {
          display: block; }
          .nav .sub-menu .menu-item a {
            padding-left: 15px;
            text-align: left;
            min-width: 176px; }
      .nav .menu-item:hover .sub-menu {
        display: block; }
      .nav .menu-item-has-children {
        margin-right: 10px; }
        .nav .menu-item-has-children a .arrow-icon {
          right: 0; } }

/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
.footer {
  background-color: #222;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
  padding: 60px 20px;
  color: #aaa;
  font-weight: 400; }
  .footer .logo-img-footer {
    height: 50px; }
  .footer .social-menu ul, .footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer .social-menu ul li, .footer .footer-menu ul li {
      display: inline-block; }
  .footer .social-menu {
    margin-bottom: 30px; }
    .footer .social-menu a {
      font-size: 24px;
      padding: 0 10px;
      color: #61946e; }
      .footer .social-menu a:hover {
        color: #aaa; }
  .footer .footer-menu {
    padding-top: 20px; }
    .footer .footer-menu a {
      text-transform: uppercase;
      font-weight: bold;
      padding: 0 10px;
      color: #fff; }
      .footer .footer-menu a:hover {
        color: #61946e; }

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.custom-pagination {
  text-align: right;
  padding-top: 40px; }

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 5px;
  font-size: 14px; }

.custom-pagination a {
  color: #999; }

.custom-pagination a:hover {
  color: #555; }

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0; }

.custom-pagination span.dots {
  padding: 0;
  color: gainsboro; }

.custom-pagination span.current {
  color: #61946e;
  font-weight: 700; }

.book-box {
  -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  moz-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  padding: 30px; }

.subscribe-box .vc_column_container {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); }

.rental-options .vc_column-inner > .wpb_wrapper {
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #fff; }

.wedding-form {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  padding: 30px !important;
  max-width: 600px; }

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