/*
	Theme Name: Shaker Village KY
	Theme URI: https://shakervillageky.org/
	Description: This is a custom theme created for Shaker Village KY.
	Author: Alex Reyes
	Author URI: https://alexreyes.com/

	Version: 1.0

	Tags: one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: shaker-village-ky
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Top Menu
	- Main Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Print Styles
*/
/* Imports, functions and libraries
---------------------------------------------------------------------------------------------------- */
/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  color: #000;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
}
a {
  color: #125712;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #a5cd39;
}
p {
  line-height: 1.555555555555556;
  margin: 0 0 30px;
}
ul,
ol {
  padding-left: 40px;
  margin-bottom: 30px;
}
li {
  line-height: 1.6;
}
* > :first-child {
  margin-top: 0;
  margin-left: 0;
}
* > :last-child {
  margin-bottom: 0;
  margin-right: 0;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
h1 {
  font-size: 59px;
  margin-bottom: 30px;
}
h2 {
  font-size: 42px;
  margin-bottom: 30px;
}
h3 {
  font-size: 34px;
  margin-bottom: 30px;
}
h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
h5 {
  font-size: 21px;
  margin-bottom: 20px;
}
h6 {
  color: #bf4127;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 19px;
  font-style: italic;
  margin-bottom: 20px;
  text-transform: none;
}
/* Forms
--------------------------------------------- */
input[type="text"],
input[type="email"] {
  font-size: 19px;
  margin: 0 0 10px;
  padding: 8px 16px;
}
input[type="submit"] {
  background-color: #bf4127;
  border: 0;
  color: #fcfcfc;
  display: inline-block;
  font-family: "League Gothic", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1px;
  padding: 0 11px 0 17px;
  text-transform: uppercase;
}
select {
  font-size: 19px;
  margin: 0 0 10px;
  padding: 4px 8px;
}
.label-hide label {
  display: none !important;
}
/* Tables
--------------------------------------------- */
table {
  width: 100%;
}
table thead {
  font-size: 27px;
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  vertical-align: bottom;
}
table thead th {
  font-weight: 400;
  padding: 14px 28px;
  font-weight: normal;
}
table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
  border-collapse: collapse;
}
table tbody td {
  border-left: 1px dashed #cbcbcb;
  font-weight: normal;
  padding: 9px 18px;
}
table tbody td:first-child {
  border-left-width: 0;
}
.shaker-village-table-schedule tr:nth-child(2n-1) td {
  background-color: #203920;
  color: #fff;
}
/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}
/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}
/* Site Header
---------------------------------------------------------------------------------------------------- */
/* Before Header
--------------------------------------------- */
.genesis-before-header {
  background-color: #1f1b19;
}
.genesis-before-header > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .genesis-before-header > .wrap {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .genesis-before-header > .wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.genesis-before-header .shaker-village-ky-top-search {
  margin: 7px 10px 7px 0;
}
.genesis-before-header .shaker-village-ky-top-search input[type="search"] {
  border: 0;
  border-radius: 2px;
  background: #3a3735 url("images/icon-search.png") 6px center no-repeat;
  color: #bcbbba;
  font-size: 15px;
  line-height: 1;
  padding: 6px 6px 6px 24px;
  width: 0;
  -webkit-transition: width 200ms linear;
  -moz-transition: width 200ms linear;
  -o-transition: width 200ms linear;
  -ms-transition: width 200ms linear;
  transition: width 200ms linear;
}
.genesis-before-header .shaker-village-ky-top-search input[type="search"]:focus {
  border: 2px solid #4776c4;
  background-position: 4px center;
  outline: none;
  padding: 4px 4px 4px 28px;
  width: 150px;
}
.genesis-before-header .shaker-village-ky-top-search input[type="submit"] {
  display: none;
}
/* Title Area
--------------------------------------------- */
.site-header {
  background-color: #203920;
  padding: 15px 0;
}
.site-header > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .site-header > .wrap {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .site-header > .wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.site-header .site-title {
  display: none;
  margin: 0;
}
.site-header .custom-logo-link {
  display: block;
}
.site-header .custom-logo-link img {
  display: block;
}
/* Site Navigation
---------------------------------------------------------------------------------------------------- */
/* Responsive Menu
--------------------------------------------- */
.menu .menu-item {
  line-height: 1;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.submenu {
  left: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.menu .menu-item:focus {
  position: static;
}
.sub-menu {
  padding: 0;
}
.genesis-responsive-menu {
  display: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .genesis-responsive-menu {
    display: block;
  }
}
.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #bcbbba;
  display: block;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}
.menu-toggle:focus,
.sub-menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #eee;
}
@media only screen and (min-width: 768px) {
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
}
.menu-toggle.dashicons-before {
  background-color: transparent;
  border: 1px solid #3a3735;
  border-radius: 3px;
  color: #adadad;
  font-size: 12px;
  line-height: 1;
  height: 29px;
  margin: 7px 0;
  overflow: hidden;
  padding: 4.8px;
  text-align: center;
  visibility: visible;
}
.menu-toggle.dashicons-before:before {
  font-size: 12px;
  height: 12px;
  left: 1px;
  width: 12px;
}
.menu-toggle.dashicons-before:hover {
  color: #ccd;
  background-color: rgba(255,255,255,0.08);
}
.genesis-nav-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.genesis-nav-menu .menu-item {
  list-style-type: none;
}
.genesis-nav-menu .menu-item a {
  text-decoration: none;
}
.genesis-nav-menu .menu-item:hover {
  left: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (min-width: 768px) {
  .genesis-nav-menu .menu-item {
    position: relative;
  }
}
.genesis-nav-menu .sub-menu {
  display: none;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  position: relative;
  word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
  .genesis-nav-menu .sub-menu {
    padding-left: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    min-width: 116px;
  }
  .genesis-nav-menu .sub-menu a {
    min-width: 116px;
  }
}
.genesis-nav-menu .menu-item-has-children > a::after {
  content: "\25Bc";
  display: inline-block;
  font-size: 8px;
  line-height: 1;
  padding-left: 4px;
}
/* Top Menu
--------------------------------------------- */
.nav-secondary a {
  color: #bcbbba;
  display: inline-block;
  font-size: 15px;
  padding: 14px 15px;
}
.nav-secondary a:hover {
  color: #eee;
  background-color: #312d2b;
}
@media only screen and (max-width: 768px) {
  .nav-secondary a {
    font-size: 12px;
    padding: 11px 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .nav-secondary .menu {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .nav-secondary .menu-item-has-children {
    position: relative;
  }
}
.nav-secondary .menu-item-has-children > a::after {
  color: #bcbbba;
}
@media only screen and (max-width: 768px) {
  .nav-secondary .menu-item-has-children > a::after {
    display: none;
  }
}
.nav-secondary .menu-item-has-children > a:hover::after {
  color: #eee;
}
@media only screen and (max-width: 768px) {
  .nav-secondary .menu-item-has-children .sub-menu-toggle.dashicons-before {
    font-size: 12px;
    left: calc(100% - 36px);
    padding: 11px 12px;
    position: absolute;
    top: 0;
  }
  .nav-secondary .menu-item-has-children .sub-menu-toggle.dashicons-before:before {
    content: "\25Bc";
    font-size: 12px;
    height: 12px;
    left: 1px;
    width: 12px;
  }
}
.nav-secondary .sub-menu {
  background-color: #1f1b19;
}
@media only screen and (max-width: 768px) {
  .nav-secondary .sub-menu {
    position: static;
  }
}
.nav-secondary .sub-menu a {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 12px;
}
@media only screen and (max-width: 768px) {
  .nav-secondary {
    width: 100%;
  }
}
/* Main Menu
--------------------------------------------- */
.nav-primary {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav-primary a {
  color: #a6b0a6;
  display: inline-block;
  font-family: "League Gothic", sans-serif;
  font-size: 34px;
  padding: 15px 40px;
  text-transform: uppercase;
}
.nav-primary a:hover {
  background-color: #1d351d;
  color: #eee;
}
@media only screen and (max-width: 768px) {
  .nav-primary a {
    font-size: 24px;
    padding: 12px 22px;
  }
}
.nav-primary .menu-item-has-children > a {
  position: relative;
}
.nav-primary .menu-item-has-children > a::after {
  color: #a6b0a6;
  font-size: 14px;
  position: absolute;
  top: 30px;
}
@media only screen and (max-width: 768px) {
  .nav-primary .menu-item-has-children > a::after {
    font-size: 12px;
    top: 20px;
  }
}
.nav-primary .menu-item-has-children > a:hover::after {
  color: #eee;
}
.nav-primary .sub-menu {
  background-color: #203920;
}
.nav-primary .sub-menu a {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  padding: 15px 18px;
}
@media only screen and (max-width: 768px) {
  .nav-primary .sub-menu a {
    font-size: 17px;
    padding: 12px 17px;
  }
}
@media only screen and (max-width: 768px) {
  .nav-primary {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }
}
/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.before-footer-newsletter-widgets {
  background-color: #c5c5c5;
  padding: 60px 0;
  text-align: center;
}
.before-footer-newsletter-widgets .wrap {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
.before-footer-newsletter-widgets .wrap .widget-title {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 20px;
}
.before-footer-newsletter-widgets .wrap form {
  margin-top: 20px;
}
.before-footer-newsletter-widgets .wrap .gfield input {
  font-size: 21px;
  text-align: center;
  width: 100%;
}
.before-footer-widgets {
  background-color: #212121;
  color: #fcfcfc;
  padding: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .before-footer-widgets {
    padding-bottom: 30px;
  }
}
.before-footer-widgets .wrap {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1200px) {
  .before-footer-widgets .wrap {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .before-footer-widgets .wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.before-footer-widgets .before-footer-widget-area {
  width: 25%;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .before-footer-widgets .before-footer-widget-area {
    width: 50%;
    margin-bottom: 30px;
  }
}
.before-footer-widgets p {
  font-size: 16px;
}
.before-footer-widgets a {
  color: #777;
  text-decoration: none;
}
.before-footer-widgets a:hover {
  color: #ccc;
}
.before-footer-widgets .button {
  display: inline-block;
  background-color: #323232;
  color: #fcfcfc;
  font-family: "League Gothic", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 15px;
  padding: 7px 14px;
  text-transform: uppercase;
}
.footer-widgets {
  background-color: #111;
  color: #999;
  padding: 60px 0 37px;
}
.footer-widgets .wrap {
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.footer-widgets .footer-widget-area {
  width: 25%;
}
.footer-widgets .widget-title {
  padding: 0 14px;
}
.footer-widgets ul,
.footer-widgets ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-widgets a {
  color: #777;
  display: block;
  font-size: 14px;
  padding: 7px 14px;
  text-decoration: none;
}
.footer-widgets a:hover {
  background-color: #242424;
  color: #ccc;
}
.footer-widgets .widget_nav_menu {
  margin-bottom: 23px;
}
/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #111;
  color: #999;
  font-size: 16px;
  padding: 20px 0;
}
.site-footer .wrap {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.site-footer .footer-social ul,
.site-footer .footer-social ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.site-footer .footer-social .social-links {
  background-image: url("images/social-icons.png");
  display: block;
  height: 20px;
  margin-left: 5px;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  width: 20px;
}
.site-footer .footer-social .social-links:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.site-footer .footer-social .social-fb {
  background-position: 0 0;
}
.site-footer .footer-social .social-twitter {
  background-position: -21px 0;
}
.site-footer .footer-social .social-instagram {
  background-position: -42px 0;
}
.site-footer .footer-social .social-pinterest {
  background-position: -63px 0;
}
.site-footer p {
  margin: 0;
}
.site-footer a {
  color: #999;
  text-decoration: none;
}
.site-footer a:hover {
  color: #ccc;
}
/* Gravity Forms
---------------------------------------------------------------------------------------------------- */
.gform_fields {
  list-style-type: none;
  padding: 0;
}
.gform_fields .gfield {
  list-style-type: none;
  padding: 0;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  background: unqoute("url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)");
  background: -moz--webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -moz--moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -moz--o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -moz--ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -moz-linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background: -webkit--webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit--moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit--o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit--ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  background: -o--webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o--moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o--o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o--ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms--webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms--moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms--o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms--ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: unqoute("progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 )");
  border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(#fff, 1, 0);
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(#fff, 1, 1);
}
.ui-datepicker-header {
  background-color: #666 /* set the header background color */;
  color: #e0e0e0;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,0.2);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,0.2);
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250,250,250,0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(#000, 1, -1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-title select {
  margin-top: 2.5%;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../../../../wp-content/plugins/gravityforms/images/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: unqoute("url(data:image/svg+xmlbase64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)");
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: unqoute("progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 )");
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250,250,250,0.5);
}
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa /* set the active date background color */;
  border: 1px solid #c19163 /* set the active date border color */;
  color: #666 /* set the active date font color */;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
  text-shadow: 0px 1px 0px #fff;
  filter: dropshadow(#fff, 0, 1);
  position: relative;
  margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}
table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}
.ui-datepicker-month,
.ui-datepicker-year {
  font-size: inherit;
}
.gform_wrapper label.gfield_label {
  font-weight: 700;
  font-size: inherit;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  display: block;
  font-size: 0.813em;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}
body .gform_wrapper ul li.gfield {
  margin-top: 14px;
}
.gform_wrapper .ginput_container {
  padding-right: 20px;
}
.gform_wrapper input.large,
.gform_wrapper textarea.large {
  width: 100%;
}
.gform_wrapper input.medium,
.gform_wrapper textarea.medium {
  width: 50%;
}
.gform_wrapper input.small,
.gform_wrapper textarea.small {
  width: 25%;
}
.gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-right: 0;
}
.gform_wrapper .ginput_complex span {
  padding-right: 20px;
  width: 50%;
}
.gform_wrapper .ginput_complex input {
  margin-bottom: 0;
  width: 100%;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
  font-size: 0.813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  letter-spacing: normal;
}
.gform_footer {
  margin-top: 20px;
}
/* Sugar Calendar
---------------------------------------------------------------------------------------------------- */
#sc_events_calendar_head input.sc_calendar_submit {
/*font-size 15px*/
  line-height: 1;
  letter-spacing: 1px;
  padding: 5px 16px;
}
#sc_events_calendar_head select.sc_month,
#sc_events_calendar_head select.sc_year,
#sc_events_calendar_head select#sc_category {
  font-size: 15px;
}
#sc_calendar th.calendar-day-head {
  font-size: 1rem;
}
.single-sugar-calendar .sc_event_details_inner {
  display: none;
}
#sc_calendar td.calendar-day div.sc_day_div {
  padding: 18px 12px;
}
#sc_calendar td.calendar-day div.sc_day_div a {
  display: inline-block;
  margin-bottom: 12px;
}
#sc_calendar td.calendar-day div.sc_day_div br:last-child {
  display: none;
}
#sc_calendar td.calendar-day div.sc_day_div .day-number {
  color: #000;
  margin: -14px -4px 0 0;
}
/* Shaker Village KY
---------------------------------------------------------------------------------------------------- */
.shaker-village-book-now-button {
  background-color: #bf4127;
}
.shaker-village-book-now-button > a {
  color: #eee;
}
.shaker-village-book-now-button > a::after {
  content: "\25Bc";
  font-size: 8px;
  font-family: Arial, Arial Unicode MS, sans-serif;
  line-height: 1;
  padding-left: 4px;
}
@media only screen and (max-width: 768px) {
  .shaker-village-book-now-button > a::after {
    display: none;
  }
}
.shaker-village-book-now-button > a:hover {
  background-color: rgba(255,255,255,0.08);
}
.shaker-village-book-now-form-container {
  background-color: #0b0a09;
  color: #f1f1f1;
  display: none;
  min-width: 200px;
  padding: 20px;
  position: absolute;
  right: 0;
  z-index: 200;
}
.shaker-village-book-now-form-container .gform_wrapper {
  margin: 0;
}
.shaker-village-book-now-form-container .gform_wrapper a {
  display: none;
  padding: 0;
}
.shaker-village-book-now-form-container .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  list-style-type: none;
  padding: 0;
}
.shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield label {
  font-size: 15px;
  line-height: 1;
}
.shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield label span {
  color: #a6ce3a;
}
.shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield .ginput_container_date input,
.shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield .ginput_container_number input {
  color: #1f1b19;
  font-size: 15px;
  padding: 4px 5px;
  border: 0;
}
.shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield .ginput_container_date input {
  width: 138px;
  margin-right: 42px;
}
@media only screen and (max-width: 768px) {
  .shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield .ginput_container_date input {
    width: 100%;
  }
}
.shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield .ginput_container_number input {
  width: 48px;
}
@media only screen and (max-width: 768px) {
  .shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield .ginput_container_number input {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .shaker-village-book-now-form-container .gform_wrapper .gform_fields .gfield {
    width: 50%;
  }
}
.shaker-village-book-now-form-container .gform_wrapper .gform_footer {
  margin: 10px 0 0;
  padding: 0;
}
.shaker-village-book-now-form-container .gform_wrapper .gform_footer input {
  background-color: #203920;
  border: 0;
  color: #fcfcfc;
  display: inline-block;
  font-family: "League Gothic", sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  padding: 10px;
  text-transform: uppercase;
}
.shaker-village-book-now-form-container .gform_wrapper .gform_footer input:hover {
  background-color: #2c4e2c;
}
@media only screen and (max-width: 768px) {
  .shaker-village-book-now-form-container {
    position: relative;
  }
}
.shaker-village-title .fl-heading {
  background: transparent url("images/bg-page-title.png") center center repeat-x;
  line-height: 1;
}
.shaker-village-title .fl-heading .fl-heading-text {
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0 18px;
}
.shaker-village-title.shaker-village-title-alt .fl-heading .fl-heading-text {
  background-color: #f3f3f3;
}
.shaker-village-leaves-title .fl-module-content .fl-heading {
  position: relative;
  padding-bottom: 30px !important;
}
.shaker-village-leaves-title .fl-module-content .fl-heading .fl-heading-text {
  border: 2px solid #a6ce3a;
  display: inline-block;
  padding: 24px 60px 20px;
}
.shaker-village-leaves-title .fl-module-content .fl-heading::after {
  background: #fff url("images/bg-alt-title.png") center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  left: calc(50% - 45.5px);
  position: absolute;
  padding: 0 20px;
  top: calc(100% - 32px);
  width: 91px;
}
.shaker-village-leaves-title.shaker-village-leaves-title-alt .fl-module-content .fl-heading::after {
  background-color: #f3f3f3;
}
.shaker-village-button .fl-button-wrap a.fl-button {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #203920 !important;
  border: 2px solid #fcfcfc !important;
  border-radius: 2px;
  color: #fcfcfc;
  padding: 0;
}
.shaker-village-button .fl-button-wrap a.fl-button span.fl-button-text {
  color: #fcfcfc;
  display: inline-block;
  font-family: "League Gothic", sans-serif;
  font-size: 20px;
  font-weight: 400;
  float: left;
  line-height: 48px;
  letter-spacing: 2px;
  padding: 0 11px 0 17px;
  text-transform: uppercase;
}
.shaker-village-button .fl-button-wrap a.fl-button::after {
  border-left: 2px solid #fcfcfc;
  color: #fcfcfc;
  content: "\00BB";
  display: inline-block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 34px;
  float: right;
  line-height: 42px;
  height: 48px;
  margin-left: 17px;
  padding: 0 11px 0 12px;
  -webkit-transition: -webkit-transform 200ms linear;
  -moz-transition: -moz-transform 200ms linear;
  -o-transition: -o-transform 200ms linear;
  -ms-transition: -ms-transform 200ms linear;
  transition: transform 200ms linear;
}
.shaker-village-button .fl-button-wrap a.fl-button:hover {
  background-color: #2c4e2c !important;
  -webkit-transition: border-color 200ms linear, background-color 200ms linear;
  -moz-transition: border-color 200ms linear, background-color 200ms linear;
  -o-transition: border-color 200ms linear, background-color 200ms linear;
  -ms-transition: border-color 200ms linear, background-color 200ms linear;
  transition: border-color 200ms linear, background-color 200ms linear;
}
.shaker-village-button .fl-button-wrap a.fl-button:hover::after {
  -webkit-transform: translate(5px);
  -moz-transform: translate(5px);
  -o-transform: translate(5px);
  -ms-transform: translate(5px);
  transform: translate(5px);
}
.shaker-village-button-transparent .fl-button-wrap a.fl-button {
  background-color: transparent !important;
}
/* Homepage
--------------------------------------------- */
.home-hero {
  position: relative;
}
.home-hero .fl-row-content-wrap {
  height: 70vh;
}
.home-hero .fl-row-content-wrap .fl-col-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 70vh;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.home-hero .shaker-village-hero-logo {
  height: 100%;
  overflow: hidden;
}
.home-hero .shaker-village-hero-logo .fl-module-content {
  height: 100%;
  overflow: hidden;
}
.home-hero .shaker-village-hero-logo .fl-photo {
  height: 100%;
}
.home-hero .shaker-village-hero-logo .fl-photo-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.home-hero .shaker-village-hero-logo .fl-photo-content img {
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-item-align: center;
  height: calc(75% - 53px);
  max-height: 400px;
  width: auto;
}
.discovery-button {
  left: calc(50% - 94px);
  position: absolute;
  top: calc(100% - 64px);
}
.discovery-button .fl-heading .fl-heading-text {
  font-style: italic;
  text-transform: none;
}
.discovery-button .fl-heading a {
  background: transparent url("images/down-arrow.png") center bottom no-repeat;
  display: block;
  padding-bottom: 25px;
  text-decoration: none;
}

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