@charset "UTF-8";
/* @override 
	http://adams-mbp.local:5757/css/main.css
	http://burtownhouse.test/css/main.css */
/* burtownhouse.test stylesheet */
.display-breakpoint {
  position: fixed;
  width: 3em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  left: 0;
  top: 15em;
  z-index: 1000;
  border-radius: 0 50% 50% 0; }
  .display-breakpoint:after {
    content: "";
    display: block;
    padding: .75em 0;
    text-align: center; }
    @media (min-width: 20em) {
      .display-breakpoint:after {
        content: "XS"; } }
    @media (min-width: 30em) {
      .display-breakpoint:after {
        content: "S"; } }
    @media (min-width: 35em) {
      .display-breakpoint:after {
        content: "SM"; } }
    @media (min-width: 43em) {
      .display-breakpoint:after {
        content: "M"; } }
    @media (min-width: 50em) {
      .display-breakpoint:after {
        content: "ML"; } }
    @media (min-width: 57em) {
      .display-breakpoint:after {
        content: "L"; } }
    @media (min-width: 64em) {
      .display-breakpoint:after {
        content: "XL"; } }
    @media (min-width: 70em) {
      .display-breakpoint:after {
        content: "XXL"; } }
    @media (min-width: 72em) {
      .display-breakpoint:after {
        content: "XXXL"; } }
.paging__post:after, .logo:after {
  content: '';
  display: table;
  clear: both; }

.gallery a, .youtube, .split--fullwidth a::after, .backtotop a, .main-link, .nav a, .nav, .logo, .btn a, .btn {
  transition: all 0.3s ease-in-out 0s; }

.social-icons, blockquote, h1, h2, h3, h4 {
  font-family: Butler,Georgia,"Times New Roman",serif;
  font-weight: 300; }

body {
  font-family: futura-pt,Helvetica,sans-serif;
  font-weight: 400; }

.sharing-intro {
  color: #bbbbbb;
  font-style: italic; }

img, .cmsmap {
  box-shadow: 0 9px 6px -6px rgba(0, 0, 0, 0.2); }

.icon, .social-icons a {
  width: 44px;
  height: 44px; }

.nav p a:before,
.icon-nav-close {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.938%22%20height%3D%229.913%22%20viewBox%3D%220%200%209.938%209.913%22%3E%3Cpath%20fill%3D%22%23222%22%20d%3D%22M3.89%204.968L0%201.08%201.104%200l3.864%203.888L8.858%200l1.08%201.08-3.89%203.888%203.89%203.865-1.08%201.08-3.89-3.866-3.864%203.866L0%208.833l3.89-3.865z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@font-face {
  font-family: 'Butler';
  src: url("fonts/Butler.woff2") format("woff2"), url("fonts/Butler.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Butler';
  src: url("fonts/Butler-Light.woff2") format("woff2"), url("fonts/Butler-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

body {
  background-color: #fdfdfd;
  font-size: 1.125em;
  line-height: 1.5em; }
  @media (min-width: 43em) {
    body {
      font-weight: 300;
      font-size: 1.25em; } }
ul, ol, li {
  margin: 0;
  padding: 0; }

div.banner.banner--default + div.centered {
  text-align: center;
  margin-top: 1.5em; }
  @media (min-width: 50em) {
    div.banner.banner--default + div.centered {
      font-size: 1.25em;
      line-height: 1.5em; } }
  @media (min-width: 72em) {
    div.banner.banner--default + div.centered {
      line-height: 1.5em;
      margin-top: 3em; } }
p {
  margin: .75em 0; }
  .page > p:first-of-type, p.site-footer__strapline {
    text-align: center; }
    @media (min-width: 50em) {
      .page > p:first-of-type, p.site-footer__strapline {
        font-size: 1.25em;
        line-height: 1.5em; } }
    @media (min-width: 72em) {
      .page > p:first-of-type, p.site-footer__strapline {
        line-height: 1.5em; } }
a {
  color: #1B5359; }
  .main a {
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid rgba(27, 83, 89, 0.25); }
  .more a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding: 0.5em 0;
    font-size: .9em;
    border-bottom: 1px solid rgba(27, 83, 89, 0.25); }

h1, h2, h3, h4 {
  color: #1B5359;
  line-height: 1.4em; }

h2 {
  font-size: 1.8em;
  margin: .75em 0 .5em; }
  .page h2 {
    text-align: center; }
    @media (min-width: 43em) {
      .page h2 {
        font-size: 2em; } }
    @media (min-width: 57em) {
      .page h2 {
        font-size: 3em; } }
h3 {
  font-size: 1.3em;
  margin: 1.5em 0 0.25em; }
  @media (min-width: 43em) {
    h3 {
      font-size: 1.8em; } }
h4 {
  font-size: 1.125em;
  margin: 1em 0 0.5em; }

h5 {
  font-size: 1em;
  margin: 1em 0 0.5em;
  font-weight: 900;
  text-transform: uppercase; }

h1 a, h2 a, h3 a, h4 a {
  text-decoration: none; }

blockquote {
  padding: 1em 0;
  margin: 0;
  color: #555555; }
  blockquote p {
    padding: 0 2em;
    font-style: italic;
    text-align: center;
    line-height: 1.5em;
    position: relative;
    display: inline-block; }
    blockquote p:before {
      content: '\201C';
      display: inline-block;
      position: absolute;
      left: 0;
      color: #2d4247;
      font-size: 64px;
      font-style: normal; }
      @media (min-width: 43em) {
        blockquote p:before {
          font-size: 96px; } }
  @media (min-width: 43em) {
    blockquote {
      margin: 2em 0 0; }
      blockquote p {
        font-size: 1.25em; } }
.quote figcaption {
  text-align: right;
  display: block;
  margin: 0 0 1em; }

.main ul {
  padding-left: 1em; }
  @media (min-width: 43em) {
    .main ul {
      padding-left: 0; } }
.main li::marker {
  font-size: .75em;
  color: rgba(27, 83, 89, 0.25); }

.inline-list li {
  display: inline; }
  .inline-list li:before {
    font-size: 0.75em;
    content: '/';
    margin: 0 0.5em 0 0.25em;
    opacity: .5; }
  .inline-list li:first-of-type:before {
    content: '';
    margin: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

@supports (display: grid) {
  .mast, .page, .site-footer, .banner {
    display: grid;
    grid-template-columns: [edge-start] minmax(1rem, 1fr) [content-start] repeat(12, minmax(1rem, 6.5rem)) [content-end] minmax(1rem, 1fr) [edge-end];
    grid-column-gap: 0.75%;
    padding: 0; }
  .logo {
    grid-column-start: content;
    align-self: end;
    grid-column-end: span 4; }
    @media (min-width: 30em) {
      .logo {
        grid-column: 1 / span 3; } }
    .logo--alt {
      grid-column-start: 4; }
      @media (min-width: 30em) {
        .logo--alt {
          grid-column: 12 / span 2; } }
  .nav {
    grid-column: edge; }
    @media (min-width: 50em) {
      .nav {
        grid-column: 6 / edge-end; } }
  .page > .banner {
    grid-column: edge; }
  .page > .content {
    grid-row: 1 / 3; }
  .page > * {
    align-self: start;
    grid-column: content; }
    @media (min-width: 43em) {
      .page > * {
        grid-column: 3 / span 10; } }
    @media (min-width: 57em) {
      .page > * {
        grid-column: 4 / span 8; } }
  @media (min-width: 57em) {
    .page > p:first-of-type {
      grid-column: 4 / span 8; }
    .page > .split {
      grid-column: 3 / span 10; }
    .page > .split--fullwidth, .page > .insta-section {
      grid-column: edge; }
    .page > .listing--news {
      grid-column: content; }
    .page > .video-wrapper {
      grid-column: 3 / span 10; } }
  .post {
    grid-column: content; }
    @media (min-width: 57em) {
      .post {
        grid-column: edge;
        display: grid;
        grid-template-columns: [edge-start] minmax(1rem, 1fr) [content-start] repeat(12, minmax(1rem, 6.5rem)) [content-end] minmax(1rem, 1fr) [edge-end];
        grid-column-gap: 0.75%; }
        .post > * {
          align-self: start;
          grid-column: content; } }
      @media (min-width: 57em) and (min-width: 43em) {
        .post > * {
          grid-column: 3 / span 10; } }
      @media (min-width: 57em) and (min-width: 57em) {
        .post > * {
          grid-column: 4 / span 8; } }
  @media (min-width: 57em) {
    .offleft {
      grid-column: 3 / span 7; }
    .offright {
      grid-column: 7 / span 7; }
      .offright blockquote p {
        text-align: right; }
    .centred, .fig-centred {
      grid-column: 4 / span 8; }
    .slim-left {
      grid-column: 3 / span 4; }
    .slim-right {
      grid-column: 9 / span 4; }
    .slim-centred {
      grid-column: 6 / span 4; }
    .fullwidth {
      grid-column: edge; }
    .wide, .fig-wide {
      grid-column: content; }
    [class^="slim-"] {
      margin-bottom: 2em; } }
  .site-footer > * {
    align-self: start;
    grid-column: content; }
  @media (min-width: 57em) {
    .site-footer .social-icons {
      grid-column: 10 / span 4;
      justify-self: end;
      margin: 0; } } }

.split {
  margin: 1em 0;
  grid-column: content;
  display: grid;
  grid-template-columns: repeat(2, minmax(5.5rem, 1fr)); }
  .split .text-pad {
    padding: .5em 1em 2em;
    align-self: center; }
  .split > * {
    grid-column: 1 / 3; }
    .split > * h3 {
      margin-top: 0; }
  @media (min-width: 64em) {
    .split {
      margin: 2em 0 1em; }
      .split > *:nth-of-type(1) {
        grid-column: 2 / 3; }
      .split > *:nth-of-type(2) {
        grid-column: 1 / 2;
        grid-row: 1 / 2; }
      .split > *:nth-of-type(3) {
        grid-column: 1 / 2; }
      .split > *:nth-of-type(4) {
        grid-column: 2 / 3;
        grid-row: 2 / 3; }
      .split > *:nth-of-type(5) {
        grid-column: 2 / 3; }
      .split > *:nth-of-type(6) {
        grid-column: 1 / 2;
        grid-row: 3 / 4; }
      .split .text-pad {
        padding: 2em 3em; }
      .split > * {
        margin-bottom: 2rem; } }
  .split--fullwidth {
    grid-column: edge; }
    @media (min-width: 50em) {
      .split--fullwidth {
        margin: 2em 0 2em; }
        .split--fullwidth > *:nth-of-type(1) {
          grid-column: 1 / 2; }
        .split--fullwidth > *:nth-of-type(2) {
          grid-column: 2 / 3; } }
.flex-grid {
  padding: 0;
  list-style: none; }
  @media (min-width: 43em) {
    .flex-grid {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
      margin-top: 1em; }
      .flex-grid > * {
        padding: 0;
        width: 48%;
        min-width: 240px;
        margin: 0 1%; }
      .flex-grid--thirds > * {
        width: 30%; }
      .flex-grid--thirds.gallery > * {
        width: 32%; } }
  @media (min-width: 72em) {
    .flex-grid--quarters > * {
      width: 22%;
      margin: 0 .5%; }
    .flex-grid--quarters.gallery > * {
      width: 24%; }
    .flex-grid--fifths > * {
      width: 18%; } }
/*
.flex-grid {
	display: flex;
	flex-wrap: wrap;
	// justify-content: center;
	justify-content: space-around;
	// align-items: center;
	width: 100%; // needed to shunt grid below description in blog
	margin-top: 1em;

	// @include breakpoint($ML) {
	// 	margin-top: 2em;
	// }
	.main & {padding: 0;}

	&__item {
		// min-width: 240px;
		// flex: 1 0 300px; // using shorthand fixes IOS safari / chrome bug of items not wrapping: https://css-tricks.com/almanac/properties/f/flex-wrap/#comment-1590767
		margin: 0 0 25px;

		&:before {display: none;}

	// WIDTHS / MARGINS
	// ====================================================================
		// $flexgutter: 8px;
		@include breakpoint($M) {
			min-width: 240px;
			flex: 1 0 300px; // using shorthand fixes IOS safari / chrome bug of items not wrapping: https://css-tricks.com/almanac/properties/f/flex-wrap/#comment-1590767
			// &:not(:last-of-type) {
				margin-right: 20px;
			// }
			// max-width: calc(33.333% - 15px);
		}

	}
}
*/
.btn {
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  border: 1px solid #1B5359;
  background-color: #2d4247;
  color: #fff;
  text-decoration: none;
  margin: 2em auto 1.5em;
  cursor: pointer; }
  .btn a {
    display: block;
    padding: 1em 3em 0.875em;
    color: #fff;
    text-decoration: none;
    border: none; }
  .btn:hover {
    background-color: transparent;
    color: #1B5359; }
    .btn:hover a {
      color: #1B5359; }
  @media (min-width: 43em) {
    .btn.btn--left {
      float: left;
      margin-left: 0;
      margin-right: 2em; }
      .btn.btn--left.nowrap {
        margin-right: 50%; }
    .btn.btn--right {
      float: right;
      width: 50%;
      margin-right: 0;
      margin-left: 2em; }
      .btn.btn--right.nowrap {
        margin-left: 50%; }
    .btn.btn--centred {
      clear: both;
      width: 50%;
      margin: 1.5em auto; }
    .btn.btn--fullwidth {
      clear: both;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .btn.search-submit {
    text-indent: -999em;
    width: 14%;
    padding: 0;
    height: 2.2em; }
    @media (min-width: 43em) {
      .btn.search-submit {
        border-radius: 0 0 3px 0; } }
  .contact-form .btn, form .btn {
    padding: 1em 3em .75em;
    margin: .5em 0; }

[role="banner"] {
  position: relative;
  background-color: #efede7;
  border-top: 2px solid #2d4247; }

.infostrip {
  font-size: .875em;
  line-height: 0.875em;
  background-color: #2d4247;
  color: #fff;
  padding: 0.1em 2em .1em 1em;
  text-align: center;
  font-style: italic; }

.banner {
  margin-bottom: 2em;
  max-height: calc(100vh - 3.75em);
  overflow: hidden; }
  .banner > * {
    grid-column: edge; }
  .banner__hed {
    font-size: 1.25em;
    font-size: clamp(1.25em, 3vw, 2.5em);
    line-height: 1.4em;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.333) 0 -1px 0;
    grid-row: 1 / 2;
    z-index: 1;
    margin: 0;
    padding: .75em 0 .5em;
    background-image: linear-gradient(to bottom, rgba(45, 66, 71, 0.444), transparent); }
    .banner__hed--dark {
      background-color: rgba(45, 66, 71, 0.975); }
    .banner__hed--no-img {
      background-image: none;
      color: #1B5359;
      text-shadow: none;
      margin-top: 2em; }
    .banner__hed.home {
      text-transform: uppercase; }
    .banner__hed span {
      display: block;
      font-size: .66667em;
      text-transform: none; }
  .banner__img {
    grid-row: 1 / 3; }

.logo {
  font-size: .875em;
  text-transform: uppercase;
  letter-spacing: .0125em;
  line-height: 1em;
  min-height: 3.5em;
  margin: 0 auto 0 0;
  padding: 0; }
  .logo img {
    box-shadow: none; }
  .logo a {
    white-space: nowrap;
    display: block;
    text-shadow: rgba(34, 34, 34, 0.1) 0 1px 1px;
    text-decoration: none;
    padding: 1.5em 0 1em;
    line-height: 1em; }
  @media (min-width: 30em) {
    .logo {
      min-height: 3em;
      margin-left: 1em; } }
  @media (min-width: 50em) {
    .logo a {
      padding: .75em 0 0; } }
.gb-logo {
  max-width: 188px;
  margin: 1em auto 2em;
  display: block;
  box-shadow: none; }
  @media (min-width: 50em) {
    .gb-logo {
      float: left;
      margin: 1em 4em 2em 0; } }
.nav p {
  display: none; }

.nav li, .nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav li {
  transition: background-color 0.3s ease-in-out 0s; }
  @media (max-width: 43em) {
    .nav li {
      float: left;
      width: 50%; }
      .nav li:nth-child(2n+1) {
        clear: left; } }
.nav a {
  padding: 0.75em 0;
  font-size: .77778em;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }

.nav .sm-toggle {
  display: none; }

.enhanced .nav p {
  display: block;
  margin: 0;
  font-size: 1em; }
  .enhanced .nav p a {
    display: block;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    width: 5em;
    height: 4em;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    text-indent: -999em;
    transform: translateZ(0);
    z-index: 99;
    color: #2d4247; }
    .enhanced .nav p a:after, .enhanced .nav p a:before {
      background-position: 50% 50%;
      content: "";
      font-weight: 400;
      height: 4em;
      left: 0;
      line-height: 1;
      position: absolute;
      text-align: center;
      transition: top .4s,transform .4s;
      width: 100%; }
    .enhanced .nav p a:before {
      top: -4em; }
    .enhanced .nav p a:after {
      content: "MENU";
      padding: 1.6777em 0 0;
      text-indent: 0;
      text-transform: uppercase; }

.enhanced .nav p a:after, .enhanced .nav.is-open p a:before {
  top: 0;
  transform: scale(1); }

.enhanced .nav p a:before, .enhanced .nav.is-open p a:after {
  transform: scale(0.6); }

@media (max-width: 50em) {
  .enhanced .nav ul#menu {
    opacity: 0;
    transform: translatey(-150%);
    position: absolute;
    z-index: 98;
    background-color: #2d4247;
    overflow: hidden;
    transition: all 0.45s ease-out;
    width: 100%; }
  .enhanced .nav.is-open p a {
    text-indent: -1000em; }
    .enhanced .nav.is-open p a:after {
      top: 100%; }
  .enhanced .nav.is-open ul#menu {
    opacity: 1;
    transform: translatey(0);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1); }
    .enhanced .nav.is-open ul#menu li a {
      opacity: 1;
      transform: scale(1); }
  .enhanced .nav li, .enhanced .nav li:nth-child(1n):last-child {
    float: none;
    width: auto;
    position: relative; }
  .enhanced .nav li:nth-child(2n+1) {
    clear: left; }
  .enhanced .nav li a {
    padding: .75em 3em;
    transition: transform .4s ease-out, opacity .75s ease-out;
    transform: scale(0.9);
    opacity: 0; }
  .enhanced .nav li .sm-toggle {
    fill: rgba(255, 255, 255, 0.75);
    display: block;
    opacity: 1;
    border: none;
    transition: all 0.3s ease-in-out 0s;
    height: 2.5em;
    width: 2.5em;
    padding: .875em;
    right: 1em;
    top: 0;
    margin: .25em 0;
    line-height: 1;
    position: absolute;
    text-align: center; }
    .enhanced .nav li .sm-toggle:active, .enhanced .nav li .sm-toggle.active {
      transform: rotate(45deg); }
  .enhanced .nav .sub-menu {
    transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    opacity: 0;
    position: absolute;
    height: 0;
    transform: scale(0.5);
    transform-origin: top right; }
    .enhanced .nav .sub-menu.active {
      display: block;
      position: relative;
      height: auto;
      opacity: 1;
      transform: scale(1);
      padding-left: .5em; }
    .enhanced .nav .sub-menu a {
      white-space: nowrap; }
      .enhanced .nav .sub-menu a:before {
        content: '—';
        margin-right: 0.5em;
        opacity: .5; } }

@media (min-width: 50em) {
  .nav {
    margin-top: 0; }
    .nav a {
      color: #1B5359;
      font-size: .6777em;
      min-height: 4.333em;
      padding: 1.5em .5em .875em; }
    .nav__top-link {
      border-bottom: .5em solid transparent;
      padding-bottom: .25em; }
      .nav__top-link:hover {
        border-color: #233337; }
    .enhanced .nav p {
      display: none; }
    .enhanced .nav ul {
      max-height: none;
      display: flex;
      justify-content: space-around;
      align-items: center;
      text-align: center;
      padding: 0;
      max-width: 1300px;
      margin: auto; }
    .enhanced .nav li {
      flex: 1 1 auto;
      padding: 0;
      margin: 0;
      position: relative;
      min-height: 68px; }
      .enhanced .nav li:first-of-type:after {
        display: none; }
      .enhanced .nav li.has-subitems:before {
        transition: all 0.25s ease-in-out 0s;
        content: "";
        color: rgba(45, 66, 71, 0.75);
        text-shadow: rgba(0, 0, 0, 0.975) 0 1px 1px;
        height: .75em;
        width: .75em;
        right: 0;
        top: 1.45em;
        line-height: 1em;
        position: absolute;
        text-align: center;
        opacity: .5;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='255' height='255' viewBox ='0 0 255 255'%3e%3cpath d='M0 63.75l127.5 127.5L255 63.75z'/%3e%3c/svg%3e");
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat; }
      .enhanced .nav li:hover:before {
        transform: rotate(45deg); }
    .enhanced .nav ul.sub-menu {
      transition: all 0.25s ease-in-out 0s;
      display: inherit;
      opacity: 0;
      visibility: hidden;
      z-index: 10;
      background-color: #233337;
      min-width: 220px;
      position: absolute;
      transform: scale(0.875) translate(-25px, 1px); }
      .enhanced .nav ul.sub-menu.active {
        opacity: 1;
        visibility: visible;
        transform: scale(1) translateX(0); }
      .enhanced .nav ul.sub-menu li {
        border-bottom: none;
        margin: 0;
        display: list-item;
        text-align: left;
        min-height: auto;
        max-height: 60px; }
        .enhanced .nav ul.sub-menu li:after {
          display: none; }
        .enhanced .nav ul.sub-menu li:hover {
          background-color: #2d4247; }
      .enhanced .nav ul.sub-menu a {
        color: #fff;
        padding: .5em 1em .5em 1.5em;
        line-height: 3em;
        white-space: nowrap; }
      .enhanced .nav ul.sub-menu .indent {
        padding-left: 2em; }
        .enhanced .nav ul.sub-menu .indent:before {
          content: '\2192';
          float: left;
          margin: .5em 0 0 -1em;
          transform: none;
          color: #415f66; }
    .enhanced .nav li:last-of-type ul.sub-menu {
      left: auto;
      right: 0; } }
  @media (min-width: 50em) and (min-width: 70em) {
    .nav a {
      font-size: .7778em;
      padding: 1.375em .5em .875em; } }
.main-link {
  padding: 22px 11px 16px 22px;
  display: block; }
  @media (min-width: 43em) {
    .main-link {
      padding: 0.75em 0.5em 0.5em; } }
  .main-link.menu {
    padding: 22px 11px 7px 0;
    margin-right: 0;
    text-align: right; }
    @media (min-width: 43em) {
      .main-link.menu {
        display: none;
        background: none;
        padding: 0.75em 1em 0.5em;
        text-align: left;
        text-indent: -999em; } }
.section-nav {
  border-bottom: 1px solid rgba(27, 83, 89, 0.25);
  padding-bottom: 2em;
  margin-bottom: 1em;
  text-align: center;
  grid-column: content; }
  .section-nav .selected a, .section-nav .active a {
    border-bottom: none;
    color: rgba(27, 83, 89, 0.6667);
    cursor: default; }

/*
.subnav {

	ul {
		list-style-type: none;
		@include breakpoint($M) {
			font-size: 0.875em;
			// line-height: 1.875em;
			// line-height: 1.875em;
		}
		margin-bottom: 1.5em;
	}
	li {
		margin: .5em 0;
		line-height: 1.4em;
		&:before {
			content: '~';
			display: inline-block;
			margin-right: .5em; 
			color: lighten($dark,30%);
		}
	}
	p { 
		@include breakpoint($M) {
			font-size: 0.875em;
			line-height: 1.875em;
		}
	}
	.selected a {
		text-decoration: none;
		color: lighten($text-color, 25%);
		// color: darken($gold-yellow, 10%);
		// color: $gold-yellow;
		cursor: default;
		box-shadow: none;
	}
	// .selected:before {
	// 	content: '\2039';
	// 	margin-right: 0.5em;
	// 	color: darken($white, 30%);
		
	// }
	h3 a { text-decoration: none;}
}

.tags li {
	display: inline;
	&:before {
		font-size: 0.75em;
		content: '/';
		margin: 0 0.5em 0 0.25em;
	}
	&:first-of-type:before {
		content: '';
		margin: 0;
	}
}
*/
.backtotop {
  position: fixed;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none; }
  .backtotop a {
    display: block;
    margin: 0;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 3em;
    text-decoration: none;
    text-align: center;
    padding-top: 53%;
    color: #fff;
    border-radius: 50%; }
    .backtotop a:hover {
      background-color: rgba(0, 0, 0, 0.8); }

.a11y {
  color: #333;
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
  z-index: 10000;
  text-align: center;
  left: -1000em; }

.page {
  background-color: #fefefc; }

.insta-section {
  text-align: center;
  margin: 0 0 6em; }
  .insta-section h3 {
    margin-bottom: 1em; }

.float_bg2 {
  background: #2d4247 !important;
  font-family: futura-pt,Helvetica,sans-serif !important;
  box-shadow: none !important;
  border: none !important; }

@media (min-width: 1060px) {
  .floatWrapper {
    padding-bottom: 50px !important; } }

.CloudBedsWidget .float .form_group label {
  font-family: futura-pt,Helvetica,sans-serif !important; }

.CloudBedsWidget .widgetHotelsForm a.submit_link {
  background: #2d4247 !important;
  font-family: futura-pt,Helvetica,sans-serif !important; }

.post h1 a {
  text-decoration: none;
  font-weight: 300;
  border-bottom: none; }

.post__meta {
  text-align: center;
  font-size: .75em;
  color: #6f6f6f;
  margin: 0 0 3em;
  text-transform: uppercase; }

.post__banner {
  margin: 2em 0; }

.listing__date {
  color: #6f6f6f;
  font-size: .75em;
  text-transform: uppercase; }

.main .listing__link {
  border: none; }

.listing__link h4 {
  margin-top: .5em; }

.listing__image {
  object-fit: cover;
  height: 320px; }

/*
.listing {

	list-style: none;

	.hentry {
		clear: both;
		padding-top: 2em;
		padding-left: 0;

		h3 {
			text-align: left;
			margin: 0;
		}
		// .post-meta {
		// 	margin-top: 0;
		// }
	}

	li {
		list-style-type: none;	
	}

	a {
		text-decoration: none;
	}

    .fig-thumbleft, .fig-logoleft, .fig-floatleft, .fig-floatright, .fig-alignleft, .fig-alignright, .fig-centred {
        // margin: 0;
        @include breakpoint($M) {

            float: left;
            width: 25%;
            margin: 0 2em 2em 0;
        
		    // position:relative;  
    //         img {
				// min-width:100%;
    //         }
        }
    }
}

.listing {

	// padding-top: 1em;
	padding: 1em 0;

	// blog list item (summary card & link)
	&__item {
		@extend %single-transition;
		@extend %raised-shadow;
		// background-color: desaturate(lighten($light-blue,20%), 10%);
			// background-color: transparent;
		&:hover {
			background-color: transparent;
		// background-color: desaturate(lighten($light-blue,22%), 10%);
			// background-color: desaturate(lighten($light-blue,25%), 10%);
			box-shadow: none;
			// @extend %raised-shadow;
			transform: scale(.875);
		}
		
// HOME PAGE SIDEBAR :ISTING
// ====================================================================

		// .sidebar & {
		// 	background-color: transparent;
		// 	position: relative;
		// 	margin-right: .5em;
		// 	box-shadow: none;
		// 	border: 1px solid rgba(255, 255, 255, 0.25);
		// 	p {
		// 		@extend %single-transition;
		// 		text-align: center;
		// 		width: 100%;
		// 		padding: .5em;
		// 	    margin: -1em 0 0;
		// 	}
		// 	&:last-of-type {
		// 		border: none;
		// 		text-align: center;
		// 	}
		// 	// &:hover p {
		// 	// 	background-color: $dark;				
		// 	// }
		// 	@include breakpoint ($XXL) {
		// 		margin-right: 0;

		// 	}
		// }
	}
	// link element
	&__link {
		color: $text-color;
		display: block;
	    border: none;
	    figure {
	    	margin-bottom: 1em;
	    }
	    img {
			@extend %single-transition;
			box-shadow: none;
			width: 100%;
	    }
		&:hover img {
			filter: grayscale(100%);
		}

		> h4 {
			font-size: 1.125em;
			padding: .5em calc(3em + 5%) 0 5%;
		    margin-top: 0;
		}

		.date {
			font-size: .875em;
			display: block;
			// @extend %light-italic;
			text-align: right;
			padding: .5em 5% 0;
			color: lighten($text-color, 30%);
		}

		// figure + h4 {
		// 	// padding-right: 3%;
		// 	padding: 0 3%;

		// }
		figure + h4, .description {
			padding: 0 5%;
			// font-size: 0.875em;
		    // padding: 0 15px;
		    // min-height: 165px;
		}
		&:before { display: none; }
	}	
	
	a .more {
		color: $link-color;
		color: lighten($link-color, 25%);
		display: inline-block;
	    // border-bottom: 2px solid $mustard;
	}
}
*/
a[rel="prev"], a[rel="next"] {
  display: block;
  background-color: transparent;
  color: #6f6f6f;
  text-shadow: none;
  padding: .5em 1.25em .35em;
  width: auto;
  float: left; }
  a[rel="prev"]:before, a[rel="next"]:before {
    display: none; }

a[rel="next"] {
  float: right; }

.paging {
  font-size: 0.875em;
  text-transform: lowercase;
  text-align: center;
  margin-top: 1em; }
  .paging span {
    display: inline-block;
    line-height: 38px;
    padding: 0 10px;
    margin-top: -2px; }
  .paging a {
    display: inline-block;
    font-size: 2em;
    height: 1.125em;
    width: 1.125em;
    line-height: .875em;
    text-decoration: none;
    margin: 0;
    border: none;
    background-color: transparent;
    text-shadow: none; }
    .paging a:before {
      display: none; }
    .paging a:hover {
      color: #e6e6e6; }

form {
  margin: 0;
  padding: 0; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="search"], textarea {
  width: 100%;
  margin: .25em 0 .5em;
  padding: 4px 10px;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 3px;
  border: 1px solid rgba(27, 83, 89, 0.25);
  background-color: #fff; }

@media (min-width: 43em) {
  .inline-form {
    font-size: 0.875em; } }

.inline-form input[type="email"], .inline-form input[type="search"] {
  width: 70%;
  float: left;
  border-radius: 3px 0 0 3px;
  margin: 0 0 1em 0;
  height: 40px;
  border: 1px solid rgba(27, 83, 89, 0.25);
  background-color: #fff;
  box-sizing: border-box; }

.inline-form input[type="checkbox"] {
  margin-right: 1em; }

.inline-form .btn {
  margin: 0;
  float: left;
  height: 40px;
  width: 30%;
  text-align: center;
  padding: 4px;
  text-transform: uppercase;
  border-radius: 0 3px 3px 0;
  border-left: none;
  border-bottom-width: 1px;
  border: none;
  box-shadow: none;
  white-space: nowrap; }
  .inline-form .btn.newsletter-submit {
    font-size: 1.125em; }

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"] {
  height: 2em; }

.contact-form textarea {
  height: 10em; }

.contact-form .chk {
  display: inline-block;
  margin-right: 1em; }

.contact-form .contact_dd {
  display: inline-block;
  margin: 0 .75em; }

.contact-form .radiowrapper {
  display: inline-block; }
  .contact-form .radiowrapper:before {
    font-size: 0.75em;
    content: '/';
    margin: 0 0 0 1em; }
  .contact-form .radiowrapper:first-of-type:before {
    content: '';
    margin: 0; }

.alert_success {
  font-weight: bold; }

.search-form {
  padding: 0.5em 0.25em 0.5em 0.5em; }
  .search-form input[type="search"] {
    width: 70%;
    height: 30px; }
  @media (min-width: 43em) {
    .search-form {
      padding: 0;
      margin-top: -6.5em;
      float: right;
      margin-right: 0.5em; }
      .home .search-form {
        display: none; }
      .search-form input[type="search"] {
        border-radius: 0 0 0 3px; } }
  .search-form .btn.search-submit {
    text-indent: -999em;
    width: 14%;
    padding: 0;
    height: 40px; }
    @media (min-width: 43em) {
      .search-form .btn.search-submit {
        border-radius: 0 0 3px 0; } }
ul.agree {
  list-style: none;
  clear: both; }

::-webkit-input-placeholder {
  font-size: 0.9em;
  color: #bbbbbb;
  font-style: italic; }

:-moz-placeholder {
  font-size: 0.9em;
  color: #bbbbbb;
  font-style: italic; }

::-moz-placeholder {
  font-size: 0.9em;
  color: #bbbbbb;
  font-style: italic; }

:-ms-input-placeholder {
  font-size: 0.9em;
  color: #bbbbbb;
  font-style: italic; }

.site-footer {
  font-size: .9em;
  padding: 1em 0;
  text-align: center; }
  .site-footer .social-icons .tel {
    display: none; }
  .site-footer .logo {
    max-width: 140px;
    justify-self: center;
    align-self: center;
    margin: 0;
    padding: .25rem; }
    .site-footer .logo img {
      box-shadow: none; }
    .site-footer .logo--burtown {
      max-width: 285px; }
      .site-footer .logo--burtown__type {
        width: 70%;
        margin: 0.5rem 0; }
    .site-footer .logo--green-barn {
      grid-column: 2 / span 6; }
    .site-footer .logo--jos-pantry {
      grid-column: 8 / span 6; }
    .site-footer .logo--stable-yard {
      grid-column: 2 / span 6; }
    .site-footer .logo--the-gallery {
      grid-column: 8 / span 6; }
  .site-footer h2 {
    font-size: 1.4em;
    margin: .5em 0 .25em;
    line-height: 1em; }
  .site-footer ul {
    list-style-type: none;
    padding-left: 0;
    clear: both; }
  .site-footer small {
    padding: 1em 0;
    display: block; }
  .site-footer .newsletter {
    text-align: left; }
  @media (min-width: 57em) {
    .site-footer__strapline {
      grid-row: 1 / 2; }
    .site-footer .logo--burtown {
      grid-column: 6 / span 4;
      grid-row: 2 / 3; }
    .site-footer .vcard {
      grid-column: 6 / span 4;
      grid-row: 3 / 4; }
    .site-footer .social-icons {
      grid-column: 6 / span 4;
      justify-self: center; }
    .site-footer .logo--green-barn {
      grid-column: 3 / span 2;
      grid-row: 3 / 4; }
    .site-footer .logo--jos-pantry {
      grid-column: 11 / span 2;
      grid-row: 3 / 4; }
    .site-footer .newsletter {
      grid-column: 2 / span 5; }
    .site-footer .footer-nav {
      grid-column: 7 / span 7;
      grid-row-start: 7;
      justify-self: end;
      align-self: center;
      text-align: right; }
      .site-footer .footer-nav li {
        margin: 0 0 0 1em; }
    .site-footer .copyright {
      grid-column: 2 / span 6;
      grid-row-start: 7;
      text-align: left; } }
.footer-nav {
  margin-top: 1em; }
  .footer-nav li {
    display: inline-block;
    margin: 0 .5em; }

.copyright {
  padding: 1em 0 0; }

img, .cmsmap {
  width: 100%;
  height: auto; }

.cmsmap {
  min-height: 320px;
  margin: 2em 0; }
  .cmsmap img {
    box-shadow: none; }

figure {
  margin: 1.5em 0;
  padding: 0; }

/*
.img-outleft, .fig-thumbleft, .fig-logoleft, .fig-floatleft, .fig-floatright, .fig-alignleft, .fig-alignright {
    // margin: 0;
    @include breakpoint($M) {
        // @include span(8 of 16);
        width: 90%;
        float: left;
        // @include pre(-4.85 of 16);
        // margin-left: -31%;
        // @include pre(-4);
        margin-right: 2em;
        margin: .75em 2em .75em 0;
    }
}
.fig-floatright, .fig-thumbright {
    @include breakpoint($M) {
        float: right;
        // margin-right: -31%;
        margin-left: 2em;
    }
}
.fig-alignleft {
    width: auto;
    float: none;
    margin-right: 0;
}
.fig-alignright {
    width: auto;
    float: none;
    // margin-right: -31%;
    margin-left: 0;
}
.fig-thumbleft, .fig-thumbright, .fig-logoleft  {
    @include breakpoint($M) {
        width: 50%;
    }
}
*/
.fig-logoleft img {
  box-shadow: none; }

@media (min-width: 43em) {
  .fig-centred {
    width: 100%; } }

@media (min-width: 43em) {
  .fig-thirds {
    grid-column-start: 2;
    grid-column-end: span 4; }
    .fig-thirds + .fig-thirds {
      grid-column-start: auto; }
    .fig-thirds:nth-child(3n) {
      grid-column-start: 2; } }

.img-halfright {
  width: 50%;
  float: right;
  margin-left: 2em; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 1.5em 0 2em 0; }
  .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.centred-overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .centred-overlay__caption {
    position: absolute;
    z-index: 1;
    width: auto;
    border: none; }
    .centred-overlay__caption.btn {
      transform: translateY(-50%); }

@supports (display: grid) {
  .split--fullwidth a {
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    color: #fff;
    font-size: 1em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 1em; }
    .split--fullwidth a::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(34, 34, 34, 0.25); }
    .split--fullwidth a:hover::after {
      background-color: transparent; }
  @media (min-width: 50em) {
    .split--fullwidth {
      font-size: 1.25em; }
      .split--fullwidth > * {
        margin-bottom: 0; }
        .split--fullwidth > * img {
          width: 100%;
          height: 100%;
          object-fit: cover; } } }

.youtube {
  background-color: #000;
  margin-bottom: 2em;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }
  .youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.9; }
    @media (min-width: 43em) {
      .youtube img {
        top: 0; } }
  .youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px; }
  .youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff; }
  .youtube img,
  .youtube .play-button {
    cursor: pointer; }
  .youtube img,
  .youtube iframe,
  .youtube .play-button,
  .youtube .play-button:before {
    position: absolute; }
  .youtube .play-button,
  .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .listing__image:hover .youtube {
    filter: grayscale(0.5); }

.video-thumb {
  position: relative;
  cursor: pointer; }

.play-button {
  width: 60px;
  height: 40px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
  z-index: 9999;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  .play-button:before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 17.333px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }

.social-icons {
  font-size: 0.75em;
  margin: 1em 0;
  padding: 0; }
  .mast .social-icons {
    margin: 1em 1em 0 0; }
  .social-icons a {
    display: inline-block;
    margin: 0.5em 10px 0.5em 0;
    text-decoration: none;
    border: none; }
    .sharing-icons .social-icons a {
      color: #fff; }
  .social-icons span a {
    color: #efede7;
    margin: 3px 0 0;
    text-decoration: none;
    width: auto;
    box-shadow: none; }
  .social-icons .tel {
    min-width: 120px;
    width: auto; }
    .social-icons .tel span {
      font-size: 1.25em;
      margin-left: 0;
      color: #222;
      white-space: nowrap; }
  .social-icons .site-footer .tel {
    display: none; }

.icon {
  padding: 4px;
  fill: currentColor;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s; }
  .icon.fb {
    background-color: #3b5998; }
  .icon.twitter {
    background-color: #55acee; }
  .icon.linkedin {
    background-color: #0077b5; }
  .icon.pinterest {
    background-color: #bd081c; }
  .icon.dark {
    background-color: #2d4247; }
  .sharing-icons .icon {
    width: 44px;
    height: 44px;
    border: none; }
    @media (min-width: 43em) {
      .sharing-icons .icon:hover {
        transform: translateY(-0.25em); } }
  .sidebar .icon {
    margin-right: 0.5em;
    border-color: #fff; }

.sharing-intro {
  font-size: .875em;
  display: block;
  margin-bottom: 0.5em; }
  @media (min-width: 43em) {
    .sharing-intro {
      display: inline;
      margin-right: 10px; } }
.sharing-icons {
  padding-top: 1em;
  text-align: center; }
  @media (min-width: 43em) {
    .sharing-icons {
      text-align: right; } }
.grid {
  margin-left: .5rem; }

.grid:after {
  display: block;
  content: '';
  clear: both; }

.grid-col {
  float: left;
  width: calc(50% - .5rem);
  margin-right: .5rem; }

.grid-col--4 {
  margin-right: 0; }

/* hide two middle */
.grid-col--2, .grid-col--3 {
  display: none; }

@media (min-width: 768px) {
  .grid-col {
    width: calc(33.333% - .5rem); }
  .grid-col--2 {
    display: block; } }

@media (min-width: 1200px) {
  .grid-col {
    width: calc(25% - .5rem); }
  .grid-col--2, .grid-col--3 {
    display: block; } }

.grid-item {
  min-height: 100px; }

.grid-item img {
  display: block;
  width: 100%; }

.gallery {
  grid-column: content; }
  .gallery a {
    border: none;
    position: relative;
    margin-bottom: .5rem;
    display: block; }
    .gallery a:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 999;
      background-repeat: no-repeat;
      background-position: center center;
      opacity: 0;
      transition: all .6s ease-in-out; }
    .gallery a:hover:after {
      opacity: 1; }
  .gallery figcaption {
    display: none; }
  .gallery figure {
    margin: 0; }

@media all and (min-width: 768px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3); }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px; } }

/* Gallery measures that will be applied */
/* ==========================================================================
   HTML5 BOILERPLATE Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.ar {
  text-align: right; }

.mn {
  margin: 0; }

.pn {
  padding: 0; }

.al {
  text-align: left; }

.ac {
  text-align: center; }

.ar {
  text-align: right; }

.cl {
  clear: left; }

.cr {
  clear: right; }

.cb {
  clear: both; }

.cn {
  clear: none; }

.fl {
  float: left; }

.fr {
  float: right; }

.fn {
  float: none; }

.bn {
  border: 0; }

.bln {
  border-left: none; }

.fl {
  font-size: 1.1em; }

.fs {
  font-size: 0.9em; }

.fxs {
  font-size: 0.85em; }

.italic {
  font-style: italic; }

.hide-text {
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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