/*
Theme Name: De Winton Paper Co
Theme URI: dewintonpaperco.com
Author: The Webb Design Company
Author URI: webbdesigncompany.co.uk
Description: De Winton Paper Co theme, designed and built by the Webb Design Company
Version: 1.0.0
Text Domain: webb
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Classes
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	### Media Queries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


.logged-in #wpadminbar {
	opacity: 0;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
	-webkit-transform: translateY(-16px);
			transform: translateY(-16px);
  }
  
  .logged-in #wpadminbar:hover {
	opacity: 1;
	-webkit-transform: translateY(0px);
			transform: translateY(0px);
  }
  
  html, .admin-bar {
		 margin-top: 0px !important;
  }
  
  html {
	  font-family: sans-serif;
	  -webkit-text-size-adjust: 100%;
	  -ms-text-size-adjust:     100%;
	  font-size: 10px;
  }
  
  body {
	  margin: 0;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary {
	  display: block;
  }
  
  audio,
  canvas,
  progress,
  video {
	  display: inline-block;
	  vertical-align: baseline;
  }
  
  audio:not([controls]) {
	  display: none;
	  height: 0;
  }
  
  [hidden],
  template {
	  display: none;
  }
  
  a {
	  background-color: transparent;
  }
  
  a:active,
  a:hover {
	  outline: 0;
  }
  
  abbr[title] {
	  border-bottom: 1px dotted;
  }
  
  b,
  strong {
	  font-weight: 400;
  }
  
  dfn {
	  font-style: italic;
  }
  
  mark {
	  background: #ff0;
	  color: #000;
  }
  
  small {
	  font-size: 80%;
  }
  
  sub,
  sup {
	  font-size: 75%;
	  line-height: 0;
	  position: relative;
	  vertical-align: baseline;
  }
  
  sup {
	  top: -0.5em;
  }
  
  sub {
	  bottom: -0.25em;
  }
  
  img {
	  border: 0;
  }
  
  svg:not(:root) {
	  overflow: hidden;
  }
  
  /* figure {
	  margin: 1em 40px;
  } */
  
  hr {
	  box-sizing: content-box;
	  height: 0;
  }
  
  pre {
	  overflow: auto;
  }
  
  code,
  kbd,
  pre,
  samp {
	  font-family: monospace, monospace;
	  font-size: 1em;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
	  color: inherit;
	  font: inherit;
	  margin: 0;
  }
  
  button {
	  overflow: visible;
  }
  
  button,
  select {
	  text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
	  -webkit-appearance: button;
	  appearance: button;
	  cursor: pointer;
  }
  
  button[disabled],
  html input[disabled] {
	  cursor: default;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
	  border: 0;
	  padding: 0;
  }
  
  input {
	  line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
	  box-sizing: border-box;
	  padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
	  height: auto;
  }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
	  -webkit-appearance: none;
  }
  
  fieldset {
	  border: 1px solid #c0c0c0;
	  margin: 0 2px;
	  padding: 0.35em 0.625em 0.75em;
  }
  
  legend {
	  border: 0;
	  padding: 0;
  }
  
  textarea {
	  overflow: auto;
  }
  
  optgroup {
	  font-weight: bold;
  }
  
  table {
	  border-collapse: collapse;
	  border-spacing: 0;
  }
  
  td,
  th {
	  padding: 0;
  }
  
  /*--------------------------------------------------------------
  # Typography 
  --------------------------------------------------------------*/
	  html {
		  font-size: 10px;
	  }
  
  .entry-content li {
	  margin-bottom: 1rem;
  }
  
  dfn,
  cite,
  em,
  i {
	  font-style: italic;
  }
  
  blockquote {
	  margin: 0 1rem;
  }
  
  address {
	margin: 0 0 1rem;
  font-style: normal;
  color:#999;
  }
  
  pre {
	  background: #eee;
	  font-family: "Courier 10 Pitch", Courier, monospace;
	  font-size: 15px;
	  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: 15px;
	  font-size: 0.9375rem;
  }
  
  abbr,
  acronym {
	  border-bottom: 1px dotted #666;
	  cursor: help;
  }
  
  mark,
  ins {
	  background: #fff9c0;
	  text-decoration: none;
  }
  
  big {
	  font-size: 125%;
  }
  
  p.h2 {
	  font-size: 1rem;
	  font-weight: 300;
	  text-transform: uppercase;
	  letter-spacing: 4px;
  }
  
  #breadcrumbs {
	  text-align: center;
  }


  .swash-container {
	  pointer-events: none;
  }

  .swash {
	opacity: 0.8;
  }

  /*--------------------------------------------------------------
  W Flex Grid
  --------------------------------------------------------------*/
  
  .Grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
  }
  
  .Grid-cell {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
			margin: 0 !important;
  }
  
  .Grid--flexCells > .Grid-cell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .Grid--top {
	-webkit-box-align: start;
		-ms-flex-align: start;
				-ms-grid-row-align: flex-start;
			align-items: flex-start;
  }
  
  .Grid--bottom {
	-webkit-box-align: end;
		-ms-flex-align: end;
				-ms-grid-row-align: flex-end;
			align-items: flex-end;
  }
  
  .Grid--center {
	-webkit-box-align: center;
		-ms-flex-align: center;
				-ms-grid-row-align: center;
			align-items: center;
  }
  
  .Grid--justifyCenter {
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
  
  .Grid-cell--top {
	-ms-flex-item-align: start;
		align-self: flex-start;
  }
  
  .Grid-cell--bottom {
	-ms-flex-item-align: end;
		align-self: flex-end;
  }
  
  .Grid-cell--center {
	-ms-flex-item-align: center;
		align-self: center;
  }
  
  .Grid-cell--autoSize {
	-webkit-box-flex: 0;
		-ms-flex: none;
			flex: none;
  }
  
  .Grid--fit > .Grid-cell {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  
  .Grid--full > .Grid-cell {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
			flex: 0 0 100%;
  }
  
  .Grid--1of2 > .Grid-cell {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
  }
  
  .Grid--1of3 > .Grid-cell {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333%;
			flex: 0 0 33.3333%;
  }
  
  .Grid--1of4 > .Grid-cell {
	-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
			flex: 0 0 25%;
  }
  
  @media (max-width: 450px) {
	.small-Grid--fit > .Grid-cell {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	}
	.small-Grid--full > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%;
	}
	.small-Grid--1of2 > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
	}
	.small-Grid--1of3 > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 33.3333%;
			  flex: 0 0 33.3333%;
	}
	.small-Grid--1of4 > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 25%;
			  flex: 0 0 25%;
	}
  }
  
  @media (max-width: 767px) {
	.med-Grid--fit > .Grid-cell {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	}
	.med-Grid--full > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%;
	}
	.med-Grid--1of2 > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
	}
	.med-Grid--1of3 > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 33.3333%;
			  flex: 0 0 33.3333%;
	}
	.med-Grid--1of4 > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 25%;
			  flex: 0 0 25%;
	}
  }
  
  @media (max-width: 1000px) {
	.large-Grid--fit > .Grid-cell {
	  -webkit-box-flex: 1;
		  -ms-flex: 1;
			  flex: 1;
	}
	.large-Grid--full > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%;
	}
	.large-Grid--1of2 > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
	}
	.large-Grid--1of3 > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 33.3333%;
			  flex: 0 0 33.3333%;
	}
	.large-Grid--1of4 > .Grid-cell {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 25%;
			  flex: 0 0 25%;
	}
  }
  
  .Grid--gutters {
	margin: -1em 0 1em -1em;
  }
  .Grid--gutters > .Grid-cell {
	padding: 1em 0 0 1em;
  }
  
  .Grid--guttersLg {
	margin: -1.5em 0 1.5em -1.5em;
  }
  .Grid--guttersLg > .Grid-cell {
	padding: 1.5em 0 0 1.5em;
  }
  
  .Grid--guttersXl {
	margin: -2em 0 2em -2em;
  }
  .Grid--guttersXl > .Grid-cell {
	padding: 2em 0 0 2em;
  }
  
  @media (max-width: 450px) {
	.small-Grid--gutters {
	  margin: -1em 0 1em -1em;
	}
	.small-Grid--gutters > .Grid-cell {
	  padding: 1em 0 0 1em;
	}
	.small-Grid--guttersLg {
	  margin: -1.5em 0 1.5em -1.5em;
	}
	.small-Grid--guttersLg > .Grid-cell {
	  padding: 1.5em 0 0 1.5em;
	}
	.small-Grid--guttersXl {
	  margin: -2em 0 2em -2em;
	}
	.small-Grid--guttersXl > .Grid-cell {
	  padding: 2em 0 0 2em;
	}
  }
  
  @media (max-width: 767px) {
	.med-Grid--gutters {
	  margin: -1em 0 1em -1em;
	}
	.med-Grid--gutters > .Grid-cell {
	  padding: 1em 0 0 1em;
	}
	.med-Grid--guttersLg {
	  margin: -1.5em 0 1.5em -1.5em;
	}
	.med-Grid--guttersLg > .Grid-cell {
	  padding: 1.5em 0 0 1.5em;
	}
	.med-Grid--guttersXl {
	  margin: -2em 0 2em -2em;
	}
	.med-Grid--guttersXl > .Grid-cell {
	  padding: 2em 0 0 2em;
	}
  }
  
  @media (max-width: 1000px) {
	.large-Grid--gutters {
	  margin: -1em 0 1em -1em;
	}
	.large-Grid--gutters > .Grid-cell {
	  padding: 1em 0 0 1em;
	}
	.large-Grid--guttersLg {
	  margin: -1.5em 0 1.5em -1.5em;
	}
	.large-Grid--guttersLg > .Grid-cell {
	  padding: 1.5em 0 0 1.5em;
	}
	.large-Grid--guttersXl {
	  margin: -2em 0 2em -2em;
	}
	.large-Grid--guttersXl > .Grid-cell {
	  padding: 2em 0 0 2em;
	}
  }
  
  /*--------------------------------------------------------------
  # Elements
  --------------------------------------------------------------*/
  html {
	  box-sizing: border-box;
  }
  
  *,
  *:before,
  *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	  box-sizing: inherit;
  }
  
  body {
	  background: #fff; /* Fallback for when there is no custom background color defined. */
	  overflow-y: scroll;
  }
  
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
	  content: "";
  }
  
  blockquote,
  q {
	  quotes: "" "";
  }
  
  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: bold;
  }
  
  dd {
	  margin: 0 1.5em 1.5em;
  }
  
  img {
	  height: auto; /* Make sure images are scaled correctly. */
	  max-width: 100%; /* Adhere to container width. */
  }
  
  table {
	  margin: 0 0 1.5em;
	  width: 100%;
  }
  
  :focus {
	  outline: none;
  }

  address, dl, fieldset, figure, ol, p, pre, ul {
	  margin: 0 0 0px 0;
  }

  p {
    margin-bottom: 2rem;
  }
  
  /*--------------------------------------------------------------
  # Classes
  --------------------------------------------------------------*/
  
  .wrap {
	width: 160rem;
	max-width: calc(100% - 8rem);
	margin: 0 auto; 
  }
  
  .inner-wrap {
	  width: 80%;
	  margin: 0 auto; 
  }
  
  .text-wrap {
   max-width: 600px;
	margin: auto; 
  }
  
  
  .thin-page .entry-content {
	  max-width: 600px;
	  margin: 1.5em auto 0;
  }
  
  .text-left {
	  margin: 0;	
	margin-right: auto; 
  }
  
  .text-right {
	  margin: 0;	
	margin-left: auto; 
  }
  
  .center-text,
  #welcome-text {
	  text-align: center;
  }
  /*--------------------------------------------------------------
  # Forms
  --------------------------------------------------------------*/
  button:not([uk-close]),
  input[type="button"],
  input[type="reset"],
  input[type="submit"],
  a.button {
	  background: var(--theme-dark-grey-fade);
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 1rem 2rem;
	font-weight: 300;
	border-radius: 0px;
	color: white;
	background-color: var(--theme-dark-grey-fade);
	border: 0px solid var(--theme-dark-grey-fade);
	line-height: 1;
	transition: background 0.3s;
  }
  
  button:not([uk-close]):hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
  background-color: var(--theme-dark-grey);
  border: 0px solid var(--theme-dark-grey);
  }
  
  
  /* 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 {
		border: 1px solid #ccc;
  } */
  
  
  textarea {
	  width: 100%;
  }
  
  /*--------------------------------------------------------------
  # Header & Navigation
  --------------------------------------------------------------*/
  
  header img#main-logo {
	  width: 100%;
  }
  
  header.andmove img#main-logo {
	  width: 70%;
  }
  
  
  /*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
  a {
	  color: var(--theme-dark-grey);
	  /* transition: opacity 0.3s;
	  opacity: 0.75; */
	  text-decoration: none;
  }
  
	a:visited,
	a:hover,
	a:focus,
	a:active {
	  color: var(--theme-dark-grey);
	  /* opacity: 1; */
	  text-decoration: none;
  }
  
  a:focus {
		opacity: 0.65;
  }
  
  a:hover,
  a:active {
	  outline: 0;
  }
  
  /*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
  
  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
	  margin: 0 0 1.5em;
	  overflow: hidden;
  }
  
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
	  float: left;
	  width: 50%;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 0 2rem;
  }
  
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
	float: right;
	text-align: left;
	width: 50%;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 0 2rem;
  }
  
  /*--------------------------------------------------------------
  # Accessibility
  --------------------------------------------------------------*/
  /* Text meant only for screen readers. */
  .screen-reader-text {
	  clip: rect(1px, 1px, 1px, 1px);
	  position: absolute !important;
	  height: 1px;
	  width: 1px;
	  overflow: hidden;
  }
  
  .screen-reader-text:focus {
	  background-color: #f1f1f1;
	  border-radius: 3px;
	  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	  clip: auto !important;
	  color: #21759b;
	  display: block;
	  font-size: 14px;
	  font-size: 0.875rem;
	  font-weight: bold;
	  height: auto;
	  left: 5px;
	  line-height: normal;
	  padding: 15px 23px 14px;
	  text-decoration: none;
	  top: 5px;
	  width: auto;
	  z-index: 100000; /* Above WP toolbar. */
  }
  
  /* Do not show the outline on the skip link target. */
  #content[tabindex="-1"]:focus {
	  outline: 0;
  }
  
  /*--------------------------------------------------------------
  # Alignments
  --------------------------------------------------------------*/
  .aligncenter {
	  text-align: center;
  }
  
  
  /*--------------------------------------------------------------
  # Clearings
  --------------------------------------------------------------*/
  .clear:before,
  .clear:after,
  .entry-content:before,
  .entry-content:after,
  .comment-content:before,
  .comment-content:after,
  .site-header:before,
  .site-header:after,
  .site-content:before,
  .site-content:after,
  .site-footer:before,
  .site-footer:after {
	  content: "";
	  display: table;
	  table-layout: fixed;
  }
  
  .clear:after,
  .entry-content:after,
  .comment-content:after,
  .site-header:after,
  .site-content:after,
  .site-footer:after {
	  clear: both;
  }


  
  /*--------------------------------------------------------------
  ## Posts and pages
  --------------------------------------------------------------*/
  .sticky {
	  display: block;
  }
  
  .hentry {
	  margin: 0 0 1.5em;
  }
  
  .byline,
  .updated:not(.published) {
	  display: none;
  }
  
  .single .byline,
  .group-blog .byline {
	  display: inline;
  }
  
  .single-post .entry-content {
	  margin: 1.5em auto 0;
	  max-width: 97.9rem;
  }

#lfc_comments {
	display: none;
}

  .single-post #lfc_comments {
	  display:block;
	  max-width: 97.9rem;
	  margin: auto;
	  margin-bottom: 4rem;
  }


.single-post article.type-post figure.aligncenter,
.single-post article.type-post img.aligncenter,
.single-post article.type-post img.alignnone {
	margin: auto;
	display: block;
	margin-bottom: 4.5rem;
}

/* --dw-coral: #fdb59f;
--dw-blush: #f4d0c2;
--dw-butter: #f0bc68;
--dw-smoke: #a9b7ba;
--dw-duck: #c3d6d0;
--dw-emerald: #5f9595;  */


.single-post article.type-post a[target = _blank] {
	color: var(--dw-emerald);
}

.single-post article.type-post a[target = _blank]:hover,
.single-post article.type-post a[target = _blank]:visited {
	color: var(--dw-butter);
	transition: color 0.3s;
}

.single-post article.type-post p em {
	color: var(--dw-coral);
}

  
  .single-post article.post.Grid-cell .entry-content img {
  margin: 1rem auto 1.5rem;
  }
  
  .page-links {
	  clear: both;
	  margin: 0 0 1.5em;
  }
  
  /*--------------------------------------------------------------
  ## Comments
  --------------------------------------------------------------*/
  .comment-content a {
	  word-wrap: break-word;
  }
  
  .bypostauthor {
	  display: block;
  }
  
  #reply-title {
	text-align: center;
  }
  
  #commentform .form-submit input[type=submit] {
  width: 23.5%;
  border: 1px solid #999;
  padding: 1rem;
  margin-top: 1rem;
  transition: all 0.3s;
  }
  
  #commentform .form-submit input[type=submit]:hover {
  background: transparent;
  color: #999;
  }
  
  @media (min-width: 1075px) {
  
  .comment-form-comment {
	width: 75%;
	float: right;
	margin-top: 0px;
  }
  
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
	width: 25%;
	float: left;
  }
  
  .comment-form-author input,
  .comment-form-email input,
  .comment-form-url input {
	float: right;
	margin-right: 1rem;
  }
  
  .comment-form-author {
	margin-top: 25px;
  }
  
  }
  
  
  /*--------------------------------------------------------------
  # Infinite scroll
  --------------------------------------------------------------*/
  /* Globally hidden elements when Infinite Scroll is supported and in use. */
  .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
  .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	  display: none;
  }
  
  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
  .infinity-end.neverending .site-footer {
	  display: block;
  }
  
  /*--------------------------------------------------------------
  W# Header
  --------------------------------------------------------------*/
  
  
  .social_bar {
	  display: flex;
	  width: 100%;
	  justify-content: space-evenly;
  }

  #scoprire {
	  background: white;
	  z-index: 9000;
  }

  #scoprire > .uk-close {
	  position: absolute;
	  right: 4.5rem;
  }

  #scoprire > form {
	  width: 100%;
	  max-width: 75rem;
	  display: flex;
  }

  #scoprire > form > input.search-field {
	  height: 100%;
	  padding: 1.5rem 3rem;
	  border: 0px;
	  border-bottom: 2px solid var(--theme-light-grey);
	  transition: border 0.3s;
  }

  #scoprire > form > input.search-submit:hover + input.search-field {
	border-bottom: 2px solid var(--theme-dark-grey);
  }

  #scoprire > form > input.search-submit {
	order: 2;
	background: var(--theme-light-grey);
	color: var(--theme-dark-grey);
	transition: background 0.3s, color 0.3s;
  }

  #scoprire > form > input.search-submit:hover {
	background: var(--theme-dark-grey);
	color: white;
	}




  
  /* ====================================
   NEW STUFF 
   =================================== */

   #page::before,
   #page::after {
	content: ' ';
	position: fixed;
	top: 0;
	width: 100%;
	background: white;
	height: 2rem;
	pointer-events: none;
	z-index: 100;
  }

  #page::after {
	bottom: 0;
	top: auto;
  }


  body #fakebody > .loading-screen {
	  position: fixed;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  z-index: 1000;
	  background: white;
	  transition: opacity 0.3s;
	  pointer-events: none;
	  opacity: 0;
	}

	#page.loading div.loading-screen {
		opacity: 1;
	}
	
	div.loading-screen > div {
		display:flex; 
		height: 100vh;
		justify-content: center; 
		align-items: center;
	}
	
	#fakebody > div.loading-screen > div > div {			
		width: calc(100% - 8rem);
		height: calc(100% - 8rem);
		display:flex; 
		justify-content: center; 
		align-items: center;
	}

	#page.loading div.loading-screen svg#dewinton-animated .dewintonbackstroke {
		animation: dewintonlogo 4s infinite linear;
	}

	#page.loading div.loading-screen {
		display: none;
	}

	.dewinton_sign_outer > img {
		max-width: 80%;
		display: block;
		margin: auto;
	}

	.dewinton_sign_outer {
		opacity: 1;
		transition: opacity 0.5s;
	}

	.dewinton_sign_outer.goodbye {
		opacity: 0;
	}

	@keyframes dewintonlogo {
		0% {
			stroke-dashoffset: 2100;
			stroke-dasharray: 2100;
			stroke-width: 8px;
			opacity: 1;
		}

		60%,
		80% {
			stroke-dashoffset: 0;
			stroke-dasharray: 2100;
			stroke-width: 15px;
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	svg#dewinton-animated .dewintonbasetext {
		animation: dewintonlogotwo 4s infinite linear;
		transform-origin: left;
		transform-box: fill-box;
	}

	@keyframes dewintonlogotwo {
		0% {
			transform: scaleX(0%);
			opacity: 0;
		}

		30% {
			transform: scaleX(0%);
			opacity: 0;
		}

		60%,
		80% {
			transform: scaleX(100%);
			opacity: 1;
		}

		100% {
			transform: scaleX(100%);
			opacity: 0;
		}
	}




  body {
	  position: relative;
  }
   body:before,
   .paperoverlay:after,
   .uk-lightbox:after {
	   content:'';
	   position: absolute;
	   top: 0;
	   bottom: 0;
	   left: 0; 
	   right: 0;
		background: url('./images/paperbg3.jpg');
		background-repeat: repeat;
		background-size: 200px auto;
		z-index: 1010;
		mix-blend-mode: multiply;
		pointer-events: none;
		opacity: 0.55;
	}	
  

	.uk-offcanvas-flip.uk-offcanvas-container-animation {
		left: -45rem;
	}


  .site-branding {
	  width: 250px;
	  height: 12rem;
	  margin: auto;
	  overflow: hidden;
  }

  #main-logo {
	  flex-basis: 25%;
  }
  
  .site-branding .open-logo .ol-stage {
		opacity: 0;
		pointer-events: none;
	  transform: translateY(50%);
	  transition: transform 0.5s, opacity 0.3s;
  }
  
  .site-branding .open-logo .ol-stage.show,
  .site-header:hover .site-branding .open-logo .ol-stage.one.hide ~ .ol-stage.three,
  .site-header:hover .site-branding .open-logo .ol-stage.one:not(.show) ~ .ol-stage.three {
	  opacity: 1;
	  pointer-events: all;
	  transform: translateY(0%);
  }

  /* .site-header .site-branding:hover .open-logo .ol-stage.one.show ~ .three {
	opacity: 0;
	pointer-events: none;
  } */
  
  .site-branding .open-logo .ol-stage.hide.show,
  #masthead:hover .site-branding .open-logo .ol-stage.two.show {
	  transform: translateY(-50%);
	  opacity: 0;
	  pointer-events: none;
  }


/* .site-branding:not(:hover) .ol-stage.two.show svg#dewinton-mainlogo .dewintonbackstroke {
	animation: dewintonlogoheader 1s 1 linear;
	animation-delay: 0.3s;
	animation-fill-mode: backwards;
} */

/* .site-branding:hover .ol-stage.two.show svg#dewinton-mainlogo .dewintonbackstroke {
	animation-fill-mode: backwards;
} */

@keyframes dewintonlogoheader {
	0% {
		stroke-dashoffset: 2100;
		stroke-dasharray: 2100;
		stroke-width: 8px;
		opacity: 1;
	}
	80%,
	100% {
		stroke-dashoffset: 0;
		stroke-dasharray: 2100;
		stroke-width: 15px;
		opacity: 1;
	}
}

.site-branding:not(:hover) svg#dewinton-mainlogo .dewintonbasetext {
	animation: dewintonlogotwoheader 2s 1 linear;
	transform-origin: left;
	transform-box: fill-box;
	animation-fill-mode: forwards;
}

.site-header.stick.andmove.down .site-branding svg#dewinton-mainlogo .dewintonbasetext{
	display: none;
}

.site-header.stick.andmove.down .site-branding svg#dewinton-mainlogo {
	margin-top: 18px;
}


/* .site-branding:hover svg#dewinton-mainlogo .dewintonbasetext {
	animation-fill-mode: backwards;
} */

@keyframes dewintonlogotwoheader {
	0% {
		transform: scaleX(0%);
		opacity: 0;
	}

	30% {
		transform: scaleX(0%);
		opacity: 0;
	}

	60%,
	80% {
		transform: scaleX(100%);
		opacity: 1;
	}
}




  
  #site-introduction {
	  height: calc(100vh - 12rem);
	  overflow: hidden;
	  position: relative;
	}
	
	#site-introduction ul {
		height: calc(100vh - 14rem);
		margin: 2rem;
		margin-bottom: 0;
	}

  #site-introduction:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: solid 2rem white;
	z-index: 999;
	pointer-events: none;
	border-bottom: 0;
  }


  #site-introduction > rs-fullwidth-wrap {
	  overflow: hidden;
  }

  .wc-mini-cart > a {
	  position: relative;
  }


  .cartcount {
    position: absolute;
    top: -10px;
    right: -40px;
    height: 35px;
    width: 35px;
    border-radius: 200%;
    text-align: left;
    font-size: 1.4rem;
    display: block;
    line-height: 35px;
}



.woocommerce-page.archive .woocommerce-products-header {
	padding: 4rem;
	text-align: center;
	min-height: 25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.woocommerce-checkout .woocommerce form .form-row input.input-text, 
.woocommerce-checkout .woocommerce form .form-row textarea {
	padding: 2rem;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
	text-align: center;
	max-width: 75rem;
	margin: auto;
}

.woocommerce-checkout #payment ul.wc_payment_methods {
	margin-left: auto;
	margin-right: auto;
	max-width: 75rem;
}


  
  /*--------------------------------------------------------------
	Sticky Header
  --------------------------------------------------------------*/
  
  #masthead {
	  height: 12.5rem;
	  transition: background 1s;
	  position: relative;
	  z-index: 990;
  }
	  #masthead .site-branding,
	  #masthead .snl-mainheader {
		  transition: height 0.5s;
		  height: 12.5rem;
		  position: relative;
		  z-index: 8999;
	  }
  
	  #masthead.stick.andmove .site-branding,
	  #masthead.stick.andmove .snl-mainheader {
		  height: 8.5rem;
	  }
  
	  #masthead.stick.andmove .snl-mainheader {
		  position: fixed;
		  top: -12.5rem;
		  left: 0;
		  right: 0;
		  background: white;
		  z-index: 99;
		  transition: top 0.5s;
	  }
  
	  #masthead.andmove.down .snl-mainheader {
		  top: 0;
	  }
	  



/* --------------------------------------------------------------
   Main Nav
   ------------------------------------------------------------- */

#masthead .menu > ul.main-nav > li {
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;
    padding: 1rem;
    transition: background 0.2s;
    transition-delay: 0s;
}

#masthead.stick.andmove .menu > ul.main-nav > li {
	height: 6.5rem;
}

#masthead.stick.andmove .main-nav-container > ul.main-nav > li > .sub-menu {
	top: 6.5rem;
}


/* --------------------------------------------------------------
   SUBMENU
   ------------------------------------------------------------- */


   /* header#masthead[switcheroo='0'] #mobli-menu-container {
    position: fixed;
    top: 0;
	} */


  
   #masthead .main-nav-container > ul.main-nav > li > .sub-menu {
    /* display: none; */
    position: absolute;
    left: 0;
	top: 10.5rem;
	height: 100%;
	min-height: 0;
	opacity: 0;
	transition: min-height 0.2s, opacity 0.2s;
	transition-delay: 0.3s;
	overflow: hidden;
    display: grid;
	grid-template-columns: repeat(4, calc(25% - 1.5rem));
	  grid-template-rows: repeat(6, 16.66%);
	  grid-auto-flow: column;
	  grid-column-gap: 2rem;
	  justify-content: center;
    right: 0;
    width: 100%;
    background:var(--theme-light-grey);
    border: 2rem solid white;
    border-top: 2rem solid white;
	padding: 2rem;
	z-index: 1000;
	pointer-events: none;
}

#masthead.sticky ul.main-nav > li > .sub-menu {
	top: 8rem;
}

body #masthead ul.main-nav > li:hover > .sub-menu,
body #masthead ul.main-nav > li > .sub-menu:hover,
body #masthead:hover ul.main-nav > li:hover > .sub-menu:hover {
	transition-duration: 0.3s;
	transition-delay: 0.3s;
	min-height: calc(25vw + 2rem);
	opacity: 1;
	pointer-events: all;
	z-index: 1000;
}

#masthead .main-nav .sub-menu li {
	text-align: left;
	height: 100%;
	width: 100%;
	padding: 0;
}

#masthead .main-nav .sub-menu > li.menu-item.mitem_object,
#masthead .main-nav .sub-menu > li.menu-item.mitem_ptaxo,
#masthead .main-nav .sub-menu > li.menu-item.mitem_ptago {
    grid-row-start: span 6;
}

#masthead .main-nav .sub-menu li > a {
	width: 100%;
	height: 100%;
	padding: 0 2rem;
	transition: 0.3s all;
	display: flex;
    align-items: center;
}


body #masthead .main-nav .sub-menu li:hover > a {
	color: var(--second-colour);
	background: #e5e5e5;
}

#masthead .main-nav-container > ul.main-nav > li > .sub-menu {
    top: auto;
    bottom: calc(100% - 2rem);
}

header#masthead[switcheroo='1'] .main-nav-container > ul.main-nav > li > .sub-menu,
header#masthead.stick .main-nav-container > ul.main-nav > li > .sub-menu,
header#masthead[switcheroo='2'] .main-nav-container > ul.main-nav > li > .sub-menu,
header#masthead[switcheroo='3'] .main-nav-container > ul.main-nav > li > .sub-menu {
	top: 10.5rem;
    bottom: auto;
}



	.snl-spinning {
		animation: spinning 1s infinite;
	}

	@keyframes spinning {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}


  
  /*--------------------------------------------------------------
   Basket
   -------------------------------------------------------------*/
  
   #mini-cart-offcanvas.uk-open>.uk-offcanvas-reveal {
	   width: 45rem;
	   max-width: 100%;
   }
   
   #mini-cart-offcanvas .uk-offcanvas-bar {
	   right: -45rem;
	   width: 45rem;
	   max-width: 100%;
	}
	#mini-cart-offcanvas .uk-offcanvas-bar .cart-inner-container {
		padding: 6rem 4rem;
		min-height: 100%;
	}
	
   #mini-cart-offcanvas.uk-open .uk-offcanvas-bar {
	   right: 0rem;
   }

   #mini-cart-offcanvas ul.woocommerce-mini-cart {
	   list-style: none; 
	   margin: 0;
	   padding: 0;
	   border-top: 1px solid var(--theme-dark-grey-fade);
   }

   #mini-cart-offcanvas * {
	   color: var(--theme-dark-grey);
   }

   #mini-cart-offcanvas ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 2rem;
		border-bottom: 1px solid var(--theme-dark-grey-fade);
		padding-bottom: 2rem;
}

#mini-cart-offcanvas ul.woocommerce-mini-cart li.woocommerce-mini-cart-item span.quantity {
	color: var(--theme-dark-grey);
	order: 3;
	margin-bottom: 1rem;
	width: 40%;
}

#mini-cart-offcanvas .woocommerce-mini-cart__total {
	font-size: 2.4rem;
	margin-top: 2rem;
}

#mini-cart-offcanvas ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a > img.attachment-woocommerce_thumbnail {
	margin-bottom: 2rem;
	float: none;
	width: 100%;
	margin-left: 0;
}

#mini-cart-offcanvas ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove) {
	color: var(--theme-dark-grey);
	font-size: 2.4rem;
	line-height: 4.5rem;
	font-weight: 100;
}

#mini-cart-offcanvas .uk-offcanvas-bar {
	padding-top: 6rem;
	background: var(--theme-light-grey);
}

#mini-cart-offcanvas .uk-offcanvas-bar a.remove_from_cart_button {
	background: none !important;
	color: var(--theme-dark-grey) !important;
	text-align: right;
	margin-bottom: 2rem;
	order: 4;
	width: 60%;
	border-radius: 0;
	font-weight: 100;
	font-size: inherit;
	height: auto;
	margin-top: 1rem;
}



#mini-cart-offcanvas .uk-offcanvas-bar .woocommerce-mini-cart__buttons.buttons {
		display: flex;
		justify-content: space-between;
   }
   #mini-cart-offcanvas .uk-offcanvas-bar .woocommerce-mini-cart__buttons.buttons a.button {
		color: white;
		background: var(--theme-dark-grey);
	}

	
	#mini-cart-offcanvas.uk-offcanvas-overlay::before {
		background: rgba(255,255,255,0.85);
	}

	.woocommerce-error, .woocommerce-info, .woocommerce-message {
		filter: grayscale(1);
		max-width: 75rem;
		margin: auto;
		margin-bottom: 4rem;
	}

	.woocommerce #respond input#submit, 
	.woocommerce a.button, 
	.woocommerce button.button, 
	.woocommerce input.button,
	#mini-cart-offcanvas .button {
		background: transparent;
		font-weight: 100;
		border-radius: 0;
		padding: 2rem;
		font-size: 100%;
	}




	/* LIGHTBOX  */

	html body .uk-lightbox {
		background: rgba(255,255,255,0.8);
	}

	.uk-lightbox .uk-position-medium[class*="uk-position-center-left"], 
	.uk-lightbox .uk-position-medium[class*="uk-position-center-right"],
	.uk-lightbox-toolbar-icon {
	background: transparent;
	color: var(--theme-dark-grey) !important;
	}
	
  /*--------------------------------------------------------------
  # archives
  --------------------------------------------------------------*/
  
  /* .archive article.post.Grid-cell,
  .archive article.gallery.Grid-cell,
  .blog article.post.Grid-cell,
  .blog article.gallery.Grid-cell {
    max-width: 750px;
    padding: 2rem 2rem 3rem;
    border-top: 1px solid #ccc;
    margin: 0rem auto 3rem;
    background-color: rgba(204,204,204,0.25);
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
} */

	.blog .Grid nav.navigation,
	.archive .Grid nav.navigation {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		text-align: center;
	}

	article.post.Grid-cell img,
	article.gallery.Grid-cell img {
		display: block;
		margin: 2rem auto;
	}

	.blog #main > .Grid,
	.archive #main > .Grid  {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	a.archive_read_link {
		position: absolute;
		bottom: 0;
    left: 0;
    right: 0;
		top: 0;
    text-align: center;
	}

	a.archive_read_link span {
		position: absolute;
		bottom: -2rem;
		left: 0;
		right: 0;
		-webkit-transition: bottom 0.3s;
		transition: bottom 0.3s;
	}

	.blog article.post.Grid-cell > .entry-content,
		.blog article.post.Grid-cell > .entry-header,
			.blog article.post.Grid-cell > .entry-footer {
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

	.blog article.post.Grid-cell:hover > .entry-content,
		.blog article.post.Grid-cell:hover > .entry-header,
			.blog article.post.Grid-cell:hover > .entry-footer,
				.archive article.gallery.Grid-cell:hover > .entry-content,
		.archive article.gallery.Grid-cell:hover > .entry-header {
		opacity: 0.75;
	}

	article.post.Grid-cell:hover a.archive_read_link span,
	article.gallery.Grid-cell:hover a.archive_read_link span {
		bottom: 2rem;
	}

	.blog .post.hentry .entry-header a,
	.archive .post.hentry .entry-header a {
    z-index: 1;
    position: relative;
}

	article .post.hentry .entry-header,
    .blog article.post.hentry .entry-header,
    	article .gallery.hentry .entry-header,
    .archive article.gallery.hentry .entry-header {
    text-align: center;
  }

	article .post.hentry .entry-header h2.entry-title,
    .blog article.post.hentry .entry-header h2.entry-title,
      	article .gallery.hentry .entry-header h2.entry-title,
  .archive article.gallery.hentry .entry-header h2.entry-title {
    margin-bottom: 1rem;
}

.woocommerce.archive #content h1.page-title {
	display: none;
}

  
  /*--------------------------------------------------------------
  # Footer
  -------------------------------------------------------------- */

  #footer-1 {
	  -webkit-box-flex: 2;
		  -ms-flex: 2;
			  flex: 2;
	  border-right: 1px solid #ccc;
	  border-left: 1px solid #ccc;
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-box-orient: vertical;
		  -webkit-box-direction: normal;
				  -ms-flex-direction: column;
						  flex-direction: column;
		  -webkit-box-pack: center;
				  -ms-flex-pack: center;
						  justify-content: center;
  }
  
  #footer-1 .gform_widget .gform_wrapper,
  #footer-1 .gform_widget,
  #footer-1 .gform_widget .gform_footer {
	  padding: 0px;
	  margin: 0px;
  }
  
  #footer-1 .gform_widget label {
	  display: none;
  }
  
  #footer-1 .gform_widget li.gfield {
	  margin-top: 0px !important;
	  padding-top: 0px !important;
  }
  
  #footer-1 .gform_widget .gfield_description {
	  text-align: center;
  }
  
  #footer-1 .gform_widget .gform_footer input[type=submit]{
	  float: right;
  }
  
  #footer-1 .gform_footer button.button:hover {
	color: #fff;
	background-color: #666;
  }
  
  #footer-1 .gform_wrapper .ginput_container input[type=email] {
	  width: calc(100% - 131px);
	  min-height: 41px;
  }
  
  #footer-1 .gform_widget .gform_wrapper {
	  position: relative;
	margin-bottom: 1rem;
  }
  
  #footer-1 .gform_footer button.button {
  position: absolute;
  right: 1rem;
  bottom: 0;
  }

  #footer-2,
  #footer-3 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  
  footer .Grid--1of3,
  .Grid--1of2.Grid--justifyCenter.Grid-cell {
	  border-top: 1px solid #ccc;
  }
  
  footer .Grid-cell.footer_menu {
	  border-right: 1px solid #ccc;
	  padding: 2rem 3rem;
  }

  .widget #sb_instagram {
	padding-bottom: 0px !important;
	}

  footer .Grid-cell.footer_menu:last-child {
	  border-right: 0;
  }
  
footer .Grid-cell .widget > *:first-child {
	margin-top: 0;
}
  
footer .Grid-cell .widget > *:last-child {
	margin-bottom: 0;
}

  footer,
  h2.footer-menu-title,
  h2.widget-title,
  footer h5 {
	  font-size: 1.6rem;
	  line-height: 3rem;
	  font-weight: 300;
	  text-transform: uppercase;
	  letter-spacing: 4px;
	  margin: 1rem auto;
  }
  
  footer ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
  }
  
  footer ul li a {
	  color: #999;
		  text-decoration: none;
  }
  
 
  #footer-2,
  #footer-3,
  .site-info {
	  padding: 4rem;
	  text-align: center;
  }
  
  #footer-2,
  #footer-3 {
	  border-right: 1px solid #ccc;
  }
  
  footer#colophon {
	  border-bottom: 1px solid #ccc;
	  margin: 3rem auto 1rem;
  }
  
  footer .source-org.copyright {
	  margin: 1rem auto;
  }
  
  footer.site-footer .site-info {
	  position: relative;	
  }
  
  .svg-link {
	  position: relative;
	  display: inline-block;
  }
  
  .svg-link:after {
	content: ""; 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
  }
  
  .watermark span {
	color: inherit;
  }
  
  .watermark {
	  position: relative;
	  display: inline-block;
	  height: 25px;
	  width: 275px;
	  padding: 0;
	  background: transparent;
	  transition: all 0.3s;
  }
  
  .tagline {
	  line-height: 25px;
	  margin-right: 3rem;
  }
  
  .logo-background {
	  position: absolute;
	  height: 25px;
	  width: 0;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: auto;
	  background-color: white;
	  transition: all 0.6s;
  }
  
  .watermark .logo {
	  position: absolute;
	  height: 25px;
	  width: 100%;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
  }
  
  .watermark a {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
		text-decoration: none;
	  color: rgba(65, 64, 66, 1);
  }
  
  .watermark a span {
	  display: inline-block;
	  font-size: 15px;
	  line-height: 20px;
	  font-weight: inherit;
	  height: 20px;
	  margin: 0;
  }
  
  .watermark object#shape,
  .watermark object#letter {
	  height: 20px;
	  width: auto;
  }
  
  .watermark object#plus-icon {
	  width: 10px;
	  height: 10px;
	  margin-bottom: 5px;
  }
  
  .watermark span.plus-wrap {
	  width: 10px;
	  height: 10px;
	  transition: transform 0.3s 0.3s, left 0.3s 0.1s;
	  margin: 0 7px;
  }
  
  .watermark span.plus-wrap object#plus-colour {
	  opacity: 0;
	  width: 0px;  
  }
  
  .watermark:hover .logo-background {
	  width: 100%;
  }
  
  .watermark:hover a {
	  width: auto;
		  left: 0;
  }
  
  .watermark span.shape,
  .watermark span.plus-wrap,
  .watermark span.letter {
	  position: relative;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  left: calc(50% - 20px);
  }
  
  .watermark span.plus-wrap  {
	  width: 20px;
	  height: 20px;
  }
  
  .watermark object#plus-icon {
	  width: 20px;
	  height: 20px;
	  margin-bottom: 0;
  }
  
  .watermark span.plus-wrap object#plus-colour,
  .watermark:hover span.plus-wrap object#plus-icon   {
	  opacity: 0;
	  width: 0px;
  }
  
  .watermark:hover span.plus-wrap object#plus-colour {
	  opacity: 1;
	  width: 20px;
  }
  
  .watermark span.shape {
	  opacity: 0;
	  transition: all 0.3s linear;
  }
  
  .watermark span.letter {
	  opacity: 0;
	  transition: all 0.3s linear;
  }
  
  .watermark:hover span.shape,
  .watermark:hover span.plus-wrap,
  .watermark:hover span.letter {
	left: 0;
	transition: transform 0.3s, left 0.3s 0.3s;
  }
  
  .watermark:hover a span.letter {
	  opacity: 1;
	transition: opacity 0.3s linear 0.3s;
  }
  
  .watermark:hover a span.shape {
	opacity: 1;
	transition: all 0.3s linear 0.4s;
  }
  
  /*--------------------------------------------------------------
  # 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%;
  }
  
  /*--------------------------------------------------------------
  ## Captions
  --------------------------------------------------------------*/
  .wp-caption {
	  margin-bottom: 1rem;
	  max-width: 100%;
  }
  
  .wp-caption img[class*="wp-image-"] {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
  }
  
  .wp-caption .wp-caption-text {
	  margin: 1rem 0;
  }
  
  .wp-caption-text {
	  text-align: center;
  }
  
  /*--------------------------------------------------------------
  ## Galleries
  --------------------------------------------------------------*/
  .gallery {
	  margin-bottom: 1.5em;
  }
  
  .gallery-item {
	  display: inline-block;
	  text-align: center;
	  vertical-align: top;
	  width: 100%;
  }
  
  .gallery-columns-2 .gallery-item {
	  max-width: 50%;
  }
  
  .gallery-columns-3 .gallery-item {
	  max-width: 33.33%;
  }
  
  .gallery-columns-4 .gallery-item {
	  max-width: 25%;
  }
  
  .gallery-columns-5 .gallery-item {
	  max-width: 20%;
  }
  
  .gallery-columns-6 .gallery-item {
	  max-width: 16.66%;
  }
  
  .gallery-columns-7 .gallery-item {
	  max-width: 14.28%;
  }
  
  .gallery-columns-8 .gallery-item {
	  max-width: 12.5%;
  }
  
  .gallery-columns-9 .gallery-item {
	  max-width: 11.11%;
  }
  
  .gallery-caption {
	  display: block;
  }
  
  
  /*--------------------------------------------------------------
	WooCommerce Product Page
  --------------------------------------------------------------*/

  

.woocommerce div.product {
	overflow: hidden;
	position: static;
}

#summary-container {
	position: absolute;
	right: 0;
	top: 0;
	height: 100vh;
	width: auto;
	min-width: 8rem;
	z-index: 3;
}

.single-product #main {
	position: relative;
}

.single-product .summary-outer {
	width: calc(0vw + 8rem) !important;
	transition: width 0.5s linear, min-width 0.5s linear;
	min-width: 0rem;
	overflow: hidden;
	right: 0;
}


.single-product .summary-outer .summary-box {
	display: flex;
	background: var(--theme-light-grey);
}

.single-product .summary-outer.opensaysme,
.single-product .summary-outer .summary-box {
	width: calc(45vw + 8rem) !important;
	min-width: 55rem;
}

.woocommerce div.product .woocommerce-variation-add-to-cart,
.woocommerce div.product .entry-summary form.cart:not(.variations_form)  {
	display: flex;
	justify-content: space-between;
}

.woocommerce div.product .product_meta {
	display: flex;
	justify-content: center;
	margin-bottom: 4rem;
}

.product_meta .sku_wrapper {
	display: none;
}

.woocommerce div.product .product_meta > span {
	border: 0.5px solid #c9c9c9;
	border-right: 0px;
	flex-basis: 33%;
	padding: 4rem;
}

.woocommerce div.product .product_meta > span:last-child {
	border-right: 0.5px solid #c9c9c9;
}

.woocommerce .product #product_gallery .nav {
	display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 6rem auto 0;
    width: 25rem;
}

.woocommerce .product #product_gallery .uk-dotnav>*>* {
	width: 5px;
	height: 5px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background: var(--theme-light-grey);
}

.woocommerce div.product p.stock {
	text-align: right;
	opacity: 0.5;
	font-style: italic;
}

.woocommerce div.product .single_variation_wrap {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.woocommerce div.product .entry-summary form.cart button {
	flex-grow: 1;
}

.woocommerce div.product .single_variation {
	text-align: right;
	flex-grow: 1;
	margin: 2rem;
}

.woocommerce .product table.variations .value {
	text-align: right;
}

.woocommerce div.product .woocommerce-variation-add-to-cart {
	text-align: right;
	flex-grow: 1;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
    display: flex;
}

/* Chrome, Safari, Edge, Opera */
.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button,
.woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.woocommerce div.product form.cart div.quantity input[type=number] {
  -moz-appearance: textfield;
	appearance: textfield;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce div.product .stock {
	color: var(--theme-dark-grey);
	margin: 0;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 300;
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 0.2rem;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: var(--theme-dark-grey-fade);
    color: #fff;
	font-weight: 100;
	border-radius: 0;
	transition: background 0.3s;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: var(--theme-dark-grey);
    color: #fff;
}

.single-product #content #main .summary-outer .entry-summary {
	width: 100%;
	padding: 4rem;
	margin-bottom: 0;
}
.single-product #content #main .summary-outer .entry-summary .woocommerce-1details__short-description {
	max-width: 65rem;
}

.single-product #content #main .summary-outer .summary-content {
	min-height: 55vh;
	display: flex;
	align-items: center;
}

.single-product .summary-outer .entry-summary .product_title {
	width: calc(100% - 6rem);
	display: inline-block;
	margin-bottom: 4rem;
	padding-right: 2rem;
}

.single-product .summary-outer .entry-summary > .price {
	display: inline-block;
	vertical-align: top;
}


.single-product  #summarybackground {
	background: var(--theme-white-fade);
	z-index: 2;
}

.single-product #summary-trigger { 
display: flex;
flex-direction: column;
justify-content: space-evenly;
text-align: center;
width: 8rem;
}

.single-product #summary-trigger .price {
	padding: 2rem;
	transition: opacity 0.3s;
	opacity: 1;
}

.single-product #summary-trigger .addtocart {
	writing-mode: vertical-rl;
	text-transform: uppercase;
	letter-spacing: 7px;
	transition: opacity 0.3s;
	opacity: 1;
} 

.single-product .summary-outer.opensaysme #summary-trigger .addtocart,
.single-product .summary-outer.opensaysme #summary-trigger .price,
.single-product .summary-outer.opensaysme #summary-trigger .checkitout {
	opacity: 0;
	pointer-events: none;
}

.single-product #summary-trigger .button {
	flex: 1;
	display: flex;
	position: relative;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 2rem;
	cursor: pointer;
	transition: background 0.5s linear;
}

.single-product #summary-trigger .button.checkitout {
	writing-mode: vertical-rl;
	background: transparent;
	color: var(--theme-dark-grey);
}

.single-product #summary-trigger .button:hover {
	background: rgba(221, 221, 221, 0.60);
}

.single-product #summary-trigger .button.ajax.loading:after {
	color: var(--theme-dark-grey);
	height: 18.5px;
    width: 26.5px;
}
.single-product #summary-trigger .button.ajax.loading {
    background: transparent !important;
    color: transparent !important;
}

.summary-outer.opensaysme .uk-icon {
	transform: rotate(-180deg);
	transform-origin: center;
	}

	.summary-outer .uk-icon {
	transition: transform 0.5s linear;
	}

.woocommerce.single-product div.product div.images img {
	max-width: 80vw;
	width: auto;
	height: auto;
	margin: auto;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
	float: none;
	width: auto;
}


#product_gallery ul li img {
	width: auto;
	max-height: calc(100vh - 16rem);
	/* min-height: 76.8rem; */
}


#product_image img {
	margin: auto;
	display: block;
}

.related.products > h2 {
	margin-bottom: 3rem;
}


ol li {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 3rem;
}

ol {
	margin-bottom: 2rem;
}

  
  /*--------------------------------------------------------------
  # Pages
  --------------------------------------------------------------*/
	
#primary.content-area {
	overflow: hidden;
}





  
  /*--------------------------------------------------------------
  # Gallery Archive
  --------------------------------------------------------------*/
  
  .uk-lightbox {
	  background: var(--theme-dark-grey);
  }


  .uk-lightbox-toolbar {
	  background: transparent;
  }
  
  /*--------------------------------------------------------------
  # W Gravity Forms
  --------------------------------------------------------------*/
  
  body .gform_body {
	  font-size: 1.4rem;
	  text-transform: uppercase;
	letter-spacing: 4px;
	color: #666;
  }
  
  body .gform_wrapper {
	  margin: 1rem 0;
  }

  body .gform_wrapper .gfield_checkbox li label, 
  body .gform_wrapper .gfield_radio li label {
	  font-size: 1.4rem;
	  line-height: 3rem;
  }
  
  .gform_wrapper label.gfield_label {
	  font-weight: 300 !important;
  }
  
  .gform_wrapper .gfield_required {
	  display: none;
  }
  
  body .gform_wrapper ul.gfield_checkbox,
  body .gform_wrapper ul.gfield_radio {
	  margin: 0.5rem 0;
  }
  
  .gform_wrapper .top_label .gfield_label {
	  line-height: 1;
  }
  
  body .gform_wrapper ul li.gfield {
	  margin-top: 1rem !important;
  }
  
  body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
  body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
	  margin-top: 1rem !important;
  }
  
  .gform_wrapper .ginput_price,
  .gform_wrapper ul.gform_fields li.gfield input[type=radio],
  .gform_wrapper ul.gform_fields li.gfield input[type=checkbox] {
	  display: none;
  }
  
  body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
  body .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	  font-weight: 300;
		  background-color: #999;
		  color: white;
		  border-color: #999;
  }
  
  body .gform_wrapper .gfield_radio li label {
	  margin: 0;
  }
  
  body .gform_wrapper ul.gfield_checkbox li,
  body .gform_wrapper ul.gfield_radio li {
	  display: inline-block;
  }
  
  body .gform_wrapper .colour-swatch-checkbox ul.gfield_radio li {
	  width: 20%;
	  margin: 0 0.5rem 0.5rem !important;
	  vertical-align: top;
  }
  
  body .gform_wrapper .colour-swatch-checkbox .ginput_container {
	  height: 150px;
	  overflow-y: auto;
	  margin-right: -15px;
  }
  
  /*body .gform_wrapper .colour-swatch-checkbox ul.gfield_radio li input[type=radio]:checked+label {
	  opacity: 0.5;
  }*/
  
  body .gform_wrapper .colour-swatch-checkbox ul.gfield_radio li label {
	  padding: 0px;
  }
  
  body .gform_wrapper .colour-swatch-checkbox ul.gfield_radio li label p {
	  margin-top: 5px;
	  line-height: normal;
	  word-wrap: break-word;
	  font-size: 0.75rem;
	  letter-spacing: 1px;
  }
  
  body .gform_wrapper .gfield_checkbox li label,
  body .gform_wrapper .gfield_radio li label {
  min-height: 2rem;
  width: 100%;
  max-width: 100%;
  text-align: center;
  line-height: 2rem;
  border: 1px solid #ccc;
  font-size: 0.8rem;
  padding: 0 2rem;
  }
  
  body .gform_wrapper span.ginput_total {
	  color: #666;
	  font-size: 3rem;
		  font-weight: 100;
  }
  
  body .gform_wrapper .top_label div.ginput_container {
	  margin-top: 1rem !important;
  }
  
  body .gform_wrapper .gfield_quantity input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	  font-size: 2rem;
	  padding: 0.5rem;
	  font-weight: 200;
		  letter-spacing: 4px;
		  border: 0;
		  text-align: center;
  }
  
  body .gform_wrapper .gfield_quantity input[type="number"]::-webkit-inner-spin-button,
  body .gform_wrapper .gfield_quantity input[type="number"]::-webkit-outer-spin-button,
  body.woocommerce div.product form.cart div.quantity input[type="number"]::-webkit-inner-spin-button,
  body.woocommerce div.product form.cart div.quantity input[type="number"]::-webkit-outer-spin-button {
	  -webkit-appearance: none;
	margin: 0;
  }
  
  body .gform_wrapper .gfield_quantity .button,
  body.woocommerce div.product form.cart div.quantity .button {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 4rem;
  line-height: 2rem;;
  font-weight: 100;
  color: #666;
  padding: 2rem;
  -webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
   -moz-user-select: none;      /* Firefox */
   -ms-user-select: none;       /* Internet Explorer/Edge */
   user-select: none;
  }

  body.woocommerce div.product form.cart div.quantity .button.dec {
	  margin-top: -0.8rem;
  }
  
  .ginput_container_name span.name_first {
	  float: left;
  }
  .ginput_container_name span.name_last {
	  float: right;
  }
  
  body .gform_wrapper .top_label li ul.gfield_checkbox {
	  text-align: center;
  }

body .added_to_cart.wc-forward {
	  display: none;
  }

 a.button.checkitout {
	  width: 100%;
	  text-align: center;
  }

  .woocommerce #respond input#submit.loading::after, 
  .single_add_to_cart_button.loading::after, 
  .woocommerce .addtocart.ajax.loading::after, 
  .woocommerce button.button.loading::after, 
  .woocommerce input.button.loading::after {
	font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 0;
    transform-origin: center;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-align: center;
    color: white;
}

.woocommerce #respond input#submit.added::after, 
.woocommerce a.button.added::after, 
.woocommerce button.button.added::after, 
.woocommerce input.button.added::after {
	content: none;
}


.woocommerce #respond input#submit.loading, 
.single_add_to_cart_button.loading,
.woocommerce a.add_to_cart.ajax.loading, 
.woocommerce button.button.loading, 
.woocommerce input.button.loading {
    opacity: 1;
    padding-right: 0;
    color: var(--theme-dark-grey) !important;
    background-color: var(--theme-dark-grey-fade) !important;
}





.header-panel {
	display: none;
}

.page-id-11851 .gform_wrapper input[type=submit],
.page-id-11851 .gform_wrapper #gform_submit_button_9 {
	display: none !important;
}

  
  input#gform_submit_button_10 {
	  box-shadow: 0px;
	  border: 1px solid #999;
	  padding: 1rem 2.5rem;
	  text-transform: uppercase;
	  letter-spacing: 4px;
	  font-size: 1rem;
	  display: inline-block;
		  -webkit-transition: all 0.3s;
		  transition: all 0.3s;
  }
  
  input#gform_submit_button_10:hover {
	color: #fff;
	background-color: #666;
  }
  
  #gform_wrapper_10 .gform_footer {
	  text-align: center;
	  margin-top: 0rem;
	  padding-top: 0rem;
  }
  
  .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
  .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
	  font-size: 1rem !important;
	  text-transform: uppercase !important;
	  letter-spacing: 4px !important;
	  color: #666 !important;
	  font-weight: 300 !important;
	  margin: 0 !important;
  }
  
  form.cart .gform_wrapper .description,
  form.cart .gform_wrapper .gfield_description,
  form.cart .gform_wrapper .gsection_description,
  form.cart .gform_wrapper .instruction {
	  font-size: 1rem;
	  letter-spacing: 2px;
	  text-transform: none;
  }
  
  .gform_wrapper div.validation_error {
	  color: #790000;
	  font-size: 1rem;
	  font-weight: 700;
	  margin-bottom: 2rem;
	  border-top: 2px solid #790000;
	  border-bottom: 2px solid #790000;
	  padding: 1rem 0;
	  clear: both;
	  width: 100%;
	  text-align: center;
  }
  
  .gform_wrapper li.gfield.gfield_error,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	  background-color: rgba(255,223,224,.25);
	  margin-bottom: 0.5rem !important;
	  border-top: 1px solid #C89797;
	  border-bottom: 1px solid #C89797;
	  padding-bottom: 0.5rem;
	  padding-top: 1rem;
	  box-sizing: border-box;
  }
  
  #gform_wrapper_10 form .top_label li ul.gfield_checkbox {
	  text-align: left;
  }
  
  @media only screen and (min-width: 641px) {
  body .gform_wrapper ul.gform_fields li.gfield {
	  padding-right: 1rem !important;
		  padding: 0 1rem;
  }
  body .gform_wrapper .gfield_checkbox li,
  body .gform_wrapper .gfield_radio li {
	  margin: 0 0.5rem 1rem 0.5rem !important;
		  line-height: 1;
	  }
  body .gform_wrapper .top_label li ul.gfield_checkbox,
  body .gform_wrapper .top_label li ul.gfield_radio {
		  width: 100%;
	  }
  body .gform_wrapper .top_label .gfield_quantity input.medium,
  body .gform_wrapper .top_label .gfield_quantity select.medium {
	  width: 20%;
		  min-width: 100px;
  }
  #popup_content .gform_footer.top_label {
   padding: 0 1rem !important;
  
  }}
  
  
  
  /*--------------------------------------------------------------
  ### Carousel
  --------------------------------------------------------------*/
  
  /*--------------------------------------------------------------
  ### homepage slider
  --------------------------------------------------------------*/
  
  /*--------------------------------------------------------------
  # Popup Plugin
  --------------------------------------------------------------*/
  
  /*--------------------------------------------------------------
  ### Media Queries
  --------------------------------------------------------------*/
  
  @media (max-width: 450px) {
  
  
  
  }
  
  @media (min-width: 650px) {
  
  
  
  }
  
  @media (max-width: 650px) {
  
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
	width: 98%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 98%;
	align-items: stretch;
  }
  
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%;
	  width: 100%;
  }
  
  #footer-1 {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%;
	  border-left: none;
  }
  
	  .Grid--1of2 > .Grid-cell,
	  .Grid--1of3 > .Grid-cell {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  }
  
	  footer .Grid-cell.footer_menu {
		  border-right: none;
			  border-bottom: 1px solid #ccc;
		  text-align: center;
	  }
  
	  footer .Grid-cell.footer_menu:last-child {
			  border-bottom: none;
	  }
  
	  #footer-1, #footer-2, #footer-3 {
		  border-right: none;
			  border-bottom: 1px solid #ccc;
	  }
  
  }
  
  @media (max-width: 1075px) and (min-width: 650px) {
  
	  .wrap {
	  width: 80%; }
  
		  .top-head:not(.up):not(.opensaysme) .site-logs {
					  -webkit-box-flex: 0;
						  -ms-flex: 0 0 25%;
							  flex: 0 0 25%;
			  -webkit-box-ordinal-group: 2;
				  -ms-flex-order: 1;
					  order: 1;
		  }
  
		  .top-head:not(.up):not(.opensaysme) .site-basket {
			  -webkit-box-flex: 0;
				  -ms-flex: 0 0 25%;
					  flex: 0 0 25%;
			-webkit-box-ordinal-group: 4;
				-ms-flex-order: 3;
					order: 3;
		  }
  
  
		  .top-head:not(.up):not(.opensaysme) .main-head {
			  -webkit-box-flex: 0;
				  -ms-flex: 0 0 50%;
					  flex: 0 0 50%;
			  -webkit-box-ordinal-group: 3;
				  -ms-flex-order: 2;
					  order: 2;
		  }
  
		  .top-head.wrap:not(.up):not(.opensaysme) {
			  -webkit-box-align:start;
				  -ms-flex-align:start;
						  -ms-grid-row-align:flex-start;
					  align-items:flex-start;
			  padding-top: 2rem;
		  }
  
  
  
  
		  .Grid--1of2 > .Grid-cell {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
  }
  
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 100%;
			  flex: 0 0 100%;
	  width: 100%;
	  max-width: 750px;
	  margin: 0 auto 4rem;
  }
  
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
	  width: 48%;
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 48%;
			  flex: 0 0 48%;
  }
  
  footer .Grid-cell.footer_menu,
  #footer-3 {
	  border-right: none;
  }
  
  
  #footer-1 {
	  border-left: 0;
  }
  
  .Grid--1of3 > .Grid-cell.site-info {
	  border-top: 1px solid #ccc;
		  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
  }
  
  .Grid-cell.footer_menu,
  .Grid--1of3 > .Grid-cell {
	  -webkit-box-flex: 0 0 48%;
	  -ms-flex: 0 0 48%;
	  flex: 0 0 48%;
  }
  
  .Grid-cell.footer_menu.social-menu {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 33.3333%;
			  flex: 0 0 33.3333%;
  }
  
  footer .Grid-cell.footer_menu:first-child{
	  border-right: 1px solid #ccc;
  }
  
  
  }





  
  
  @media (max-width: 1300px) and (min-width: 1075px) {
  
  .wrap {
	  width: 1000px;
	  }
  
  .top-head:not(.up) .site-logs {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 25%;
				flex: 0 0 25%;
		margin: 3rem 25% 0 0;
		  -webkit-box-ordinal-group: 2;
			  -ms-flex-order: 1;
				  order: 1;
  }
  
  .top-head:not(.up) .site-basket {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 25%;
				flex: 0 0 25%;
		  margin: 3rem 0 0 25%;
	  -webkit-box-ordinal-group: 3;
		  -ms-flex-order: 2;
			  order: 2;
  }
  
  
  .top-head:not(.up) .main-head {
			  -webkit-box-flex: 0;
				  -ms-flex: 0 0 100%;
					  flex: 0 0 100%;
			  -webkit-box-ordinal-group: 4;
				  -ms-flex-order: 3;
					  order: 3;
  }
  
  .top-head.up {
		  -webkit-box-pack: justify;
			  -ms-flex-pack: justify;
				  justify-content: space-between;
  }
  
  .top-head.up .site-basket,
  .top-head.up .site-logs,
  .top-head.up .main-head {
	  -webkit-box-flex: 0;
		  -ms-flex: none;
			  flex: none;
  }
  
  .site-branding {
	  margin: 0 auto 3rem;
  }
  
  
  /* Footer */
  
  .Grid--1of2 > .Grid-cell {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
  }
  .Grid-cell.footer_menu {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 50%;
			  flex: 0 0 50%;
  }
  
  .Grid-cell.footer_menu.social-menu {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 33.3333%;
			  flex: 0 0 33.3333%;
  }
  
  #footer-1 {
	  border-left: 0;
  }
  }
  
  
  @media (max-width: 1300px) and (min-width: 781px) {
  #pgc-2-hover-boxes-0,
  #pgc-2-hover-boxes-1,
  #pgc-2-hover-boxes-2,
  #pgc-2-hover-boxes-3 {
	  width: 50% !important;
	  padding-bottom: 15px;
	  padding-top: 15px;
  }
  article.post.Grid-cell,
  article.gallery.Grid-cell {
	  flex: 0 0 48%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
	  width: 50%;
  }}
  
  @media (max-width: 1300px) {
  .home-boxes h3 {
	  font-size: 1.5rem;
  }}
  
  @media (max-width: 1075px) {
  
	#masthead .snl-mainheader .menu {
		display: none;
	}

	#masthead div.header-panel.opensaysme {
		height: calc(100vh - 10rem);
		height: calc((var(--vh,1vh) * 100) - 10rem);
	}

	#masthead.stick.andmove div.header-panel.opensaysme {
		height: calc(100vh - 6rem);
		height: calc((var(--vh,1vh) * 100) - 6rem);
	}

	#masthead .site-branding {
		overflow: visible;
	}

	#masthead .site-branding .social_bar {
		flex-wrap: wrap;
	}

	#masthead .site-branding .social_bar a {
		padding: 1rem 2rem;
	}

	#masthead .site-branding .social_bar a.homelink,
	#masthead .site-branding .social_bar a.searchtrigger {
		order: 2;
	}

	#scoprire > form {
		padding-left: 10rem;
	}

	#scoprire > .uk-close {
		left: 0.5rem;
		right: auto;
	}



  
	  #wpadminbar {
		  display: none;
	  }
  
	  #home-page-title div[data-type=parrow-background].video-slide video {
	  position: static;
	  top: 0%;
	  -webkit-transform: translateY(0%);
	  transform: translateY(0%);
	  width: 100%;
  }
  
  #home-page-title div[data-type=parrow-background].video-slide {
	  height: auto;
  }
  
	  #cartcontents {
		  display: none !important;
	  }
  
	  .wrap {
	  width: calc(100% - 4rem);
	  }
  
	  .menu-buttoon {
		  display: inline-block;
	  }
  
	  .site-logs a {
		  display: none;
	  }
  
	  .site-logs {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 50%;
				  flex: 0 0 50%;
	  }
  
	  #cartcontents {
		  display: none;
	  }
  
	  .site-basket {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 50%;
				  flex: 0 0 50%;
		  -webkit-box-ordinal-group: 3;
			  -ms-flex-order: 2;
				  order: 2;
	  }
  
	  .main-head {
		  -webkit-box-ordinal-group: 4;
			  -ms-flex-order: 3;
				  order: 3;
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 100%;
				  flex: 0 0 100%;
	  }
  
	  /* .site-branding {
		  margin: 1rem auto;
	  } */
  
	  .top-head.wrap {
		  width: 100%;
		  padding-top: 1rem;
	  }
  
	  .top-head.up {
		  width: calc(100% - 2rem);
		  padding: 1rem 1rem 0rem;
	  }
  
	  .top-head.up .main-head {
		  display: none;
	  }
  
	  .main-navigation {
		  display: none;
	  }




	  /* GOODBYE ALL CAROUSELS  */

	  .snl-activate-slider .uk-slider-items {
		  flex-wrap: wrap !important;
	  }

	  .snl-activate-slider a[uk-slider-item] {
		  display: none;
	  }


	  /* ============ SINGLE PRODUCT ================== */
  
	  /* .single .product #product_gallery {
		  max-width: calc(100%)
	  } */

	  .single .product .gutenberg-container {
		padding: 3rem 6rem;
	  }
  
	  /* MOBILE MENU */


#masthead .mobile-button {
	position: relative;
	overflow: hidden;
}

#masthead .mobile-button.contact-trigger {
    text-align: right;
}

#masthead .mobile-button.contact-trigger .close-button {
	right: 0;
}

#masthead .mobile-button .close-button {  
	position: absolute;
	top: 0;
	bottom: 0;
	height: 4.3rem;
	opacity: 0;
	transition: top 0.3s;
}

#masthead .mobile-button p {
	margin: auto 3rem;
}

#masthead.panel-open .mobile-button p,
#masthead.sticky .mobile-button p,
body.hashover #masthead:hover .mobile-button p {
	color: var(--main-dark)
}

#masthead .mobile-button p:not(.close-button) {
	transform: rotateX(0deg) translateZ(40px);
    transform-origin: center;
    transition: transform 0.3s linear;
}

#masthead .mobile-button .close-button {
	transform: rotateX(-90deg) translateZ(40px);
    transform-origin: center;
    transition: transform 0.3s linear, opacity 0.3s;
}

#masthead .mobile-button.opensaysme .close-button {
	transform: rotateX(0deg) translateZ(40px);
	opacity: 1;
}


#masthead .mobile-button.opensaysme p:not(.close-button) {
	transform: rotateX(90deg) translateZ(40px);
}


#mobli-menu-container .mobile-menu {
	max-width: 55rem;
	width: 100%;
}

div#mobli-menu-container .menu-container {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#mobli-menu-container .mobile-menu > ul.main-nav {
	display: flex !important;
	opacity: 1;
	flex-direction: column;
}

#mobli-menu-container .menu-container ul li {
	font-size: 2.5rem;
	line-height: normal;
	width: 100%;
	justify-content: flex-start;
}


.footwherenext .uk-grid {
	justify-content: center;
}

#mobli-menu-container .menu-container ul li a {
	color: var(--main-colour);
	display:flex;
	padding: 2rem;
	align-items: center;
	justify-content: space-between;
	min-height: calc(40px + 4rem);
}

#mobli-menu-container .menu-container ul.sub-menu li a {
justify-content: center;
align-items: center;
}

#mobli-menu-container .menu-container ul.sub-menu li:not(.wehavetogoback) span {
	margin-left: 4rem;
}

.mobile-menu .mobile-nav li.menu-item-has-children > .sub-menu {
	position: absolute;
	top: 0;
	margin: auto;
	right: 0;
	left: 100%;
	pointer-events: none;
    max-width: 55rem;
    width: 100%;
	background: white;
	height: auto;
	min-height: calc(100vh - 12rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4rem;
	list-style: none;
	z-index: 2;
	transition: left 0.35s, opacity 0.2s;
	opacity: 0;
}

.mobile-menu .mobile-nav li.menu-item-has-children > .sub-menu > li {
	width: 60%;
	height: 10rem;
	display: flex; 
	align-items: center;
}

#mobli-menu-container .menu-container ul.sub-menu li.menu-item.menu-item-type-yawp_wim {
	display: none;
}

.mobile-menu li.menu-item-has-children > a > span {
    float: right;
}

  .mobile-menu .mobile-nav li.menu-item-has-children.active > .sub-menu {
	left: 0%;
	opacity: 1;
	pointer-events: all;
  }

  .mobile-nav {
	list-style: none;
	margin-bottom: 0;
  }


/* .uk-slider a.uk-icon {
	opacity: 0;
	transition: opacity 0.3s;
	margin-bottom: 0;
}

body.hashover .uk-slider:hover a.uk-icon {
	opacity: 1;
}
   */


div.header-panel {
	position:absolute;
	left:0;
	right:0;
	top:8rem;
	z-index:99999;
	background-color:#fff;
	padding-top:0rem;
	height:0rem;
	opacity:0;
	display: block;
	transition:height 0.2s,opacity 0.2s;
	transition-delay:0s;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing:border-box
   }

   #masthead.stick .header-panel {
	   top: 12.5rem;
   }

   #masthead.stick.andmove .header-panel {
	top: 12.5rem;
	}

	#masthead.stick.andmove.menu-open .snl-mainheader .site-branding {
		height: 12.5rem;
	}


   /* header.stick.andmove div.header-panel {
	top:6rem
   } */
   div.header-panel.opensaysme {
	transition-duration:0.3s;
	transition-delay:0.3s;
	height:40rem;
	opacity:1
   }
   .header-panel>div {
	padding:4rem;
	padding-top:0;
	display:flex;
	width:100%
   }

  .mobile-button .cartcount {
	  right: -15px;
  }


/* SINGLE PRODUCT SUMMARY CHANGES ==================  */

#summary-container {
    position: relative;
    height: auto;
}

#summary-container .summary-outer {
    width: auto !important;
    margin-top: 6rem;
}

#summary-container .summary-outer .summary-box {
    width: calc(100% - 8rem);
    margin: auto;
}

#summary-container #summary-trigger {
    display: none;
}







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



	  .mobile_menu_widget {
		  margin-top: 1rem;
	  }
  






	  .top-head.opensaysme {
		  position: fixed !important;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  z-index: 9999;
		  background-color: white;
		  padding: 2rem;
		  padding-top: 2rem !important;
		  overflow-y: auto;
		  -webkit-box-align: start;
			  -ms-flex-align: start;
					  -ms-grid-row-align: flex-start;
				  align-items: flex-start;
	  }
  
	  .top-head.opensaysme .site-logs,
	  .top-head.opensaysme .site-basket {
	  -webkit-box-flex: 0;
		  -ms-flex: 0 0 14%;
			  flex: 0 0 14%;
	  }
  
	  .top-head.opensaysme .site-basket {
		  -webkit-box-ordinal-group: 4;
			  -ms-flex-order: 3;
				  order: 3;
	  }
  
	  .top-head.opensaysme .main-head {
		  -webkit-box-ordinal-group: 3;
			  -ms-flex-order: 2;
				  order: 2;
		  -ms-flex-item-align: center;
			  align-self: center;
		  border-bottom: 1px solid #ccc;
								  -webkit-box-flex: 0;
									  -ms-flex: 0 0 70%;
										  flex: 0 0 70%;
	  }
  
	  .top-head.opensaysme .main-head .main-navigation,
	  .top-head.opensaysme #primary-menu,
	  .top-head.opensaysme .main-navigation li {
		  display: block !important;
	  max-width: 100%  !important;
	  text-align: center;
	  }
  
	  html body .top-head.opensaysme .main-head .main-navigation {
		  width: 100%;
	  }
  
	  .top-head .main-navigation ul#primary-menu > li.menu-item-has-children > a {
		  padding-right: 1rem;
	  } */
  /*
	  .top-head .main-navigation ul#primary-menu > li.menu-item-has-children > a:after {
		  content:'+';
		  display: inline-block;
		  position: relative;
		  top: 1px;
		  font-size: 17px;
		  -webkit-transition: -webkit-transform 0.3s;
		  transition: -webkit-transform 0.3s;
		  transition: transform 0.3s;
		  transition: transform 0.3s, -webkit-transform 0.3s;
	  }
  
	  li.menu-item-has-children a.open:after {
		  -webkit-transform: rotate(45deg);
				  transform: rotate(45deg);
		  -webkit-transform-origin: 50% 50%;
				  transform-origin: 50% 50%;
						  top: 2px !important;
	  } */
/*   
	  .top-head.opensaysme .main-navigation ul ul.sub-menu {
	  position: static;
	  box-shadow: none;
		  display: none;
		  opacity: 1;
		  border-bottom: 1px solid #ccc;
	  }
  
	  .top-head.opensaysme .main-navigation ul li ul.sub-menu li {
	  display: inline-block !important;
  }
  
	  .top-head.opensaysme .mobile_menu_widget {
			  display: block;
		  -webkit-box-ordinal-group: 5;
			  -ms-flex-order: 4;
				  order: 4;
			  text-align: center;
			  -ms-flex-item-align: start;
				  align-self: flex-start;
		  } */
  
	  /* .mobile_menu_widget .social-container a {
	  padding: 0 2rem;
	  font-size: 2rem;
	  }
  
	  .site-branding:hover .switch .paper-co {
	  -webkit-transform: translateY(0px);
	  transform: translateY(0px);
  }
  .site-branding:hover .switch .bottom-icons {
  display: none;
  }
   */
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation {
	  width: 100%;
	  border-right: none;
	  padding: 2rem 4rem;
	  border-top: 1px solid #ccc;
	}
  
	nav.woocommerce-MyAccount-navigation ul {
	padding: 0;
  }
  
	nav.woocommerce-MyAccount-navigation li {
	  display: inline-block;
	  width: 32%;
  }
  }
  
  @media (max-width: 850px) {
	nav.woocommerce-MyAccount-navigation li {
	  width: 48%;
  }
   }
  
  
  @media (max-width: 450px) {
	  html {
		  font-size: 11px;
	  }
  /*
	  #home-page-title {
		  height: calc(100vh - 182px - 1rem);
		  padding-bottom: 1rem;
	  }
  
	  #home-page-title div[data-type=parrow-background] {
		  height: 100%;
	  }
  */
	  .site-branding {
		  width: 200px;
	  }
  
	  .site-branding p {
		  font-size: 20px;
	  }
  
	  #home-page-title .slick-slide h2 img.logo {
		  display: none;
	  }
  
  }
  
  @media (max-width: 780px) {
  article.post.Grid-cell,
  article.gallery.Grid-cell {
	  flex: 0 0 98%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
  }}
  
  @media (max-width: 768px) {
  .woocommerce table.shop_table td {
	  border-right: 0;
	  padding: 1rem 2rem;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
	  font-weight: 300;
	  text-transform: uppercase;
	  letter-spacing: 4px;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
  border-top: 1px solid #ccc;
  }
  .woocommerce table.shop_table.shop_table_responsive {
	  border-top: 0;
  }
  .woocommerce #content table.cart td.actions,
  .woocommerce table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page table.cart td.actions {
	  border-top: 0;
  }
  .woocommerce table.shop_table tr.cart-subtotal td,
  .woocommerce table.shop_table tr.shipping td {
	  border-bottom: 0;
  }
  .woocommerce a.remove {
	  text-align: left;
  }
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon {
	  padding-bottom: 1rem;
  }
  }
  
  @media (max-width:750px) {
  
	  .video-slide video {
		  display: none;
	  }
  
	  .video-slide {
		  background-size: cover;
		  min-height: 72vh;
	  }
  
	  .top-head.opensaysme .site-logs,
	  .top-head.opensaysme .site-basket {
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 50%;
				  flex: 0 0 50%;
	  }
	  .top-head.opensaysme .site-basket {
		  -webkit-box-ordinal-group: 3;
			  -ms-flex-order: 2;
				  order: 2;
	  }
	  .top-head.opensaysme .main-head {
		  -webkit-box-ordinal-group: 4;
			  -ms-flex-order: 3;
				  order: 3;
		  -webkit-box-flex: 0;
			  -ms-flex: 0 0 100%;
				  flex: 0 0 100%;
		  -ms-flex-item-align: start;
			  align-self: flex-start;
		  max-width: 100%;
	  }
  }
  
  @media (max-width: 640px) {
  
	  #home-page-title .slick-slide h2 {
		  font-size: 1.5rem;
	  }
  
	  .top-head.opensaysme {
		  padding-top: 1rem !important;
	  }
  
	  #footer-1 .gform_footer button.button {
		  bottom: 0rem;
	  }
  
	nav.woocommerce-MyAccount-navigation li {
	  width: 100%;
	  text-align: center;
  }
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input {
	  width: 100%;
	  text-align: center;
  }
  
  .home-boxes h3 {
	  font-size: 2rem;
  }
  .mobile_menu_widget .social-container a {
	padding: 0 2rem; 
	font-size: 1.5rem;
  }
  

	.gform_wrapper .gfield_checkbox li,
	body .gform_wrapper .gfield_radio li {
		margin: 0 0.5rem 1rem 0.5rem !important;
		line-height: 1;
	}
	.gform_wrapper .ginput_container:not(.ginput_container_name) span {
	  display: none !important;
  }
  
  .gform_wrapper .ginput_container.ginput_container_name span {
	  float: none;
  }

  .single-product .summary-outer .summary-box {
	  min-width: 0;
  }

  .single .product .gutenberg-container {
	  padding: 3rem 0rem;
  }

  
  }
  
  @media (max-width: 380px) {

	#masthead .snl-mainheader > div {
		flex-wrap: wrap;
	}

	#masthead .snl-mainheader .mobile-button {
		order: 3;
		flex-basis: 50%;
	}

	#summary-container .summary-outer .summary-box {
		width: calc(100% - 4rem);
		margin: auto;
	}

	#masthead:not(.stick) .header-panel {
		top: 20.5rem;
	}

	#masthead.stick .header-panel {
		top: 20.5rem;
	}

	#masthead.stick.andmove .snl-mainheader {
		height: 12.5rem;
	}

	#masthead.stick.andmove.menu-open .snl-mainheader {
		height: 18.5rem;
	}

	#masthead.stick.andmove .header-panel.opensaysme {
		top: 17.5rem;
	}

	.woocommerce .product_meta {
		flex-wrap: wrap;
		border-bottom: 0.5px solid var(--theme-dark-grey-fade);
	}

	.woocommerce .product_meta > span {
		flex-grow: 1;
		border: 0.5px solid var(--theme-dark-grey-fade) !important;
		border-bottom: 0px !important;
	}

	  .woocommerce ul.products[class*=columns-] li.product,
	  .woocommerce-page ul.products[class*=columns-] li.product {
	  width: 98%;
	  -webkit-box-flex: 0;
	  -ms-flex: 0 0 98%;
	  flex: 0 0 98%;
  }

  .home-boxes h3 {
	  font-size: 1.5rem;
  }


  }
  
  .slide-content {
	  display: none;
  }

