@charset "UTF-8";
/*!
Theme Name: YoreStore
Theme URI: http://underscores.me/
Author: Yorkshire Media Limited
Author URI: https://yorkshiremedia.co.uk/
Description: Custom Wordpress theme for YoreStore by Yorkshire Media Limited
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yorestore
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.

YoreStore 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-size: 1rem;
  line-height: 1.5; }
  .theme-yorestore body, body.theme-yorestore, .theme-yorestore
  button,
  button.theme-yorestore, .theme-yorestore
  input,
  input.theme-yorestore, .theme-yorestore
  select,
  select.theme-yorestore, .theme-yorestore
  optgroup,
  optgroup.theme-yorestore, .theme-yorestore
  textarea,
  textarea.theme-yorestore {
    font-family: forma-djr-display, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .theme-gibson-groundworks body, body.theme-gibson-groundworks, .theme-gibson-groundworks
  button,
  button.theme-gibson-groundworks, .theme-gibson-groundworks
  input,
  input.theme-gibson-groundworks, .theme-gibson-groundworks
  select,
  select.theme-gibson-groundworks, .theme-gibson-groundworks
  optgroup,
  optgroup.theme-gibson-groundworks, .theme-gibson-groundworks
  textarea,
  textarea.theme-gibson-groundworks {
    font-family: azo-sans-web, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .theme-agglethorpe body, body.theme-agglethorpe, .theme-agglethorpe
  button,
  button.theme-agglethorpe, .theme-agglethorpe
  input,
  input.theme-agglethorpe, .theme-agglethorpe
  select,
  select.theme-agglethorpe, .theme-agglethorpe
  optgroup,
  optgroup.theme-agglethorpe, .theme-agglethorpe
  textarea,
  textarea.theme-agglethorpe {
    font-family: "basic-sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

h1, h2, h3, h4, h5, h6,
.heading {
  position: relative;
  line-height: 1.2em;
  font-weight: 700;
  padding: 0;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 32px; }

.heading--supersize {
  font-size: 5em;
  margin-bottom: 32px; }
  @media only screen and (max-width: 75em) {
    .heading--supersize {
      font-size: 4em; } }
  @media (max-width: 62.5em) {
    .heading--supersize {
      font-size: 3.5em; } }

.heading--large {
  font-size: 3em;
  margin-bottom: 32px; }
  @media only screen and (max-width: 75em) {
    .heading--large {
      font-size: 2.5em; } }
  @media (max-width: 62.5em) {
    .heading--large {
      font-size: 2em; } }
  @media (max-width: 43.75em) {
    .heading--large {
      font-size: 2.5em; } }

h1, .h1 {
  font-size: 3em;
  margin-bottom: 32px; }
  @media (max-width: 43.75em) {
    h1, .h1 {
      font-size: 2.5em; } }

h2, .h2 {
  font-size: 2.3em; }
  @media (max-width: 43.75em) {
    h2, .h2 {
      font-size: 2em; } }

h3, .h3 {
  font-size: 2em; }
  @media (max-width: 43.75em) {
    h3, .h3 {
      font-size: 1.7em; } }

h4, .h4 {
  font-size: 1.5em; }
  @media (max-width: 43.75em) {
    h4, .h4 {
      font-size: 1.2em; } }

h5, .h5 {
  font-size: 1.2em; }

h6, .h6 {
  font-size: 1.1em; }

.text--white {
  color: #FFF; }

.text--black {
  color: #000; }

.text--green {
  color: #8BAC0F; }

.text--yellow {
  color: #FDD403; }

.text--grey {
  color: #F0EFEF; }

.text--grey-mid {
  color: #979797; }

.text--orange {
  color: #E5AD32; }

.theme-yorestore .text--primary {
  color: #8BAC0F; }

.theme-gibson-groundworks .text--primary {
  color: #FDD403; }

.theme-agglethorpe .text--primary {
  color: #E5AD32; }

.text--white a {
  color: #FFF; }

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

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

.text--large {
  font-size: 1.4em; }

.text--small {
  font-size: 0.7em; }

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

.text--thin {
  font-weight: 400; }

.text--caps {
  text-transform: uppercase; }

.text--break {
  word-break: break-word;
  /* Chrome, Safari */
  overflow-wrap: anywhere;
  /* Firefox */ }

.text--hyphenate {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto; }

p {
  margin: 0 0 1em 0;
  line-height: 2em;
  font-size: 18px; }

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

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

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

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  letter-spacing: 0.5px; }

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

ul,
ol {
  margin: 0 0 1em 0;
  line-height: 2em;
  font-size: 18px;
  padding-left: 2em; }

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

.lock-icon-list {
  padding-left: 0; }
  .lock-icon-list li {
    padding-left: 2em;
    list-style: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px; }
    .theme-yorestore .lock-icon-list li, .lock-icon-list li.theme-yorestore {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAlCAMAAAAdgrsPAAAA0lBMVEUAAACPrwCMrA2KrA6LrA+KrA+LrA+LrA+HrwiLqwyKqw+Lqw6LrA+Lqw6Lqw6KrA6Kqw+Kqw+Lqw6KrQ2LrA+KrA8AAAAGCAQHCAQHCAUHBwUACACJrA0GBwUHCAUECASKqgsGCAUHBwUFBQAFCAMGBwQGBwUHCAQGCASLrA4GBwQFBwQGBgMGCAUHCAUGBwQGBgN/nQ0ICwRdcwo/TwgXHAVxjAxpgwwFBwQFCANRYwofJgaLqw2CoQ5YbgovOgcOEQQ1QwhheAs4RQhIWgl5lw1q7VtEAAAAQnRSTlMAEF+fv9//7yBAz4/QsICQwPBwYOCvEH+/328gUM//QDCgcDBgsNDAgKDwkFCf4O9Pw7Xp/////49f//9P//////kUGMaVAAABsklEQVR4AWyT5YLqQAxGv7rcUsch6+7uvvv+r3SZSUMHOb9CcsYSChPLdlzP9wPXsUOsJ3J9A9dep8T+El6EJf75a3AsGFixv5Y4XHVW8SwIrj8n6aRplht7iZVJpihl+6qWXLd5l/zOLPT6g+FgNAaQSnaiJblQBfSmpBlsAJsFpwPlTFoHWyRszyyj0GnOAtBT1Z3dPWXtAGXzQiDkqFav2CXah5IPiA5hULFUqnhPH8P2likdsaTbcUw01smTpZ24cQmA0zOic06eE52akifXHtOM6Y7K7RAdw4RPS4Ft0lycXfYOifbWSwfaYZFoFyY8pCPVI5NBb/XiOXZpkY11LeCJHG+dN9KVq9BzTaWZ1bEu7aLHwXXCeS3JWG5URXeHt9q2WiuVS93KTbY4GKO1UhnenS4dAOzsm3/GtGnCfbORSCfAZtBKvOKBa8PHJw52YGuHJenC8wsZnL/KByRSc8W3949Pkb5aQyRY8gF9//ADvqVeRIlICNum3P++0N3c2ZwdIxKsI2P7v7cmyC19mRTChI80KKpmA/48Oa4SU6lLC2vZTDuF3iNPN/F/pAIA5/Q6RcI6KiIAAAAASUVORK5CYII=); }
    .theme-gibson-groundworks .lock-icon-list li, .lock-icon-list li.theme-gibson-groundworks {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAMAAACeyVWkAAABYlBMVEUAAAD+1Qf71An/3xD81Qb70wfgvxjxzRb51A/91QXjwRX40g360w330g7PrxzkwBf1zhLyzxDIrCHRsh/yzxX10BPtzBX61Qn71QX61QX71wj0zxUJBQUJBQMKBAX71AT71AcNBwQLBQJ0WyP50woVDgYSCgQcEwVdTBZIOBXwzRT50xA9Lg0SDAj91QQHBgOuky3HqifYuCRzWiPDpRvtyxphTxSghBNOPRP20Q0wJQ0rIAoiFQi3nCdbTSVYRiNOQCGVfiDfwB99Yh51Wx5pVR5OPR3vzRuTehusjxm+nBhSQxfcvBWVehVQQRQ/MRJDNBH60w00Jgv61QbcvDCnki51ZC2/oiywliq6nynnxSabhSa6oCNgUSNRQiO+pCGeiSCKdCDStR6kixy0mhtsXBvZuhpxYBq0lBhZRRjzzxfWthfkwhaKbhYlIBYgHBRbSBEfFA3fvQzQrgwpHAoRCAXKSOszAAAAHHRSTlMAMHAQoEDf0NDQz6CQj+Dg4ODf35+fkJCQkEAwGF5SPwAAAWJJREFUGNNFkeVyA0EMg/cuKTOT7d09DEPDUGaGlJmZ4f17wernNyPZI7GyFLWvebW5V1XYv1xt8dsfqWm256bNVYV19WmEsijbU1eBV1YYETVNI0CUJ0rJXm9pSKbncGc/aQKg7C6GtKYJtHUf5zwkFtYhjPl+53rcMa5kBBeG4fdnHgngQmHqPaDp44nkds47M7P8FIlEoipryQJ5Cv5tAJyP6bOjhpPkZg0m0AEfkw6d0GP65K7BQ00sYSFGRRKAtImYPgfvY4Jz1mATHnOvQ3FST6Vy9HYumljLJmHASAMCbjxsfaXssHnnZuoikJz+GN/Lj3u3QuJ7LRgMqExZ/QWyjxILo9NxIYRv7fRzc4SxwUsksosfFXhmefZMeluLPXQGHCwDi0tLr/q8RdTuKnXm2wgXedAMSkQrWml+uGvKInQEKOc6lNoWQy/Xnmw+tzL1PFCy13ZzN/ob3dXd/gAAsD1WHYzxVgAAAABJRU5ErkJggg==); }

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

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

figure {
  margin: 1em 0; }

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

/* Links
--------------------------------------------- */
a {
  color: inherit;
  text-decoration: none; }
  p a:hover,
  p a:focus,
  p a:active {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.social-media-link {
  display: inline-block;
  padding-right: 1em;
  transition: all .15s ease-out; }
  .social-media-link:hover, .social-media-link:focus {
    transform: scale(1.05);
    text-decoration: none;
    opacity: 0.8; }
  .social-media-link:active {
    transform: scale(0.9); }

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.nested-grid {
  margin-left: 0px;
  margin-right: 0px;
  width: calc(100% + 0px); }
  .nested-grid::after {
    clear: both;
    content: "";
    display: block; }

.grid-one-whole {
  width: calc(100%);
  float: left;
  margin-left: 0px; }

.grid-one-col {
  width: calc(66.66667%);
  float: left;
  margin-left: 0px;
  margin-left: calc(16.66667% + 0px);
  clear: right; }
  @media (max-width: 43.75em) {
    .grid-one-col {
      width: calc(83.33333%);
      float: left;
      margin-left: 0px;
      margin-left: calc(8.33333% + 0px); } }
  @media (max-width: 37.5em) {
    .grid-one-col {
      width: calc(100%);
      float: left;
      margin-left: 0px;
      margin-bottom: 2em; } }

.grid-one-col-narrow {
  width: calc(50%);
  float: left;
  margin-left: 0px;
  margin-left: calc(25% + 0px); }
  @media (max-width: 62.5em) {
    .grid-one-col-narrow {
      width: calc(100%);
      float: left;
      margin-left: 0px; } }

.grid-one-half {
  width: calc(50%);
  float: left;
  margin-left: 0px; }
  @media (max-width: 62.5em) {
    div:not(.nested-grid) > .grid-one-half {
      width: calc(100%);
      float: left;
      margin-left: 0px; } }
  @media (max-width: 37.5em) {
    .grid-one-half {
      width: calc(100%);
      float: left;
      margin-left: 0px;
      margin-bottom: 2em; } }
  .grid-one-half--right {
    float: right; }
    @media (max-width: 62.5em) {
      .grid-one-half--right {
        float: left; } }

.grid-three-quarters {
  width: calc(75%);
  float: left;
  margin-left: 0px; }
  @media (max-width: 62.5em) {
    .grid-three-quarters {
      width: calc(50%);
      float: left;
      margin-left: 0px; } }
  @media (max-width: 37.5em) {
    .grid-three-quarters {
      width: calc(100%);
      float: left;
      margin-left: 0px;
      margin-bottom: 2em; } }
  .grid-three-quarters--right {
    float: right; }
    @media (max-width: 62.5em) {
      .grid-three-quarters--right {
        float: left; } }

.grid-one-quarter {
  width: calc(25%);
  float: left;
  margin-left: 0px; }
  @media (max-width: 62.5em) {
    .grid-one-quarter {
      width: calc(50%);
      float: left;
      margin-left: 0px; }
      .grid-one-quarter:nth-child(odd) {
        clear: left; } }
  @media (max-width: 37.5em) {
    .grid-one-quarter {
      width: calc(100%);
      float: left;
      margin-left: 0px; } }

.grid-one-fifth {
  width: calc(20%);
  float: left;
  margin-left: 0px;
  margin-bottom: 1em; }
  @media only screen and (max-width: 75em) {
    .grid-one-fifth {
      width: calc(33.33333%);
      float: left;
      margin-left: 0px; } }
  @media (max-width: 43.75em) {
    .grid-one-fifth {
      width: calc(50%);
      float: left;
      margin-left: 0px; } }
  @media (max-width: 37.5em) {
    .grid-one-fifth {
      width: calc(100%);
      float: left;
      margin-left: 0px;
      margin-bottom: 2em; } }

.grid-two-thirds {
  width: calc(66.66667%);
  float: left;
  margin-left: 0px; }
  @media (max-width: 43.75em) {
    .grid-two-thirds {
      width: calc(100%);
      float: left;
      margin-left: 0px;
      margin-bottom: 2em; } }
  .grid-two-thirds--right {
    float: right; }
    @media (max-width: 43.75em) {
      .grid-two-thirds--right {
        float: left; } }

.grid-one-third {
  width: calc(33.33333%);
  float: left;
  margin-left: 0px; }
  @media (max-width: 43.75em) {
    .grid-one-third {
      width: calc(100%);
      float: left;
      margin-left: 0px;
      margin-bottom: 2em; } }

.container {
  position: relative;
  max-width: 87.5em;
  margin: 0 auto;
  padding: 0; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.flex-grid, .flex-grid > .container {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 43.75em) {
    .flex-grid, .flex-grid > .container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .flex-grid > div:not(.container), .flex-grid > .container > div:not(.container) {
    margin-bottom: 2em;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    @media (max-width: 43.75em) {
      .flex-grid > div:not(.container), .flex-grid > .container > div:not(.container) {
        margin-bottom: 32px; } }
    @media screen and (min-width: 43.75em) {
      .flex-grid > div:not(.container), .flex-grid > .container > div:not(.container) {
        min-width: 300px; } }
    @media (max-width: 37.5em) {
      .flex-grid > div:not(.container), .flex-grid > .container > div:not(.container) {
        width: 100%; } }

.flex-grid--v-centre, .flex-grid--v-centre > .container > div {
  -ms-flex-align: center;
      align-items: center; }

.flex-grid--half > div:not(.container), .flex-grid--half > .container > div {
  width: 50%; }
  @media (max-width: 43.75em) {
    .flex-grid--half > div:not(.container), .flex-grid--half > .container > div {
      width: 100%; } }

.flex-grid--thirds, .flex-grid--thirds > .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-grid--thirds > div:not(.container), .flex-grid--thirds > .container > div {
  width: 33.33%; }
  @media (max-width: 43.75em) {
    .flex-grid--thirds > div:not(.container), .flex-grid--thirds > .container > div {
      width: 100%; } }

@media screen and (min-width: 43.75em) {
  .gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "pic1 pic2" "pic1 pic3" "pic1 pic4";
    gap: 2rem; }
    .gallery-grid img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; } }

.gallery-grid p {
  display: contents; }

.gallery-grid img:nth-of-type(1) {
  grid-area: pic1; }

.gallery-grid img:nth-of-type(2) {
  grid-area: pic2; }

.gallery-grid img:nth-of-type(3) {
  grid-area: pic3; }

.gallery-grid img:nth-of-type(4) {
  grid-area: pic4; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  text-align: center; }
  .main-navigation ul {
    display: none;
    -ms-flex-pack: end;
        justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      display: block;
      width: 100%;
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .theme-yorestore .main-navigation ul ul {
        background: #8BAC0F; }
      .theme-gibson-groundworks .main-navigation ul ul {
        background: #FDD403; }
      .theme-agglethorpe .main-navigation ul ul {
        background: #E5AD32; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        display: block; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          display: block;
          left: auto; }
    .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;
    padding: 16px; }
    .main-navigation a:hover {
      color: #FFF; }
    .theme-agglethorpe .main-navigation a, .main-navigation a.theme-agglethorpe {
      text-transform: uppercase;
      color: #FFF; }
      .theme-agglethorpe .main-navigation a:hover, .main-navigation a.theme-agglethorpe:hover {
        color: #000; }
  .main-navigation .menu-item-has-children > a:after {
    content: "\e909";
    display: inline-block;
    position: relative;
    top: 4px;
    transform: rotate(90deg) scale(0.5); }

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

@media screen and (min-width: 31em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: -ms-flexbox;
    display: flex; } }

.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: -ms-flexbox;
  display: flex; }

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

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

@media screen and (min-width: 62.5em) {
  #primary-menu > li:last-child a {
    padding-right: 0; } }

.top-navigation ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0;
  margin: 0;
  color: #FFF; }
  @media (max-width: 43.75em) {
    .top-navigation ul {
      -ms-flex-pack: center;
          justify-content: center; } }
  .top-navigation ul li {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }
  .top-navigation ul a {
    display: block;
    padding: 4px 16px;
    font-weight: 700; }
    .theme-agglethorpe .top-navigation ul a, .top-navigation ul a.theme-agglethorpe {
      text-transform: uppercase; }
    .top-navigation ul a:hover {
      text-decoration: none; }
      .theme-yorestore .top-navigation ul a:hover {
        background: #8BAC0F; }
      .theme-gibson-groundworks .top-navigation ul a:hover {
        background: #FDD403; }
      .theme-agglethorpe .top-navigation ul a:hover {
        background: #E5AD32; }
      .top-navigation ul a:hover, .top-navigation ul a:hover i {
        color: #000; }

.cta {
  display: inline-block;
  padding: 0.75em 2em;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 0.25em 0.5em 0.25em;
  cursor: pointer;
  transition: all .15s ease-out; }
  .cta--green, .cta--black {
    color: #FFF; }
  .cta:first-of-type {
    margin-left: 0; }
  .cta:last-of-type {
    margin-right: 0; }
  .cta--white {
    background-color: #FFF; }
  .cta--black {
    background-color: #000; }
  .cta--green {
    background-color: #8BAC0F; }
  .cta--yellow {
    background-color: #FDD403; }
  .cta--grey {
    background-color: #F0EFEF; }
  .cta--grey-mid {
    background-color: #979797; }
  .cta--orange {
    background-color: #E5AD32; }
  .theme-yorestore .cta--primary {
    background-color: #8BAC0F; }
  .theme-gibson-groundworks .cta--primary {
    background-color: #FDD403; }
  .theme-agglethorpe .cta--primary {
    background-color: #E5AD32; }
  .cta:hover, .cta:focus {
    transform: scale(1.05);
    text-decoration: none;
    opacity: 0.8; }
  .cta:active {
    transform: scale(0.9); }

.legal-menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .legal-menu, .legal-menu ul, .legal-menu li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  .legal-menu li {
    display: inline-block;
    padding: 0 6px 0 0; }
  .legal-menu li:before {
    content: "|";
    display: inline-block;
    margin-right: 8px; }
  .legal-menu li:first-child:before,
  .legal-menu .children li:before {
    content: "";
    display: none; }

/* Posts and pages
--------------------------------------------- */
.site-header__top {
  background: #000;
  padding: 0 2em; }
  .theme-yorestore .site-header__top li:last-child, .site-header__top.theme-yorestore li:last-child {
    background: #FFF;
    color: #000;
    font-size: 18px; }
  .theme-agglethorpe .site-header__top li:last-child, .site-header__top.theme-agglethorpe li:last-child {
    background: #FFF;
    color: #000;
    font-size: 18px; }
  @media (max-width: 43.75em) {
    .site-header__top li:last-child, .site-header__top li:nth-child(1), .site-header__top li:nth-child(2) {
      display: none; } }
  .site-header__top .social-media a {
    padding-left: 4px;
    padding-right: 4px; }

.theme-agglethorpe .site-header__bottom.block--primary, .site-header__bottom.theme-agglethorpe.block--primary {
  background-color: #979797; }

.site-header__bottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 62.5em) {
    .site-header__bottom .container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: center;
          justify-content: center; } }

.site-header__branding {
  margin-right: 2em; }
  .site-header__branding img {
    height: 55px;
    width: auto;
    max-width: none; }

.site-header__toggle {
  margin: 32px auto 0 auto;
  background: none;
  padding: 0;
  border: 0px;
  appearance: normal;
  font-size: 40px; }
  .site-header__toggle--open {
    margin-left: 0; }

.sticky {
  display: block; }

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

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

.site-footer {
  border-top: 3px solid #F0EFEF; }
  .theme-agglethorpe .site-footer, .site-footer.theme-agglethorpe {
    border-color: #000;
    background: #000;
    color: #FFF; }
    .theme-agglethorpe .site-footer h2, .site-footer.theme-agglethorpe h2 {
      color: #E5AD32;
      text-transform: uppercase; }

.site-copyright {
  background: #000;
  color: #FFF; }
  .theme-agglethorpe .site-copyright, .site-copyright.theme-agglethorpe {
    background: #FFF;
    color: #000; }
    .theme-agglethorpe .site-copyright .heading, .site-copyright.theme-agglethorpe .heading {
      color: #E5AD32;
      text-transform: uppercase; }

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

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

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

/* Blocks
--------------------------------------------- */
.block {
  position: relative;
  padding: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  *zoom: 1; }
  @media (max-width: 31.25em) {
    .block {
      padding-left: 1em;
      padding-right: 1em; } }
  .block:before, .block:after {
    content: "";
    display: table; }
  .block:after {
    clear: both; }
  .block-button {
    transition: ease-in-out 0.5s all;
    margin-bottom: 0 !important;
    padding: 0; }
    .block-button a {
      font-size: 5em;
      display: block;
      width: 100%;
      padding: 32px;
      padding-top: 240px;
      line-height: 1; }
      @media only screen and (max-width: 75em) {
        .block-button a {
          font-size: 4em; } }
      @media (max-width: 62.5em) {
        .block-button a {
          font-size: 3.5em; } }
      @media (max-width: 43.75em) {
        .block-button a {
          padding-top: 160px; } }
      @media (max-width: 37.5em) {
        .block-button a {
          padding-top: 80px; } }
    .block-button:hover {
      text-decoration: none;
      opacity: 0.8;
      background-position: 0; }
  .block--white {
    background-color: #FFF; }
  .block--black {
    background-color: #000; }
  .block--green {
    background-color: #8BAC0F; }
  .block--yellow {
    background-color: #FDD403; }
  .block--grey {
    background-color: #F0EFEF; }
  .block--grey-mid {
    background-color: #979797; }
  .block--orange {
    background-color: #E5AD32; }
  .theme-yorestore .block--primary {
    background-color: #8BAC0F; }
  .theme-gibson-groundworks .block--primary {
    background-color: #FDD403; }
  .theme-agglethorpe .block--primary {
    background-color: #E5AD32; }
  .block--padding--section {
    padding: 4em 2em; }
  .block--padding--header {
    padding: 10em 2em; }
  .block--padding--none {
    padding: 0; }
  .block--padding--slim {
    padding: 1em; }
  .block--padding--top-bottom {
    padding-left: 0;
    padding-right: 0; }
  .block--padding--top {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
  .block--padding--bottom {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    .block--padding--bottom--extra {
      padding-bottom: 25%; }
  .block--padding--left-right {
    padding-top: 0;
    padding-bottom: 0; }
  .block--padding--left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .block--padding--right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }

.service-snippet {
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.5%; }
  .service-snippet i {
    font-size: 2em;
    margin-right: 1em;
    min-width: 32px;
    max-width: 32px; }
  .service-snippet h3 {
    margin-bottom: 0; }

@media screen and (min-width: 37.5em) {
  .tabs {
    display: -ms-flexbox;
    display: flex; } }

.theme-yorestore .tabs a:focus {
  background: #8BAC0F; }

.theme-gibson-groundworks .tabs a:focus {
  background: #FDD403; }

.theme-agglethorpe .tabs a:focus {
  background: #E5AD32; }

.tabs-content div {
  display: none; }

.tabs-content div:first-child {
  display: block; }

.wp-block-table th {
  text-align: left; }

.has-background.has-white-background-color, .has-background-dim.has-white-background-color {
  background-color: #FFF; }

.has-background.has-white-color {
  color: #FFF; }

.has-background.has-black-background-color, .has-background-dim.has-black-background-color {
  background-color: #000; }

.has-background.has-black-color {
  color: #000; }

.has-background.has-green-background-color, .has-background-dim.has-green-background-color {
  background-color: #8BAC0F; }

.has-background.has-green-color {
  color: #8BAC0F; }

.has-background.has-yellow-background-color, .has-background-dim.has-yellow-background-color {
  background-color: #FDD403; }

.has-background.has-yellow-color {
  color: #FDD403; }

.has-background.has-grey-background-color, .has-background-dim.has-grey-background-color {
  background-color: #F0EFEF; }

.has-background.has-grey-color {
  color: #F0EFEF; }

.has-background.has-grey-mid-background-color, .has-background-dim.has-grey-mid-background-color {
  background-color: #979797; }

.has-background.has-grey-mid-color {
  color: #979797; }

.has-background.has-orange-background-color, .has-background-dim.has-orange-background-color {
  background-color: #E5AD32; }

.has-background.has-orange-color {
  color: #E5AD32; }

/*
 * Main column width
 * This changes it from the default 580px to 1280px
 */
.wp-block {
  max-width: 1280px; }

/*
 * Width of "wide" blocks
 * This changes it from the default 1080px to 1280px
 */
.wp-block[data-align="wide"] {
  max-width: 1280px; }

.acf-block-preview {
  overflow: hidden; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto; }
  .theme-yorestore .sidr {
    background: #8BAC0F; }
  .theme-gibson-groundworks .sidr {
    background: #FDD403; }
  .theme-agglethorpe .sidr {
    background: #E5AD32; }
  .sidr ul, .sidr li {
    list-style: none;
    margin: 0.5em;
    padding: 0; }
    .sidr ul a, .sidr li a {
      display: block;
      font-weight: 700;
      font-size: 20px; }
      .sidr ul a:hover, .sidr li a:hover {
        color: #FFF; }

.sidr.sidr-right {
  left: auto;
  right: -260px; }

.sidr.sidr-left {
  left: -260px;
  right: auto; }

.nav-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 666;
  background-color: rgba(0, 0, 0, 0.5); }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

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

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("img/vendor/owl/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 0;
  background: #FFF !important;
  border-radius: 0;
  height: 100%;
  width: 2em; }
  @media (max-width: 31.25em) {
    .owl-nav .owl-prev, .owl-nav .owl-next {
      width: 1em; } }

.owl-nav .owl-prev {
  left: 0em;
  text-align: left; }

.owl-nav .owl-next {
  right: 0em;
  text-align: right; }

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent; }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal; }
  .featherlight .featherlight-inner {
    display: block; }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: 0;
    padding: 0; }
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    border: 0; }
  .featherlight * {
    box-sizing: border-box; } }

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?44y7qr");
  src: url("fonts/icomoon.eot?44y7qr#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?44y7qr") format("truetype"), url("fonts/icomoon.woff?44y7qr") format("woff"), url("fonts/icomoon.svg?44y7qr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], .main-navigation .menu-item-has-children > a:after, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tick:before {
  content: "\e90f"; }

.icon-instagram:before {
  content: "\e903"; }

.icon-linkedin:before {
  content: "\e900"; }

.icon-twitter:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-search:before {
  content: "\e905"; }

.icon-box:before {
  content: "\e906"; }

.icon-diamond:before {
  content: "\e90a"; }

.icon-cog:before {
  content: "\e90b"; }

.icon-key:before {
  content: "\e90c"; }

.icon-lock:before {
  content: "\e90e"; }

.icon-arrow:before, .icon-arrow-left:before {
  content: "\e909"; }

.icon-quote:before {
  content: "\e904"; }

.icon-tree:before {
  content: "\e90d"; }

.icon-close:before {
  content: "\e907"; }

.icon-menu:before {
  content: "\e908"; }

.icon-arrow-left {
  display: inline-block;
  transform: scaleX(-1); }

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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: #000;
    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 {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

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