@charset "UTF-8";
/*!
 *	Theme Name:		Swallows Crossing
 *	Description:	WordPress theme for exclusive use by the Swallows Crossing website.
 *	Author:			Daniel O'Connor (Avatar Ltd.)
 *	Version:		1
 */
/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

body {
  background: #fff;
  color: #333;
  font: 16px/1 "Cabin", sans-serif;
  height: 100%; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
::-moz-selection {
  background: rgba(194, 205, 35, 0.5);
  color: #333; }

::selection {
  background: rgba(194, 205, 35, 0.5);
  color: #333; }

.button,
button,
input[type='submit'] {
  background: #c2cd23;
  border: 0;
  border-radius: 0;
  -moz-box-shadow: inset 0 0 0 0.375em #c2cd23, inset 0 0 0 0.5em #fff;
  -webkit-box-shadow: inset 0 0 0 0.375em #c2cd23, inset 0 0 0 0.5em #fff;
  box-shadow: inset 0 0 0 0.375em #c2cd23, inset 0 0 0 0.5em #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 1.5em 2.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .button:focus,
  button:focus,
  input[type='submit']:focus {
    outline: none; }

.button:hover,
a:hover .button,
button:hover {
  -moz-box-shadow: inset 0 0 0 0.375em #c2cd23, inset 0 0 0 0.625em #fff;
  -webkit-box-shadow: inset 0 0 0 0.375em #c2cd23, inset 0 0 0 0.625em #fff;
  box-shadow: inset 0 0 0 0.375em #c2cd23, inset 0 0 0 0.625em #fff; }

.button:active,
a:active .button,
button:active,
input[type='submit']:active {
  background: #b2bc20; }

.image {
  background: #000;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative; }
  .image img {
    bottom: -99999em;
    display: block;
    left: -99999em;
    margin: auto;
    position: absolute;
    right: -99999em;
    top: -99999em; }

#lightbox {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100; }
  #lightbox:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  #lightbox:after {
    background: url(images/swallow-loading.gif);
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    content: "";
    display: block;
    height: 2.5em;
    left: 50%;
    margin: -1.25em 0 0 -2em;
    position: absolute;
    top: 50%;
    width: 4em; }
  #lightbox img {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    max-height: 90%;
    max-width: 90%;
    position: relative;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    vertical-align: middle;
    width: auto;
    z-index: 2; }

#content input[type='text'],
#content input[type='email'],
#content textarea {
  background: #e5e5e5;
  border: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font: inherit;
  margin: 0.75em 0 1.5em 0;
  padding: 1em;
  width: 100%; }
  #content input[type='text']:focus,
  #content input[type='email']:focus,
  #content textarea:focus {
    -moz-box-shadow: inset 0 0 0 0.25em #c2cd23;
    -webkit-box-shadow: inset 0 0 0 0.25em #c2cd23;
    box-shadow: inset 0 0 0 0.25em #c2cd23;
    outline: none; }
#content .wpcf7-not-valid-tip {
  background: #710124;
  color: #fff;
  line-height: 1.75;
  margin: -1.5em 0 1.5em 0;
  padding: 1em 2em; }
#content .wpcf7-response-output {
  border: 0;
  color: #fff;
  line-height: 1.75;
  margin: 1.5em 0 0 0;
  padding: 1em 2em; }
#content .wpcf7-mail-sent-ng,
#content .wpcf7-validation-errors,
#content .wpcf7-spam-blocked {
  background: #710124; }
#content .wpcf7-mail-sent-ok {
  background: #99a11c; }
#content .ajax-loader {
  -moz-animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  display: inline-block;
  height: 1em;
  margin: 0 1.5em;
  vertical-align: middle;
  width: 1em; }

.content p {
  line-height: 1.75;
  margin-bottom: 1.5em; }
  .content p:last-child {
    margin-bottom: 0; }
  .content p a {
    border-bottom: 1px solid #c2cd23;
    color: #888;
    text-decoration: none; }
    .content p a:hover {
      color: #6f6f6f;
      border-color: #99a11c; }
  .content p .button {
    border: 0;
    color: #fff; }
    .content p .button:hover {
      color: #fff; }
.content em {
  font-style: italic; }
.content strong {
  font-weight: bold; }
.content ol, .content ul {
  margin-bottom: 2em; }
.content ul li {
  line-height: 1.5;
  margin-bottom: 1em;
  padding-left: 2em; }
  .content ul li:before {
    content: "•";
    display: inline-block;
    margin-left: -2em;
    width: 2em; }
.content ol li {
  counter-increment: ol;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-left: 2em; }
  .content ol li:before {
    content: counter(ol);
    display: inline-block;
    margin-left: -2em;
    width: 2em; }
.content .alignleft {
  float: left;
  margin: 0 2em 2em 0; }
.content .alignright {
  float: right;
  margin: 0 0 2em 2em; }
.content .aligncenter {
  display: block;
  margin: 0 auto 2em auto; }
.content .alignnone {
  display: block;
  margin-bottom: 2em; }
.content h1 {
  background: #a30234 url(images/heading.jpg);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 1.6em;
  padding: 1em;
  text-align: center;
  text-transform: uppercase; }
.content h2 {
  background: #a30234 url(images/heading.jpg);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 2.4em 0 1.6em 0;
  padding: 1em;
  text-align: center;
  text-transform: uppercase; }
  .content h2:first-child {
    margin-top: 0; }
.content h3 {
  color: #c2cd23;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 2px;
  margin: 2em 0 1.2em 0;
  text-align: center;
  text-transform: uppercase; }
  .content h3:first-child {
    margin-top: 0; }
.content h2 + h3 {
  margin-top: 0; }
.content .gallery {
  margin: 3em 0 1em 0; }
  .content .gallery:first-child {
    margin-top: 0; }
  .content .gallery:last-child {
    margin-bottom: -2em; }
  .content .gallery:after {
    clear: both;
    content: "";
    display: block; }
.content .gallery-columns-5 .gallery-item {
  width: 12.4em; }
  .content .gallery-columns-5 .gallery-item:nth-child(5n-4) {
    clear: left;
    margin-left: 0; }
.content .gallery-columns-4 .gallery-item {
  width: 16em; }
  .content .gallery-columns-4 .gallery-item:nth-child(4n-3) {
    clear: left;
    margin-left: 0; }
.content .gallery-columns-3 .gallery-item {
  width: 22em; }
  .content .gallery-columns-3 .gallery-item:nth-child(3n-2) {
    clear: left;
    margin-left: 0; }
.content .gallery-item {
  float: left;
  margin: 0 0 2em 2em; }
.content .gallery-icon {
  background: #333;
  overflow: hidden;
  padding-top: 90%;
  position: relative; }
  .content .gallery-icon img {
    bottom: -99999em;
    display: block;
    height: auto;
    left: -99999em;
    margin: auto;
    position: absolute;
    right: -99999em;
    top: -99999em;
    width: auto; }
  .content .gallery-icon.landscape img {
    height: 100%; }
  .content .gallery-icon.portrait img {
    width: 100%; }
.content:after {
  clear: both;
  content: "";
  display: block; }

#header {
  background: #eee url(images/lodge-surroundings-2.jpg);
  background-position: 50% 0;
  background-size: cover;
  height: 28.625em;
  overflow: hidden;
  position: relative; }

.home #header {
  height: 85%;
  margin-top: -2em; }
.home #logo {
  margin-top: 2em; }

#bar {
  background: #a30234;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }
  #bar > div {
    height: 4.375em;
    margin: 0 auto;
    overflow: hidden;
    width: 70em; }
  #bar nav {
    position: relative;
    z-index: 2; }
  #bar li {
    float: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 7em; }
    #bar li:last-child {
      margin-right: -2em; }
    #bar li a {
      color: #fff;
      display: block;
      font-size: 0.875em;
      padding: 2em 0;
      text-align: center;
      text-decoration: none; }
      #bar li a:hover {
        background: #8f022e; }
      #bar li a:active {
        background: #7b0227; }

#swallow {
  background: url(images/swallows-crossing-vineyard-logo-white.png) no-repeat;
  background-position: 0 100px;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin-left: -2em;
  position: absolute;
  top: 0;
  width: 4em; }

#bar.logofied li {
  width: 6.6em; }
  #bar.logofied li:nth-child(5) {
    margin-right: 4em; }
#bar.logofied #swallow {
  background-position: 0 16px !important; }

#logo {
  left: 50%;
  margin-left: -7.5em;
  position: absolute;
  top: 7.75em; }
  #logo img {
    height: 10.125em;
    width: 15em; }

#calls-to-action {
  margin: 0 auto;
  padding-top: 7.75em;
  padding-top: 10.625em;
  width: 70em; }
  #calls-to-action .button {
    float: right;
    padding: 1.5em 0;
    width: 15em; }
    #calls-to-action .button:first-child {
      float: left; }

#header h1 {
  background: #fff;
  -moz-box-shadow: 0 0 0 0.25em rgba(163, 2, 52, 0.5);
  -webkit-box-shadow: 0 0 0 0.25em rgba(163, 2, 52, 0.5);
  box-shadow: 0 0 0 0.25em rgba(163, 2, 52, 0.5);
  color: #a30234;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 1em 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 17.2em;
  width: 20.8em; }
  #header h1:before {
    border: 0.375em solid #fff;
    bottom: -0.5em;
    content: "";
    display: block;
    left: -0.5em;
    position: absolute;
    right: -0.5em;
    top: -0.5em; }

#header .wp-post-image {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

main > div {
  margin: 0 auto;
  padding-top: 5em;
  width: 70em; }

#content:after {
  clear: both;
  content: "";
  display: block; }
#content h1 {
  background: #a30234 url(images/heading.jpg);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 1.6em;
  padding: 1em;
  text-align: center;
  text-transform: uppercase; }

.page-template-page-accommodation #content > .content {
  margin-bottom: 3em; }
.page-template-page-accommodation #content > section {
  margin-bottom: 5em; }
  .page-template-page-accommodation #content > section:after {
    clear: both;
    content: "";
    display: block; }
  .page-template-page-accommodation #content > section .image {
    float: right;
    height: 25em;
    width: 32.5em; }
    .page-template-page-accommodation #content > section .image.tall {
      height: 40em; }
  .page-template-page-accommodation #content > section .content {
    float: left;
    width: 32.5em; }
.page-template-page-accommodation #content > section:first-of-type .content {
  float: none;
  margin: 0 auto;
  width: auto; }
.page-template-page-accommodation #content > section:nth-of-type(even) .image {
  float: left; }
.page-template-page-accommodation #content > section:nth-of-type(even) .content {
  float: right; }

.page-template-page-wines #content > .content {
  margin-bottom: 3em; }
.page-template-page-wines #content > section {
  margin-bottom: 3em; }
  .page-template-page-wines #content > section:after {
    clear: both;
    content: "";
    display: block; }
.page-template-page-wines #content .meta {
  float: left;
  width: 22em; }
  .page-template-page-wines #content .meta .image {
    height: 32em;
    margin-bottom: 2em; }
  .page-template-page-wines #content .meta .button {
    display: block; }
.page-template-page-wines #content .meta + div {
  float: right;
  width: 43em; }
.page-template-page-wines #content h2 {
  background: #a30234 url(images/heading.jpg);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 1.6em 0;
  padding: 1em;
  text-align: center;
  text-transform: uppercase; }

.page-template-page-buy-wines #mask {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 101; }
  .page-template-page-buy-wines #mask:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .page-template-page-buy-wines #mask section {
    background: #fff;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    max-height: 90%;
    padding: 3em;
    position: relative;
    vertical-align: middle;
    width: auto;
    z-index: 2; }
  .page-template-page-buy-wines #mask h2 {
    background: #a30234 url(images/heading.jpg);
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 1.6em 0;
    padding: 1em;
    text-align: center;
    text-transform: uppercase; }
  .page-template-page-buy-wines #mask p {
    line-height: 1.75;
    margin-bottom: 1em; }
    .page-template-page-buy-wines #mask p:last-child {
      margin-bottom: 0; }
  .page-template-page-buy-wines #mask fieldset {
    font-size: 2em;
    margin: 1em 0; }
  .page-template-page-buy-wines #mask input[type='number'] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #e5e5e5;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font: inherit;
    height: 1em;
    letter-spacing: 0.0625em;
    padding: 0.5em 0;
    text-align: center; }
    .page-template-page-buy-wines #mask input[type='number']:focus {
      -moz-box-shadow: inset 0 0 0 0.125em #c2cd23;
      -webkit-box-shadow: inset 0 0 0 0.125em #c2cd23;
      box-shadow: inset 0 0 0 0.125em #c2cd23;
      outline: none; }
    .page-template-page-buy-wines #mask input[type='number'][maxlength='2'] {
      width: 3.5em; }
    .page-template-page-buy-wines #mask input[type='number'][maxlength='4'] {
      width: 4.5em; }
    .page-template-page-buy-wines #mask input[type='number']::-webkit-inner-spin-button, .page-template-page-buy-wines #mask input[type='number']::-webkit-outer-spin-button {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      display: none;
      margin: 0; }
  .page-template-page-buy-wines #mask label {
    display: inline-block; }
    .page-template-page-buy-wines #mask label > span {
      background: #a30234;
      color: #fff;
      display: none;
      font-size: 0.375em;
      padding: 1em 0;
      text-align: center; }
      .page-template-page-buy-wines #mask label > span > span {
        color: #d18099; }
  .page-template-page-buy-wines #mask .errors label > span {
    display: block; }
  .page-template-page-buy-wines #mask button {
    font-size: 1em; }
  .page-template-page-buy-wines #mask .error {
    background: #710124;
    color: #fff;
    display: inline-block;
    line-height: 1.75;
    margin: -1.5em 0 1.5em 0;
    padding: 1em 2em; }
.page-template-page-buy-wines #content {
  margin: 0 auto;
  width: 45em; }
  .page-template-page-buy-wines #content .content {
    margin-bottom: 3em; }
  .page-template-page-buy-wines #content .gf_progressbar_wrapper {
    display: none; }
  .page-template-page-buy-wines #content .gform_wrapper,
  .page-template-page-buy-wines #content .gform_heading {
    margin: 0; }
  .page-template-page-buy-wines #content .gsection {
    border-bottom: 0;
    margin: 0;
    padding: 0; }
    .page-template-page-buy-wines #content .gsection:after {
      content: none; }
    .page-template-page-buy-wines #content .gsection h2 {
      background: #a30234 url(images/heading.jpg);
      color: #fff;
      font-size: 1.25em;
      font-weight: bold;
      letter-spacing: 2px !important;
      margin: 2.4em 0 1.6em 0 !important;
      padding: 1em !important;
      text-align: center;
      text-transform: uppercase; }
  .page-template-page-buy-wines #content .gfield:after {
    clear: both;
    content: "";
    display: block;
    margin-bottom: 1em; }
  .page-template-page-buy-wines #content .gfield label {
    float: left;
    margin: 0;
    padding: 1em 0; }
  .page-template-page-buy-wines #content .gfield .gfield_required {
    color: #a30234; }
  .page-template-page-buy-wines #content .ginput_container {
    float: right;
    margin: 0; }
    .page-template-page-buy-wines #content .ginput_container span {
      display: inline-block;
      padding: 1em 0; }
    .page-template-page-buy-wines #content .ginput_container .ginput_product_price {
      color: #a30234; }
    .page-template-page-buy-wines #content .ginput_container .ginput_quantity_label {
      margin-left: 2em; }
    .page-template-page-buy-wines #content .ginput_container input[type='text'] {
      display: inline-block;
      margin: 0; }
      .page-template-page-buy-wines #content .ginput_container input[type='text'].large {
        width: 28em; }
    .page-template-page-buy-wines #content .ginput_container select {
      background: #e5e5e5;
      border: 0;
      display: inline-block;
      font: inherit;
      padding: 1em;
      width: 28em; }
      .page-template-page-buy-wines #content .ginput_container select:focus {
        -moz-box-shadow: inset 0 0 0 0.25em #c2cd23;
        -webkit-box-shadow: inset 0 0 0 0.25em #c2cd23;
        box-shadow: inset 0 0 0 0.25em #c2cd23;
        outline: none; }
    .page-template-page-buy-wines #content .ginput_container .ginput_quantity {
      width: 8em; }
    .page-template-page-buy-wines #content .ginput_container .ginput_total {
      color: inherit;
      font-size: 1.5em;
      margin: 0;
      padding: 0.58333em 0; }
  .page-template-page-buy-wines #content .ginput_container_number input[readonly] {
    background: transparent;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
    height: 2.16666em;
    margin: 0;
    padding: 0.58333em 0;
    text-align: right; }
    .page-template-page-buy-wines #content .ginput_container_number input[readonly]:focus {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .page-template-page-buy-wines #content .ginput_container_checkbox {
    float: none; }
    .page-template-page-buy-wines #content .ginput_container_checkbox input[type='checkbox'] {
      display: inline-block;
      float: none;
      margin: 1.5em 0.5em;
      vertical-align: middle; }
    .page-template-page-buy-wines #content .ginput_container_checkbox label {
      display: inline-block;
      float: none; }
  .page-template-page-buy-wines #content .gform_previous_button {
    display: none; }
  .page-template-page-buy-wines #content .gform_footer,
  .page-template-page-buy-wines #content .gform_page_footer {
    border-top: 0;
    text-align: center; }
  .page-template-page-buy-wines #content .validation_error {
    background: #710124;
    border: 0;
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    padding: 1em 2em; }
  .page-template-page-buy-wines #content .gfield_error {
    background: transparent;
    border: 0;
    width: auto; }
    .page-template-page-buy-wines #content .gfield_error label {
      color: inherit; }
  .page-template-page-buy-wines #content .validation_message {
    color: #a30234;
    display: block;
    margin: 0;
    padding: 0 !important;
    max-width: none; }

.page-template-page-story #content > figure {
  float: left;
  width: 17em; }
  .page-template-page-story #content > figure .image {
    height: 25em;
    margin-bottom: 0.5em; }
    .page-template-page-story #content > figure .image img {
      max-width: 100%; }
  .page-template-page-story #content > figure figcaption {
    background: #a30234;
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 1.25em 0;
    text-align: center;
    text-transform: uppercase; }
.page-template-page-story #content .content {
  float: left;
  margin: 0 5em;
  width: 26em; }

.page-template-page-location #content .content {
  float: left;
  margin-right: 5em;
  width: 38em; }
.page-template-page-location #content > a {
  float: right;
  margin-bottom: 5em;
  text-decoration: none;
  width: 27em; }
  .page-template-page-location #content > a .image {
    height: 27em; }
  .page-template-page-location #content > a figcaption {
    display: block;
    font-size: 0.75em; }
.page-template-page-location #content iframe {
  background: #eee;
  float: right;
  height: 27em;
  width: 27em; }

.page-template-page-newsletter #content .content {
  margin: 0 auto 2em auto;
  width: 43em; }
.page-template-page-newsletter #newsletter-signup-form {
  margin: 0 auto;
  width: 43em; }
  .page-template-page-newsletter #newsletter-signup-form h2 {
    background: #a30234 url(images/heading.jpg);
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1.6em;
    padding: 1em;
    text-align: center;
    text-transform: uppercase; }

.blog #posts, .category #posts {
  margin: 0 auto;
  width: 43em; }
  .blog #posts li, .category #posts li {
    margin-bottom: 5em; }
    .blog #posts li:last-child, .category #posts li:last-child {
      margin-bottom: 0; }
  .blog #posts section, .category #posts section {
    text-align: center; }
  .blog #posts h2, .category #posts h2 {
    background: #a30234 url(images/heading.jpg);
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1.6em;
    padding: 1em;
    text-align: center;
    text-transform: uppercase; }
    .blog #posts h2 a, .category #posts h2 a {
      color: inherit;
      text-decoration: none; }
  .blog #posts time, .category #posts time {
    display: block;
    font-weight: bold;
    margin-bottom: 1em; }
  .blog #posts .content, .category #posts .content {
    margin-bottom: 2em; }
    .blog #posts .content p:last-child, .category #posts .content p:last-child {
      margin-bottom: 0; }

.single #header h1 {
  width: 30em; }

.page-template-page-contact #contact-form {
  float: left;
  margin-right: 5em;
  width: 32.5em; }
  .page-template-page-contact #contact-form h2 {
    background: #a30234 url(images/heading.jpg);
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1.6em;
    padding: 1em;
    text-align: center;
    text-transform: uppercase; }
.page-template-page-contact .content {
  width: auto; }
.page-template-page-contact #contact-details {
  float: right;
  width: 32.5em; }
  .page-template-page-contact #contact-details h2 {
    background: #a30234 url(images/heading.jpg);
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1.6em;
    padding: 1em;
    text-align: center;
    text-transform: uppercase; }
  .page-template-page-contact #contact-details dl {
    line-height: 1.75; }
    .page-template-page-contact #contact-details dl:after {
      clear: both;
      content: "";
      display: block; }
  .page-template-page-contact #contact-details dt {
    clear: left;
    float: left;
    font-weight: bold;
    margin-bottom: 1.5em;
    width: 10em; }
  .page-template-page-contact #contact-details dd {
    float: left;
    margin-bottom: 1.5em;
    width: 22.5em; }
    .page-template-page-contact #contact-details dd p {
      margin-bottom: 1em; }
    .page-template-page-contact #contact-details dd a {
      border-bottom: 1px solid #c2cd23;
      color: #333;
      text-decoration: none; }
      .page-template-page-contact #contact-details dd a:hover {
        color: #1a1a1a;
        border-color: #99a11c; }

.feature {
  margin-bottom: 5em;
  position: relative; }
  .feature > div:first-child {
    text-align: center;
    width: 30em; }
  .feature h2 {
    background: #a30234 url(images/heading.jpg);
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 1.6em;
    padding: 1em;
    text-align: center;
    text-transform: uppercase; }
  .feature .content {
    margin-bottom: 1.5em; }
  .feature .image {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 35em; }
    .feature .image img {
      max-height: 100%; }

.feature:nth-of-type(even) > div:first-child {
  margin-left: auto; }
.feature:nth-of-type(even) .image {
  left: 0;
  right: auto; }
  .feature:nth-of-type(even) .image img {
    max-height: none;
    max-width: 100%; }

#segues:after {
  clear: both;
  content: "";
  display: block; }
#segues li {
  float: left;
  margin-left: 3em;
  width: 13.73em;
  width: 15.25em; }
  #segues li:first-child {
    margin-left: 0; }
#segues a {
  display: block;
  text-decoration: none; }
#segues .image {
  height: 10em; }
  #segues .image img {
    max-width: 100%; }
#segues .button {
  display: block; }

#footer {
  background: #fff;
  color: #888; }
  #footer > div {
    margin: 0 auto;
    padding: 5em 0;
    width: 70em; }
    #footer > div:after {
      clear: both;
      content: "";
      display: block; }
    #footer > div > div {
      float: left;
      line-height: 1.75;
      margin-left: 3em;
      width: 15.25em; }
      #footer > div > div:first-child {
        margin-left: 0; }
  #footer p {
    font-size: 0.875em;
    margin-bottom: 1.75em; }
    #footer p:last-child {
      margin-bottom: 0; }
  #footer a {
    border-bottom: 1px solid #c2cd23;
    color: #888;
    text-decoration: none; }
    #footer a:hover {
      color: #6f6f6f;
      border-color: #99a11c; }
  #footer #social-media {
    font-size: 0.875em; }
    #footer #social-media li {
      margin-bottom: 1em; }
      #footer #social-media li:last-child {
        margin-bottom: 0; }
    #footer #social-media a {
      border-bottom: 0; }
      #footer #social-media a:before {
        background: #000;
        color: #fff;
        content: "";
        display: inline-block;
        font-family: "FontAwesome";
        line-height: 1;
        margin-right: 1em;
        padding: 0.5em 0;
        text-align: center;
        width: 2em; }
      #footer #social-media a[href*='facebook']:before {
        background: #3a5795;
        content: ""; }
      #footer #social-media a[href*='facebook']:hover:before {
        background: #2f4678; }
      #footer #social-media a[href*='facebook']:active:before {
        background: #293d69; }
      #footer #social-media a[href*='google']:before {
        background: #dd4b39;
        content: ""; }
      #footer #social-media a[href*='google']:hover:before {
        background: #ca3523; }
      #footer #social-media a[href*='google']:active:before {
        background: #b93120; }
  #footer dl {
    font-size: 0.875em; }
    #footer dl:after {
      clear: both;
      content: "";
      display: block; }
  #footer dt {
    clear: left;
    float: left;
    font-weight: bold;
    margin-bottom: 1.75em;
    width: 4em; }
    #footer dt:last-of-type {
      margin-bottom: 0; }
  #footer dd {
    float: left;
    margin-bottom: 1.75em; }
    #footer dd:last-child {
      margin-bottom: 0; }

@media only screen and (max-width: 1184px) {
  body {
    font-size: 15px; } }
@media only screen and (max-width: 1184px) {
  body {
    font-size: 14px; } }
@media only screen and (max-width: 1036px) {
  body {
    font-size: 13px; } }
@media only screen and (max-width: 962px) {
  body {
    font-size: 12px; } }
@media only screen and (max-width: 888px) {
  body {
    font-size: 16px; }

  .button {
    display: block; }

  .content h2 {
    font-size: 1em; }
  .content h3 {
    font-size: 1em; }
  .content .gallery {
    margin: 2em 0;
    padding-right: 1em; }
    .content .gallery:last-child {
      margin-bottom: 0; }
    .content .gallery .gallery-item {
      clear: left;
      margin: 0 0 1em 0;
      position: relative;
      width: 50%; }
      .content .gallery .gallery-item:nth-child(even) {
        clear: none;
        left: 1em; }
      .content .gallery .gallery-item:nth-last-child(-n+2) {
        margin-bottom: 0; }
    .content .gallery .gallery-icon {
      padding-top: 100%; }

  #header {
    background-image: url(images/lodge-surroundings-2-small.jpg?v=2);
    background-size: auto;
    min-height: 30em; }
    #header h1 {
      font-size: 1em;
      margin: 0 2.5em;
      top: 21em;
      width: auto; }

  #swallow {
    z-index: 2; }

  #bar.logofied li {
    width: auto; }
    #bar.logofied li:nth-child(5) {
      margin-right: 0; }
  #bar > div {
    overflow: visible;
    width: auto; }
  #bar nav {
    background: #a30234;
    position: static; }
    #bar nav:before {
      background: #8f022e;
      color: #fff;
      content: "";
      cursor: pointer;
      display: block;
      font-family: "FontAwesome";
      font-size: 1.5em;
      margin-left: auto;
      padding: 0.95833em 1em;
      text-align: center;
      width: 1em; }
    #bar nav.active:after {
      background: rgba(255, 255, 255, 0.9);
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: -2; }
    #bar nav.active > ul {
      display: block; }
  #bar ul {
    display: none;
    height: 100%;
    min-width: 20em;
    overflow: auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    z-index: -1; }
  #bar li {
    background: #7b0227;
    float: none;
    width: auto; }
    #bar li:first-child {
      margin-top: 4.375em; }
      #bar li:first-child a {
        border-top: 0.75em solid #7b0227; }
    #bar li:last-child {
      margin-right: 0; }
      #bar li:last-child a {
        border-bottom: 0.75em solid #7b0227; }
    #bar li a {
      color: #fff;
      font-size: 1em;
      padding: 1.5em 0; }
      #bar li a:hover {
        background: #670121; }
      #bar li a:active {
        background: #52011a; }
  #bar .sub-menu {
    display: none; }

  #calls-to-action {
    display: none; }

  main > div {
    padding: 2em;
    width: auto; }

  .feature {
    margin-bottom: 2em; }
    .feature > div:first-child {
      margin-bottom: 2em;
      width: auto; }
    .feature h2 {
      line-height: 1.25; }
    .feature .button {
      line-height: 1.25; }
    .feature .image {
      padding-top: 75%;
      position: relative;
      right: auto;
      top: auto;
      width: auto; }

  #segues {
    padding-left: 1em; }
    #segues li {
      float: left;
      margin-bottom: 1em;
      margin-left: 0;
      width: 50%; }
      #segues li:nth-child(odd) {
        left: -1em;
        position: relative; }
      #segues li:nth-last-child(-n+2) {
        margin-bottom: 0; }
    #segues .image {
      height: auto;
      padding-top: 75%; }
    #segues .button {
      font-size: 0.875em;
      padding-left: 0;
      padding-right: 0; }
      #segues .button:before {
        border-width: 0.14286em; }
    #segues a:hover .button:before {
      border-width: 0.28571em; }

  .page-template-page-accommodation #content > section {
    margin-bottom: 2em; }
    .page-template-page-accommodation #content > section .content {
      float: none;
      width: auto; }
    .page-template-page-accommodation #content > section .image {
      float: none;
      height: auto;
      padding-top: 50%;
      width: auto; }
      .page-template-page-accommodation #content > section .image.tall {
        height: auto;
        padding-top: 75%; }

  .page-template-page-wines #content .content {
    margin-bottom: 2em; }
  .page-template-page-wines #content .meta {
    float: none;
    margin-bottom: 2em;
    width: auto; }
  .page-template-page-wines #content .meta + div {
    float: none;
    width: auto; }

  .page-template-page-buy-wines #mask section {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em;
    width: 98%; }
  .page-template-page-buy-wines #mask h2 {
    font-size: 1em; }
  .page-template-page-buy-wines #mask fieldset {
    font-size: 1em;
    margin: 2em 0; }
  .page-template-page-buy-wines #mask .error {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 90%; }
  .page-template-page-buy-wines #content {
    width: auto; }
    .page-template-page-buy-wines #content .content {
      margin-bottom: 2em; }
    .page-template-page-buy-wines #content .gsection h2 {
      font-size: 1em; }
    .page-template-page-buy-wines #content .gfield label {
      float: none;
      padding-bottom: 0.5em; }
    .page-template-page-buy-wines #content .ginput_container {
      float: none; }
      .page-template-page-buy-wines #content .ginput_container input.large[type="text"],
      .page-template-page-buy-wines #content .ginput_container select {
        width: 100%; }
      .page-template-page-buy-wines #content .ginput_container .ginput_quantity_label {
        color: transparent;
        margin-left: 1em;
        white-space: nowrap;
        width: 2.125em; }
        .page-template-page-buy-wines #content .ginput_container .ginput_quantity_label:before {
          color: #000;
          content: "QTY:";
          display: inline-block;
          width: 2.125em; }
      .page-template-page-buy-wines #content .ginput_container .ginput_quantity {
        width: 4em; }
    .page-template-page-buy-wines #content .gform_footer input[type="submit"] {
      padding-left: 0;
      padding-right: 0;
      width: 100%; }

  .page-template-page-story #content > figure {
    float: none;
    margin-bottom: 2em;
    width: auto; }
  .page-template-page-story #content .content {
    float: none;
    margin: 0 0 2em 0;
    width: auto; }

  .page-template-page-location #content .content {
    float: none;
    margin: 0;
    width: auto; }
  .page-template-page-location #content > a {
    display: block;
    float: none;
    margin-bottom: 2em;
    width: auto; }
    .page-template-page-location #content > a .image {
      height: auto;
      padding-top: 100%; }
  .page-template-page-location #content iframe {
    float: none;
    height: 20em;
    width: 100%; }

  .page-template-page-newsletter #newsletter-signup-form {
    width: auto; }
    .page-template-page-newsletter #newsletter-signup-form button {
      width: 100%; }

  .blog #posts,
  .category #posts {
    width: auto; }
    .blog #posts li,
    .category #posts li {
      margin-bottom: 2em; }

  .page-template-page-contact #contact-form {
    float: none;
    margin: 0 0 2em 0;
    width: auto; }
    .page-template-page-contact #contact-form button {
      width: 100%; }
  .page-template-page-contact #contact-details {
    float: none;
    width: auto; }
    .page-template-page-contact #contact-details dt {
      margin-bottom: 0; }
    .page-template-page-contact #contact-details dd {
      width: 15em; }

  #footer {
    padding: 2em; }
    #footer > div {
      display: table;
      padding: 0;
      width: 100%; }
      #footer > div > div {
        float: none;
        margin-bottom: 2em;
        margin-left: 0;
        width: auto; }
        #footer > div > div:first-child {
          display: table-footer-group; }
    #footer dt, #footer dd {
      margin-bottom: 0.5em; }
    #footer #social-media li {
      float: left;
      margin-right: 1.5em; }
    #footer #social-media a:before {
      margin-right: 0.5em; }
    #footer p {
      margin-bottom: 0; }
      #footer p small {
        display: inline-block;
        margin-right: 0.5em; }
      #footer p br {
        display: none; } }
