/*! threeducks-theme 2018-01-31 */

@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
p,
blockquote,
figure {
  margin: 0;
  padding: 0; }

/* =Global
----------------------------------------------- */
body {
  overflow-x: hidden;
  max-width: 100%;
  min-width: 320px; }

body,
button,
input,
select,
.select,
textarea {
  color: #404040;
  font-family: "rooney-web", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "nimbus-sans-condensed", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5em;
  color: #333333; }

h1 {
  font-size: 3.0375rem; }

h2 {
  font-size: 2.7rem; }

h3 {
  font-size: 2.307rem;
  margin-bottom: .4em; }

h4 {
  font-size: 2.138rem;
  margin-bottom: .4em; }

h5 {
  font-size: 1.688rem;
  margin-bottom: .3em; }

h6 {
  font-size: 1.575rem;
  margin-bottom: .3em; }

@media (min-width: 39.5em) {
  h1 {
    font-size: 3.375rem; }

  h2 {
    font-size: 3rem; }

  h3 {
    font-size: 2.563rem; }

  h4 {
    font-size: 2.375rem; }

  h5 {
    font-size: 1.875rem; }

  h6 {
    font-size: 1.750rem; } }
hr {
  background-color: #ccc;
  border: none;
  height: 1px;
  margin-bottom: 1.5em;
  clear: both; }

/* Text elements */
p {
  font-size: 18px;
  margin-bottom: 1.5rem; }

ul, ol {
  margin-bottom: 1.5rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin-bottom: .5rem; }
  @media (min-width: 39.5em) {
    li {
      margin-bottom: .25rem; } }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  float: left;
  clear: left;
  width: 150px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.5rem; }

dt:after {
  content: ":";
  text-align: right; }

dd {
  margin: 0;
  padding: 0; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  background: #f9f9f9;
  border-left: 8px solid #ccc;
  padding: 0.5em 5px 0.5em 20px;
  quotes: "“" "”" "‘" "’"; }

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

blockquote p {
  display: inline; }

blockquote:after {
  visibility: hidden;
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0;
  vertical-align: -0.4em; }

blockquote {
  margin-bottom: 2rem; }
  blockquote figure {
    margin-bottom: .25rem; }
  blockquote figcaption {
    font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: .9rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: .85em;
  background: #ffffff;
  padding: .1em .25em;
  border-radius: 3px;
  color: #222; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  border: 0; }

button,
input,
.select,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

.s-hidden {
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative; }

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 6px;
  font-family: gotham, helvetica, arial, sans-serif; }

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  top: 15px;
  right: 12px; }

.styledSelect:active, .styledSelect.active {
  background-color: #eee; }

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px; }

.options li:hover {
  background-color: #39f;
  color: white; }

input,
fieldset,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
.select,
textarea {
  padding: 6px;
  border: solid 2px #ededed;
  transition: border 0.3s;
  width: 100%;
  font-family: gotham, helvetica, arial, sans-serif; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
.select,
textarea:focus {
  border: solid 2px #ededed !important; }

.select {
  padding: 5px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Links */
a {
  color: #60B4B6;
  text-decoration: none;
  transition: all 500ms; }

a:visited {
  color: #4fabad; }

a:hover,
a:focus,
a:active {
  color: #479a9c; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.alignnone {
  clear: both;
  display: block; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* =Helpers
----------------------------------------------- */
.no-bullet {
  list-style: none;
  padding: 0; }
  .no-bullet li {
    margin: 0; }

.button.centered, .tribe-events-widget-link a.centered {
  display: block;
  margin: 0 auto; }
  @media (min-width: 39.5em) {
    .button.centered, .tribe-events-widget-link a.centered {
      width: 50%; } }
  @media (min-width: 60em) {
    .button.centered, .tribe-events-widget-link a.centered {
      width: 30%; } }

.hide, .hidden {
  display: none; }

.hide-for-small {
  display: none; }
  @media (min-width: 39.5em) {
    .hide-for-small {
      display: block; } }

/* For Google Maps*/
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(224, 224, 224, 0.9);
  margin-bottom: 20px;
  padding: 30px;
  background: rgba(252, 252, 252, 0.9); }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 20px / 2; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }

.bubble-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline; }
  .bubble-list .bubble-item {
    font-size: .75rem;
    font-family: gotham, helvetica, arial, sans-serif;
    font-weight: bold;
    background: #ffffff;
    padding: .25rem .75rem;
    border-radius: 1rem;
    color: #60B4B6;
    border: 2px solid #60B4B6;
    display: inline-block;
    transition: all 300ms ease-out;
    margin-right: 1rem; }
    .bubble-list .bubble-item:hover {
      background: #d9d9d9; }
    .bubble-list .bubble-item:before {
      content: " ";
      background: url("../img/SVG/star.svg");
      background-repeat: no-repeat;
      background-size: 10px;
      background-size: contain;
      width: 15px;
      height: 10px;
      display: inline-block; }

.filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline; }
  .filter-list .filter-item {
    font-size: .75rem;
    font-family: gotham, helvetica, arial, sans-serif;
    font-weight: bold;
    background: #60B4B6;
    padding: .25rem .75rem;
    border-radius: 1rem;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    transition: all 300ms ease-out;
    margin-right: 1rem;
    font-size: 1rem;
    border: none; }
    .filter-list .filter-item:hover {
      background: #3f888a; }
    .filter-list .filter-item.active {
      background-color: #fff;
      color: #60B4B6; }

.pull-out p {
  font-size: 1.3rem;
  line-height: 1.5; }

.figure.hidden {
  display: none; }

.svg-img,
.style-svg {
  height: 100% !important; }

.small {
  font-size: .9em !important; }

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

.wrap, #content, .entry-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible; }
  .wrap:after, #content:after, .entry-content:after {
    content: " ";
    display: block;
    clear: both; }
  .wrap:after, #content:after, .entry-content:after {
    content: "";
    display: table;
    clear: both; }

.home #content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .home #content:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 39.5em) {
  .wrap, #content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible; }
    .wrap:after, #content:after {
      content: " ";
      display: block;
      clear: both; }
    .wrap:after, #content:after {
      content: "";
      display: table;
      clear: both; } }
@media (min-width: 75em) {
  .wrap, #content {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible; }
    .wrap:after, #content:after {
      content: " ";
      display: block;
      clear: both; }
    .wrap:after, #content:after {
      content: "";
      display: table;
      clear: both; } }
@media (min-width: 90em) {
  .wrap, #content {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible; }
    .wrap:after, #content:after {
      content: " ";
      display: block;
      clear: both; }
    .wrap:after, #content:after {
      content: "";
      display: table;
      clear: both; } }
.block-band:after {
  content: "";
  display: table;
  clear: both; }
.block-band .image-block {
  width: 25%;
  float: left;
  overflow: hidden;
  margin-right: 0;
  line-height: .8; }
  .block-band .image-block:nth-child(4n) {
    width: 25%;
    float: right; }
  @media (min-width: 39.5em) {
    .block-band .image-block {
      width: 12.5%;
      float: left; }
      .block-band .image-block:nth-child(2n) {
        width: 12.5%;
        float: left; }
      .block-band .image-block:last-child {
        width: 12.5%;
        float: right; } }
.block-band figcaption {
  text-align: center;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8);
  padding: .5rem;
  display: none; }

#booking-form .form-row {
  width: 100%;
  float: left;
  margin-bottom: 1rem; }
  #booking-form .form-row:after {
    content: "";
    display: table;
    clear: both; }
  #booking-form .form-row label {
    width: 33.33333%;
    float: left; }
  #booking-form .form-row input, #booking-form .form-row .select {
    width: 66.66667%;
    float: left;
    border: solid 2px #ededed;
    height: 38px;
    padding: 6px;
    font-family: gotham, helvetica, arial, sans-serif; }

#map-anchor:after {
  content: "";
  display: table;
  clear: both; }
@media (min-width: 39.5em) {
  #map-anchor {
    width: 43.75%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    padding-left: 0; } }
@media (min-width: 75em) {
  #map-anchor {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    padding-left: 0; } }

#directions:after {
  content: "";
  display: table;
  clear: both; }
@media (min-width: 39.5em) {
  #directions {
    width: 56.25%;
    float: left;
    margin-left: 43.75%;
    margin-right: -100%;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    padding-right: 0; } }
@media (min-width: 75em) {
  #directions {
    width: 50%;
    float: left;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 1.5625%;
    padding-right: 1.5625%;
    padding-right: 0; } }

#page-gallery {
  clear: both; }

.two-columns:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 39.5em) {
  .first-half {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
    padding-left: 0;
    clear: left; } }

@media (min-width: 39.5em) {
  .second-half {
    width: 50%;
    float: left;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 2.27273%;
    padding-right: 2.27273%;
    padding-right: 0; } }

.three-columns:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 39.5em) {
  .first-third {
    padding: 0 15%; } }
@media (min-width: 60em) {
  .first-third {
    width: 33.33333%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 1.51515%;
    padding-right: 1.51515%;
    padding-left: 0; } }

@media (min-width: 39.5em) {
  .second-third {
    padding: 0 15%; } }
@media (min-width: 60em) {
  .second-third {
    width: 33.33333%;
    float: left;
    margin-left: 33.33333%;
    margin-right: -100%;
    padding-left: 1.51515%;
    padding-right: 1.51515%; } }

@media (min-width: 39.5em) {
  .third-third {
    padding: 0 15%; } }
@media (min-width: 60em) {
  .third-third {
    width: 33.33333%;
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 1.51515%;
    padding-right: 1.51515%;
    padding-right: 0; } }

.four-columns:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 39.5em) {
  .first-fourth {
    width: 25%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 1.13636%;
    padding-right: 1.13636%;
    padding-left: 0; } }

@media (min-width: 39.5em) {
  .second-fourth {
    width: 25%;
    float: left;
    margin-left: 25%;
    margin-right: -100%;
    padding-left: 1.13636%;
    padding-right: 1.13636%; } }

@media (min-width: 39.5em) {
  .third-fourth {
    width: 25%;
    float: left;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 1.13636%;
    padding-right: 1.13636%; } }

@media (min-width: 39.5em) {
  .fourth-fourth {
    width: 25%;
    float: left;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 1.13636%;
    padding-right: 1.13636%;
    padding-right: 0; } }

@media (min-width: 39.5em) {
  .grid-one-half.first {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-left: 0; }

  .grid-one-half.last {
    width: 50%;
    float: left;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-right: 0; }

  .grid-seven-sixteenths.first {
    width: 43.75%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-left: 0; }

  .grid-seven-sixteenths.last {
    width: 43.75%;
    float: left;
    margin-left: 56.25%;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-right: 0; }

  .grid-nine-sixteenths.first {
    width: 56.25%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-left: 0; }

  .grid-nine-sixteenths.last {
    width: 56.25%;
    float: left;
    margin-left: 43.75%;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-right: 0; }

  .grid-six-sixteenths.first {
    width: 37.5%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-left: 0; }

  .grid-six-sixteenths.last {
    width: 37.5%;
    float: left;
    margin-left: 62.5%;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-right: 0; } }
/* =Menu
----------------------------------------------- */
/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: none; }

@media (max-width: 39.5em) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block;
    float: right;
    background: #770099; }

  .main-navigation ul {
    display: none; }

  .main-navigation.toggled .nav-menu li {
    width: 100%;
    margin-bottom: 0;
    text-align: center; } }
.menu-toggle {
  color: #333333;
  padding: 0 20px;
  font-family: "rooney-web", serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.001);
  cursor: pointer;
  margin-bottom: 0; }
  @media (min-width: 22.5em) {
    .menu-toggle {
      margin-bottom: .5rem; } }
  @media (min-width: 39.5em) {
    .menu-toggle {
      margin-bottom: .75rem; } }
  .toggled .menu-toggle {
    color: #ccc200;
    margin-bottom: 0; }

.main-navigation {
  clear: both;
  margin: 0 auto;
  min-height: 45px;
  position: relative; }

ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0; }

.nav-menu li {
  display: inline-block;
  position: relative;
  background-color: white; }
  .nav-menu li.cta-button {
    padding: 0; }
    .nav-menu li.cta-button a {
      background: #DA3434;
      color: #fff; }

.nav-menu li a {
  color: #479a9c;
  background-color: white;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 15px 20px;
  text-decoration: none;
  transition: .2s ease-in; }

.nav-menu li a:hover,
.nav-menu li a:focus {
  background-color: #60B4B6;
  color: #fff; }

.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #220e10;
  border: 2px solid #f7f5e7;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0; }

ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #fff;
  margin: 0;
  width: 200px; }

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f; }

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit; }

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
  color: #bc360a;
  font-style: italic; }

/* Navbar */
.navbar {
  background-color: #ff00ee;
  margin: 0 auto; }

.site-header .search-form {
  position: absolute;
  right: 20px;
  top: 1px; }

.site-header .search-field {
  background-color: transparent;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 1px; }

.site-header .search-field:focus {
  background-color: #fff;
  border: 2px solid #c3c0ab;
  cursor: text;
  outline: 0;
  width: 230px; }

/* Language links
----------------------------------------------- */
.lang-links {
  margin: 0;
  position: fixed;
  right: 0; }
  .lang-links li {
    display: block;
    font-family: "nimbus-sans-condensed", sans-serif;
    margin: 0;
    font-size: .9rem; }
  .lang-links li + li {
    border-top: none; }

#masthead {
  position: relative;
  background: none; }

.logo-container {
  width: 100%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%; }
  @media (min-width: 60em) {
    .logo-container {
      width: 18.75%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-left: 0.625%;
      padding-right: 0.625%; } }

.title-container {
  width: 100%;
  float: left;
  padding-left: 0.625%;
  padding-right: 0.625%;
  text-align: center; }
  @media (min-width: 60em) {
    .title-container {
      text-align: left;
      width: 37.5%;
      float: left;
      margin-left: 18.75%;
      margin-right: -100%;
      padding-left: 0.625%;
      padding-right: 0.625%; } }

.logo {
  width: 100%; }

/* =Main
----------------------------------------------- */
@media (min-width: 60em) {
  #primary {
    width: 75%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-left: 0; } }
@media (min-width: 75em) {
  #primary {
    width: 68.75%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 0.625%;
    padding-right: 0.625%;
    padding-left: 0; } }

#primary.full-width {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding-left: 0.625%;
  padding-right: 0.625%;
  padding: 0; }

.site-content {
  min-height: 450px;
  max-width: 1400px; }

.site-main {
  margin-bottom: 2rem;
  padding: 25px;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.8); }
  .site-main article h1, .site-main article h2, .site-main article h3, .site-main article h4, .site-main article h5, .site-main article h6 {
    line-height: 1.1; }
    @media (min-width: 39.5em) {
      .site-main article h1, .site-main article h2, .site-main article h3, .site-main article h4, .site-main article h5, .site-main article h6 {
        line-height: 1.4; } }
  .site-main article p, .site-main article li, .site-main article a, .site-main article blockquote {
    line-height: 1.6; }
  .site-main article p, .site-main article li, .site-main article blockquote, .site-main article dt, .site-main article dd {
    font-size: 1.1rem; }
    @media (min-width: 39.5em) {
      .site-main article p, .site-main article li, .site-main article blockquote, .site-main article dt, .site-main article dd {
        font-size: 1.25rem; } }
  .site-main article blockquote:after {
    content: "";
    display: table;
    clear: both; }
  .site-main article blockquote figcaption {
    float: right; }
    .site-main article blockquote figcaption:before {
      content: '-'; }
  .site-main article dl {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2rem;
    padding-bottom: 1rem; }
  .site-main article .meta {
    font-size: 1rem;
    font-style: italic;
    border-bottom: 0.125rem solid #ededed; }
  .site-main .resources {
    margin-top: 5rem;
    border-top: 1px solid #ededed;
    padding-top: 2rem; }

.attachment-post-thumbnail {
  border: 1px solid #ededed;
  margin-bottom: 1rem; }

.inline-title {
  display: inline-block;
  height: 32px;
  margin-top: 0;
  vertical-align: middle; }

.social-share {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: bottom; }
  .social-share:before, .social-share:after {
    content: "";
    display: table; }
  .social-share:after {
    clear: both; }
  .social-share li {
    display: inline-block;
    float: left;
    margin-bottom: 0; }
    .social-share li [class*="icon"] {
      width: 24px;
      height: 24px;
      margin-left: 1.5rem;
      fill: #60B4B6;
      transition: .3s; }
      .social-share li [class*="icon"]:hover {
        fill: #4fabad;
        transform: scale(1.2); }

.blog .leadin {
  display: none; }

/* =Content
----------------------------------------------- */
#content {
  margin-bottom: 4rem; }

.sticky {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(224, 224, 224, 0.9);
  margin-bottom: 20px;
  padding: 30px;
  background: rgba(252, 252, 252, 0.9); }
  .sticky > :first-child {
    margin-top: 0; }
  .sticky > :last-child {
    margin-bottom: 0; }
  .sticky h1, .sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6, .sticky p {
    color: #333; }
  .sticky h1, .sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
    line-height: 1;
    margin-bottom: 20px / 2; }
    .sticky h1.subheader, .sticky h2.subheader, .sticky h3.subheader, .sticky h4.subheader, .sticky h5.subheader, .sticky h6.subheader {
      line-height: 1.4; }

.hentry {
  margin: 0 0 2rem; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1rem 0 1.5rem; }
  @media (min-width: 39.5em) {
    .page-content,
    .entry-content,
    .entry-summary {
      margin: 1.5rem 0 2rem; } }

.page-links {
  clear: both;
  margin: 0 0 1.5rem; }

.edit-link {
  display: none; }
  .home .edit-link {
    display: inline; }

footer.entry-meta {
  font-family: gotham, helvetica, arial, sans-serif; }
  footer.entry-meta:before, footer.entry-meta:after {
    content: "";
    display: table; }
  footer.entry-meta:after {
    clear: both; }
  footer.entry-meta a[rel="bookmark"] {
    font-size: .75rem;
    font-family: gotham, helvetica, arial, sans-serif;
    font-weight: bold;
    background: #ffffff;
    padding: .25rem .75rem;
    border-radius: 1rem;
    color: #444;
    border: 2px solid #dadada;
    display: inline-block;
    transition: all 300ms ease-out;
    float: right; }
    footer.entry-meta a[rel="bookmark"]:hover {
      background: #d9d9d9; }
  footer.entry-meta a[rel="category tag"] {
    font-size: .75rem;
    font-family: gotham, helvetica, arial, sans-serif;
    font-weight: bold;
    background: #ffffff;
    padding: .25rem .75rem;
    border-radius: 1rem;
    color: #444;
    border: 2px solid #dadada;
    display: inline-block;
    transition: all 300ms ease-out; }
    footer.entry-meta a[rel="category tag"]:hover {
      background: #d9d9d9; }
  footer.entry-meta a[rel="tag"] {
    font-size: .75rem;
    font-family: gotham, helvetica, arial, sans-serif;
    font-weight: bold;
    background: #60B4B6;
    padding: .25rem .75rem;
    border-radius: 1rem;
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    transition: all 300ms ease-out; }
    footer.entry-meta a[rel="tag"]:hover {
      background: #3f888a; }

article section {
  margin-bottom: 2rem; }
article section:last-child {
  margin-bottom: 0; }

/* =Wordpress specific
----------------------------------------------- */
input[type="submit"].search-submit {
  display: none; }

.search-form {
  margin-bottom: 1rem; }

.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline; }
  .post-categories li {
    display: inline-block; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* = threeducks asides
----------------------------------------------- */
#secondary {
  overflow: hidden; }
  #secondary h1 {
    font-size: 2.375rem; }
  #secondary h2 {
    font-size: 2rem; }
  #secondary h3 {
    font-size: 1.563em; }
  #secondary h4 {
    font-size: 1.375em; }
  #secondary h5 {
    font-size: 1em; }
  #secondary h6 {
    font-size: 1em; }
  #secondary ul {
    padding-left: 1.2rem; }
  @media (min-width: 60em) {
    #secondary {
      width: 25%;
      float: left;
      margin-left: 75%;
      margin-right: -100%;
      padding-left: 0.625%;
      padding-right: 0.625%;
      padding-right: 0; } }
  @media (min-width: 75em) {
    #secondary {
      width: 31.25%;
      float: left;
      margin-left: 68.75%;
      margin-right: -100%;
      padding-left: 0.625%;
      padding-right: 0.625%;
      padding-right: 0; } }
  #secondary .widget-list {
    list-style: none; }
    #secondary .widget-list h1, #secondary .widget-list h2, #secondary .widget-list h3, #secondary .widget-list h4 {
      font-family: "rooney-web", serif; }
  #secondary .widget {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(224, 224, 224, 0.9);
    margin-bottom: 20px;
    padding: 30px;
    background: rgba(252, 252, 252, 0.9);
    border-radius: 2px; }
    #secondary .widget > :first-child {
      margin-top: 0; }
    #secondary .widget > :last-child {
      margin-bottom: 0; }
    #secondary .widget h1, #secondary .widget h2, #secondary .widget h3, #secondary .widget h4, #secondary .widget h5, #secondary .widget h6, #secondary .widget p {
      color: #333; }
    #secondary .widget h1, #secondary .widget h2, #secondary .widget h3, #secondary .widget h4, #secondary .widget h5, #secondary .widget h6 {
      line-height: 1;
      margin-bottom: 20px / 2; }
      #secondary .widget h1.subheader, #secondary .widget h2.subheader, #secondary .widget h3.subheader, #secondary .widget h4.subheader, #secondary .widget h5.subheader, #secondary .widget h6.subheader {
        line-height: 1.4; }
    #secondary .widget ul {
      margin: 0.75em 0;
      padding: 0 1em;
      list-style: none; }
    #secondary .widget li {
      line-height: 1.1; }
    #secondary .widget li:before {
      content: "";
      border-color: transparent #60B4B6;
      border-style: solid;
      border-width: 0.5em 0 0.5em 0.5em;
      display: block;
      height: 0;
      width: 0;
      left: -1em;
      top: 1rem;
      position: relative; }
  #secondary .widget_search {
    border: none; }
    #secondary .widget_search input[type="search"] {
      width: 97%; }
      @media (min-width: 60em) {
        #secondary .widget_search input[type="search"] {
          width: 95.5%; } }
  #secondary .widget_calendar {
    font-family: gotham, helvetica, arial, sans-serif; }
    #secondary .widget_calendar table {
      table-layout: fixed;
      margin-bottom: .5rem; }
      #secondary .widget_calendar table caption, #secondary .widget_calendar table #today {
        background: #fff;
        padding: .25rem;
        margin-bottom: .25rem;
        border: 2px solid #ededed;
        color: #404040; }
      #secondary .widget_calendar table thead {
        color: #404040;
        border-bottom: 2px solid #ededed; }
      #secondary .widget_calendar table tbody {
        color: #404040; }
      #secondary .widget_calendar table tfoot {
        border-top: 2px solid #ededed; }
        #secondary .widget_calendar table tfoot #prev {
          text-align: left; }
        #secondary .widget_calendar table tfoot #next {
          text-align: right; }
    #secondary .widget_calendar td, #secondary .widget_calendar tr {
      text-align: center; }
    #secondary .widget_calendar td, #secondary .widget_calendar th {
      width: 2rem;
      height: 2.25rem;
      vertical-align: middle; }
  #secondary .widget_ninja_forms_widget {
    font-family: gotham, helvetica, arial, sans-serif;
    color: #404040; }
    #secondary .widget_ninja_forms_widget label {
      font-weight: normal; }
    #secondary .widget_ninja_forms_widget h2 {
      display: none; }
    #secondary .widget_ninja_forms_widget .ninja-forms-required-items {
      font-size: .75rem;
      margin-bottom: .75rem; }
    #secondary .widget_ninja_forms_widget ul {
      margin-top: .5rem; }
      #secondary .widget_ninja_forms_widget ul li {
        margin-bottom: .25rem; }
    #secondary .widget_ninja_forms_widget .range-wrapper {
      text-align: center;
      margin-bottom: .75rem; }
      #secondary .widget_ninja_forms_widget .range-wrapper label {
        font-size: .9rem; }
      #secondary .widget_ninja_forms_widget .range-wrapper input[type=range] {
        width: auto; }
  #secondary.socialnav {
    position: fixed;
    padding-left: 1.5rem; }
    #secondary.socialnav ul li {
      margin-bottom: 1rem; }
      #secondary.socialnav ul li img {
        width: 1.5rem; }

.widget-title {
  line-height: 1; }

.site-footer {
  line-height: 1.5;
  color: #ededed;
  padding-top: 1.5rem;
  position: relative;
  background: #222a2e; }
  .home .site-footer {
    margin-top: 0; }
  .site-footer .site-info {
    padding-top: .5rem; }
    @media (min-width: 60em) {
      .site-footer .site-info {
        padding-top: 0; } }
  .site-footer .site-credits {
    text-align: center; }
    @media (min-width: 60em) {
      .site-footer .site-credits {
        text-align: left;
        padding-top: 60px;
        width: 75%;
        float: left;
        margin-left: 0;
        margin-right: -100%;
        padding-left: 0.625%;
        padding-right: 0.625%; } }
  .site-footer .shareButtons {
    overflow: visible;
    margin: 1rem auto;
    padding-bottom: 1rem; }
    @media (min-width: 60em) {
      .site-footer .shareButtons {
        padding-top: 60px;
        margin: 0;
        width: 25%;
        float: left;
        margin-left: 75%;
        margin-right: -100%;
        padding-left: 0.625%;
        padding-right: 0.625%; } }
  .site-footer a {
    color: #F2F2F2; }
    .site-footer a:hover {
      color: white; }
  .site-footer .social-share {
    display: inline-block;
    margin-bottom: 1.5rem;
    left: 50%;
    position: relative;
    margin-left: -60px; }
    @media (min-width: 60em) {
      .site-footer .social-share {
        left: 0;
        margin-left: 0;
        text-align: right;
        width: 100%; } }
    .site-footer .social-share li:first-child svg {
      margin-left: 0; }
    .site-footer .social-share svg {
      fill: #F2F2F2; }
      .site-footer .social-share svg:hover {
        fill: white; }
    @media (min-width: 60em) {
      .site-footer .social-share li {
        float: none;
        text-align: right; } }
  .site-footer .legal p {
    font-family: "nimbus-sans-condensed", sans-serif;
    color: #aaa;
    font-size: 12px; }
  .site-footer .legal a {
    color: #ddd; }
  .site-footer .wrap {
    padding: 1rem; }
    @media (min-width: 60em) {
      .site-footer .wrap {
        padding: 0; } }
  .site-footer .fatfooter:after {
    content: "";
    display: table;
    clear: both; }
  .site-footer .widget-title {
    color: #ededed;
    border-bottom: 1px solid #2d373d;
    text-align: center;
    padding-left: 0 !important;
    margin-bottom: 1rem; }
    @media (min-width: 39.5em) {
      .site-footer .widget-title {
        text-align: left; } }
  .site-footer .textwidget {
    text-align: center; }
    @media (min-width: 39.5em) {
      .site-footer .textwidget {
        text-align: left; } }
  .site-footer .small_list ul {
    list-style: none;
    padding: 0;
    text-align: center; }
    @media (min-width: 39.5em) {
      .site-footer .small_list ul {
        text-align: left; } }
  .site-footer .small_list li {
    border-bottom: 1px solid #38454b; }
  @media (min-width: 39.5em) {
    .site-footer .widget-area.first.quarter {
      width: 50%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-left: 2.5%;
      padding-right: 2.5%;
      padding-left: 0; } }
  @media (min-width: 75em) {
    .site-footer .widget-area.first.quarter {
      width: 25%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-left: 2.5%;
      padding-right: 2.5%;
      padding-left: 0; } }
  .site-footer .widget-area.second.quarter {
    padding-left: 0; }
    @media (min-width: 39.5em) {
      .site-footer .widget-area.second.quarter {
        width: 50%;
        float: left;
        margin-left: 50%;
        margin-right: -100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-left: 0; } }
    @media (min-width: 75em) {
      .site-footer .widget-area.second.quarter {
        width: 25%;
        float: left;
        margin-left: 25%;
        margin-right: -100%;
        padding-left: 2.5%;
        padding-right: 2.5%; } }
  .site-footer .widget-area.third.quarter {
    padding-left: 0; }
    @media (min-width: 39.5em) {
      .site-footer .widget-area.third.quarter {
        clear: both;
        width: 50%;
        float: left;
        margin-left: 0;
        margin-right: -100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-left: 0; } }
    @media (min-width: 75em) {
      .site-footer .widget-area.third.quarter {
        clear: none;
        width: 25%;
        float: left;
        margin-left: 50%;
        margin-right: -100%;
        padding-left: 2.5%;
        padding-right: 2.5%; } }
  .site-footer .widget-area.fourth.quarter {
    padding-left: 0; }
    @media (min-width: 39.5em) {
      .site-footer .widget-area.fourth.quarter {
        width: 50%;
        float: left;
        margin-left: 50%;
        margin-right: -100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 75em) {
      .site-footer .widget-area.fourth.quarter {
        width: 25%;
        float: left;
        margin-left: 75%;
        margin-right: -100%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-right: 0; } }

/* =Comments
----------------------------------------------- */
.comments-area {
  border-top: 2px solid #ededed;
  padding-top: 1rem; }
  .comments-area p {
    font-family: gotham, helvetica, arial, sans-serif; }
  .comments-area .comment-content p {
    font-size: 1rem; }
  .comments-area .comment-content a {
    word-wrap: break-word; }
  .comments-area ol {
    list-style: none;
    counter-reset: none; }
    .comments-area ol li {
      margin: 0; }
    .comments-area ol li:before {
      content: none; }
  .comments-area h1 {
    font-size: 2.563rem; }
  .comments-area h2 {
    font-size: 2.375rem; }
  .comments-area h3 {
    font-size: 1.875rem; }
  .comments-area h4 {
    font-size: 1.750rem; }
  .comments-area h5 {
    font-size: 1.375em; }
  .comments-area h6 {
    font-size: 1em; }

.comment-respond {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(224, 224, 224, 0.9);
  margin-bottom: 20px;
  padding: 30px;
  background: rgba(252, 252, 252, 0.9); }
  .comment-respond > :first-child {
    margin-top: 0; }
  .comment-respond > :last-child {
    margin-bottom: 0; }
  .comment-respond h1, .comment-respond h2, .comment-respond h3, .comment-respond h4, .comment-respond h5, .comment-respond h6, .comment-respond p {
    color: #333; }
  .comment-respond h1, .comment-respond h2, .comment-respond h3, .comment-respond h4, .comment-respond h5, .comment-respond h6 {
    line-height: 1;
    margin-bottom: 20px / 2; }
    .comment-respond h1.subheader, .comment-respond h2.subheader, .comment-respond h3.subheader, .comment-respond h4.subheader, .comment-respond h5.subheader, .comment-respond h6.subheader {
      line-height: 1.4; }

.entry-comments,
#respond {
  line-height: 1.5;
  overflow: hidden; }

.ping-list,
.entry-comments {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

#author,
#email,
#url {
  width: 50%; }

.comment-meta,
#author,
#email,
#url {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

#comment {
  margin: 12px 0;
  margin: 0.75rem 0; }

.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
  margin-top: 1.5rem; }

.comment-list li .avatar {
  float: left;
  margin: 0 16px 24px 0;
  margin: 0 1rem 1.5rem 0; }

.comment-list li ul li {
  margin-right: -32px;
  margin-right: -2rem; }

.comment-header {
  overflow: hidden; }

.comment {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(224, 224, 224, 0.9);
  margin-bottom: 20px;
  padding: 30px;
  background: rgba(252, 252, 252, 0.9);
  font-family: gotham, helvetica, arial, sans-serif; }
  .comment > :first-child {
    margin-top: 0; }
  .comment > :last-child {
    margin-bottom: 0; }
  .comment h1, .comment h2, .comment h3, .comment h4, .comment h5, .comment h6, .comment p {
    color: #333; }
  .comment h1, .comment h2, .comment h3, .comment h4, .comment h5, .comment h6 {
    line-height: 1;
    margin-bottom: 20px / 2; }
    .comment h1.subheader, .comment h2.subheader, .comment h3.subheader, .comment h4.subheader, .comment h5.subheader, .comment h6.subheader {
      line-height: 1.4; }

.comment-content p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.bypostauthor {
  background-color: #fff; }

.entry-comments .pagination {
  margin-top: 32px;
  margin-top: 2rem; }

.clickShow {
  font-size: .75em;
  background: #ffffff;
  padding: .5em .75em;
  border-radius: 1rem;
  color: #555;
  border: 2px solid #ededed;
  transition: all 300ms ease-out; }

.clickShow:hover {
  background: #ededed; }

.allowed-tags {
  display: none; }

.comment-form-comment {
  margin-bottom: 0; }

form legend {
  font-family: "nimbus-sans-condensed", sans-serif;
  text-transform: uppercase; }
form input, form input[type="date"], form input[type="number"], form input[type="submit"], form textarea, form select, form label {
  font-family: gotham, helvetica, arial, sans-serif; }

input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: 0;
  outline: none; }

.inline-radio {
  display: inline-block; }

label.inline-radio {
  margin-right: 1rem; }

.datepicker {
  position: relative;
  z-index: 30; }

.ui-datepicker-calendar {
  background: white;
  font-family: gotham, helvetica, arial, sans-serif; }

input[type="text"].form-date,
input[type="text"].anydate {
  background-image: url("../img/calendar.svg");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 24px; }

.ui-datepicker-calendar {
  z-index: 30;
  border: 1px solid #ddd; }
  .ui-datepicker-calendar tr, .ui-datepicker-calendar td {
    padding: 4px 6px;
    text-align: center;
    line-height: 1.5; }

.ui-datepicker a {
  color: #60B4B6; }
  .ui-datepicker a:hover {
    color: #DA3434; }

.ui-datepicker-header {
  background: #aaa;
  font-family: gotham, helvetica, arial, sans-serif;
  padding: 6px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff; }
  .ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker-header a.ui-datepicker-next {
    position: absolute; }
    .ui-datepicker-header a.ui-datepicker-prev span, .ui-datepicker-header a.ui-datepicker-next span {
      display: none; }
    .ui-datepicker-header a.ui-datepicker-prev.ui-state-disabled:before, .ui-datepicker-header a.ui-datepicker-prev.ui-state-disabled:after, .ui-datepicker-header a.ui-datepicker-next.ui-state-disabled:before, .ui-datepicker-header a.ui-datepicker-next.ui-state-disabled:after {
      border-color: #aaa; }
  .ui-datepicker-header a.ui-datepicker-prev {
    left: 2%;
    top: 2%; }
  .ui-datepicker-header a.ui-datepicker-next {
    right: 2%;
    top: 2%; }
  .ui-datepicker-header a.ui-datepicker-prev:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13.9px 8px 0;
    border-color: transparent #fff transparent transparent;
    font-family: gotham, helvetica, arial, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    float: left;
    margin-top: 4px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .ui-datepicker-header a.ui-datepicker-next:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #fff;
    font-family: gotham, helvetica, arial, sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    float: right;
    margin-top: 4px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.ui-state-disabled span {
  opacity: .5; }

.ui-datepicker-title {
  text-align: center; }

.booking-list,
.booking-list ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.booking-list h5 {
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 1px; }
.booking-list .panel {
  background: #ededed; }
  .booking-list .panel:after {
    content: "";
    display: table;
    clear: both; }
.booking-list li {
  margin-left: 0; }
  .booking-list li ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
.booking-list .room-title {
  width: 70%;
  margin: 0;
  float: left; }
.booking-list .button-container {
  float: right;
  margin: 0;
  width: 25%; }
  .booking-list .button-container a {
    margin: 0;
    float: right; }
.booking-list .button, .booking-list .tribe-events-widget-link a, .tribe-events-widget-link .booking-list a {
  margin-bottom: 0;
  margin-top: 0.75rem; }
.booking-list .response-item {
  float: left;
  margin: 1rem 0 0 0; }

.response-list {
  list-style: none;
  margin: 0; }
  .response-list > li {
    display: inline-block; }
    .response-list > li .label {
      background: #DA3434;
      font-size: .9em;
      font-weight: bold;
      color: #fff;
      padding: .2rem 1rem;
      margin: 0 .5rem 0 .25rem;
      border-radius: 16px; }
      .response-list > li .label.white {
        background: #fff;
        font-size: .9em;
        color: #60B4B6; }
  .response-list.panel {
    margin-bottom: 1.25rem; }

.res-form {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.6);
  padding: 1.5rem;
  overflow: visible; }
  .res-form:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 60em) {
    .res-form {
      width: 37.5%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-left: 0.625%;
      padding-right: 0.625%;
      margin-bottom: 3rem; } }

.form-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .form-container:after {
    content: " ";
    display: block;
    clear: both; }
  .form-container:after {
    content: "";
    display: table;
    clear: both; }
  .form-container input, .form-container textarea {
    width: 100%; }
  .form-container input[type="radio"],
  .form-container input[type="checkbox"] {
    width: auto;
    margin-right: .5rem; }
  .form-container .full-form,
  .form-container .half-form.first,
  .form-container .half-form.last,
  .form-container .quarter-form.first,
  .form-container .quarter-form.second,
  .form-container .quarter-form.third,
  .form-container .quarter-form.last {
    width: 100%; }
  .form-container fieldset + fieldset {
    margin-top: 1.5rem; }
  @media (min-width: 39.5em) {
    .form-container .full-form {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      clear: left; }
    .form-container .half-form.first {
      width: 50%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      margin-bottom: .5rem; }
    .form-container .half-form.last {
      width: 50%;
      float: left;
      margin-left: 50%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      margin-bottom: .5rem; }
    .form-container .quarter-form.first {
      width: 25%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      margin-bottom: .5rem; }
    .form-container .quarter-form.second {
      width: 25%;
      float: left;
      margin-left: 25%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      margin-bottom: .5rem; }
    .form-container .half-form.last.quarter-form.first {
      width: 25%;
      float: left;
      margin-left: 50%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      margin-bottom: .5rem; }
    .form-container .half-form.last.quarter-form.second {
      width: 25%;
      float: left;
      margin-left: 75%;
      margin-right: -100%;
      padding-left: 1.25%;
      padding-right: 1.25%;
      margin-bottom: .5rem; }
    .form-container input[type="submit"] {
      margin-top: .5rem; }
    .form-container .form-row-2 {
      margin-top: 4rem; }
    .form-container .form-row-3 {
      margin-top: 8rem; }
    .form-container .form-row-4 {
      margin-top: 12rem; }
    .form-container .form-row-5 {
      margin-top: 16rem; }
    .form-container .form-row-6 {
      margin-top: 20rem; }
    .form-container .inline-radio-group {
      padding-left: 1.25%;
      margin-bottom: .5rem; } }

/* =Media
----------------------------------------------- */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-family: gotham, helvetica, arial, sans-serif;
  font-size: .75rem; }

.site-main .gallery {
  margin-bottom: 1.5em; }

.gallery-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-main .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* =Widgets
----------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

.widget_search #searchform input[type=text] {
  border: 0;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  color: #bbb;
  font-weight: normal;
  background: transparent;
  box-shadow: none; }

.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.widget img {
  display: block; }
  @media (max-width: 39.5em) {
    .widget img {
      margin: 0 auto; } }

.band {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .band:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 39.5em) {
    .band .half-band-first {
      width: 50%;
      float: left; }
    .band .half-band-last {
      width: 50%;
      float: right; } }

.half-band-first {
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.7);
  height: 450px;
  position: relative; }
  @media (min-width: 39.5em) {
    .half-band-first {
      height: 400px; } }
  .half-band-first h2 {
    margin: 0;
    color: #fff !important;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 80px; }
    @media (min-width: 39.5em) {
      .half-band-first h2 {
        position: absolute;
        top: 50px; } }

.half-band-last {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.9);
  height: 450px;
  position: relative; }
  @media (min-width: 39.5em) {
    .half-band-last {
      height: 400px; } }
  .half-band-last h2 {
    margin: 0;
    color: #000 !important;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 80px; }
    @media (min-width: 39.5em) {
      .half-band-last h2 {
        position: absolute;
        top: 50px; } }

.centrepiece {
  height: 200px;
  width: 200px;
  margin-left: -100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -100px;
  overflow: hidden;
  z-index: 99; }

.profile {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: url("../img/bar-night.png") no-repeat top right;
  background-size: contain;
  position: absolute;
  left: 50%;
  margin-left: -70px; }
  .half-band-first .profile {
    top: 50%;
    margin-top: -70px; }
  .half-band-last .profile {
    bottom: 50%;
    margin-bottom: -70px; }
  @media (min-width: 39.5em) {
    .profile {
      margin-top: -50px;
      position: absolute;
      top: 50%;
      margin-top: -70px;
      left: 50%;
      margin-left: -70px; } }
  .profile svg {
    max-width: 100%;
    border-radius: 50%;
    opacity: 0.6; }
    .profile svg.arrow-left {
      fill: #fff;
      height: 140px; }
    .profile svg.arrow-right {
      fill: #fff;
      transform: rotate(180deg);
      height: 140px; }

.off-canvas.left {
  position: absolute;
  width: 150px;
  left: -150px;
  top: 0;
  z-index: 9; }
  @media (min-width: 39.5em) {
    .off-canvas.left {
      width: 600px;
      left: -600px; } }

/*.transformer.is-left .off-canvas.left{
  position: absolute;
  width: 600px;
  top: 0;
  left: 0;
  z-index: 9;
}*/
.off-canvas.right {
  position: absolute;
  width: 150px;
  right: -150px;
  top: -450px;
  z-index: 9; }
  @media (min-width: 39.5em) {
    .off-canvas.right {
      width: 600px;
      right: -600px;
      top: 0; } }

.container.off-canvas {
  overflow: hidden; }

.split {
  position: relative;
  transition: transform 0.3s ease; }

.transformer.is-left {
  transform: translate3d(150px, 0, 0); }
  @media (min-width: 39.5em) {
    .transformer.is-left {
      transform: translate3d(600px, 0, 0); } }

.transformer.is-right {
  transform: translate3d(-150px, 0, 0); }
  @media (min-width: 39.5em) {
    .transformer.is-right {
      transform: translate3d(-600px, 0, 0); } }

.off-canvas p {
  color: #F2F2F2; }

.off-canvas.right .block-gallery {
  position: relative; }

.left-toggle svg, .right-toggle svg {
  transition: all 0.3s ease; }

.left-toggle.rotated svg {
  transform: rotate(180deg); }

.right-toggle.rotated svg {
  transform: rotate(0deg); }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

a.button, .tribe-events-widget-link a, a.button:visited, .tribe-events-widget-link a:visited {
  color: #fff;
  font-weight: bold;
  font-family: gotham, helvetica, arial, sans-serif; }

button, .button, .tribe-events-widget-link a {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #60B4B6;
  border-color: #2285a2;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }

button:hover, button:focus, .button:hover, .tribe-events-widget-link a:hover, .button:focus, .tribe-events-widget-link a:focus {
  background-color: #479a9c; }

button:hover, button:focus, .button:hover, .tribe-events-widget-link a:hover, .button:focus, .tribe-events-widget-link a:focus {
  color: #FFFFFF; }

button.secondary, .button.secondary, .tribe-events-widget-link a {
  background-color: #DA3434;
  border-color: #cf2626;
  color: #FFFFFF; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .tribe-events-widget-link a:hover, .button.secondary:focus, .tribe-events-widget-link a:focus {
  background-color: #cf2626; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .tribe-events-widget-link a:hover, .button.secondary:focus, .tribe-events-widget-link a:focus {
  color: #FFFFFF; }

button.success, .button.success, .tribe-events-widget-link a.success {
  background-color: #5da423;
  border-color: #4a831c;
  color: #FFFFFF; }

button.success:hover, button.success:focus, .button.success:hover, .tribe-events-widget-link a.success:hover, .button.success:focus, .tribe-events-widget-link a.success:focus {
  background-color: #4a831c; }

button.success:hover, button.success:focus, .button.success:hover, .tribe-events-widget-link a.success:hover, .button.success:focus, .tribe-events-widget-link a.success:focus {
  color: #FFFFFF; }

button.alert, .button.alert, .tribe-events-widget-link a.alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: #FFFFFF; }

button.alert:hover, button.alert:focus, .button.alert:hover, .tribe-events-widget-link a.alert:hover, .button.alert:focus, .tribe-events-widget-link a.alert:focus {
  background-color: #9e0c0f; }

button.alert:hover, button.alert:focus, .button.alert:hover, .tribe-events-widget-link a.alert:hover, .button.alert:focus, .tribe-events-widget-link a.alert:focus {
  color: #FFFFFF; }

button.warning, .button.warning, .tribe-events-widget-link a.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF; }

button.warning:hover, button.warning:focus, .button.warning:hover, .tribe-events-widget-link a.warning:hover, .button.warning:focus, .tribe-events-widget-link a.warning:focus {
  background-color: #cf6e0e; }

button.warning:hover, button.warning:focus, .button.warning:hover, .tribe-events-widget-link a.warning:hover, .button.warning:focus, .tribe-events-widget-link a.warning:focus {
  color: #FFFFFF; }

button.info, .button.info, .tribe-events-widget-link a.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333; }

button.info:hover, button.info:focus, .button.info:hover, .tribe-events-widget-link a.info:hover, .button.info:focus, .tribe-events-widget-link a.info:focus {
  background-color: #61b6d9; }

button.info:hover, button.info:focus, .button.info:hover, .tribe-events-widget-link a.info:hover, .button.info:focus, .tribe-events-widget-link a.info:focus {
  color: #FFFFFF; }

button.large, .button.large, .tribe-events-widget-link a.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem; }

button.small, .button.small, .tribe-events-widget-link a.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem; }

button.tiny, .button.tiny, .tribe-events-widget-link a.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem; }

button.expand, .button.expand, .tribe-events-widget-link a.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%; }

button.left-align, .button.left-align, .tribe-events-widget-link a.left-align {
  text-align: left;
  text-indent: 0.75rem; }

button.right-align, .button.right-align, .tribe-events-widget-link a.right-align {
  text-align: right;
  padding-right: 0.75rem; }

button.radius, .button.radius, .tribe-events-widget-link a.radius {
  border-radius: 3px; }

button.round, .button.round, .tribe-events-widget-link a.round {
  border-radius: 1000px; }

button.disabled, button[disabled], .button.disabled, .tribe-events-widget-link a.disabled, .button[disabled], .tribe-events-widget-link a[disabled] {
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .tribe-events-widget-link a.disabled:hover, .button.disabled:focus, .tribe-events-widget-link a.disabled:focus, .button[disabled]:hover, .tribe-events-widget-link a[disabled]:hover, .button[disabled]:focus, .tribe-events-widget-link a[disabled]:focus {
  background-color: #2285a2; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .tribe-events-widget-link a.disabled:hover, .button.disabled:focus, .tribe-events-widget-link a.disabled:focus, .button[disabled]:hover, .tribe-events-widget-link a[disabled]:hover, .button[disabled]:focus, .tribe-events-widget-link a[disabled]:focus {
  color: #FFFFFF; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .tribe-events-widget-link a.disabled:hover, .button.disabled:focus, .tribe-events-widget-link a.disabled:focus, .button[disabled]:hover, .tribe-events-widget-link a[disabled]:hover, .button[disabled]:focus, .tribe-events-widget-link a[disabled]:focus {
  background-color: #2ba6cb; }

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .tribe-events-widget-link a.disabled, .button[disabled].secondary, .tribe-events-widget-link a[disabled] {
  background-color: #e9e9e9;
  border-color: #bababa;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .tribe-events-widget-link a.disabled:hover, .button.disabled.secondary:focus, .tribe-events-widget-link a.disabled:focus, .button[disabled].secondary:hover, .tribe-events-widget-link a[disabled]:hover, .button[disabled].secondary:focus, .tribe-events-widget-link a[disabled]:focus {
  background-color: #bababa; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .tribe-events-widget-link a.disabled:hover, .button.disabled.secondary:focus, .tribe-events-widget-link a.disabled:focus, .button[disabled].secondary:hover, .tribe-events-widget-link a[disabled]:hover, .button[disabled].secondary:focus, .tribe-events-widget-link a[disabled]:focus {
  color: #333333; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .tribe-events-widget-link a.disabled:hover, .button.disabled.secondary:focus, .tribe-events-widget-link a.disabled:focus, .button[disabled].secondary:hover, .tribe-events-widget-link a[disabled]:hover, .button[disabled].secondary:focus, .tribe-events-widget-link a[disabled]:focus {
  background-color: #e9e9e9; }

button.disabled.success, button[disabled].success, .button.disabled.success, .tribe-events-widget-link a.disabled.success, .button[disabled].success, .tribe-events-widget-link a[disabled].success {
  background-color: #5da423;
  border-color: #4a831c;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .tribe-events-widget-link a.disabled.success:hover, .button.disabled.success:focus, .tribe-events-widget-link a.disabled.success:focus, .button[disabled].success:hover, .tribe-events-widget-link a[disabled].success:hover, .button[disabled].success:focus, .tribe-events-widget-link a[disabled].success:focus {
  background-color: #4a831c; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .tribe-events-widget-link a.disabled.success:hover, .button.disabled.success:focus, .tribe-events-widget-link a.disabled.success:focus, .button[disabled].success:hover, .tribe-events-widget-link a[disabled].success:hover, .button[disabled].success:focus, .tribe-events-widget-link a[disabled].success:focus {
  color: #FFFFFF; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .tribe-events-widget-link a.disabled.success:hover, .button.disabled.success:focus, .tribe-events-widget-link a.disabled.success:focus, .button[disabled].success:hover, .tribe-events-widget-link a[disabled].success:hover, .button[disabled].success:focus, .tribe-events-widget-link a[disabled].success:focus {
  background-color: #5da423; }

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .tribe-events-widget-link a.disabled.alert, .button[disabled].alert, .tribe-events-widget-link a[disabled].alert {
  background-color: #c60f13;
  border-color: #9e0c0f;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .tribe-events-widget-link a.disabled.alert:hover, .button.disabled.alert:focus, .tribe-events-widget-link a.disabled.alert:focus, .button[disabled].alert:hover, .tribe-events-widget-link a[disabled].alert:hover, .button[disabled].alert:focus, .tribe-events-widget-link a[disabled].alert:focus {
  background-color: #9e0c0f; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .tribe-events-widget-link a.disabled.alert:hover, .button.disabled.alert:focus, .tribe-events-widget-link a.disabled.alert:focus, .button[disabled].alert:hover, .tribe-events-widget-link a[disabled].alert:hover, .button[disabled].alert:focus, .tribe-events-widget-link a[disabled].alert:focus {
  color: #FFFFFF; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .tribe-events-widget-link a.disabled.alert:hover, .button.disabled.alert:focus, .tribe-events-widget-link a.disabled.alert:focus, .button[disabled].alert:hover, .tribe-events-widget-link a[disabled].alert:hover, .button[disabled].alert:focus, .tribe-events-widget-link a[disabled].alert:focus {
  background-color: #c60f13; }

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .tribe-events-widget-link a.disabled.warning, .button[disabled].warning, .tribe-events-widget-link a[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .tribe-events-widget-link a.disabled.warning:hover, .button.disabled.warning:focus, .tribe-events-widget-link a.disabled.warning:focus, .button[disabled].warning:hover, .tribe-events-widget-link a[disabled].warning:hover, .button[disabled].warning:focus, .tribe-events-widget-link a[disabled].warning:focus {
  background-color: #cf6e0e; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .tribe-events-widget-link a.disabled.warning:hover, .button.disabled.warning:focus, .tribe-events-widget-link a.disabled.warning:focus, .button[disabled].warning:hover, .tribe-events-widget-link a[disabled].warning:hover, .button[disabled].warning:focus, .tribe-events-widget-link a[disabled].warning:focus {
  color: #FFFFFF; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .tribe-events-widget-link a.disabled.warning:hover, .button.disabled.warning:focus, .tribe-events-widget-link a.disabled.warning:focus, .button[disabled].warning:hover, .tribe-events-widget-link a[disabled].warning:hover, .button[disabled].warning:focus, .tribe-events-widget-link a[disabled].warning:focus {
  background-color: #f08a24; }

button.disabled.info, button[disabled].info, .button.disabled.info, .tribe-events-widget-link a.disabled.info, .button[disabled].info, .tribe-events-widget-link a[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .tribe-events-widget-link a.disabled.info:hover, .button.disabled.info:focus, .tribe-events-widget-link a.disabled.info:focus, .button[disabled].info:hover, .tribe-events-widget-link a[disabled].info:hover, .button[disabled].info:focus, .tribe-events-widget-link a[disabled].info:focus {
  background-color: #61b6d9; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .tribe-events-widget-link a.disabled.info:hover, .button.disabled.info:focus, .tribe-events-widget-link a.disabled.info:focus, .button[disabled].info:hover, .tribe-events-widget-link a[disabled].info:hover, .button[disabled].info:focus, .tribe-events-widget-link a[disabled].info:focus {
  color: #FFFFFF; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .tribe-events-widget-link a.disabled.info:hover, .button.disabled.info:focus, .tribe-events-widget-link a.disabled.info:focus, .button[disabled].info:hover, .tribe-events-widget-link a[disabled].info:hover, .button[disabled].info:focus, .tribe-events-widget-link a[disabled].info:focus {
  background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button, .tribe-events-widget-link a {
    display: inline-block; } }
.button-group {
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0; }

.button-group:before, .button-group:after {
  content: " ";
  display: table; }

.button-group:after {
  clear: both; }

.button-group > li {
  margin: 0 -2px;
  display: inline-block; }

.button-group > li > button, .button-group > li .button, .button-group > li .tribe-events-widget-link a, .tribe-events-widget-link .button-group > li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group > li:first-child button, .button-group > li:first-child .button, .button-group > li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group > li:first-child a {
  border-left: 0; }

.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none; }

.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack > li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack > li:first-child a {
  border-left: 0; }

.button-group.stack > li > button, .button-group.stack > li .button, .button-group.stack > li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack > li a {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block; }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button, .button-group.stack > li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack > li:first-child a {
  border-top: 0; }

.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block; }

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack-for-small > li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack-for-small > li:first-child a {
  border-left: 0; }

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }

  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack-for-small > li a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack-for-small > li:first-child a {
    border-left: 0; }

  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button, .button-group.stack-for-small > li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack-for-small > li a {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block; }

  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button, .button-group.stack-for-small > li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.stack-for-small > li:first-child a {
    border-top: 0; } }
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block; }

.button-group.radius > * > button, .button-group.radius > * .button, .button-group.radius > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius > * a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button, .button-group.radius > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius > *:first-child a {
  border-left: 0; }

.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button, .tribe-events-widget-link .button-group.radius > * > a {
  border-radius: 0; }

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button, .tribe-events-widget-link .button-group.radius > *:first-child > a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button, .tribe-events-widget-link .button-group.radius > *:last-child > a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack > * a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack > *:first-child a {
  border-left: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button, .button-group.radius.stack > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack > * a {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block; }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button, .button-group.radius.stack > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack > *:first-child a {
  border-top: 0; }

.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button, .tribe-events-widget-link .button-group.radius.stack > * > a {
  border-radius: 0; }

.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button, .tribe-events-widget-link .button-group.radius.stack > *:first-child > a {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button, .tribe-events-widget-link .button-group.radius.stack > *:last-child > a {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

@media only screen and (min-width: 40.063em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack-for-small > * a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack-for-small > *:first-child a {
    border-left: 0; }

  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .tribe-events-widget-link .button-group.radius.stack-for-small > * > a {
    border-radius: 0; }

  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .tribe-events-widget-link .button-group.radius.stack-for-small > *:first-child > a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .tribe-events-widget-link .button-group.radius.stack-for-small > *:last-child > a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; } }
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack-for-small > * a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack-for-small > *:first-child a {
    border-left: 0; }

  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button, .button-group.radius.stack-for-small > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack-for-small > * a {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block; }

  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button, .button-group.radius.stack-for-small > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.radius.stack-for-small > *:first-child a {
    border-top: 0; }

  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button, .tribe-events-widget-link .button-group.radius.stack-for-small > * > a {
    border-radius: 0; }

  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button, .tribe-events-widget-link .button-group.radius.stack-for-small > *:first-child > a {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }

  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button, .tribe-events-widget-link .button-group.radius.stack-for-small > *:last-child > a {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; } }
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block; }

.button-group.round > * > button, .button-group.round > * .button, .button-group.round > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round > * a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round > *:first-child button, .button-group.round > *:first-child .button, .button-group.round > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round > *:first-child a {
  border-left: 0; }

.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button, .tribe-events-widget-link .button-group.round > * > a {
  border-radius: 0; }

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button, .tribe-events-widget-link .button-group.round > *:first-child > a {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button, .tribe-events-widget-link .button-group.round > *:last-child > a {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack > * a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack > *:first-child a {
  border-left: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button, .button-group.round.stack > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack > * a {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block; }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button, .button-group.round.stack > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack > *:first-child a {
  border-top: 0; }

.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button, .tribe-events-widget-link .button-group.round.stack > * > a {
  border-radius: 0; }

.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button, .tribe-events-widget-link .button-group.round.stack > *:first-child > a {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }

.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button, .tribe-events-widget-link .button-group.round.stack > *:last-child > a {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }

@media only screen and (min-width: 40.063em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack-for-small > * a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack-for-small > *:first-child a {
    border-left: 0; }

  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .tribe-events-widget-link .button-group.round.stack-for-small > * > a {
    border-radius: 0; }

  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .tribe-events-widget-link .button-group.round.stack-for-small > *:first-child > a {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }

  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .tribe-events-widget-link .button-group.round.stack-for-small > *:last-child > a {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; } }
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack-for-small > * a {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack-for-small > *:first-child a {
    border-left: 0; }

  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button, .button-group.round.stack-for-small > * .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack-for-small > * a {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block; }

  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button, .button-group.round.stack-for-small > *:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.round.stack-for-small > *:first-child a {
    border-top: 0; }

  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button, .tribe-events-widget-link .button-group.round.stack-for-small > * > a {
    border-radius: 0; }

  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button, .tribe-events-widget-link .button-group.round.stack-for-small > *:first-child > a {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem; }

  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button, .tribe-events-widget-link .button-group.round.stack-for-small > *:last-child > a {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem; } }
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%; }

.button-group.even-2 li > button, .button-group.even-2 li .button, .button-group.even-2 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-2 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button, .button-group.even-2 li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-2 li:first-child a {
  border-left: 0; }

.button-group.even-2 li button, .button-group.even-2 li .button, .button-group.even-2 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-2 li a {
  width: 100%; }

.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.33333%; }

.button-group.even-3 li > button, .button-group.even-3 li .button, .button-group.even-3 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-3 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button, .button-group.even-3 li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-3 li:first-child a {
  border-left: 0; }

.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-3 li a {
  width: 100%; }

.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%; }

.button-group.even-4 li > button, .button-group.even-4 li .button, .button-group.even-4 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-4 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button, .button-group.even-4 li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-4 li:first-child a {
  border-left: 0; }

.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-4 li a {
  width: 100%; }

.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%; }

.button-group.even-5 li > button, .button-group.even-5 li .button, .button-group.even-5 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-5 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button, .button-group.even-5 li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-5 li:first-child a {
  border-left: 0; }

.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-5 li a {
  width: 100%; }

.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.66667%; }

.button-group.even-6 li > button, .button-group.even-6 li .button, .button-group.even-6 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-6 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button, .button-group.even-6 li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-6 li:first-child a {
  border-left: 0; }

.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-6 li a {
  width: 100%; }

.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.28571%; }

.button-group.even-7 li > button, .button-group.even-7 li .button, .button-group.even-7 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-7 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button, .button-group.even-7 li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-7 li:first-child a {
  border-left: 0; }

.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-7 li a {
  width: 100%; }

.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%; }

.button-group.even-8 li > button, .button-group.even-8 li .button, .button-group.even-8 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-8 li a {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button, .button-group.even-8 li:first-child .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-8 li:first-child a {
  border-left: 0; }

.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .tribe-events-widget-link a, .tribe-events-widget-link .button-group.even-8 li a {
  width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }

.button-bar .button-group div {
  overflow: hidden; }

.accordion {
  margin-bottom: 0;
  padding: 0; }
  .accordion:after {
    content: "";
    display: table;
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #de4a4a; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #60B4B6;
      color: #F2F2F2;
      padding: 1.33333rem 2rem;
      display: block;
      font-family: "rooney-web", serif;
      font-size: 1.125rem;
      font-weight: bold; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #cf2626; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 30px; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #F2F2F2; }
  .accordion .ac-header {
    font-family: "nimbus-sans-condensed", sans-serif;
    margin: 0; }
  .accordion .subheader {
    margin: 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license

requires img/fancybox/
*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 1px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  display: none;
  /*hides the "x"*/ }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.rooms-list, .room-pricing-table, .description ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.room-pricing-table:after {
  content: "";
  display: table;
  clear: both; }

.pricing-image {
  width: 56.25%;
  float: left; }

.room-pricing-table .title {
  font-family: "nimbus-sans-condensed", sans-serif;
  width: 43.75%;
  float: right; }

.room-pricing-table .description, .room-pricing-table .price, .room-pricing-table .cta-button {
  float: right;
  width: 43.75%;
  float: right; }

.vertical-post-nav {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  color: #F2F2F2 !important; }
  .vertical-post-nav li {
    display: block;
    margin-bottom: 0; }
    .vertical-post-nav li p, .vertical-post-nav li h1, .vertical-post-nav li h2, .vertical-post-nav li h3, .vertical-post-nav li h4, .vertical-post-nav li h5, .vertical-post-nav li h6 {
      margin: 0;
      padding: 0; }
  .vertical-post-nav a {
    background: #ededed;
    margin-bottom: 1px;
    color: #8a8a8a !important;
    padding: 14px 20px;
    display: block; }
    .vertical-post-nav a:hover {
      background: #60B4B6;
      color: #F2F2F2 !important; }
  .vertical-post-nav .current-item a, .vertical-post-nav .current-item a:hover {
    background: #60B4B6;
    color: #F2F2F2 !important;
    pointer-events: none;
    cursor: default; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }

@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh; } }
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0; }

.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0; }

.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    top: 6.25rem; } }
.reveal-modal.radius, dialog.radius {
  border-radius: 3px; }

.reveal-modal.round, dialog.round {
  border-radius: 1000px; }

.reveal-modal.collapse, dialog.collapse {
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important; }

@media only screen and (min-width: 40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5em;
    left: 0;
    right: 0;
    margin: 0 auto; } }
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer; }

dialog {
  display: none; }

dialog::backdrop, dialog + .backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0; }

dialog[open] {
  display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }
.reveal-modal form {
  width: 100%;
  float: none;
  margin: 0; }

@media (min-width: 39.5em) {
  .testimonial-list,
  .masonry-list-2 {
    list-style-type: none;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px; }
    .testimonial-list li,
    .masonry-list-2 li {
      display: inline-block;
      width: 100%; }
    .testimonial-list .testimonials-list dl
    .masonry-list-2 dl,
    .masonry-list-2 .testimonials-list dl
    .masonry-list-2 dl {
      list-style-type: none; } }
.block-gallery-3 {
  padding-left: 0;
  padding-right: 0;
  margin: 0; }
  .block-gallery-3 .block-gallery-item {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (min-width: 39.5em) {
      .block-gallery-3 .block-gallery-item {
        width: 33.33333%;
        float: left; }
        .block-gallery-3 .block-gallery-item:nth-child(3n) {
          float: right; } }

.gallery {
  padding: 0;
  position: relative;
  z-index: 1; }
  .gallery [class*="block-grid"] {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    .gallery [class*="block-grid"] li {
      width: 100%;
      float: left;
      overflow: hidden; }
    @media (min-width: 22.5em) {
      .gallery [class*="block-grid"] li {
        width: 50%;
        float: left;
        overflow: hidden; }
      .gallery [class*="block-grid"] li:nth-child(2n) {
        width: 50%;
        float: right; } }
    @media (min-width: 39.5em) {
      .gallery [class*="block-grid"] li, .gallery [class*="block-grid"] li:nth-child(2n) {
        width: 25%;
        float: left;
        overflow: hidden; }
      .gallery [class*="block-grid"] li:nth-child(4n) {
        width: 25%;
        float: right; } }
    @media (min-width: 60em) {
      .gallery [class*="block-grid"] li, .gallery [class*="block-grid"] li:nth-child(2n), .gallery [class*="block-grid"] li:nth-child(4n) {
        width: 20%;
        float: left;
        overflow: hidden; }
      .gallery [class*="block-grid"] li:nth-child(5n) {
        width: 20%;
        float: right; } }
    .gallery [class*="block-grid"] img {
      max-width: 100%;
      height: auto;
      border: 1px solid #cccccc;
      margin-bottom: 0; }
  .gallery figure {
    border: 2px solid #F2F2F2;
    padding: .55rem .65rem; }
    @media (min-width: 39.5em) {
      .gallery figure {
        padding: 1.25rem 1rem; } }
  .gallery figcaption {
    font-family: "rooney-web", serif;
    text-align: center;
    margin: 0;
    font-size: 1.25rem; }
  .gallery.band {
    background-color: rgba(0, 0, 0, 0.05); }

figure, .figure {
  display: block;
  position: relative;
  overflow: hidden; }

figcaption, .figcaption {
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  color: white;
  padding: 10px 20px;
  opacity: 0;
  bottom: 0;
  left: -30%;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }
  figcaption a, .figcaption a {
    display: inline !important; }

figure:hover figcaption, .figure:hover .figcaption {
  opacity: 1;
  left: 0; }

.cap-bot figcaption, .cap-bot .figcaption {
  left: 0;
  bottom: -30%; }

.cap-bot:hover figcaption, .cap-bot:hover .figcaption {
  bottom: 0; }

/**
 * ----------------------------------------------------------------------------------------
 * THREEDUCKS THEME STYLES
 * ----------------------------------------------------------------------------------------
 */
/**
 * ----------------------------------------------------------------------------------------
 * Base styles
 * ----------------------------------------------------------------------------------------
 */
body:before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5); }

body {
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDIwIDIwIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBmaWxsPSIjOGEzIj48L3JlY3Q+CjxjaXJjbGUgcj0iOS4yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZT0iIzYxMyIgZmlsbD0ibm9uZSI+PC9jaXJjbGU+CjxjaXJjbGUgY3k9IjE4LjQiIHI9IjkuMiIgc3Ryb2tlLXdpZHRoPSIxcHgiIHN0cm9rZT0iIzYxMyIgZmlsbD0ibm9uZSI+PC9jaXJjbGU+CjxjaXJjbGUgY3g9IjE4LjQiIGN5PSIxOC40IiByPSI5LjIiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlPSIjNjEzIiBmaWxsPSJub25lIj48L2NpcmNsZT4KPC9zdmc+");
  background-image: url("../img/bkgd.svg");
  margin: 0 auto;
  max-width: 100%;
  color: #404040; }

.style-svg {
  max-width: 400px; }

#page.site {
  background: rgba(0, 0, 0, 0.25); }

/**
 * ----------------------------------------------------------------------------------------
 * Layout styles
 * ----------------------------------------------------------------------------------------
 */
/* = Layout styles : Header
----------------------------------------------- */
.site-header {
  height: auto; }

#page.site {
  /*background: url("../img/bg2-blue.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;*/ }

.home header.wrap {
  padding-top: 0;
  height: 100%;
  /*background: url('../img/bg2-white.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: 50%;*/
  margin: 0 auto;
  max-width: 100%;
  color: #404040; }

.home #masthead {
  width: 100%; }
  @media (min-width: 60em) {
    .home #masthead {
      width: 90%; } }
  @media (min-width: 75em) {
    .home #masthead {
      width: 80%; } }

#masthead {
  position: relative;
  background: none;
  padding-bottom: 1rem; }

.site-title {
  display: none; }

.site-branding {
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  float: left;
  padding-top: 15px;
  display: block; }
  .site-branding:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 39.5em) {
    .site-branding {
      background: none;
      padding-top: 0;
      padding-bottom: 15px; } }
  @media (min-width: 60em) {
    .site-branding {
      width: 40%;
      float: left;
      margin-left: 0;
      margin-right: -100%;
      padding-top: 15px; } }
  @media (min-width: 75em) {
    .site-branding {
      width: 20%;
      float: left;
      margin-left: 0;
      margin-right: -100%; } }

.logo-container {
  width: 100%; }

.logo {
  height: 180px; }
  @media (min-width: 60em) {
    .logo {
      width: 90%; } }

.home .inner {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  .home .inner:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 39.5em) {
    .home .inner {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .home .inner:after {
        content: " ";
        display: block;
        clear: both; } }

/* = Layout styles : Language Navigation
----------------------------------------------- */
.lang-links {
  position: relative;
  margin: 0;
  padding: .5rem 0;
  text-transform: uppercase;
  float: none; }
  @media (min-width: 39.5em) {
    .lang-links {
      float: right; } }

.lang-links li {
  display: inline-block;
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.7);
  border-radius: 25px; }
  .lang-links li.active a {
    background: #ffffff;
    /* The Fallback */
    background: rgba(255, 255, 255, 0.9); }
    .lang-links li.active a:hover {
      background: #ffffff;
      /* The Fallback */
      background: white; }

.lang-links li a {
  padding: 12px 14px;
  color: #D5BE28;
  background: #000000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 25px;
  transition: all 500ms; }
  .lang-links li a:hover {
    background-color: #D5BE28;
    color: #404040;
    border-radius: 25px; }

.lang-links li.active a,
.lang-links li.active a:hover {
  color: #404040; }

/* = Layout styles : Main Navigation
----------------------------------------------- */
.navbar {
  background: none; }
  @media (min-width: 39.5em) {
    .navbar {
      padding-top: 60px; } }
  @media (min-width: 60em) {
    .navbar {
      width: 60%;
      float: left;
      margin-left: 40%;
      margin-right: -100%; } }
  @media (min-width: 75em) {
    .navbar {
      width: 80%;
      float: left;
      margin-left: 20%;
      margin-right: -100%; } }
  .navbar ul {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .navbar ul:after {
      content: " ";
      display: block;
      clear: both; }
    .navbar ul li a {
      font-family: "nimbus-sans-condensed","Arial Narrow",Arial,sans-serif;
      font-size: 22px;
      font-weight: 700;
      text-transform: uppercase;
      color: #479a9c;
      display: block;
      height: 47px;
      text-decoration: none; }
      .navbar ul li a:hover, .navbar ul li a:focus {
        background: #60B4B6; }
      @media (min-width: 39.5em) {
        .navbar ul li a {
          height: 38px;
          padding: 10px 20px 0 15px; } }
    @media (min-width: 39.5em) {
      .navbar ul li {
        width: 49.01961%;
        float: left;
        margin-left: 0.4902%;
        margin-right: 0.4902%;
        margin-bottom: .5rem; }
      .navbar ul li:nth-child(2n) {
        width: 49.01961%;
        float: right;
        margin-left: 0.4902%;
        margin-right: 0.4902%; }
      .navbar ul li a {
        background: #f4f1eb;
        /* Old browsers */
        background: linear-gradient(to right, white 0%, #f4f1eb 100%);
        /* W3C */
        border-radius: 1px; } }
    @media (min-width: 60em) {
      .navbar ul li {
        width: 32.35294%;
        float: left;
        margin-left: 0.4902%;
        margin-right: 0.4902%; }
      .navbar ul li:nth-child(2n) {
        width: 32.35294%;
        float: left;
        margin-left: 0.4902%;
        margin-right: 0.4902%; }
      .navbar ul li:nth-child(3n) {
        width: 32.35294%;
        float: right;
        margin-left: 0.4902%;
        margin-right: 0.4902%; }
      .navbar ul li a {
        background: #f4f1eb;
        /* Old browsers */
        background: linear-gradient(to right, white 0%, #f4f1eb 100%);
        /* W3C */ } }
    @media (min-width: 75em) {
      .navbar ul li {
        width: 32.35294%;
        float: left;
        margin-left: 0.4902%;
        margin-right: 0.4902%; }
      .navbar ul li:nth-child(2n) {
        width: 32.35294%;
        float: left;
        margin-left: 0.4902%;
        margin-right: 0.4902%; }
      .navbar ul li:nth-child(3n) {
        width: 32.35294%;
        float: right;
        margin-left: 0.4902%;
        margin-right: 0.4902%; }
      .navbar ul li a {
        background: #f4f1eb;
        /* Old browsers */
        background: linear-gradient(to right, white 0%, #f4f1eb 100%);
        /* W3C */ } }

.main-navigation {
  background: #60B4B6; }
  @media (min-width: 39.5em) {
    .main-navigation {
      background: none; } }

.menu-toggle {
  padding-top: 15px;
  height: 45px; }

.toggled .menu-toggle {
  color: #a6d5d6; }

.menu-toggle {
  color: #fff; }

.main-navigation.toggled .nav-menu {
  background: #fff; }

@media (min-width: 39.5em) {
  .nav-menu .cta-button {
    width: 100%;
    border-radius: 20px; }
    .nav-menu .cta-button a {
      border-radius: 20px; } }

@media (min-width: 60em) {
  .nav-menu .cta-button {
    width: 49.01961%;
    float: left;
    margin-left: 0.4902%;
    margin-right: 0.4902%;
    position: absolute;
    float: none;
    background-color: transparent;
    top: -50px;
    left: 0; } }
/* = Layout styles : Footer
----------------------------------------------- */
.site-footer {
  background: #222222; }
  .site-footer .first.quarter img {
    width: 80%;
    max-width: 160px !important; }
  .site-footer .fourth.quarter .widget {
    height: 50px;
    width: 100%;
    display: block;
    margin-bottom: 1rem; }
  .site-footer .fourth.quarter img {
    width: 80%;
    max-width: 160px !important;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
    .site-footer .fourth.quarter img:hover {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    @media (min-width: 22.5em) {
      .site-footer .fourth.quarter img {
        float: left; } }
    @media (min-width: 60em) {
      .site-footer .fourth.quarter img {
        float: right; } }
  .site-footer img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 500ms; }
    @media (min-width: 39.5em) {
      .site-footer img {
        float: left;
        margin-right: 1rem; } }
  .site-footer img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .site-footer .cta-button {
    margin-top: 2rem; }
  .site-footer #TA_certificateOfExcellence158 #CDSWIDCOE {
    margin: 0 auto; }
    @media (min-width: 39.5em) {
      .site-footer #TA_certificateOfExcellence158 #CDSWIDCOE {
        float: left;
        max-height: 100px;
        width: auto;
        margin-right: .5rem; } }
    @media (min-width: 60em) {
      .site-footer #TA_certificateOfExcellence158 #CDSWIDCOE {
        float: right;
        margin: 0px 10px 2rem 10px;
        max-height: none; } }

/* = Layout : Content :Individual Page styles : Frontpage
----------------------------------------------- */
body.home {
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50%;
  margin: 0 auto;
  max-width: 100%;
  color: #404040; }

.tagline {
  padding: 1rem 0 2rem 0;
  position: relative; }
  @media (min-width: 60em) {
    .tagline {
      width: 55.88235%;
      float: right;
      margin-left: 0.18382%;
      margin-right: 0.18382%;
      padding: 0rem 0px 8rem; } }
  .tagline h1 {
    font-family: "rooney-web", serif;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    font-size: 1rem; }
    @media (min-width: 60em) {
      .tagline h1 {
        text-align: left;
        margin-bottom: 0; } }
    @media (min-width: 75em) {
      .tagline h1 {
        padding-left: 1.5rem; } }
    .tagline h1 .one,
    .tagline h1 .solid {
      font-family: "nimbus-sans-condensed", sans-serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 3.75rem;
      display: block;
      line-height: 1;
      transform: rotate(-5deg);
      color: #DA3434; }
    .tagline h1 .two,
    .tagline h1 .thin {
      font-family: "rooney-web", serif;
      line-height: 1.5;
      font-size: 3rem;
      color: #60B4B6;
      display: inline-block;
      background-color: #000;
      border: 3px solid;
      border-radius: 50%;
      margin: 1rem auto;
      padding: .25rem 1.5rem .5rem; }
    .tagline h1 .three,
    .tagline h1 .upper {
      font-family: gotham, helvetica, arial, sans-serif;
      display: inline-block;
      line-height: 1.2;
      text-transform: uppercase;
      font-size: 1.5rem;
      color: #71bcbe;
      font-weight: 600;
      width: 2rem; }
    .tagline h1 .four,
    .tagline h1 .elegant {
      font-family: "grafolita-script", sans-serif;
      display: block;
      line-height: 1;
      margin-right: 1rem;
      font-size: 5rem;
      font-weight: bold;
      transform: rotate(3deg);
      margin-top: 1rem; }
    .tagline h1 .five,
    .tagline h1 .fun {
      font-family: "rooney-web", serif;
      font-weight: 900;
      font-size: 3rem;
      display: inline-block;
      line-height: 1;
      color: #ffb703;
      margin-right: 1rem; }
    @media (min-width: 22.5em) {
      .tagline h1 .thin {
        padding: .25rem 1.5rem .5rem; } }
    @media (min-width: 39.5em) {
      .tagline h1 .one,
      .tagline h1 .solid {
        font-size: 5.75rem;
        margin-top: -1rem; }
      .tagline h1 .two,
      .tagline h1 .thin {
        font-size: 4rem;
        margin-left: -1rem;
        line-height: 1.5;
        padding: .25rem 2rem .5rem; }
      .tagline h1 .three,
      .tagline h1 .upper {
        font-size: 1.75rem;
        width: 2rem; }
      .tagline h1 .four,
      .tagline h1 .elegant {
        margin-right: 1rem;
        font-size: 5.25rem;
        transform: rotate(3deg);
        margin-top: 1rem; }
      .tagline h1 .five,
      .tagline h1 .fun {
        font-size: 4.25rem;
        display: inline-block;
        margin-right: 1rem;
        margin-top: .5rem; } }
    @media (min-width: 60em) {
      .tagline h1 .one,
      .tagline h1 .solid {
        font-size: 4.5rem;
        display: inline-block;
        line-height: 1;
        transform: rotate(-5deg);
        color: #DA3434;
        margin-left: 1rem;
        margin-right: 1rem; }
      .tagline h1 .two,
      .tagline h1 .thin {
        line-height: 1;
        padding: .25rem 1rem .5rem;
        margin-left: -4rem; }
      .tagline h1 .fun {
        font-size: 3.5rem;
        display: inline-block;
        margin-right: 1rem;
        margin-top: .5rem; }
      .tagline h1 .upper {
        color: #ffbe1d;
        font-size: 1.75rem;
        width: 2rem;
        display: block;
        position: absolute;
        bottom: 1.5rem; }
      .tagline h1 .elegant {
        margin-right: 0;
        font-size: 5.25rem;
        transform: rotate(3deg);
        margin-top: 0rem;
        position: absolute;
        bottom: 2rem;
        left: 4rem;
        white-space: nowrap; } }
    @media (min-width: 75em) {
      .tagline h1 .one,
      .tagline h1 .solid {
        margin-top: -2rem;
        font-size: 5.5rem; }
      .tagline h1 .two,
      .tagline h1 .thin {
        font-size: 4rem;
        line-height: 1; }
      .tagline h1 .three,
      .tagline h1 .upper {
        font-size: 1.75rem;
        width: 2rem; }
      .tagline h1 .four,
      .tagline h1 .elegant {
        margin-left: 1rem;
        font-size: 7rem;
        transform: rotate(3deg);
        margin-bottom: 1rem; }
      .tagline h1 .five,
      .tagline h1 .fun {
        margin-left: .5rem; } }

.home #content {
  margin-bottom: 0; }
.home .three-columns {
  margin-top: 2rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .home .three-columns:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 22.5em) {
    .home .three-columns {
      max-width: 60%;
      margin-left: auto;
      margin-right: auto; }
      .home .three-columns:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 39.5em) {
    .home .three-columns {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .home .three-columns:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 60em) {
    .home .three-columns {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .home .three-columns:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (min-width: 75em) {
    .home .three-columns {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto; }
      .home .three-columns:after {
        content: " ";
        display: block;
        clear: both; } }

.block-gallery-item {
  height: 150px; }

@media (min-width: 39.5em) {
  .block-gallery-item {
    height: 199px; } }
/* = Layout : Content :Individual Page styles : Hostel Page
----------------------------------------------- */
.content-hostel {
  position: relative; }
  .content-hostel .picture {
    width: 180px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -90px; }
    .content-hostel .picture img {
      border-radius: 90px;
      border: 5px solid #dadada; }
  .content-hostel .grid-nine-sixteenths.last .content {
    border-top: 5px solid #dadada;
    padding-top: 120px;
    margin-top: 80px; }
    .content-hostel .grid-nine-sixteenths.last .content h2 {
      text-align: center; }
  @media (min-width: 39.5em) and (max-width: 60em) {
    .content-hostel .grid-seven-sixteenths.first {
      width: 100%;
      margin: auto; }
      .content-hostel .grid-seven-sixteenths.first .picture {
        width: 180px;
        border: none;
        border-radius: 50px;
        display: block; }
    .content-hostel .grid-nine-sixteenths.last {
      width: 100%;
      margin: 0; } }
  @media (min-width: 60em) {
    .content-hostel .picture {
      width: 100%;
      margin: 0;
      position: relative;
      left: 0; }
      .content-hostel .picture img {
        border-radius: 0;
        border: none; }
    .content-hostel .grid-nine-sixteenths.last .content {
      border: none;
      padding-top: 25px;
      margin-top: 0; }
      .content-hostel .grid-nine-sixteenths.last .content h2 {
        text-align: left; } }

/* = Layout : Content :Individual Page styles : Archive Room Type
----------------------------------------------- */
.post-type-archive-room_type .site-main {
  background: none;
  padding: 0; }
.post-type-archive-room_type .entry-title {
  line-height: 1.1em; }
.post-type-archive-room_type .room-info {
  padding: 1rem;
  text-align: center; }
  .post-type-archive-room_type .room-info .button, .post-type-archive-room_type .room-info .tribe-events-widget-link a, .tribe-events-widget-link .post-type-archive-room_type .room-info a {
    width: 100%;
    margin: 0; }
  .post-type-archive-room_type .room-info .cta-button {
    margin: 0; }
  .post-type-archive-room_type .room-info .was {
    text-decoration: line-through; }
  .post-type-archive-room_type .room-info .now {
    font-size: 2rem; }
  .post-type-archive-room_type .room-info .per {
    font-size: 12px; }

.room-list {
  padding: 0;
  list-style: none; }
  .room-list ul {
    padding: 0;
    list-style: none; }
  .room-list.three-columns {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .room-list.three-columns:after {
      content: "";
      display: table;
      clear: both; }
    .room-list.three-columns:after {
      content: " ";
      display: block;
      clear: both; }
  @media (min-width: 39.5em) {
    .room-list .first-third {
      width: 30.30303%;
      float: left;
      margin-left: 1.51515%;
      margin-right: -100%;
      padding: 0;
      margin-left: 0;
      clear: left; } }
  @media (min-width: 39.5em) {
    .room-list .second-third {
      width: 30.30303%;
      float: left;
      margin-left: 34.84848%;
      margin-right: -100%;
      padding: 0; } }
  @media (min-width: 39.5em) {
    .room-list .third-third {
      width: 30.30303%;
      float: left;
      margin-left: 68.18182%;
      margin-right: -100%;
      padding: 0; } }

/* = Layout : Content :Individual Page styles : Single Room Type
----------------------------------------------- */
@media (min-width: 39.5em) {
  #description {
    width: 49.43182%;
    float: left;
    margin-left: 0.28409%;
    margin-right: -100%;
    padding-right: 0; } }
@media (min-width: 75em) {
  #description {
    width: 74.43182%;
    float: left;
    margin-left: 0.28409%;
    margin-right: -100%;
    padding-right: 0; } }
#description li {
  border-bottom: 1px solid #ececec;
  font-size: 1rem; }
  #description li.has-button {
    border: none;
    margin-top: 1rem; }
    #description li.has-button .button, #description li.has-button .tribe-events-widget-link a, .tribe-events-widget-link #description li.has-button a {
      margin-bottom: 0; }

#price {
  text-align: center; }
  @media (min-width: 39.5em) {
    #price {
      width: 49.43182%;
      float: left;
      margin-left: 50.28409%;
      margin-right: -100%;
      padding-right: 0; } }
  @media (min-width: 75em) {
    #price {
      width: 24.43182%;
      float: left;
      margin-left: 75.28409%;
      margin-right: -100%;
      padding-right: 0; } }
  #price .price-title {
    margin: 0;
    text-transform: uppercase;
    font-family: "rooney-web", serif;
    font-size: 1rem; }
  #price .price {
    font-family: "nimbus-sans-condensed", sans-serif;
    font-size: 2.25rem; }
  #price .promo {
    background: #DA3434;
    border-radius: 100%;
    height: 6.5rem;
    width: 6.5rem;
    margin: 0 auto;
    color: #FCFCFC; }
    #price .promo .price-title {
      font-weight: bold;
      line-height: 1.5;
      padding-top: .5rem; }
    #price .promo .price {
      font-size: 2.3rem;
      line-height: 1;
      margin-bottom: 0; }
      #price .promo .price:after {
        content: "*";
        letter-spacing: -10px;
        margin-left: -.25rem; }
    #price .promo .per {
      font-size: 14px;
      margin-top: -2px; }

.points {
  clear: both; }

.condition {
  margin-top: 1rem; }
  .condition:before {
    content: "*"; }

/* = Layout : Content :Individual Page styles : Services
----------------------------------------------- */
.service-lists .panel {
  padding: 0;
  border-color: rgba(0, 0, 0, 0.4); }
  .service-lists .panel:after {
    content: "";
    display: table;
    clear: both; }
  .service-lists .panel svg {
    width: 100%; }
  .service-lists .panel .service-list {
    width: 100%;
    margin-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px; }
    .service-lists .panel .service-list li {
      font-size: 1.1rem; }
  @media (min-width: 60em) {
    .service-lists .panel svg {
      width: 50%;
      float: left;
      max-width: 300px; }
    .service-lists .panel .service-list {
      width: 50%;
      float: right; }
      .service-lists .panel .service-list li {
        font-size: 1rem; } }
  @media (min-width: 90em) {
    .service-lists .panel .service-list li {
      font-size: 1.25rem; } }

/* = Layout : Content :Individual Page styles : Single Testimonials, Archive Testimonials, and Hostel Page Testimonials
----------------------------------------------- */
.single-testimonials .site-main,
.content-hostel .site-main {
  min-height: 200px; }
.single-testimonials dd,
.content-hostel dd {
  font-size: 18px;
  margin: 0 0 0 160px;
  padding: 0 0 0.5em 0; }

.post-type-archive-testimonials .site-main {
  min-height: 200px;
  background: none;
  padding: 0; }
.post-type-archive-testimonials blockquote {
  font-size: 16px; }

.testimonial-list,
.testimonials {
  list-style: none;
  padding: 0;
  margin: 0; }
  .testimonial-list .panel,
  .testimonials .panel {
    min-height: 200px;
    position: relative;
    margin-bottom: 20px; }
  .testimonial-list .avatar,
  .testimonials .avatar {
    position: relative;
    width: 100px;
    margin: 0 auto .5rem auto;
    display: block;
    border-radius: 50px; }
    @media (min-width: 22.5em) {
      .testimonial-list .avatar,
      .testimonials .avatar {
        position: absolute;
        margin: 0; } }
  .testimonial-list .gravitar-image-list,
  .testimonials .gravitar-image-list {
    margin: 0;
    position: relative; }
    .testimonial-list .gravitar-image-list dt,
    .testimonials .gravitar-image-list dt {
      text-align: center;
      width: 100%; }
      @media (min-width: 22.5em) {
        .testimonial-list .gravitar-image-list dt,
        .testimonials .gravitar-image-list dt {
          width: 100px;
          text-align: center;
          margin-top: 110px; } }
  .testimonial-list dt:after,
  .testimonials dt:after {
    content: ""; }
  .testimonial-list dd,
  .testimonials dd {
    margin: 0;
    quotes: "“" "”" "‘" "’"; }
    @media (min-width: 22.5em) {
      .testimonial-list dd,
      .testimonials dd {
        margin: 8px 0 0 130px; } }
  .testimonial-list dd:before,
  .testimonials dd:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .testimonial-list dd:after,
  .testimonials dd:after {
    visibility: hidden;
    color: #111;
    content: close-quote;
    font-size: 4em;
    line-height: 0;
    vertical-align: -0.4em; }
  .testimonial-list dd p,
  .testimonials dd p {
    display: inline; }

.guides .four-columns {
  padding: 0; }
  .guides .four-columns h4 {
    font-size: 2rem; }
  .guides .four-columns li {
    max-width: 250px;
    margin: 0 auto; }
  @media (min-width: 39.5em) and (max-width: 75em) {
    .guides .four-columns h4 {
      font-size: 1.25rem; } }

/* = Layout : Content :Individual Page styles : FAQ
----------------------------------------------- */
.faq header .panel {
  text-align: center; }
.faq .subheader {
  margin: 0; }
.faq .accordion-navigation > a {
  font-size: 1.25;
  text-align: center; }
@media (min-width: 60em) {
  .faq .accordion .content {
    padding-left: 20%;
    padding-right: 20%;
    background: rgba(255, 255, 255, 0.9); } }

/* = Layout : Content :Individual Page styles : Location
----------------------------------------------- */
.map-form.panel {
  max-width: 640px; }

/* = Layout : Content :Individual Page styles : Blog
----------------------------------------------- */
.blog .site-main,
.single-post .site-main {
  background: none;
  padding: 0; }
  .blog .site-main .entry-header,
  .single-post .site-main .entry-header {
    margin: 0; }
    .blog .site-main .entry-header h1,
    .single-post .site-main .entry-header h1 {
      margin: 0;
      padding: 5px 25px;
      color: #FCFCFC;
      display: inline-block;
      background: rgba(0, 0, 0, 0.6); }
      .blog .site-main .entry-header h1 a,
      .single-post .site-main .entry-header h1 a {
        color: #54bfc2; }
    .blog .site-main .entry-header .entry-meta,
    .single-post .site-main .entry-header .entry-meta {
      font-family: "nimbus-sans-condensed", sans-serif;
      letter-spacing: 1px;
      font-size: 1rem;
      text-transform: uppercase;
      display: block;
      background: #ffb703;
      font-weight: bold;
      padding-left: 25px;
      padding-top: 5px; }
  .blog .site-main .entry-content,
  .single-post .site-main .entry-content {
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    margin-bottom: 20px;
    padding: 0;
    background: #FCFCFC;
    margin: 0; }
    .blog .site-main .entry-content > :first-child,
    .single-post .site-main .entry-content > :first-child {
      margin-top: 0; }
    .blog .site-main .entry-content > :last-child,
    .single-post .site-main .entry-content > :last-child {
      margin-bottom: 0; }
    .blog .site-main .entry-content h1, .blog .site-main .entry-content h2, .blog .site-main .entry-content h3, .blog .site-main .entry-content h4, .blog .site-main .entry-content h5, .blog .site-main .entry-content h6, .blog .site-main .entry-content p,
    .single-post .site-main .entry-content h1,
    .single-post .site-main .entry-content h2,
    .single-post .site-main .entry-content h3,
    .single-post .site-main .entry-content h4,
    .single-post .site-main .entry-content h5,
    .single-post .site-main .entry-content h6,
    .single-post .site-main .entry-content p {
      color: #333; }
    .blog .site-main .entry-content h1, .blog .site-main .entry-content h2, .blog .site-main .entry-content h3, .blog .site-main .entry-content h4, .blog .site-main .entry-content h5, .blog .site-main .entry-content h6,
    .single-post .site-main .entry-content h1,
    .single-post .site-main .entry-content h2,
    .single-post .site-main .entry-content h3,
    .single-post .site-main .entry-content h4,
    .single-post .site-main .entry-content h5,
    .single-post .site-main .entry-content h6 {
      line-height: 1;
      margin-bottom: 20px / 2; }
      .blog .site-main .entry-content h1.subheader, .blog .site-main .entry-content h2.subheader, .blog .site-main .entry-content h3.subheader, .blog .site-main .entry-content h4.subheader, .blog .site-main .entry-content h5.subheader, .blog .site-main .entry-content h6.subheader,
      .single-post .site-main .entry-content h1.subheader,
      .single-post .site-main .entry-content h2.subheader,
      .single-post .site-main .entry-content h3.subheader,
      .single-post .site-main .entry-content h4.subheader,
      .single-post .site-main .entry-content h5.subheader,
      .single-post .site-main .entry-content h6.subheader {
        line-height: 1.4; }
    .blog .site-main .entry-content img,
    .single-post .site-main .entry-content img {
      display: block; }
  .blog .site-main .excerpt,
  .single-post .site-main .excerpt {
    padding: 25px; }
    .has-post-thumbnail .blog .site-main .excerpt, .has-post-thumbnail
    .single-post .site-main .excerpt {
      float: right; }
    .blog .site-main .excerpt p,
    .single-post .site-main .excerpt p {
      margin-bottom: 0; }
  .blog .site-main .attachment-thumbnail,
  .single-post .site-main .attachment-thumbnail {
    float: left;
    display: block;
    margin-right: 25px; }

.single-post .site-main .entry-content {
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  margin-bottom: 20px;
  padding: 25px;
  background: #FCFCFC; }
  .single-post .site-main .entry-content > :first-child {
    margin-top: 0; }
  .single-post .site-main .entry-content > :last-child {
    margin-bottom: 0; }
  .single-post .site-main .entry-content h1, .single-post .site-main .entry-content h2, .single-post .site-main .entry-content h3, .single-post .site-main .entry-content h4, .single-post .site-main .entry-content h5, .single-post .site-main .entry-content h6, .single-post .site-main .entry-content p {
    color: #333; }
  .single-post .site-main .entry-content h1, .single-post .site-main .entry-content h2, .single-post .site-main .entry-content h3, .single-post .site-main .entry-content h4, .single-post .site-main .entry-content h5, .single-post .site-main .entry-content h6 {
    line-height: 1;
    margin-bottom: 20px / 2; }
    .single-post .site-main .entry-content h1.subheader, .single-post .site-main .entry-content h2.subheader, .single-post .site-main .entry-content h3.subheader, .single-post .site-main .entry-content h4.subheader, .single-post .site-main .entry-content h5.subheader, .single-post .site-main .entry-content h6.subheader {
      line-height: 1.4; }
.single-post .site-main .entry-footer {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(224, 224, 224, 0.9);
  margin-bottom: 20px;
  padding: 0;
  background: rgba(252, 252, 252, 0.9); }
  .single-post .site-main .entry-footer > :first-child {
    margin-top: 0; }
  .single-post .site-main .entry-footer > :last-child {
    margin-bottom: 0; }
  .single-post .site-main .entry-footer h1, .single-post .site-main .entry-footer h2, .single-post .site-main .entry-footer h3, .single-post .site-main .entry-footer h4, .single-post .site-main .entry-footer h5, .single-post .site-main .entry-footer h6, .single-post .site-main .entry-footer p {
    color: #333; }
  .single-post .site-main .entry-footer h1, .single-post .site-main .entry-footer h2, .single-post .site-main .entry-footer h3, .single-post .site-main .entry-footer h4, .single-post .site-main .entry-footer h5, .single-post .site-main .entry-footer h6 {
    line-height: 1;
    margin-bottom: 20px / 2; }
    .single-post .site-main .entry-footer h1.subheader, .single-post .site-main .entry-footer h2.subheader, .single-post .site-main .entry-footer h3.subheader, .single-post .site-main .entry-footer h4.subheader, .single-post .site-main .entry-footer h5.subheader, .single-post .site-main .entry-footer h6.subheader {
      line-height: 1.4; }

/* = Layout : Content :Individual Page styles : Blog Format :Gallery
----------------------------------------------- */
.single-format-gallery {
  background-image: url("../img/bkgd.svg") !important;
  background-repeat: repeat !important;
  background-position: initial !important;
  background-attachment: fixed !important;
  background-size: initial !important; }
  .single-format-gallery .site-main {
    background: none;
    padding: 0; }

/**
 * ----------------------------------------------------------------------------------------
 * Module styles
 * ----------------------------------------------------------------------------------------
 */
/* = Module : Pop-up Module
 ----------------------------------------------- */
#resModal {
  padding: 0; }
  #resModal .button, #resModal .tribe-events-widget-link a, .tribe-events-widget-link #resModal a {
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 0; }

/* = Module : Off-canvas
 ----------------------------------------------- */
.container.off-canvas {
  background: url("../img/bg2-white.png");
  background-size: cover; }

/* = Module : Availability form
----------------------------------------------- */
.res-form {
  background: #000;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.7);
  padding: 1.5rem;
  overflow: visible;
  border-radius: 2px;
  border: solid 1px #222; }
  .res-form:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 60em) {
    .res-form {
      width: 36.93182%;
      float: left;
      margin-left: 0.28409%;
      margin-right: 0.28409%;
      margin-left: 0;
      margin-bottom: 3rem;
      margin-top: 7rem; } }
  @media (min-width: 75em) {
    .res-form {
      margin-left: 5.68182%; } }
  .res-form button.button-large {
    width: 100%;
    height: 51px;
    margin: 0;
    font-weight: bold; }
  .res-form label {
    color: #FCFCFC;
    line-height: 38px;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "rooney-web", serif; }
    @media (min-width: 39.5em) and (max-width: 60em) {
      .res-form label {
        font-size: 1rem; } }
    @media (min-width: 75em) {
      .res-form label {
        font-size: 1rem; } }

.booking-list {
  margin: 0;
  padding: 0; }

/* = Module : Forms
----------------------------------------------- */
#query-message,
#res-message {
  height: 10.3rem; }

fieldset {
  color: #ccc;
  padding-bottom: 1.25rem; }

label {
  color: #333333; }

legend {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.25rem;
  padding: 0 .75rem; }

/* = Module : Widgets
----------------------------------------------- */
.widget_googlemap_widget,
.widget_promo_widget,
#secondary .widget_promo_widget,
.home {
  padding: 0;
  position: relative; }
  .widget_googlemap_widget .widget-title,
  .widget_promo_widget .widget-title,
  #secondary .widget_promo_widget .widget-title,
  .home .widget-title {
    padding: 25px 25px 0 25px;
    font-size: 2rem; }
  .widget_googlemap_widget .acf-map,
  .widget_promo_widget .acf-map,
  #secondary .widget_promo_widget .acf-map,
  .home .acf-map {
    margin: 0;
    position: relative; }
  .widget_googlemap_widget .button-container,
  .widget_promo_widget .button-container,
  #secondary .widget_promo_widget .button-container,
  .home .button-container {
    padding: 30px;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .widget_googlemap_widget .button, .widget_googlemap_widget .tribe-events-widget-link a, .tribe-events-widget-link .widget_googlemap_widget a,
  .widget_promo_widget .button,
  .widget_promo_widget .tribe-events-widget-link a,
  .tribe-events-widget-link .widget_promo_widget a,
  #secondary .widget_promo_widget .button,
  #secondary .widget_promo_widget .tribe-events-widget-link a,
  .tribe-events-widget-link #secondary .widget_promo_widget a,
  .home .button,
  .home .tribe-events-widget-link a,
  .tribe-events-widget-link .home a {
    width: 100%;
    margin-bottom: 0; }

.widget_search {
  padding: 0;
  border-radius: 20px; }

.widget .promo-widget-price {
  margin-bottom: 0;
  background: #60B4B6;
  padding: 6px 30px;
  border: none; }
  .widget .promo-widget-price p {
    color: #fff;
    font-size: 2.25em;
    text-align: center; }

.widget_promo_widget img {
  display: block; }

.widget_awesomeweatherwidget,
.widget_search {
  padding: 0 !important; }

.widget_calendar table {
  width: auto; }
@media (min-width: 39.5em) and (max-width: 75em) {
  #secondary .widget_calendar {
    padding: 0; }
    #secondary .widget_calendar .widget-title {
      padding: 30px 30px 0 30px; } }

.tagline .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-left: 2rem; }

.tagline .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 2.75rem;
  /* removes black bars */ }

.third-third.widget-area #text-4 {
  padding: 0; }

.home .widget.panel {
  padding: 0; }
  .home .widget.panel p {
    padding: 10px 25px 25px 25px; }

.widget .promo-widget-price .widget-price {
  padding: 0 !important; }

/* = Module : Events Calendar
----------------------------------------------- */
.vcalendar {
  padding: 0; }

.tribe-events-widget-link a {
  border-radius: 3px; }

.tribe-bar-views-inner .select {
  display: none; }

.events-archive .entry-content, .events-archive .entry-header {
  width: 99% !important;
  margin: 0 auto; }

.events-archive header.entry-header {
  display: block; }

#tribe-events .tribe-events-list-separator-month {
  background-color: #ffb703; }

.tribe-events-nav-previous,
.tribe-events-read-more,
.tribe-events-nav-next {
  font-size: .75rem;
  font-family: gotham, helvetica, arial, sans-serif;
  font-weight: bold;
  background: #ffffff;
  padding: .25rem .75rem;
  border-radius: 1rem;
  color: #444;
  border: 2px solid #dadada;
  display: inline-block;
  transition: all 300ms ease-out; }
  .tribe-events-nav-previous:hover,
  .tribe-events-read-more:hover,
  .tribe-events-nav-next:hover {
    background: #d9d9d9; }

#tribe-events .vevent {
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
  margin: 2rem 0;
  padding: 30px; }
  #tribe-events .vevent > :first-child {
    margin-top: 0; }
  #tribe-events .vevent > :last-child {
    margin-bottom: 0; }
  #tribe-events .vevent h1, #tribe-events .vevent h2, #tribe-events .vevent h3, #tribe-events .vevent h4, #tribe-events .vevent h5, #tribe-events .vevent h6, #tribe-events .vevent p {
    color: #333; }
  #tribe-events .vevent h1, #tribe-events .vevent h2, #tribe-events .vevent h3, #tribe-events .vevent h4, #tribe-events .vevent h5, #tribe-events .vevent h6 {
    line-height: 1;
    margin-bottom: 20px / 2; }
    #tribe-events .vevent h1.subheader, #tribe-events .vevent h2.subheader, #tribe-events .vevent h3.subheader, #tribe-events .vevent h4.subheader, #tribe-events .vevent h5.subheader, #tribe-events .vevent h6.subheader {
      line-height: 1.4; }

#tribe-bar-form {
  background: #FFFFFF; }

#tribe-bar-collapse-toggle {
  background: #FFFFFF; }

/* = Module : Gallery
----------------------------------------------- */
/* = Module : Accordion
----------------------------------------------- */
.accordion-navigation a {
  font-size: 1.25; }

.accordion-navigation + .accordion-navigation {
  border-top: 1px solid #FCFCFC; }

/**
 * ----------------------------------------------------------------------------------------
 * Utility styles
 * ----------------------------------------------------------------------------------------
 */
.light.panel {
  border-color: #e7e7e7;
  padding: 1.25rem;
  background: #fff;
  padding-bottom: 2rem; }

.dark.panel {
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.6); }
  .dark.panel p, .dark.panel h1, .dark.panel h2, .dark.panel h3, .dark.panel h4, .dark.panel h5, .dark.panel h6 {
    color: #FCFCFC; }

.on-bg {
  margin: 0 25px 16px 25px;
  padding: 5px 25px;
  color: #FCFCFC;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6); }
  @media (min-width: 39.5em) {
    .on-bg {
      margin: 0 0 16px 0; } }

h1.on-bg {
  margin: 0 25px; }
  @media (min-width: 39.5em) {
    h1.on-bg {
      margin: 0; } }

[class*="icon"] {
  width: 16px;
  height: 16px;
  margin-left: .5rem;
  fill: #60B4B6;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle; }

.panel {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px; }

.narrow {
  width: 80%; }

.octobookcheckin,
.octobookcheckout {
  position: relative; }

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