/*! -Made with londongreencycles: http://themble.com/londongreencycles :) */
/******************************************************************
Site Name: londongreencycles 
Author: INTROPIK

Stylesheet: Main Stylesheet

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

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions
tiv
******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap");
/* line 11, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 82, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 94, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 161, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 181, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 201, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 209, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 216, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 222, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

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

/* line 238, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 242, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/* line 261, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 269, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 273, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

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

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 297, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 305, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 317, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 329, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 340, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 387, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 400, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 416, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 426, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 442, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 458, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 495, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 501, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 508, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 516, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 519, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 524, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

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

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

Stylesheet: Variables

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

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 68, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 68, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 76, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 76, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 84, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 84, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 92, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  /* line 92, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 100, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 100, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 108, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 108, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 137, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 140, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

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

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

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

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 34, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 46, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 53, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 59, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 65, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 71, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 77, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 88, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 95, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 101, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 107, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 113, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 119, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 125, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 131, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 137, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 143, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 154, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 161, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 167, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 173, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 179, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 185, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 191, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 197, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 203, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 209, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 215, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 221, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 227, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 233, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 239, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 245, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 251, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 257, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 263, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 269, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 275, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 281, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

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

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

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 53, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* line 86, ../scss/partials/_typography.scss */
body {
  font-family: "Schibsted Grotesk", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #484747;
}
@media (max-width: 767px) {
  /* line 86, ../scss/partials/_typography.scss */
  body {
    font-size: 14px;
  }
}

/* line 179, ../scss/partials/_typography.scss */
h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  color: black;
}

/* line 188, ../scss/partials/_typography.scss */
h2 {
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

/* line 197, ../scss/partials/_typography.scss */
h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: black;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

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

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

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 53, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/* line 86, ../scss/partials/_typography.scss */
body {
  font-family: "Schibsted Grotesk", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #484747;
}
@media (max-width: 767px) {
  /* line 86, ../scss/partials/_typography.scss */
  body {
    font-size: 14px;
  }
}

/* line 179, ../scss/partials/_typography.scss */
h1 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  color: black;
}

/* line 188, ../scss/partials/_typography.scss */
h2 {
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}

/* line 197, ../scss/partials/_typography.scss */
h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  color: black;
}

/**
 * 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
 */
/* line 9, ../scss/_owlcarousel.scss */
.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;
}

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

/* line 28, ../scss/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

/* line 45, ../scss/_owlcarousel.scss */
.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);
}

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

/* line 64, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 69, ../scss/_owlcarousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 74, ../scss/_owlcarousel.scss */
.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;
}

/* line 85, ../scss/_owlcarousel.scss */
.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;
}

/* line 95, ../scss/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 99, ../scss/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 104, ../scss/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 108, ../scss/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 112, ../scss/_owlcarousel.scss */
.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;
}

/* line 121, ../scss/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 126, ../scss/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 130, ../scss/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 135, ../scss/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}

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

/* line 147, ../scss/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 151, ../scss/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 155, ../scss/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 172, ../scss/_owlcarousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 179, ../scss/_owlcarousel.scss */
.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
     */
}

/* line 186, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 191, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 195, ../scss/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

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

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

/* line 223, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 228, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 233, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 242, ../scss/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 1, ../scss/pages/_homepage.scss */
.homepage-block {
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}
/* line 7, ../scss/pages/_homepage.scss */
.homepage-block.fullscreen {
  padding: 0;
}
/* line 11, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow {
  margin-top: 0;
  border: none;
  margin-bottom: 0;
}
/* line 16, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .owl-nav {
  display: none;
}
/* line 19, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .owl-nav.disabled {
  display: none;
}
/* line 23, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 39, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .owl-nav .owl-prev.disabled {
  display: none;
}
/* line 43, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .owl-nav .owl-prev img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}
/* line 50, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 66, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .owl-nav .owl-next.disabled {
  display: none;
}
/* line 70, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .owl-nav .owl-next img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}
/* line 80, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .owl-item.active .slide .slide-text {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 88, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .slide {
  height: 100vh;
  overflow: hidden;
  background: black;
}
/* line 93, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
/* line 100, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .slide .slide-text {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 10;
  max-width: 950px;
  top: 150px;
  opacity: 0;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  padding-top: 100px;
  color: white;
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
/* line 118, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .slide .slide-text h1 {
  color: white;
  margin-bottom: 10px;
}
/* line 123, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .slide .slide-text h2 {
  margin: 0;
  font-size: 30px;
}
/* line 128, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .slide .slide-text .slide-link {
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
}
/* line 135, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .slide .slide-text .slide-link svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: white;
}
/* line 141, ../scss/pages/_homepage.scss */
.homepage-block.homepage-slideshow .slide .slide-text .slide-link svg line {
  stroke: white;
}
/* line 151, ../scss/pages/_homepage.scss */
.homepage-block.homepage-products .blocktitle {
  margin: 0;
}
@media (max-width: 767px) {
  /* line 156, ../scss/pages/_homepage.scss */
  .homepage-block.homepage-products .products .product {
    width: 100%;
  }
}
/* line 164, ../scss/pages/_homepage.scss */
.homepage-block.homepage-intro {
  padding: 40px;
  position: relative;
}
/* line 168, ../scss/pages/_homepage.scss */
.homepage-block.homepage-intro .text-container {
  max-width: 950px;
  position: relative;
  font-size: 30px;
}
/* line 174, ../scss/pages/_homepage.scss */
.homepage-block.homepage-intro .cargo-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
/* line 181, ../scss/pages/_homepage.scss */
.homepage-block.homepage-intro .cargo-icon svg {
  width: 70px;
  height: auto;
}
/* line 188, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands {
  padding-left: 0;
  padding-right: 0;
}
/* line 192, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .blocktitle {
  position: relative;
  padding: 40px;
}
/* line 196, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .blocktitle h2 {
  font-size: 30px;
}
/* line 202, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .brand-item .brand-image-container {
  width: 100%;
  position: relative;
  padding-top: 63%;
}
/* line 207, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .brand-item .brand-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 217, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .brand-item .logo {
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
/* line 223, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .brand-item .logo img {
  width: 150px;
  height: auto;
  margin: 0 auto;
}
/* line 232, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .owl-nav .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 248, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .owl-nav .owl-prev.disabled {
  display: none;
}
/* line 252, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .owl-nav .owl-prev img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}
/* line 259, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .owl-nav .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 275, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .owl-nav .owl-next.disabled {
  display: none;
}
/* line 279, ../scss/pages/_homepage.scss */
.homepage-block.homepage-brands .owl-nav .owl-next img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}
/* line 289, ../scss/pages/_homepage.scss */
.homepage-block.homepage-links .homepage-links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 294, ../scss/pages/_homepage.scss */
.homepage-block.homepage-links .homepage-links-container .homepage-link {
  width: calc(50% - 40px*0.5);
  margin-bottom: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 294, ../scss/pages/_homepage.scss */
  .homepage-block.homepage-links .homepage-links-container .homepage-link {
    width: 100%;
  }
}
/* line 305, ../scss/pages/_homepage.scss */
.homepage-block.homepage-links .homepage-links-container .homepage-link .link-cover {
  position: relative;
  width: 100%;
  padding-top: 80%;
  background: black;
}
/* line 311, ../scss/pages/_homepage.scss */
.homepage-block.homepage-links .homepage-links-container .homepage-link .link-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
/* line 322, ../scss/pages/_homepage.scss */
.homepage-block.homepage-links .homepage-links-container .homepage-link .slide-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 20px;
  color: white;
}
/* line 329, ../scss/pages/_homepage.scss */
.homepage-block.homepage-links .homepage-links-container .homepage-link .slide-info h1 {
  color: white;
  margin-bottom: 10px;
}
/* line 334, ../scss/pages/_homepage.scss */
.homepage-block.homepage-links .homepage-links-container .homepage-link .slide-info h2 {
  margin: 0;
}

/* line 1, ../scss/pages/_header.scss */
.header {
  padding: 0px 40px;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 150px;
  align-items: center;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 18, ../scss/pages/_header.scss */
.scrolled .header {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
/* line 31, ../scss/pages/_header.scss */
.menu-visible .header {
  background: white;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 38, ../scss/pages/_header.scss */
  .header.white .logo svg {
    fill: white;
  }
}
@media (min-width: 1025px) and (max-width: 767px), (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  /* line 38, ../scss/pages/_header.scss */
  .header.white .logo svg {
    fill: black;
  }
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 45, ../scss/pages/_header.scss */
  .scrolled .header.white .logo svg {
    fill: black;
  }
  /* line 52, ../scss/pages/_header.scss */
  .header.white .menu-icon span {
    background: white;
  }
}
@media (min-width: 1025px) and (max-width: 767px), (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  /* line 52, ../scss/pages/_header.scss */
  .header.white .menu-icon span {
    background: black;
  }
}

/* line 68, ../scss/pages/_header.scss */
.header.intro-visual .logo svg, .page-template-page-homepage .header .logo svg {
  fill: white;
}
@media (max-width: 767px) {
  /* line 68, ../scss/pages/_header.scss */
  .header.intro-visual .logo svg, .page-template-page-homepage .header .logo svg {
    fill: black;
  }
}
@media (max-width: 767px) {
  /* line 1, ../scss/pages/_header.scss */
  .header {
    padding: 20px;
    height: 100px;
  }
}
/* line 83, ../scss/pages/_header.scss */
.header .scrolled-logo {
  position: absolute;
  left: 0;
  right: 0;
  width: 300px;
  margin: auto;
  text-align: center;
}
/* line 91, ../scss/pages/_header.scss */
.header .scrolled-logo svg {
  width: 120px;
  height: auto;
}
/* line 97, ../scss/pages/_header.scss */
.header .scrolled-logo {
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
/* line 101, ../scss/pages/_header.scss */
.scrolled .header .scrolled-logo {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 106, ../scss/pages/_header.scss */
.header .logo {
  order: 1;
  color: inherit;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 106, ../scss/pages/_header.scss */
  .header .logo {
    width: 70%;
    margin: 0 auto;
    order: 1;
  }
}
/* line 118, ../scss/pages/_header.scss */
.scrolled .header .logo {
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
}
/* line 125, ../scss/pages/_header.scss */
[data-scroll="scroll-down"] .header .logo {
  -moz-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
}
@media (min-width: 1025px) {
  /* line 106, ../scss/pages/_header.scss */
  .header .logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 300px;
    margin: auto;
    text-align: center;
  }
}
/* line 138, ../scss/pages/_header.scss */
.header .logo a {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 145, ../scss/pages/_header.scss */
.menu-visible .header .logo {
  color: black;
}
/* line 148, ../scss/pages/_header.scss */
.menu-visible .header .logo svg {
  fill: black;
}
/* line 153, ../scss/pages/_header.scss */
.header .logo svg {
  width: 350px;
  height: auto;
  fill: black;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 153, ../scss/pages/_header.scss */
  .header .logo svg {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 153, ../scss/pages/_header.scss */
  .header .logo svg {
    width: 300px;
  }
}
/* line 173, ../scss/pages/_header.scss */
.header .menu-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
}
/* line 181, ../scss/pages/_header.scss */
.header .menu-container ul {
  display: flex;
  flex-wrap: wrap;
  order: 2;
}
/* line 186, ../scss/pages/_header.scss */
.header .menu-container ul li {
  margin-right: 20px;
}
/* line 189, ../scss/pages/_header.scss */
.header .menu-container ul li a {
  text-transform: uppercase;
}
/* line 195, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu {
  order: 2;
}
@media (max-width: 767px) {
  /* line 195, ../scss/pages/_header.scss */
  .header .menu-container.right-desktop-menu {
    order: 2;
    display: none;
  }
  /* line 202, ../scss/pages/_header.scss */
  .header .menu-container.right-desktop-menu.menu-visible .header .menu-container.right-desktop-menu {
    display: block;
  }
}
/* line 207, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu .account {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 212, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu .account a.button.testride {
  order: 3;
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  font-size: 16px;
}
/* line 166, ../scss/partials/_typography.scss */
.header .menu-container.right-desktop-menu .account a.button.testride:hover {
  background: #CCC;
  color: black;
}
@media (max-width: 767px) {
  /* line 212, ../scss/pages/_header.scss */
  .header .menu-container.right-desktop-menu .account a.button.testride {
    padding: 5px 10px;
    font-size: 12px;
  }
}
/* line 225, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu .account .xoo-wsc-sc-bki {
  font-size: 20px;
}
/* line 229, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu .account .xoo-wsc-sc-cont {
  margin-left: 20px;
}
/* line 232, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu .account .xoo-wsc-sc-cont .xoo-wsc-sc-subt {
  display: none;
}
/* line 237, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu .account .search-icon {
  margin-left: 20px;
  cursor: pointer;
  order: 2;
}
/* line 242, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu .account .search-icon.active {
  opacity: 0.5;
}
/* line 246, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu .account .search-icon svg {
  width: 20px;
  height: 20px;
}
/* line 253, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu a {
  margin-left: 20px;
  font-size: 20px;
}
/* line 257, ../scss/pages/_header.scss */
.header .menu-container.right-desktop-menu a svg {
  width: 20px;
  height: 20px;
  fill: black;
}
/* line 265, ../scss/pages/_header.scss */
.header .menu-container.left-desktop-menu {
  order: 1;
}
@media (max-width: 767px) {
  /* line 265, ../scss/pages/_header.scss */
  .header .menu-container.left-desktop-menu {
    display: none;
  }
}
/* line 272, ../scss/pages/_header.scss */
.header .menu-container.left-desktop-menu .menu-icon {
  order: 1;
  margin-right: 10px;
}
/* line 276, ../scss/pages/_header.scss */
.menu-visible .header .menu-container.left-desktop-menu .menu-icon {
  opacity: 0.5;
}
@media (max-width: 767px) {
  /* line 283, ../scss/pages/_header.scss */
  .header .header-logo {
    width: 45%;
  }
  /* line 287, ../scss/pages/_header.scss */
  .header .header-logo svg {
    width: 100%;
    fill: black;
  }
}
/* line 294, ../scss/pages/_header.scss */
.header .menu-icon {
  margin-left: 0px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  order: 2;
}
@media (min-width: 1025px) {
  /* line 303, ../scss/pages/_header.scss */
  .header .menu-icon.phone-only {
    display: none;
  }
}
/* line 309, ../scss/pages/_header.scss */
.header .menu-icon span {
  width: 30px;
  height: 2px;
  display: block;
  background: black;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 317, ../scss/pages/_header.scss */
.header .menu-icon span:nth-child(2) {
  margin: 5px auto;
}
/* line 321, ../scss/pages/_header.scss */
.page-template-page-homepage .header .menu-icon span {
  background: white;
}
@media (max-width: 767px) {
  /* line 321, ../scss/pages/_header.scss */
  .page-template-page-homepage .header .menu-icon span {
    background: black;
  }
}
/* line 329, ../scss/pages/_header.scss */
.scrolled .header .menu-icon span {
  background: black;
}
/* line 333, ../scss/pages/_header.scss */
.menu-visible .header .menu-icon span {
  background: black;
}
/* line 336, ../scss/pages/_header.scss */
.menu-visible .header .menu-icon span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 340, ../scss/pages/_header.scss */
.menu-visible .header .menu-icon span:nth-child(2) {
  -moz-transform: rotate(-45deg) translateY(-4px) translateX(4px);
  -o-transform: rotate(-45deg) translateY(-4px) translateX(4px);
  -ms-transform: rotate(-45deg) translateY(-4px) translateX(4px);
  -webkit-transform: rotate(-45deg) translateY(-4px) translateX(4px);
  transform: rotate(-45deg) translateY(-4px) translateX(4px);
}
/* line 344, ../scss/pages/_header.scss */
.menu-visible .header .menu-icon span:nth-child(3) {
  opacity: 0;
}

/* line 352, ../scss/pages/_header.scss */
.phone-menu {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 999;
  height: calc(100% - 100px);
  background: white;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  overflow: scroll;
}
/* line 369, ../scss/pages/_header.scss */
.phone-menu ul {
  padding: 20px;
}
/* line 373, ../scss/pages/_header.scss */
.phone-menu ul li a {
  font-size: 30px;
  text-transform: uppercase;
}
/* line 380, ../scss/pages/_header.scss */
.menu-visible .phone-menu {
  opacity: 1;
  visibility: visible;
}

/* line 386, ../scss/pages/_header.scss */
.main-menu {
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  z-index: 30;
  height: calc(100% - 150px);
  background: white;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #CCC;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
}
@media (max-width: 767px) {
  /* line 386, ../scss/pages/_header.scss */
  .main-menu {
    top: 100px;
    height: calc(100% - 100px);
  }
  /* line 408, ../scss/pages/_header.scss */
  .main-menu .account {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
    width: 100%;
    justify-content: space-between;
  }
  /* line 416, ../scss/pages/_header.scss */
  .main-menu .account a.button.testride {
    order: 3;
    padding: 10px 25px;
    position: relative;
    display: inline-block;
    position: relative;
    color: white;
    background: #212121;
    border: none;
    border-radius: 30px;
    display: block;
    width: auto;
    -webkit-transition: all ease-out 0.6s;
    transition: all ease-out 0.6s;
    font-size: 16px;
  }
  /* line 166, ../scss/partials/_typography.scss */
  .main-menu .account a.button.testride:hover {
    background: #CCC;
    color: black;
  }
  /* line 425, ../scss/pages/_header.scss */
  .main-menu .account a svg {
    width: 30px;
  }
  /* line 430, ../scss/pages/_header.scss */
  .main-menu .account .xoo-wsc-sc-bki {
    font-size: 30px;
  }
  /* line 434, ../scss/pages/_header.scss */
  .main-menu .account .xoo-wsc-sc-cont {
    margin-left: 30px;
  }
  /* line 437, ../scss/pages/_header.scss */
  .main-menu .account .xoo-wsc-sc-cont .xoo-wsc-sc-subt {
    display: none;
  }
  /* line 442, ../scss/pages/_header.scss */
  .main-menu .account .search-icon {
    margin-left: 20px;
    cursor: pointer;
    order: 2;
  }
  /* line 447, ../scss/pages/_header.scss */
  .main-menu .account .search-icon.active {
    opacity: 0.5;
  }
  /* line 451, ../scss/pages/_header.scss */
  .main-menu .account .search-icon svg {
    width: 30px;
    height: 30px;
  }
}
/* line 459, ../scss/pages/_header.scss */
.menu-visible .main-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 463, ../scss/pages/_header.scss */
  .menu-visible .main-menu .menu-image {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 470, ../scss/pages/_header.scss */
  .main-menu .menu-container {
    width: 100%;
    height: auto;
    overflow: scroll;
    scroll-behavior: smooth;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: cente;
    align-items: flex-start;
    flex-direction: column;
    border-top: solid 1px #CCC;
  }
}
@media (min-width: 1025px) {
  /* line 470, ../scss/pages/_header.scss */
  .main-menu .menu-container {
    width: 25%;
    padding: 40px;
    height: 100%;
    border-right: solid 1px #CCC;
    font-size: 20px;
  }
}
/* line 493, ../scss/pages/_header.scss */
.main-menu .menu-container.large-menu {
  font-size: 30px;
  text-transform: uppercase;
}
/* line 497, ../scss/pages/_header.scss */
.main-menu .menu-container.large-menu ul {
  margin: 0;
}
/* line 500, ../scss/pages/_header.scss */
.main-menu .menu-container.large-menu ul li.contactus-link {
  margin-top: 40px;
}
/* line 504, ../scss/pages/_header.scss */
.main-menu .menu-container.large-menu ul li.sales-link {
}
/* line 507, ../scss/pages/_header.scss */
.main-menu .menu-container.large-menu ul li.sales-link a {
  color: red;
}
/* line 514, ../scss/pages/_header.scss */
.main-menu .menu-container .menu-title {
  opacity: 0.5;
  margin-bottom: 40px;
}
/* line 519, ../scss/pages/_header.scss */
.main-menu .menu-container #menu-main_menu {
  display: flex;
  flex-wrap: wrap;
  order: 1;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  position: relative;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 519, ../scss/pages/_header.scss */
  .main-menu .menu-container #menu-main_menu {
    width: 100%;
    left: 0;
    justify-content: center;
    text-align: center;
  }
}
/* line 537, ../scss/pages/_header.scss */
.main-menu .menu-container #menu-main_menu li {
  margin-right: 0;
  display: block;
  width: 100%;
  font-size: 30px;
}
@media (max-width: 767px) {
  /* line 537, ../scss/pages/_header.scss */
  .main-menu .menu-container #menu-main_menu li {
    color: black;
  }
}
/* line 548, ../scss/pages/_header.scss */
.main-menu .menu-container #menu-main_menu li a:hover {
  opacity: 0.5;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 555, ../scss/pages/_header.scss */
.main-menu .menu-container #menu-main_menu li ul.sub-menu {
  z-index: 1;
  width: 100%;
}
@media (min-width: 1025px) {
  /* line 555, ../scss/pages/_header.scss */
  .main-menu .menu-container #menu-main_menu li ul.sub-menu {
    -webkit-transition: all ease-out 0.6s;
    transition: all ease-out 0.6s;
  }
}
@media (min-width: 1025px) {
  /* line 555, ../scss/pages/_header.scss */
  .main-menu .menu-container #menu-main_menu li ul.sub-menu {
    position: absolute;
    top: 0;
    left: 75%;
    margin: 0;
    opacity: 0;
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 555, ../scss/pages/_header.scss */
  .main-menu .menu-container #menu-main_menu li ul.sub-menu {
    position: relative;
    max-height: 0px;
    overflow: hidden;
    margin: 0;
  }
}
/* line 580, ../scss/pages/_header.scss */
.main-menu .menu-container #menu-main_menu li ul.sub-menu li {
  font-size: 25px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  /* line 580, ../scss/pages/_header.scss */
  .main-menu .menu-container #menu-main_menu li ul.sub-menu li {
    opacity: 0;
  }
}
/* line 588, ../scss/pages/_header.scss */
.main-menu .menu-container #menu-main_menu li ul.sub-menu li a {
  opacity: 0.5;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 593, ../scss/pages/_header.scss */
.main-menu .menu-container #menu-main_menu li ul.sub-menu li a:hover {
  opacity: 1;
}

/* line 604, ../scss/pages/_header.scss */
.search-bar {
  position: fixed;
  top: 150px;
  z-index: 90;
  left: 0;
  width: 100%;
  padding: 40px;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  opacity: 0;
  visibility: hidden;
}
/* line 617, ../scss/pages/_header.scss */
.search-visible .search-bar {
  opacity: 1;
  visibility: visible;
}
/* line 622, ../scss/pages/_header.scss */
.search-bar #ajaxsearchlite1 {
  border-radius: 10px;
  padding: 10px;
  background: white;
  border: solid 1px black;
}

/* line 630, ../scss/pages/_header.scss */
.footer {
  margin-top: 100px;
  border-top: solid 1px #CCC;
  padding-top: 40px;
  position: relative;
}
/* line 637, ../scss/pages/_header.scss */
.footer:visible .scroll-up {
  opacity: 1;
}
/* line 642, ../scss/pages/_header.scss */
.footer .scroll-up {
  position: absolute;
  top: 40px;
  right: 40px;
  @inxlude transform(translateX(-50%));
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 642, ../scss/pages/_header.scss */
  .footer .scroll-up {
    position: relative;
    top: auto;
    right: auto;
    margin: 40px auto;
    text-align: center;
  }
}
/* line 663, ../scss/pages/_header.scss */
.scrolled-to-bottom .footer .scroll-up {
  opacity: 1;
  visibility: visible;
}
/* line 669, ../scss/pages/_header.scss */
.footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  flex-direction: row;
  align-items: flex-start;
}
/* line 676, ../scss/pages/_header.scss */
.footer .footer-inner .footer-logo {
  width: 200px;
}
/* line 679, ../scss/pages/_header.scss */
.footer .footer-inner .footer-logo svg {
  width: 200px;
  height: auto;
}
/* line 685, ../scss/pages/_header.scss */
.footer .footer-inner .footer-menu {
  margin-right: 100px;
}
/* line 688, ../scss/pages/_header.scss */
.footer .footer-inner .footer-menu.social-menu {
  display: flex;
  flex-wrap: wrap;
}
/* line 692, ../scss/pages/_header.scss */
.footer .footer-inner .footer-menu.social-menu a {
  margin: 0 10px;
}
/* line 695, ../scss/pages/_header.scss */
.footer .footer-inner .footer-menu.social-menu a svg {
  width: 25px;
  height: 25px;
}
/* line 702, ../scss/pages/_header.scss */
.footer .footer-inner .footer-menu .menutitle {
  opacity: 0.5;
  width: 100%;
  display: block;
}
/* line 709, ../scss/pages/_header.scss */
.footer .footer-inner .footer-menu ul li {
  text-align: left;
}
/* line 716, ../scss/pages/_header.scss */
.footer .footer-legal-note {
  margin-top: 100px;
  padding: 0 40px;
  font-size: 13px;
  color: #333;
  margin-bottom: 50px;
  opacity: 0.6;
  text-align: center;
}

/* line 2, ../scss/pages/_about.scss */
.page-template-page-about .header {
  color: white;
}
@media (max-width: 767px) {
  /* line 7, ../scss/pages/_about.scss */
  .page-template-page-about .main-content.nomargin {
    margin-top: 150px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  /* line 7, ../scss/pages/_about.scss */
  .page-template-page-about .main-content.nomargin {
    margin-top: 100px;
  }
}

/* line 20, ../scss/pages/_about.scss */
.page-template-page-about.body-loaded .about-intro img {
  animation: fadeIn;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
/* line 30, ../scss/pages/_about.scss */
.page-template-page-about.scrolled .header {
  color: black;
}
/* line 35, ../scss/pages/_about.scss */
.page-template-page-about.scrolled .about-with-intro-image .category-menu {
  color: black;
}
@media (min-width: 768px) and (max-width: 1024px), (min-width: 1025px) {
  /* line 42, ../scss/pages/_about.scss */
  .page-template-page-about .about-with-intro-image .category-header {
    position: fixed;
    top: 150px;
    z-index: 10;
    margin: 0;
    left: 0;
  }
}
/* line 52, ../scss/pages/_about.scss */
.page-template-page-about .about-with-intro-image .category-menu {
  color: white;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 52, ../scss/pages/_about.scss */
  .page-template-page-about .about-with-intro-image .category-menu {
    color: black;
  }
}
/* line 63, ../scss/pages/_about.scss */
.page-template-page-about .about-intro {
  position: relative;
  width: 100%;
  background: #CCC;
}
@media (max-width: 767px) {
  /* line 63, ../scss/pages/_about.scss */
  .page-template-page-about .about-intro {
    height: auto;
  }
}
/* line 72, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container {
  width: 100%;
  position: relative;
  padding-top: 56.7%;
  padding-top: 41.7%;
  margin-bottom: 40px;
  background: #CCC;
}
/* line 80, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container .unmute {
  position: absolute;
  z-index: 99999;
  color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  z-index: 10;
}
/* line 101, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container .unmute.hide {
  display: none;
}
/* line 105, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container .unmute.show {
  display: flex;
}
/* line 109, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container .unmute svg {
  width: 20px;
  height: auto;
  fill: white;
}
/* line 116, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container .mute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  color: white;
  color: white;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  opacity: 0.5;
  display: none;
}
/* line 138, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container .mute.hide {
  display: none;
}
/* line 142, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container .mute.show {
  display: flex;
}
/* line 146, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container .mute svg {
  width: 20px;
  height: auto;
  fill: white;
}
/* line 153, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16 / 9) {
  /* line 153, ../scss/pages/_about.scss */
  .page-template-page-about .about-intro .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  /* line 153, ../scss/pages/_about.scss */
  .page-template-page-about .about-intro .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
/* line 173, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .image-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  /* line 173, ../scss/pages/_about.scss */
  .page-template-page-about .about-intro .image-container {
    display: none;
  }
}
/* line 182, ../scss/pages/_about.scss */
.page-template-page-about .about-intro .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 191, ../scss/pages/_about.scss */
  .page-template-page-about .category-header {
    margin-top: 150px;
  }
}
/* line 196, ../scss/pages/_about.scss */
.page-template-page-about .category-header + .about-blocks-container {
  margin-top: calc( 100px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 196, ../scss/pages/_about.scss */
  .page-template-page-about .category-header + .about-blocks-container {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 196, ../scss/pages/_about.scss */
  .page-template-page-about .category-header + .about-blocks-container {
    margin-top: 0;
  }
}
/* line 209, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container {
  margin-top: 100px;
}
@media (max-width: 767px) {
  /* line 209, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container {
    margin-top: 0;
  }
}
/* line 216, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block {
  padding: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 216, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 216, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block {
    margin-top: 40px;
  }
}
/* line 229, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block.inview .image-container {
  animation: fadeUp;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
/* line 236, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block.inview .text-container {
  animation: fadeUp;
  animation-duration: 1s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}
/* line 244, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 251, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block .inner.image-right .image-container {
    order: 2;
  }
  /* line 255, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block .inner.image-right .text-container {
    order: 1;
  }
  /* line 261, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block .inner.image-left .image-container {
    order: 1;
  }
  /* line 265, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block .inner.image-left .text-container {
    order: 2;
  }
}
/* line 271, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block .inner .image-container {
  width: 50%;
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 271, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block .inner .image-container {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* line 281, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block .inner .text-container {
  width: 50%;
  padding: 0 40px;
  position: relative;
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 281, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block .inner .text-container {
    width: 100%;
    padding: 0 20px;
  }
}
/* line 292, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block .inner .text-container .inner-text {
  max-width: 950px;
  margin: 0 auto;
}
/* line 296, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block .inner .text-container .inner-text h2 {
  font-size: 40px;
  margin-bottom: 50px;
}
/* line 301, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block .inner .text-container .inner-text .text {
  width: 80%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 301, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block .inner .text-container .inner-text .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 216, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block {
    width: 100%;
    padding: 0;
  }
}
/* line 321, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .textimage-block .text-inner {
  max-width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 321, ../scss/pages/_about.scss */
  .page-template-page-about .about-blocks-container .textimage-block .text-inner {
    max-width: 100%;
  }
}
/* line 332, ../scss/pages/_about.scss */
.page-template-page-about .about-blocks-container .selectedwork-block .blocktitle {
  padding: 0 40px;
}

/* line 340, ../scss/pages/_about.scss */
.single-team .return {
  position: fixed;
  top: 150px;
  right: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 340, ../scss/pages/_about.scss */
  .single-team .return {
    display: none;
  }
}
/* line 352, ../scss/pages/_about.scss */
.single-team .return svg {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
/* line 360, ../scss/pages/_about.scss */
.single-team .pagination .prev {
  position: fixed;
  widthL: 40px;
  top: 150px;
  height: calc(100vh - 150px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
  left: 40px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 360, ../scss/pages/_about.scss */
  .single-team .pagination .prev {
    left: 20px;
  }
}
/* line 376, ../scss/pages/_about.scss */
.single-team .pagination .prev svg {
  width: 30px;
  height: 30px;
}
/* line 382, ../scss/pages/_about.scss */
.single-team .pagination .next {
  position: fixed;
  widthL: 40px;
  top: 150px;
  height: calc(100vh - 150px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
  right: 40px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 382, ../scss/pages/_about.scss */
  .single-team .pagination .next {
    right: 20px;
  }
}
/* line 398, ../scss/pages/_about.scss */
.single-team .pagination .next svg {
  width: 20px;
  height: 20px;
}
/* line 405, ../scss/pages/_about.scss */
.single-team .team-content {
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto;
  max-width: 1200px;
  height: calc(100vh - 150px);
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 405, ../scss/pages/_about.scss */
  .single-team .team-content {
    height: auto;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 405, ../scss/pages/_about.scss */
  .single-team .team-content {
    height: auto;
  }
}
/* line 424, ../scss/pages/_about.scss */
.single-team .team-content .cover {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 424, ../scss/pages/_about.scss */
  .single-team .team-content .cover {
    width: 100%;
    margin-bottom: 40px;
  }
}
/* line 433, ../scss/pages/_about.scss */
.single-team .team-content .info {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 767px) {
  /* line 433, ../scss/pages/_about.scss */
  .single-team .team-content .info {
    width: 100%;
  }
}
/* line 443, ../scss/pages/_about.scss */
.single-team .other-members {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 443, ../scss/pages/_about.scss */
  .single-team .other-members {
    margin-top: 0;
  }
}
/* line 450, ../scss/pages/_about.scss */
.single-team .other-members .grid-container {
  padding: 0 40px;
}
/* line 453, ../scss/pages/_about.scss */
.single-team .other-members .grid-container .team-member {
  width: 10%;
  margin: 0 40px;
}
@media (max-width: 767px) {
  /* line 453, ../scss/pages/_about.scss */
  .single-team .other-members .grid-container .team-member {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 453, ../scss/pages/_about.scss */
  .single-team .other-members .grid-container .team-member {
    width: 25%;
  }
}
/* line 467, ../scss/pages/_about.scss */
.single-team .other-members .grid-container .team-member:hover .cover-image img {
  opacity: 0.5;
}
/* line 472, ../scss/pages/_about.scss */
.single-team .other-members .grid-container .team-member:hover .title {
  opacity: 1;
}
/* line 477, ../scss/pages/_about.scss */
.single-team .other-members .grid-container .team-member .cover-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  background: black;
}
/* line 486, ../scss/pages/_about.scss */
.single-team .other-members .grid-container .team-member .cover-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 486, ../scss/pages/_about.scss */
  .single-team .other-members .grid-container .team-member .cover-image img {
    opacity: 1;
  }
}
/* line 503, ../scss/pages/_about.scss */
.single-team .other-members .grid-container .team-member .title {
  text-align: center;
  opacity: 0;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 503, ../scss/pages/_about.scss */
  .single-team .other-members .grid-container .team-member .title {
    opacity: 1;
  }
}

/* line 3, ../scss/pages/_contact.scss */
.contact-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 900px;
  justify-content: center;
  align-content: center;
  margin: 40px auto;
}
/* line 12, ../scss/pages/_contact.scss */
.contact-info .form-links {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  /* line 12, ../scss/pages/_contact.scss */
  .contact-info .form-links {
    padding: 0 20px;
    order: 1;
    margin-bottom: 0;
  }
}
/* line 25, ../scss/pages/_contact.scss */
.contact-info .form-links .form-link {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  cursor: pointer;
  margin: 0 20px;
}
/* line 166, ../scss/partials/_typography.scss */
.contact-info .form-links .form-link:hover {
  background: #CCC;
  color: black;
}
@media (max-width: 767px) {
  /* line 25, ../scss/pages/_contact.scss */
  .contact-info .form-links .form-link {
    margin: 0;
    margin-bottom: 20px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  /* line 41, ../scss/pages/_contact.scss */
  .contact-info .text {
    padding: 0 20px;
    order: 2;
    margin: 0;
  }
}

/* line 50, ../scss/pages/_contact.scss */
.contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(250, 250, 250, 0.97);
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 50, ../scss/pages/_contact.scss */
  .contact-overlay {
    background: rgba(250, 250, 250, 0.95);
  }
}
/* line 67, ../scss/pages/_contact.scss */
.client-form-visible .contact-overlay.client-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 74, ../scss/pages/_contact.scss */
.enquiry-form-visible .contact-overlay.enquiry-overlay {
  opacity: 1;
  visibility: visible;
}

/* line 81, ../scss/pages/_contact.scss */
.contact-form {
  max-width: 950px;
  margin: 100px auto;
  position: relative;
  font-family: 'AvenirNext-Regular';
}
@media (max-width: 767px) {
  /* line 81, ../scss/pages/_contact.scss */
  .contact-form {
    padding: 10px;
  }
}
/* line 91, ../scss/pages/_contact.scss */
.contact-form a {
  text-decoration: underline;
}
/* line 95, ../scss/pages/_contact.scss */
.contact-form .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  cursor: pointer;
  opacity: 0.3;
}
@media (max-width: 767px) {
  /* line 95, ../scss/pages/_contact.scss */
  .contact-form .close {
    position: fixed;
    background: white;
    padding: 10px;
    opacity: 1;
    z-index: 10;
  }
}
/* line 111, ../scss/pages/_contact.scss */
.contact-form .close:hover {
  opacity: 1;
}
/* line 116, ../scss/pages/_contact.scss */
.contact-form .title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: light;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
/* line 124, ../scss/pages/_contact.scss */
.contact-form form {
  background: #efefef;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
/* line 130, ../scss/pages/_contact.scss */
.contact-form form p {
  width: 100%;
}
/* line 134, ../scss/pages/_contact.scss */
.contact-form form label {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
}
/* line 140, ../scss/pages/_contact.scss */
.contact-form form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
/* line 145, ../scss/pages/_contact.scss */
.contact-form form input {
  background: white;
  border: none;
  padding: 10px;
  font-size: 16px;
  margin-top: 5px;
  width: 100%;
  max-width: 100%;
}
/* line 154, ../scss/pages/_contact.scss */
.contact-form form input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
  border: none;
}
/* line 161, ../scss/pages/_contact.scss */
.contact-form form textarea {
  width: 100%;
  padding: 10px;
}
/* line 166, ../scss/pages/_contact.scss */
.contact-form form .note {
  font-size: 16px;
}

/* line 2, ../scss/pages/_post.scss */
.single-post .main-content {
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 2, ../scss/pages/_post.scss */
  .single-post .main-content {
    margin-top: 150px;
  }
}
/* line 10, ../scss/pages/_post.scss */
.single-post .post-header {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #efefef;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 10, ../scss/pages/_post.scss */
  .single-post .post-header {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 10, ../scss/pages/_post.scss */
  .single-post .post-header {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  /* line 10, ../scss/pages/_post.scss */
  .single-post .post-header {
    height: auto;
    padding-bottom: 40px;
  }
}
/* line 32, ../scss/pages/_post.scss */
.single-post .post-header .header-image {
  width: 50%;
  height: 100vh;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 32, ../scss/pages/_post.scss */
  .single-post .post-header .header-image {
    width: 100%;
    height: auto;
  }
}
/* line 41, ../scss/pages/_post.scss */
.single-post .post-header .header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 48, ../scss/pages/_post.scss */
.single-post .post-header .info {
  width: 50%;
  padding: 40px;
}
@media (max-width: 767px) {
  /* line 48, ../scss/pages/_post.scss */
  .single-post .post-header .info {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 48, ../scss/pages/_post.scss */
  .single-post .post-header .info {
    width: 100%;
  }
}
/* line 62, ../scss/pages/_post.scss */
.single-post .post-header .info .date {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: light;
  font-size: 16px;
  margin-top: 40px;
}
/* line 71, ../scss/pages/_post.scss */
.single-post .post-content {
  max-width: 950px;
  padding: 0 40px;
  margin: 40px auto;
}
@media (max-width: 767px) {
  /* line 71, ../scss/pages/_post.scss */
  .single-post .post-content {
    padding: 0;
  }
  /* line 79, ../scss/pages/_post.scss */
  .single-post .post-content p {
    padding: 0 40px;
  }
}
/* line 84, ../scss/pages/_post.scss */
.single-post .post-content img {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
/* line 90, ../scss/pages/_post.scss */
.single-post .post-content .wp-block-embed__wrapper {
  position: relative;
  margin: 40px auto;
  width: 100%;
  padding-top: 56.7%;
  background: #CCC;
}
/* line 97, ../scss/pages/_post.scss */
.single-post .post-content .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 107, ../scss/pages/_post.scss */
.single-post .related {
  mergin-top: 100px;
  border-top: solid 1px #CCC;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 107, ../scss/pages/_post.scss */
  .single-post .related {
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 117, ../scss/pages/_post.scss */
  .single-post .related .grid-item {
    width: 100%;
    margin-right: 0;
  }
  /* line 124, ../scss/pages/_post.scss */
  .single-post .related .grid-item .title {
    padding: 0 20px;
  }
}

/* line 2, ../scss/pages/_404.scss */
.error404 .main-content {
  min-height: calc(100vh - 150px - 350px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 40px;
  flex-direction: column;
}
/* line 12, ../scss/pages/_404.scss */
.error404 .main-content .homepage-link {
  margin-top: 40px;
  text-align: center;
}
/* line 17, ../scss/pages/_404.scss */
.error404 .main-content a {
  display: block;
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 166, ../scss/partials/_typography.scss */
.error404 .main-content a:hover {
  background: #CCC;
  color: black;
}

/* line 2, ../scss/pages/_text.scss */
.page-template-page-textonly .main-content {
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

/* line 2, ../scss/pages/_product.scss */
.single-product .header {
  background: white;
}
/* line 6, ../scss/pages/_product.scss */
.single-product .woocommerce-breadcrumb {
  padding: 0 40px;
  display: block;
  margin-bottom: 10px;
}
/* line 11, ../scss/pages/_product.scss */
.single-product .woocommerce-breadcrumb a {
  text-decoration: underline;
}
/* line 16, ../scss/pages/_product.scss */
.single-product.product-gallery-visible {
  overflow: hidden;
}
/* line 20, ../scss/pages/_product.scss */
.single-product .product {
  position: relative;
  z-index: 1;
}
/* line 24, ../scss/pages/_product.scss */
.single-product .product .product-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* line 31, ../scss/pages/_product.scss */
.single-product .product .woocommerce-product-gallery {
  width: 50%;
  position: sticky;
  top: 150px;
}
@media (max-width: 767px) {
  /* line 31, ../scss/pages/_product.scss */
  .single-product .product .woocommerce-product-gallery {
    width: 100%;
    order: 1;
    position: relative;
    top: 0;
  }
}
/* line 43, ../scss/pages/_product.scss */
.single-product .product .woocommerce-product-gallery .product-gallery {
  width: 100%;
}
/* line 46, ../scss/pages/_product.scss */
.single-product .product .woocommerce-product-gallery .product-gallery img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 150px - 200px);
  object-fit: contain;
  cursor: pointer;
}
/* line 54, ../scss/pages/_product.scss */
.single-product .product .woocommerce-product-gallery .product-gallery .gallery-link {
  cursor: pointer;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}
/* line 62, ../scss/pages/_product.scss */
.single-product .product .woocommerce-product-gallery .product-gallery .gallery-link svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  stroke: black;
}
/* line 69, ../scss/pages/_product.scss */
.single-product .product .woocommerce-product-gallery .product-gallery .gallery-link span.number {
  opacity: 0.5;
  margin-left: 5px;
}
/* line 75, ../scss/pages/_product.scss */
.single-product .product .woocommerce-product-gallery .product-gallery .thumbnails {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 10px;
}
/* line 82, ../scss/pages/_product.scss */
.single-product .product .woocommerce-product-gallery .product-gallery .thumbnails img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  margin-right: 5px;
  cursor: pointer;
}
/* line 93, ../scss/pages/_product.scss */
.single-product .product .summary {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 93, ../scss/pages/_product.scss */
  .single-product .product .summary {
    width: 100%;
    order: 2;
  }
}
/* line 101, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary {
  max-width: 950px;
  margin: 0 auto;
  padding: 40px;
}
/* line 106, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary a {
  text-decoration: underline;
}
/* line 110, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .variations {
  width: 100%;
  margin-top: 40px;
}
/* line 114, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .variations tr {
  width: 100%;
  border-top: solid 1px #CCC;
  padding-top: 20px;
  display: block;
  padding-bottom: 20px;
}
/* line 122, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .variations tr .label label {
  font-weight: normal;
}
/* line 126, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .variations tr .label .woo-selected-variation-item-name {
  font-weight: normal;
}
/* line 133, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .variations ul.image-variable-items-wrapper li.image-variable-item {
  width: 140px;
  height: 140px;
  border: 0;
  border-radius: 0;
  position: relative;
  padding: 0;
  border: none;
}
/* line 143, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .variations ul.image-variable-items-wrapper li.image-variable-item .variable-item-contents:before {
  height: 30px;
  width: 30px;
}
/* line 148, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .variations ul.image-variable-items-wrapper li.image-variable-item .variable-item-contents img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
/* line 160, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .variations .reset_variations {
  position: relative;
  display: block;
  margin-top: 40px;
  opacity: 0.6;
}
/* line 168, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .single_add_to_cart_button {
  margin-top: 40px;
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  width: 100%;
}
/* line 166, ../scss/partials/_typography.scss */
.single-product .product .summary .inner-summary .single_add_to_cart_button:hover {
  background: #CCC;
  color: black;
}
/* line 176, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .view-share-cart {
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  max-width: 950px;
}
/* line 184, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .view-share-cart.visible {
  opacity: 1;
  visibility: visible;
}
/* line 189, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .view-share-cart .button {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  background: #254107;
}
/* line 166, ../scss/partials/_typography.scss */
.single-product .product .summary .inner-summary .view-share-cart .button:hover {
  background: #CCC;
  color: black;
}
/* line 194, ../scss/pages/_product.scss */
.single-product .product .summary .inner-summary .view-share-cart .button a {
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
}
/* line 204, ../scss/pages/_product.scss */
.single-product .product .summary .product_meta {
  display: none;
}
/* line 208, ../scss/pages/_product.scss */
.single-product .product .summary .quantity {
  display: none;
}
/* line 213, ../scss/pages/_product.scss */
.single-product .product .summary .stock.in-stock {
  color: green;
}
/* line 217, ../scss/pages/_product.scss */
.single-product .product .summary .stock.lead-time {
  color: red;
}
/* line 223, ../scss/pages/_product.scss */
.single-product .product .technical-specifications {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  /* line 223, ../scss/pages/_product.scss */
  .single-product .product .technical-specifications {
    padding: 20px;
  }
}
/* line 235, ../scss/pages/_product.scss */
.single-product .product .technical-specifications + .additional-info {
  margin-top: 0;
}
/* line 239, ../scss/pages/_product.scss */
.single-product .product .technical-specifications .info-title {
  position: relative;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 20px 0;
  border-bottom: solid 1px #CCCC;
}
/* line 247, ../scss/pages/_product.scss */
.single-product .product .technical-specifications .info-title svg {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 260, ../scss/pages/_product.scss */
.single-product .product .technical-specifications .technical-specifications-content {
  display: none;
}
/* line 265, ../scss/pages/_product.scss */
.single-product .product .technical-specifications.expandable-block.expanded .technical-specifications-content {
  display: block;
}
/* line 270, ../scss/pages/_product.scss */
.single-product .product .technical-specifications .specification-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #efefef;
  padding: 10px 0;
}
/* line 277, ../scss/pages/_product.scss */
.single-product .product .technical-specifications .specification-row .title {
  width: 50%;
}
/* line 281, ../scss/pages/_product.scss */
.single-product .product .technical-specifications .specification-row .description {
  width: 50%;
}
/* line 287, ../scss/pages/_product.scss */
.single-product .product .additional-info {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px;
  max-width: 1600px;
  padding: 40px;
}
@media (max-width: 767px) {
  /* line 287, ../scss/pages/_product.scss */
  .single-product .product .additional-info {
    padding: 20px;
  }
}
/* line 299, ../scss/pages/_product.scss */
.single-product .product .additional-info .additional-info-item {
  padding: 20px 0;
  border-bottom: solid 1px #CCCC;
}
/* line 303, ../scss/pages/_product.scss */
.single-product .product .additional-info .additional-info-item a {
  text-decoration: underline;
}
/* line 307, ../scss/pages/_product.scss */
.single-product .product .additional-info .additional-info-item .info-title {
  position: relative;
  cursor: pointer;
}
/* line 311, ../scss/pages/_product.scss */
.single-product .product .additional-info .additional-info-item .info-title svg {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 323, ../scss/pages/_product.scss */
.single-product .product .additional-info .additional-info-item .info-text {
  display: none;
}
/* line 328, ../scss/pages/_product.scss */
.single-product .product .additional-info .additional-info-item.expanded .info-title {
  opacity: 0.5;
}
/* line 331, ../scss/pages/_product.scss */
.single-product .product .additional-info .additional-info-item.expanded .info-title svg {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 336, ../scss/pages/_product.scss */
.single-product .product .additional-info .additional-info-item.expanded .info-text {
  display: block;
  padding-top: 40px;
}

/* line 346, ../scss/pages/_product.scss */
.accessories-list {
  width: 100%;
  margin-top: 40px;
  order: 3;
  padding: 0 40px;
  background: #efefef;
  padding-top: 40px;
}
@media (max-width: 767px) {
  /* line 346, ../scss/pages/_product.scss */
  .accessories-list {
    padding: 20px;
  }
}
/* line 358, ../scss/pages/_product.scss */
.accessories-list .blocktitle {
  margin: 0;
}
/* line 362, ../scss/pages/_product.scss */
.accessories-list ul.products.list-container {
  width: 100%;
  align-items: flex-start;
  margin-top: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  /* line 362, ../scss/pages/_product.scss */
  .accessories-list ul.products.list-container {
    padding: 0;
    margin-top: 40px;
  }
}
/* line 373, ../scss/pages/_product.scss */
.accessories-list ul.products.list-container li.product {
  display: flex;
  flex-wrap: wrap;
  width: calc(25% - 40px);
  margin: 0 calc(40px * 0.5);
  background: white;
  border-radius: 6%;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 373, ../scss/pages/_product.scss */
  .accessories-list ul.products.list-container li.product {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
  }
}
/* line 391, ../scss/pages/_product.scss */
.accessories-list ul.products.list-container li.product img {
  margin-bottom: 10px;
  height: 250px;
}
/* line 398, ../scss/pages/_product.scss */
.accessories-list + .related.products {
  margin-top: 0;
  border-top: none;
}

/* line 404, ../scss/pages/_product.scss */
.related.products {
  width: 100%;
  margin-top: 100px;
  border-top: solid 1px #CCC;
  order: 3;
}
/* line 410, ../scss/pages/_product.scss */
.related.products ul.products {
  width: 100%;
}

/* line 415, ../scss/pages/_product.scss */
.zoomContainer {
  z-index: 101;
}
/* line 418, ../scss/pages/_product.scss */
.zoomContainer img.zoom {
  background: white;
}
/* line 422, ../scss/pages/_product.scss */
.zoomContainer .zoomLens {
  background: white;
}

/* line 427, ../scss/pages/_product.scss */
.product-gallery-overlay {
  position: fixed;
  background: white;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
}
/* line 439, ../scss/pages/_product.scss */
.product-gallery-overlay .zoom-controls {
  position: fixed;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
/* line 447, ../scss/pages/_product.scss */
.product-gallery-overlay .zoom-controls .zoom-in {
  width: 30px;
  height: 30px;
  margin: 10px 0;
  padding: 0;
  border-radius: 100%;
}
/* line 455, ../scss/pages/_product.scss */
.product-gallery-overlay .zoom-controls .zoom-out {
  width: 30px;
  height: 30px;
  margin: 10px 0;
  padding: 0;
  border-radius: 100%;
}
/* line 464, ../scss/pages/_product.scss */
.product-gallery-visible .product-gallery-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
/* line 470, ../scss/pages/_product.scss */
.product-gallery-overlay .close-overlay {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 500;
  cursor: pointer;
}
/* line 478, ../scss/pages/_product.scss */
.product-gallery-overlay .slide-counter {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 99;
}
/* line 485, ../scss/pages/_product.scss */
.product-gallery-overlay .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  z-index: 999;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 502, ../scss/pages/_product.scss */
.product-gallery-overlay .owl-prev.disabled {
  display: none;
}
/* line 506, ../scss/pages/_product.scss */
.product-gallery-overlay .owl-prev img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}
/* line 513, ../scss/pages/_product.scss */
.product-gallery-overlay .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 529, ../scss/pages/_product.scss */
.product-gallery-overlay .owl-next.disabled {
  display: none;
}
/* line 533, ../scss/pages/_product.scss */
.product-gallery-overlay .owl-next img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}
/* line 540, ../scss/pages/_product.scss */
.product-gallery-overlay .gallery-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
/* line 546, ../scss/pages/_product.scss */
.product-gallery-overlay .gallery-item .zoom-container {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  position: relative;
  z-index: 50;
  cursor: default;
  /* Default cursor when not zoomed */
}
/* line 558, ../scss/pages/_product.scss */
.product-gallery-overlay .gallery-item .zoom-container.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
/* line 563, ../scss/pages/_product.scss */
.product-gallery-overlay .gallery-item .zoom-container .zoom-inner {
  transform-origin: top left;
}
/* line 567, ../scss/pages/_product.scss */
.product-gallery-overlay .gallery-item .zoom-container img {
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}

/* line 584, ../scss/pages/_product.scss */
.wsc_share_cart_popup .wsc_sharing_widgets img {
  object-fit: contain;
}

/* line 1, ../scss/pages/_products.scss */
.content-area {
  position: relative;
  margin-top: 150px;
}

/* line 6, ../scss/pages/_products.scss */
.woocommerce-products-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #CCC;
  border-top: solid 1px #CCC;
  height: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 6, ../scss/pages/_products.scss */
  .woocommerce-products-header {
    height: auto;
    padding: 20px;
    flex-direction: column;
  }
}
/* line 24, ../scss/pages/_products.scss */
.woocommerce-products-header .cat-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
/* line 31, ../scss/pages/_products.scss */
.woocommerce-products-header .cat-title .woocommerce-products-header__title {
  text-transform: capitalize;
  font-size: 28px;
}
/* line 36, ../scss/pages/_products.scss */
.woocommerce-products-header .cat-title .filters-link {
  cursor: pointer;
}
/* line 39, ../scss/pages/_products.scss */
.woocommerce-products-header .cat-title .filters-link svg {
  width: 35px;
  height: auto;
  margin-left: 10px;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 47, ../scss/pages/_products.scss */
.woocommerce-products-header .cat-title .filters-link.expanded {
  opacity: 0.5;
}
/* line 50, ../scss/pages/_products.scss */
.woocommerce-products-header .cat-title .filters-link.expanded svg {
  opacity: 0.5;
}
/* line 58, ../scss/pages/_products.scss */
.woocommerce-products-header .facetwp-selections li {
  padding: 10px 20px;
  margin: 0 10px;
  background: #efefef;
  border-radius: 20px;
}
@media (max-width: 767px) {
  /* line 58, ../scss/pages/_products.scss */
  .woocommerce-products-header .facetwp-selections li {
    margin: 10px auto;
  }
}

/* line 71, ../scss/pages/_products.scss */
p.woocommerce-result-count {
  display: none;
}

/* line 75, ../scss/pages/_products.scss */
.brand-header {
  width: 100%;
}
/* line 78, ../scss/pages/_products.scss */
.brand-header .brand-image {
  width: 100%;
  height: 100vh;
  background: black;
}
/* line 83, ../scss/pages/_products.scss */
.brand-header .brand-image .brand-title {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}
/* line 93, ../scss/pages/_products.scss */
.brand-header .brand-image .brand-title h1 {
  font-size: 50px;
  font-weight: 300;
  color: white;
  letter-spacing: 1px;
}
/* line 101, ../scss/pages/_products.scss */
.brand-header .brand-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
/* line 112, ../scss/pages/_products.scss */
.brand-header .brand-description {
  padding: 100px 40px;
  position: relative;
  width: 100%;
}
/* line 117, ../scss/pages/_products.scss */
.brand-header .brand-description .inner {
  max-width: 950px;
  font-size: 20px;
  margin: 0 auto;
}
/* line 124, ../scss/pages/_products.scss */
.brand-header + .content-area {
  margin-top: 0;
  padding: 0 40px;
}
/* line 129, ../scss/pages/_products.scss */
.brand-header + .content-area .products.owl-carousel .product {
  width: 100%;
}

/* line 136, ../scss/pages/_products.scss */
.category-product-container {
  width: 100%;
  padding: 40px 0;
}
/* line 140, ../scss/pages/_products.scss */
.category-product-container .category-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: solid 1px #CCC;
  padding: 20px 0;
  border-bottom: solid 1px #CCC;
}
/* line 148, ../scss/pages/_products.scss */
.category-product-container .category-header .category-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
/* line 154, ../scss/pages/_products.scss */
.category-product-container .category-header .category-title span.count {
  opacity: 0.5;
}
/* line 158, ../scss/pages/_products.scss */
.category-product-container .category-header .category-title h1 {
  margin-right: 20px;
}
/* line 163, ../scss/pages/_products.scss */
.category-product-container .category-header a.category-link {
  order: 2;
  padding: 10px 20px;
  border-radius: 20px;
  background: #efefef;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  /* line 163, ../scss/pages/_products.scss */
  .category-product-container .category-header a.category-link {
    padding: 0;
    background: none;
    text-decoration: underline;
  }
}
/* line 179, ../scss/pages/_products.scss */
.category-product-container .category-header a.category-link:hover {
  background: black;
  color: white;
}
/* line 187, ../scss/pages/_products.scss */
.category-product-container .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  /* line 187, ../scss/pages/_products.scss */
  .category-product-container .owl-nav .owl-prev {
    width: 30px;
    left: 0;
    height: 30px;
  }
}
/* line 209, ../scss/pages/_products.scss */
.category-product-container .owl-nav .owl-prev.disabled {
  display: none;
}
/* line 213, ../scss/pages/_products.scss */
.category-product-container .owl-nav .owl-prev img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}
/* line 220, ../scss/pages/_products.scss */
.category-product-container .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  /* line 220, ../scss/pages/_products.scss */
  .category-product-container .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    right: 0;
  }
}
/* line 242, ../scss/pages/_products.scss */
.category-product-container .owl-nav .owl-next.disabled {
  display: none;
}
/* line 246, ../scss/pages/_products.scss */
.category-product-container .owl-nav .owl-next img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}

/* line 255, ../scss/pages/_products.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
}
/* line 262, ../scss/pages/_products.scss */
.grid-container.products-carousel .product {
  border: solid 1px red;
}
/* line 267, ../scss/pages/_products.scss */
.grid-container .grid-item {
  width: 33.33%;
  position: relative;
}
/* line 271, ../scss/pages/_products.scss */
.grid-container .grid-item a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 282, ../scss/pages/_products.scss */
.woocommerce .products {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* line 288, ../scss/pages/_products.scss */
.woocommerce .products.col-5 {
  align-items: center;
}
/* line 291, ../scss/pages/_products.scss */
.woocommerce .products.col-5 .product {
  width: 20%;
}
/* line 294, ../scss/pages/_products.scss */
.woocommerce .products.col-5 .product img {
  height: 150px;
}
/* line 300, ../scss/pages/_products.scss */
.woocommerce .products .product {
  width: 33.33%;
  padding: 40px calc(40px*0.5);
  position: relative;
}
/* line 306, ../scss/pages/_products.scss */
.woocommerce .products .product.outofstock img,
.woocommerce .products .product.outofstock .product-loop-title,
.woocommerce .products .product.outofstock .price {
  opacity: 0.5;
}
/* line 312, ../scss/pages/_products.scss */
.woocommerce .products .product.outofstock .stock-note {
  position: relative;
  margin-top: 10px;
  color: red;
}
/* line 320, ../scss/pages/_products.scss */
.woocommerce .products .product.onbackorder .stock-note {
  margin-top: 10px;
  color: green;
}
@media (max-width: 767px) {
  /* line 300, ../scss/pages/_products.scss */
  .woocommerce .products .product {
    width: 50%;
    padding: 0;
    margin-bottom: 20px;
    padding: 10px;
  }
}
/* line 333, ../scss/pages/_products.scss */
.woocommerce .products .product img {
  width: 100%;
  height: 70%;
  object-fit: contain;
}
/* line 341, ../scss/pages/_products.scss */
.woocommerce .products .product.sale .price ins {
  text-decoration: none;
  color: red;
}
/* line 348, ../scss/pages/_products.scss */
.woocommerce .products .product a {
  width: 100%;
}
/* line 351, ../scss/pages/_products.scss */
.woocommerce .products .product a.button, .woocommerce .products .product a.add_to_cart_button {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  width: auto;
  margin: 20px auto;
}
/* line 166, ../scss/partials/_typography.scss */
.woocommerce .products .product a.button:hover, .woocommerce .products .product a.add_to_cart_button:hover {
  background: #CCC;
  color: black;
}
/* line 363, ../scss/pages/_products.scss */
.woocommerce .products .product span.onsale {
  position: absolute;
  color: red;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
/* line 372, ../scss/pages/_products.scss */
.woocommerce .products .product .price {
  color: black;
}
/* line 379, ../scss/pages/_products.scss */
.woocommerce .products .product .onsale-label {
  color: red;
  display: none;
}
/* line 384, ../scss/pages/_products.scss */
.woocommerce .products .product .variation-note {
  font-size: 16px;
}

/* line 390, ../scss/pages/_products.scss */
.accessories-carousel {
  width: 100%;
}
/* line 394, ../scss/pages/_products.scss */
.accessories-carousel .owl-carousel .product {
  width: 100%;
}
/* line 397, ../scss/pages/_products.scss */
.accessories-carousel .owl-carousel .product .cover {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 404, ../scss/pages/_products.scss */
.accessories-carousel .owl-carousel .product .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 417, ../scss/pages/_products.scss */
.filters {
  width: 100%;
  display: flex;
  max-height: 0;
  overflow: hidden;
  flex-wrap: wrap;
  border-bottom: solid 1px #CCC;
}
@media (max-width: 767px) {
  /* line 417, ../scss/pages/_products.scss */
  .filters {
    width: 100%;
    position: relative;
    height: auto;
    margin: 0;
    top: 0;
    max-height: 0;
  }
}
/* line 446, ../scss/pages/_products.scss */
.filters.active {
  max-height: 10000px;
}
@media (max-width: 767px) {
  /* line 446, ../scss/pages/_products.scss */
  .filters.active {
    max-height: 10000px;
  }
}
/* line 454, ../scss/pages/_products.scss */
.filters .filter {
  width: 25%;
  padding: 0 40px;
  border-right: solid 1px #CCC;
  padding-top: 40px;
}
@media (max-width: 767px) {
  /* line 454, ../scss/pages/_products.scss */
  .filters .filter {
    width: 100%;
    padding-top: 0;
  }
}
/* line 465, ../scss/pages/_products.scss */
.filters .filter .filter-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 475, ../scss/pages/_products.scss */
.filters .filter .filter-title:hover {
  background: #efefef;
}
/* line 479, ../scss/pages/_products.scss */
.filters .filter .filter-title svg {
  width: 15px;
  height: 15px;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 487, ../scss/pages/_products.scss */
.filters .filter .facetwp-facet {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0px;
}
/* line 493, ../scss/pages/_products.scss */
.filters .filter .facetwp-facet .facetwp-depth.visible {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* line 499, ../scss/pages/_products.scss */
.filters .filter .facetwp-facet .facetwp-counter {
  display: none;
}
/* line 503, ../scss/pages/_products.scss */
.filters .filter .facetwp-facet > div {
  margin-top: 10px;
  width: 100%;
}

/* line 511, ../scss/pages/_products.scss */
.woocommerce-no-products-found {
  padding: 40px;
}

/* line 3, ../scss/pages/_secondhand.scss */
.single-second_hand .product {
  display: flex;
  flex-wrap: wrap;
}
/* line 7, ../scss/pages/_secondhand.scss */
.single-second_hand .product .secondhand-gallery {
  width: 50%;
  order: 1;
}
/* line 11, ../scss/pages/_secondhand.scss */
.single-second_hand .product .secondhand-gallery img {
  max-height: calc(100vh - 150px - 100px);
  object-fit: contain;
  width: 100%;
}
/* line 17, ../scss/pages/_secondhand.scss */
.single-second_hand .product .secondhand-gallery .owl-prev {
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 33, ../scss/pages/_secondhand.scss */
.single-second_hand .product .secondhand-gallery .owl-prev.disabled {
  display: none;
}
/* line 37, ../scss/pages/_secondhand.scss */
.single-second_hand .product .secondhand-gallery .owl-prev img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}
/* line 44, ../scss/pages/_secondhand.scss */
.single-second_hand .product .secondhand-gallery .owl-next {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100%;
  font-size: 30px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 60, ../scss/pages/_secondhand.scss */
.single-second_hand .product .secondhand-gallery .owl-next.disabled {
  display: none;
}
/* line 64, ../scss/pages/_secondhand.scss */
.single-second_hand .product .secondhand-gallery .owl-next img {
  width: 20px;
  height: 15px;
  object-fit: contain;
}
/* line 72, ../scss/pages/_secondhand.scss */
.single-second_hand .product .product-info {
  width: 50%;
  order: 2;
  padding: 40px;
}
/* line 77, ../scss/pages/_secondhand.scss */
.single-second_hand .product .product-info .button {
  position: relative;
  margin-top: 40px;
}
/* line 81, ../scss/pages/_secondhand.scss */
.single-second_hand .product .product-info .button a {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  text-align: center;
  width: 100%;
}
/* line 166, ../scss/partials/_typography.scss */
.single-second_hand .product .product-info .button a:hover {
  background: #CCC;
  color: black;
}

/* line 94, ../scss/pages/_secondhand.scss */
.page-template-page-secondhand .woocommerce-products-header a.button {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  padding: 12px 25px;
}
/* line 166, ../scss/partials/_typography.scss */
.page-template-page-secondhand .woocommerce-products-header a.button:hover {
  background: #CCC;
  color: black;
}
/* line 102, ../scss/pages/_secondhand.scss */
.page-template-page-secondhand .products .product {
  width: 25%;
}

/* line 2, ../scss/pages/_repairs.scss */
.page-template-page-repairs .page-title-container {
  text-align: center;
  width: 100%;
}
/* line 3, ../scss/pages/_repairs.scss */
.page-template-page-repairs .page-title-container p {
  margin: 0;
}
/* line 10, ../scss/pages/_repairs.scss */
.page-template-page-repairs .page-title-container h1 {
  text-transform: inherit;
}
/* line 15, ../scss/pages/_repairs.scss */
.page-template-page-repairs .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border-bottom: solid 1px #CCC;
}
/* line 22, ../scss/pages/_repairs.scss */
.page-template-page-repairs .locations .location {
  width: 50%;
  padding: 40px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 22, ../scss/pages/_repairs.scss */
  .page-template-page-repairs .locations .location {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
/* line 33, ../scss/pages/_repairs.scss */
.page-template-page-repairs .locations .location .button {
  background: black;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  display: inline-block;
}
/* line 166, ../scss/partials/_typography.scss */
.page-template-page-repairs .locations .location .button:hover {
  background: #CCC;
  color: black;
}
/* line 43, ../scss/pages/_repairs.scss */
.page-template-page-repairs .locations .location .button a {
  color: white;
}
/* line 48, ../scss/pages/_repairs.scss */
.page-template-page-repairs .locations .location .location-cover {
  position: relative;
  width: 100%;
  padding-top: 66%;
  background: #efefef;
  margin-bottom: 40px;
  background: black;
}
/* line 56, ../scss/pages/_repairs.scss */
.page-template-page-repairs .locations .location .location-cover a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* line 65, ../scss/pages/_repairs.scss */
.page-template-page-repairs .locations .location .location-cover .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  z-index: 5;
  color: white;
}
/* line 76, ../scss/pages/_repairs.scss */
.page-template-page-repairs .locations .location .location-cover .title h2 {
  font-weight: bold;
  font-size: 30px;
}
/* line 82, ../scss/pages/_repairs.scss */
.page-template-page-repairs .locations .location .location-cover iframe,
.page-template-page-repairs .locations .location .location-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

/* line 98, ../scss/pages/_repairs.scss */
.expanded-info .additional-info {
  position: relative;
  margin: 40px auto;
  width: 100%;
  max-width: 1600px;
  padding: 0 40px;
}
/* line 105, ../scss/pages/_repairs.scss */
.expanded-info .additional-info .blocktitle {
  text-transform: uppercase;
}
/* line 109, ../scss/pages/_repairs.scss */
.expanded-info .additional-info .additional-info-item {
  padding: 20px 0;
  border-bottom: solid 1px #CCCC;
}
/* line 113, ../scss/pages/_repairs.scss */
.expanded-info .additional-info .additional-info-item a {
  text-decoration: underline;
}
/* line 117, ../scss/pages/_repairs.scss */
.expanded-info .additional-info .additional-info-item .info-title {
  position: relative;
  cursor: pointer;
}
/* line 121, ../scss/pages/_repairs.scss */
.expanded-info .additional-info .additional-info-item .info-title svg {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 133, ../scss/pages/_repairs.scss */
.expanded-info .additional-info .additional-info-item .info-text {
  display: none;
}
/* line 138, ../scss/pages/_repairs.scss */
.expanded-info .additional-info .additional-info-item.expanded .info-title {
  opacity: 0.5;
}
/* line 141, ../scss/pages/_repairs.scss */
.expanded-info .additional-info .additional-info-item.expanded .info-title svg {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 146, ../scss/pages/_repairs.scss */
.expanded-info .additional-info .additional-info-item.expanded .info-text {
  display: block;
  padding-top: 40px;
}

/* line 2, ../scss/pages/_sellbike.scss */
.page-template-page-sellyourbike {
  background: #D4D7D5;
}
/* line 5, ../scss/pages/_sellbike.scss */
.page-template-page-sellyourbike .main-content {
  max-width: 950px;
  max-width: 600px;
  position: relative;
  margin: 150px auto;
}
@media (max-width: 767px) {
  /* line 5, ../scss/pages/_sellbike.scss */
  .page-template-page-sellyourbike .main-content {
    padding: 20px;
  }
}

/* line 17, ../scss/pages/_sellbike.scss */
.form-container {
  position: relative;
  max-width: 600px;
  margin: 40px auto;
}
/* line 23, ../scss/pages/_sellbike.scss */
.form-container form .acf-field {
  padding: 0;
  margin-bottom: 10px;
}
/* line 27, ../scss/pages/_sellbike.scss */
.form-container form .acf-field.acf-field-true-false {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
/* line 33, ../scss/pages/_sellbike.scss */
.form-container form .acf-field.acf-field-true-false .acf-label {
  order: 1;
  margin: 0;
}
/* line 39, ../scss/pages/_sellbike.scss */
.form-container form .acf-field.acf-field-true-false .acf-input input {
  order: 1;
  width: 30px;
  height: 30px;
  border: solid 1px black;
  border-radius: 100%;
  margin-right: 10px;
}
/* line 50, ../scss/pages/_sellbike.scss */
.form-container form .acf-field.title {
  margin-top: 50px;
  border-top: solid 1px #333;
  padding-top: 20px;
  opacity: 0.5;
}
/* line 57, ../scss/pages/_sellbike.scss */
.form-container form .acf-field input {
  padding: 20px;
  border: solid 1px #CCC;
  border-radius: 20px;
  box-shadow: none;
  outline: none;
}
/* line 64, ../scss/pages/_sellbike.scss */
.form-container form .acf-field input:focus, .form-container form .acf-field input:active {
  background: #efefef;
}
/* line 70, ../scss/pages/_sellbike.scss */
.form-container form .acf-field button.fea-submit-button[type="button"] {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  margin-top: 40px;
  width: 100%;
}
/* line 166, ../scss/partials/_typography.scss */
.form-container form .acf-field button.fea-submit-button[type="button"]:hover {
  background: #CCC;
  color: black;
}
/* line 77, ../scss/pages/_sellbike.scss */
.form-container form .acf-field a.acf-button {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  padding: 10px 20px;
}
/* line 166, ../scss/partials/_typography.scss */
.form-container form .acf-field a.acf-button:hover {
  background: #CCC;
  color: black;
}

/* line 1, ../scss/pages/_hire.scss */
#booqable-cart {
  display: none;
}
/* line 4, ../scss/pages/_hire.scss */
.page-template-page-hire #booqable-cart {
  display: block;
}

/* line 9, ../scss/pages/_hire.scss */
button.Close-bJxEmX.hjydct {
  position: relative;
  color: black;
}

/* line 14, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
/* line 18, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product-list-notice {
  width: 100%;
  color: white;
  border-radius: 0;
  background: black;
  border: none;
  padding: 20px;
  margin: 0;
}
/* line 28, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product {
  border-radius: 0;
  border: solid 1px #CCC;
  padding: 0;
  width: 25% !important;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 28, ../scss/pages/_hire.scss */
  .booqable-product-list-wrapper .booqable-product {
    width: 33.33% !important;
  }
}
@media (max-width: 767px) {
  /* line 28, ../scss/pages/_hire.scss */
  .booqable-product-list-wrapper .booqable-product {
    width: 50% !important;
  }
}
/* line 46, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product .booqable-product-wrapper {
  border-radius: 0;
  box-shadow: none;
  border: none;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
/* line 54, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product .booqable-product-wrapper .booqable-product-inner {
  border-radius: 0;
  box-shadow: none !important;
  border: none !important;
  background: transparent;
}
/* line 60, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product .booqable-product-wrapper .booqable-product-inner .BFocalImage-WobXr {
  border-radius: 0;
}
/* line 64, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product .booqable-product-wrapper .booqable-product-inner button.bq-button {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 35px;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 166, ../scss/partials/_typography.scss */
.booqable-product-list-wrapper .booqable-product .booqable-product-wrapper .booqable-product-inner button.bq-button:hover {
  background: #CCC;
  color: black;
}
/* line 73, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product .booqable-product-wrapper .booqable-product-inner button.bq-button:hover {
  opacity: 0.7;
}
/* line 78, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product .booqable-product-wrapper .booqable-product-inner .bq-details {
  height: auto;
  margin: 20px 0;
  color: black;
}
/* line 83, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product .booqable-product-wrapper .booqable-product-inner .bq-details .bq-product-title-wrapper.bq-has-prices {
  height: auto;
}
/* line 87, ../scss/pages/_hire.scss */
.booqable-product-list-wrapper .booqable-product .booqable-product-wrapper .booqable-product-inner .bq-details .bq-product-name {
  font-weight: normal;
  font-family: "Schibsted Grotesk", serif;
}

/* line 1, ../scss/pages/_checkout.scss */
.page-template-page-checkout {
  background: #efefef;
}
/* line 4, ../scss/pages/_checkout.scss */
.page-template-page-checkout .main-content {
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
/* line 10, ../scss/pages/_checkout.scss */
.page-template-page-checkout .main-content .page-title {
  margin-bottom: 40px;
}
/* line 14, ../scss/pages/_checkout.scss */
.page-template-page-checkout .main-content .wc-block-components-main,
.page-template-page-checkout .main-content .wc-block-cart__main {
  background: white;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 767px) {
  /* line 14, ../scss/pages/_checkout.scss */
  .page-template-page-checkout .main-content .wc-block-components-main,
  .page-template-page-checkout .main-content .wc-block-cart__main {
    background: transparent;
    padding: 0;
  }
}
/* line 26, ../scss/pages/_checkout.scss */
.page-template-page-checkout .main-content .wp-block-woocommerce-cart-order-summary-block {
  background: white;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 767px) {
  /* line 26, ../scss/pages/_checkout.scss */
  .page-template-page-checkout .main-content .wp-block-woocommerce-cart-order-summary-block {
    background: transparent;
    padding: 0;
  }
}
/* line 37, ../scss/pages/_checkout.scss */
.page-template-page-checkout .main-content .is-large .wc-block-checkout__sidebar.is-sticky {
  top: 150px;
}
@media (max-width: 767px) {
  /* line 41, ../scss/pages/_checkout.scss */
  .page-template-page-checkout .main-content button.wc-block-components-checkout-place-order-button {
    width: 100%;
    display: block;
    margin-top: 40px;
  }
}
/* line 49, ../scss/pages/_checkout.scss */
.page-template-page-checkout .main-content .wc-block-components-checkout-place-order-button,
.page-template-page-checkout .main-content a.wc-block-cart__submit-button {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  width: 100%;
  margin-top: 40px;
}
/* line 166, ../scss/partials/_typography.scss */
.page-template-page-checkout .main-content .wc-block-components-checkout-place-order-button:hover,
.page-template-page-checkout .main-content a.wc-block-cart__submit-button:hover {
  background: #CCC;
  color: black;
}

/* line 60, ../scss/pages/_checkout.scss */
.wp-block-share-cart-buttons button {
  margin-bottom: 40px;
}
/* line 63, ../scss/pages/_checkout.scss */
.wp-block-share-cart-buttons button.wsc_share_cart {
  background: #254107;
}

/* line 12, ../scss/pages/_myaccount.scss */
.woocommerce-account {
  max-width: 800px;
  margin: auto;
  padding: 40px 20px;
}
/* line 17, ../scss/pages/_myaccount.scss */
.woocommerce-account h2 {
  font-size: 24px;
  color: #222;
  font-weight: 600;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 27, ../scss/pages/_myaccount.scss */
.woocommerce-account .addresses a {
  padding: 10px 25px;
  position: relative;
  display: inline-block;
  position: relative;
  color: white;
  background: #212121;
  border: none;
  border-radius: 30px;
  display: block;
  width: auto;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 166, ../scss/partials/_typography.scss */
.woocommerce-account .addresses a:hover {
  background: #CCC;
  color: black;
}

/* line 34, ../scss/pages/_myaccount.scss */
.woocommerce-MyAccount-navigation {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
/* line 40, ../scss/pages/_myaccount.scss */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
/* line 44, ../scss/pages/_myaccount.scss */
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
/* line 46, ../scss/pages/_myaccount.scss */
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 10px 15px;
  color: #222;
  text-decoration: none;
  font-weight: 500;
  border-radius: 12px;
  transition: background 0.3s ease-in-out;
}
/* line 55, ../scss/pages/_myaccount.scss */
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #f5f5f5;
}

/* line 64, ../scss/pages/_myaccount.scss */
.woocommerce-MyAccount-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  line-height: 1.6;
}

/* line 73, ../scss/pages/_myaccount.scss */
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}
/* line 77, ../scss/pages/_myaccount.scss */
.woocommerce-orders-table th, .woocommerce-orders-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}
/* line 83, ../scss/pages/_myaccount.scss */
.woocommerce-orders-table th {
  background: #fafafa;
  font-weight: 600;
}
/* line 88, ../scss/pages/_myaccount.scss */
.woocommerce-orders-table tr:hover {
  background: #f5f5f5;
}

/* line 94, ../scss/pages/_myaccount.scss */
button, .woocommerce-button {
  background: #111;
  color: white;
  padding: 12px 18px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  width: 100%;
  display: block;
}
/* line 105, ../scss/pages/_myaccount.scss */
button:hover, .woocommerce-button:hover {
  background: #333;
}

/* line 112, ../scss/pages/_myaccount.scss */
form.woocommerce-form label {
  font-size: 14px;
  color: #222;
  font-weight: 500;
}
/* line 118, ../scss/pages/_myaccount.scss */
form.woocommerce-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: border 0.3s ease-in-out;
}
/* line 125, ../scss/pages/_myaccount.scss */
form.woocommerce-form input:focus {
  border-color: #222;
}
/* line 130, ../scss/pages/_myaccount.scss */
form.woocommerce-form button {
  margin-top: 15px;
}

/* line 136, ../scss/pages/_myaccount.scss */
.woocommerce-message, .woocommerce-error, .woocommerce-info {
  padding: 15px;
}

/* line 145, ../scss/pages/_myaccount.scss */
.woocommerce-breadcrumb {
  display: none;
}

/* line 164, ../scss/style.scss */
body {
  scroll-behavior: smooth;
  -webkit-transition: background ease-out 0.6s;
  transition: background ease-out 0.6s;
  --ion-safe-area-top: env(safe-area-inset-top);
  --ion-safe-area-bottom: env(safe-area-inset-bottom);
}
/* line 174, ../scss/style.scss */
body p {
  hyphens: none !important;
  -webkit-hyphens: none !important;
}
/* line 179, ../scss/style.scss */
body.dark {
  background: black;
  color: white;
}
/* line 184, ../scss/style.scss */
body * {
  box-sizing: border-box;
}
/* line 188, ../scss/style.scss */
body input {
  border-radius: none !important;
}
/* line 192, ../scss/style.scss */
body img {
  max-width: 100%;
}
/* line 196, ../scss/style.scss */
body.menu-visible {
  overflow: hidden;
}

/* line 201, ../scss/style.scss */
.overlay-state {
  overflow: hidden;
}

/* line 206, ../scss/style.scss */
.body-loaded .scaleIn {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 211, ../scss/style.scss */
.scaleIn {
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: transform cubic-bezier(0.79, 0.01, 0.25, 0.99) 0.9s;
  transition: transform cubic-bezier(0.79, 0.01, 0.25, 0.99) 0.9s;
}

/* line 216, ../scss/style.scss */
.main-content {
  position: relative;
  margin-top: 150px;
}
/* line 220, ../scss/style.scss */
.main-content.nomargin {
  margin-top: 0;
}
@media (max-width: 767px) {
  /* line 216, ../scss/style.scss */
  .main-content {
    margin-top: 100px;
  }
}

/* line 229, ../scss/style.scss */
a.node-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 238, ../scss/style.scss */
.page-title {
  position: relative;
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
}

/* line 245, ../scss/style.scss */
.blocktitle {
  text-align: left;
  width: 100%;
  margin: 40px auto;
}

/* line 251, ../scss/style.scss */
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  box-shadow: none;
}
/* line 257, ../scss/style.scss */
a:active, a:hover, a:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

/* line 266, ../scss/style.scss */
a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 275, ../scss/style.scss */
img.low-res {
  position: relative;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  width: 100%;
  height: auto;
  display: block;
}

/* line 285, ../scss/style.scss */
img.high-res {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  object-fit: cover;
  opacity: 0;
  -webkit-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 297, ../scss/style.scss */
img.high-res.high-res {
  opacity: 1;
}

/* line 303, ../scss/style.scss */
.scrollAnimatedItem .image-container {
  opacity: 0;
}
/* line 307, ../scss/style.scss */
.scrollAnimatedItem .text-container {
  opacity: 0;
}
/* line 312, ../scss/style.scss */
.scrollAnimatedItem.inview .image-container {
  animation: fadeUp;
  animation-delay: .5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
/* line 319, ../scss/style.scss */
.scrollAnimatedItem.inview .text-container {
  animation: fadeUp;
  animation-delay: 0s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
