@charset "UTF-8";
/*
* Sheer Lux rebrand colours
 */
/*	Create an overidable column grid that can be collapsed using custom rules.

	Usage example/;

	@include columns($count: 4, $gutter: 30, $full_width: 1170);

	@media only screen and (max-width: 900px){
		@include columns($count: 3, $gutter: 30, $full_width: 1170, $prev: 4);
	}

	@media only screen and (max-width: 640px){
		@include columns($count: 2, $gutter: 30, $full_width: 1170, $prev: 3);
	}

	@media only screen and (max-width: 480px){
		@include columns($count: 1, $gutter: 30, $full_width: 1170, $prev: 2);
	}
*/
/*** =======================
 *** Fonts
 *** ======================= */
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec Fonts/385A2B_2_0.eot");
  src: url("../fonts/Sailec Fonts/385A2B_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Sailec Fonts/385A2B_2_0.woff") format("woff"), url("../fonts/Sailec Fonts/385A2B_2_0.woff2") format("woff2"), url("../fonts/Sailec Fonts/385A2B_2_0.ttf") format("truetype"), url("../fonts/Sailec Fonts/385A2B_2_0.svg#NewslabLight") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec Fonts/385A2B_3_0.eot");
  src: url("../fonts/Sailec Fonts/385A2B_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Sailec Fonts/385A2B_3_0.woff") format("woff"), url("../fonts/Sailec Fonts/385A2B_3_0.woff2") format("woff2"), url("../fonts/Sailec Fonts/385A2B_3_0.ttf") format("truetype"), url("../fonts/Sailec Fonts/385A2B_3_0.svg#NewslabBold") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec Fonts/385A2B_0_0.eot");
  src: url("../fonts/Sailec Fonts/385A2B_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Sailec Fonts/385A2B_0_0.woff") format("woff"), url("../fonts/Sailec Fonts/385A2B_0_0.woff2") format("woff2"), url("../fonts/Sailec Fonts/385A2B_0_0.ttf") format("truetype"), url("../fonts/Sailec Fonts/385A2B_0_0.svg#Newslab") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Sailec Fonts/385A2B_1_0.eot");
  src: url("../fonts/Sailec Fonts/385A2B_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/Sailec Fonts/385A2B_1_0.woff") format("woff"), url("../fonts/Sailec Fonts/385A2B_1_0.woff2") format("woff2"), url("../fonts/Sailec Fonts/385A2B_1_0.ttf") format("truetype"), url("../fonts/Sailec Fonts/385A2B_1_0.svg#Newslab") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Organika";
  src: url("../fonts/Organika/MyFontsWebfontsKit/webfonts/3865B6_0_0.woff2") format("woff2"), url("../fonts/Organika/MyFontsWebfontsKit/webfonts/3865B6_0_0.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/AvenirLTStd-Medium.woff") format("woff");
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-heavy";
  src: url("../fonts/Avenir/AvenirLTStd-Heavy.woff") format("woff");
  font-weight: medium;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-book";
  src: url("../fonts/Avenir/AvenirLTStd-Book.woff") format("woff");
  font-weight: medium;
  font-style: normal;
}
/*
//Nueue Haas Unica
@font-face {
  font-family: neue-haas-unica,sans-serif;
  font-weight: 400;
  font-style: italic;
}

//Nueue Haas Unica
@font-face {
  font-family: 'neue-haas-unica';
  font-weight: 400;
  font-style: normal;
}

//Nueue Haas Unica Heavy
@font-face {
  font-family: neue-haas-unica,sans-serif;
  font-weight: 700;
  font-style: normal;
}

//Nueue Haas Unica
@font-face {
  font-family: neue-haas-unica,sans-serif;
  font-weight: 700;
  font-style: italic;
}*/
/*** =======================
 *** Gumby
 *** ======================= */
/* --------------------------------------------------
    Table of Contents
-----------------------------------------------------
:: Reset & Standards
:: Links
:: Lists
:: Tables
:: Misc
*/
/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
/*
	Eric Meyer's CSS Reset
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
  		License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 10px;
}

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

body {
  line-height: 1;
}

html, body {
  width: 100%;
}

ol, ul {
  list-style: none;
}

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

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

.left, .columns.left {
  float: left;
}

.right, .columns.right {
  float: right;
}

.hide {
  display: none;
}

.highlight {
  background: #ff0;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
}

/*=======================================================================

	??? Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ???

 ========================================================================*/
.ie9, .ie9 * {
  font-family: Arial, "Definitely Not Helvetica", sans-serif !important;
}

body {
  background: #fff;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #555;
  -webkit-font-smoothing: antialiased;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*=====================================================

 	Headings

 ======================================================*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 12px;
}

h2 {
  font-size: 39px;
  font-size: 3.9rem;
  margin-bottom: 9px;
}

h3 {
  font-size: 29px;
  font-size: 2.9rem;
  margin-bottom: 9px;
}

h4 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 3px;
}

h5 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  margin-bottom: 3px;
}

h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}

.subhead {
  color: #777;
  font-weight: normal;
  margin-bottom: 20px;
}

/*=====================================================

 	Links & Paragraph styles

 	======================================================*/
a {
  color: #d04526;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  cursor: pointer;
}
p {
  margin: 0px 0px 1em;
}
p:last-child {
  margin-bottom: 0px;
}
p.lead {
  font-size: 18px;
  font-size: 1.8rem;
}
p img {
  margin: 0;
}
p a, p a:visited {
  line-height: inherit;
}

/*=====================================================

 	Lists

 ======================================================*/
ul, ol {
  margin-bottom: 18px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ol ol {
  margin: 4px 0 5px 30px;
}

li {
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

/* Mobile */
@media (max-width: 767px) {
  /*body, p {  font-size: 16px; font-size: 1.6rem; line-height: 1.6; }*/
}
em {
  font-style: italic;
  line-height: inherit;
}

strong {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 56.4%;
  line-height: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #777;
}

/*	Blockquotes  */
blockquote {
  color: #777;
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a, blockquote cite a:visited {
  color: #555;
}

hr {
  border: 1px solid #ddd;
  clear: both;
  margin: 16px 0 18px;
  height: 0;
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/**
	 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
 */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: sanbeiji.com/archives/953 */
  p a, p a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  p a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .main-wrapper {
    width: 1140px;
  }
}
/*=======================================================================

	??? Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ???

 ========================================================================*/
/*=================================================

	+++ LE GRID +++
	A Responsive Grid -- Gumby defaults to a standard 960 grid,
	but you can change it to whatever you'd like.

 ==================================================*/
.main-wrapper {
  overflow: hidden;
  min-width: 320px;
}

header, footer, section {
  padding: 0px 20px;
}
header section, footer section, section section {
  margin: 0px 0px;
}

.row {
  width: 100%;
  max-width: 1140px;
  min-width: 600px;
  margin: 0 auto;
}

/* To fix the grid into a different size, set max-width to your desired width */
.row .row {
  min-width: 0px;
}

.column, .columns {
  margin-left: 1.7543859649%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.column:first-child, .columns:first-child, .alpha {
  margin-left: 0px;
}

.column.omega, .columns.omega {
  float: right;
}

/*** Removed because it is usually annoying ***

 [class*="column"] + [class*="column"]:last-child { float: right; }

***/
.row .one.columns {
  width: 6.7251461988%;
}
.row .two.columns {
  width: 15.2046783626%;
}
.row .three.columns {
  width: 23.6842105263%;
}
.row .four.columns {
  width: 32.1637426901%;
}
.row .five.columns {
  width: 40.6432748538%;
}
.row .six.columns {
  width: 49.1228070175%;
}
.row .seven.columns {
  width: 57.6023391813%;
}
.row .eight.columns {
  width: 66.081871345%;
}
.row .nine.columns {
  width: 74.5614035088%;
}
.row .ten.columns {
  width: 83.0409356725%;
}
.row .eleven.columns {
  width: 91.5204678363%;
}
.row .twelve.columns {
  width: 100%;
}
.row .columns.push_one {
  margin-left: 10.2339181287%;
}
.row .columns.push_two {
  margin-left: 18.7134502924%;
}
.row .columns.push_three {
  margin-left: 27.1929824561%;
}
.row .columns.push_four {
  margin-left: 35.6725146199%;
}
.row .columns.push_five {
  margin-left: 44.1520467836%;
}
.row .columns.push_six {
  margin-left: 52.6315789474%;
}
.row .columns.push_seven {
  margin-left: 61.1111111111%;
}
.row .columns.push_eight {
  margin-left: 69.5906432749%;
}
.row .columns.push_nine {
  margin-left: 78.0701754386%;
}
.row .columns.push_ten {
  margin-left: 86.5497076023%;
}
.row .columns.push_eleven {
  margin-left: 95.0292397661%;
}
.row .columns.push_one:first-child {
  margin-left: 8.4795321637%;
}
.row .columns.push_two:first-child {
  margin-left: 16.9590643275%;
}
.row .columns.push_three:first-child {
  margin-left: 25.4385964912%;
}
.row .columns.push_four:first-child {
  margin-left: 33.918128655%;
}
.row .columns.push_five:first-child {
  margin-left: 42.3976608187%;
}
.row .columns.push_six:first-child {
  margin-left: 50.8771929825%;
}
.row .columns.push_seven:first-child {
  margin-left: 59.3567251462%;
}
.row .columns.push_eight:first-child {
  margin-left: 67.8362573099%;
}
.row .columns.push_nine:first-child {
  margin-left: 76.3157894737%;
}
.row .columns.push_ten:first-child {
  margin-left: 84.7953216374%;
}
.row .columns.push_eleven:first-child {
  margin-left: 93.2748538012%;
}
.row .one.centered {
  margin-left: 46.6374269006%;
}
.row .two.centered {
  margin-left: 42.3976608187%;
}
.row .three.centered {
  margin-left: 38.1578947368%;
}
.row .four.centered {
  margin-left: 33.918128655%;
}
.row .five.centered {
  margin-left: 29.6783625731%;
}
.row .six.centered {
  margin-left: 25.4385964912%;
}
.row .seven.centered {
  margin-left: 21.1988304094%;
}
.row .eight.centered {
  margin-left: 16.9590643275%;
}
.row .nine.centered {
  margin-left: 12.7192982456%;
}
.row .ten.centered {
  margin-left: 8.4795321637%;
}
.row .eleven.centered {
  margin-left: 4.2397660819%;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img {
  max-width: none !important;
}

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

.row.noclear:before, .row.noclear:after {
  content: none;
  display: none;
  clear: none;
}

/* Row Reverse */
.row.reverse .column, .row.reverse .columns {
  margin-left: 0px;
  margin-right: 1.7543859649%;
  float: right;
}

.row.reverse .column:first-child, .row.reverse .columns:first-child, .row.reverse .alpha {
  margin-right: 0px;
}

.row.reverse .column.omega, .row.reverse .columns.omega {
  float: left;
}

/*=======================================================================

	??? Artfully Masterminded by ZURB. Perfected by Digital Surgeons. ???

 ========================================================================*/
/*==================================================

	+++ Grid +++

===================================================*/
@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .row .row .column, .row .row .columns {
    padding: 0;
  }
  .column, .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .column:last-child, .columns:last-child {
    margin-right: 0;
    float: none;
  }
  .row .row .column, .row .row .columns {
    padding: 0;
  }
  .column, .columns, .row.reverse .column, .row.reverse .columns {
    width: auto !important;
    float: none;
    margin-left: 0px;
    margin-right: 0px;
  }
  .column:last-child, .columns:last-child {
    margin-right: 0;
    float: none;
  }
  [class*=column] + [class*=column]:last-child {
    float: none;
  }
  [class*=column]:before, [class*=column]:after {
    display: table;
  }
  [class*=column]:after {
    clear: both;
  }
  .push_one, .push_two, .push_three, .push_four, .push_five, .push_six, .push_seven, .push_eight, .push_nine, .push_ten, .push_eleven, .centered {
    margin-left: 0% !important;
  }
}
/*** =======================
 *** General
 *** ======================= */
html, body {
  font-size: 10px;
  line-height: 20em;
  min-width: 320px;
}

body {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.page-wrapper .row:not(.reverse)::after, .page-wrapper .row:not(.reverse)::before {
  display: none;
}

.main-wrapper, input, textarea, select, p {
  font-family: "neue-haas-unica", sans-serif;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.4px;
}
.main-wrapper em, input em, textarea em, select em, p em {
  font-family: "tangier";
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 26px;
  margin: 0 4px;
}

.mainwrapper, input, textarea, select, p {
  text-align: center;
}

.main-wrapper, input, textarea, select {
  background: #FFFFFF;
}

h1, h2, h3, h4 {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #333;
}

.main-wrapper h1, .main-wrapper h2 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 4px;
  line-height: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .main-wrapper h1, .main-wrapper h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 682px) {
  .main-wrapper h1, .main-wrapper h2 {
    background-size: 100% 7px;
  }
}
.main-wrapper h1 em, .main-wrapper h2 em {
  font-family: "tangier";
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 52px;
  margin: 0 4px;
}

.carousel-arrow-right, .carousel-arrow-left {
  display: inline-block;
  margin: 0;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border: solid #2C3D4E;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  margin-left: 15px;
  margin-bottom: 3px;
}

.carousel-arrow-right {
  right: -10px;
  border-width: 0 2px 2px 0;
}
.carousel-arrow-right:hover {
  right: -20px;
}

.carousel-arrow-left {
  left: -24px;
  border-width: 2px 0 0 2px;
}
.carousel-arrow-left:hover {
  left: -34px;
}

.main-wrapper h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 40px;
}
.main-wrapper h3 + p {
  margin-top: 20px;
}
.main-wrapper h3 em {
  font-family: "tangier";
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 46px;
  margin: 0 4px;
}

a {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: underline;
  color: #333;
}
a:hover, a:active {
  text-decoration: none;
}

.link-white a {
  color: #FFFFFF;
}

ul {
  padding: 0;
  margin: 0;
}
ul ul {
  padding: 0;
  margin: 0;
}

.read-more {
  display: block;
  margin: 30px auto;
  position: relative;
  font-size: 18px;
  text-align: center;
}
.read-more:after {
  border: solid #2C3D4E;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 8px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 50%;
  top: 120%;
  transform: translateX(50%) rotate(45deg);
}

.read-less:after {
  top: 140%;
  transform: translateX(50%) rotate(-135deg);
}

.intro-readmore {
  transform: rotate(180deg);
}

.intro-readmore::after, .intro-showless::after {
  content: " ";
  display: inline-block;
  border-bottom: 2px solid #2C3D4E;
  border-right: 2px solid #2C3D4E;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
}

.intro-showless::after {
  transform: rotate(225deg);
  margin-top: 20px;
}

.googlemap {
  width: 100%;
  height: 200px;
  background: #e8e8e8;
  padding: 10% 0;
  position: relative;
  overflow: hidden;
}
.googlemap > div {
  position: absolute;
  top: 0;
  left: 0;
}
.googlemap img {
  max-width: none;
}

/* .basic-section h1,
.bsic-section h2 {
	color: $color_primary;
	padding-bottom: 40px;
} */
/* .basic-section a, .intro a{
	text-decoration: underline;
	&:hover{
		opacity: 0.7;
	}
} */
.page-wrapper {
  margin-top: 146px;
  transition: margin 0.5s ease;
}
.page-wrapper.homepage {
  margin-top: 48px;
}
@media screen and (max-width: 1050px) {
  .page-wrapper {
    margin-top: 80px !important;
  }
}

.page-wrapper section {
  margin: 30px 0 30px;
}
.page-wrapper section:first-child {
  margin: 40px 0 30px;
}
.page-wrapper section:last-child {
  margin: 30px 0 0px;
}

ul, ol {
  margin: 2em 0px;
  counter-reset: section;
}
ul li, ol li {
  list-style: none;
}

ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0px none;
  border-radius: 3px;
  background: #666666;
  margin-right: 20px;
  vertical-align: middle;
}

ol li:before {
  counter-increment: section;
  content: counter(section) ".";
  display: inline-block;
  margin-right: 5px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-left: 30px;
}

blockquote {
  text-align: left;
  padding: 15px 20px 15px 30px;
  margin: 1.5em 0px;
  color: #333;
  border-left: 2px solid #2C3D4E;
}

table {
  width: 100%;
  margin: 2em 0px;
}
table td, table th {
  padding: 5px 10px;
  border: 1px solid #ccc;
}
table tr:nth-child(odd) td, table tr:nth-child(odd) th {
  background: white;
}
table tr:nth-child(even) td, table tr:nth-child(even) th {
  background: #FFFFFF;
}
table thead tr:nth-child(1n) td, table thead tr:nth-child(1n) th {
  background: #2C3D4E;
  border-color: #2C3D4E;
  color: #ffffff;
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  table {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

img {
  display: block;
}
img.inline, img.alignleft, img.alignright {
  display: inline-block;
  margin: 0;
}

section.full {
  padding: 0;
}
section.full h2 {
  padding: 0 20px;
}

@media only screen and (max-width: 500px) {
  .content table {
    display: block;
    border: 1px solid #ccc;
  }
  .content table tbody, .content table thead {
    display: block;
    border: 0;
  }
  .content table tr {
    display: block;
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .content table tr th, .content table tr td {
    display: block;
    border: 0;
    width: calc(100% - 20px) !important;
  }
  .content table tr th:before, .content table tr td:before {
    content: attr(data-title);
    display: inline;
    font-weight: bold;
  }
  .content table tr:last-child {
    border: 0;
  }
}
.intro-text .intro-controls, .pricing-intro .intro-controls, .single-col .intro-controls {
  text-align: center;
}
.row .tab-main-content > *, .row .tab-side-content > * {
  width: 80%;
  margin: 20px auto;
  float: none;
}

/*
h2, .scroll-nav {
	.icon {
		display: inline-block;
		@include spritesheet();
		vertical-align: middle;
		position:relative;
		top: -6px;
		margin-right: 10px;

		&.icon-details {
			width: 27px;
			height: 28px;
			background-position: -315px -75px;
		}
		&.icon-location {
			width: 20px;
			height: 28px;
			background-position: -172px -118px;
		}
		&.icon-calendar {
			width: 30px;
			height: 31px;
			background-position: -392px -32px;
		}
		&.icon-weather {
			width: 28px;
			height: 30px;
			background-position: -230px -121px;
		}
		&.icon-skiing {
			width: 33px;
			height: 27px;
			background-position: -138px -128px;
		}
		&.icon-eye {
			width: 34px;
			height: 20px;
			background-position: -103px -136px;
		}
		&.icon-webcam {
			width: 20px;
			height: 28px;
			background-position: -343px -75px;
		}
		&.icon-none {
			display:none;
		}
	}
}

.scroll-nav-container {
	height: 46px;
}
.scroll-nav {
	width: 100%;

	&.fixed{
		position:fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 900;
	}

	.scroll-nav-inner {
		max-width: $max-width;
		margin: 0 auto;
	}


	a {
		height: 46px;
		line-height: 46px;
		display:inline-block;
		width: 20%;
		padding: 0;
		border-left: 1px solid $background;
		margin-left: -1px;
		background: $color_primary;
		color: white;
		text-decorattion: none;
		text-align:center;
		overflow: hidden;

		&:first-child {
			border-left: 0;
			margin-left: 0;
		}

		&:hover {
			background: $color_sky_blue;
		}
	}

	.icon {
		top: -1px;

		&.icon-details {
			background-position: -315px -46px;
		}
		&.icon-location {
			background-position: -172px -90px;
		}
		&.icon-calendar {
			background-position: -392px -0px;
		}
		&.icon-weather {
			background-position: -230px -90px;
		}
		&.icon-skiing {
			background-position: -138px -100px;
		}
		&.icon-eye {
			background-position: -103px -115px;
		}
		&.icon-webcam {
			background-position: -343px -46px;
		}
	}
	@media only screen and (max-width: 900px){
		a {
			@include fontsize(14);
		}
	}
	@media only screen and (max-width: 800px){
		a {
			@include fontsize(12);
		}
	}
	@media only screen and (max-width: 640px){
		a {
			.icon {
				margin-right: 0;
			}
			.text {
				display: none;
			}
		}
	}
}*/
.icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}
.icon.icon-phone {
  width: 13px;
  height: 18px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/phone-white.svg");
}
.icon.icon-email {
  width: 18px;
  height: 13px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/mail-white.svg");
}

.resort-webcams {
  text-align: center;
}
.resort-webcams .webcam-wrapper {
  display: inline-block;
  width: 49%;
  padding-top: 40px;
}
.resort-webcams .webcam-wrapper h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .resort-webcams .webcam-wrapper {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
  .resort-webcams .webcam-wrapper h3 {
    margin-bottom: 10px;
  }
}

.page-wrapper-404 {
  text-align: center;
}

@media (max-width: 767px) {
  .basic-section .four,
  .news .three {
    margin-top: 40px;
  }
}
iframe {
  margin: 0 auto;
}

.os-Android iframe {
  max-width: 170px;
}
@media (min-width: 400px) {
  .os-Android iframe {
    max-width: 100%;
  }
}

.job-vacancies {
  margin-top: -40px;
  text-align: center;
}
.job-vacancies .job-vacancy {
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: white;
  position: relative;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .job-vacancies .job-vacancy {
    width: 100% !important;
    margin: 20px 0 !important;
    float: none !important;
  }
}
.job-vacancies .job-vacancy .inner {
  padding: 20px;
  padding-bottom: 60px;
}
.job-vacancies .job-vacancy .inner .job-title {
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.job-vacancies .job-vacancy .inner .job-description {
  margin-bottom: 20px;
}
.job-vacancies .job-vacancy .inner .job-pdf a {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 5px 20px;
}

.page-wrapper section.sub-nav {
  margin: 0px 0 0;
  background-color: #2C3D4E;
  transition: none;
  padding: 0;
  position: relative;
  z-index: 100;
}
.page-wrapper section.sub-nav:not(.sub-nav_no-image).sub-nav-sticky {
  position: fixed;
  top: 146px;
  width: 100%;
  z-index: 20;
  left: 0;
  box-sizing: border-box;
  z-index: 100;
}
@media screen and (max-width: 1050px) {
  .page-wrapper section.sub-nav:not(.sub-nav_no-image).sub-nav-sticky {
    top: 100px;
    border-top: 1px solid #FFFFFF;
  }
}
@media screen and (max-width: 1050px) and (max-height: 749px) {
  .page-wrapper section.sub-nav:not(.sub-nav_no-image).sub-nav-sticky {
    top: 80px;
  }
}
.page-wrapper section.sub-nav:not(.sub-nav_no-image).sub-nav-sticky + .breadcrumb {
  margin-top: 69px;
}
@media screen and (max-width: 1050px) {
  .page-wrapper section.sub-nav:not(.sub-nav_no-image).sub-nav-sticky + .breadcrumb {
    margin-top: 42px;
  }
}
.page-wrapper section.sub-nav nav {
  overflow-x: auto;
}
.page-wrapper section.sub-nav ul {
  --_shadow-width: 120px;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.page-wrapper section.sub-nav ul li {
  margin: 0;
  white-space: nowrap;
}
.page-wrapper section.sub-nav ul li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #2C3D4E;
  color: #FFFFFF;
}
.page-wrapper section.sub-nav ul li a:hover, .page-wrapper section.sub-nav ul li a:focus-visible {
  color: #2C3D4E;
  background: #A4B9C0;
}
@media screen and (min-width: 1051px) {
  .page-wrapper section.sub-nav ul li a.sub-nav_active {
    background: #A4B9C0;
    color: #2C3D4E;
  }
}
.page-wrapper section.sub-nav ul li:before {
  display: none;
}
.page-wrapper section.sub-nav ul li .back-to-referer {
  font-size: 14px;
  padding: 15px 20px;
  line-height: 20px;
}
.page-wrapper section.sub-nav ul li .back-to-referer span {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1050px) {
  .page-wrapper section.sub-nav ul li a {
    padding: 10px 20px;
  }
  .page-wrapper section.sub-nav ul li .back-to-referer {
    padding: 5px 20px;
  }
}
.page-wrapper section.sub-nav ul::before, .page-wrapper section.sub-nav ul::after {
  content: "";
  position: sticky;
  top: 0;
  bottom: 0;
  width: var(--_shadow-width);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
.page-wrapper section.sub-nav ul::before {
  left: 0;
  background: linear-gradient(90deg, #2C3D4E, transparent);
  margin-right: calc(var(--_shadow-width) * -1);
}
.page-wrapper section.sub-nav ul::after {
  right: 0;
  background: linear-gradient(90deg, transparent, #2C3D4E);
  margin-left: calc(var(--_shadow-width) * -1);
}
.page-wrapper section.sub-nav.show-left-indicator ul::before, .page-wrapper section.sub-nav.show-right-indicator ul::after {
  opacity: 1;
}

.logged-in section.sub-nav:not(.sub-nav_no-image).sub-nav-sticky {
  top: 178px;
}
@media screen and (min-width: 701px) and (max-width: 1050px) {
  .logged-in section.sub-nav:not(.sub-nav_no-image).sub-nav-sticky {
    top: 147px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in section.sub-nav:not(.sub-nav_no-image).sub-nav-sticky {
    top: 161px;
  }
}
@media screen and (max-width: 700px) {
  .logged-in section.sub-nav:not(.sub-nav_no-image).sub-nav-sticky {
    top: 192px;
  }
}

.page-wrapper section.sub-nav.sub-nav_no-image {
  position: fixed;
  width: 100%;
  left: 0;
  top: 146px;
  box-sizing: border-box;
}
.page-wrapper section.sub-nav.sub-nav_no-image + .breadcrumb {
  margin-top: 215px;
}
@media screen and (max-width: 1050px) {
  .page-wrapper section.sub-nav.sub-nav_no-image {
    top: 115px;
  }
  .page-wrapper section.sub-nav.sub-nav_no-image + .breadcrumb {
    margin-top: 157px;
  }
}
@media screen and (max-width: 700px) {
  .page-wrapper section.sub-nav.sub-nav_no-image {
    top: 146px;
  }
  .page-wrapper section.sub-nav.sub-nav_no-image + .breadcrumb {
    margin-top: 188px;
  }
}

.logged-in .page-wrapper section.sub-nav.sub-nav_no-image {
  position: fixed;
  width: 100%;
  left: 0;
  top: 178px;
  box-sizing: border-box;
}
.logged-in .page-wrapper section.sub-nav.sub-nav_no-image + .breadcrumb {
  margin-top: 215px;
}
@media screen and (max-width: 1050px) {
  .logged-in .page-wrapper section.sub-nav.sub-nav_no-image {
    top: 147px;
  }
  .logged-in .page-wrapper section.sub-nav.sub-nav_no-image + .breadcrumb {
    margin-top: 157px;
  }
}
@media screen and (max-width: 782px) {
  .logged-in .page-wrapper section.sub-nav.sub-nav_no-image {
    top: 161px;
  }
  .logged-in .page-wrapper section.sub-nav.sub-nav_no-image + .breadcrumb {
    margin-top: 157px;
  }
}
@media screen and (max-width: 700px) {
  .logged-in .page-wrapper section.sub-nav.sub-nav_no-image {
    top: 192px;
  }
  .logged-in .page-wrapper section.sub-nav.sub-nav_no-image + .breadcrumb {
    margin-top: 188px;
  }
}

.page-wrapper .breadcrumb {
  text-align: left;
  padding: 10px 20px;
  margin: 0;
  line-height: 28px;
  background-color: #F0EFEF;
}
@media screen and (max-width: 1050px) {
  .page-wrapper .breadcrumb {
    padding: 20px;
  }
}
.page-wrapper .breadcrumb .row {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}
.page-wrapper .breadcrumb + section {
  margin-top: 30px;
}
.page-wrapper .breadcrumb a, .page-wrapper .breadcrumb span, .page-wrapper .breadcrumb em {
  text-transform: uppercase !important;
  text-decoration: none;
  letter-spacing: 3px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-size: 14px;
}
.page-wrapper .breadcrumb em {
  text-transform: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  letter-spacing: inherit;
  font-style: normal;
  margin: 0;
}
.page-wrapper .breadcrumb .breadcrumb_separator {
  padding: 0 10px;
}

.sticky .breadcrumb {
  padding: 20px 0;
  background-color: #A4B9C0;
}
.sticky .breadcrumb a, .sticky .breadcrumb span {
  color: #2C3D4E;
}

.property-location .property-location_wrapper {
  background-color: #C1A49E;
}
.property-location .property-location_inner {
  position: relative;
  text-align: left;
}
.property-location .property-location_inner > div {
  width: 70%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .property-location .property-location_inner > div {
    width: 100%;
  }
}
.property-location .googlemap {
  box-sizing: border-box;
  min-height: 300px;
}
.property-location .property-location_inner .location-map_text {
  width: 30%;
  padding: 40px;
  background-color: #F0EFEF;
  background-color: #F0EFEF;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .property-location .property-location_inner .location-map_text {
    width: 100%;
    position: relative;
    padding: 20px;
  }
}
.property-location .property-location_inner .location-map_text .location-map_text_inner {
  position: absolute;
  width: calc(100% - 20px);
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.property-location .property-location_inner .location-map_text .location-map_text_inner h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .property-location .property-location_inner .location-map_text .location-map_text_inner {
    position: relative;
    top: inherit;
    transform: none;
    left: initial;
  }
}

.property-thumbnail {
  margin: 0 10px;
}
.property-thumbnail a {
  position: relative;
}
.property-thumbnail a:hover::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
}
.property-thumbnail img {
  margin: 0;
}
.property-thumbnail .property-thumbnail_text {
  background-color: #2C3D4E;
  padding: 30px;
  box-sizing: border-box;
}
.property-thumbnail .property-thumbnail_text h4 {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.property-thumbnail .property-thumbnail_text div {
  color: #FFFFFF;
}

.property-thumbnail_grid .slick {
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
.property-thumbnail_grid .carousel-arrow-right, .property-thumbnail_grid .carousel-arrow-left {
  display: inline-block;
  margin: 0;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border: solid #2C3D4E;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  margin-left: 15px;
  margin-bottom: 3px;
}
.property-thumbnail_grid .carousel-arrow-left {
  left: -30px;
  border-width: 2px 0 0 2px;
}
.property-thumbnail_grid .carousel-arrow-left:hover {
  left: -40px;
}
.property-thumbnail_grid .carousel-arrow-right {
  right: -18px;
  border-width: 0 2px 2px 0;
}
.property-thumbnail_grid .carousel-arrow-right:hover {
  right: -28px;
}

.generic-read-more .intro-controls {
  margin: 10px;
  text-align: center;
}

.fp-loves_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.fp-loves_icon {
  content: "";
  width: 24px;
  height: 19px;
  display: inline-block;
  position: relative;
  background-image: url("/wp-content/themes/fishandpips/images/icons/heart_dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  background-size: contain;
}

p.fp-loves_strapline {
  margin: 10px 0 40px;
}

div.wpcf7-validation-errors {
  border: none;
}

input, select {
  padding: 9px 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  border: solid 1px #2C3D4E;
  margin: 0px 10px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
}
input:focus, select:focus {
  border-color: #A4B9C0;
}

form :last-child {
  margin-right: 0;
}

form :first-child {
  margin-left: 0;
}

input[type=text],
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=url],
input[type=tel],
select {
  background: white;
}

.button, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .chunky-button, a.button, button, input[type=submit] {
  cursor: pointer;
  padding: 0 4px;
  text-transform: uppercase;
  padding: 10px 40px;
  border: 2px solid #2C3D4E;
  margin: 10px;
  vertical-align: middle;
  background: #2C3D4E;
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.button:hover, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a:hover, .chunky-button:hover, a.button:hover, button:hover, input[type=submit]:hover {
  background-color: #A4B9C0;
  border-color: #A4B9C0;
  color: #2C3D4E;
}

.button_contrast {
  background-color: #A4B9C0;
}

.section-form {
  position: relative;
}
.section-form .form-wrapper {
  padding: 40px 30px 40px 40px;
  border: 1px solid #ccc;
  background: white;
  margin-left: 293px;
}
.section-form .form-wrapper .selected {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
}
.section-form .form-wrapper .selected .field {
  margin-top: 30px;
}
.section-form .form-wrapper .selected .field:first-child {
  margin-top: 0px;
}
.section-form .form-wrapper .selected .field strong {
  color: #333;
  font-weight: normal;
  float: left;
  width: 200px;
}
.section-form .form-wrapper .selected .field .value {
  display: block;
  margin-left: 200px;
}
.section-form .form-wrapper input[type=text],
.section-form .form-wrapper input[type=email],
.section-form .form-wrapper input[type=search],
.section-form .form-wrapper input[type=number],
.section-form .form-wrapper input[type=password],
.section-form .form-wrapper input[type=url],
.section-form .form-wrapper input[type=tel],
.section-form .form-wrapper select {
  border: 1px solid #ccc;
}
.section-form .form-wrapper .field {
  margin-top: 10px;
  overflow: hidden;
  line-height: 1.5em;
  width: 100%;
}
.section-form .form-wrapper .field textarea {
  padding: 7px;
  border: 1px solid #ccc;
}
.section-form .form-wrapper .field label {
  padding-top: 8px;
  float: left;
  width: 200px;
  color: #333;
}
.section-form .form-wrapper .field input {
  width: 370px;
}
.section-form .form-wrapper .field textarea {
  width: 370px !important;
}
.section-form .form-wrapper .field input[type=submit] {
  margin-left: 202px;
  width: 150px;
}
.section-form .form-wrapper .field .subfield {
  margin-right: 20px;
  float: left;
}
.section-form .form-wrapper .field .subfield label {
  width: auto;
  margin-right: 10px;
  color: #999;
}
.section-form .form-wrapper .field .subfield input {
  width: 35px;
}
.section-form .form-wrapper .field .subfield:last-child {
  margin-right: 0px;
}
.section-form .form-wrapper .offer-details {
  display: inline-block;
  padding: 8px 15px;
  margin-top: 10px;
}
.section-form .form-wrapper .wpcf7-response-output {
  position: absolute;
  bottom: 98.5%;
  right: 0;
  left: 0;
  text-align: center;
  margin-bottom: 28px;
  border: 0;
  background: #2C3D4E;
  color: white;
  padding: 5px;
}

span.wpcf7-not-valid-tip {
  margin-left: 200px;
}

.chalet-form .form-wrapper .selected, .contact .form-wrapper .selected {
  padding-bottom: 0;
  margin-bottom: 0;
}
.chalet-form .form-wrapper .field-found,
.chalet-form .form-wrapper .field-holiday,
.chalet-form .form-wrapper .field-found-refine,
.chalet-form .form-wrapper .field-found-details, .contact .form-wrapper .field-found,
.contact .form-wrapper .field-holiday,
.contact .form-wrapper .field-found-refine,
.contact .form-wrapper .field-found-details {
  overflow: visible;
}
.chalet-form .form-wrapper .field-found .how-hear .checkboxdropdown-container,
.chalet-form .form-wrapper .field-found .how-hear-refine .checkboxdropdown-container,
.chalet-form .form-wrapper .field-found .holiday .checkboxdropdown-container,
.chalet-form .form-wrapper .field-holiday .how-hear .checkboxdropdown-container,
.chalet-form .form-wrapper .field-holiday .how-hear-refine .checkboxdropdown-container,
.chalet-form .form-wrapper .field-holiday .holiday .checkboxdropdown-container,
.chalet-form .form-wrapper .field-found-refine .how-hear .checkboxdropdown-container,
.chalet-form .form-wrapper .field-found-refine .how-hear-refine .checkboxdropdown-container,
.chalet-form .form-wrapper .field-found-refine .holiday .checkboxdropdown-container,
.chalet-form .form-wrapper .field-found-details .how-hear .checkboxdropdown-container,
.chalet-form .form-wrapper .field-found-details .how-hear-refine .checkboxdropdown-container,
.chalet-form .form-wrapper .field-found-details .holiday .checkboxdropdown-container, .contact .form-wrapper .field-found .how-hear .checkboxdropdown-container,
.contact .form-wrapper .field-found .how-hear-refine .checkboxdropdown-container,
.contact .form-wrapper .field-found .holiday .checkboxdropdown-container,
.contact .form-wrapper .field-holiday .how-hear .checkboxdropdown-container,
.contact .form-wrapper .field-holiday .how-hear-refine .checkboxdropdown-container,
.contact .form-wrapper .field-holiday .holiday .checkboxdropdown-container,
.contact .form-wrapper .field-found-refine .how-hear .checkboxdropdown-container,
.contact .form-wrapper .field-found-refine .how-hear-refine .checkboxdropdown-container,
.contact .form-wrapper .field-found-refine .holiday .checkboxdropdown-container,
.contact .form-wrapper .field-found-details .how-hear .checkboxdropdown-container,
.contact .form-wrapper .field-found-details .how-hear-refine .checkboxdropdown-container,
.contact .form-wrapper .field-found-details .holiday .checkboxdropdown-container {
  max-width: 300px;
}
.chalet-form .form-wrapper .field-found .how-hear .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-found .how-hear-refine .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-found .holiday .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-holiday .how-hear .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-holiday .how-hear-refine .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-holiday .holiday .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-found-refine .how-hear .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-found-refine .how-hear-refine .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-found-refine .holiday .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-found-details .how-hear .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-found-details .how-hear-refine .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-found-details .holiday .checkboxdropdown-container .checkboxes label, .contact .form-wrapper .field-found .how-hear .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-found .how-hear-refine .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-found .holiday .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-holiday .how-hear .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-holiday .how-hear-refine .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-holiday .holiday .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-found-refine .how-hear .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-found-refine .how-hear-refine .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-found-refine .holiday .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-found-details .how-hear .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-found-details .how-hear-refine .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-found-details .holiday .checkboxdropdown-container .checkboxes label {
  width: 300px;
}
.chalet-form .form-wrapper .field-found-refine,
.chalet-form .form-wrapper .field-found-details, .contact .form-wrapper .field-found-refine,
.contact .form-wrapper .field-found-details {
  display: none;
}
.chalet-form .form-wrapper .field-found-refine select[name=how-hear-refine] + .checkboxdropdown-container .checkboxes label,
.chalet-form .form-wrapper .field-found-details select[name=how-hear-refine] + .checkboxdropdown-container .checkboxes label, .contact .form-wrapper .field-found-refine select[name=how-hear-refine] + .checkboxdropdown-container .checkboxes label,
.contact .form-wrapper .field-found-details select[name=how-hear-refine] + .checkboxdropdown-container .checkboxes label {
  display: none;
}
.chalet-form .form-wrapper .subscribe-mailing-list .wpcf7-list-item, .chalet-form .form-wrapper .privacy-policy .wpcf7-list-item, .contact .form-wrapper .subscribe-mailing-list .wpcf7-list-item, .contact .form-wrapper .privacy-policy .wpcf7-list-item {
  margin-left: 0px;
}
.chalet-form .form-wrapper .subscribe-mailing-list .wpcf7-list-item input, .chalet-form .form-wrapper .privacy-policy .wpcf7-list-item input, .contact .form-wrapper .subscribe-mailing-list .wpcf7-list-item input, .contact .form-wrapper .privacy-policy .wpcf7-list-item input {
  margin: 0px;
  width: auto;
}

section.contact .contact-details a {
  text-decoration: underline;
  letter-spacing: 1px;
  text-transform: lowercase;
}
section.contact .contact-details a:hover {
  opacity: 0.7;
}

.field-mailinglist .wpcf7-list-item-label {
  display: none;
}

.field-captcha {
  height: 120px;
  margin-top: 10px;
}

@media only screen and (max-width: 1030px) {
  .section-form .form-wrapper .field label {
    width: 100%;
  }
  .section-form .form-wrapper .field input[type=submit] {
    margin-left: 0px;
  }
  span.wpcf7-not-valid-tip {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 820px) {
  .page-template-templatespage-form-php .panel.chalet-teaser {
    float: none;
    width: 280px;
    margin: 0px auto 10px;
  }
  .section-form .form-wrapper {
    margin-left: 0;
  }
  .section-form .form-wrapper .field label {
    width: 200px;
  }
  .section-form .form-wrapper .field input[type=submit] {
    margin-left: 202px;
  }
  span.wpcf7-not-valid-tip {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 720px) {
  .section-form .form-wrapper .selected .field .value {
    display: block;
    margin-left: 0px;
    clear: both;
  }
  .section-form .form-wrapper .field label {
    width: 100%;
  }
  .section-form .form-wrapper .field input[type=submit] {
    margin-left: 0px;
  }
  span.wpcf7-not-valid-tip {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 525px) {
  .section-form .form-wrapper {
    margin: 0 -20px !important;
    padding: 20px;
    border-left: 0;
    border-right: 0;
  }
  .section-form .form-wrapper .field {
    overflow: visible;
  }
  .section-form .form-wrapper .field input {
    width: 93%;
  }
  .section-form .form-wrapper .field textarea {
    width: 93% !important;
  }
  .section-form .form-wrapper .field input[type=submit] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .section-form .form-wrapper .field .subfield {
    clear: left;
    margin-top: 10px;
    margin-right: 0;
  }
  .section-form .form-wrapper .field .subfield label {
    width: 150px;
  }
  .section-form .form-wrapper .field .subfield input {
    width: 59px;
  }
  .section-form .form-wrapper .field.submit {
    clear: both;
  }
  .section-form .form-wrapper #recaptcha_widget_div {
    width: auto;
    float: none;
    clear: both;
    margin-left: -20px;
    margin-right: -20px;
  }
  .section-form .form-wrapper #recaptcha_widget_div #recaptcha_area {
    margin: 0 auto;
  }
}
/* checkbox dropdown */
.checkboxdropdown-container {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  color: #666;
}
.checkboxdropdown-container.active {
  z-index: 100;
}
.checkboxdropdown-container .text {
  display: block;
  background: #FFFFFF;
  padding: 8px 10px;
  margin: 0px;
  cursor: pointer;
  position: relative;
  height: 24px;
  line-height: 24px;
  color: #2C3D4E;
  border: solid 1px #dfdfdf;
  box-shadow: 2px 2px 5px 0 #e9e9e9;
}
.checkboxdropdown-container .text:focus {
  outline: 1px solid #2C3D4E;
}
.checkboxdropdown-container .text .divide-right {
  height: 100%;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.checkboxdropdown-container .text .divide-right .down-arrow {
  border-top: 4px solid #2C3D4E;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -2px;
  margin-right: -5px;
}
.checkboxdropdown-container .text .text-inner {
  display: block;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
}
.checkboxdropdown-container .text.placeholder {
  color: #999;
}
.checkboxdropdown-container .text:hover, .checkboxdropdown-container .text.hover {
  box-shadow: 2px 2px 10px 0 #d7d7d7;
  transition: all 0.3s;
}
.checkboxdropdown-container .close {
  display: none;
  border-bottom: 4px solid #666;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  width: 0;
  line-height: 0;
  font-size: 0;
  position: absolute;
  top: 17px;
  right: 10px;
  text-align: left;
  text-indent: -10000px;
  overflow: hidden;
}
.checkboxdropdown-container.active .close {
  display: block;
}
.checkboxdropdown-container .checkboxes {
  display: block;
  background: #ffffff;
  position: absolute;
  overflow: hidden;
  left: 0px;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  top: 0px;
  margin: 0px;
  border: solid 1px #dfdfdf;
}
.checkboxdropdown-container .checkboxes .title {
  display: block;
  padding: 10px 30px 10px 10px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
  white-space: nowrap;
}
.checkboxdropdown-container .checkboxes label {
  display: block;
  border-bottom: 1px dashed #e8e8e8;
  padding: 5px 10px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  position: relative;
  margin: 0;
}
.checkboxdropdown-container .checkboxes label:hover, .checkboxdropdown-container .checkboxes label.hover {
  color: #2C3D4E;
  font-weight: bold;
}
.checkboxdropdown-container .checkboxes label:hover:before, .checkboxdropdown-container .checkboxes label.hover:before {
  background-position: -168px -143px;
}
.checkboxdropdown-container .checkboxes label .fake-checkbox {
  display: none;
}
.checkboxdropdown-container .checkboxes label input {
  position: absolute;
  right: 200%;
  margin: 0;
}
.checkboxdropdown-container .checkboxes label:last-child {
  border-bottom: 0px none;
}
.checkboxdropdown-container .checkboxes label.selected .fake-checkbox {
  content: " "; /* Fixes IE8 issue where :before doesn't updated until mouseout */
  background-position: -147px -161px;
}
.checkboxdropdown-container .checkboxes label.selected.all .fake-checkbox {
  content: " "; /* Fixes IE8 issue where :before doesn't updated until mouseout */
  background-position: -168px -161px;
}
.checkboxdropdown-container .checkboxes label.focus .fake-checkbox {
  outline: 1px dotted #999999;
}
@media only screen and (max-width: 549px) {
  .checkboxdropdown-container.active .text {
    display: none;
  }
  .checkboxdropdown-container .checkboxes {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    margin-top: 0px !important;
  }
  .checkboxdropdown-container .checkboxes label {
    padding: 10px;
  }
}

.condense-checkboxdropdown .checkboxdropdown-container .checkboxes label {
  padding-top: 0;
  padding-bottom: 0;
}
.condense-checkboxdropdown .checkboxdropdown-container .checkboxes span {
  display: none;
}

/* Recaptcha */
body #recaptcha_widget_div {
  margin-left: 0;
  margin-bottom: 1em;
  float: left;
}
body .recaptchatable a {
  color: #2C3D4E !important;
}
body .recaptchatable a:hover, body .recaptchatable a:active {
  text-decoration: underline !important;
}
body .recaptchatable input#recaptcha_response_field {
  min-width: 0px !important;
  width: 135px !important;
  max-width: none !important;
  padding: 3px !important;
  margin: 11px 0px -1px 15px !important;
  box-sizing: content-box;
}
body .recaptchatable td img {
  display: block;
}
body .recaptchatable .recaptcha_r1_c1 {
  background: no-repeat scroll 0 -63px transparent !important;
  height: 9px;
  width: 318px;
}
body .recaptchatable .recaptcha_r2_c1 {
  background: no-repeat scroll -18px 0 transparent !important;
  height: 57px;
  width: 9px;
}
body .recaptchatable .recaptcha_r2_c2 {
  background: no-repeat scroll -27px 0 transparent !important;
  height: 57px;
  width: 9px;
}
body .recaptchatable .recaptcha_r3_c1 {
  background: no-repeat scroll 0 0 transparent !important;
  height: 63px;
  width: 9px;
}
body .recaptchatable .recaptcha_r3_c2 {
  background: no-repeat scroll -18px -57px transparent !important;
  height: 6px;
  width: 300px;
}
body .recaptchatable .recaptcha_r3_c3 {
  background: no-repeat scroll -9px 0 transparent !important;
  height: 63px;
  width: 9px;
}
body .recaptchatable .recaptcha_r4_c1 {
  background: no-repeat scroll -43px 0 transparent !important;
  height: 49px;
  width: 171px;
}
body .recaptchatable .recaptcha_r4_c2 {
  background: no-repeat scroll -36px 0 transparent !important;
  height: 57px;
  width: 7px;
}
body .recaptchatable .recaptcha_r4_c4 {
  background: no-repeat scroll -214px 0 transparent !important;
  height: 57px;
  width: 97px;
}
body .recaptchatable .recaptcha_r7_c1 {
  background: no-repeat scroll -43px -49px transparent !important;
  height: 8px;
  width: 171px;
}
body .recaptchatable .recaptcha_r8_c1 {
  background: no-repeat scroll -43px -49px transparent !important;
  height: 8px;
  width: 25px;
}
body .recaptchatable #recaptcha_image br {
  display: inline;
}
body .recaptchatable #recaptcha_image embed,
body .recaptchatable #recaptcha_image object {
  height: 0px;
  position: absolute !important;
  visibility: hidden;
}
body #recaptcha_response_field {
  border: 1px #f2f2f2 solid !important;
}
body #recaptcha_reload_btn {
  background: no-repeat scroll -311px 0px transparent !important;
  display: block !important;
  width: 25px !important;
  height: 17px !important;
}
body #recaptcha_switch_audio_btn {
  background: no-repeat scroll -318px -49px transparent !important;
  display: block;
  width: 25px !important;
  height: 16px !important;
}
body #recaptcha_whatsthis_btn {
  background: no-repeat scroll -311px -33px transparent !important;
  display: block !important;
  width: 25px !important;
  height: 16px !important;
}
body #recaptcha_reload_btn img,
body #recaptcha_switch_audio_btn img,
body #recaptcha_whatsthis_btn img {
  display: none;
}
body .recaptcha-error {
  display: none;
}
body #recaptcha_widget_div #recaptcha_instructions_error {
  color: #36AC22 !important;
}
body .recaptchatable .recaptcha_r1_c1,
body .recaptchatable .recaptcha_r2_c1,
body .recaptchatable .recaptcha_r2_c2,
body .recaptchatable .recaptcha_r3_c1,
body .recaptchatable .recaptcha_r3_c2,
body .recaptchatable .recaptcha_r3_c3,
body .recaptchatable .recaptcha_r4_c1,
body .recaptchatable .recaptcha_r4_c2,
body .recaptchatable .recaptcha_r4_c4,
body .recaptchatable .recaptcha_r7_c1,
body .recaptchatable .recaptcha_r8_c1,
body #recaptcha_reload_btn,
body #recaptcha_switch_audio_btn,
body #recaptcha_whatsthis_btn {
  background-image: url(../images/recaptcha-sprite.png) !important;
}
body .recaptcha_only_if_privacy {
  line-height: 1em;
  margin-top: -5px;
}
body .recaptcha_is_showing_audio .recaptchatable #recaptcha_image {
  text-align: center;
}
body .recaptcha_is_showing_audio .recaptchatable #recaptcha_image a {
  text-decoration: none;
}
body .recaptcha_is_showing_audio .recaptchatable #recaptcha_image a:hover, body .recaptcha_is_showing_audio .recaptchatable #recaptcha_image a:active {
  text-decoration: underline;
}
body .recaptcha_audio_cant_hear_link {
  font-size: 12px !important;
}
body #recaptcha_switch_img_btn {
  display: block;
  width: 25px;
  height: 16px;
  background: transparent url(../images/recaptcha-text-button.png) no-repeat 0px 0px !important;
}
body #recaptcha_switch_img_btn img {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-initialized .slick-slide img {
  display: block !important;
}

.slick-translucent .slick-slide:not(.slick-active) {
  opacity: 0.5;
  transition: all 0.5s;
}

.panels-3 .slick-translucent .slick-slide:not(.slick-active) {
  opacity: 1;
}

.slick-dots {
  margin: 0;
  text-align: center;
}
.slick-dots .slick-active button {
  background: inherit;
}
.slick-dots li {
  display: inline;
}
.slick-dots li:before {
  display: none;
}
.slick-dots button {
  margin: 10px 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  padding: 0;
  box-sizing: content-box;
  overflow: hidden;
  text-indent: -1000px;
  border-radius: 100%;
  border: 2px solid #2C3D4E;
  background: #2C3D4E;
  margin: 0px 5px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  outline: none;
  text-align: center;
}
.slick-dots button:hover, .slick-dots button:active, .slick-dots button.active {
  background: transparent;
}
.slick-dots .slick-active button {
  background: transparent;
}

.weather-widget {
  background: white;
  max-width: 469px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.weather-widget img {
  max-width: none;
}
.weather-widget #wf-weatherfeed {
  width: 469px;
  margin: 5px;
  background-color: #fff;
  border: 2px solid #e3e3e3;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.weather-widget #wf-weatherfeed a {
  color: #3c8dbc;
}
.weather-widget #wf-weatherfeed a:hover {
  color: #333;
}
.weather-widget #wf-link {
  width: 469px;
}
.weather-widget #wf-link a img {
  border: none;
  float: left;
  margin: 5px 5px 10px 10px;
  width: 150px;
  height: 40px;
}
.weather-widget #wf-link p {
  padding: 15px 5px 5px 170px;
  margin: 0;
}
.weather-widget #wf-weatherfeed, .weather-widget table#wf-table {
  font-size: 12px;
  line-height: 1.4em;
  color: #333;
}
.weather-widget #wf-table {
  margin: 0 auto;
  width: 100%;
}
.weather-widget table#wf-table a {
  color: #3c8dbc;
}
.weather-widget #wf-weatherfeed a:hover {
  color: #333;
}
.weather-widget #wf-location {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  margin: -1px;
  margin-bottom: 10px;
  background-color: #2C3D4E;
  height: 30px;
  line-height: 30px;
  padding: 10px;
}
.weather-widget #wf-table td {
  padding: 0 5px;
  text-align: center;
  width: 60px;
}
.weather-widget #wf-table th {
  padding: 0 5px;
  text-align: right;
  width: 150px;
  font-weight: bold;
}
.weather-widget #table-current {
  background-color: #f6f6f6;
}
.weather-widget #wf-wstation {
  font-size: 11px;
  text-align: center;
  padding: 20px;
}
.weather-widget .bigtext {
  font-size: 16px;
  font-weight: bold;
}
.weather-widget .wximg {
  margin-top: 3px;
}
.weather-widget .wxcell {
  width: 38px;
  height: 38px;
  background: url(https://www.snow-forecast.com/wxicons38/allsprite.png?1381356042) no-repeat top left;
}
.weather-widget .weathercell {
  margin: 0 auto;
  width: 38px;
  height: 38px;
  position: relative;
}
.weather-widget .windcell {
  margin: 1px auto;
  width: 36px;
  height: 36px;
  position: relative;
}
.weather-widget .weathercell img, .weather-widget .windcell img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0 !important;
}
.weather-widget .windcell span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 36px;
  z-index: 1;
}
.weather-widget .tempcell {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: solid 1px #555;
  background-color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
}
@media only screen and (max-width: 400px) {
  .weather-widget #wf-table th {
    display: none !important;
  }
}

#ccc #ccc-icon {
  margin: 0;
}

/*** =======================
 *** Main Template
 *** ======================= */
.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #FFFFFF;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -7px;
}
.burger-icon::after {
  top: 7px;
}

.menu-button.is-active .burger-icon {
  background-color: transparent;
}
.menu-button.is-active .burger-icon::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.menu-button.is-active .burger-icon::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

header {
  padding: 0;
  position: fixed;
  z-index: 1000;
  width: 100%;
  min-width: 320px;
}
header section.header-upper {
  background-color: #2C3D4E;
  color: #FFFFFF;
  padding: 8px 20px 10px;
}
header section.header-upper .row {
  display: flex;
  justify-content: space-around;
  max-width: 1400px;
}
@media screen and (max-width: 700px) {
  header section.header-upper .row {
    display: block;
  }
}
header section.header-upper .row:before {
  display: none;
}
header section.header-upper .row div a, header section.header-upper .row .header-upper_text {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
}
header section.header-upper .row div a span {
  position: relative;
  vertical-align: middle;
}
header section.header-upper .row div a:hover {
  text-decoration: underline;
}
header section.header-upper .row div:last-child {
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  header section.header-upper .row div.header-upper_text {
    display: none;
  }
}
header section.header-lower {
  transition: all 0.25s;
}
header section.header-lower .row {
  max-width: 1400px;
}
header section.header-lower .row .mobile-wrapper {
  height: 100%;
  margin: 0px 35px 0;
  display: none;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
header section.header-lower .row .mobile-wrapper .contact {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 379px) {
  header section.header-lower .row .mobile-wrapper .contact {
    gap: 10px;
  }
}
header section.header-lower .row .mobile-wrapper .phone, header section.header-lower .row .mobile-wrapper .email {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background-position: center center;
  background-repeat: no-repeat;
}
header section.header-lower .row .mobile-wrapper .phone {
  background-image: url("/wp-content/themes/fishandpips/images/icons/phone-white.svg");
}
header section.header-lower .row .mobile-wrapper .email {
  background-image: url("/wp-content/themes/fishandpips/images/icons/mail-white.svg");
}
header section.header-lower .row .mobile-wrapper .mobile-logo {
  justify-self: center;
}
header section.header-lower .row .mobile-wrapper .mobile-logo a img {
  height: 70px;
  width: auto;
  margin: 0;
}
@media screen and (max-height: 749px) {
  header section.header-lower .row .mobile-wrapper .mobile-logo a img {
    height: 50px;
  }
}
header section.header-lower .row .mobile-wrapper .menu-button {
  justify-self: end;
}
header section.header-lower .row .main-menu .header-logo {
  position: absolute;
  bottom: 4px;
  width: 150px;
  height: 150px;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
header section.header-lower .row .main-menu .header-logo img {
  position: absolute;
  top: 50%;
  width: 200px;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
}
header section.header-lower .row .main-menu .header-logo img.sticky-logo {
  visibility: hidden;
  width: 85px;
  top: 50%;
  width: 150px;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
}
header section.header-lower .row .main-menu .menu {
  display: flex;
  margin: 40px 0 0;
}
header section.header-lower .row .main-menu .menu li {
  margin: 0;
  z-index: 100;
}
header section.header-lower .row .main-menu .menu li:nth-child(4) {
  margin-left: auto;
}
header section.header-lower .row .main-menu .menu li:before {
  display: none;
}
header section.header-lower .row .main-menu .menu li.current-menu-item > .sub-menu {
  display: none;
}
header section.header-lower .row .main-menu .menu li a {
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
header section.header-lower .row .main-menu .menu li a.active {
  color: #C1A49E;
}
header section.header-lower .row .main-menu .menu li a.top-level {
  display: inline-block;
  vertical-align: middle;
}
header section.header-lower .row .main-menu .menu li a em {
  text-transform: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  letter-spacing: inherit;
  font-style: normal;
  margin: 0;
}
header section.header-lower .row .main-menu .menu li ul {
  display: none;
  text-align: left;
  background: #2C3D4E;
  color: #FFFFFF;
  margin-left: 0;
}
header section.header-lower .row .main-menu .menu li ul li {
  float: none;
  margin-left: 0;
}
@media screen and (min-width: 1051px) {
  header section.header-lower .row .main-menu .menu li ul li.sub-menu-inline {
    position: relative;
  }
  header section.header-lower .row .main-menu .menu li ul li.sub-menu-bottom {
    position: relative !important;
  }
  header section.header-lower .row .main-menu .menu li ul li.sub-menu-bottom > .sub-menu {
    bottom: 0 !important;
    top: auto !important;
  }
}
header section.header-lower .row .main-menu .menu li ul li a {
  position: relative;
  display: block;
  padding: 4px 35px 4px 16px;
  color: #FFFFFF;
  width: revert;
}
header section.header-lower .row .main-menu .menu li ul li a:hover {
  transition: all 0.3s;
}
header section.header-lower .row .main-menu .menu li ul li.menu-item-has-children > span > a:hover {
  background-color: #A4B9C0;
  color: #2C3D4E;
}
header section.header-lower .row .main-menu .menu li ul li.menu-item-has-children > span > a:hover:after {
  opacity: 1;
  transform: translateX(20px) rotate(315deg) translateY(-50%);
  opacity: 1;
}
header section.header-lower .row .main-menu .menu li ul li.menu-item-has-children > span > a:after {
  content: "";
  border: solid #FFFFFF;
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
  opacity: 0;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(315deg) translateY(-50%);
  transform: translateX(0) rotate(315deg) translateY(-50%);
  top: 50%;
  right: 40px;
}
header section.header-lower .row .main-menu .menu .toggle {
  position: absolute;
  display: inline-block;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
}
header section.header-lower .row .main-menu .menu .toggle:after {
  content: "";
  position: absolute;
  border: solid #D8D8D8;
  display: inline-block;
  transition: all 0.3s;
  border-width: 0 2px 2px 0;
  padding: 3px;
  -webkit-transform: rotate(315deg);
  transform: translateX(0) rotate(315deg);
  top: 20px;
  right: 30px;
}
header section.header-lower .row .main-menu .menu .toggle.active {
  -webkit-transform: rotate(245deg);
  transform: translateX(0) rotate(245deg);
}

@media only screen and (min-width: 1051px) {
  header section.header-lower .row .main-menu > .menu > li {
    position: relative;
    padding-bottom: 35px;
  }
  header section.header-lower .row .main-menu > .menu > li a {
    width: min-content;
  }
  header section.header-lower .row .main-menu > .menu > li:last-child {
    margin-right: 0;
  }
  header section.header-lower .row .main-menu > .menu > li:last-child .sub-menu > li > .sub-menu, header section.header-lower .row .main-menu > .menu > li:nth-last-child(2) .sub-menu > li > .sub-menu, header section.header-lower .row .main-menu > .menu > li:nth-last-child(3) .sub-menu > li > .sub-menu {
    left: -100%;
  }
  header section.header-lower .row .main-menu > .menu > li:last-child ul, header section.header-lower .row .main-menu > .menu > li:nth-last-child(2) ul, header section.header-lower .row .main-menu > .menu > li:nth-last-child(3) ul {
    left: auto;
    right: 0;
  }
  header section.header-lower .row .main-menu > .menu > li:first-child {
    margin-left: 0;
  }
  header section.header-lower .row .main-menu li:hover > ul {
    display: block !important;
    height: auto !important;
  }
  header section.header-lower .row .main-menu > .menu > li > span > a {
    padding: 18px 25px;
    line-height: 24px;
    position: relative;
    font-family: "neue-haas-unica";
    display: inline-block;
    font-size: 16px;
    transition: 0.5s ease;
    text-align: center;
  }
  header section.header-lower .row .main-menu > .menu > li > .sub-menu > li > .sub-menu {
    top: 0px;
    left: 270px;
    background-color: transparent;
  }
  header section.header-lower .row .main-menu > .menu > li > .sub-menu > li > .sub-menu li a {
    background-color: #A4B9C0;
    color: #2C3D4E;
  }
  header section.header-lower .row .main-menu > .menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    top: 0px;
    left: 270px;
    background-color: transparent;
  }
  header section.header-lower .row .main-menu > .menu > li > .sub-menu > li > .sub-menu > li > .sub-menu li a {
    background-color: #F0EFEF;
  }
  header section.header-lower .row .main-menu > .menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    top: 0px;
    left: 270px;
    background-color: transparent;
  }
  header section.header-lower .row .main-menu > .menu > li:nth-child(4).menu-item-has-children span > a::after, header section.header-lower .row .main-menu > .menu > li:nth-child(5).menu-item-has-children span > a::after, header section.header-lower .row .main-menu > .menu > li:nth-child(6).menu-item-has-children span > a::after {
    transform: translateX(20px) rotate(135deg) translateY(50%);
  }
  header section.header-lower .row .main-menu > .menu > li:nth-child(4).menu-item-has-children span > a:hover::after, header section.header-lower .row .main-menu > .menu > li:nth-child(5).menu-item-has-children span > a:hover::after, header section.header-lower .row .main-menu > .menu > li:nth-child(6).menu-item-has-children span > a:hover::after {
    transform: translateX(0px) rotate(135deg) translateY(50%);
  }
  header section.header-lower .row .main-menu > .menu > li:nth-child(4) .sub-menu > li > .sub-menu, header section.header-lower .row .main-menu > .menu > li:nth-child(5) .sub-menu > li > .sub-menu, header section.header-lower .row .main-menu > .menu > li:nth-child(6) .sub-menu > li > .sub-menu {
    left: -100%;
  }
  header section.header-lower .row .main-menu > .menu > li:first-child > span > a {
    padding-left: 0;
  }
  header section.header-lower .row .main-menu > .menu > li:last-child > span > a {
    padding-right: 0;
  }
  header section.header-lower .row .main-menu > .menu > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
  }
  header section.header-lower .row .main-menu > .menu > li.menu-item-has-children:before {
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #2C3D4E;
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    bottom: 0;
    opacity: 0;
  }
  header section.header-lower .row .main-menu > .menu > li.menu-item-has-children > span > a:after {
    content: "";
    border: solid #FFFFFF;
    display: inline-block;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: translateX(0) rotate(45deg);
    margin-left: 5px;
    margin-bottom: 3px;
    transition: 0.15s transform;
    top: 24px;
    right: -20px;
    position: absolute;
    display: none;
  }
  header section.header-lower .row .main-menu > .menu > li.menu-item-has-children > span > a:hover:after, header section.header-lower .row .main-menu > .menu > li.menu-item-has-children > span > a.toggleUp:after {
    -webkit-transform: rotate(225deg);
    transform: translateX(0) rotate(225deg);
    margin-left: 5px;
    margin-bottom: 0px;
  }
  header section.header-lower .row .main-menu > .menu > li:hover:before {
    opacity: 1;
  }
  header section.header-lower .row .main-menu .menu .toggle {
    display: none;
    height: 0;
  }
  header.sticky section.header-lower .main-menu #menu-top-nav {
    margin: 10px 0 0px;
  }
  header.sticky section.header-lower .main-menu #menu-top-nav > li {
    padding-bottom: 15px;
  }
  header.sticky section.header-lower .main-menu #menu-top-nav > li > span a {
    color: #2C3D4E;
    font-size: 1em;
    line-height: 22px;
    padding: 14px 25px;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1200px) {
  header.sticky section.header-lower .main-menu #menu-top-nav > li > span a {
    padding: 14px 15px;
  }
}
@media only screen and (min-width: 1051px) {
  header.sticky section.header-lower .main-menu #menu-top-nav > li.menu-item-has-children > span > a::after {
    border-color: #2C3D4E;
  }
  header.sticky section.header-lower .main-menu #menu-top-nav > li .toggle {
    border-color: #2C3D4E;
  }
  header.sticky section.header-lower .main-menu #menu-top-nav > li:first-child > span > a {
    padding-left: 0;
  }
  header.sticky section.header-lower .main-menu #menu-top-nav > li:last-child > span > a {
    padding-right: 0;
  }
  header.sticky section.header-lower {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
  }
  header.sticky section.header-lower .row .main-menu .header-logo {
    bottom: -26px;
  }
  header.sticky section.header-lower .row .main-menu .header-logo img.main-logo {
    visibility: hidden !important;
  }
  header.sticky section.header-lower .row .main-menu .header-logo img.sticky-logo {
    visibility: initial !important;
  }
  header.sticky section.header-lower .enquire-now-mobile {
    height: 0 !important;
    padding: 0;
  }
  header.sticky section.header-lower + div {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1200px) {
  header section.header-lower .row .main-menu > .menu > li > span > a {
    padding: 18px 15px;
  }
}
@media only screen and (max-width: 1050px) {
  header section {
    padding: 0;
    margin: 0;
  }
  header section.header-upper {
    display: none;
  }
  header section.header-lower {
    background-color: #2C3D4E;
    color: #FFFFFF;
    overflow: auto;
    max-height: calc(100vh - 150px);
  }
  header section.header-lower .row {
    position: relative;
  }
  header section.header-lower .row .mobile-wrapper {
    margin: 15px 20px;
    display: grid;
  }
  header section.header-lower .row .mobile-wrapper a {
    color: white;
    text-decoration: none;
  }
  header section.header-lower .row .header-logo {
    display: none !important;
  }
  header section.header-lower .row .main-menu {
    display: none;
    background-color: #FFFFFF;
  }
  header section.header-lower .row .main-menu .menu {
    margin: 0;
    width: 100%;
    background-color: #FFFFFF;
    display: block;
  }
  header section.header-lower .row .main-menu .icon-link {
    display: none;
  }
  header section.header-lower .row .main-menu .mobile-icon-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    color: #2C3D4E;
    height: 60px;
  }
  header section.header-lower .row .main-menu .mobile-icon-link.mobile-icon-link-mail {
    bottom: -100px;
    padding-top: 40px;
  }
  header section.header-lower .row .main-menu .mobile-icon-link.mobile-icon-link-mail:before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 80px;
    border: solid 1px #dedede;
  }
  header section.header-lower .row .main-menu .mobile-icon-link.mobile-icon-link-phone {
    bottom: -160px;
  }
  header section.header-lower .row .main-menu .mobile-icon-link .icon {
    margin-left: 30px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
  header section.header-lower .row .main-menu .mobile-icon-link .link-text {
    vertical-align: bottom;
  }
  header section.header-lower .row .main-menu li {
    float: none;
    display: block;
    text-align: left;
    position: relative;
  }
  header section.header-lower .row .main-menu li a, header section.header-lower .row .main-menu li a.top-level {
    padding: 15px 20px;
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.4em;
    background-color: #2C3D4E;
  }
  header section.header-lower .row .main-menu li .link-wrapper {
    display: block;
    position: relative;
  }
  header section.header-lower .row .main-menu li .sub-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    padding: 0;
  }
  header section.header-lower .row .main-menu li.expanded .sub-arrow:after {
    background-position: -259px -144px;
  }
  header section.header-lower .row .main-menu li ul {
    position: static;
    min-width: 150px;
    width: 100%;
    box-shadow: none;
    text-align: left;
    display: block;
    padding: 0;
    margin-left: 0;
  }
  header section.header-lower .row .main-menu li ul li .link-wrapper a {
    font-size: 16px;
    font-weight: normal;
    padding-right: 55px;
  }
  header section.header-lower .row .main-menu li ul li ul li span.link-wrapper a {
    padding-left: 50px;
    background-color: #A4B9C0 !important;
    color: #FFFFFF !important;
  }
  header section.header-lower .row .main-menu li ul li ul li ul li .link-wrapper a {
    padding-left: 75px;
  }
  header section.header-lower .row .main-menu li ul li ul li ul li ul li .link-wrapper a {
    padding-left: 100px;
  }
  header section.header-lower .row .main-menu li ul li.menu-item-has-children > span > a:after {
    display: none;
  }
  header section.header-lower .row .main-menu .menu .expanded {
    transition: all 0.3s;
  }
  header section.header-lower .row .main-menu .menu .expanded > ul {
    display: block !important;
    height: auto !important;
    transition: all 0.3s;
    font-weight: normal;
    background-color: white;
  }
  header section.header-lower .row .main-menu .menu .expanded > ul li span a {
    color: #2C3D4E;
    background-color: #FFFFFF;
    padding: 10px 20px;
  }
  header section.header-lower .row .main-menu .menu .expanded > ul li a {
    color: #2C3D4E;
    background-color: #FFFFFF;
  }
  header section.header-lower .row .main-menu .menu .expanded > ul li li .toggle {
    color: #2C3D4E;
    background-color: #A4B9C0;
  }
  header section.header-lower .row .main-menu .menu .expanded > ul li li ul li a {
    background-color: #F0EFEF !important;
    color: #2C3D4E !important;
  }
  header section.header-lower .row .main-menu .menu .expanded > ul li a.toggle::after {
    border-color: #2C3D4E;
    top: 15px;
  }
  header section.header-lower .row .main-menu .menu .expanded > .toggle:after {
    -webkit-transform: rotate(405deg);
    transform: translateX(0) rotate(405deg);
  }
  header section.header-lower .row .main-menu .menu .toggle:after {
    right: 30px;
    padding: 6px;
    top: 20px;
  }
}
footer {
  background: #2C3D4E;
  color: #FFFFFF;
  padding: 0;
}
footer .newsletter-footer {
  padding: 30px 20px 30px;
  background-color: #FFFFFF;
}
footer .newsletter-footer p {
  color: #2C3D4E;
  margin-bottom: 0;
}
footer .newsletter-footer .footer-signup .form-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer .newsletter-footer .footer-signup h2 {
  color: #2C3D4E;
  margin: 10px 0;
}
footer .newsletter-footer .footer-signup h3 {
  margin-bottom: 10px;
  color: #2C3D4E;
}
footer .newsletter-footer .footer-signup a {
  color: #2C3D4E;
}
footer .newsletter-footer .footer-signup form {
  margin-top: 20px;
  display: grid;
  row-gap: 10px;
}
footer .newsletter-footer .footer-signup form button {
  grid-row: 1;
  grid-column: 3;
  margin: 0 0 0 10px;
}
footer .newsletter-footer .footer-signup form label {
  color: #2C3D4E;
  grid-row: 2;
  grid-column: 1/4;
  text-align: center;
}
footer .newsletter-footer .footer-signup form label a {
  display: inline-block;
}
footer .newsletter-footer .footer-signup .form-text-label {
  float: left;
  max-width: 480px;
  text-align: center;
}
@media screen and (max-width: 1150px) {
  footer .newsletter-footer .footer-signup .form-text-label {
    max-width: 300px;
  }
}
footer .newsletter-footer .footer-signup .form-text-label h3 {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Sailec";
}
footer .newsletter-footer .footer-signup .inputs {
  display: block;
  float: right;
}
@media only screen and (max-width: 1020px) {
  footer .newsletter-footer .footer-signup {
    text-align: center;
  }
  footer .newsletter-footer .footer-signup .form-wrapper {
    margin-left: 0;
    flex-direction: column;
  }
  footer .newsletter-footer .footer-signup .form-wrapper:before {
    display: none;
  }
  footer .newsletter-footer .footer-signup .form-wrapper form {
    display: block;
  }
  footer .newsletter-footer .footer-signup .form-wrapper form label {
    display: block;
    margin-bottom: 20px;
  }
  footer .newsletter-footer .footer-signup .form-wrapper .form-text-label {
    float: none;
    max-width: none;
  }
  footer .newsletter-footer .footer-signup .inputs {
    float: none;
    margin-right: 0;
    height: auto;
    margin-bottom: 0px;
  }
  footer .newsletter-footer .footer-signup .inputs input[type=text],
  footer .newsletter-footer .footer-signup .inputs input[type=email] {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 300px;
  }
  footer .newsletter-footer .footer-signup button {
    float: none;
    display: inline-block;
  }
}
footer .main-footer {
  padding: 60px 30px;
  text-align: left;
}
footer .footer-logo {
  padding-left: 20px;
}
@media only screen and (max-width: 900px) {
  footer .footer-logo {
    padding-left: 0;
  }
}
footer ul {
  margin-top: 0;
}
footer li {
  line-height: 18px;
}
footer li:before {
  display: none;
}
footer a {
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 18px;
  text-decoration: none;
  font-size: 14px;
}
footer a:hover {
  text-decoration: underline;
  color: #FFFFFF;
  transition: all 0.3s;
}
footer .columns {
  margin-top: 20px;
}
footer .copyright-line {
  margin-top: 20px;
  color: white;
}
footer .copyright-line a {
  color: white;
  text-transform: none;
  white-space: nowrap;
}
footer .copyright-line a:hover {
  text-decoration: underline;
}
footer .copyright-line .copyright, footer .copyright-line .indulge {
  font-size: inherit;
  white-space: nowrap;
  font-family: "neue-haas-unica", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
  letter-spacing: 3px;
}
footer .copyright-line .pipe {
  display: inline-block;
  margin: 0;
}
footer .copyright-line-mobile {
  display: none;
}
footer .abtot-member-href {
  float: left !important;
  padding-right: 20px;
}
footer .abtot-member-href img {
  height: 90%;
}
footer .footer-nav-contact a {
  display: block;
  line-height: 16px;
  text-transform: uppercase;
  line-height: 18px;
}
footer .footer-nav-contact a .icon {
  display: inline-block;
  margin-right: 10px;
}
footer .footer-nav-contact a .icon.icon-phone {
  width: 23px;
  height: 31px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/phone-white.svg");
}
footer .footer-nav-contact a .icon.icon-email {
  width: 29px;
  height: 22px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/mail-white.svg");
}
footer .footer-nav-contact a.email {
  margin-top: 12px;
  text-transform: lowercase;
}
footer .footer-nav-contact .copyright-line a {
  display: inline-block;
}
footer .footer-nav-contact .member_logos a {
  display: inline-block;
  margin-top: 15px;
}
footer .footer-nav-contact .member_logos a img {
  max-height: 65px;
  max-width: 260px;
}
footer .footer-nav-contact .member_logos a.abtot {
  background-color: #fff;
  margin-right: 30px;
}
footer .sm-buttons {
  margin-top: 28px;
}
footer .sm-buttons a {
  display: inline-block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: left;
  text-indent: -10000px;
  position: relative;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
  filter: alpha(opacity=95);
  margin-left: 10px;
}
footer .sm-buttons a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
  filter: alpha(opacity=100);
}
footer .sm-buttons a:first-child {
  margin-left: 0px;
}
footer .sm-buttons a .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
footer .sm-buttons a .icon.icon-facebook {
  width: 34px;
  height: 34px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/facebook.svg");
}
footer .sm-buttons a .icon.icon-twitter {
  width: 34px;
  height: 33px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/twitter.svg");
}
footer .sm-buttons a .icon.icon-instagram {
  width: 34px;
  height: 34px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/instagram.svg");
}

@media only screen and (max-width: 900px) {
  .main-footer {
    text-align: left;
  }
  .main-footer .footer-logo img {
    max-width: 160px;
  }
  .main-footer .row .columns {
    width: auto !important;
    float: none !important;
    margin-left: 0px;
    margin-right: 0px;
  }
  .main-footer .footer-signup {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .main-footer .footer-nav2,
  .main-footer .footer-nav3 {
    margin: 0;
  }
  .main-footer .copyright-line-mobile {
    padding-top: 20px;
    display: block;
  }
  .main-footer .copyright-line-mobile .copyright, .main-footer .copyright-line-mobile .indulge {
    white-space: nowrap;
    font-family: "neue-haas-unica", sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8em;
    letter-spacing: 3px;
  }
  .main-footer .copyright-line {
    display: none;
  }
}
footer .footer-nav-contact .member_logos a.conscious_travel_foundation {
  width: 255px;
  display: flex;
  justify-content: space-between;
  align-items: bottom;
}

/*** =======================
 *** Shared
 *** ======================= */
/*
chalet.scss has overrides for chalet panels
*/
/*.team-wrapper.panels-3{
  .panel {
    margin-top: 30px;
    float:left;
    @include custom_columns(3);
    &:nth-child(1):nth-last-child(2) {
      margin-left: 15.6%;
    }
    &:nth-child(1):nth-last-child(1) {
      margin-left: 43.1%;
    }
  }
} */
.panels .panels-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-row: row-wrap;
  align-content: flex-start;
  flex: 1;
  grid-gap: 10px;
}
.panels .panels-wrapper.row {
  max-width: 1160px;
}
.panels .panels-wrapper:before {
  display: none;
}
.panels .panels-wrapper .panel {
  padding: 0;
  flex: 0 0 calc(25% - 8px);
  box-sizing: border-box;
  max-width: 450px;
}
@media screen and (max-width: 600px) {
  .panels .panels-wrapper .panel {
    flex: 0 0 100%;
  }
}
.panels .panels-wrapper .panel .panel-inner {
  display: block;
}
.panels .panels-wrapper .panel .panel-inner .image-wrapper::before {
  opacity: 0;
}
.panels .panels-wrapper .panel .panel-inner .image-wrapper {
  position: relative;
  padding-bottom: 90%;
}
.panels .panels-wrapper .panel .panel-inner .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.panels .panels-wrapper .panel .panel-inner .image-wrapper h3 {
  font-family: inherit;
  font-size: 24px;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .panels .panels-wrapper .panel .panel-inner .image-wrapper h3 {
    padding: 20px;
  }
}
.panels .panels-wrapper .panel .panel-inner .button-align {
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
  position: relative;
  top: 0;
  left: 0;
  background: #2C3D4E;
}
.panels .panels-wrapper .panel .panel-inner .button-align h3 {
  padding: 30px;
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: initial;
}
@media screen and (max-width: 700px) {
  .panels .panels-wrapper .panel .panel-inner .button-align h3 {
    padding: 10px;
    font-size: 16px;
  }
}
.panels .panels-wrapper .panel .panel-inner .button-align .intro {
  padding: 10px 20px 25px;
  text-decoration: none;
  text-align: center;
  display: block;
}
.panels .panels-wrapper .panel .panel-inner .button-align .button, .panels .panels-wrapper .why-us-panels .panel.contained_image .panel-inner .button-align .why_fishpips_panels_text .link a, .why-us-panels .panels .panels-wrapper .panel.contained_image .panel-inner .button-align .why_fishpips_panels_text .link a, .panels .panels-wrapper .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .panel-inner .button-align a, .why-us-panels .panels .panels-wrapper .panel.contained_image .why_fishpips_panels_text .link .panel-inner .button-align a {
  border: none;
}
.panels.panels-3 .panels-wrapper {
  grid-gap: 50px;
}
.panels.panels-3 .panels-wrapper.row {
  max-width: 1190px;
}
.panels.panels-3 .panels-wrapper .panel {
  flex: 0 0 calc(33.33% - 50px);
}

.panels.panels-4 .panels-wrapper {
  grid-gap: 20px;
}
.panels.panels-4 .panels-wrapper.row {
  max-width: 1160px;
}
.panels.panels-4 .panels-wrapper .panel {
  flex: 0 0 calc(25% - 20px);
}

/*
.panels-2{
  .panel{
    margin-top: 30px;
    @include custom_columns(2);
    float:left;
  }
  .row{
    max-width: 1105px;
  }
  &.location-panels{
    .panel{
      //padding: 0px 14.5px 10px;
    }
  }
}

.panels-1, .location-panels.panels-1{
  .panel{
    margin-top:30px;
    max-width: 400px;
    margin: 0 auto;
  }
}
*/
/* .location-panels {

  &.panels-2 .panel, &.panels-1 .panel, &.panels-3 .panel {
    float: inherit;
    width: auto;
  }

  .panels-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 20px;
    grid-gap: 20px;

    @media screen and (max-width: 1400px) {
      grid-template-columns: 1fr 1fr;
    }

    @media screen and (max-width: 850px) {
      grid-template-columns: 1fr 1fr;
    }

    @media screen and (max-width: 550px) {
      grid-template-columns: 1fr;
    }

    .image-wrapper::before {
      display: none;
    }
  }
} */
/*
.panels-3{
  &.white-panels{
    .panel {
      margin-top: 30px;
      float:left;
      @media only screen and (min-width: 625px){
        @include custom_columns(3);
      }
    }
  }
  &.location-panels, &.transparent-panels{
    .panel{
      margin-top: 30px;
    }
    .panels-wrapper.slick{
      margin-bottom: 0;
    }
    @media only screen and (max-width: 1024px){
      margin-bottom: 80px;
    }
  }
  &.transparent-panels:last-child{
    @media only screen and (max-width: $breakpoint){
      padding-bottom: 40px;
    }
  }

}

.panels-4 {
  .panel {
    //margin-top: 30px;
    //float:left;
    //@include custom_columns(4);
  }
}

.grid {
  padding-bottom: 20px;
  .panel {
    padding: 0 20px;
    .image-wrapper {
      background: $background2;
      height: 0;
      padding-bottom: 110%;
      position:relative;
      &:before{
        content:'';
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        background-color: #fff;
        opacity: 0.3;
        z-index: 1;
        transition: all 0.5s;
      }
      img{
        width: 100%;
      }
    }

    &.panel-outline {
      .panel-inner {
        display:block;
        box-shadow: 0px 0px 10px rgba(0,0,0, 0.05);
        color: $color_primary;
        background: $color_white;
        padding-bottom: 0.1px;
      }
    }
    &:hover .image-wrapper:before{
      opacity: 0.5;
    }
    &.grid-2-1{
      max-width:307px;
      margin: 0 auto;
    }
  }
  .carousel-arrow{
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 20px 10px;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s;

    @media only screen and (max-width: $breakpoint_mobile_menu){
      top: 65px;
      margin: auto;
      opacity: 0.9;
    }

  }
  .carousel-arrow-left{
    background-image:url('/wp-content/themes/fishandpips/images/icons/left-arrow.svg');
    right: 100px;
    &:hover{
      transform: translateX(-5px);
    }
    @media only screen and (max-width: $breakpoint_mobile_menu){
      right: auto;
      left: 20px;
    }
  }
  .carousel-arrow-right{
    background-image:url('/wp-content/themes/fishandpips/images/icons/right-arrow.svg');
    //margin-top: 21px;
    right: 20px;
    &:hover{
      transform: translateX(5px);
    }
  }
}
*/
.white-panels .panel {
  position: relative;
}
.white-panels .panel .panel-inner {
  color: #2C3D4E;
  text-align: left;
}
.white-panels .panel .panel-inner .image-wrapper {
  background: #e8e8e8;
  height: 0;
  padding-bottom: 110%;
  position: relative;
}
.white-panels .panel .panel-inner .image-wrapper:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: #2c2c2c;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
.white-panels .panel .panel-inner .image-wrapper img {
  width: 100%;
}
.white-panels .panel .panel-inner .button-align {
  padding: 20px;
  background-color: #FFFFFF;
  position: relative;
}
.white-panels .panel .panel-inner .button-align:after, .white-panels .panel .panel-inner .button-align:before {
  content: "";
  border: solid #FFFFFF;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
  border-radius: 2px;
}
.white-panels .panel .panel-inner .button-align:after {
  border-width: 0 4px 4px 0;
  padding: 8px;
  -webkit-transform: rotate(315deg);
  transform: translateX(0) rotate(315deg);
  top: -40px;
  right: 35px;
}
.white-panels .panel .panel-inner .button-align:before {
  border-width: 2px 0;
  width: 30px;
  height: 0;
  top: -32px;
  right: 35px;
}
.white-panels .panel .panel-inner .title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25em;
  position: relative;
  color: #2C3D4E;
  margin-bottom: 20px;
  font-family: "neue-haas-unica", sans-serif;
}
.white-panels .panel .panel-inner .link {
  margin-top: 20px;
  text-decoration: underline;
}
.white-panels .panel .panel-inner .link .read-more {
  position: relative;
  padding: 0px 5px;
  border: 2px solid #2C3D4E;
  background: #2C3D4E;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.white-panels .panel .panel-inner:hover .read-more {
  box-shadow: 2px 2px 2px 0 #aeaeae;
  transition: all 0.3s;
}
.white-panels .panel .panel-inner:hover .image-wrapper:before {
  opacity: 0.5;
}
.white-panels .panel .panel-inner:hover .button-align:after {
  transform: translateX(10px) rotate(315deg);
  opacity: 1;
}
.white-panels .panel .panel-inner:hover .button-align:before {
  transform: translateX(10px);
  opacity: 1;
}

.transparent-panels .panels-wrapper {
  padding-bottom: 120px;
}
@media only screen and (max-width: 979px) {
  .transparent-panels .panels-wrapper {
    padding-bottom: 0;
  }
}
.transparent-panels .panel {
  position: relative;
  padding: 0 17.5px 10px;
  margin-right: 0;
}
@media only screen and (max-width: 1045px) {
  .transparent-panels .panel {
    padding: 0 15px 10px;
  }
}
@media only screen and (max-width: 910px) {
  .transparent-panels .panel {
    padding: 0 10px 10px;
  }
}
.transparent-panels .panel .panel-inner {
  color: #2C3D4E;
  text-align: left;
}
.transparent-panels .panel .panel-inner .image-wrapper {
  background: #e8e8e8;
  height: 0;
  padding-bottom: 110%;
  position: relative;
}
.transparent-panels .panel .panel-inner .image-wrapper:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: #2c2c2c;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.5s;
}
.transparent-panels .panel .panel-inner .image-wrapper img {
  width: 100%;
}
.transparent-panels .panel .panel-inner .button-align {
  padding: 20px;
  position: relative;
}
.transparent-panels .panel .panel-inner .button-align:after, .transparent-panels .panel .panel-inner .button-align:before {
  content: "";
  border: solid #FFFFFF;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: all 0.5s;
  opacity: 0;
  z-index: 1;
  border-radius: 2px;
}
.transparent-panels .panel .panel-inner .button-align:after {
  border-width: 0 4px 4px 0;
  padding: 8px;
  -webkit-transform: rotate(315deg);
  transform: translateX(0) rotate(315deg);
  top: -40px;
  right: 35px;
}
.transparent-panels .panel .panel-inner .button-align:before {
  border-width: 2px 0;
  width: 30px;
  height: 0;
  top: -32px;
  right: 35px;
}
.transparent-panels .panel .panel-inner .title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.25em;
  position: relative;
  color: #2C3D4E;
  margin-bottom: 20px;
  font-family: "neue-haas-unica", sans-serif;
}
.transparent-panels .panel .panel-inner .link {
  margin-top: 20px;
  text-decoration: underline;
}
.transparent-panels .panel .panel-inner .link .read-more {
  position: relative;
  padding: 0px 5px;
  border: 2px solid #2C3D4E;
  background: #2C3D4E;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.transparent-panels .panel .panel-inner:hover .read-more {
  box-shadow: 2px 2px 2px 0 #aeaeae;
  transition: all 0.3s;
}
.transparent-panels .panel .panel-inner:hover .image-wrapper:before {
  opacity: 0.5;
}
.transparent-panels .panel .panel-inner:hover .button-align:after {
  transform: translateX(10px) rotate(315deg);
  opacity: 1;
}
.transparent-panels .panel .panel-inner:hover .button-align:before {
  transform: translateX(10px);
  opacity: 1;
}
.transparent-panels .carousel-arrow {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 20px 10px;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 979px) {
  .transparent-panels .carousel-arrow {
    top: 65px;
    margin: auto;
    opacity: 0.9;
  }
}
.transparent-panels .carousel-arrow-left {
  background-image: url("/wp-content/themes/fishandpips/images/icons/left-arrow.svg");
  right: 100px;
}
.transparent-panels .carousel-arrow-left:hover {
  transform: translateX(-5px);
}
@media only screen and (max-width: 979px) {
  .transparent-panels .carousel-arrow-left {
    right: auto;
    left: 20px;
  }
}
.transparent-panels .carousel-arrow-right {
  background-image: url("/wp-content/themes/fishandpips/images/icons/right-arrow.svg");
  right: 20px;
}
.transparent-panels .carousel-arrow-right:hover {
  transform: translateX(5px);
}

.location-panels.panels .panels-wrapper.slick {
  margin-bottom: 80px;
}
.location-panels.panels .panel {
  position: relative;
  margin-right: 0;
}
.location-panels.panels .panel .panel-inner {
  text-align: left;
  text-decoration: none;
}
.location-panels.panels .panel .panel-inner .image-wrapper {
  background: #e8e8e8;
  height: 0;
  padding-bottom: 90%;
  position: relative;
}
.location-panels.panels .panel .panel-inner .image-wrapper:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: #2C3D4E;
  opacity: 0.2;
  z-index: 1;
  transition: all 0.2s;
}
.location-panels.panels .panel .panel-inner .image-wrapper img {
  width: 100%;
}
.location-panels.panels .panel .panel-inner .button-align {
  position: relative;
  margin: 0px;
  background-color: #2C3D4E;
  z-index: 2;
}
.location-panels.panels .panel .panel-inner:hover .image-wrapper:before {
  opacity: 0.8;
}
.location-panels.panels .carousel-arrow {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 20px 10px;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 979px) {
  .location-panels.panels .carousel-arrow {
    top: 65px;
    margin: auto;
    opacity: 0.9;
  }
}
.location-panels.panels .carousel-arrow-left {
  background-image: url("/wp-content/themes/fishandpips/images/icons/left-arrow.svg");
  right: 100px;
}
.location-panels.panels .carousel-arrow-left:hover {
  transform: translateX(-5px);
}
@media only screen and (max-width: 979px) {
  .location-panels.panels .carousel-arrow-left {
    right: auto;
    left: 20px;
  }
}
.location-panels.panels .carousel-arrow-right {
  background-image: url("/wp-content/themes/fishandpips/images/icons/right-arrow.svg");
  right: 20px;
}
.location-panels.panels .carousel-arrow-right:hover {
  transform: translateX(5px);
}

.why-fishpips_panels .row {
  width: 100%;
}
.why-fishpips_panels .row .panels-wrapper {
  padding: 0 75px;
}
.why-fishpips_panels .slick-track {
  transition: all 0.3s ease;
}
.why-fishpips_panels .panel {
  margin: 0px;
}
.why-fishpips_panels .panel img {
  border-radius: 50%;
  margin: 0 auto;
}
.why-fishpips_panels .panel .title {
  text-align: center;
  margin: 0 0 40px;
}
.why-fishpips_panels .panel .description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
}
.why-fishpips_panels .panel .link {
  margin-top: 40px;
}
.why-fishpips_panels .slick-dots {
  margin-top: 40px;
  text-align: center;
}
.why-fishpips_panels .slick-dots button {
  border-color: rgb(78, 78, 78);
}
.why-fishpips_panels .slick-dots li:not(.slick-active) button {
  background: rgb(78, 78, 78);
}
.why-fishpips_panels .carousel-arrow {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 20px 10px;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
  top: 54px;
}
@media only screen and (max-width: 979px) {
  .why-fishpips_panels .carousel-arrow {
    top: 65px;
    margin: auto;
    opacity: 0.9;
  }
}
.why-fishpips_panels .carousel-arrow-left {
  background-image: url("/wp-content/themes/fishandpips/images/icons/left-arrow.svg");
  left: 0px;
}
.why-fishpips_panels .carousel-arrow-left:hover {
  transform: translateX(-5px);
}
.why-fishpips_panels .carousel-arrow-right {
  background-image: url("/wp-content/themes/fishandpips/images/icons/right-arrow.svg");
  right: 0px;
}
.why-fishpips_panels .carousel-arrow-right:hover {
  transform: translateX(5px);
}

.experts {
  text-align: center;
}
.experts .row {
  max-width: 1160px;
}
.experts .expert {
  margin: 0px 5px;
  height: auto;
  color: #FFFFFF !important;
}
.experts .name {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 36px;
  text-align: center;
  margin: 20px 0 10px;
  color: #2C3D4E;
}
.experts .title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 10px 0;
  color: #2C3D4E;
}
.experts .experts_image-wrapper img {
  width: 80%;
  margin: 0 auto;
  display: none;
}
.experts .slick-dots {
  margin-top: 40px;
  text-align: center;
}
.experts .slick-dots button {
  border-color: rgb(78, 78, 78);
}
.experts .slick-dots li:not(.slick-active) button {
  background: rgb(78, 78, 78);
}
.experts .carousel-arrow {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 20px 10px;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
  top: 54px;
}
@media only screen and (max-width: 979px) {
  .experts .carousel-arrow {
    top: 65px;
    margin: auto;
    opacity: 0.9;
  }
}
.experts .carousel-arrow-left {
  background-image: url("/wp-content/themes/fishandpips/images/icons/left-arrow.svg");
  left: 0px;
}
.experts .carousel-arrow-left:hover {
  transform: translateX(-5px);
}
.experts .carousel-arrow-right {
  background-image: url("/wp-content/themes/fishandpips/images/icons/right-arrow.svg");
  right: 0px;
}
.experts .carousel-arrow-right:hover {
  transform: translateX(5px);
}
@media screen and (max-width: 667px) {
  .experts .slick {
    margin: 0 75px;
  }
  .experts .slick-list {
    overflow: visible !important;
  }
  .experts .experts_image-wrapper img {
    width: 100%;
  }
}
@media screen and (max-width: 525px) {
  .experts .slick {
    margin: 0 50px;
  }
}
@media screen and (max-width: 399px) {
  .experts .slick {
    margin: 0 25px;
  }
}

section.location-panels-full-width-grid {
  padding: 0 10px;
  margin-bottom: 20px;
}
section.location-panels-full-width-grid + section {
  margin-top: 20px;
}
section.location-panels-full-width-grid .row {
  max-width: none;
  min-width: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  section.location-panels-full-width-grid .row {
    padding: 0;
  }
}
section.location-panels-full-width-grid .panels-wrapper {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-row: row-wrap;
  align-content: flex-start;
  flex: 1;
  padding-top: 15px;
}
section.location-panels-full-width-grid .panels-wrapper .panel {
  padding: 0;
  flex: 0 0 calc(25% - 10px);
  box-sizing: border-box;
  margin-top: -15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  section.location-panels-full-width-grid .panels-wrapper .panel {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  section.location-panels-full-width-grid .panels-wrapper .panel {
    flex: 0 0 100%;
  }
}
section.location-panels-full-width-grid .panels-wrapper .panel .panel-inner .image-wrapper {
  position: relative;
}
section.location-panels-full-width-grid .panels-wrapper .panel .panel-inner .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
section.location-panels-full-width-grid .panels-wrapper .panel .panel-inner .button-align {
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}
section.location-panels-full-width-grid .panels-wrapper .panel .panel-inner .button-align .title {
  font-family: inherit;
  font-size: 24px;
  padding: 30px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  section.location-panels-full-width-grid .panels-wrapper .panel .panel-inner .button-align .title {
    padding: 20px;
  }
}
section.press-reel {
  margin-bottom: 0;
  background-color: #FFFFFF;
}
section.press-reel .row {
  padding: 0 20px;
  box-sizing: border-box;
}
section.press-reel .press {
  margin: 0 10px;
  height: auto;
}
section.press-reel .press .press_image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.press-reel .press img {
  margin: 0 auto;
  max-height: 60px;
  width: auto;
}
section.press-reel .press_image-wrapper {
  padding: 0 10px;
}
section.press-reel .carousel-arrow-right, section.press-reel .carousel-arrow-left {
  display: inline-block;
  margin: 0;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
  top: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border: solid #2C3D4E;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  margin-left: 15px;
  margin-bottom: 3px;
}
section.press-reel .carousel-arrow-right {
  right: -10px;
  border-width: 0 2px 2px 0;
}
section.press-reel .carousel-arrow-right:hover {
  right: -20px;
}
section.press-reel .carousel-arrow-left {
  left: -24px;
  border-width: 2px 0 0 2px;
}
section.press-reel .carousel-arrow-left:hover {
  left: -34px;
}

/* Center panels if less than 2 panels */
@media screen and (min-width: 520px) {
  .location-1-panel {
    max-width: 566.666px !important;
  }
  .location-panels .location-one-panel, .location-1-panel {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 35px;
    justify-items: center;
    max-width: 601.833px !important;
    margin: 0 auto;
  }
  .location-panels .location-two-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 35px;
    justify-items: center;
    max-width: 1191.666px;
    margin: 0 auto;
  }
}
.why-us-panels {
  position: relative;
}
.why-us-panels .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.why-us-panels .panel {
  text-align: center;
  background-position: center;
  background-size: cover;
}
.why-us-panels .panel .panel-inner {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
.why-us-panels .panel.contained_image .panel-inner {
  max-width: 1400px;
}
.why-us-panels .panel.full_image .panel-inner {
  padding: 0;
}
.why-us-panels .panel .why_fishpips_panels_text {
  padding: 60px 60px;
  width: 50%;
  color: #FFFFFF;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: 50%;
  position: relative;
  z-index: 10;
}
.why-us-panels .panel .why_fishpips_panels_text .why_fishpips_panels_text_inner {
  max-width: 400px;
  margin: 0 auto;
}
.why-us-panels .panel .why_fishpips_panels_text h2 {
  color: #FFFFFF;
}
.why-us-panels .panel .why_fishpips_panels_text .link.link-white {
  margin-top: 40px;
}
.why-us-panels .panel .why_fishpips_panels_image {
  position: absolute;
  height: calc(100% - 60px);
  width: 50%;
  left: 0;
  top: 30px;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.why-us-panels .panel .why_fishpips_panels_image img {
  display: block;
}
.why-us-panels .panel.full_image .why_fishpips_panels_image {
  height: 100%;
  top: 0;
}
.why-us-panels .panel.full_image#video .panel-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .why-us-panels .panel.full_image#video .panel-inner {
    display: block;
  }
}
.why-us-panels .panel.full_image#video .panel-inner .why_fishpips_panels_text {
  margin-right: auto;
  margin-left: auto;
}
.why-us-panels .panel.full_image#video .panel-inner .why_fishpips_panels_url {
  position: relative;
  top: auto;
  overflow: hidden;
  max-width: 100%;
  height: 100% !important;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .why-us-panels .panel.full_image#video .panel-inner .why_fishpips_panels_url {
    text-align: center;
    padding-top: 0;
  }
}
.why-us-panels .panel.full_image#video .panel-inner .why_fishpips_panels_url .iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .why-us-panels .panel.full_image#video .panel-inner .why_fishpips_panels_url .iframe-wrapper {
    max-width: none;
  }
}
.why-us-panels .panel.full_image#video .panel-inner .why_fishpips_panels_url iframe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 394px;
}
.why-us-panels .panel.brown_colour#video {
  background-color: rgba(193, 164, 158, 0.7);
}
.why-us-panels .panel.brown_colour .why_fishpips_panels_text, .why-us-panels .panel.brown_colour .why_fishpips_panels_url {
  background-color: rgba(193, 164, 158, 0.7);
}
.why-us-panels .panel.navy_colour#video {
  background-color: #2C3D4E;
}
.why-us-panels .panel.navy_colour .why_fishpips_panels_text, .why-us-panels .panel.navy_colour .why_fishpips_panels_url {
  background-color: #2C3D4E;
}
.why-us-panels .panel.navy_colour .why_fishpips_panels_text .why_fishpips_panels_text_inner .description p, .why-us-panels .panel.navy_colour .why_fishpips_panels_url .why_fishpips_panels_text_inner .description p {
  color: #FFFFFF;
}
.why-us-panels .panel.navy_colour .why_fishpips_panels_text .why_fishpips_panels_text_inner .description .button, .why-us-panels .panel.navy_colour .panel.contained_image .why_fishpips_panels_text .why_fishpips_panels_text_inner .description .link a, .why-us-panels .panel.contained_image .panel.navy_colour .why_fishpips_panels_text .why_fishpips_panels_text_inner .description .link a, .why-us-panels .panel.navy_colour .panel.contained_image .why_fishpips_panels_text .link .why_fishpips_panels_text_inner .description a, .why-us-panels .panel.contained_image .panel.navy_colour .why_fishpips_panels_text .link .why_fishpips_panels_text_inner .description a, .why-us-panels .panel.navy_colour .why_fishpips_panels_url .why_fishpips_panels_text_inner .description .button, .why-us-panels .panel.navy_colour .why_fishpips_panels_url .why_fishpips_panels_text_inner .description .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .panel.navy_colour .why_fishpips_panels_url .why_fishpips_panels_text_inner .description a {
  background-color: #A4B9C0;
}
.why-us-panels .panel.blue_colour#video {
  background-color: rgb(178, 195, 201);
}
.why-us-panels .panel.blue_colour .why_fishpips_panels_text, .why-us-panels .panel.blue_colour .why_fishpips_panels_url {
  background-color: rgb(178, 195, 201);
}
.why-us-panels .panel.contained_image {
  margin: 15px 0;
  background-image: none !important;
}
.why-us-panels .panel.contained_image .why_fishpips_panels_text {
  color: #333;
  background-color: transparent !important;
  padding: 80px 60px;
}
.why-us-panels .panel.contained_image .why_fishpips_panels_text h2 {
  color: #333;
}
.why-us-panels .panel.right_image .why_fishpips_panels_text {
  background-color: rgb(178, 195, 201);
  margin-left: auto;
  margin-right: 50%;
}
.why-us-panels .panel.right_image .why_fishpips_panels_image {
  margin-left: 50%;
}
.why-us-panels .panel.no-image:not(.panel-inline) .why_fishpips_panels_text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.why-us-panels .panel.no-image:not(.panel-inline) .why_fishpips_panels_text .why_fishpips_panels_text_inner {
  max-width: 800px;
}
.why-us-panels .panel.no-image.panel-inline {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
.why-us-panels .panel.no-image.panel-inline .why_fishpips_panels_text {
  margin-left: 0%;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .why-us-panels .panel.no-image.panel-inline {
    width: 100%;
    max-width: none;
  }
}
.why-us-panels .panel#floorplan .why_fishpips_panels_text_inner_brochure, .why-us-panels .panel#floorplan .why_fishpips_panels_text_inner_brochure + .why_fishpips_panels_text_inner {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1050px) {
  .why-us-panels .panel#floorplan .why_fishpips_panels_text_inner_brochure, .why-us-panels .panel#floorplan .why_fishpips_panels_text_inner_brochure + .why_fishpips_panels_text_inner {
    width: 100%;
    display: block;
  }
}
.why-us-panels .panel#floorplan.contained_image {
  margin: 0;
}
@media screen and (max-width: 1050px) {
  .why-us-panels .panel#floorplan .why_fishpips_panels_text_inner_brochure {
    margin-bottom: 45px;
  }
}
.why-us-panels .panel#floorplan.brochure_floorplan_double, .why-us-panels .panel#floorplan.brochure_floorplan_double .why_fishpips_panels_text {
  background-color: #F0EFEF !important;
}

@media screen and (max-width: 899px) {
  .why-us-panels .panel {
    margin: 0 !important;
  }
  .why-us-panels .panel .why_fishpips_panels_image,
  .why-us-panels .panel .why_fishpips_panels_text {
    position: static;
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  .why-us-panels .panel .why_fishpips_panels_image .why_fishpips_panels_text_inner,
  .why-us-panels .panel .why_fishpips_panels_text .why_fishpips_panels_text_inner {
    max-width: 600px;
  }
  .why-us-panels .panel .why_fishpips_panels_image {
    padding-top: 450px;
    height: 0 !important;
  }
}
@media screen and (max-width: 899px) and (max-width: 499px) {
  .why-us-panels .panel .why_fishpips_panels_text {
    padding: 40px 20px;
  }
  .why-us-panels .panel .why_fishpips_panels_text h2 {
    padding: 0;
  }
  .why-us-panels .panel .why_fishpips_panels_image {
    padding-top: 100%;
  }
}
.location-panels_standard .panel .panel-inner {
  text-decoration: none;
}

.team-panels {
  margin-top: 50px !important;
}
.team-panels .team-member_panel {
  max-width: none !important;
}
.team-panels .team-member_panel .image-wrapper {
  margin-bottom: 20px;
  text-align: center;
}
.team-panels .team-member_panel .image-wrapper img {
  width: 80%;
  margin: 0 auto;
}
.team-panels .team-member_panel h2 {
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  margin: 20px 0 10px;
}
.team-panels .team-member_panel .job-title {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}
.team-panels .panels-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 1000px) {
  .team-panels .panels-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .team-panels .panels-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.home .panels .panels-wrapper .panel .panel-inner .image-wrapper {
  padding-bottom: 100%;
}

.property-enquire .row {
  text-align: center;
}
.property-enquire .row .button, .property-enquire .row .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .property-enquire .row a {
  margin: 10px 0 0;
}

.page-wrapper section.lead-image {
  padding: 0;
  margin: 0;
  background: #333;
  height: calc(100vh - 260px);
  min-height: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .page-wrapper section.lead-image {
    min-height: 400px;
    max-height: 600px;
  }
}
.page-wrapper section.lead-image .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}
.page-wrapper section.lead-image .backgrounds .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-size: cover;
  display: none;
  z-index: 1;
}
.page-wrapper section.lead-image .backgrounds .background:first-child {
  display: block;
  z-index: 2;
}
.page-wrapper section.lead-image .inner {
  height: 100%;
}
.page-wrapper section.lead-image .inner .image {
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
  filter: alpha(opacity=0);
}
.page-wrapper section.lead-image .inner .image:first-child {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
  filter: alpha(opacity=100);
}
.page-wrapper section.lead-image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.page-wrapper section.lead-image .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/trans-dark.png) top left repeat;
}
.page-wrapper section.lead-image .text-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-left: -10px;
  margin-right: -6px;
  z-index: 10;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .page-wrapper section.lead-image .text-wrapper {
    padding: 0;
  }
}
.page-wrapper section.lead-image .text, .page-wrapper section.lead-image a {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0;
  background: none;
  color: #FFFFFF;
  width: 80%;
  max-width: 1100px;
}
.page-wrapper section.lead-image .text h1, .page-wrapper section.lead-image .text h2, .page-wrapper section.lead-image a h1, .page-wrapper section.lead-image a h2 {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  padding: 0 0 30px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 5px;
  line-height: 45px;
}
.page-wrapper section.lead-image .text h1 em, .page-wrapper section.lead-image .text h2 em, .page-wrapper section.lead-image a h1 em, .page-wrapper section.lead-image a h2 em {
  font-family: "tangier";
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 56px;
  margin: 0 4px;
}
.page-wrapper section.lead-image .text .banner-subheading, .page-wrapper section.lead-image a .banner-subheading {
  color: #FFFFFF;
  font-size: 34px;
  font-size: 3.4rem;
  padding-left: 100px;
  padding-bottom: 40px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1000px) {
  .page-wrapper section.lead-image .text .banner-subheading, .page-wrapper section.lead-image a .banner-subheading {
    font-size: 28px;
    font-size: 2.8rem;
    padding-left: 75px;
  }
}
@media (max-width: 700px) {
  .page-wrapper section.lead-image .text .banner-subheading, .page-wrapper section.lead-image a .banner-subheading {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 50px;
  }
}
@media (max-width: 500px) {
  .page-wrapper section.lead-image .text .banner-subheading, .page-wrapper section.lead-image a .banner-subheading {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 45px;
  }
}
.page-wrapper section.lead-image .text .link-wrapper, .page-wrapper section.lead-image a .link-wrapper {
  position: relative;
}
.page-wrapper section.lead-image .text .link-wrapper:before, .page-wrapper section.lead-image a .link-wrapper:before {
  content: "";
  background-image: url("/wp-content/themes/fishandpips/images/icons/down-arrow.svg");
  width: 64px;
  height: 63px;
  position: absolute;
  left: 0;
  top: -20px;
  transition: all 0.3s;
}
@media (max-width: 1000px) {
  .page-wrapper section.lead-image .text .link-wrapper:before, .page-wrapper section.lead-image a .link-wrapper:before {
    background-size: 48px 47.75px;
    width: 48px;
    height: 47.75px;
    top: -10px;
  }
}
@media (max-width: 700px) {
  .page-wrapper section.lead-image .text .link-wrapper:before, .page-wrapper section.lead-image a .link-wrapper:before {
    background-size: 32px 31.5px;
    width: 32px;
    height: 31.5px;
    top: -3px;
  }
}
.page-wrapper section.lead-image .text .link-wrapper:hover:before, .page-wrapper section.lead-image a .link-wrapper:hover:before {
  transform: translateY(10px);
}
.page-wrapper section.lead-image .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-wrapper section.lead-image .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #333;
}
.page-wrapper section.lead-image .slides .slide:first-child {
  display: block;
}
.page-wrapper section.lead-image .slides .slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.page-wrapper section.lead-image .slides .slide .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-size: cover;
  display: block;
  z-index: 1;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity*100))";
  filter: alpha(opacity=70);
}

.home .page-wrapper section.lead-image {
  height: calc(100vh - 100px);
}

section.gallery .images {
  height: 0;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
  background: #333;
}
section.gallery .images img {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
}
section.gallery .images img:first-child {
  left: 0%;
}

section.gallery .step, .lead-image .step {
  position: absolute;
  top: 50%;
  background-image: url(../images/spritesheet_small.png?r=1);
  -moz-background-size: 500px auto;
  -ie-background-size: 500px auto;
  -o-background-size: 500px auto;
  -webkit-background-size: 500px auto;
  background-size: 500px auto;
  width: 23px;
  height: 37px;
  margin-top: -19px;
  opacity: 0.4;
  z-index: 70;
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section.gallery .step, .lead-image .step {
    background-image: url(../images/spritesheet_large.png?r=1);
  }
}
section.gallery .step.next, .lead-image .step.next {
  right: 30px;
  background-position: -448px 0px;
}
section.gallery .step.prev, .lead-image .step.prev {
  left: 30px;
  background-position: -423px 0px;
}
section.gallery .step:hover, .lead-image .step:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  section.gallery .step, .lead-image .step {
    display: none;
  }
}

section.gallery .pager, .lead-image .pager {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 30px;
  text-align: center;
  z-index: 70;
}
section.gallery .pager a.item, .lead-image .pager a.item {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  background: #FFFFFF;
  margin: 0px 5px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
section.gallery .pager a.item:hover, section.gallery .pager a.item:active, section.gallery .pager a.item.active, .lead-image .pager a.item:hover, .lead-image .pager a.item:active, .lead-image .pager a.item.active {
  background: transparent;
}
@media only screen and (max-width: 979px) {
  section.gallery .pager, .lead-image .pager {
    display: block;
  }
}

.fishandpips_chalet-template-default section.gallery, .fishandpips_villa-template-default section.gallery, .fishandpips_hotel-template-default section.gallery, .fishandpips_hideaway-template-default section.gallery {
  padding-bottom: 120px;
}
.fishandpips_chalet-template-default section.gallery .row-relative, .fishandpips_villa-template-default section.gallery .row-relative, .fishandpips_hotel-template-default section.gallery .row-relative, .fishandpips_hideaway-template-default section.gallery .row-relative {
  position: relative;
}
.fishandpips_chalet-template-default section.gallery .pager, .fishandpips_villa-template-default section.gallery .pager, .fishandpips_hotel-template-default section.gallery .pager, .fishandpips_hideaway-template-default section.gallery .pager {
  display: block;
  bottom: -75px;
}
.fishandpips_chalet-template-default section.gallery .pager a.item, .fishandpips_villa-template-default section.gallery .pager a.item, .fishandpips_hotel-template-default section.gallery .pager a.item, .fishandpips_hideaway-template-default section.gallery .pager a.item {
  border: 2px solid #2C3D4E;
  background: #2C3D4E;
}
.fishandpips_chalet-template-default section.gallery .pager a.item:hover, .fishandpips_chalet-template-default section.gallery .pager a.item:active, .fishandpips_chalet-template-default section.gallery .pager a.item.active, .fishandpips_villa-template-default section.gallery .pager a.item:hover, .fishandpips_villa-template-default section.gallery .pager a.item:active, .fishandpips_villa-template-default section.gallery .pager a.item.active, .fishandpips_hotel-template-default section.gallery .pager a.item:hover, .fishandpips_hotel-template-default section.gallery .pager a.item:active, .fishandpips_hotel-template-default section.gallery .pager a.item.active, .fishandpips_hideaway-template-default section.gallery .pager a.item:hover, .fishandpips_hideaway-template-default section.gallery .pager a.item:active, .fishandpips_hideaway-template-default section.gallery .pager a.item.active {
  background: transparent;
}
@media only screen and (max-width: 979px) {
  .fishandpips_chalet-template-default section.gallery .pager, .fishandpips_villa-template-default section.gallery .pager, .fishandpips_hotel-template-default section.gallery .pager, .fishandpips_hideaway-template-default section.gallery .pager {
    bottom: 30px;
  }
  .fishandpips_chalet-template-default section.gallery .pager a.item, .fishandpips_villa-template-default section.gallery .pager a.item, .fishandpips_hotel-template-default section.gallery .pager a.item, .fishandpips_hideaway-template-default section.gallery .pager a.item {
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
  }
}
.fishandpips_chalet-template-default section.gallery .step, .fishandpips_villa-template-default section.gallery .step, .fishandpips_hotel-template-default section.gallery .step, .fishandpips_hideaway-template-default section.gallery .step {
  background-position: inherit;
  top: auto;
  opacity: 1;
  bottom: -90px;
  width: 63px;
  height: 64px;
  background-size: auto;
  z-index: 100;
  transition: all 0.3s;
}
.fishandpips_chalet-template-default section.gallery .step.next, .fishandpips_villa-template-default section.gallery .step.next, .fishandpips_hotel-template-default section.gallery .step.next, .fishandpips_hideaway-template-default section.gallery .step.next {
  background-image: url("/wp-content/themes/fishandpips/images/icons/right-arrow.svg");
  right: 0;
}
.fishandpips_chalet-template-default section.gallery .step.next:hover, .fishandpips_villa-template-default section.gallery .step.next:hover, .fishandpips_hotel-template-default section.gallery .step.next:hover, .fishandpips_hideaway-template-default section.gallery .step.next:hover {
  transform: translateX(5px);
}
@media only screen and (max-width: 979px) {
  .fishandpips_chalet-template-default section.gallery .step.next, .fishandpips_villa-template-default section.gallery .step.next, .fishandpips_hotel-template-default section.gallery .step.next, .fishandpips_hideaway-template-default section.gallery .step.next {
    right: calc(51% - 84px);
  }
}
@media only screen and (max-width: 767px) {
  .fishandpips_chalet-template-default section.gallery .step.next, .fishandpips_villa-template-default section.gallery .step.next, .fishandpips_hotel-template-default section.gallery .step.next, .fishandpips_hideaway-template-default section.gallery .step.next {
    display: block;
  }
}
.fishandpips_chalet-template-default section.gallery .step.prev, .fishandpips_villa-template-default section.gallery .step.prev, .fishandpips_hotel-template-default section.gallery .step.prev, .fishandpips_hideaway-template-default section.gallery .step.prev {
  background-image: url("/wp-content/themes/fishandpips/images/icons/left-arrow.svg");
  left: inherit;
  right: 83px;
}
.fishandpips_chalet-template-default section.gallery .step.prev:hover, .fishandpips_villa-template-default section.gallery .step.prev:hover, .fishandpips_hotel-template-default section.gallery .step.prev:hover, .fishandpips_hideaway-template-default section.gallery .step.prev:hover {
  transform: translateX(-5px);
}
@media only screen and (max-width: 979px) {
  .fishandpips_chalet-template-default section.gallery .step.prev, .fishandpips_villa-template-default section.gallery .step.prev, .fishandpips_hotel-template-default section.gallery .step.prev, .fishandpips_hideaway-template-default section.gallery .step.prev {
    right: 51%;
  }
}
@media only screen and (max-width: 767px) {
  .fishandpips_chalet-template-default section.gallery .step.prev, .fishandpips_villa-template-default section.gallery .step.prev, .fishandpips_hotel-template-default section.gallery .step.prev, .fishandpips_hideaway-template-default section.gallery .step.prev {
    display: block;
  }
}

/* Hide pager on smaller screens */
.page-wrapper section.lead-image_slick {
  margin: 0;
  padding: 0;
}
.page-wrapper section.lead-image_slick .backgrounds_slick .background_slick {
  height: calc(100vh - 260px);
  background-size: cover;
  background-position: center;
  position: relative;
  display: none;
}
.page-wrapper section.lead-image_slick .backgrounds_slick .background_slick .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.page-wrapper section.lead-image_slick .backgrounds_slick .background_slick .text h1 {
  color: #FFFFFF;
  font-size: 30px;
  margin: 0;
  padding: 0 15px 0px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 5px;
  line-height: 45px;
}
.page-wrapper section.lead-image_slick .backgrounds_slick .background_slick .text h1 em {
  font-family: "tangier";
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 56px;
  margin: 0 4px;
}
@media screen and (max-width: 700px) {
  body.single-fishandpips_hotel .page-wrapper section.lead-image_slick .backgrounds_slick .background_slick .text h1 {
    display: none;
  }
}
.page-wrapper section.lead-image_slick .backgrounds_slick .background_slick:first-child .text h1 {
  display: block;
}
@media screen and (min-width: 800px) {
  .page-wrapper section.lead-image_slick .backgrounds_slick .background_slick .text h1 {
    padding: 0 50px;
  }
  .page-wrapper section.lead-image_slick .backgrounds_slick .carousel-arrow-right, .page-wrapper section.lead-image_slick .backgrounds_slick .carousel-arrow-left {
    display: inline-block;
    margin: 0;
    position: absolute;
    cursor: pointer;
    transition: all 0.3s;
    top: 50%;
    width: 20px;
    height: 20px;
    content: "";
    border: solid #FFFFFF;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-45deg);
    transform: translateX(0) translateY(-50%) rotate(-45deg);
    margin-left: 15px;
    margin-bottom: 3px;
  }
  .page-wrapper section.lead-image_slick .backgrounds_slick .carousel-arrow-left {
    left: 25px;
    border-width: 4px 0 0 4px;
  }
  .page-wrapper section.lead-image_slick .backgrounds_slick .carousel-arrow-left:hover {
    left: 15px;
  }
  .page-wrapper section.lead-image_slick .backgrounds_slick .carousel-arrow-right {
    right: 40px;
    border-width: 0 4px 4px 0;
  }
  .page-wrapper section.lead-image_slick .backgrounds_slick .carousel-arrow-right:hover {
    right: 30px;
  }
}
.page-wrapper section.lead-image_slick .backgrounds_slick .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  transform: translateX(-50%);
  margin-bottom: 0;
  left: 50%;
}
.page-wrapper section.lead-image_slick .backgrounds_slick .slick-dots li:before {
  background: #FFFFFF;
}
.page-wrapper section.lead-image_slick .backgrounds_slick .slick-dots li button {
  border-color: #FFFFFF;
  background: #FFFFFF;
}
.page-wrapper section.lead-image_slick .backgrounds_slick .slick-dots li.slick-active button, .page-wrapper section.lead-image_slick .backgrounds_slick .slick-dots li:hover button {
  background: transparent;
}
.page-wrapper section.lead-image_slick .backgrounds_slick.slick-initialized .background_slick {
  display: block;
}

section.share {
  padding-bottom: 60px;
}
section.share .addthis_toolbox {
  margin: 0 auto;
  display: inline-block;
}
section.share .addthis_toolbox a {
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 50px;
  width: 50px;
  padding: 0;
  margin: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  section.share .addthis_toolbox a {
    margin: 0 5px;
  }
}
section.share .addthis_toolbox a .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
section.share .addthis_toolbox a.addthis_button_facebook {
  background-image: url("/wp-content/themes/fishandpips/images/icons/facebook_grey.svg");
}
section.share .addthis_toolbox a.addthis_button_twitter {
  background-image: url("/wp-content/themes/fishandpips/images/icons/twitter_grey.svg");
  width: 52px;
}
section.share .addthis_toolbox a.addthis_button_linkedin {
  background-image: url("/wp-content/themes/fishandpips/images/icons/linkedin_grey.svg");
  width: 51px;
}
section.share .addthis_toolbox a.addthis_button_compact {
  background-image: url("/wp-content/themes/fishandpips/images/icons/share_grey.svg");
}
section.share .social-buttons {
  display: flex;
}

#at15s {
  margin-top: 85px;
  margin-left: 43px;
}

.icon.follow {
  display: inline-block;
  margin: 0px 10px;
}
.icon.follow:first-child {
  margin-left: 0px;
}
.icon.icon-facebook-grey {
  width: 34px;
  height: 34px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/facebook_small_grey.svg");
}
.icon.icon-twitter-grey {
  width: 34px;
  height: 33px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/twitter_small_grey.svg");
}
.icon.icon-instagram-grey {
  width: 34px;
  height: 34px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/instagram_small_grey.svg");
}

/* Contains Guest Testimonials & Team Testimonials */
/* Guest Testimonials */
.testimonials {
  text-align: left;
}
.testimonials .row {
  max-width: 1160px;
}
.testimonials:after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 10px;
  right: 0;
}
.testimonials .image, .testimonials .image-container {
  border: 7px solid white;
  border-radius: 100%;
  display: inline-block;
}
.testimonials .image img, .testimonials .image-container img {
  display: block;
  border-radius: 100%;
}
.testimonials h2 {
  margin: 20px 0px 5px;
  padding: 0px 0px;
  background: transparent none;
  font-size: 36px;
  font-size: 3.6rem;
  color: #2C3D4E;
  min-height: 37px;
}
.testimonials .job-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.testimonials blockquote {
  margin: 0 0 40px 0;
  font-size: 32px;
  padding: 0;
  border: 0;
  position: relative;
  color: #2C3D4E;
  font-family: "neue-haas-unica", sans-serif;
}
.testimonials blockquote:before {
  content: "“";
}
.testimonials blockquote:after {
  content: "”";
}
.testimonials .name {
  color: #2C3D4E;
  margin-top: 30px;
  text-transform: uppercase;
}
.testimonials .slick-list .panel {
  padding: 30px 10px;
  margin: 0 10px;
  background-color: #FFFFFF;
  height: auto;
  text-align: center;
}

.team-wrapper {
  text-align: left;
  padding-right: 20px;
}
.team-wrapper .image-wrapper {
  text-align: center;
}
.team-wrapper .description {
  text-align: justify;
}
.team-wrapper .image, .team-wrapper .image-container {
  border: 7px solid white;
  border-radius: 100%;
  display: inline-block;
}
.team-wrapper .image img, .team-wrapper .image-container img {
  display: block;
  border-radius: 100%;
}
.team-wrapper h2 {
  margin: 20px 0px 5px;
  padding: 0px 0px;
  background: transparent none;
  font-size: 28px;
  font-size: 2.8rem;
  color: #2C3D4E;
  min-height: 37px;
}
.team-wrapper .job-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.team-wrapper blockquote {
  margin: 40px 0 0 0;
  padding: 0;
  border: 0;
  font-style: italic;
  padding-bottom: 20px;
  position: relative;
}
.team-wrapper blockquote:before {
  content: "“";
}
.team-wrapper blockquote:after {
  content: "”";
}
.team-wrapper .name {
  color: #2C3D4E;
}
.team-wrapper .slick-list {
  min-height: 315px;
}

@media only screen and (max-width: 767px) {
  .testimonials {
    padding-right: 0;
  }
  .testimonials:after {
    display: none;
  }
  .testimonials .slick-list {
    min-height: 0;
  }
  .team-wrapper {
    padding-right: 0;
  }
  .team-wrapper .slick-list {
    min-height: 0;
  }
}
.owl-wrapper-outer {
  margin: 0 auto;
}

.testimonial-count-1 {
  display: block;
}

@media only screen and (max-width: 494px) {
  .owl-controls {
    display: none !important;
  }
}
.team-wrapper .panel {
  margin-bottom: 80px;
}
@media (max-width: 979px) {
  .team-wrapper .panel {
    margin-bottom: 35px;
  }
}

/* Team Testimonials */
.team-testimonials {
  margin-top: -60px;
}
.team-testimonials .team-testimonial {
  text-align: center;
  margin-bottom: 30px;
}
.team-testimonials .team-testimonial .circle {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  padding: 8px;
  border: 1px solid #2C3D4E;
  margin-bottom: 30px;
}
.team-testimonials .team-testimonial img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  max-width: 140px;
}
.team-testimonials .team-testimonial .testimonial-name {
  margin-top: 30px;
  color: #2C3D4E;
  font-style: italic;
}
.team-testimonials .slick-dots {
  text-align: center;
}

.testimonial_stars {
  text-align: center;
}
.testimonial_stars img {
  width: 16px;
  margin: 0 4px;
  display: inline-block;
}

.video {
  overflow: visible;
  padding: 0px;
  margin-bottom: 50px;
}
.video video {
  border: 5px solid white;
  height: auto;
  max-width: 1130px;
  width: calc(100% - 10px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.video:not(.video-lead) {
  padding: 50px;
}

.page-template-page-panels .video {
  background-color: #FFFFFF;
}
@media screen and (max-width: 1140px) {
  .page-template-page-panels .video {
    padding: 0;
  }
  .page-template-page-panels .video video {
    width: 100%;
  }
}

.page-template-page-home .video {
  background-color: transparent;
  margin: 0;
  padding: 100px 0 40px 0;
}
@media screen and (max-width: 1140px) {
  .page-template-page-home .video {
    padding: 100px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-template-page-home .video {
    padding-top: 60px;
  }
}
.page-template-page-home .video .row {
  padding: 0;
}

.instagram-carousel {
  display: none;
  margin: 60px 0 30px;
}
.instagram-carousel a {
  position: relative;
  display: block;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.instagram-carousel a svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 12%;
  max-height: 12%;
}
.instagram-carousel .slick-dots {
  margin-top: 15px;
}

@media screen and (max-width: 699px) {
  .instagram-carousel {
    display: block;
  }
  #sb_instagram {
    display: none !important;
  }
}
/*** =======================
 *** Pages
 *** ======================= */
/*** Homepage ***/
/*** Instagram Row ***/
section.instagram {
  padding: 0 10px;
}
section.instagram .instagram-link {
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 22px;
}
section.instagram .instagram-link:hover {
  text-decoration: underline;
}
section.instagram #sb_instagram #sbi_images {
  padding: 0 !important;
}
section.instagram #sb_instagram #sbi_images #sbi_item {
  padding: 0 !important;
}
section.instagram #sb_instagram #sbi_images #sbi_item .sbi_photo {
  margin: 0 10px;
}

/*** CTA Row ***/
section.cta {
  text-align: center;
  position: relative;
  height: 480px;
  background-size: cover;
  background-position: center;
}
section.cta a, section.cta h2 {
  position: absolute;
  left: 50%;
  color: #FFFFFF;
  width: calc(100% - 40px);
}
section.cta h2 {
  top: 50%;
  transform: translate(-50%, -21px);
}
section.cta a {
  top: calc(50% + 100px);
  transform: translateX(-50%);
}
@media screen and (max-width: 700px) {
  section.cta {
    height: 300px;
  }
  section.cta a {
    top: calc(100% - 80px);
  }
}

/*** CTA Advisor ***/
.intro-cta::after {
  clear: both;
  content: "";
  display: table;
}
.intro-cta .intro-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(100% - 450px);
}

.cta-advisor {
  background-color: #2C3D4E;
  padding: 95px 15px 30px;
  display: inline-block;
  text-align: center;
  width: 325px;
  position: relative;
  margin-top: 35px;
  vertical-align: top;
  float: right;
  box-sizing: border-box;
}
.cta-advisor.cta_advisor_generic {
  padding-top: 20px;
  margin-top: 8px;
}
.cta-advisor .cta-advisor_image {
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translate(-50%, -50%);
}
.cta-advisor .cta-advisor_image img {
  border-radius: 50%;
  width: 145px;
}
.cta-advisor .cta-advisor_details {
  color: #fff;
  font-size: 16px;
}
.cta-advisor .cta-advisor_copy, .cta-advisor .cta-advisor_phone, .cta-advisor .cta-advisor_phone a {
  color: #FFFFFF;
}
.cta-advisor .cta-advisor_copy {
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 0;
}
.cta-advisor .button, .cta-advisor .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .cta-advisor a {
  background-color: #A4B9C0;
  color: #2C3D4E;
  margin: 10px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  border: none;
}
.cta-advisor .button:hover, .cta-advisor .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a:hover, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .cta-advisor a:hover {
  opacity: 0.8;
}

.cta-mobile {
  display: none;
}

.page-template-page-rows .cta-advisor, .page-template-page-masonry .cta-advisor {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  border: solid 2px #A4B9C0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.page-template-page-rows .cta-advisor .cta-advisor_close, .page-template-page-masonry .cta-advisor .cta-advisor_close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 8px;
}
.page-template-page-rows .cta-advisor .cta-advisor_close:before, .page-template-page-rows .cta-advisor .cta-advisor_close:after, .page-template-page-masonry .cta-advisor .cta-advisor_close:before, .page-template-page-masonry .cta-advisor .cta-advisor_close:after {
  position: absolute;
  right: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  top: 8px;
  background-color: #FFFFFF;
}
.page-template-page-rows .cta-advisor .cta-advisor_close:hover:before, .page-template-page-rows .cta-advisor .cta-advisor_close:hover:after, .page-template-page-masonry .cta-advisor .cta-advisor_close:hover:before, .page-template-page-masonry .cta-advisor .cta-advisor_close:hover:after {
  background-color: #A4B9C0;
}
.page-template-page-rows .cta-advisor .cta-advisor_close:before, .page-template-page-masonry .cta-advisor .cta-advisor_close:before {
  transform: rotate(45deg);
}
.page-template-page-rows .cta-advisor .cta-advisor_close:after, .page-template-page-masonry .cta-advisor .cta-advisor_close:after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .page-template-page-rows .cta-advisor, .page-template-page-masonry .cta-advisor {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .page-template-page-rows .cta-advisor .button, .page-template-page-rows .cta-advisor .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .page-template-page-rows .cta-advisor a, .page-template-page-masonry .cta-advisor .button, .page-template-page-masonry .cta-advisor .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .page-template-page-masonry .cta-advisor a {
    width: auto;
    display: inline-block;
  }
}

@media screen and (max-width: 850px) {
  .intro-cta .intro-text {
    width: 100%;
    margin-bottom: 30px;
  }
  .intro-cta::after {
    display: none;
  }
  .cta-advisor {
    float: none;
    width: 100%;
    margin-top: 85px;
  }
  .cta-desktop {
    display: none;
  }
  .cta-mobile {
    display: block;
  }
}
/*** Form landing page ***/
body.page-template-page-landing-form main {
  display: table;
}
body.page-template-page-landing-form main section.twelve.columns form.mailinglist input {
  margin: 20px auto;
}
body.page-template-page-landing-form main section.six.columns.intro.intro-only div {
  margin-top: 60px;
}
body.page-template-page-landing-form main section.form-container {
  text-align: center;
}
body.page-template-page-landing-form main section.form-container form.mailinglist input {
  margin: 20px 0;
  display: block;
  border: 1px solid #ccc;
  padding: 12px 10px 7px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
}
body.page-template-page-landing-form main section.form-container form.mailinglist button {
  padding: 11px 31px 10px;
  border: 2px solid #2C3D4E;
  margin: 11px auto;
  background: #2C3D4E;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  font-family: "Avenir-heavy";
  margin-left: 129px;
  margin: auto;
}

/*** Chalet Page & Teaser ***/
section.chalet-details,
section.grid-page-details {
  padding-top: 30px;
  background: #FFFFFF;
}
section.chalet-details h3,
section.grid-page-details h3 {
  font-size: 38px;
  font-size: 3.8rem;
}
section.chalet-details h4,
section.grid-page-details h4 {
  font-size: 29px;
  font-size: 2.9rem;
}
section.chalet-details h5,
section.grid-page-details h5 {
  font-size: 22px;
  font-size: 2.2rem;
}
section.chalet-details h6,
section.grid-page-details h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
section.chalet-details .details,
section.grid-page-details .details {
  padding-right: 50px;
}
section.chalet-details .details h3,
section.grid-page-details .details h3 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 979px) {
  section.chalet-details .details,
  section.grid-page-details .details {
    padding: 0 5px;
  }
  section.chalet-details .detail-list,
  section.grid-page-details .detail-list {
    padding: 20px 5px 20px;
  }
  section.chalet-details .detail-list ul,
  section.grid-page-details .detail-list ul {
    padding: 0 5px;
  }
  section.chalet-details .detail-list ul li,
  section.grid-page-details .detail-list ul li {
    list-style: disc outside;
    margin-left: 30px;
    padding-left: 20px;
  }
  section.chalet-details .detail-list ul li:before,
  section.grid-page-details .detail-list ul li:before {
    display: none;
  }
}

.grid-page-details-heading {
  margin-bottom: 25px;
}

.grid-page-detail-list {
  padding-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .grid-page-detail-list {
    padding: 20px 5px 0px !important;
  }
}

.chalets-grid .row.grid:not(.slick):not(.new-layout) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -40px;
}
.chalets-grid .row.grid:not(.slick):not(.new-layout)::before, .chalets-grid .row.grid:not(.slick):not(.new-layout)::after {
  content: none;
  display: none;
}
.chalets-grid .row.grid:not(.slick):not(.new-layout) .chalet-teaser {
  max-width: 375px;
  min-width: 320px;
  margin-bottom: 40px;
}

.chalets-grid .row.grid .new-teaser {
  display: none;
}

.chalets-grid .row.grid.new-layout {
  margin-bottom: 20px;
}
.chalets-grid .row.grid.new-layout .panel {
  margin-bottom: 40px;
}
.chalets-grid .row.grid.new-layout .old-teaser {
  display: none;
}
.chalets-grid .row.grid.new-layout .new-teaser {
  display: block;
}

.new-layout .chalet-teaser.grid-2-1 {
  max-width: none;
}
@media screen and (max-width: 700px) {
  .new-layout .chalet-teaser {
    padding: 0 !important;
  }
}
.new-layout .chalet-teaser .panel-inner {
  position: relative;
  text-align: right;
  display: block;
  background: rgba(164, 185, 192, 0.4);
  transition: 0.25s;
}
.new-layout .chalet-teaser .panel-inner:hover .more-info:after {
  transform: translateX(5px) rotate(315deg);
  opacity: 1;
}
.new-layout .chalet-teaser .panel-inner:hover .more-info:before {
  transform: translateX(5px);
  opacity: 1;
}
.new-layout .chalet-teaser .panel-inner:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: #2C3D4E;
  opacity: 0.4;
}
.new-layout .chalet-teaser .image-wrapper, .new-layout .chalet-teaser .title-stats {
  display: inline-block;
}
.new-layout .chalet-teaser .image-wrapper {
  position: absolute !important;
  left: 0;
  top: 0;
  width: calc(60% - 60px);
  height: 100% !important;
  padding-bottom: 0 !important;
}
.new-layout .chalet-teaser .image-wrapper:before {
  display: none;
}
.new-layout .chalet-teaser .image-wrapper .background-image {
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .new-layout .chalet-teaser .image-wrapper {
    position: relative !important;
    width: 100%;
  }
}
.new-layout .chalet-teaser .title-stats {
  margin: 30px;
  box-sizing: border-box;
  padding-bottom: 120px;
  position: relative;
  width: 40%;
  text-align: left;
}
@media only screen and (max-width: 1140px) {
  .new-layout .chalet-teaser .title-stats {
    margin: 30px 30px 35px;
  }
  .new-layout .chalet-teaser .title-stats .sleeps {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .new-layout .chalet-teaser .title-stats {
    position: relative;
    width: calc(100% - 40px);
    margin: 20px;
  }
}
.new-layout .chalet-teaser .title-stats .title, .new-layout .chalet-teaser .title-stats .intro.elipsis {
  min-height: auto;
  text-transform: none;
}
.new-layout .chalet-teaser .title-stats .chalet_location {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 29px;
  text-transform: uppercase;
  color: #A2A2A2;
  display: block;
}
.new-layout .chalet-teaser .title-stats .chalet_type {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
}
.new-layout .chalet-teaser .title-stats .stats {
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 700px) {
  .new-layout .chalet-teaser .title-stats .stats {
    text-align: left;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .new-layout .chalet-teaser .title-stats .stats .more-info {
    width: 100%;
  }
}
.new-layout .chalet-teaser .title-stats .title {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 29px;
  margin: 5px 0;
}
.new-layout .chalet-teaser .title-stats .chalet_tags {
  margin: 20px 0;
  display: block;
}
.new-layout .chalet-teaser .title-stats .chalet_tags .chalet_tag {
  display: inline-block;
  padding: 14px 16px;
  line-height: 12px;
  background: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  height: 9px;
  color: #2C3D4E;
  text-decoration: none;
}
.new-layout .chalet-teaser .title-stats .icon {
  textalign: left;
  text-indent: -10000px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/spritesheet_small.png?r=1);
  -moz-background-size: 500px auto;
  -ie-background-size: 500px auto;
  -o-background-size: 500px auto;
  -webkit-background-size: 500px auto;
  background-size: 500px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .new-layout .chalet-teaser .title-stats .icon {
    background-image: url(../images/spritesheet_large.png?r=1);
  }
}
.new-layout .chalet-teaser .title-stats .icon.icon-location {
  width: 15px;
  height: 20px;
  background-position: -193px -63px;
}
.new-layout .chalet-teaser .title-stats .icon.icon-sleeps {
  width: 19px;
  height: 12px;
  background-size: 19px 12px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/bed_grey.svg");
  margin-right: 10px;
}
.new-layout .chalet-teaser .title-stats .location, .new-layout .chalet-teaser .title-stats .sleeps {
  white-space: nowrap;
  margin-right: 10px;
}
.new-layout .chalet-teaser .title-stats .sleeps, .new-layout .chalet-teaser .title-stats .chalet_quote {
  font-size: 14px;
  font-size: 1.4rem;
}
.new-layout .chalet-teaser .title-stats .icon.icon-quote {
  width: 19px;
  height: 16px;
  background-size: 19px 16px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/heart.svg");
  margin-right: 10px;
}
.new-layout .chalet-teaser .title-stats .chalet_pricing {
  margin-bottom: 10px;
}
.new-layout .chalet-teaser .title-stats .chalet_pricing .chalet_price-detail {
  font-size: 14px;
}
.new-layout .chalet-teaser .title-stats .chalet_pricing .chalet_price-detail .chalet_price-detail_price {
  width: 60px;
  display: inline-block;
}
.new-layout .chalet-teaser .title-stats .chalet_price {
  color: #2C3D4E;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
}
.new-layout .chalet-teaser .title-stats .chalet_price-per-night {
  font-size: 12px;
  font-size: 1.2rem;
}
.new-layout .chalet-teaser .title-stats .sleeps {
  margin-right: 0;
}
.new-layout .chalet-teaser .title-stats .more-info {
  position: relative;
  padding: 16px 0px;
  width: 200px;
  text-align: center;
  border: 2px solid #2C3D4E;
  background: #2C3D4E;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  float: inherit;
  margin: 0;
  line-height: 14px;
  height: 12px;
}
.new-layout .chalet-teaser .title-stats .button, .new-layout .chalet-teaser .title-stats .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .new-layout .chalet-teaser .title-stats a {
  margin-right: 0;
  margin-left: 0;
}
.new-layout .chalet-teaser .intro {
  margin: 10px 0 10px;
  overflow: hidden;
  font-style: italic;
}
.new-layout .chalet-teaser .view-line {
  text-align: center;
  margin-bottom: 20px;
}
.new-layout .chalet-teaser .view-line .view-button {
  display: inline-block;
  margin: 0 auto;
  background: #FFFFFF;
  color: #2C3D4E;
  border: 2px solid #2C3D4E;
  padding: 5px 8px;
}
.new-layout .chalet-teaser .view-line .view-button:hover {
  color: white;
  border: 2px solid #A4B9C0;
  background: #A4B9C0;
}

.chalet-form.new-layout .chalet-teaser .old-teaser, .page-chalet-search.new-layout .chalet-teaser .old-teaser {
  display: none;
}
.chalet-form.new-layout .chalet-teaser .image-wrapper, .page-chalet-search.new-layout .chalet-teaser .image-wrapper {
  background: #e8e8e8;
  height: 0 !important;
  padding-bottom: 66.6% !important;
  position: relative !important;
  left: auto;
  right: auto;
  width: 100%;
}
.chalet-form.new-layout .chalet-teaser .title-stats, .page-chalet-search.new-layout .chalet-teaser .title-stats {
  width: auto;
  padding-bottom: 0;
}
.chalet-form.new-layout .chalet-teaser .title-stats .stats, .page-chalet-search.new-layout .chalet-teaser .title-stats .stats {
  position: relative;
  bottom: auto;
  right: auto;
}
.chalet-form.new-layout .chalet-teaser .title-stats .stats .sleeps.old-teaser, .page-chalet-search.new-layout .chalet-teaser .title-stats .stats .sleeps.old-teaser {
  display: none;
}
.chalet-form.new-layout .chalet-teaser .title-stats .stats .button, .chalet-form.new-layout .chalet-teaser .title-stats .stats .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .chalet-form.new-layout .chalet-teaser .title-stats .stats a, .page-chalet-search.new-layout .chalet-teaser .title-stats .stats .button, .page-chalet-search.new-layout .chalet-teaser .title-stats .stats .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .page-chalet-search.new-layout .chalet-teaser .title-stats .stats a {
  width: 100%;
  box-sizing: border-box;
}

.chalet-teaser .panel-inner {
  position: relative;
}
.chalet-teaser .panel-inner:hover .more-info:after {
  transform: translateX(5px) rotate(315deg);
  opacity: 1;
}
.chalet-teaser .panel-inner:hover .more-info:before {
  transform: translateX(5px);
  opacity: 1;
}
.chalet-teaser .title-stats {
  margin: 30px;
  height: 100%;
  min-height: 60px;
}
@media only screen and (max-width: 1140px) {
  .chalet-teaser .title-stats {
    margin: 30px 30px 35px;
  }
  .chalet-teaser .title-stats .sleeps {
    display: block;
  }
}
.chalet-teaser .title-stats .title {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.25em;
  min-height: 60px;
  overflow: hidden;
}
.chalet-teaser .title-stats .icon {
  textalign: left;
  text-indent: -10000px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/spritesheet_small.png?r=1);
  -moz-background-size: 500px auto;
  -ie-background-size: 500px auto;
  -o-background-size: 500px auto;
  -webkit-background-size: 500px auto;
  background-size: 500px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .chalet-teaser .title-stats .icon {
    background-image: url(../images/spritesheet_large.png?r=1);
  }
}
.chalet-teaser .title-stats .icon.icon-location {
  width: 15px;
  height: 20px;
  background-position: -193px -63px;
}
.chalet-teaser .title-stats .icon.icon-sleeps {
  width: 36px;
  height: 22px;
  background-size: 36px 22px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/bed.svg");
}
.chalet-teaser .title-stats .location, .chalet-teaser .title-stats .sleeps {
  white-space: nowrap;
  margin-right: 20px;
}
.chalet-teaser .title-stats .more-info {
  float: right;
  position: relative;
  padding: 0px 5px;
  border: 2px solid #2C3D4E;
  background: #2C3D4E;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 1140px) {
  .chalet-teaser .title-stats .more-info {
    margin-top: 0px;
    margin: -30px 10px;
  }
}
.chalet-teaser .intro {
  margin: 10px 0;
  overflow: hidden;
  height: 100%;
  min-height: 72px;
}
.chalet-teaser .view-line {
  text-align: center;
  margin-bottom: 20px;
}
.chalet-teaser .view-line .view-button {
  display: inline-block;
  margin: 0 auto;
  background: #FFFFFF;
  color: #2C3D4E;
  border: 2px solid #2C3D4E;
  padding: 5px 8px;
}
.chalet-teaser .view-line .view-button:hover {
  color: white;
  border: 2px solid #A4B9C0;
  background: #A4B9C0;
}

.single-fishandpips_chalet .scroll-nav a {
  width: 33.333%;
}
@media only screen and (max-width: 459px) {
  .single-fishandpips_chalet .scroll-nav a .text {
    display: none;
  }
}
.single-fishandpips_chalet .offer-key {
  color: #D84444;
  text-align: center;
  margin-bottom: 20px;
}
.single-fishandpips_chalet .icon-offer {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../images/spritesheet_small.png?r=1);
  -moz-background-size: 500px auto;
  -ie-background-size: 500px auto;
  -o-background-size: 500px auto;
  -webkit-background-size: 500px auto;
  background-size: 500px auto;
  background-position: -259px -60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .single-fishandpips_chalet .icon-offer {
    background-image: url(../images/spritesheet_large.png?r=1);
  }
}
.single-fishandpips_chalet .chalet-location {
  padding-bottom: 0;
}
.single-fishandpips_chalet .details-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.single-fishandpips_chalet .details-buttons .button, .single-fishandpips_chalet .details-buttons .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .single-fishandpips_chalet .details-buttons a {
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
}
.single-fishandpips_chalet .details-buttons .button:before, .single-fishandpips_chalet .details-buttons .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a:before, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .single-fishandpips_chalet .details-buttons a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 23px;
  vertical-align: middle;
  margin-right: 15px;
  background-image: url(../images/spritesheet_small.png?r=1);
  -moz-background-size: 500px auto;
  -ie-background-size: 500px auto;
  -o-background-size: 500px auto;
  -webkit-background-size: 500px auto;
  background-size: 500px auto;
  background-position: -208px -277px;
  position: relative;
  top: -2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .single-fishandpips_chalet .details-buttons .button:before, .single-fishandpips_chalet .details-buttons .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a:before, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .single-fishandpips_chalet .details-buttons a:before {
    background-image: url(../images/spritesheet_large.png?r=1);
  }
}
@media only screen and (min-width: 879px) {
  .single-fishandpips_chalet .details-buttons .button, .single-fishandpips_chalet .details-buttons .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .single-fishandpips_chalet .details-buttons a {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
    width: 32%;
    margin-right: 1.5%;
  }
  .single-fishandpips_chalet .details-buttons .button:last-child, .single-fishandpips_chalet .details-buttons .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a:last-child, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .single-fishandpips_chalet .details-buttons a:last-child {
    margin-right: -6px;
  }
}

.chalet-pricing {
  text-align: center;
}
.chalet-pricing .season-tabs {
  border-bottom: 1px solid #2C3D4E;
  margin-bottom: 20px;
  height: 31px;
}
.chalet-pricing .season-tabs a {
  display: inline-block;
  position: relative;
  border: 1px solid #2C3D4E;
  border-bottom: 0;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #F0EFEF;
  margin-right: -1px;
  color: #2C3D4E;
  text-decoration: none;
}
.chalet-pricing .season-tabs a.active {
  height: 31px;
  background-color: #2C3D4E;
  color: #FFFFFF;
}
.chalet-pricing .season-tabs a:hover {
  text-decoration: none;
  background-color: #A4B9C0;
}
.chalet-pricing .pricing-grid {
  margin: 0 auto;
  max-width: 1000px;
}
.chalet-pricing .pricing-grid .pricing-panel {
  position: relative;
  display: inline-block;
  width: 156px;
  margin: 2px 5px;
  vertical-align: top;
  /*
  			&.offer .panel-inner:before{
  				position:absolute;
  				content: '';
  				top: 5px;
  				right: 5px;

  				width: 11px;
  				height: 11px;
  				@include spritesheet();
  				background-position: -259px -60px;
  			}

  			&.limited .panel-inner:after{
  				position:absolute;
  				content: '';
  				top: 5px;
  				right: 5px;

  				width: 11px;
  				height: 11px;
  				@include spritesheet();
  				background-position: -259px -48px;
  			}

  			&.offer.limited .panel-inner:before {
  				right: 17px;
  			}*/
}
.chalet-pricing .pricing-grid .pricing-panel .panel-inner {
  display: block;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  color: #FFFFFF;
  background: white;
  padding: 10px;
  min-height: 80px;
  text-align: left;
  overflow: hidden;
  line-height: 1.25em;
  letter-spacing: inherit;
}
.chalet-pricing .pricing-grid .pricing-panel .panel-inner .date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #2C3D4E;
  display: block;
}
.chalet-pricing .pricing-grid .pricing-panel .panel-inner .date-booked {
  color: #FFFFFF;
}
.chalet-pricing .pricing-grid .pricing-panel .panel-inner .price {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  width: 100%;
}
.chalet-pricing .pricing-grid .pricing-panel .panel-inner .booked-text {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
}
.chalet-pricing .pricing-grid .pricing-panel .panel-inner .price-original {
  text-decoration: line-through;
  color: #ccc;
}
.chalet-pricing .pricing-grid .pricing-panel .panel-inner .circle {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 10px;
  float: right;
  width: 10px;
  height: 18px;
  background-image: url(../images/spritesheet_small.png?r=1);
  -moz-background-size: 500px auto;
  -ie-background-size: 500px auto;
  -o-background-size: 500px auto;
  -webkit-background-size: 500px auto;
  background-size: 500px auto;
  background-position: -424px -55px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .chalet-pricing .pricing-grid .pricing-panel .panel-inner .circle {
    background-image: url(../images/spritesheet_large.png?r=1);
  }
}
.chalet-pricing .pricing-grid .pricing-panel .panel-inner .offertext {
  color: #2C3D4E;
  margin-top: 8px;
}
.chalet-pricing .pricing-grid .pricing-panel .view-offer {
  background: #2C3D4E;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.chalet-pricing .pricing-grid .pricing-panel.booked {
  cursor: default;
}
.chalet-pricing .pricing-grid .pricing-panel.booked .panel-inner {
  border-color: #2C3D4E;
  background: #2C3D4E;
}
.chalet-pricing .pricing-grid .pricing-panel:hover .panel-inner {
  border-color: #2C3D4E;
  box-shadow: 0px 0px 10px rgba(41, 161, 219, 0.25);
  text-decoration: none;
}
.chalet-pricing .pricing-grid .pricing-panel:hover.booked {
  cursor: default;
}
.chalet-pricing .pricing-grid .pricing-panel:hover.booked .panel-inner {
  border-color: #F0EFEF;
  opacity: 0.8;
}
@media only screen and (max-width: 586px) {
  .chalet-pricing .pricing-grid {
    margin-left: -3px;
    margin-right: -3px;
  }
  .chalet-pricing .pricing-grid .pricing-panel {
    width: 30%;
    margin: 5px 2px;
  }
  .chalet-pricing .pricing-grid .pricing-panel .year {
    display: block;
  }
}

.page-chalet-search .intro-title {
  padding-bottom: 0;
}
.page-chalet-search .section-search-key {
  padding-bottom: 15px;
}

.pricing-key {
  text-align: center;
}
.pricing-key .star {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../images/spritesheet_small.png?r=1);
  -moz-background-size: 500px auto;
  -ie-background-size: 500px auto;
  -o-background-size: 500px auto;
  -webkit-background-size: 500px auto;
  background-size: 500px auto;
  background-position: -259px -60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .pricing-key .star {
    background-image: url(../images/spritesheet_large.png?r=1);
  }
}
.pricing-key .offer {
  color: #D84444;
  margin: 0 20px;
}
.pricing-key .limited {
  margin: 0 20px;
}
.pricing-key .limited .star {
  background-position: -259px -48px;
}

.chalet-availability .pricing-key {
  margin-bottom: 30px;
}
.chalet-availability .pricing-area {
  margin-top: 60px;
}

.search-section {
  text-align: center;
}
.search-section .row::before, .search-section .row::after {
  content: "" !important;
  display: block !important;
}
.search-section .form-intro {
  margin-top: 20px;
}
.search-section form {
  margin-top: 20px;
}
.search-section form select {
  width: 100%;
}
.search-section form input {
  width: 100%;
  border: 2px solid #2C3D4E;
  color: #FFFFFF;
  padding: 7px;
  cursor: pointer;
}
.search-section form .field {
  margin-top: 20px;
  float: left;
  width: 23.0769230769%;
  margin-right: 2.5641025641%;
}
.search-section form .field:nth-child(1n) {
  clear: none;
}
.search-section form .field:nth-child(4n) {
  margin-right: 0px;
}
.search-section form .field:nth-child(4n+1) {
  clear: left;
}
.search-section form .field.grid-4-1 {
  margin-left: 38.4615384615%;
}
.search-section form .field.grid-4-2 {
  margin-left: 25.641025641%;
}
.search-section form .field.grid-4-3 {
  margin-left: 12.8205128205%;
}
.search-section form .field.grid-4-4 {
  margin-left: 0%;
}
@media only screen and (max-width: 840px) {
  .search-section form .field {
    width: 31.6239316239%;
    margin-right: 2.5641025641%;
  }
  .search-section form .field:nth-child(1n) {
    clear: none;
  }
  .search-section form .field:nth-child(5n) {
    margin-right: 2.5641025641%;
  }
  .search-section form .field:nth-child(3n) {
    margin-right: 0px;
  }
  .search-section form .field:nth-child(3n+1) {
    clear: left;
  }
  .search-section form .field.grid-3-1 {
    margin-left: 34.188034188%;
  }
  .search-section form .field.grid-3-2 {
    margin-left: 17.094017094%;
  }
  .search-section form .field.grid-3-3 {
    margin-left: 0%;
  }
  .search-section form .field.field-submit:nth-child(1n) {
    float: left;
    width: 100%;
  }
  .search-section form .field input {
    width: 23.07692%;
  }
}
@media only screen and (max-width: 620px) {
  .search-section form .field {
    width: 100%;
    margin-right: 2.5641025641%;
  }
  .search-section form .field:nth-child(1n) {
    clear: none;
  }
  .search-section form .field:nth-child(3n) {
    margin-right: 2.5641025641%;
  }
  .search-section form .field.grid-1-1 {
    margin-left: 0%;
  }
  .search-section form .field input {
    width: 48.71795%;
  }
}
@media only screen and (max-width: 340px) {
  .search-section form .field {
    width: 100%;
    margin-right: 2.5641025641%;
  }
  .search-section form .field:nth-child(1n) {
    clear: none;
  }
  .search-section form .field:nth-child(2n) {
    margin-right: 2.5641025641%;
  }
  .search-section form .field.grid-1-1 {
    margin-left: 0%;
  }
  .search-section form .field input {
    width: 100%;
  }
}

.section-form .panel {
  float: left;
  width: 263px;
}

.page-wrapper .chalet-search-results {
  margin-top: 40px;
}
.page-wrapper .chalet-search-results #meribel-serviced-chalets, .page-wrapper .chalet-search-results #meribel-catered-chalets {
  margin-top: 40px;
  background: #F0EFEF;
  padding: 30px;
  width: calc(100% + 40px);
  left: -20px;
  position: relative;
}
.page-wrapper .chalet-search-results .chalet-row {
  margin-top: 40px;
}
.page-wrapper .chalet-search-results .chalet-row::before, .page-wrapper .chalet-search-results .chalet-row::after {
  clear: both;
  display: block;
}
.page-wrapper .chalet-search-results .chalet-row .panel {
  float: left;
  width: 263px;
}
.page-wrapper .chalet-search-results .chalet-row .panel .panel-inner {
  min-height: 488px;
}
.page-wrapper .chalet-search-results .chalet-row .chalet-pricing {
  margin-left: 283px;
  text-align: left;
}
.page-wrapper .chalet-search-results .chalet-row .chalet-pricing .season-tabs {
  margin-left: 5px;
}
.page-wrapper .chalet-search-results .chalet-row .chalet-teaser .view-line .view-button {
  top: 175px;
}
.page-wrapper .chalet-search-results .chalet-row .chalet-teaser .image-wrapper {
  padding-bottom: 175px;
  display: block;
}
.page-wrapper .chalet-search-results .chalet-row .chalet-teaser .image-wrapper .background-image {
  height: 175px;
  display: none;
}
.page-wrapper .chalet-search-results .chalet-row .chalet-teaser .image-wrapper.slick-initialized .background-image {
  display: block;
}
.page-wrapper .chalet-search-results .chalet-row .chalet-teaser .image-wrapper.image-wrapper_slick .slick-dots {
  bottom: 10px;
}
.page-wrapper .chalet-search-results .chalet-row .chalet-teaser .image-wrapper.image-wrapper_slick .carousel-arrow {
  display: none !important;
}

.search-no-results {
  text-align: center;
}

@media only screen and (max-width: 738px) {
  .chalet-search-results {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .chalet-search-results .chalet-row {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: white;
    margin-top: -1px;
    padding-top: 20px;
    cursor: pointer;
    position: relative;
  }
  .chalet-search-results .chalet-row .toggle {
    content: "";
    position: absolute;
    top: 65px;
    right: 10px;
    width: 26px;
    height: 26px;
    background-image: url(../images/spritesheet_small.png?r=1);
    -moz-background-size: 500px auto;
    -ie-background-size: 500px auto;
    -o-background-size: 500px auto;
    -webkit-background-size: 500px auto;
    background-size: 500px auto;
    background-position: -365px -52px;
    z-index: 100;
  }
}
@media only screen and (max-width: 738px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 738px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 738px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 738px) and (min-device-pixel-ratio: 2), only screen and (max-width: 738px) and (min-resolution: 192dpi), only screen and (max-width: 738px) and (min-resolution: 2dppx) {
  .chalet-search-results .chalet-row .toggle {
    background-image: url(../images/spritesheet_large.png?r=1);
  }
}
@media only screen and (max-width: 738px) {
  .chalet-search-results .chalet-row .panel {
    float: none;
    margin: 20px 20px 0 20px;
    width: auto;
  }
  .chalet-search-results .chalet-row .panel .panel-inner {
    border: 0;
    box-shadow: none;
    min-height: 0px;
    position: relative;
    background-color: #fff;
  }
  .chalet-search-results .chalet-row .panel .panel-inner .image-wrapper {
    width: calc(100% - 30px);
    height: 350px !important;
    box-sizing: border-box;
    padding-bottom: 0 !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 738px) and (max-width: 500px) {
  .chalet-search-results .chalet-row .panel .panel-inner .image-wrapper {
    height: 250px !important;
  }
  .chalet-search-results .chalet-row .panel .panel-inner .image-wrapper .background_slick {
    height: 250px !important;
  }
}
@media only screen and (max-width: 738px) {
  .chalet-search-results .chalet-row .panel .panel-inner .title-stats {
    height: auto;
    min-height: 80px;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 0;
    width: 100%;
  }
  .chalet-search-results .chalet-row .panel .panel-inner .title-stats .title-stats_link:hover {
    background: none;
  }
  .chalet-search-results .chalet-row .panel .panel-inner .title-stats .chalet_tags .chalet_tag {
    background-color: #A4B9C0;
  }
  .chalet-search-results .chalet-row .panel .panel-inner .intro {
    display: none;
    margin-left: 0;
    margin-right: 0;
  }
  .chalet-search-results .chalet-row .panel .panel-inner .view-line {
    display: none;
  }
  .chalet-search-results .chalet-row .chalet-pricing {
    display: none;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    background: #FFFFFF url(../images/background.jpg) top center;
  }
  .chalet-search-results .chalet-row .chalet-pricing .season-tabs {
    margin-top: 30px;
    margin-left: 0;
    background: white;
  }
  .chalet-search-results .chalet-row.active {
    cursor: default;
  }
  .chalet-search-results .chalet-row.active .panel .panel-inner .title-stats {
    border-bottom: 1px dashed #ccc;
  }
  .chalet-search-results .chalet-row.active .panel .panel-inner .intro {
    display: block;
  }
  .chalet-search-results .chalet-row.active .panel .panel-inner .view-line {
    display: block;
  }
  .chalet-search-results .chalet-row.active .chalet-pricing {
    display: block;
  }
  .chalet-search-results .chalet-row.active .toggle {
    background-position: -315px -131px;
  }
}
@media only screen and (min-width: 737px) {
  .chalet-teaser .view-line .view-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    background: transparent;
    text-align: left;
    overflow: hidden;
    text-indent: -9999px;
    border: 0px none;
    padding: 0;
    margin: 0;
  }
  .chalet-teaser .view-line .view-button:hover {
    background: transparent;
    border: 1px solid #2C3D4E;
    box-shadow: 0px 0px 10px rgba(41, 161, 219, 0.5);
  }
}
.section-form .form-wrapper .selected .field-offer-details {
  color: #D84444;
}
.section-form .form-wrapper .selected .field-offer-details strong {
  color: #D84444;
  font-weight: bold;
}
.section-form .form-wrapper .selected .field-offer-details strong:before {
  display: inline-block;
  content: "";
  margin-right: 5px;
  width: 11px;
  height: 11px;
  background-image: url(../images/spritesheet_small.png?r=1);
  -moz-background-size: 500px auto;
  -ie-background-size: 500px auto;
  -o-background-size: 500px auto;
  -webkit-background-size: 500px auto;
  background-size: 500px auto;
  background-position: -259px -60px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .section-form .form-wrapper .selected .field-offer-details strong:before {
    background-image: url(../images/spritesheet_large.png?r=1);
  }
}

.page-chalet-search.new-layout .chalet-teaser .view-line .view-button {
  background: none !important;
  border: none !important;
}

.property-details {
  background-color: rgba(164, 185, 192, 0.4);
  background-color: #F0EFEF;
  padding: 40px;
}
.property-details h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.property-details .property_type {
  margin-top: -15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.property-details .property-details_body {
  columns: 2;
}
.property-details .property-details_detail {
  text-align: left;
  margin-bottom: 10px;
}
.property-details .property-details_detail h4 {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.property-details .property-details_detail .icon {
  width: 19px;
  height: 16px;
  background-size: 19px 16px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/heart.svg");
  margin-right: 10px;
}
.property-details .property-details_text {
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .property-details {
    padding: 20px;
  }
  .property-details .property-details_body {
    columns: 1;
  }
}

.details-buttons {
  text-align: center;
}
.details-buttons .button, .details-buttons .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a, .why-us-panels .panel.contained_image .why_fishpips_panels_text .link .details-buttons a {
  margin-top: 0;
}

.image-wrapper_slick .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.image-wrapper_slick .slick-dots li button {
  border-color: #fff;
  background: #fff;
}
.image-wrapper_slick .slick-dots li.slick-active button {
  background: transparent;
}

.background_slick {
  position: inherit !important;
}
@media screen and (max-width: 700px) {
  .background_slick {
    height: 350px !important;
  }
}

.title-stats_link {
  position: absolute;
  left: -30px;
  top: -30px;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  z-index: 20;
}
.title-stats_link:hover {
  background: #2C3D4E;
  opacity: 0.4;
}
@media screen and (max-width: 700px) {
  .title-stats_link {
    left: -20px;
    top: -30px;
    height: calc(100% + 50px);
    width: calc(100% + 40px);
  }
}

.chalet-teaser .carousel-arrow-right, .chalet-teaser .carousel-arrow-left {
  display: inline-block;
  margin: 0;
  position: absolute;
  cursor: pointer;
  transition: all 0.3s;
  top: 50%;
  width: 15px;
  height: 15px;
  content: "";
  border: solid #FFFFFF;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: translateX(0) translateY(-50%) rotate(-45deg);
  margin-left: 15px;
  margin-bottom: 3px;
}
.chalet-teaser .carousel-arrow-right {
  right: 30px;
  border-width: 0 3px 3px 0;
}
.chalet-teaser .carousel-arrow-right:hover {
  right: 20px;
}
.chalet-teaser .carousel-arrow-left {
  left: 15px;
  border-width: 3px 0 0 3px;
}
.chalet-teaser .carousel-arrow-left:hover {
  left: 5px;
}

.page-wrapper .chalet-search-results .chalet-row .panel.chalet-teaser.chalet-teaser-mini .panel-inner {
  min-height: auto;
}
@media screen and (min-width: 701px) {
  .page-wrapper .chalet-search-results .chalet-row .panel.chalet-teaser.chalet-teaser-mini .panel-inner .title-stats {
    width: calc(100% - 60px) !important;
  }
}

/*** Ski Landing Page ***/
section.split-copy .split {
  width: 49.9%;
  display: inline-block;
  vertical-align: top;
  margin-top: 80px;
}
section.split-copy .image-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
section.split-copy .image-wrapper .image {
  border: solid white 15px;
  width: 80%;
  height: auto;
  line-height: 0;
}
section.split-copy .copy-wrapper .copy {
  margin-right: 50px;
}
section.split-copy .copy-wrapper .copy h2, section.split-copy .copy-wrapper .copy h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "tangier";
}
@media only screen and (max-width: 979px) {
  section.split-copy .split {
    width: 100%;
    margin-top: 40px;
  }
  section.split-copy .split .copy {
    text-align: justify;
    width: 90%;
    margin: 0 auto;
  }
  section.split-copy .split .copy h2 {
    text-align: center;
  }
  section.split-copy .image-wrapper .image {
    width: 90%;
  }
}

/*** Blog ***/
/*** Team ***/
section.team {
  margin-bottom: 100px;
}
section.team .content {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
}

/*** Contact ***/
.page-wrapper section.contact {
  position: relative;
  margin-top: 0;
}
.page-wrapper section.contact .contact-details .line {
  margin-bottom: 1em;
}
.page-wrapper section.contact .contact-details .line strong {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .page-wrapper section.contact .contact-details {
    margin-top: 60px;
    text-align: left;
  }
}
.page-wrapper section.contact .eight {
  position: static;
}
.page-wrapper section.contact .form-wrapper {
  margin-left: auto;
  text-align: left;
}
.page-wrapper section.contact .form-wrapper input, .page-wrapper section.contact .form-wrapper select {
  margin-left: 0;
}

/*** Press ***/
section.press {
  margin-bottom: 100px;
  padding: 0;
}
section.press .panel {
  color: #666;
  margin-bottom: 40px;
  text-align: center;
}
section.press .panel:last-child {
  margin-bottom: 0px;
}
section.press .panel .image {
  margin-bottom: 20px;
  display: inline-block;
  max-width: 350px;
}
section.press .panel h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.25em;
  margin: 0px 0px 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  background: transparent none;
  text-decoration: none;
}

/*** News ***/
.single-post section.lead {
  background-color: black;
}
.single-post section.lead .text-wrapper {
  color: #FFFFFF;
}
.single-post section.lead .text-wrapper h1 {
  color: #FFFFFF;
}

section.intro_news {
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  padding-top: 40px;
}
section.intro_news h1 {
  margin-bottom: 20px;
  font-size: 30px;
}
section.intro_news p {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 40px;
  padding: 0 100px;
}
@media only screen and (max-width: 769px) {
  section.intro_news p {
    padding: 0 10px;
  }
}

section.news {
  padding: 0 30px 60px;
}
section.news > span {
  vertical-align: middle;
  display: inline-block;
  color: #2C3D4E;
}
section.news .categories {
  text-align: center;
  padding: 0;
  font-size: 18px;
}
section.news .categories .categories_text {
  vertical-align: middle;
}
section.news .categories nav {
  display: inline-block;
  vertical-align: middle;
}
section.news .categories nav ul {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 10px;
}
section.news .categories nav ul li {
  margin: 0;
}
section.news .categories nav ul li:before {
  display: none;
}
section.news .categories nav ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px 5px;
  color: #FFFFFF;
  box-sizing: border-box;
  text-decoration: underline;
  font-size: 12px;
  background-color: #2C3D4E;
  min-width: 260px;
}
section.news .categories nav ul li a:hover {
  background-color: #A4B9C0;
}
section.news .categories nav ul ul {
  opacity: 1;
  display: block;
  position: relative;
  left: 0;
  top: 100%;
  z-index: 20;
  margin: 0;
  width: 100%;
  overflow-y: hidden;
  transition-property: all;
  transition-duration: 0.25s;
  top: 59px;
  left: 0;
  position: absolute;
  display: none;
}
section.news .categories nav.active ul ul {
  display: block;
}
section.news .categories .categories_toggle {
  width: 25px;
  height: 44px;
  position: relative;
  cursor: pointer;
  content: "";
  display: inline-block;
  vertical-align: middle;
  transition: 0.25s;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
section.news .categories .categories_toggle:after {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #2C3D4E;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
section.news .categories .active + .categories_toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.news .news-posts {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  section.news .news-posts {
    grid-template-columns: auto;
  }
}
section.news article {
  display: inline-block;
  position: relative;
}
section.news article img {
  margin-bottom: 20px;
  margin-top: 20px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
section.news article h1, section.news article h2, section.news article h3, section.news article h4 {
  margin-bottom: 30px;
  margin-top: 30px;
}
section.news article h2 {
  font-size: 3rem;
  color: #2C3D4E;
}
section.news article h3 {
  color: #2C3D4E;
  position: relative;
}
section.news article:last-child {
  padding-bottom: 0px;
  border-bottom: 0px none;
}
section.news article h1, section.news article h2 {
  margin-bottom: 30px;
  text-align: left;
}
section.news article h1:first-child, section.news article h2:first-child {
  margin-top: 30px;
}
section.news article h2 {
  font-size: 3rem;
  color: #2C3D4E;
}
section.news article h3 {
  color: #2C3D4E;
  position: relative;
}
section.news article .article_link {
  display: block;
  width: 100%;
  padding-top: 58%;
  position: relative;
  background-size: cover;
  background-color: #FFFFFF;
  min-height: 220px;
  box-sizing: border-box;
  background-position: center;
}
section.news article .article_link:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -ms-transform: 0.25s;
  -webkit-transform: 0.25s;
  transform: 0.25s;
  background: rgb(0, 0, 0);
  top: 0;
  left: 0;
  transition: 0.4s;
  opacity: 0.5;
}
section.news article .article_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}
section.news article .article_text h2 {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}
section.news article .addthis {
  margin-top: 50px;
}
section.news article .featured-image {
  margin-bottom: 1em;
}
section.news article.no-background .article_image h1, section.news article.no-background h2, section.news article.no-background h3, section.news article.no-background .date {
  color: #555;
  text-shadow: none;
}
section.news div.nav:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
section.news div.nav .nav-prev {
  float: left;
}
section.news div.nav .nav-next {
  float: right;
}
section.news .sidebar ul {
  margin-bottom: 40px;
}
section.news .sidebar ul li a {
  color: inherit;
}
section.news .sidebar .news-link {
  display: none;
}

section.lead {
  position: relative;
  padding: 0;
  line-height: 0;
  background-color: #333;
}
section.lead .text-wrapper {
  position: absolute;
  top: calc(50% - 80px);
  left: 0;
  right: 0;
  text-align: center;
  color: #FFFFFF;
}
section.lead .text-wrapper h1 {
  color: #FFFFFF;
  font-family: "neue-haas-unica", sans-serif;
}

section.news.lead-image {
  background: #333;
}
section.news.lead-image .title-wrapper h1 {
  text-align: center;
}
section.news.lead-image .date-wrapper {
  text-align: center;
}
section.news.lead-image .backgrounds {
  opacity: 0.5;
}

section.news.index article .article_text h2 {
  color: #FFFFFF;
  font-family: "neue-haas-unica", sans-serif;
  text-align: center;
}
section.news.index article.no-background .article_text h2 {
  color: #2C3D4E;
}

section.focus .article-wrapper article {
  margin: 0 auto;
  display: block;
  float: none;
  width: 100%;
  max-width: 840px;
}
section.focus .article-wrapper article .article_image {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 58%;
  position: relative;
  background-size: cover;
  background-color: #fff;
  margin-bottom: 30px;
  min-height: 220px;
  box-sizing: border-box;
  background-position: center;
}
section.focus .article-wrapper article .article_image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  -ms-transform: 0.25s;
  -webkit-transform: 0.25s;
  transform: 0.25s;
  background: rgba(0, 0, 0, 0.1);
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: -webkit-radial-gradient(center, ellipse cover, transparent rgba(0, 0, 0, 0.1) 0%, 100%);
  background: -o-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  top: 0;
  left: 0;
  transition: 0.4s;
}
section.focus .article-wrapper article .article_image h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding: 10px 60px;
  box-sizing: border-box;
  top: 50%;
}
section.focus .article-wrapper article .article_image .post-categories li a {
  display: inline-block;
}
section.focus .article-wrapper article .date {
  text-align: center;
  margin-bottom: 30px;
  text-shadow: none;
}
section.focus .article-wrapper article.article-focus {
  margin-right: auto;
}
section.focus .article-wrapper article.article-focus .date {
  margin-right: auto;
  position: relative;
  left: auto;
  margin: 15px 0;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  bottom: auto;
  color: #555;
}
section.focus .article-wrapper article.article-focus.no-background .article_image {
  padding: 40px 20px;
  min-height: auto;
}
section.focus .article-wrapper article.article-focus.no-background .article_image:after {
  display: none;
}
@media screen and (max-width: 550px) {
  section.focus .article-wrapper article.article-focus.no-background .article_image {
    padding: 20px 10px;
  }
}
section.focus .article-wrapper article.article-focus.no-background .article_text, section.focus .article-wrapper article.article-focus.no-background h1 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
}
section.focus .article-wrapper article.article-focus.no-background .article_text h1, section.focus .article-wrapper article.article-focus.no-background h1 h1 {
  position: relative;
}
section.focus .article-wrapper article .addthis_sharing_toolbox {
  text-align: center;
}
section.focus .more-news {
  text-align: center;
}
section.focus .more-news h3 {
  margin: 40px 0;
}
section.focus .more-news article {
  width: calc(50% - 15px);
  float: left;
}
@media screen and (max-width: 767px) {
  section.focus .more-news article {
    width: 100%;
  }
  section.focus .more-news article:first-child {
    margin-bottom: 60px;
  }
  section.focus .more-news article:last-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  section.news article .social-share-arrow {
    bottom: 25px;
    right: 25px;
  }
  section.news article .social-share-icons {
    bottom: 90px;
    right: 23.5px;
  }
}
@media screen and (max-width: 550px) {
  section.focus article .article_image h1 {
    font-size: 24px;
    padding: 10px 30px;
    text-shadow: 2px 2px #555;
  }
  section.news article .article_text h2 {
    font-size: 24px;
    padding: 15px;
  }
  section.news article .date {
    font-size: 14px;
  }
  section.news article .post-categories li a {
    font-size: 16px;
    line-height: 14px;
    padding: 10px;
  }
  section.news .article-focus .content {
    padding-top: 60px;
  }
  section.news .categories {
    text-align: left;
  }
  section.news .categories .categories_text {
    display: none;
  }
  section.news .categories nav > ul {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  section.news article .article_text h2 {
    top: calc(50% - 30px);
  }
  section.news article .date {
    bottom: 15px;
  }
}
/*** Food ***/
.food-blue-section {
  background: #2C3D4E;
  padding: 40px;
  color: white;
  overflow: hidden;
}
.food-blue-section a {
  color: white;
  opacity: 0.75;
}
.food-blue-section .row {
  position: relative;
}
.food-blue-section .four {
  position: static;
}
@media screen and (min-width: 767px) {
  .food-blue-section .four img {
    position: absolute;
    top: 0px;
    left: 0;
    max-width: 32.16%;
  }
}
@media screen and (max-width: 767px) {
  .food-blue-section {
    text-align: center;
  }
  .food-blue-section img {
    margin-bottom: 30px;
  }
}

.food-menu {
  display: block;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  color: #666;
  background: white;
  text-align: center;
  margin-bottom: 40px;
  padding: 40px 20px;
}
.food-menu h1, .food-menu h2, .food-menu h3, .food-menu h4 {
  color: #2C3D4E;
  margin-bottom: 40px;
  margin-top: 0;
}
.food-menu p {
  margin: 10px 0;
}
.food-menu .circle {
  border: 1px solid #2C3D4E;
  border-radius: 100%;
  padding: 10px;
  display: inline-block;
}
.food-menu .circle img {
  border-radius: 100%;
  vertical-align: middle;
}

/*** Notification Modal ***/
.popup-notice-modal {
  min-width: 320px;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* Add Animation */
  /* The Close Button */
}
.popup-notice-modal .modal-content {
  max-height: 90%;
  padding: 25px;
  text-align: center;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #888;
  width: 600px;
  max-width: calc(100% - 80px);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  transform: translatex(-50%) translatey(-50%);
  left: 50%;
  top: 50%;
}
@media only screen and (max-height: 530px) {
  .popup-notice-modal .modal-content {
    overflow-y: scroll;
  }
}
@-webkit-keyframes animatetop {
  from {
    transform: translatex(-50%) translatey(-100%);
    opacity: 0;
  }
  to {
    transform: translatex(-50%) translatey(-50%);
    opacity: 1;
  }
}
.popup-notice-modal .close {
  position: absolute;
  right: 25px;
  font-size: 40px;
  font-size: 2.5rem;
  top: 15px;
}
.popup-notice-modal .close:hover,
.popup-notice-modal .close:focus {
  text-decoration: none;
  cursor: pointer;
}
.popup-notice-modal .modal-header img.modal-logo {
  width: 150px;
  max-width: 45%;
  margin: 0 auto 20px;
}
.popup-notice-modal .modal-body-content {
  font-size: 16px;
  font-size: 1.125rem;
}
.popup-notice-modal .modal-body-content p {
  margin-bottom: 15px;
}

/*** Sitemap ***/
.page-template-templatespage-sitemap-php section.basic-page .content ul ul {
  margin: 15px 0px 15px 30px;
}

/*** Privacy Policy ***/
.privacy-policy .cookies tr td:first-child {
  width: 10%;
}
.privacy-policy .cookies tr td:nth-child(2) {
  width: 54%;
}
.privacy-policy .cookies tr td:nth-child(3) {
  width: 36%;
}
.privacy-policy h2 {
  margin-top: 30px; /* match margin-bottom */
}
.privacy-policy h2, .privacy-policy p {
  text-align: left;
}

/*** Panels Template ***/
.page-template-page-masonry .chalet-teaser .title-stats .title {
  text-align: center;
}
.page-template-page-masonry .chalet-teaser .title-stats .stats {
  right: 50%;
  transform: translateX(50%);
  width: 185px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-template-page-masonry .chalet-teaser .title-stats .stats {
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-template-page-masonry .panel-full.chalet-teaser .panel-inner {
  background-color: #fff;
}
.page-template-page-masonry .panel-full.chalet-teaser .image-wrapper {
  width: calc(70% - 60px);
}
.page-template-page-masonry .panel-full.chalet-teaser .image-wrapper .background-image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-template-page-masonry .panel-full.chalet-teaser .image-wrapper .background-image {
    height: 300px;
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-masonry .panel-full.chalet-teaser .image-wrapper {
    display: block;
    width: 100%;
  }
}
.page-template-page-masonry .panel-full.chalet-teaser .title-stats {
  width: 30%;
  margin: 90px 30px;
  padding-bottom: 100px;
}
.page-template-page-masonry .panel-full.chalet-teaser .title-stats.no-link {
  padding-bottom: 0;
}
.page-template-page-masonry .panel-full.chalet-teaser .title-stats .title-stats_link {
  height: calc(100% + 180px);
  top: -90px;
}
@media screen and (max-width: 767px) {
  .page-template-page-masonry .panel-full.chalet-teaser .title-stats .title-stats_link {
    height: calc(100% + 60px);
    top: -30px;
    width: calc(100% + 60px);
    left: -30px;
  }
}
.page-template-page-masonry .panel-full.chalet-teaser .title-stats .title {
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 30px;
  font-size: 24px;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  .page-template-page-masonry .panel-full.chalet-teaser .title-stats {
    width: calc(100% - 60px);
    display: block;
    margin: 30px;
  }
  .page-template-page-masonry .panel-full.chalet-teaser .title-stats .title-stats_link {
    height: calc(100% + 60px);
    top: -30px;
  }
}
.page-template-page-masonry .panels-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 500px) {
  .page-template-page-masonry .panels-column {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.page-template-page-masonry .panels-column .chalet-teaser {
  background-color: rgba(164, 185, 192, 0.4);
}
.page-template-page-masonry .panels-column .chalet-teaser:nth-child(2n+1) {
  background-color: rgba(193, 164, 158, 0.7);
}
.page-template-page-masonry .panels-column .chalet-teaser .image-wrapper {
  width: 100% !important;
  position: relative !important;
  display: block !important;
}
.page-template-page-masonry .panels-column .chalet-teaser .image-wrapper .new-teaser {
  height: 300px !important;
  width: 100% !important;
}
.page-template-page-masonry .panels-column .chalet-teaser .title-stats {
  width: calc(100% - 60px) !important;
  height: auto !important;
  padding-bottom: 100px;
}
.page-template-page-masonry .panels-column .chalet-teaser .title-stats.no-link {
  padding-bottom: 10px;
}
.page-template-page-masonry .panels-column .chalet-teaser .title-stats .title {
  text-transform: uppercase;
  margin: 10px 0 30px;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-template-page-masonry .panels-column .chalet-teaser .title-stats .stats {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-masonry .panels-column .chalet-teaser .title-stats {
    width: calc(100% - 40px) !important;
  }
}

/*** =======================
 *** Print
 *** ======================= */
@media only print {
  .owl-carousel,
  .custom-panels,
  .chalets-grid {
    display: block;
  }
  .owl-carousel .panel,
  .custom-panels .panel,
  .chalets-grid .panel {
    display: block !important;
    float: none !important;
  }
  .owl-carousel .panel .image-wrapper,
  .custom-panels .panel .image-wrapper,
  .chalets-grid .panel .image-wrapper {
    padding: 0 !important;
    height: auto !important;
  }
  header,
  footer,
  .scroll-nav-container,
  .details-buttons,
  .share,
  .single-fishandpips_chalet .chalets-grid,
  .intro-controls,
  .button,
  .why-us-panels .panel.contained_image .why_fishpips_panels_text .link a,
  .home-locations,
  .resort-weather {
    display: none !important;
  }
  .intro-extended-wrapper {
    height: auto !important;
  }
  .custom-panels .panel .panel-inner .image-wrapper {
    height: auto;
    padding: 0;
  }
  .custom-panels .panel .panel-inner .title:before {
    display: none;
  }
  .lead-image {
    height: auto !important;
    padding: 0 !important;
  }
}
#searchbar .search-container {
  display: table;
  width: 95%;
  max-width: 1100px;
  position: relative;
  top: -50px;
  z-index: 100;
  margin: auto;
  height: 100px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}
#searchbar .search-container input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 40px;
  width: calc(100% - 100px);
  padding: 30px 40px;
  font-family: "Avenir";
  font-size: 21px;
  float: left;
}
#searchbar .search-container input[type=search]::placeholder {
  color: #3D3D3D;
  opacity: 1;
}
#searchbar .search-container .submit-container {
  width: 100px;
}
#searchbar .search-container .submit-container #searchsubmit {
  -webkit-appearance: none;
  border-radius: 0;
  min-width: 100px;
  background-color: #FFFFFF;
  border-radius: 0px;
  background-image: url("/wp-content/themes/fishandpips/images/icons/searchicon.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  position: absolute;
  background-size: 33px;
}
@media only screen and (max-width: 1050px) {
  #searchbar .search-container .submit-container #searchsubmit {
    background-size: 31px;
  }
}
#searchbar .search-container .submit-container #searchsubmit:hover {
  box-shadow: none;
  opacity: 0.7;
}
#searchbar .search-container::after {
  background-image: url("/wp-content/themes/fishandpips/images/icons/searchicon.svg");
  height: 36px;
  width: 35px;
  display: inline-block;
  float: right;
  bottom: 68px;
  position: relative;
  margin-right: 40px;
}
@media only screen and (max-width: 1050px) {
  #searchbar .search-container {
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 80px;
  }
  #searchbar .search-container input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
    padding: 20px 20px;
    font-size: 18px;
    width: calc(100% - 80px);
  }
  #searchbar .search-container .submit-container {
    min-width: 80px;
    width: 80px;
  }
  #searchbar .search-container .submit-container #searchsubmit {
    height: 80px;
    min-width: 80px;
  }
}

section.search-container {
  padding: 0 20px;
}
section.search-container .search-content {
  max-width: 1140px;
  margin: auto;
}
section.search-container .search-content .search-title {
  text-align: left;
  border-bottom: solid 1px #D8D8D8;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
  section.search-container .search-content .search-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
section.search-container .search-content ul li {
  margin-bottom: 30px;
  background-color: #FFFFFF;
  padding: 30px;
}
section.search-container .search-content ul li h2 {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 700px) {
  section.search-container .search-content ul li h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
section.search-container .search-content ul li .search-readmore {
  display: inline-block;
  margin-top: 10px;
}
section.search-container .search-content ul li .search-readmore a {
  padding: 15px 20px 12px;
  background: #2C3D4E;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  line-height: 1.2;
}
section.search-container .search-content ul li .search-readmore a:hover {
  box-shadow: 2px 2px 5px 0 #9d9d9d;
}
section.search-container .search-content .pager {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}
section.search-container .search-content .pager .page-numbers {
  color: #FFFFFF;
  background-color: #2C3D4E;
  padding: 5px 12px 0;
  min-width: 14px;
  line-height: 33px;
  display: inline-block;
  text-align: center;
  border: solid 1px #2C3D4E;
}
@media only screen and (max-width: 700px) {
  section.search-container .search-content .pager .page-numbers {
    display: none;
  }
  section.search-container .search-content .pager .page-numbers.current {
    padding: 14px 25px 10px;
    line-height: 24px;
    font-size: 20px;
    position: relative;
    bottom: 1px;
    margin: 0px 10px;
  }
  section.search-container .search-content .pager .page-numbers.current::before {
    content: "Page ";
  }
}
section.search-container .search-content .pager .page-numbers.prev, section.search-container .search-content .pager .page-numbers.next {
  display: none;
}
section.search-container .search-content .pager .page-numbers:hover {
  background-color: #686868;
}
section.search-container .search-content .pager .page-numbers.current {
  background-color: #FFFFFF;
  color: #2C3D4E;
  display: inline-block;
}
section.search-container .search-content .pager .page-numbers.dots {
  background-color: #FFFFFF;
  color: #2C3D4E;
  border: none;
  font-size: 30px;
  padding: 0;
  margin: 0 10px;
  top: 8px;
  position: relative;
  font-size: 3rem;
}
section.search-container .search-content .pager .mobile-pager-previous, section.search-container .search-content .pager .mobile-pager-next {
  display: inline-block;
}
section.search-container .search-content .pager .mobile-pager-previous a, section.search-container .search-content .pager .mobile-pager-next a {
  color: #FFFFFF;
  background-color: #2C3D4E;
  padding: 5px 12px 0;
  min-width: 14px;
  line-height: 33px;
  display: inline-block;
  text-align: center;
  border: solid 1px #2C3D4E;
}
section.search-container .search-content .pager .mobile-pager-previous a:hover, section.search-container .search-content .pager .mobile-pager-next a:hover {
  background-color: #686868;
}
@media only screen and (max-width: 700px) {
  section.search-container .search-content .pager .mobile-pager-previous a, section.search-container .search-content .pager .mobile-pager-next a {
    padding: 10px 17px;
    line-height: 28px;
    font-size: 30px;
  }
}

.search-page-container #searchbar .search-container {
  width: 100%;
  max-width: 1140px;
  margin: 50px 0;
  top: 0;
}
@media only screen and (max-width: 1050px) {
  .search-page-container #searchbar .search-container {
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 80px;
  }
  .search-page-container #searchbar .search-container input[type=search] {
    -webkit-appearance: none;
    border-radius: 0;
    width: calc(100% - 80px);
    padding: 20px 20px;
    font-size: 18px;
  }
  .search-page-container #searchbar .search-container .submit-container {
    min-width: 80px;
    width: 80px;
  }
  .search-page-container #searchbar .search-container .submit-container #searchsubmit {
    height: 80px;
    min-width: 80px;
  }
}

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