@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * 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;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/*
Reset annoying Chrome user agent stylesheet margins
*/
h1, h2, h3, h4, h5, h6, p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.clear-float:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Paths

Here is where we declare all our paths.

******************************************************************/
/*********************
Paths 
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/**********************
TEXT SIZES
**********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/FontAwesome.eot");
  src: url("../fonts/FontAwesome.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome.woff2") format("woff2"), url("../fonts/FontAwesome.woff") format("woff"), url("../fonts/FontAwesome.ttf") format("truetype"), url("../fonts/FontAwesome.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.eot");
  src: url("../fonts/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff"), url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff"), url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.eot");
  src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-MediumItalic.eot");
  src: url("../fonts/OpenSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-MediumItalic.woff2") format("woff2"), url("../fonts/OpenSans-MediumItalic.woff") format("woff"), url("../fonts/OpenSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBoldItalic.eot");
  src: url("../fonts/OpenSans-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.eot");
  src: url("../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff"), url("../fonts/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff"), url("../fonts/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff"), url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
body {
  letter-spacing: -0.02rem;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 4;
  -webkit-hyphenate-after: 5;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

.icon-time, .icon-date, .icon-location, .icon-ticket {
  font-family: FontAwesome !important;
}

.icon-time:before {
  content: "\f017";
}

.icon-date:before {
  content: "\f073";
}

.icon-location:before {
  content: "\f124";
}

.icon-ticket:before {
  content: "\f145";
}

@font-face {
  font-family: "flaticon_mycollection";
  src: url("../fonts/flaticon_mycollection.woff2?7d2e51ddcf1142c9d838d039f1b322c9") format("woff2"), url("../fonts/flaticon_mycollection.woff?7d2e51ddcf1142c9d838d039f1b322c9") format("woff"), url("../fonts/flaticon_mycollection.eot?7d2e51ddcf1142c9d838d039f1b322c9#iefix") format("embedded-opentype"), url("../fonts/flaticon_mycollection.ttf?7d2e51ddcf1142c9d838d039f1b322c9") format("truetype"), url("../fonts/flaticon_mycollection.svg?7d2e51ddcf1142c9d838d039f1b322c9#flaticon_mycollection") format("svg");
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon_mycollection !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-bus:before {
  content: "\f101";
}

.flaticon-bath-tub:before {
  content: "\f102";
}

.flaticon-bicycle:before {
  content: "\f103";
}

.flaticon-cd-player:before {
  content: "\f104";
}

.flaticon-baby-crib:before {
  content: "\f105";
}

.flaticon-dishwasher:before {
  content: "\f106";
}

.flaticon-fishing:before {
  content: "\f107";
}

.flaticon-billiard:before {
  content: "\f108";
}

.flaticon-garden:before {
  content: "\f109";
}

.flaticon-golf-player:before {
  content: "\f10a";
}

.flaticon-baby-chair:before {
  content: "\f10b";
}

.flaticon-hot-tub:before {
  content: "\f10c";
}

.flaticon-bed:before {
  content: "\f10d";
}

.flaticon-microwave-oven:before {
  content: "\f10e";
}

.flaticon-solar-panel:before {
  content: "\f10f";
}

.flaticon-parking:before {
  content: "\f110";
}

.flaticon-piano:before {
  content: "\f111";
}

.flaticon-toast:before {
  content: "\f112";
}

.flaticon-wi-fi:before {
  content: "\f113";
}

.flaticon-father-and-son:before {
  content: "\f114";
}

.flaticon-stove:before {
  content: "\f115";
}

.flaticon-bonfire:before {
  content: "\f116";
}

.flaticon-smart-tv:before {
  content: "\f117";
}

.flaticon-laundry:before {
  content: "\f118";
}

.flaticon-horse-carriage:before {
  content: "\f119";
}

.flaticon-bicyclist:before {
  content: "\f11a";
}

.flaticon-swimmer:before {
  content: "\f11b";
}

.flaticon-sailing-boat:before {
  content: "\f11c";
}

.flaticon-hiking:before {
  content: "\f11d";
}

.flaticon-g:before {
  content: "\f11e";
}

.flaticon-picket-fence:before {
  content: "\f11f";
}

.flaticon-induction-stove:before {
  content: "\f120";
}

.flaticon-oven:before {
  content: "\f121";
}

.flaticon-dvd-rom-logotype:before {
  content: "\f122";
}

.flaticon-shower:before {
  content: "\f123";
}

.flaticon-man:before {
  content: "\f124";
}

.flaticon-coffee:before {
  content: "\f125";
}

.flaticon-museum:before {
  content: "\f126";
}

.flaticon-church:before {
  content: "\f127";
}

.flaticon-charging-station:before {
  content: "\f128";
}

.flaticon-satellite:before {
  content: "\f129";
}

.flaticon-plant:before {
  content: "\f12a";
}

.flaticon-globe:before {
  content: "\f12b";
}

.flaticon-tumble-dryer:before {
  content: "\f12c";
}

.flaticon-group:before {
  content: "\f12d";
}

.flaticon-pet:before {
  content: "\f12e";
}

.flaticon-door:before {
  content: "\f12f";
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.blue-btn, #submit, .comment-reply-link {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fafaf7;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  color: #fafaf7;
  text-decoration: none;
  outline: none;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, #submit, .comment-reply-link {
  background-color: #00f;
}
.blue-btn:hover, #submit:hover, .comment-reply-link:hover, .blue-btn:focus, #submit:focus, .comment-reply-link:focus {
  background-color: #0000eb;
}
.blue-btn:active, #submit:active, .comment-reply-link:active {
  background-color: #0000e6;
} /*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
LINK STYLES
*********************/
a, a:visited {
  transition: color 0.25s ease, border-bottom 0.25s ease;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus, a:visited:hover, a:visited:focus {
  text-decoration: none;
  transition: color 0.25s ease, border-bottom 0.25s ease;
  color: #444;
  border-bottom: 1px solid #656565;
}
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.header a, .archive_right a {
  border-bottom: none;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  color: #656565;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.333em;
  margin-bottom: 0.666em;
  padding-bottom: 0.333em;
  border-bottom: 1px solid transparent;
  border-image: url("../images/green-flash.svg") 0% 0% 100% 0% stretch;
  border-bottom-width: 7px;
}

h2, .h2 {
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4em;
}

h3, .h3 {
  font-weight: 600;
  font-size: 1.0625rem;
  margin-top: 1.5em;
  margin-bottom: 0.375em;
}

h4, .h4 {
  font-size: 1em;
  font-weight: 600;
  margin-top: 1.5em;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page h3, .page h4 {
  font-weight: 700;
}

.normal {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #444;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.alt-heading-text-style {
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fafaf7;
}

h1.alt-heading-text-style {
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fafaf7;
  margin-left: 4px;
  font-size: 3.125rem;
  margin-bottom: 1.5rem;
  line-height: 2.5rem;
}

h2.alt-heading-text-style {
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fafaf7;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  line-height: 2.5rem;
}

h3.alt-heading-text-style, h4.alt-heading-text-style, #sidebarnews h4 {
  font-family: "Open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fafaf7;
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}

b, strong, .strong {
  font-weight: 600;
}

/*********************
GENERAL STYLES
*********************/
body {
  width: 100%;
  color: #444;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background-color: white;
}

.outer-wrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 85px;
  background-color: #f4f4ef;
  overflow: hidden;
  z-index: 10;
}

img {
  max-width: 100%;
  height: auto;
}

.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
  display: block;
  float: none;
  margin: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

p {
  margin-bottom: 0.75em;
  line-height: 1.75rem;
}

.the-content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 10%;
}
.the-content ul li {
  margin-bottom: 1.25em;
  max-width: 600px;
}

video {
  width: 100%;
  height: 100%;
}

hr {
  border: 0;
  border-top: 1px solid #888;
  margin-top: 0.75rem;
  margin-bottom: 1.75rem;
}

hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid transparent;
  border-image: url("../images/orange-flash.svg") 0% 0% 100% 0% stretch;
  border-bottom-width: 7px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.rdfa_hide {
  display: none;
}

.addtoany_shortcode:before {
  content: "Share this: ";
}

.cookies-per-purpose {
  color: #333333;
}

.cookies-per-purpose .name a {
  color: #333333;
}

.cmplz-slider-checkbox .cmplz-round {
  color: #333333;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.header-nav-wrap {
  color: #656565;
  background-color: #FEFEFB;
}
.header-nav-wrap a, .header-nav-wrap a:visited {
  color: #656565;
  border-bottom: 1px solid transparent;
}
.header-nav-wrap a:hover, .header-nav-wrap a:focus {
  transition: border-bottom 0.25s ease;
  border-bottom: 1px solid #ccc;
}
.header-nav-wrap .contact-bar-wrap {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
}
.header-nav-wrap .contact-bar-wrap div {
  line-height: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.header-nav-wrap .contact-bar-wrap div img {
  display: inline;
  vertical-align: middle;
}
.header-nav-wrap .contact-bar-wrap div span {
  vertical-align: middle;
}

#hero {
  position: relative;
  display: block;
  z-index: 10;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}
#hero img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1536px) {
  #hero img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    display: block;
    height: 900px;
    max-width: 1920px;
    text-align: center;
  }
}
.content-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 6px;
  padding-top: 36px;
}

.newsflash {
  max-width: 880px;
  margin: 0 auto;
}
.newsflash .newsflash-content {
  color: #fafaf7;
  background-color: #383838;
  padding: 12px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.newsflash .newsflash-content h2 {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #fafaf7;
}
.newsflash .newsflash-content a, .newsflash .newsflash-content a:visited {
  color: #fafaf7;
  border-bottom: 1px solid #fafaf7;
}
.newsflash .newsflash-content last-of-type p {
  margin-bottom: 0;
}
.newsflash:after {
  display: block;
  width: 100%;
  height: 50px;
  content: "";
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 101%;
}

.main-column {
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.main-column ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 48px;
}
.main-column ul li {
  line-height: 1.6rem;
}

.addtoany_shortcode {
  margin-top: 3rem;
}

/*********************
HEADER STYLES
*********************/
.header {
  overflow: hidden;
  z-index: 20;
  margin: 0 auto;
}

.logo {
  width: 180px;
  max-width: 180px;
  margin: 0 auto;
  padding-top: 0.75em;
  padding-bottom: 17px;
}
.logo img {
  width: 100%;
}

.relief_logo {
  display: none;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.footer-nav {
  width: 384px;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
  padding-left: 12px;
  padding-right: 12px;
}
.footer-nav li {
  padding-left: 6px;
  border-bottom: 0;
}
.footer-nav li a {
  display: block;
  border-bottom: 0;
  line-height: 1.5em;
}
.footer-nav li a:hover {
  color: #fafaf7;
}
.footer-nav li ul {
  margin: 0;
}
.footer-nav li li {
  border: 0;
  padding: 0;
}
.footer-nav li li a {
  color: #fafaf7;
}
.footer-nav > li {
  margin-bottom: 1em;
}

.nav-wrap {
  letter-spacing: 0.01rem;
}

.nav {
  border-bottom: 0;
  margin: 0;
  background-color: #f4f4ef;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.nav li {
  padding: 8px;
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
.nav li a {
  display: block;
  color: #656565;
  text-decoration: none;
  font-weight: 700;
  border-bottom: none;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
.nav li a img {
  height: 22px;
  vertical-align: middle;
  padding: 0px;
  padding-bottom: 2px;
  margin-right: 8px;
  text-align: center;
}
.nav li ul.sub-menu,
.nav li ul.children {
  margin: 0;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 24px;
}
/* end .nav */
@media only screen and (max-width: 767px) {
  .responsive_menu {
    max-height: 44px;
    overflow: hidden;
    transition: max-height 0.5s;
  }
  .responsive_menu:hover, .responsive_menu:focus {
    max-height: 470px;
    transition: max-height 0.5s ease-in-out;
  }
}
/*********************
ARCHIVE & CATEGORY STYLES
*********************/
.archive_left section {
  padding-top: 0.75em;
  padding-bottom: 1.25em;
}
.archive_right {
  max-width: 320px;
  margin: 0 auto;
}

.archive-content article:last-child, #archive_content article:last-child {
  border-bottom: none;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 1.5em;
}

.hentry {
  margin-bottom: 0;
  padding-bottom: 165px;
}
.hentry footer {
  display: inline-block;
  text-align: left;
  font-size: 1rem;
  padding: 4px;
  padding-top: 0.5em;
  padding-bottom: 1rem;
  border-top: 2px solid #364352;
}
.hentry footer p {
  margin: 0;
}
.hentry footer a {
  border: 0;
}

/* end .hentry */
.blog_post.hentry {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog_post.hentry h1 {
  margin-bottom: 0.5rem;
}

.blog_post section {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: auto;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  font-style: italic;
  font-size: 0.875rem;
}
/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content table {
  width: 100%;
  border: 1px solid #444;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #444;
}
.entry-content tr:nth-child(even) {
  background-color: #ccc;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #444;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #ccc;
  border-bottom: 1px solid #444;
  border-right: 1px solid #444;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #00f;
  font-style: italic;
  color: #ccc;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #000;
  color: #ccc;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #383838;
  padding-bottom: 5px;
  margin-bottom: 1.25rem;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 6px 0 4px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
.gallery {
  max-width: 1200px;
  margin: 0 auto;
}

.gallery .gallery-item {
  float: left;
  max-height: 200px;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-icon a {
  border-bottom: 0;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #444;
  font-size: 0.75em;
}

.gallery-item:last-child {
  float: none;
  clear: both;
}

.gallery-caption {
  min-height: 50px;
}

/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fafaf7;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #444;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #00f;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #00f;
  color: #fafaf7;
}
.pagination .current {
  cursor: default;
  color: #444;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fafaf7;
  color: #444;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #ccc;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #ccc;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #ccc;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fafaf7;
}
.comment.even {
  background: #ccc;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
} /* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #ccc;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #ccc;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #444;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #ccc;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar-frontpage .widget {
  border-radius: 18px;
  padding: 18px 24px 18px 24px;
  background-color: rgba(153, 145, 124, 0.08);
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
  max-width: 780px;
  margin: 0 auto 24px auto;
}

.sidebar-fullwidth .widget {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #ffffff, #4f6fb3, #ffffff);
  border-image-slice: 1;
  padding-bottom: 18px;
}

#menu-about-us-sidebar li ul li.current_page_item a {
  color: #444;
}

#menu-about-us-sidebar > li.current_page_item > a {
  color: #444;
}

.widgettitle {
  padding: 4px 0 12px 0;
}

.widget {
  margin: 0 0 24px 0;
}
.widget ul {
  list-style-type: none;
  margin-top: 0;
}
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */
}
.widget ul li a {
  text-decoration: none;
}
.widget ul li a:visited {
  text-decoration: none;
}
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}

.no-widgets {
  background-color: #fafaf7;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #444;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
.pre-footer {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 85px;
  margin: 0 auto;
  margin-top: -85px;
  content: "";
  background-image: url("../images/ribblehead-skyline.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  z-index: 100;
}

.footer {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #eae6de;
  font-size: 1.125rem;
  font-weight: 400;
}
.footer h2 {
  color: #fafaf7;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
#inner-footer {
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
#inner-footer > div {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.75em;
}
#inner-footer a, #inner-footer a:visited {
  color: #444;
}
.company-info {
  display: block;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
}
.company-info img {
  width: 100%;
  max-width: 250px;
  margin-bottom: 20px;
}

/***********************************
CUSTOM BITS
***********************************/
/************************************
MOTOPRESS HOTEL BOOKING PLUGIN SEARCH FORM
************************************/
.check-availability-front-page {
  font-size: 0.925rem;
  color: #fafaf7;
  background-color: #656565;
  padding: 6px 12px 4px 12px;
  margin-bottom: 48px;
  border-radius: 4px;
  min-width: 330px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.check-availability-front-page h2 {
  display: inline-block;
  color: #fafaf7;
  padding-right: 12px;
  font-size: 1.125rem;
}
.check-availability-front-page div.mphb_sc_search-wrapper {
  margin: 0 auto;
  display: inline-block;
  padding-top: 6px;
}
.check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p {
  display: inline-block;
  padding-right: 12px;
  text-align: center;
}
.check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb-required-fields-tip {
  display: none;
}
.check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date label abbr, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date label abbr, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults label abbr, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children label abbr, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pitch-type label abbr, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper label abbr {
  display: none;
  text-decoration: none;
  border: 0;
  content: " ";
}
.check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date input, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date select, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date input, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date select, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults input, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults select, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children input, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children select, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pitch-type input, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pitch-type select, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper input, .check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper select {
  max-width: 120px;
  padding: 8px;
  border-radius: 8px;
  border-style: solid;
  text-align: center;
  background-color: #fefefe;
}
.check-availability-front-page div.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pitch-type select {
  max-width: 350px;
}

/************************************
MOTOPRESS HOTEL BOOKING PLUGIN BOOKING CONFIRMATION
************************************/
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form {
  /*******************
  PRICE BREAKDOWN TABLE
  *******************/
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form label abbr {
  text-decoration: none;
  border: 0;
  content: "*";
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-reserve-rooms-details input, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-reserve-rooms-details select, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-customer-details input, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-customer-details select {
  padding: 8px;
  width: 100%;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form textarea {
  width: 100%;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-services-details {
  margin-top: 2em;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form ul.mphb_sc_checkout-services-list li {
  line-height: 1.5em;
  vertical-align: middle;
  margin-bottom: 16px;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form ul.mphb_sc_checkout-services-list input {
  height: 36px;
  width: 36px;
  margin-right: 6px;
  vertical-align: middle;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown {
  margin-top: 1em;
  table-layout: auto;
  width: 100%;
  border: 1px solid rgba(69, 69, 69, 0.5);
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown a.mphb-price-breakdown-expand {
  border-bottom: 0;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown tr {
  border: 1px solid rgba(69, 69, 69, 0.5);
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown td, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown th {
  height: 60px;
  padding: 8px;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown th {
  height: 40px;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-table-price-column {
  text-align: center !important;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-rate {
  margin-top: 8px;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-services-headers {
  display: none;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-dates th, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-services th {
  text-align: left;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-accommodation-subtotal th,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-subtotal th, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-total th {
  text-align: right;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-dates-subtotal th, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-services-subtotal th {
  text-align: left;
}
.mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-price-breakdown td:nth-child(2) {
  text-align: center;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-bottom: 0.75rem;
  }
  .alignleft, img.alignleft {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 0.75rem;
  }
  .alignright, img.alignright {
    float: right;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 0.75rem;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  #hero {
    z-index: -30;
  }
  .outer-wrap {
    margin-top: -36px !important;
    z-index: 0;
  }
  .skyline-separator {
    position: relative;
    border-image: url("../images/ribblehead-skyline-inverse.svg") 100% 0% 0% 0% stretch;
    border-top-width: 36px;
    border-width: 36px 0px 0px 0px;
    border-style: solid;
    z-index: 10;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header-nav-wrap {
    position: relative;
    z-index: 20;
    margin: 0 auto;
    padding-bottom: 0px;
  }
  .header-nav-wrap .contact-bar-wrap {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .header-nav-wrap .contact-bar-wrap .contact-phone {
    order: 2;
    margin-left: 48px;
  }
  #menu-top-page-navigation li:nth-child(2) a, #menu-top-page-navigation li:nth-child(2) a:visited {
    border-image: url("../images/green-flash.svg") 0% 0% 100% 0% stretch;
    border-bottom-width: 7px;
    transition: border-image 0.25s;
  }
  #menu-top-page-navigation li:nth-child(2) a:focus, #menu-top-page-navigation li:nth-child(2) a:hover {
    border-image: url("../images/green-flash-hover.svg") 0% 0% 100% 0% stretch;
    transition: border-image 0.25s;
  }
  #menu-top-page-navigation li:nth-child(3) a, #menu-top-page-navigation li:nth-child(3) a:visited {
    border-image: url("../images/blue-flash.svg") 0% 0% 100% 0% stretch;
    border-bottom-width: 7px;
  }
  #menu-top-page-navigation li:nth-child(3) a:focus, #menu-top-page-navigation li:nth-child(3) a:hover {
    border-image: url("../images/blue-flash-hover.svg") 0% 0% 100% 0% stretch;
    transition: border-image 0.25s;
  }
  #menu-top-page-navigation li:nth-child(4) a, #menu-top-page-navigation li:nth-child(4) a:visited {
    border-image: url("../images/orange-flash.svg") 0% 0% 100% 0% stretch;
    border-bottom-width: 7px;
  }
  #menu-top-page-navigation li:nth-child(4) a:focus, #menu-top-page-navigation li:nth-child(4) a:hover {
    border-image: url("../images/orange-flash-hover.svg") 0% 0% 100% 0% stretch;
    transition: border-image 0.25s;
  }
  .header {
    overflow: visible;
  }
  .logo {
    padding-bottom: 0;
  }
  .home .relief_logo {
    display: block;
  }
  .home .colour_logo {
    display: none;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .footer-nav {
    width: auto;
    max-width: 1400px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer-nav li a {
    padding-bottom: 6px;
  }
  .footer-nav > li {
    display: block;
    padding-left: 6px;
    padding-right: 6px;
    flex-grow: 1;
    margin-bottom: 1em;
    margin-left: 12px;
    padding-bottom: 0;
    max-width: 33%;
  }
  /* end .nav */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /*********************
  ARCHIVE & CATEGORY STYLES
  *********************/
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* end .footer-links */
  /********************************
  MOTOPRESS HOTEL BOOKING PLUGIN CONFIRMATION FORM
  ********************************/
}
@media only screen and (min-width: 768px) and (min-width: 950px) {
  .footer-nav > li {
    max-width: 24%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .footer-nav li a {
    padding-bottom: 0;
  }
  .footer-nav > li {
    max-width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .nav {
    width: auto;
    text-align: center;
    margin: 0 auto;
    border: 0;
    background-color: transparent;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    margin-top: 0;
  }
  .nav li {
    float: none;
    display: inline-block;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li a, .nav li a:visited {
    padding-left: 0.75em;
    padding-right: 0.75em;
    transition: border-bottom 0.25s ease;
    color: #656565;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a:hover, .nav li a:focus {
    transition: border-bottom 0.25s ease;
    color: #656565;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu,
.nav li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 8999;
    text-align: left;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
.nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li a,
.nav li ul.children li a {
    border-right: 0;
    display: block;
    width: 270px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
.nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul, .nav li:focus > ul {
    top: auto;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
  }
}
@media only screen and (min-width: 768px) {
  #burger {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .archive_left {
    float: left;
    width: calc(100% - 440px);
    margin-right: 16px;
  }
  .archive_left section {
    padding-top: 0.75em;
    padding-bottom: 1.25em;
  }
}
@media only screen and (min-width: 768px) {
  .archive_right {
    max-width: 320px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar-fullwidth {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
  }
  .sidebar-fullwidth .widget {
    margin: 0;
    max-width: 50%;
    flex-grow: 1;
    padding-bottom: 36px;
    border-bottom: 0;
  }
  .sidebar-fullwidth .widget:first-of-type {
    padding-right: 36px;
  }
  .sidebar-fullwidth .widget:last-of-type {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .widget {
    font-size: 1rem;
  }
  .widget p {
    line-height: 1.6rem;
  }
  .widget ul li {
    /* deep nesting */
  }
}
@media only screen and (min-width: 768px) {
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
}
@media only screen and (min-width: 768px) {
  .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-reserve-rooms-details input, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-reserve-rooms-details select, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-customer-details input, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-customer-details select {
    width: 60%;
  }
  .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-adults-chooser select, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-reserve-rooms-details .mphb-children-chooser select, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-customer-details .mphb-adults-chooser select, .mphb_sc_checkout-wrapper .mphb_sc_checkout-form .mphb-customer-details .mphb-children-chooser select {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .type-mphb_room_type input, .type-mphb_room_type select {
    padding: 8px;
    width: auto;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .header {
    overflow: visible;
    background-color: transparent;
  }
  .no-featured-image .header, .category .header, .single-post .header, .post-type-archive-events .header, .single-events .header, .archive .header {
    position: relative;
    background: none;
  }
  .header-wrap, .contact-content-wrap {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }
  .contact-content-wrap {
    padding: 0px;
  }
  .logo {
    position: relative;
  }
  .home .relief_logo {
    display: block;
    padding-left: 0;
    margin: 0 auto;
  }
  .home .colour_logo {
    display: none;
  }
  .home .main-column, .page-template-template-archive-news .main-column,
.page-template-default .main-column, .page-template-template-activities .main-column,
.page-template-template-localarea .main-column, .page-template-template-contact .main-column {
    width: 64%;
    margin-right: 16px;
    margin-left: 16px;
    float: left;
  }
  .home .sidebar-column, .page-template-template-archive-news .sidebar-column,
.page-template-default .sidebar-column, .page-template-template-activities .sidebar-column,
.page-template-template-localarea .sidebar-column, .page-template-template-contact .sidbar-column {
    width: 32%;
    float: right;
    padding-left: 32px;
    padding-right: 16px;
  }
  .newsflash {
    width: calc(32% - 32px);
    float: right;
  }
  .check-availability-front-page {
    max-width: 100%;
  }
  .nav-wrap {
    position: relative;
  }
  .nav li a, .nav li a:visited {
    color: #656565;
  }
  .nav li a:hover, .nav li a:focus {
    color: #656565;
  }
  .home nav li a, .home nav li a:visited {
    color: #656565;
  }
  .home nav li a:hover, .home nav li a:focus {
    color: #656565;
  }
  .no-featured-image .nav li a, .no-featured-image .nav li a:visited, .single-post .nav li a, .single-post .nav li a:visited, .archive .nav li a, .archive .nav li a:visited, .category .nav li a, .category .nav li a:visited {
    color: #656565;
  }
  .sidebar-fullwidth {
    justify-content: space-between;
  }
  .sidebar-fullwidth .widget {
    flex-grow: 1;
    max-width: 33%;
    padding-right: 3%;
  }
  .sidebar-fullwidth .widget:first-of-type {
    padding-right: 3%;
  }
  .sidebar-fullwidth .widget:last-of-type {
    padding-right: 0px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
  /*
  .home .main-column, .single .main-column, .page-template-template-archive-news .main-column {
  	width:64%;
  	margin-right:2%;
  	float:left;
  }
  .home .sidebar-column, .single .sidebar-column, .page-template-template-archive-news .sidebar-column {
  	width:34%;
  	float:right;
  }*/
  .header-nav-wrap {
    display: flex;
    align-items: flex-end;
    max-width: 1400px;
  }
  .header-nav-wrap .header {
    order: 1;
    flex-grow: 1;
    padding-bottom: 16px;
    padding-left: 16px;
  }
  .header-nav-wrap .nav-wrap {
    order: 2;
    flex-grow: 4;
    padding-bottom: 18px;
  }
  .header-nav-wrap .contact-bar-wrap {
    display: block;
    order: 3;
    flex-grow: 1;
    text-align: left;
  }
  .header-nav-wrap .contact-bar-wrap .contact-email {
    padding-top: 0px;
  }
  .header-nav-wrap .contact-bar-wrap .contact-phone {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1240px) and (min-width: 1400px) {
  .header-nav-wrap .header {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1240px) {
  .check-availability-front-page {
    max-width: 100%;
    padding: 12px;
    padding-top: 6px;
  }
  .check-availability-front-page p.mphb_sc_search-check-in-date, .check-availability-front-page p.mphb_sc_search-check-out-date, .check-availability-front-page p.mphb_sc_search-adults, .check-availability-front-page p.mphb_sc_search-children, .check-availability-front-page p.mphb_sc_search-pitch-type, .check-availability-front-page p.mphb_sc_search-submit-button-wrapper {
    margin-bottom: 0;
  }
  .check-availability-front-page p.mphb_sc_search-check-in-date br, .check-availability-front-page p.mphb_sc_search-check-out-date br, .check-availability-front-page p.mphb_sc_search-adults br, .check-availability-front-page p.mphb_sc_search-children br, .check-availability-front-page p.mphb_sc_search-pitch-type br, .check-availability-front-page p.mphb_sc_search-submit-button-wrapper br {
    display: none;
  }
  .check-availability-front-page p.mphb_sc_search-check-in-date label::after, .check-availability-front-page p.mphb_sc_search-check-out-date label::after, .check-availability-front-page p.mphb_sc_search-adults label::after, .check-availability-front-page p.mphb_sc_search-children label::after, .check-availability-front-page p.mphb_sc_search-pitch-type label::after, .check-availability-front-page p.mphb_sc_search-submit-button-wrapper label::after {
    content: ":";
  }
}
/*********************
HUGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
/**********************
PLUGINS

************************/
/*
* Global Styles
*/
input[type=submit] {
  color: #444 !important;
}

/*
* Search Results Styles
*/
/*
* Search Results Page
*/
/*
* Homepage Featured Cottages
*/
.discdent-hec-region-content .discdent-hec-region-title {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fafaf7 !important;
  font-weight: 400;
  font-size: 2.5em;
  font-family: "poppins";
  padding: 16px;
  padding-top: 54px;
  padding-bottom: 0;
}
.discdent-hec-region-content .discdent-hec-region-description {
  color: #fafaf7 !important;
  padding-top: 24px;
}
.discdent-hec-region-content .discdent-hec-region-description p {
  font-size: 1.125rem;
  line-height: normal;
}

.hec-dales-region .discdent-hec-region-title {
  background-image: url("../images/ribblehead-skyline-dales.svg");
}
.hec-dales-region .discdent-hec-region-description {
  background-color: rgb(163, 191, 43) !important;
}
.hec-dales-region .discdent-hec-featured-cottages {
  background-color: rgb(163, 191, 43) !important;
}

.hec-lakes-region {
  margin-top: 3em;
}
.hec-lakes-region .discdent-hec-region-title {
  background-image: url("../images/ribblehead-skyline-lakes.svg");
}
.hec-lakes-region .discdent-hec-region-description {
  background-color: rgb(120, 169, 193) !important;
}
.hec-lakes-region .discdent-hec-featured-cottages {
  background-color: rgb(120, 169, 193) !important;
}

.hec-dentdale-region {
  margin-top: 3em;
}
.hec-dentdale-region .discdent-hec-region-title {
  background-image: url("../images/ribblehead-skyline-dentdale.svg");
}
.hec-dentdale-region .discdent-hec-region-description {
  background-color: rgb(130, 93, 79) !important;
}
.hec-dentdale-region .discdent-hec-featured-cottages {
  background-color: rgb(130, 93, 79) !important;
}

.discdent-hec-region-description {
  padding: 16px;
}
@media only screen and (min-width: 1030px) {
  .discdent-hec-region-description {
    columns: 2;
    column-gap: 50px;
  }
}

.discdent-hec-featured-image img {
  display: block;
}

.discdent-hec-featured-cottages {
  border-radius: 0 0 12px 12px;
}
.discdent-hec-featured-cottages > h2 {
  color: #fafaf7;
  font-size: 1.375rem;
  padding: 12px;
  padding-bottom: 0;
}
.discdent-hec-featured-cottages .discdent-hec-search {
  position: relative;
  padding: 12px;
  padding-bottom: 24px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.discdent-hec-featured-cottages .discdent-hec-search a, .discdent-hec-featured-cottages .discdent-hec-search a:visited {
  color: #fafaf7;
  font-size: 1.375rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.discdent-hec-featured-cottages .discdent-hec-search a:hover, .discdent-hec-featured-cottages .discdent-hec-search a:focus {
  border-bottom: 1px solid #656565;
}

.discdent-hec-featured-cottage-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 8px;
  padding-bottom: 12px;
  position: relative;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 6px;
  margin-bottom: 12px;
  background-color: rgb(238, 237, 228);
  padding-top: 8px;
  padding-bottom: 12px;
  border-radius: 8px;
}
@media only screen and (min-width: 708px) {
  .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage {
    width: 48%;
  }
}
@media only screen and (min-width: 1054px) {
  .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage {
    width: 32%;
  }
}
@media only screen and (min-width: 1388px) {
  .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage {
    width: 24%;
  }
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-the-title {
  font-weight: 600;
  padding: 0px 15px 4px 15px;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-long-title {
  margin: 0;
  padding: 0px 15px 15px 15px;
  font-weight: 400;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-long-title a, .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-long-title a:visited {
  border-bottom: 1px solid #bbb;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-long-title a:focus, .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-long-title a:hover {
  border-bottom: 1px solid #ddd;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group {
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-evenly;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group div {
  flex-grow: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 2%;
  background-color: #f4f4ef;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 6px;
  text-align: center;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group div .cottage-sleeps-number, .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group div .cottage-bedrooms-number, .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group div .cottage-key-info-children-value, .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group div .cottage-key-info-pets-value, .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group div .cottage-key-info-wifi-value,
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group div .cottage-key-info-open-fire-value, .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group div .cottage-key-info-log-burner-value {
  font-weight: 400;
  font-size: 1.125rem;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group .key-info-title {
  display: none;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-key-info-group .key-info-icon {
  font-size: 24px;
  line-height: 26px;
  color: #716f6b;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .discdent-featured-image {
  position: relative;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .discdent-featured-image img {
  display: block;
  width: 100%;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .mphb-room-type-images .flexslider {
  border: 0;
  background-color: transparent;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .mphb-room-type-images .flexslider .flex-viewport .slides {
  padding-left: 0;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .mphb-room-type-images .flexslider .flex-viewport .slides img {
  height: 100%;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .mphb-flexslider:hover .flex-direction-nav a {
  border-bottom: 0 solid transparent;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .flexslider .flex-direction-nav .flex-prev {
  left: 5px;
  border-bottom: 0 solid transparent;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  opacity: 0.7;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .flexslider .flex-direction-nav .flex-next {
  right: 5px;
  border-bottom: 0 solid transparent;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  opacity: 0.7;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .flex-direction-nav a:before {
  font-size: 32px;
  vertical-align: top;
  padding-top: 2px;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .discdent-the-excerpt {
  position: relative;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: -30px;
  padding: 4%;
  text-align: center;
  font-weight: 300;
  background-color: #fafaf7;
  border-radius: 6px;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-hec-featured-cottage-excerpt-group .discdent-the-excerpt .discdent-the-excerpt-content {
  margin: 0;
  line-height: 1.5em;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-footer-group {
  margin-top: auto;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-price-guide-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25em;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-price-guide-wrapper .discdent-price-guide-label {
  display: none;
  max-width: 80px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-price-guide-wrapper .discdent-price-guide-label h3 {
  margin: 0;
  padding: 15px 15px 15px 15px;
  font-weight: 400;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-price-guide-wrapper .discdent-price-details-wrapper {
  padding: 15px;
  text-align: center;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-price-guide-wrapper .discdent-price-details-wrapper .discdent-short-breaks-price {
  display: none;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-price-guide-wrapper p {
  margin-bottom: 0;
  line-height: 1.75em;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-view-cottage-button {
  text-align: center;
  margin-bottom: 20px;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-view-cottage-button a, .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-view-cottage-button a:visited {
  display: block;
  width: 75%;
  margin: 0 auto;
  background-color: #f4f4ef;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
  border: none;
  border-radius: 25px;
  padding: 15px 0px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-view-cottage-button a:hover, .discdent-hec-featured-cottage-wrap .discdent-hec-featured-cottage .discdent-view-cottage-button a:focus {
  background-color: #e6e6e6;
}

.tax-mphb_room_type_category .discdent-search-result-cottage:not(:first-of-type) {
  margin-top: 4em;
}

.discdent-search-result-cottage {
  background-color: #fbfcfb;
  background-color: rgba(153, 145, 124, 0.06);
  padding-top: 12px;
  padding-bottom: 8px;
}
.discdent-search-result-cottage .discdent-the-title {
  font-size: 1.5625rem;
  font-weight: 400;
  padding: 0px 15px 0px 15px;
}
.discdent-search-result-cottage .discdent-long-title {
  margin: 0;
  padding: 0px 15px 15px 15px;
  font-weight: 400;
}
.discdent-search-result-cottage .discdent-long-title a, .discdent-search-result-cottage .discdent-long-title a:visited {
  border-bottom: 1px solid #bbb;
}
.discdent-search-result-cottage .discdent-long-title a:focus, .discdent-search-result-cottage .discdent-long-title a:hover {
  border-bottom: 1px solid #ddd;
}
.discdent-search-result-cottage .discdent-key-info-group {
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-evenly;
}
.discdent-search-result-cottage .discdent-key-info-group div {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 2%;
  background-color: #f4f4ef;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 6px;
  text-align: center;
}
.discdent-search-result-cottage .discdent-key-info-group div .cottage-sleeps-number, .discdent-search-result-cottage .discdent-key-info-group div .cottage-bedrooms-number, .discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-children-value, .discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-pets-value, .discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-wifi-value,
.discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-open-fire-value, .discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-log-burner-value {
  font-weight: 400;
  font-size: 1.125rem;
}
.discdent-search-result-cottage .discdent-key-info-group .key-info-title {
  display: none;
}
.discdent-search-result-cottage .discdent-key-info-group .key-info-icon {
  font-size: 32px;
  line-height: 36px;
  color: #716f6b;
}
@media only screen and (min-width: 420px) {
  .discdent-search-result-cottage .discdent-key-info-group {
    justify-content: flex-start;
  }
  .discdent-search-result-cottage .discdent-key-info-group div {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media only screen and (min-width: 612px) {
  .discdent-search-result-cottage .discdent-key-info-group {
    padding: 15px;
  }
  .discdent-search-result-cottage .discdent-key-info-group div {
    min-width: 84px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 12px;
  }
  .discdent-search-result-cottage .discdent-key-info-group div .cottage-sleeps-number, .discdent-search-result-cottage .discdent-key-info-group div .cottage-bedrooms-number, .discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-children-value, .discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-pets-value, .discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-wifi-value,
.discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-open-fire-value, .discdent-search-result-cottage .discdent-key-info-group div .cottage-key-info-log-burner-value {
    font-weight: 300;
    font-size: 1.125rem;
  }
  .discdent-search-result-cottage .discdent-key-info-group .key-info-title {
    display: inline-block;
  }
  .discdent-search-result-cottage .discdent-key-info-group .key-info-icon {
    display: none;
  }
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .discdent-featured-image {
  position: relative;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .discdent-featured-image img {
  display: block;
  width: 100%;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .mphb-room-type-images .flexslider {
  border: 0;
  background-color: transparent;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .mphb-room-type-images .flexslider .flex-viewport .slides {
  padding-left: 0;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .mphb-room-type-images .flexslider .flex-viewport .slides img {
  height: 100%;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .mphb-flexslider:hover .flex-direction-nav a {
  border-bottom: 0 solid transparent;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .flexslider .flex-direction-nav .flex-prev {
  left: 5px;
  border-bottom: 0 solid transparent;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  opacity: 0.7;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .flexslider .flex-direction-nav .flex-next {
  right: 5px;
  border-bottom: 0 solid transparent;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  opacity: 0.7;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .flex-direction-nav a:before {
  font-size: 32px;
  vertical-align: top;
  padding-top: 2px;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .discdent-the-excerpt {
  position: relative;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: -30px;
  padding: 4%;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 300;
  background-color: #fafaf7;
  border-radius: 2px;
}
.discdent-search-result-cottage .discdent-featured-excerpt-group .discdent-the-excerpt .discdent-the-excerpt-content {
  margin: 0;
  line-height: 1.5em;
}
.discdent-search-result-cottage .discdent-price-guide-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.25em;
}
.discdent-search-result-cottage .discdent-price-guide-wrapper .discdent-price-guide-label {
  max-width: 80px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.discdent-search-result-cottage .discdent-price-guide-wrapper .discdent-price-guide-label h3 {
  margin: 0;
  padding: 15px 15px 15px 15px;
  font-weight: 400;
}
.discdent-search-result-cottage .discdent-price-guide-wrapper .discdent-price-details-wrapper {
  padding: 15px;
}
.discdent-search-result-cottage .discdent-price-guide-wrapper p {
  margin-bottom: 0;
  line-height: 1.75em;
}
.discdent-search-result-cottage .discdent-view-cottage-button {
  text-align: center;
  margin-bottom: 20px;
}
.discdent-search-result-cottage .discdent-view-cottage-button a, .discdent-search-result-cottage .discdent-view-cottage-button a:visited {
  display: block;
  width: 50%;
  margin: 0 auto;
  background-color: #f4f4ef;
  font-size: 1.375rem;
  font-weight: 300;
  text-align: center;
  border: none;
  border-radius: 25px;
  padding: 15px 0px;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.discdent-search-result-cottage .discdent-view-cottage-button a:hover, .discdent-search-result-cottage .discdent-view-cottage-button a:focus {
  background-color: #e6e6e6;
}

@media only screen and (min-width: 1024px) {
  .page-template-template-searchresults .main-column, .page-template-template-regions .main-column, .page-template-template-regions-further-afield .main-column, .tax-mphb_room_type_category .main-column {
    width: 100%;
    max-width: 1240px;
  }
  .discdent-search-result-cottage .discdent-header-group {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  }
  .discdent-search-result-cottage .discdent-header-group .discdent-title-group {
    padding-right: 0;
  }
  .discdent-search-result-cottage .discdent-header-group .discdent-title-group .discdent-the-title {
    padding-right: 0;
  }
  .discdent-search-result-cottage .discdent-header-group .discdent-title-group .discdent-long-title {
    padding-right: 0;
  }
  .discdent-search-result-cottage .discdent-header-group .discdent-key-info-group {
    flex-wrap: nowrap;
    margin-right: 8px;
    padding-right: 0;
    gap: 0;
  }
  .discdent-search-result-cottage .discdent-header-group .discdent-key-info-group div {
    margin-right: 4px;
  }
  .discdent-search-result-cottage .discdent-featured-excerpt-group {
    display: flex;
  }
  .discdent-search-result-cottage .discdent-featured-excerpt-group .discdent-featured-image {
    min-width: 55%;
    max-width: 780px;
  }
  .discdent-search-result-cottage .discdent-featured-excerpt-group .mphb-room-type-images {
    min-width: 55%;
  }
  .discdent-search-result-cottage .discdent-featured-excerpt-group .mphb-room-type-images .flex-viewport {
    max-width: 780px;
  }
  .discdent-search-result-cottage .discdent-featured-excerpt-group .flexslider .flex-direction-nav .flex-prev {
    left: 10px;
  }
  .discdent-search-result-cottage .discdent-featured-excerpt-group .flexslider .flex-direction-nav .flex-next {
    right: 40px;
  }
  .discdent-search-result-cottage .discdent-featured-excerpt-group .discdent-the-excerpt {
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: -30px;
    padding: 0;
    background-color: transparent;
  }
  .discdent-search-result-cottage .discdent-featured-excerpt-group .discdent-the-excerpt .discdent-the-excerpt-content {
    background-color: #fafaf7;
    padding: 8%;
    padding-right: 60px;
  }
  .discdent-search-result-cottage .discdent-footer-group {
    display: flex;
    justify-content: space-evenly;
  }
  .discdent-search-result-cottage .discdent-footer-group .discdent-price-guide-wrapper {
    width: 50%;
  }
  .discdent-search-result-cottage .discdent-footer-group .discdent-view-cottage-button {
    margin-top: 20px;
    padding-top: 13px;
    width: 50%;
  }
  .discdent-search-result-cottage .discdent-footer-group .discdent-view-cottage-button a {
    width: 80%;
  }
}
/*
* Single Cottage Page
*/
/* --- Discdent Header Group --- */
.discdent-single-cottage-type .discdent-header-group {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 36px;
}
.discdent-single-cottage-type .discdent-the-title {
  font-size: 1.5625rem;
  padding: 15px 15px 0px 15px;
}
.discdent-single-cottage-type .discdent-long-title {
  margin: 0;
  padding: 4px 15px 15px 15px;
  font-weight: 400;
}
.discdent-single-cottage-type .discdent-long-title a, .discdent-single-cottage-type .discdent-long-title a:visited {
  border-bottom: 1px solid #bbb;
}
.discdent-single-cottage-type .discdent-long-title a:focus, .discdent-single-cottage-type .discdent-long-title a:hover {
  border-bottom: 1px solid #ddd;
}
.discdent-single-cottage-type .discdent-key-info-group {
  padding: 0px 8px 8px 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 580px;
}
.discdent-single-cottage-type .discdent-key-info-group div {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 0px;
  min-width: 84px;
  background-color: #efefef;
  font-weight: 500;
  font-size: 0.825rem;
  border-radius: 12px;
  text-align: center;
}
.discdent-single-cottage-type .discdent-key-info-group div .cottage-sleeps-number, .discdent-single-cottage-type .discdent-key-info-group div .cottage-bedrooms-number, .discdent-single-cottage-type .discdent-key-info-group div .cottage-key-info-children-value, .discdent-single-cottage-type .discdent-key-info-group div .cottage-key-info-pets-value, .discdent-single-cottage-type .discdent-key-info-group div .cottage-key-info-wifi-value,
.discdent-single-cottage-type .discdent-key-info-group div .cottage-key-info-open-fire-value, .discdent-single-cottage-type .discdent-key-info-group div .cottage-key-info-log-burner-value {
  font-weight: 300;
  font-size: 1.125rem;
}
.discdent-single-cottage-type .discdent-key-info-group .key-info-icon {
  display: none;
}

/* 1240px */
@media only screen and (min-width: 896px) {
  .discdent-single-cottage-type .discdent-header-group {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
  }
  .discdent-single-cottage-type .discdent-header-group .discdent-title-group {
    padding-right: 0;
  }
  .discdent-single-cottage-type .discdent-header-group .discdent-title-group .discdent-the-title {
    padding-right: 0;
  }
  .discdent-single-cottage-type .discdent-header-group .discdent-title-group .discdent-long-title {
    padding-right: 0;
  }
  .discdent-single-cottage-type .discdent-header-group .discdent-key-info-group {
    flex-wrap: nowrap;
    margin-right: 8px;
    padding-bottom: 0;
    padding-right: 0;
    gap: 0;
  }
  .discdent-single-cottage-type .discdent-header-group .discdent-key-info-group div {
    margin-right: 4px;
    margin-bottom: 8px;
  }
}
/* --- Featured Excerpt Group --- */
.discdent-single-cottage-type .discdent-featured-excerpt-group .discdent-featured-image, .home .discdent-featured-excerpt-group .discdent-featured-image {
  position: relative;
  display: none;
}
.discdent-single-cottage-type .discdent-featured-excerpt-group .discdent-the-excerpt, .home .discdent-featured-excerpt-group .discdent-the-excerpt {
  position: relative;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: -30px;
  padding: 4%;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 300;
  background-color: #fafaf7;
  border-radius: 2px;
}
.discdent-single-cottage-type .discdent-featured-excerpt-group .discdent-the-excerpt .discdent-the-excerpt-content, .home .discdent-featured-excerpt-group .discdent-the-excerpt .discdent-the-excerpt-content {
  margin: 0;
  line-height: 1.5em;
}

.home .discdent-featured-excerpt-group {
  position: relative;
}
.home .discdent-featured-excerpt-group .discdent-homepage-featured-image {
  display: block;
}
.home .discdent-featured-excerpt-group .discdent-the-excerpt {
  background-color: rgb(163, 191, 43);
  color: #fafaf7;
  font-size: 28px;
  font-weight: 400;
  font-family: "poppins";
  letter-spacing: 0.02rem;
}
.home .discdent-featured-excerpt-group .discdent-the-excerpt .discdent-the-excerpt-content br {
  content: "";
}
.home .discdent-featured-excerpt-group .discdent-the-excerpt .discdent-the-excerpt-content br:after {
  content: " ";
}

.discdent-single-cottage-type .mphb-room-type-images .flexslider {
  border: 0;
  background-color: transparent;
}
.discdent-single-cottage-type .mphb-room-type-images .flexslider .flex-viewport .slides {
  padding-left: 0;
  background-color: rgba(153, 145, 124, 0.08);
}
.discdent-single-cottage-type .mphb-room-type-images .flexslider .flex-viewport .slides img {
  height: 100%;
}
.discdent-single-cottage-type .mphb-flexslider:hover .flex-direction-nav a {
  border-bottom: 0 solid transparent;
}
.discdent-single-cottage-type .flexslider .flex-direction-nav .flex-prev, .discdent-single-cottage-type flexslider:hover .flex-direction-nav .flex-prev {
  left: 5px !important;
  border-bottom: 0 solid transparent;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  opacity: 0.7;
}
.discdent-single-cottage-type .flexslider .flex-direction-nav .flex-next {
  right: 5px !important;
  border-bottom: 0 solid transparent;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  opacity: 0.7;
}
.discdent-single-cottage-type .flex-direction-nav a:before {
  font-size: 32px;
  vertical-align: top;
  padding-top: 2px;
}

/* 
Swap flexslider for featured image at 768px width
*/
@media only screen and (min-width: 768px) {
  .discdent-single-cottage-type .discdent-featured-excerpt-group .discdent-featured-image, .home .discdent-featured-excerpt-group .discdent-featured-image {
    display: block;
  }
  .discdent-single-cottage-type .discdent-featured-excerpt-group .mphb-room-type-images, .home .discdent-featured-excerpt-group .mphb-room-type-images {
    display: none;
  }
}
/* 1024px */
@media only screen and (min-width: 1024px) {
  .home .discdent-featured-excerpt-group .discdent-the-excerpt .discdent-the-excerpt-content br:after {
    content: "\a";
    white-space: pre;
  }
}
/* 1240px */
@media only screen and (min-width: 1240px) {
  .discdent-single-cottage-type .discdent-featured-excerpt-group, .home .discdent-featured-excerpt-group {
    overflow: hidden;
  }
  .discdent-single-cottage-type .discdent-featured-excerpt-group .discdent-featured-image, .home .discdent-featured-excerpt-group .discdent-featured-image {
    background-color: rgba(153, 145, 124, 0.08);
  }
  .discdent-single-cottage-type .discdent-featured-excerpt-group .discdent-featured-image img, .home .discdent-featured-excerpt-group .discdent-featured-image img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    max-width: 1920px;
    text-align: center;
  }
  .discdent-single-cottage-type .discdent-featured-excerpt-group .discdent-the-excerpt, .home .discdent-featured-excerpt-group .discdent-the-excerpt {
    max-width: 700px;
    margin-top: -80px;
    padding: 35px;
    padding: 35px 45px 35px 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .home .discdent-featured-excerpt-group .discdent-the-excerpt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    border-radius: 18px 18px 0px 0px;
    padding: 20px !important;
    padding-left: 150px !important;
    padding-right: 150px !important;
    z-index: 40;
  }
}
/* 1536px */
@media only screen and (min-width: 1536px) {
  .discdent-single-cottage-type .discdent-featured-excerpt-group .discdent-featured-image, .home .discdent-featured-excerpt-group .discdent-featured-image {
    background-color: rgba(153, 145, 124, 0.08);
  }
  .discdent-single-cottage-type .discdent-featured-excerpt-group .discdent-featured-image img, .home .discdent-featured-excerpt-group .discdent-featured-image img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    display: block;
    height: 750px;
    max-width: 1920px;
    text-align: center;
  }
}
/* --- Primary & Secondary Content Group --- */
.discdent-single-cottage-type {
  /* Calendar Styles */
  /* Reservation */
  /* Price range */
  /* Summary Info Group */
}
.discdent-single-cottage-type .discdent-primary-group, .discdent-single-cottage-type .discdent-secondary-group {
  padding: 0 0 0 0;
  margin-bottom: 2rem;
}
.discdent-single-cottage-type .discdent-primary-group .discdent-the-content {
  font-size: 1.125rem;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem 0rem 1rem;
}
.discdent-single-cottage-type .discdent-secondary-group .discdent-extra-accommodation-description {
  font-size: 1.125rem;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 0rem 1rem 2rem 1rem;
  padding-bottom: 0 !important;
}
.discdent-single-cottage-type .discdent-secondary-group .discdent-summary-group {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem 2rem 1rem;
}
.discdent-single-cottage-type .discdent-the-content ul, .discdent-single-cottage-type .discdent-extra-accommodation-description ul {
  list-style-type: disc;
  list-style: inside;
}
.discdent-single-cottage-type .discdent-the-content ul li, .discdent-single-cottage-type .discdent-extra-accommodation-description ul li {
  padding-bottom: 1rem;
}
.discdent-single-cottage-type .discdent-the-content ul li:last-of-type, .discdent-single-cottage-type .discdent-extra-accommodation-description ul li:last-of-type {
  padding-bottom: 0;
}
.discdent-single-cottage-type .discdent-availability-group {
  background-color: #efefef;
  padding: 2rem 8px 2rem 8px;
  margin-top: 4rem;
}
.discdent-single-cottage-type .discdent-availability-group h2 {
  font-weight: 400;
  margin-bottom: 10px;
}
.discdent-single-cottage-type .discdent-summary-group h2 {
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}
.discdent-single-cottage-type .discdent-calendar {
  min-width: 250px;
  max-width: 300px;
  margin: 0 auto;
}
.discdent-single-cottage-type .discdent-calendar .discdent-calendar-message {
  margin-top: 8px;
  font-size: 0.925rem;
}
.discdent-single-cottage-type .discdent-calendar .datepick-month-header {
  min-height: 40px !important;
}
.discdent-single-cottage-type .discdent-calendar .datepick {
  width: 100% !important;
}
.discdent-single-cottage-type .discdent-calendar .datepick .datepick-ctrl, .discdent-single-cottage-type .discdent-calendar .datepick .datepick-nav {
  border: none !important;
}
.discdent-single-cottage-type .discdent-calendar .datepick .datepick-ctrl {
  border-top: 1px solid #ddd !important;
}
.discdent-single-cottage-type .discdent-calendar .datepick-month {
  width: 100% !important;
  border: none;
}
.discdent-single-cottage-type .discdent-calendar .first {
  border-bottom: 1px solid #ddd;
}
.discdent-single-cottage-type .discdent-calendar .datepick-month table tbody tr {
  height: 2.5em !important;
}
.discdent-single-cottage-type .discdent-calendar .datepick-month table tbody tr td {
  line-height: 2.5em !important;
}
.discdent-single-cottage-type .discdent-calendar .datepick-month table tbody tr td a {
  border: 0 solid !important;
}
.discdent-single-cottage-type .discdent-calendar .datepick-month-row {
  overflow: hidden;
  border-bottom: none;
}
.discdent-single-cottage-type .discdent-calendar .datepick-month-row > div {
  min-width: 250px;
  max-width: 300px;
}
.discdent-single-cottage-type .discdent-calendar .datepick-month-row table {
  border: 0;
  height: auto !important;
}
.discdent-single-cottage-type .discdent-calendar .datepick-month-row td a, .discdent-single-cottage-type .discdent-calendar .datepick-month-row td span {
  height: 100%;
}
.discdent-single-cottage-type .discdent-reservation {
  min-width: 250px;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.discdent-single-cottage-type .discdent-reservation .mphb-required-fields-tip small {
  font-size: 16px;
}
.discdent-single-cottage-type .discdent-reservation .mphb-required-fields-tip small abbr[title] {
  border-bottom: 0 solid transparent;
  text-decoration: none;
}
.discdent-single-cottage-type .discdent-reservation .mphb-check-in-date-wrapper abbr[title], .discdent-single-cottage-type .discdent-reservation .mphb-check-out-date-wrapper abbr[title], .discdent-single-cottage-type .discdent-reservation .mphb-reserve-btn-wrapper abbr[title], .discdent-single-cottage-type .discdent-reservation .mphb-reserve-room-section abbr[title] {
  border-bottom: 0 solid transparent;
  text-decoration: none;
}
.discdent-single-cottage-type .discdent-reservation .mphb-check-in-date-wrapper input, .discdent-single-cottage-type .discdent-reservation .mphb-check-out-date-wrapper input, .discdent-single-cottage-type .discdent-reservation .mphb-reserve-btn-wrapper input, .discdent-single-cottage-type .discdent-reservation .mphb-reserve-room-section input {
  width: 90%;
  line-height: 2rem;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.discdent-single-cottage-type .discdent-reservation .mphb-check-in-date-wrapper input[type=submit], .discdent-single-cottage-type .discdent-reservation .mphb-check-out-date-wrapper input[type=submit], .discdent-single-cottage-type .discdent-reservation .mphb-reserve-btn-wrapper input[type=submit], .discdent-single-cottage-type .discdent-reservation .mphb-reserve-room-section input[type=submit] {
  width: 90%;
  line-height: 2rem;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  background-color: #fafafa;
  margin-top: 8px;
  margin-bottom: 12px;
  color: #444 !important;
}
.discdent-single-cottage-type .discdent-price-guide-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25em;
  background-color: #eae6de;
  margin-bottom: 2rem;
}
.discdent-single-cottage-type .discdent-price-guide-wrapper .discdent-price-guide-label {
  max-width: 80px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.discdent-single-cottage-type .discdent-price-guide-wrapper .discdent-price-guide-label h3 {
  margin: 0;
  padding: 15px 15px 15px 15px;
  font-weight: 400;
}
.discdent-single-cottage-type .discdent-price-guide-wrapper .discdent-price-details-wrapper {
  padding: 15px;
}
.discdent-single-cottage-type .discdent-price-guide-wrapper p {
  margin-bottom: 0;
  line-height: 1.75em;
}
.discdent-single-cottage-type .discdent-summary-info-group {
  margin-bottom: 2rem;
}
.discdent-single-cottage-type .discdent-summary-info-group h2 {
  text-align: center;
}
.discdent-single-cottage-type .discdent-summary-info-group .discdent-cottage-summary-information {
  border-collapse: separate;
  border-spacing: 3px;
  font-size: 0.9rem;
  width: 100%;
}
.discdent-single-cottage-type .discdent-summary-info-group .discdent-cottage-summary-information td {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}
.discdent-single-cottage-type .discdent-summary-info-group .discdent-cottage-summary-information tr td:first-child {
  text-align: center;
}

/* 632px */
@media only screen and (min-width: 632px) {
  .discdent-single-cottage-type .discdent-availability-group {
    display: flex;
    justify-content: space-evenly;
  }
  .discdent-single-cottage-type .discdent-calendar {
    min-width: 250px;
    max-width: 300px;
  }
  .discdent-single-cottage-type .discdent-calendar .datepick-month-row {
    overflow: hidden;
    border-bottom: none;
  }
  .discdent-single-cottage-type .discdent-calendar .datepick-month-row .first {
    border-bottom: none;
  }
  .discdent-single-cottage-type .discdent-calendar .datepick-month-row .last {
    border: 0;
    border-top: 1px solid #ddd;
  }
  .discdent-single-cottage-type .discdent-calendar .datepick-month-row table {
    border: 0;
    height: auto !important;
  }
  .discdent-single-cottage-type .discdent-calendar .datepick-month-row td a, .discdent-single-cottage-type .discdent-calendar .datepick-month-row td span {
    height: 100%;
  }
  .discdent-single-cottage-type .discdent-secondary-group .discdent-summary-group {
    padding: 2rem;
    padding-top: 0;
  }
  .discdent-single-cottage-type .discdent-reservation {
    padding-top: 0;
    max-width: 250px;
  }
}
/* 768px */
@media only screen and (min-width: 768px) {
  .discdent-single-cottage-type .discdent-primary-group .discdent-the-content {
    padding-bottom: 2rem;
  }
  .discdent-single-cottage-type .discdent-availability-group {
    display: flex;
    justify-content: space-evenly;
  }
  .discdent-single-cottage-type .discdent-availability-group .discdent-calendar, .discdent-single-cottage-type .discdent-availability-group .discdent-reservation {
    margin: 0;
  }
  .discdent-single-cottage-type .discdent-availability-group .discdent-calendar {
    min-width: 500px;
    max-width: 600px;
    margin-right: 8px;
  }
  .discdent-single-cottage-type .discdent-availability-group .discdent-calendar .datepick-month-row {
    display: flex;
  }
  .discdent-single-cottage-type .discdent-availability-group .discdent-calendar .datepick-month-row .last {
    border: 0;
    border-left: 1px solid #ddd;
  }
  .discdent-single-cottage-type .discdent-availability-group .discdent-calendar .datepick-month-row > div {
    min-width: 50%;
    max-width: 50%;
  }
  .discdent-single-cottage-type .discdent-secondary-group .discdent-extra-accommodation-description {
    padding-top: 2rem;
  }
}
/* 1024px */
@media only screen and (min-width: 1024px) {
  .discdent-single-cottage-type .discdent-primary-group {
    display: block;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-availability-group {
    display: flex;
    order: 2;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-the-content {
    order: 1;
    padding: 3rem;
  }
  .discdent-single-cottage-type .discdent-secondary-group .discdent-extra-accommodation-description {
    padding: 3rem;
  }
}
/* 1240px */
@media only screen and (min-width: 1240px) {
  .discdent-single-cottage-type .discdent-primary-group, .discdent-single-cottage-type .discdent-secondary-group {
    display: flex;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-availability-group {
    display: flex;
    order: 2;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-left: 1px solid #ddd;
    padding: 0;
    padding-left: 20px;
    margin-right: 20px;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-availability-group .discdent-calendar {
    min-width: 275px;
    max-width: 275px;
    width: auto;
    padding-right: 4px;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-availability-group .discdent-calendar .datepick-month-row {
    display: block;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-availability-group .discdent-calendar .datepick-month-row .last {
    border: 0;
    border-top: 1px solid #ddd;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-availability-group .discdent-calendar .datepick-month-row > div {
    min-width: 100%;
    max-width: 100%;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-availability-group .discdent-reservation {
    margin-top: 0;
    padding-left: 4px;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-the-content {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 4rem;
  }
  .discdent-single-cottage-type .discdent-secondary-group .discdent-extra-accommodation-description {
    order: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .discdent-single-cottage-type .discdent-secondary-group .discdent-summary-group {
    order: 2;
    background-color: transparent;
    max-width: 566px;
    border: none;
    border-radius: 0;
    border-left: 1px solid #ddd;
    padding: 0;
    padding-left: 23px;
    margin: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1496px) {
  .discdent-single-cottage-type .discdent-primary-group .discdent-availability-group {
    margin-right: 15px;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-availability-group .discdent-calendar {
    margin-right: 20px;
  }
  .discdent-single-cottage-type .discdent-primary-group .discdent-the-content {
    padding-left: 15px;
  }
  .discdent-single-cottage-type .discdent-secondary-group .discdent-extra-accommodation-description {
    padding-left: 15px;
  }
  .discdent-single-cottage-type .discdent-secondary-group .discdent-summary-group {
    margin-right: 15px;
  }
}
/* --- Custom Gallery Group --- */
.gslide-desc {
  font-size: 1rem !important;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.discdent-custom-gallery {
  display: none;
}

@media only screen and (min-width: 768px) {
  .discdent-custom-gallery {
    display: block;
    position: relative;
    max-width: 1920px;
    width: 100vw;
    background-color: #eae6de;
    padding: 24px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .discdent-custom-gallery-grid {
    position: relative;
    max-width: 748px;
    margin: 0 auto;
  }
  .discdent-custom-gallery-grid .discdent-grid-sizer, .discdent-custom-gallery-grid .discdent-grid-item, .discdent-custom-gallery-grid .discdent-grid-extra {
    width: 50%;
    padding: 6px;
  }
  .discdent-custom-gallery-grid .discdent-grid-sizer a, .discdent-custom-gallery-grid .discdent-grid-sizer a:focus, .discdent-custom-gallery-grid .discdent-grid-sizer a:visited, .discdent-custom-gallery-grid .discdent-grid-item a, .discdent-custom-gallery-grid .discdent-grid-item a:focus, .discdent-custom-gallery-grid .discdent-grid-item a:visited, .discdent-custom-gallery-grid .discdent-grid-extra a, .discdent-custom-gallery-grid .discdent-grid-extra a:focus, .discdent-custom-gallery-grid .discdent-grid-extra a:visited {
    border-bottom: none;
    outline: none;
  }
  .discdent-custom-gallery-grid .discdent-grid-sizer a img, .discdent-custom-gallery-grid .discdent-grid-item a img, .discdent-custom-gallery-grid .discdent-grid-extra a img {
    opacity: 1;
    transition: opacity 0.25s;
  }
  .discdent-custom-gallery-grid .discdent-grid-sizer a:hover img, .discdent-custom-gallery-grid .discdent-grid-item a:hover img, .discdent-custom-gallery-grid .discdent-grid-extra a:hover img {
    opacity: 0.8;
    transition: opacity 0.25s;
  }
  .discdent-custom-gallery-grid .discdent-grid-item--x2 {
    width: 100%;
  }
  .discdent-custom-gallery-grid .discdent-grid-extra {
    position: absolute;
    display: block;
    height: 96px;
    bottom: 36px;
    right: 24px;
    width: auto !important;
    pointer-events: none;
  }
  .discdent-custom-gallery-grid .discdent-grid-extra p {
    font-size: 1.375rem;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    line-height: 1.5rem;
    color: #fafaf7;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 22px;
    padding-bottom: 28px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 48px;
    pointer-events: none;
  }
}
@media only screen and (min-width: 932px) {
  .discdent-custom-gallery-grid {
    max-width: 100%;
  }
  .discdent-custom-gallery-grid .discdent-grid-sizer, .discdent-custom-gallery-grid .discdent-grid-item, .discdent-custom-gallery-grid .discdent-grid-extra {
    width: 25%;
    padding: 6px;
    padding-top: 0;
  }
  .discdent-custom-gallery-grid .discdent-grid-item--x2 {
    width: 50%;
  }
  .discdent-custom-gallery-grid .discdent-grid-extra {
    width: auto;
    right: 24px;
  }
  .discdent-custom-gallery-grid .two-column-hide {
    display: none;
  }
  .discdent-custom-gallery-grid .discdent-grid-item {
    padding-bottom: 3px;
  }
  .discdent-custom-gallery-grid .discdent-grid-extra {
    display: none;
  }
  .discdent-custom-gallery-grid .two-column-grid {
    display: block !important;
  }
}
@media only screen and (min-width: 1536px) {
  .discdent-custom-gallery-grid .discdent-grid-sizer, .discdent-custom-gallery-grid .discdent-grid-item, .discdent-custom-gallery-grid .discdent-grid-extra {
    width: 16.5%;
    padding: 6px;
  }
  .discdent-custom-gallery-grid .discdent-grid-item--x2 {
    width: 33%;
  }
  .discdent-custom-gallery-grid .discdent-grid-extra {
    margin-right: 24px;
  }
  .discdent-custom-gallery-grid .two-column-hide {
    display: block;
  }
  .discdent-custom-gallery-grid .discdent-grid-item {
    padding-bottom: 6px;
  }
  .discdent-custom-gallery-grid .discdent-grid-extra {
    display: block;
  }
  .discdent-custom-gallery-grid .two-column-grid {
    display: none !important;
  }
}
/* Cottage Location map */
.discdent-single-cottage-type .discdent-secondary-group .discdent-cottage-location-map-group .discdent-cottage-location-map {
  background-color: #eae6de;
  padding: 24px;
}
.discdent-single-cottage-type .discdent-secondary-group .discdent-cottage-location-map-group .discdent-cottage-location-map iframe {
  display: block;
  width: 100%;
}

/* Cottage Amenity Icons */
.discdent-single-cottage-type .discdent-secondary-group .discdent-cottage-amenity-icons-group {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.discdent-single-cottage-type .discdent-secondary-group .discdent-cottage-amenity-icons-group h2 {
  text-align: center;
}
.discdent-single-cottage-type .discdent-secondary-group .discdent-cottage-amenity-icons-group .discdent-cottage-amenity-icons {
  text-align: center;
  padding: 1rem;
  padding-bottom: 0;
}
.discdent-single-cottage-type .discdent-secondary-group .discdent-cottage-amenity-icons-group .discdent-cottage-amenity-icons .discdent-amenity-icon {
  position: relative;
  height: 110px;
  width: 84px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 5px;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #716f6b;
}
.discdent-single-cottage-type .discdent-secondary-group .discdent-cottage-amenity-icons-group .discdent-cottage-amenity-icons .discdent-amenity-icon span {
  display: grid;
  align-items: center;
  line-height: 14.4px;
  font-size: 14.4px;
  line-height: 14.4px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50%;
}
.discdent-single-cottage-type .discdent-secondary-group .discdent-cottage-amenity-icons-group .discdent-cottage-amenity-icons .discdent-amenity-icon i {
  display: block;
  font-size: 36px;
  height: 50%;
}

.home .mphb_sc_search-wrapper {
  max-width: 1140px !important;
  border-radius: 0px 0px 18px 18px !important;
}

.mphb_sc_search-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  background-color: rgba(188, 187, 162, 0.7);
  padding-top: 24px;
  border-radius: 8px;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form {
  margin: 0 auto;
  padding-left: 0px;
  display: block;
  text-align: center;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p {
  display: inline-block;
  padding-right: 13px;
  text-align: center;
  font-weight: 300;
  font-size: 1.125rem;
  margin-bottom: 24px;
  line-height: 2rem;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p label, .mphb_sc_search-wrapper form.mphb_sc_search-form p input {
  display: inline-block;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p br {
  content: "";
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb-required-fields-tip {
  display: none;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-region .mphb_sc_search_select_wrapper select {
  min-width: 225px;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date label, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date label, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults label, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children label, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-bedrooms label, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pets label, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-region label, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper label {
  background-color: #f4f4ef;
  padding: 8px;
  margin-right: 2px;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date label abbr, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date label abbr, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults label abbr, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children label abbr, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-bedrooms label abbr, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pets label abbr, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-region label abbr, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper label abbr {
  display: none;
  text-decoration: none;
  border: 0;
  content: " ";
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date input, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date input, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults input, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children input, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-bedrooms input, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-bedrooms select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pets input, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pets select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-region input, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-region select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper input, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper select {
  max-width: 122px;
  padding: 8px;
  text-align: center;
  background-color: #f4f4ef;
  border: 0;
  line-height: 2rem;
  color: #444 !important;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date input option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date select option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date input option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date select option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults input option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults select option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children input option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children select option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-bedrooms input option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-bedrooms select option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pets input option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pets select option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-region input option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-region select option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper input option, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper select option {
  line-height: 2rem;
  padding: 8px;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date .mphb_sc_search_select_wrapper, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date .mphb_sc_search_select_wrapper, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults .mphb_sc_search_select_wrapper, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children .mphb_sc_search_select_wrapper, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-bedrooms .mphb_sc_search_select_wrapper, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pets .mphb_sc_search_select_wrapper, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-region .mphb_sc_search_select_wrapper, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper .mphb_sc_search_select_wrapper {
  display: inline-block;
  line-height: 2rem;
  background-color: #f4f4ef;
  padding: 3px;
  padding-top: 2px;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-in-date .mphb_sc_search_select_wrapper select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-check-out-date .mphb_sc_search_select_wrapper select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-adults .mphb_sc_search_select_wrapper select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-children .mphb_sc_search_select_wrapper select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-bedrooms .mphb_sc_search_select_wrapper select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-pets .mphb_sc_search_select_wrapper select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-region .mphb_sc_search_select_wrapper select, .mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper .mphb_sc_search_select_wrapper select {
  width: auto;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form p.mphb_sc_search-submit-button-wrapper {
  padding-right: 0px;
}
.mphb_sc_search-wrapper form.mphb_sc_search-form .mphb_sc_search-submit-button-wrapper input {
  min-width: 150px;
  font-weight: 300;
}

.mphb_sc_search_results-wrapper .mphb_sc_search_results-info {
  margin-top: 24px;
}

.page-template-template-regions-further-afield h1 {
  border-bottom: 1px solid transparent;
  border-image: url("../images/orange-flash.svg") 0% 0% 100% 0% stretch;
  border-bottom-width: 7px;
}
.page-template-template-regions-further-afield h2 {
  font-size: 1.375rem;
  margin-top: 24px;
}

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