@charset "UTF-8";
/*!
Theme Name: Self Store Group
Theme URI: https://www.selfstoregroup.co.uk/
Author: Mike Chappels
Author URI: https://mikechappels.co.uk
Description: Bespoke wordpress theme for selfstoregroup.co.uk
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ssg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

a:visited {
  color: #800080;
}

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

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

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

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

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

.post,
.page {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

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

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

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

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

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

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

#breadcrumbs {
  font-size: 14px;
}

.archive #primary .container {
  max-width: 1400px;
}

.page #primary.wrapper.bg-image {
  padding-top: 196px;
  padding-bottom: 98px;
  background-size: cover !important;
  color: #FFFFFF;
}
.page #primary.wrapper.bg-image #breadcrumbs a {
  color: var(--cc-03);
}
.page #primary.wrapper .container {
  padding-bottom: 0;
}
.page #primary.wrapper .container .entry-content p {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media all and (min-width: 1024px) {
  .archive-intro {
    max-width: 66%;
  }
  .info {
    position: relative;
  }
  .info:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    background: url(images/key-left.png) no-repeat left bottom transparent;
    background-size: 300px;
    left: 0;
    bottom: 0;
  }
}
.post-type-archive-faqs {
  background: var(--cc-04) !important;
}
.post-type-archive-faqs #primary article {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cc-05);
  position: relative;
  padding-left: 80px;
}
.post-type-archive-faqs #primary article:last-child {
  border-bottom: 0;
}
.post-type-archive-faqs #primary article:before {
  position: absolute;
  content: "?";
  font-size: 24px;
  color: var(--cc-02);
  left: 0;
  top: 6px;
  width: 50px;
  border-radius: 5px;
  background: #FFFFFF;
  height: 50px;
  text-align: center;
  padding-top: 6px;
  font-weight: 300;
}
.post-type-archive-faqs #primary article h2 {
  font-weight: 400;
  color: var(--cc-02);
}

.faqs-block.wrapper {
  background: var(--cc-04);
}
.faqs-block.wrapper .container {
  max-width: 1000px;
  margin: 0 auto;
}
.faqs-block.wrapper .container h2 {
  text-align: center;
}
.faqs-block.wrapper .container a.cta {
  display: table;
  margin: 0 auto;
}
.faqs-block.wrapper .container .faq-container .faq {
  border-bottom: 1px solid var(--cc-05);
  padding: 0;
}
.faqs-block.wrapper .container .faq-container .faq.active h3 {
  color: var(--cc-02) !important;
}
.faqs-block.wrapper .container .faq-container .faq.active h3:before {
  transform: rotate(45deg);
}
.faqs-block.wrapper .container .faq-container .faq h3:hover {
  color: var(--cc-02);
}
.faqs-block.wrapper .container .faq-container .faq h3 {
  font-weight: 400;
  cursor: pointer;
  padding-right: 50px;
  position: relative;
  margin: 0;
  padding: 32px 0;
  transition: all 0.2s ease-in-out;
}
.faqs-block.wrapper .container .faq-container .faq h3:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("images/plus-icon.svg") no-repeat center transparent;
  background-size: contain;
  top: 42px;
  right: 20px;
  transform: rotate(0);
  transition: all 0.2s ease-in-out;
}
.faqs-block.wrapper .container .faq-container .faq .answer {
  display: none;
  opacity: 0.7;
}
.faqs-block.wrapper .container .faq-container .faq .answer .text p {
  margin: 0;
  padding-bottom: 24px;
  max-width: 800px;
}

.post-type-archive-faqs #primary .container {
  max-width: 1000px;
}

#footer-cta {
  padding: 60px 0px;
  background: var(--cc-03);
  text-align: center;
}
#footer-cta .container .h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
footer#colophon {
  background: var(--cc-01);
  color: #FFFFFF;
  padding-bottom: 100px;
}
footer#colophon a, footer#colophon a:visited {
  color: var(--cc-03);
}
footer#colophon a:hover {
  color: #FFFFFF;
}

.scrolled .contact-button {
  right: 20px;
}

.contact-button {
  position: fixed;
  bottom: 50px;
  right: -160px;
  z-index: 1001;
  background: var(--cc-03);
  color: var(--cc-01);
  border-radius: 100px;
  padding: 20px 10px;
  text-align: center;
  height: 100px;
  width: 100px;
  transition: all 0.3s ease-in-out;
  transform: scale(0.6);
}
.contact-button img {
  width: 28px;
  display: block;
  margin: 0 auto 4px;
}
.contact-button a {
  display: block;
  color: var(--cc-01) !important;
  text-decoration: none;
  font-size: 16px;
}

nav.footer-navigation.small .menu-small-links-container ul#small-footer-menu {
  margin: 8px 0;
  padding: 0;
}
nav.footer-navigation.small .menu-small-links-container ul#small-footer-menu li {
  list-style: none;
  padding: 0 10px 0 0;
}
nav.footer-navigation.small .menu-small-links-container ul#small-footer-menu li a {
  font-size: 0.8rem;
}

@media all and (max-width: 767px) {
  .contact-button {
    width: 300px;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    padding: 16px 20px;
    bottom: -100px;
    border: 2px solid #FFFFFF;
    border-radius: 7px;
  }
  .contact-button img {
    display: inline-block;
    margin: -4px 8px 0 0;
    vertical-align: middle;
  }
  .scrolled .contact-button {
    bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  #footer-cta {
    background: url(images/footer-cta-bg.jpg) no-repeat center;
    text-align: left;
    background-size: cover;
    padding: 60px 0px;
  }
  #footer-cta .container .h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  #footer-cta .container p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  footer#colophon {
    padding-bottom: 0px;
  }
  .contact-button {
    transform: scale(1);
    bottom: 100px;
    box-shadow: 0 20px 40px rgba(var(--cc-02-rgb), 0.3);
  }
  .scrolled .contact-button {
    right: 40px;
  }
  #footer-cta .container p, #footer-cta .container .h2 {
    max-width: 60%;
  }
  #footer-cta .container .h2 {
    display: block;
  }
}
input[type=text], input[type=email], input[type=tel], input[type=submit], textarea {
  width: 100%;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 3px;
}

input[type=text], input[type=email], input[type=tel], textarea {
  background: var(--cc-04);
  padding: 8px 10px;
  margin-top: 3px;
  border: 1px solid rgba(var(--cc-01), 0.2);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--cc-02);
  text-align: right;
  text-transform: uppercase;
  font-size: 0.8rem;
}

::-moz-placeholder { /* Firefox 19+ */
  color: var(--cc-02);
  text-align: right;
  text-transform: uppercase;
  font-size: 0.8rem;
}

:-ms-input-placeholder { /* IE 10+ */
  color: var(--cc-02);
  text-align: right;
  text-transform: uppercase;
  font-size: 0.8rem;
}

:-moz-placeholder { /* Firefox 18- */
  color: var(--cc-02);
  text-align: right;
  text-transform: uppercase;
  font-size: 0.8rem;
}

input[type=submit] {
  background: var(--cc-02) !important;
  border: 0px solid #FFFFFF !important;
  color: #FFFFFF;
  padding: 20px;
  border-radius: 3px;
  width: auto;
  font-size: 1.25rem;
}

.treatments-contact-content {
  margin-bottom: 16px;
}

label {
  display: block;
  margin-bottom: 18px;
  text-align: left;
}

.wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}

.wpcf7-acceptance .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.wpcf7-acceptance .wpcf7-list-item label, .wpcf7-checkbox .wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  padding: 4px 25px 10px 60px;
  margin-bottom: 24px;
  font-size: 14px;
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after, .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  left: 3px;
  top: 3px;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.07);
}
.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  width: 48px;
  height: 28px;
  background: var(--cc-04);
  border-radius: 30px;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + span.wpcf7-list-item-label:after, .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span.wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  left: 22px;
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + span.wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
  background: var(--cc-03);
}

.wpcf7-radio .wpcf7-list-item {
  margin: 24px 0 16px;
  display: inline-block;
  width: 40%;
  max-width: 200px;
  vertical-align: top;
}
.wpcf7-radio .wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  padding: 4px 25px 10px 35px;
  margin-bottom: 24px;
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: var(--cc-04);
  left: 3px;
  top: 3px;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.07);
}
.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  width: 28px;
  height: 28px;
  background: rgba(var(--cc-01), 0.3);
  border-radius: 30px;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease-in-out;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span.wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  left: 3px;
}
.wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + span.wpcf7-list-item-label:before {
  background: var(--cc-01);
}

.treatments-contact-container {
  margin-bottom: 32px;
  border-top: 1px solid rgba(var(--cc-01), 0.3);
  border-bottom: 1px solid rgba(var(--cc-01), 0.3);
  padding: 16px 0 0;
}
.treatments-contact-container .treatments-contact-header {
  display: block;
  cursor: pointer;
  margin-bottom: 16px;
  padding-left: 30px;
  position: relative;
}
.treatments-contact-container .treatments-contact-header:before {
  position: absolute;
  content: "";
  top: 6px;
  width: 13px;
  height: 13px;
  left: 5px;
  transition: all 0.4s ease-in-out;
  background: url(images/close.svg) no-repeat center transparent;
  background-size: contain;
  transform: rotate(45deg);
}
.treatments-contact-container .treatments-contact-header.active:before {
  transform: rotate(0deg);
}

span.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  background: #FFFFFF;
  margin: 16px 0;
  padding: 16px 24px;
  text-align: center;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  display: inline-block;
  width: 100%;
}

.treatments-contact-content {
  display: none;
}

.columns .column.form-col {
  margin-bottom: 0;
}

.wpcf7 {
  max-width: 1000px;
}

.contact-page .container p {
  max-width: 900px;
}

.contact-page #primary .container {
  padding-top: 0;
  max-width: 1100px;
}
.contact-page #primary .container article {
  width: 100%;
}
.contact-page #primary .container aside {
  display: none;
}
.contact-page .hero .container {
  max-width: 1100px;
}

body.contact-page {
  background: url(images/shadow-optimised-02.jpg) no-repeat center var(--cc-04);
  background-size: cover;
  background-attachment: fixed;
}

@media all and (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 50%;
  }
}
@media all and (min-width: 1024px) {
  .wpcf7-checkbox .wpcf7-list-item {
    width: 33%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: var(--cc-01);
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.middle {
  align-items: center;
}

.center {
  text-align: center;
}

.row-rev {
  flex-direction: row-reverse;
}

.col-rev {
  flex-direction: column-reverse;
}

.small-text {
  font-size: 0.8rem;
}

.italic {
  font-style: italic;
}

h1, .h1 {
  font-weight: 900;
}
h1.page-title, h1.entry-title, .h1.page-title, .h1.entry-title {
  font-size: 3rem;
  line-height: 3.5rem;
  margin-top: 0;
}

h2, .h2 {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.75rem;
}

h3, .h3 {
  font-weight: 600;
}

a, a:visited {
  color: var(--cc-02);
  text-decoration: none;
}

.cta {
  background: var(--cc-03);
  color: var(--cc-01) !important;
  border-radius: 4px;
  padding: 12px 40px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.cta:hover {
  background: var(--cc-01);
  color: var(--cc-03) !important;
}

.cta-rev {
  background: var(--cc-01);
  color: #FFFFFF !important;
  border-radius: 4px;
  padding: 12px 40px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  border: 2px solid var(--cc-01);
}
.cta-rev:hover {
  background: #FFFFFF;
  color: var(--cc-01) !important;
}

.fixed-bg {
  background-attachment: fixed;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.italic {
  font-style: italic;
}

.wrapper {
  width: 100%;
}
.wrapper .container.pt-extra {
  padding-top: 48px;
}
.wrapper .container.pb-extra {
  padding-bottom: 48px;
}
.wrapper .container.pt-xxl {
  padding-top: 64px;
}
.wrapper .container.pb-xxl {
  padding-bottom: 64px;
}
.wrapper .container.pt-xxxl {
  padding-top: 98px;
}
.wrapper .container.pb-xxxl {
  padding-bottom: 98px;
}
.wrapper .container.full-width {
  max-width: 100%;
}
.wrapper .container {
  padding: 24px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

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

.hide {
  display: none;
}

.block-title {
  width: 100% !important;
}

/* Base utilities */
.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.small-headline {
  color: var(--cc-02) !important;
  margin: 0 0 16px;
  display: inline-block;
  background: #FFFFFF;
  padding: 4px 15px;
  border-radius: 60px;
  font-weight: 400;
  font-size: 0.9rem;
  border: 2px solid var(--cc-02);
}

.headline {
  margin-top: 0;
}

.image.col img {
  border-radius: 20px;
}

#primary {
  margin-top: 160px;
}

.page #primary .container article {
  padding-left: 0;
}

/* Grid wrapper */
.grid {
  gap: 24px 2%; /* row gap 24px, column gap 1% */
}

.image-text-block .grid {
  gap: 40px 2%;
}

/* Default: mobile (1 column) */
.grid > * {
  width: 100%;
}

/* Tablet */
@media (min-width: 768px) {
  .grid.col-01 > * {
    width: 100%;
  }
  .grid.col-02 > * {
    width: 48%;
  }
  .grid.col-03 > * {
    width: 100%;
  }
  .grid.col-04 > * {
    width: 48%;
  }
  .grid.col-05 > * {
    width: 48%;
  }
  .grid.col-06 > * {
    width: 48%;
  }
  .grid.col-07 > * {
    width: 48%;
  }
  .grid.col-08 > * {
    width: 48%;
  }
  .grid.col-09 > * {
    width: 48%;
  }
  .grid.col-010 > * {
    width: 48%;
  }
  .grid.col-011 > * {
    width: 48%;
  }
  .grid.col-012 > * {
    width: 48%;
  }
}
/* Desktop */
@media (min-width: 1024px) {
  .grid.col-01 > * {
    width: 100%;
  }
  .grid.col-02 > * {
    width: 49%;
  }
  .grid.col-03 > * {
    width: 32%;
  }
  .grid.col-06 > * {
    width: 32%;
  }
  .grid.col-04 > * {
    width: 23%;
  }
}
@media all and (min-width: 768px) {
  h1.page-title, h1.entry-title, .h1.page-title, .h1.entry-title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .page #primary .container article {
    padding-left: 20px;
  }
  .image-text-content.col {
    padding: 0 20px;
  }
  .wrapper .container {
    padding: 48px 40px;
  }
  .wrapper .container.pt-extra {
    padding-top: 64px;
  }
  .wrapper .container.pb-extra {
    padding-bottom: 64px;
  }
  .wrapper .container.pt-xxl {
    padding-top: 98px;
  }
  .wrapper .container.pb-xxl {
    padding-bottom: 98px;
  }
  .wrapper .container.pt-xxxl {
    padding-top: 130px;
  }
  .wrapper .container.pb-xxxl {
    padding-bottom: 130px;
  }
}
@media all and (min-width: 1024px) {
  .image-text-content.col {
    padding: 0 50px;
  }
  .page #primary .container article {
    padding-left: 50px;
  }
}
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 20px;
  background: #FFFFFF;
  z-index: 100000;
}
header#masthead .site-branding .site-title {
  margin: 0;
}
header#masthead .site-branding .site-title a {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 80px;
  background: var(--logo) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
}

@media all and (min-width: 768px) {
  header#masthead {
    padding: 16px 40px;
  }
}
@media all and (min-width: 1024px) {
  .scrolled header#masthead {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  }
  header#masthead {
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 -30px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }
  header#masthead .site-branding {
    width: 120px;
  }
  header#masthead .site-branding .site-title a {
    width: 120px;
    height: 100px;
  }
  header#masthead nav#site-navigation {
    max-width: calc(100% - 120px);
    width: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  header#masthead nav#site-navigation .menu-menu-1-container {
    font-size: 1.5rem;
    width: 100%;
  }
  header#masthead nav#site-navigation .menu-menu-1-container ul#primary-menu li:last-child a {
    padding-right: 0;
  }
  header#masthead nav#site-navigation .menu-menu-1-container ul#primary-menu li a {
    color: var(--cc-02);
    font-weight: 400;
  }
  header#masthead nav#site-navigation .menu-menu-1-container ul#primary-menu li a:hover {
    background: transparent;
    color: var(--cc-01) !important;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container {
    width: 100%;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container ul#contact {
    font-size: 0.8rem;
    justify-content: end;
    margin-bottom: 8px;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container ul#contact li.regular a {
    border: 1px solid var(--cc-01);
    border-radius: 4px;
    margin-left: 5px;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container ul#contact li.tel-link a {
    position: relative;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container ul#contact li.tel-link a:before {
    position: absolute;
    content: "";
    top: 10px;
    left: 3px;
    width: 10px;
    height: 15px;
    background: url(images/mobile-phone-icon.svg) no-repeat center;
    background-size: contain;
    display: block;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container ul#contact li.email-link a {
    position: relative;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container ul#contact li.email-link a:before {
    position: absolute;
    content: "";
    top: 13px;
    left: -1px;
    width: 15px;
    height: 10px;
    background: url(images/email-icon.svg) no-repeat center;
    background-size: contain;
    display: block;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container ul#contact li.highlight a {
    border: 1px solid var(--cc-01);
    border-radius: 4px;
    background: var(--cc-01);
    color: var(--cc-03) !important;
    margin-left: 5px;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container ul#contact li a {
    padding: 8px 20px;
    font-weight: 400;
  }
  header#masthead nav#site-navigation .menu-contact-menu-container ul#contact li a:hover {
    background: transparent;
    color: var(--cc-01) !important;
  }
}
.hero-border {
  border: 20px solid #FFFFFF;
  border-radius: 40px;
  overflow: hidden;
  margin-top: 122px;
}
.hero-border #primary {
  margin-top: 0 !important;
  padding-top: 98px !important;
  position: relative;
}
.hero-border #primary:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--cc-01);
  opacity: 0.5;
}
.hero-border #primary article {
  position: relative;
}

.home #primary {
  margin-top: 0px;
}

.hero-section.wrapper {
  position: relative;
  background-size: cover;
  background-position: bottom -150px right -405px;
  background-repeat: no-repeat;
}
.hero-section.wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/self-store-group/images/key.png) no-repeat right 20px bottom 14px var(--cc-03);
  background-size: 120px;
}
.hero-section.wrapper .container {
  position: relative;
}
.hero-section.wrapper .container .col {
  max-width: 700px;
}
.hero-section.wrapper .container .col h4 {
  background: var(--cc-02);
  color: #FFFFFF;
  padding: 8px 20px;
  font-weight: 400;
  border-radius: 20px;
  font-weight: 600;
  display: none;
}
.hero-section.wrapper .container .col h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 0 0 24px;
}
.hero-section.wrapper .container .col .hero-text p {
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media all and (max-width: 767px) {
  .hero-section.wrapper .container .col h4 {
    margin-top: 0;
  }
  .hero-section.wrapper .container .col .cta {
    background: var(--cc-01);
    color: #FFFFFF !important;
  }
}
@media all and (min-width: 768px) {
  .hero-border {
    border-width: 40px;
    border-radius: 80px;
  }
  .hero-section.wrapper {
    height: calc(100svh - 380px);
    min-height: 800px;
    background-position: center;
    overflow: hidden;
  }
  .hero-section.wrapper:before {
    background: transparent;
  }
  .hero-section.wrapper .container .col {
    color: var(--cc-01);
  }
  .hero-section.wrapper .container .col h4 {
    display: inline-block;
    margin: 0;
  }
  .hero-section.wrapper .container .col h1 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-top: 24px;
  }
  .hero-section.wrapper .container .col .hero-text p {
    margin: 0 0 32px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .wrapper.hero-section:before {
    position: absolute;
    content: "";
    left: -100px;
    top: -300px;
    width: 900px;
    height: 900px;
    border-radius: 100%;
    background: #FFFFFF;
    filter: blur(100px);
    opacity: 0.8;
  }
  .hero-text {
    max-width: 600px;
  }
}
@media all and (min-width: 1024px) {
  .hero-border {
    margin-top: 125px;
  }
  .hero-section.wrapper {
    padding-top: 0;
    height: calc(100svh - 190px);
    min-height: 600px;
    max-height: 700px;
  }
}
nav.main-navigation {
  background: var(--cc-02);
}
nav.main-navigation ul#primary-menu li a, nav.main-navigation ul#contact li a {
  color: #FFFFFF;
  font-weight: 600;
}
nav.main-navigation ul#primary-menu li a .menu-description, nav.main-navigation ul#contact li a .menu-description {
  display: block;
  font-size: 0.8rem;
}
nav.main-navigation ul#primary-menu li a .more, nav.main-navigation ul#contact li a .more {
  width: 20px;
  height: 20px;
  background: url("images/arrow-down-brown-icon.svg") no-repeat center transparent;
  background-size: 12px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

nav.footer-navigation .menu-footer-menu-container ul#footer-menu {
  margin: 0;
  padding: 0;
}
nav.footer-navigation .menu-footer-menu-container ul#footer-menu li {
  list-style: none;
  display: block;
  padding: 0 0 8px 0;
  margin: 0;
}

@media all and (min-width: 768px) {
  nav.footer-navigation .menu-footer-menu-container ul#footer-menu {
    margin: 0;
    padding: 0;
  }
  nav.footer-navigation .menu-footer-menu-container ul#footer-menu li {
    list-style: none;
    display: inline-block;
    padding: 0 15px 8px 0;
    margin: 0;
  }
}
@media all and (min-width: 1024px) {
  .white-logo {
    display: none;
  }
  nav.main-navigation {
    margin: 8px 0 0;
    background: transparent;
  }
  nav.main-navigation ul#primary-menu, nav.main-navigation ul#contact {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    gap: 0px;
  }
  nav.main-navigation ul#primary-menu li, nav.main-navigation ul#contact li {
    padding: 0px;
  }
  nav.main-navigation ul#primary-menu li ul, nav.main-navigation ul#contact li ul {
    display: block;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 1.15rem;
  }
  nav.main-navigation ul#primary-menu li a, nav.main-navigation ul#contact li a {
    color: #000000;
    padding: 8px 20px;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  nav.main-navigation ul#primary-menu li a:hover, nav.main-navigation ul#contact li a:hover {
    background: var(--cc-01);
  }
  nav.main-navigation ul#primary-menu li a .menu-description, nav.main-navigation ul#contact li a .menu-description {
    opacity: 0.5;
  }
}
@media all and (max-width: 1023px) {
  button.menu-toggle {
    position: fixed;
    z-index: 10001;
    right: 50px;
    top: 40px;
    text-indent: -3000px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(images/menu-icon.svg) no-repeat center #FFFFFF;
    background-size: 20px;
    color: #FFFFFF;
    border-radius: 100px;
    display: block;
    border: 0;
  }
  nav.main-navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
    padding: 40px;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0s linear 0.3s;
    z-index: 1000;
    transform: translateY(100px) scale(1.5);
    background: var(--cc-02);
  }
  nav.main-navigation ul {
    display: block;
    max-width: 500px;
  }
  nav.main-navigation li:hover ul {
    left: auto;
  }
  nav.main-navigation li a {
    font-weight: 400 !important;
    font-size: 1.25rem;
    padding: 4px 0;
  }
  nav.main-navigation li a .more {
    float: right;
    background: url("images/arrow-down-white-icon.svg") no-repeat center transparent !important;
    background-size: 12px !important;
    width: 60px;
    height: 40px;
  }
  nav.main-navigation li ul {
    left: auto;
    position: relative;
    float: none;
    box-shadow: none;
    display: none;
  }
  nav.main-navigation li ul li a {
    padding-left: 20px;
    font-size: 1rem;
  }
  nav.main-navigation .menu-contact-menu-container {
    margin-top: 16px;
  }
  nav.main-navigation .menu-contact-menu-container ul li a {
    font-size: 1rem;
    opacity: 0.8;
  }
  .menu-open button.menu-toggle {
    background: url(images/menu-close-icon.svg) no-repeat center transparent;
    background-size: 20px;
  }
  .menu-open nav.main-navigation {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateY(0) scale(1);
  }
}
@media all and (max-width: 767px) {
  button.menu-toggle {
    right: 30px;
  }
}
.socials a span.social {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #FFFFFF;
  background-size: 20px !important;
  text-indent: -3000px;
}
.socials a span.social.twitter {
  background: url("images/x-logo.svg") no-repeat center;
}
.socials a span.social.facebook {
  background: url("images/facebook-logo.svg") no-repeat center;
}
.socials a span.social.instagram {
  background: url("images/instagram-logo.svg") no-repeat center;
}
.socials a span.social.linkedin {
  background: url("images/linkedin-logo.svg") no-repeat center;
}
.socials a span.social.youtube {
  background: url("images/youtube-logo.svg") no-repeat center;
}
.socials a span.social.pinterest {
  background: url("images/pinterest-logo.svg") no-repeat center;
}

.testimonials-block.wrapper .container .col h4 {
  display: none;
}
.testimonials-block.wrapper .container .col .stars {
  display: block;
  color: var(--cc-03);
  margin: 16px 0;
}
.testimonials-block.wrapper .container .col .author {
  font-weight: 600;
  position: relative;
  padding-left: 47px;
}
.testimonials-block.wrapper .container .col .author:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background: url("images/user-icon.svg") no-repeat center var(--cc-04);
  background-size: 20px;
  border: 2px solid var(--cc-01);
  border-radius: 30px;
  top: -3px;
  left: 0px;
}

.news-block.wrapper .container .blog-teaser {
  position: relative;
  padding-bottom: 60px;
}
.news-block.wrapper .container .blog-teaser a .teaser-image {
  min-height: 250px;
  background-size: cover;
  background-position: center;
}
.news-block.wrapper .container .blog-teaser a h3.teaser-title {
  color: #000000;
  margin: 8px 0;
  font-size: 1.25rem;
}
.news-block.wrapper .container .blog-teaser .teaser-excerpt p {
  margin-top: 0;
}
.news-block.wrapper .container .blog-teaser .footer {
  background: var(--cc-02);
  border-bottom-right-radius: 30px;
  padding: 8px 20px;
  text-align: right;
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
}
.news-block.wrapper .container .blog-teaser .footer a.cta {
  margin: 0;
  background: #FFFFFF;
  border-color: #FFFFFF;
}

.tiles-block.wrapper.grey {
  background: var(--cc-04);
}
.tiles-block.wrapper.grey .container .tile {
  background: #FFFFFF;
}
.tiles-block.wrapper.grey .container .tile span.tile-icon-wrapper {
  background: var(--cc-04);
}
.tiles-block.wrapper .container .tile {
  background: rgba(var(--cc-04-rgb), 0.6);
  border-radius: 20px;
  padding: 20px;
  border: 2px solid var(--cc-04);
}
.tiles-block.wrapper .container .tile span.tile-icon-wrapper {
  width: 40px;
  display: flex;
  align-items: center;
  padding: 10px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
}
.tiles-block.wrapper .container .tile img.tile-icon {
  max-width: 20px;
  max-height: 20px;
  display: block;
  margin: 0 auto;
}
.tiles-block.wrapper .container .tile h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0;
}
.tiles-block.wrapper .container .tile .tile-text p {
  opacity: 0.7;
}
.storage-block.wrapper {
  background: var(--cc-03);
}
.storage-block.wrapper .container {
  position: relative;
  padding-top: 48px;
  padding-bottom: 130px;
}
.storage-block.wrapper .container h2 {
  text-align: center;
}
.storage-block.wrapper .container .controls .next, .storage-block.wrapper .container .controls .prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  text-indent: -3000px;
  position: absolute;
  top: calc(100% - 100px);
  z-index: 100;
  border: 2px solid var(--cc-01);
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(var(--cc-02-rgb), 0.2);
}
.storage-block.wrapper .container .controls .next {
  background: url("images/arrow-right.svg") no-repeat center #FFFFFF;
  background-position: center;
  background-size: 7px;
  right: calc(50% - 50px);
}
.storage-block.wrapper .container .controls .next:hover {
  background: url("images/arrow-right-icon.svg") no-repeat center var(--cc-01);
  background-position: center;
  background-size: 7px;
}
.storage-block.wrapper .container .controls .prev {
  background: url("images/arrow-left.svg") no-repeat center #FFFFFF;
  background-position: center;
  background-size: 7px;
  left: calc(50% - 50px);
}
.storage-block.wrapper .container .controls .prev:hover {
  background: url("images/arrow-left-icon.svg") no-repeat center var(--cc-01);
  background-position: center;
  background-size: 7px;
}
.storage-block.wrapper .container .slider {
  margin: 0 -20px;
}
.storage-block.wrapper .container .slider article {
  box-shadow: 0 0 30px rgba(var(--cc-02-rgb), 0.4);
  border-radius: 20px;
  margin: 30px 0px;
  padding: 20px;
  position: relative;
  background: #FFFFFF;
  border-bottom: 8px solid var(--cc-04);
}
.storage-block.wrapper .container .slider article a .storage-avatar {
  border-radius: 10px;
}
.storage-block.wrapper .container .slider article a h3 {
  margin: 8px 0 0;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}
.storage-block.wrapper .container .slider article a p {
  margin: 0;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--cc-02);
  text-align: center;
  font-size: 0.7rem;
  border: 2px solid var(--cc-02);
}
.storage-block.wrapper .container .slider article a p span {
  font-size: 1.2rem;
  display: block;
  padding-top: 12px;
  margin-bottom: -5px;
  font-weight: 600;
}

body.single-storage {
  background: var(--cc-03);
}
body.single-storage .main-content-container {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.storage-list article {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  border-bottom: 8px solid var(--cc-04);
  overflow: hidden;
}
.post-type-archive-storage {
  background: var(--cc-03) !important;
}
.post-type-archive-storage #primary {
  padding-bottom: 98px;
}
.post-type-archive-storage #breadcrumbs a {
  color: var(--cc-01);
}
.post-type-archive-storage .archive-intro {
  margin-bottom: 64px;
}
.post-type-archive-storage #primary article {
  padding: 16px 20px;
  overflow: hidden;
  border-bottom: 10px solid var(--cc-04);
  border-radius: 20px;
  background: #FFFFFF;
  text-align: center;
  position: relative;
}
.post-type-archive-storage #primary article .entry-content {
  margin-top: 0;
}
.post-type-archive-storage #primary article .entry-content p {
  opacity: 0.6;
}
.post-type-archive-storage #primary article header a img {
  margin-top: 16px;
}
.post-type-archive-storage #primary article header h2 {
  margin-top: 8px;
  margin-bottom: 16px;
}
.post-type-archive-storage #primary article .price {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFFFFF;
  color: var(--cc-02);
  text-align: center;
  font-size: 0.7rem;
  border: 2px solid var(--cc-02);
}
.post-type-archive-storage #primary article .price span {
  font-size: 1.25rem;
  display: block;
  padding-top: 12px;
  line-height: 1.5rem;
  font-weight: 600;
}

@media all and (min-width: 768px) {
  .storage-block.wrapper .container .slider {
    margin: 0 -40px;
  }
  .storage-block.wrapper .container .slider article {
    margin: 30px 10px;
  }
  .storage-block.wrapper .container .slider .slick-list {
    padding-left: 0;
    padding-right: 50px; /* creates the “peek” on the right */
  }
}
@media all and (min-width: 1024px) {
  .post-type-archive-storage .page-header {
    text-align: center;
  }
  .post-type-archive-storage .archive-intro {
    margin: 0 auto 64px;
  }
}
@media all and (max-width: 767px) {
  .storage-block.wrapper .container .slider article {
    transition: all 0.3s ease-in-out;
    transform: scale(0.85);
  }
  .storage-block.wrapper .container .slider article.slick-active {
    transform: scale(1);
  }
}
.page-splitter.wrapper {
  background: var(--cc-03);
  color: var(--cc-01);
  text-align: center;
}
.page-splitter.wrapper .container {
  padding-bottom: 56px;
  padding-top: 56px;
}
.page-splitter.wrapper .container h2 {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 3rem;
}
.page-splitter.wrapper .container p {
  margin: 0 auto 24px;
  max-width: 800px;
  opacity: 0.8;
}

.image-bg-block.wrapper .container {
  color: #FFFFFF;
}
.image-bg-block.wrapper .container h4 {
  color: #FFFFFF;
}
@media all and (max-width: 767px) {
  .image-bg-block.wrapper {
    position: relative;
    background-position: right;
  }
  .image-bg-block.wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(var(--cc-01-rgb), 0.4);
  }
  .image-bg-block.wrapper .container {
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .image-bg-block.wrapper {
    background-position: center;
  }
  .image-bg-block.wrapper .container .text {
    max-width: 33%;
  }
}
.usps-block.wrapper .container {
  max-width: 100%;
  padding: 0 20px;
}
.usps-block.wrapper .container .usp.col {
  text-align: center;
}
.usps-block.wrapper .container .usp.col h2 {
  font-size: 16px;
}
.usps-block.wrapper .container .usp.col img {
  max-width: 26px;
  max-height: 26px;
  vertical-align: middle;
  margin: 0 10px 0 0;
  display: inline-block !important;
}

@media all and (min-width: 768px) {
  .usps-block.wrapper {
    border: 0;
  }
  .usps-block.wrapper .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
  }
  .usps-block.wrapper .container .usp.col {
    width: 31%;
    padding: 0 20px;
    background: rgba(var(--cc-04-rgb), 0.6);
    border: 2px solid var(--cc-04);
    border-radius: 100px;
  }
}
@media all and (max-width: 767px) {
  .usps-block.wrapper {
    margin-top: 48px;
    background: var(--cc-04);
  }
}
.promo-block.wrapper .container .promo-block-content {
  text-align: center;
}
.promo-block.wrapper .container .promo-block-content h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0;
}

.gallery-block.wrapper .container .col {
  padding: 15px;
  border: 1px solid rgba(var(--cc-05-rgb), 0.6);
  background: rgba(var(--cc-04-rgb), 0.4);
  border-radius: 28px;
}
.gallery-block.wrapper .container .col h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 16px 0 0;
}
.gallery-block.wrapper .container .col p {
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.7;
}
.gallery-block.wrapper .container .col .photo {
  min-height: 300px;
  border-radius: 20px;
  text-align: right;
  background-size: cover !important;
  background-position: center !important;
}
.gallery-block.wrapper .container .col .photo span.caption {
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 15px;
  border-radius: 10px;
  display: inline-block;
  font-size: 14px;
  margin: 20px 10px 0 auto;
}

.accordion.wrapper .container {
  max-width: 1000px !important;
}

.storage-tabs {
  width: 100%;
}

/* ------------------------------------
MOBILE ACCORDION
------------------------------------ */
.storage-accordion {
  display: block;
}

.accordion-item {
  border-bottom: 1px solid var(--cc-01);
}

.accordion-trigger {
  width: 100%;
  background: none;
  border: 0;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Outfit", sans-serif;
}

.accordion-trigger:focus-visible {
  outline: 2px solid var(--cc-01);
  outline-offset: 2px;
}

.accordion-icon {
  transition: transform 0.3s ease;
}

.accordion-trigger[aria-expanded=true] .accordion-icon {
  transform: rotate(45deg);
}

.accordion-panel {
  overflow: hidden;
  transition: height 0.35s ease, opacity 0.35s ease;
  opacity: 0;
}

.accordion-panel.open {
  opacity: 1;
}

.accordion-content {
  padding: 0 1rem 1rem;
}

/* ------------------------------------
DESKTOP / TABLET TABS
------------------------------------ */
.storage-tabs-desktop {
  display: none;
}

.tab-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.tab-buttons:before {
  position: absolute;
  bottom: -84px;
  background: rgba(var(--cc-02-rgb), 0.4);
  content: "";
  left: -100px;
  right: 0;
  height: 100px;
  z-index: 2;
  filter: blur(20px);
  border-radius: 100%;
  pointer-events: none;
}

.tab-button {
  background: none;
  position: relative;
  z-index: 1;
  border: 0;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  background: var(--cc-02);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Outfit", sans-serif;
}

.tab-button.active {
  background: #FFFFFF;
  color: var(--cc-01);
  z-index: 3;
}

.tab-button:focus-visible {
  outline: 2px solid var(--cc-01);
  outline-offset: 2px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* ------------------------------------
BREAKPOINT
------------------------------------ */
@media (min-width: 768px) {
  .storage-accordion {
    display: none;
  }
  .storage-tabs-desktop {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */