/*!
Theme Name: Jackson Square
Theme URI: https://www.jacksonsquareshopping.co.uk/
Author: Bewonder
Author URI: https://bewonder.co.uk/
Description: Custom theme developed for Jackson Square Shopping
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jackson-square-walk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Jackson Square is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

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

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.container {
  max-width: 1350px;
  padding: 0 2rem;
  margin: 0 auto;
}

.block {
  padding: 0 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .block {
    padding: 0 0 4rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .block {
    padding: 0 0 4rem 0;
  }
}
.block.bg-white {
  background-color: #ffffff;
}

.single .block {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .single .block {
    padding: 0 0 4rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .single .block {
    padding: 0 0 4rem 0;
  }
}

.u--ul-flex {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u--inner-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .u--inner-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .u--inner-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.u--flex {
  display: flex;
}

.u--center-button {
  text-align: center;
}
.u--center-button .btn {
  margin: 0 auto;
}

.u--4-col-flex {
  display: flex;
  flex-wrap: wrap;
}
.u--4-col-flex > * {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .u--4-col-flex > * {
    flex-basis: calc(46 + "%");
  }
}
@media only screen and (min-width: 1200px) {
  .u--4-col-flex > * {
    flex-basis: 23%;
  }
}

.u--flex-1::after,
.u--flex-5::after,
.u--flex-9::after,
.u--flex-13::after,
.u--flex-17::after,
.u--flex-21::after {
  content: "";
  flex-basis: 78%;
}

@media only screen and (min-width: 768px) {
  .u--flex-2::after,
.u--flex-6::after,
.u--flex-10::after,
.u--flex-14::after,
.u--flex-18::after,
.u--flex-22::after {
    content: "";
    flex-basis: 35%;
  }
}
@media only screen and (min-width: 1200px) {
  .u--flex-2::after,
.u--flex-6::after,
.u--flex-10::after,
.u--flex-14::after,
.u--flex-18::after,
.u--flex-22::after {
    content: "";
    flex-basis: 50%;
  }
}

.u--flex-3::after,
.u--flex-7::after,
.u--flex-11::after,
.u--flex-15::after,
.u--flex-19::after,
.u--flex-23::after {
  content: "";
  flex-basis: 22%;
}

.u--font-bold {
  font-weight: 700;
}

.u--font-light {
  font-weight: 300;
}

.u--justify-between {
  justify-content: space-between;
}

.u--green-t {
  color: #278F7A;
}

.u--blue-t {
  color: #4B477B;
}

.u--dblue-t {
  color: #4B477B;
}

.u--gold-t {
  color: #DAAE5B;
}

.u--justify-center {
  justify-content: center;
}

.u--flex-wrap {
  flex-wrap: wrap;
}

.u--back-link a, .u--back-link a:visited {
  color: #A0A0A0;
  font-weight: 500;
}
.u--back-link a:before, .u--back-link a:visited:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(media/general/grey-chevron-left.svg) no-repeat left;
}

.u--line-header {
  position: relative;
  text-align: center;
  margin: 0;
}

:root {
  --animate-duration: 1s;
  --animate-delay: 0.5s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1%, 0);
    transform: translate3d(0, 1%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 1%, 0);
    transform: translate3d(0, 1%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@font-face {
  font-family: "HighTide";
  src: url("fonts/high_tide-webfont.eot");
  /* IE9 Compat Modes */
  src: url("fonts/high_tide-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/high_tide-webfont.woff2") format("woff2"), url("fonts/high_tide-webfont.woff") format("woff"), url("fonts/high_tide-webfont.ttf") format("truetype"), url("fonts/high_tide-webfont.svg#svgHighTide") format("svg");
  /* Legacy iOS */
}
:root {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 20px;
  }
}

body {
  font-family: "GillSansMTLight", sans-serif;
  color: #000;
  font-weight: 300;
  overflow: auto;
  height: auto;
}

body.menu-toggled,
html.menu-toggled {
  height: 100vh;
  overflow-y: hidden;
}

main {
  line-height: 1.2;
}

a,
a:visited {
  text-decoration: none;
  color: #000;
}

h1 {
  font-family: "HighTide", serif;
  font-size: 3.6rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 6.9rem;
  }
}

h2 {
  font-size: 1.2rem;
  font-family: "GillSansMTMedium", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

h3 + p {
  margin-top: 0;
}

hr {
  background-color: #E59E91;
}

.home .cta__container {
  padding-top: 0;
}

.page .post-thumbnail img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.page__row {
  padding: 3rem 0;
  flex-wrap: wrap;
}
.page__row:nth-child(1) {
  padding-top: 0;
}
.page__row:not(:nth-child(1)) {
  border-top: 1px solid #E59E91;
}
.page__col {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .page__col {
    flex-basis: 45%;
  }
}
.page__col .btn {
  margin-bottom: 1.5rem;
}
.page__col img {
  display: block;
}
@media screen and (min-width: 768px) {
  .page__col#find-us-map {
    padding-top: 6rem;
  }
}

.single__container h1 {
  font-family: TradeGothicNextCompressed, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .single__container h1 {
    font-size: 2rem;
  }
}
.single__container img {
  margin: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .single__container img {
    margin: 3rem 0;
  }
}

#masthead {
  background-color: #ffffff;
  height: 100px;
  width: 100%;
}
#masthead > .container {
  justify-content: space-between;
  width: 100%;
}
#masthead .site-branding {
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
}
#masthead .main-navigation {
  display: flex;
  flex-basis: auto;
  width: auto;
  align-items: center;
}
#masthead .main-navigation ul {
  justify-content: flex-end;
}
#masthead .main-navigation li a {
  font-weight: 700;
  color: #2E2838;
  font-family: TradeGothicNextCompressed, sans-serif;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  #masthead .main-navigation li a {
    font-size: 1.15rem;
  }
}
#masthead .logo-container {
  flex-basis: 55px;
}
@media only screen and (min-width: 768px) {
  #masthead .logo-container {
    flex-basis: 145px;
  }
}

@media only screen and (min-width: 768px) {
  #masthead {
    height: 180px;
  }
  #masthead .logo-container {
    flex-basis: auto;
  }
}
@media only screen and (min-width: 1300px) {
  #masthead li a {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 1200px) {
  #masthead {
    height: 240px;
  }
  #masthead .main-navigation li:not(:last-child) {
    padding-right: 60px;
  }
  #masthead .main-navigation ul {
    display: flex;
  }
  #masthead .main-navigation #menu-item-5014.current-menu-item a,
#masthead .main-navigation #menu-item-5014 a:hover {
    color: #DAAE5B;
  }
  #masthead .main-navigation #menu-item-5014 a:after {
    background-color: #DAAE5B;
  }
  #masthead .main-navigation #menu-item-4728.current-menu-item a,
#masthead .main-navigation #menu-item-4728 a:hover {
    color: #3F6F94;
  }
  #masthead .main-navigation #menu-item-4728 a:after {
    background-color: #3F6F94;
  }
  #masthead .main-navigation #menu-item-4730.current-menu-item a,
#masthead .main-navigation #menu-item-4730 a:hover {
    color: #278F7A;
  }
  #masthead .main-navigation #menu-item-4730 a:after {
    background-color: #278F7A;
  }
  #masthead .main-navigation #menu-item-4895.current-menu-item a,
#masthead .main-navigation #menu-item-4895 a:hover {
    color: #4B477B;
  }
  #masthead .main-navigation #menu-item-4895 a:after {
    background-color: #4B477B;
  }
  #masthead .main-navigation #menu-item-4731.current-menu-item a,
#masthead .main-navigation #menu-item-4731 a:hover {
    color: #D084A5;
  }
  #masthead .main-navigation #menu-item-4731 a:after {
    background-color: #D084A5;
  }
  #masthead .menu-toggle {
    display: none;
  }
  #masthead #site-navigation li.current-menu-item a:after {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #masthead #site-navigation li a:after {
    display: block;
    content: "";
    height: 3px;
    background-color: #278F7A;
    width: 100%;
    position: absolute;
    bottom: -5px;
    transition: all 0.3s;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  #masthead #site-navigation li a:hover:after {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 1199px) {
  #masthead #site-navigation.toggled .menu-main-menu-container {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  #masthead #site-navigation .menu-main-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: all 1.5s cubic-bezier(0.6, 0.02, 0.17, 1);
    padding: 70px 35px;
    z-index: 1;
    overflow-y: scroll;
  }
  #masthead #site-navigation li {
    line-height: 2.5;
  }
  #masthead #site-navigation li a {
    font-size: 2.25rem;
    color: #ffffff;
    font-weight: 300;
  }
  #masthead #site-navigation li:not(:last-child) a {
    border-bottom: 1px solid #585360;
  }
}
@media only screen and (max-width: 767px) {
  #masthead #site-navigation li a {
    font-size: 1.5rem;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  outline: none;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 5;
  padding: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #4B477B;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-container {
  position: relative;
  height: 24px;
}
@media screen and (min-width: 1200px) {
  .hamburger-container {
    display: none;
  }
}

.hamburger-container:after {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #2E2838;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  transition: all 0.7s;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #2E2838;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger-inner {
  width: 33px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#site-navigation.toggled .hamburger-container:after {
  -webkit-transform: scale(800);
          transform: scale(800);
  pointer-events: none;
}
#site-navigation.toggled .hamburger-inner,
#site-navigation.toggled .hamburger-inner::before,
#site-navigation.toggled .hamburger-inner::after {
  width: 40px;
  background-color: #ffffff;
}
#site-navigation.toggled .hamburger--collapse .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#site-navigation.toggled .hamburger--collapse .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
#site-navigation.toggled .hamburger--collapse .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#colophon {
  font-size: 0.9rem;
  margin-top: 3rem;
  padding-bottom: 3rem;
  clear: both;
  position: relative;
}
#colophon:after {
  left: 0;
  right: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  height: 150px;
  margin: 0 auto;
  background: url(media/footer/green-apple-award-200x298.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #colophon:after {
    margin-top: 20px;
  }
}
#colophon #footer-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}
@media screen and (min-width: 510px) {
  #colophon #footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
}
#colophon #footer-menu a {
  font-family: "GillSansMTMedium", sans-serif;
}
@media screen and (max-width: 509px) {
  #colophon #footer-menu li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 510px) {
  #colophon #footer-menu li:not(:first-child) {
    margin-left: 50px;
  }
}
#colophon .footer__row {
  justify-content: space-between;
}
#colophon .footer__row:nth-child(1) {
  border-top: 1px solid #000;
  padding: 2.5rem 0;
}
@media screen and (max-width: 509px) {
  #colophon .footer__row:nth-child(1) {
    padding-bottom: 1.6rem;
  }
}
#colophon .footer__social a {
  display: block;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#colophon .footer__social a:nth-child(1) {
  margin-right: 25px;
}
@media screen and (min-width: 510px) {
  #colophon .footer__social a {
    width: 30px;
    height: 30px;
  }
  #colophon .footer__social a:nth-child(1) {
    margin-right: 45px;
  }
  #colophon .footer__social a:nth-child(2) {
    margin-right: 45px;
  }
}
#colophon .footer__social a.facebook-link {
  background-image: url(media/general/facebook-icon.svg);
}
#colophon .footer__social a.twitter-link {
  background-image: url(media/general/twitter-icon.svg);
}
#colophon .footer__social a.instagram-link {
  background-image: url(media/general/instagram-icon.svg);
}
#colophon .footer__bw {
  color: #A0A0A0;
  font-weight: 300;
  font-size: 0.8rem;
}
#colophon .footer__bw a {
  color: #A0A0A0;
  font-weight: 300;
}
#colophon .footer__bw p {
  margin: 0;
  padding: 0;
}

.carousel__wrapper.block {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .carousel__container {
    padding: 0;
  }
}
.carousel__item {
  color: #4B477B;
}
.carousel__item h2 {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}
.carousel__image img {
  display: block;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .carousel__item {
    position: relative;
  }
  .carousel__item h2 {
    font-size: 2.5rem;
  }
  .carousel__item .container {
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
  }
  .carousel__image {
    width: 100%;
  }
  .carousel__image img {
    width: 100%;
  }
  .carousel__content {
    flex-basis: 500px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .carousel__item .container {
    padding: 0;
  }
  .carousel__content {
    padding: 50px 30px;
    background-color: #ffffff;
  }
}
.lcarousel__wrapper .slick-slide {
  padding: 0 10px;
}
.lcarousel__item {
  flex-basis: 33%;
  text-align: center;
  vertical-align: middle;
}
.lcarousel__item img {
  margin: 0 auto;
  max-width: 215px;
}
@media screen and (max-width: 767px) {
  .lcarousel__item img {
    max-height: 15px;
  }
}

.featured__wrapper {
  padding: 6rem 0;
}
.featured__container {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.featured__col {
  color: #E59E91;
  font-weight: 300;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .featured__col {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured__col {
    font-size: 1.2rem;
  }
}
.featured__col h2 {
  font-weight: 300;
  color: #4B477B;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .featured__col h2 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured__col h2 {
    font-size: 1.9rem;
  }
}
.featured__col img {
  display: block;
}
@media screen and (max-width: 767px) {
  .featured__col img {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .featured__col:nth-child(1) {
    flex-basis: 55%;
  }
  .featured__col:nth-child(2) {
    flex-basis: 40%;
  }
}

.imagefeed__wrapper {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .imagefeed__wrapper {
    padding-bottom: 6rem;
  }
}
.imagefeed__container {
  justify-content: space-between;
  text-align: center;
}
.imagefeed__item {
  height: 260px;
  max-width: 260px;
  border: 2px solid #E59E91;
}

.archive .page-header,
.page .entry-header {
  padding: 0rem 2rem 2rem 2rem;
}
@media only screen and (min-width: 768px) {
  .archive .page-header,
.page .entry-header {
    padding: 0rem 2rem 3.2rem 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .archive .page-header,
.page .entry-header {
    padding: 0rem 2rem 5.6rem 2rem;
  }
}

.post-type-archive-shops h1, .tax-store_category h1, .post-type-archive-shops #masthead .main-navigation li.current-menu-item a {
  color: #DAAE5B;
}

.term-food-drink h1, .term-food-drink #masthead .main-navigation li.current-menu-item a {
  color: #3F6F94;
}

.post-type-archive-whats_on h1, .post-type-archive-whats_on #masthead .main-navigation li.current-menu-item a,
.page-id-7043 h1
{
  color: #278F7A;
}

.page-id-4879 h1, .page-id-4879 #masthead .main-navigation li.current-menu-item a {
  color: #4B477B;
}

.page-id-68 h1, .page-id-68 #masthead .main-navigation li.current-menu-item a, .page-id-5062 h1 span {
  color: #D084A5;
}

.cta__container {
  justify-content: space-between;
  vertical-align: top;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .cta__container {
    flex-wrap: nowrap;
  }
}
.cta__item {
  text-align: center;
  flex-basis: 100%;
  padding-top: 100%;
  display: block;
  transition: all 0.3s;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .cta__item {
    margin-bottom: 0;
    flex-basis: 29%;
    padding-top: 29%;
  }
}
.cta__item h2 {
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1;
  transition: color 0.3s;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "HighTide", serif;
}
@media only screen and (min-width: 768px) {
  .cta__item h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cta__item h2 {
    font-size: 3rem;
  }
}
.cta__item:hover {
  background-size: 110%;
}
.cta__svg {
  height: 90px;
}
.cta__svg svg {
  max-height: 85px;
}
.cta__svg svg g,
.cta__svg svg path,
.cta__svg svg line {
  stroke: #E59E91;
  transition: all 0.3s;
}

.store__wrapper h1 {
  font-weight: 300;
  font-size: 1.7rem;
  font-family: TradeGothicNextCompressed, sans-serif;
  text-transform: uppercase;
}
.store__wrapper h2 {
  font-weight: 500;
  margin-top: 0;
  font-size: 1rem;
}
.store__wrapper p {
  margin: 0;
}
.store__wrapper td {
  font-weight: 300;
}
.store__wrapper td:last-child {
  text-align: right;
}
.store__wrapper table {
  line-height: 1.7;
  margin: 0;
  font-family: "GillSansMTLight", sans-serif;
}
.store__wrapper table + h2 {
  padding-top: 1rem;
}
.store__wrapper img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.store__row {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .store__row {
    padding: 2rem 2rem;
  }
}
.store__row:nth-child(1) {
  padding-bottom: 0;
}
.store__row:nth-child(2) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .store__row:nth-child(2) {
    padding: 0 0 2rem 0;
  }
  .store__row:nth-child(2) .store__col:nth-child(2) {
    padding: 2rem 2rem 0 2rem;
  }
}
.store__row:nth-child(2) .store__col:nth-child(1) p {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .store__row:nth-child(2) .store__col:nth-child(1) p {
    font-size: 2rem;
  }
}
.store__row:nth-child(3) .store__col:nth-child(1) {
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .store__row:nth-child(3) .store__col:nth-child(1) {
    font-size: 1.1rem;
    padding-right: 1.3rem;
  }
}
.store__col {
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .store__col {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .store__col:nth-child(1) {
    flex-basis: 55%;
  }
  .store__col:nth-child(2) {
    flex-basis: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .store__col:nth-child(1) {
    flex-basis: 69%;
  }
  .store__col:nth-child(2) {
    flex-basis: 28%;
  }
}
.store__map {
  margin-top: 3rem;
}

.store_category-food-drink .store__wrapper h1 {
  color: #4B477B;
}
.store_category-food-drink .store__wrapper .sq-button:hover {
  background-color: #4B477B;
}
.store_category-food-drink .store__wrapper svg {
  fill: #4B477B;
  stroke: #4B477B;
}
.store_category-food-drink .store__wrapper svg g, .store_category-food-drink .store__wrapper svg path, .store_category-food-drink .store__wrapper svg line, .store_category-food-drink .store__wrapper svg rect {
  stroke: #4B477B;
}

.taxfilters {
  position: relative;
  z-index: 1;
}
.taxfilters__container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.taxfilters__item {
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .taxfilters__item {
    margin: 0 3rem;
  }
}
.taxfilters__item.wo--active a {
  color: #278F7A;
  font-weight: 500;
}
.taxfilters__item.wo--active a:after {
  opacity: 1;
}
.taxfilters__item a {
  font-size: 1.3rem;
  color: #A0A0A0;
  outline: none;
  transition: color 0.3s;
  font-family: TradeGothicNextCompressed, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .taxfilters__item a {
    font-size: 1.6rem;
  }
}
.taxfilters__item a:hover {
  color: #278F7A;
}
.taxfilters__item a:after {
  display: block;
  position: relative;
  content: "";
  height: 5px;
  top: 5px;
  background-color: #278F7A;
  opacity: 0;
  transition: opacity 0.3s;
}
.taxfilters--stores {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin: 0 0 3rem 0;
}
.taxfilters--stores .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.taxfilters--stores input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  padding: 10px;
}
.taxfilters--stores select {
  border: 1px solid #000;
  padding: 0.3rem;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -moz-text-align-last: center;
       text-align-last: center;
}
.taxfilters--stores h2 {
  font-size: 0.7rem;
  flex-basis: 100%;
}
.taxfilters--stores li {
  margin-right: 0.5rem;
}
.taxfilters--stores li.cat-item-64, .taxfilters--stores li.cat-item-59 {
  display: none;
}
.taxfilters--stores li.current-cat a {
  color: #000;
}
.taxfilters--stores a {
  color: #B5B5B5;
  position: relative;
}
.taxfilters--stores a:after {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
}
.taxfilters--stores .taxfilters__cc label {
  padding-right: 10px;
}
.taxfilters--stores .taxfilters__cc label, .taxfilters--stores .taxfilters__cc input {
  display: inline-block;
  vertical-align: middle;
}
.taxfilters--stores .taxfilters__cc input {
  cursor: pointer;
}
.taxfilters--stores .taxfilters__cc input.is-active, .taxfilters--stores .taxfilters__cc input:hover {
  background-color: #000;
}
.taxfilters--stores .taxfilters__ul {
  display: none;
}
@media screen and (min-width: 1200px) {
  .taxfilters--stores .taxfilters__ul {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .taxfilters--stores .taxfilters__mob {
    display: none;
  }
}

.term-59 .click-collect-filter {
  background-color: #000;
}

.wo__wrapper {
  margin-top: 4rem;
  margin-bottom: 8rem;
}
.wo__area {
  display: none;
}
.wo__area.wo--active {
  display: flex;
}
.wo__area.wo__community {
  align-items: start;
}
.wo__empty {
  width: 100%;
  font-family: TradeGothicNextCompressed, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
}
.wo__empty p {
  text-align: center;
  color: #B5B5B5;
}

.hours__container {
  padding-top: 1rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 300;
  font-family: "GillSansMTLight", sans-serif;
}
@media only screen and (min-width: 768px) {
  .hours__container {
    font-size: 1.25rem;
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .hours__container {
    font-size: 1.5rem;
  }
}
.hours__container p {
  margin: 0;
}

.newsletter__title {
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .newsletter__container {
    padding: 0;
  }
}
.newsletter__container label {
  font-size: 0.8rem;
  position: absolute;
  top: -20px;
  color: #ffffff;
}
.newsletter__container input {
  background-color: transparent;
}
.newsletter__container input[type=submit] {
  margin: 0 auto;
  margin-top: 2rem;
}
.newsletter__container input[type=email],
.newsletter__container input[type=text] {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
}
.newsletter__form {
  position: relative;
  margin: 2rem 0;
}
.newsletter__outer {
  background-color: #A2C5DD;
  color: #4B477B;
  padding: 3rem 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .newsletter__outer {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.newsletter__outer:before, .newsletter__outer:after {
  display: none;
  content: "";
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .newsletter__outer:before, .newsletter__outer:after {
    display: block;
  }
}
.newsletter__outer:before {
  background-image: url(media/general/bg-graphic-white-left.svg);
  background-position: left;
  left: 0;
}
.newsletter__outer:after {
  background-image: url(media/general/bg-graphic-white-right.svg);
  background-position: right;
  right: 0;
}
.newsletter__inner {
  max-width: 720px;
  margin: 0 auto;
}

a.btn,
input[type=submit],
button.btn {
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  border: 1px solid #000;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  display: block;
  font-size: 1rem;
  padding: 1.2rem 3rem;
  max-width: 420px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "GillSansMTMedium", sans-serif;
  letter-spacing: 0.1em;
  border-radius: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  a.btn,
input[type=submit],
button.btn {
    font-size: 1.1rem;
  }
}
a.btn span,
input[type=submit] span,
button.btn span {
  position: relative;
}
a.btn:hover,
input[type=submit]:hover,
button.btn:hover {
  color: #ffffff;
  background-color: #000;
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 2rem 0;
}
.slick-dots button {
  display: block;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 20%;
  background-color: #ffffff;
  border: 1px solid #4B477B;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 7.5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #4B477B;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.sc {
  flex-basis: 46%;
  margin-bottom: 1.5rem;
  border-radius: 5px;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .sc {
    flex-basis: 30%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .sc {
    flex-basis: 22%;
    margin-bottom: 3.7rem;
  }
}
.sc.sc--news, .sc.sc--community {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .sc.sc--news, .sc.sc--community {
    flex-basis: 47.5%;
  }
}
.sc.sc--community {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .sc.sc--community {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .sc.sc--community {
    flex-basis: 47.5%;
  }
}
.sc.sc--community .sc__header {
  flex-basis: 150px;
}
@media screen and (min-width: 768px) {
  .sc.sc--community .sc__header {
    flex-basis: 170px;
  }
}
.sc.sc--community .sc__image {
  height: 150px;
}
@media screen and (min-width: 768px) {
  .sc.sc--community .sc__image {
    height: 170px;
  }
}
.sc.sc--community .sc__image img {
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .sc.sc--community .sc__image img {
    height: 170px;
  }
}
.sc.sc--community .sc__info {
  cursor: pointer;
  position: relative;
  flex-basis: calc(100% - 150px);
}
@media screen and (min-width: 768px) {
  .sc.sc--community .sc__info {
    flex-basis: calc(100% - 170px);
  }
}
.sc.sc--community .sc__info:after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(media/community/plus.svg);
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.sc.sc--community .sc__info h2 {
  text-align: left;
}
.sc.sc--community .sc__desc {
  flex-basis: 100%;
  background-color: #F4F4F4;
  height: 0;
  overflow: hidden;
}
.sc.sc--community.sc--active .sc__info:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.sc.sc--community.sc--active .sc__desc {
  height: 100%;
  padding: 1.5rem;
}
.sc:hover .sc__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sc__header {
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.sc__image {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 150px;
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .sc__image {
    height: 230px;
  }
}
.sc__image img {
  display: block;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sc__image img {
    height: 230px;
  }
}
.sc__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sc__logo {
    font-size: 1.2rem;
  }
}
.sc__logo p {
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.sc__logo img {
  margin: 0 auto;
  display: block;
}
.sc__info {
  background-color: #ffffff;
  padding: 1.1rem;
  border-radius: 0 0 5px 5px;
  font-weight: 300;
  font-family: "Gill Sans MT W05 Light";
}
.sc__info.sc--salmon {
  background-color: #E59E91;
}
.sc__info.sc--salmon h2 {
  color: #ffffff;
}
.sc__info.sc--bold h2 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sc__info {
    padding: 1.5rem;
  }
}
.sc__info h2 {
  font-family: "GillSansMTLight", sans-serif;
  font-size: 1rem;
  margin: 0;
  color: #000;
  min-height: 55px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sc__info h2 {
    font-size: 1.25rem;
  }
}

.sq-button {
  background-color: #ffffff;
  flex-basis: 47%;
  text-align: center;
  padding: 1.2rem 0;
  font-size: 0.8rem;
  transition: all 0.3s;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
}
.sq-button:hover {
  background-color: #DAAE5B;
  color: #ffffff;
}
.sq-button:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.sq-button:hover svg g, .sq-button:hover svg path, .sq-button:hover svg line, .sq-button:hover svg rect {
  stroke: #ffffff;
}
.sq-button svg {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
  max-width: 55px;
  min-height: 55px;
}
.sq-button span {
  display: block;
  padding-top: 1rem;
}

.acf-map {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .acf-map {
    height: 500px;
  }
}

input[type=text],
input[type=email],
textarea {
  border: 0;
  padding: 8px;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  cursor: pointer;
}
input[type=submit]:hover {
  color: #3F6F94;
  background-color: #ffffff;
  border-color: #ffffff;
}

.vblock__item {
  margin-bottom: 1.5rem;
}
.vblock__item h2 {
  font-family: TradeGothicNextCompressed, sans-serif;
  text-transform: uppercase;
  color: #4B477B;
  margin: 0;
}
.vblock__item.vblock--active .vblock__title:after {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.vblock__item.vblock--active .vblock__content {
  height: 100%;
  padding: 1.5rem;
}
.vblock__title {
  padding: 1.5rem;
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.vblock__title:after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(media/community/plus.svg);
  background-size: contain;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.vblock__content {
  background-color: #F4F4F4;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .vblock__content {
    background: url(media/general/bg-graphic-grey.svg) no-repeat top right #F4F4F4;
  }
}

.csblock__item {
  padding: 2.5rem 0;
}
.csblock__item:first-child {
  padding-top: 0;
}
.csblock__item:not(:last-child) {
  border-bottom: 1px solid #D084A5;
}
.csblock__title h2 {
  text-transform: uppercase;
  font-family: TradeGothicNextCompressed, sans-serif;
  color: #D084A5;
  font-size: 1.75rem;
}
.csblock__buttons {
  max-width: 300px;
}
.csblock__buttons .sq-button:hover {
  background-color: #D084A5;
  color: #ffffff;
}
.csblock__buttons .sq-button:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.csblock__buttons .sq-button:hover svg g, .csblock__buttons .sq-button:hover svg path, .csblock__buttons .sq-button:hover svg line, .csblock__buttons .sq-button:hover svg rect {
  stroke: #ffffff;
}

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


.page-id-6958 h1.entry-title{
	font-size: 3rem;
}

/* Fathers day comp */
body.page-id-6980 input {
    border-bottom: 1px solid #000;
    border-radius: unset;
}

body.page-id-6980 .submit-wrap input {
    border: 1px solid #000;
    color: #000;
}

body.page-id-6980 .submit-wrap input:hover {
    color: #D084A5;
}



.wp-block-separator {
    border: none!important;
    
}

.page-id-2352 h1.entry-title.u--line-header {
	color: #DAAE5C;
}



.taxfilters {
    z-index: 0;
}
@media only screen and (min-width: 1200px) {
    #masthead .main-navigation ul.sub-menu {
			flex-direction: column !important;
			padding: 10px 0;
    }
	#masthead #site-navigation ul.sub-menu li {
		padding: 0;
	}
	#masthead #site-navigation ul.sub-menu li a {
		padding: 5px 10px;
	}
	#masthead #site-navigation ul.sub-menu li a:hover {
		background: #eee;
	}
	#masthead #site-navigation ul.sub-menu li a:after {
		display: none;
	}
}
@media only screen and (max-width: 1199px) {
	.main-navigation ul ul {
		position: relative;
		float: none;
        inset: unset;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
}