/*!
Theme Name: thatmatters
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: thatmatters
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.

thatmatters 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
	 ========================================================================== */

:root {
  --thatmatters-primary-colour: #a24916;
  --thatmatters-secondary-colour: #91a79b;
  --thatmatters-button-text-colour: #f7ecd5;
  --thatmatters-button-active-border-colour: #602f19;
}

/**
 * 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: "Quicksand", sans-serif;
  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: "Quicksand", sans-serif;
  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
	 ========================================================================== */

label,
::placeholder {
  text-transform: capitalize;
}

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

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

/**
 * 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: "Quicksand", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 30px;
  text-transform: capitalize;
}

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: "Quicksand", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "Quicksand", sans-serif;
}

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: var(--thatmatters-primary-colour);
}

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

button.disabled:hover {
  box-shadow: none !important;
  color: #f7ecd5 !important;
}

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

.site-branding {
  margin-bottom: 0.5rem;
}

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

/* Capitalise
--------------------------------------------- */

/* Button
--------------------------------------------- */

.thatmatters-button {
  line-height: 1rem !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  padding: 1rem 1.875rem !important;
  text-align: center !important;
  display: inline-block !important;
  border-radius: 3.125rem !important;
  transition: 0.3s !important;
  height: auto !important;
  background-color: var(--thatmatters-primary-colour) !important;
  color: var(--thatmatters-button-text-colour) !important;
}

.thatmatters-button:hover {
  box-shadow: 0 5px 0px 0 var(--thatmatters-button-active-border-colour) !important;
  background-color: var(--thatmatters-primary-colour) !important;
}

/* Selection
--------------------------------------------- */

.select2-selection {
  height: auto !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--thatmatters-primary-colour) !important;
  background-color: transparent !important;
  color: var(--thatmatters-primary-colour) !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  width: 100% !important;
  padding: 0.9375rem 0 !important;
}

.select2-selection .select2-selection__arrow {
  top: 50% !important;
  transform: translate(0, -50%) !important;
}

.select2-selection .select2-selection__placeholder {
  color: var(--thatmatters-primary-colour) !important;
}

.select2-dropdown {
  border-radius: 0.25rem !important;
  border: 1px solid var(--thatmatters-primary-colour) !important;
}

.select2-dropdown .select2-search input {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--thatmatters-primary-colour) !important;
  padding: 0.9375rem 0 !important;
}

.select2-dropdown .select2-results .select2-results__option--highlighted {
  background-color: var(--thatmatters-primary-colour) !important;
}

/* Pagination
--------------------------------------------- */

.thatmatters-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.625rem;
  flex-wrap: nowrap;
  font-weight: 300;
}

.thatmatters-pagination-button {
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--thatmatters-primary-colour);
}

/* Header
--------------------------------------------- */

.searchicon {
  position: relative;
}

.mobile-join-now-wrapper {
  display: none;
}

@media (max-width: 768px) {
  .header-btn li:nth-child(2),
  .header-search-wrapper,
  .join-now-button-wrapper {
    display: none !important;
  }

  .mobile-join-now-wrapper {
    display: block;
  }

  .mobile-join-now-wrapper a {
    display: inline-block;
    background-color: var(--thatmatters-button-text-colour);
    color: var(--thatmatters-primary-colour) !important;
    border-radius: 3.125rem;
    padding: 0.125rem 1rem;
  }
}

.header-search-wrapper {
  position: absolute;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  column-gap: 0.75rem;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  border: 1px solid transparent;
  z-index: 1;
}

.header-search-wrapper .icon-search {
  font-size: 1.5rem;
}

.header-search-wrapper .icon-search::before {
  color: #b9987e;
}

.header-search-wrapper input {
  border-radius: 3.125rem;
  height: 2.5rem;
  width: 18.75rem;
  border: none;
  padding: 0 1rem;
}

.join-now-button-wrapper {
  flex-shrink: 0;
}

.join-now-button {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.125rem 1rem;
  border-radius: 3.125rem;
  border: 1px solid transparent;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .header-btn ul {
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .join-now-button {
    font-size: 1.125rem;
  }
}

.header-btn .join-now-button {
  background-color: var(--thatmatters-button-text-colour);
  color: var(--thatmatters-primary-colour);
  border-color: var(--thatmatters-button-text-colour);
}

.header-btn .join-now-button:hover {
  color: var(--thatmatters-button-text-colour);
  background-color: var(--thatmatters-primary-colour);
}

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

#colophon > .site-info > .container > .row {
  margin: 0;
  justify-content: space-between;
  column-gap: 1.875rem;
  row-gap: 2.5rem;
}

#colophon > .site-info > .container > .row.btm-footer {
  justify-content: center;
  text-align: center;
  margin-top: 2.5rem;
}

#colophon .footer-logo {
  width: 100%;
  text-align: center;
}

#colophon .footer-logo img {
  width: 7.5rem;
}

#colophon .footer-2,
#colophon .footer-3,
#colophon .fsocial-sidebar,
#colophon .footer-join-now-wrapper {
  width: calc(50% - 1.875rem / 2 - 2.5rem);
  margin: 0;
  text-align: left;
}

#colophon .footer-2,
#colophon .footer-join-now-wrapper {
  margin-left: 2.5rem;
}

#colophon .footer-3,
#colophon .fsocial-sidebar {
  margin-right: 2.5rem;
}

#colophon ul {
  justify-content: flex-start;
  margin-bottom: 0;
  column-gap: 1.25rem;
}

#colophon ul a {
  padding: 0;
}

#colophon .fsocial {
  display: flex;
  column-gap: 1.875rem;
  margin-top: -2.5rem;
  align-items: flex-end;
  flex-direction: row-reverse;
  width: 100%;
}

#colophon .fsocial .join-now-button {
  display: inline-block;
}

#colophon .col {
  padding: 0;
}

.footer-subscription {
  margin-top: 0 !important;
}

.fsocial .join-now-button {
  background-color: var(--thatmatters-primary-colour);
  color: var(--thatmatters-button-text-colour);
  border-color: var(--thatmatters-primary-colour);
}

.fsocial .join-now-button:hover {
  background-color: #fff;
  color: var(--thatmatters-primary-colour);
}

@media (min-width: 992px) {
  #colophon > .site-info > .container > .row {
    flex-wrap: nowrap;
  }

  #colophon .footer-2,
  #colophon .footer-3,
  #colophon .fsocial-sidebar,
  #colophon .footer-join-now-wrapper {
    margin: 0;
  }

  #colophon .fsocial-sidebar,
  #colophon .footer-join-now-wrapper {
    width: 100%;
  }

  #colophon .footer-logo img {
    width: 100%;
  }

  #colophon .fsocial {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    row-gap: 1.5rem;
  }

  #colophon ul {
    flex-wrap: nowrap;
  }

  #colophon > .site-info > .container > .row > .col:first-child {
    width: 20%;
  }

  #colophon > .site-info > .container > .row > .col:nth-child(2),
  #colophon > .site-info > .container > .row > .col:nth-child(3) {
    width: 15%;
  }

  #colophon > .site-info > .container > .row > .col:nth-child(4) {
    width: 15%;
  }

  #colophon > .site-info > .container > .row > .col:last-child {
    width: 35%;
  }

  #colophon > .site-info > .container > .row > .col:last-child .wrp {
    padding: 1.875rem 1.5rem;
    border-radius: 1.5rem;
  }

  #colophon > .site-info > .container > .row > .col:last-child .wrp h4 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  #colophon > .site-info > .container > .row > .col:last-child .wrp {
    border-radius: 3.125rem;
  }

  #colophon > .site-info > .container > .row > .col:last-child .wrp h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1500px) {
  #colophon > .site-info > .container > .row > .col:nth-child(2),
  #colophon > .site-info > .container > .row > .col:nth-child(3) {
    width: 12.5%;
  }

  #colophon > .site-info > .container > .row > .col:nth-child(4) {
    width: 10%;
  }

  #colophon > .site-info > .container > .row > .col:last-child .wrp {
    border-radius: 5.625rem;
    padding: 3.75rem 3.125rem;
  }

  #colophon > .site-info > .container > .row > .col:last-child .wrp h4 {
    font-size: 1.625rem;
  }
}

#bottompopupshow {
  background-image: url(/wp-content/themes/thatmatters/assets/img/popupstar.png) !important;
}

.popup-cnt .wpcf7-email::placeholder {
  text-transform: none;
}

.popup-img {
  position: relative;
}

.popup-img-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgb(23, 23, 23);
  background: linear-gradient(
    270deg,
    rgba(23, 23, 23, 0) 0%,
    rgba(23, 23, 23, 0.2) 50%,
    rgba(23, 23, 23, 0.5) 90%
  );
}

.offer-content {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--thatmatters-button-text-colour);
  text-align: center;
  z-index: 1;
}

.offer-content h1 {
  margin-bottom: 0;
  font-size: 3.75rem;
}

.newsletter-no-thanks {
  background: none;
  border: none;
  color: var(--thatmatters-button-text-colour);
  font-size: 0.75rem;
}

.pac-price-frequency {
  font-weight: 400;
  font-size: 1.75rem;
  margin-left: -0.625rem;
}

/* My account dashboard navigation
--------------------------------------------- */

.woocommerce-MyAccount-navigation-link {
  font-weight: 400;
}

.woocommerce-MyAccount-navigation-link.is-active {
  font-weight: 700;
}

/* Subscription list page
--------------------------------------------- */
.plan-table tbody {
  font-size: 0.875rem;
}

.plan-table tr {
  border-bottom: 2px solid var(--thatmatters-primary-colour) !important;
}

.plan-table th,
.plan-table td {
  text-align: left !important;
  border: none !important;
  min-width: unset !important;
}

.plan-table th:nth-child(1),
.plan-table td:nth-child(1) {
  max-width: 6.25rem;
}

.plan-table th {
  font-weight: 300 !important;
}

.plan-table td {
  vertical-align: top !important;
}

.plan-table td:not(:last-child) {
  padding-top: 1.75rem !important;
}

.plan-actions {
  display: flex;
  column-gap: 1rem;
  row-gap: 0.5rem;
  align-items: flex-start;
  justify-content: flex-end;
}

.plan-action-button a {
  padding: 0.5rem 0.625rem !important;
  text-align: center;
}

.plan-action-select-next-toys {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.plan-action-select-next-toys,
.wps_sfw_account_show_subscription.plan-action-button {
  flex-shrink: 0;
}

.plan-action-next-dispatch-date {
  color: var(--thatmatters-secondary-colour);
  font-size: 0.75rem;
}

/* View toys (subscription detail) page
--------------------------------------------- */

.thatmatters-view-toys-container .thatmatters-little-ones {
  display: flex;
  align-items: flex-start;
  column-gap: 2.5rem;
  overflow-x: auto;
  margin-bottom: 1.875rem;
  padding-bottom: 1.25rem;
}

.thatmatters-view-toys-container .thatmatters-little-ones::-webkit-scrollbar {
  height: 15px;
}

.thatmatters-view-toys-container
  .thatmatters-little-ones::-webkit-scrollbar-thumb {
  background: var(--thatmatters-primary-colour);
  border-radius: 1.25rem;
}

.thatmatters-view-toys-container
  .thatmatters-little-ones::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 1.25rem;
}

.thatmatters-view-toys-container .thatmatters-little-one {
  opacity: 0.7;
}

.thatmatters-view-toys-container .thatmatters-little-one:hover,
.thatmatters-view-toys-container .thatmatters-little-one.active {
  opacity: 1;
}

.thatmatters-view-toys-container .icon-user {
  margin-bottom: 0.625rem;
}

.thatmatters-view-toys-container .thatmatters-little-one-name {
  font-size: 1.125rem;
  color: var(--thatmatters-secondary-colour);
  font-weight: 600;
  text-align: center;
}

.thatmatters-view-toys-container .icon-user,
.thatmatters-view-toys-container .icon-user::before {
  border-radius: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.25rem;
  width: 6.25rem;
  background-color: var(--thatmatters-secondary-colour);
  font-size: 3.75rem;
}

.thatmatters-view-toys-container .thatmatters-toy-row {
  border-bottom: 1px solid var(--thatmatters-primary-colour);
  font-weight: 600;
  padding: 1rem 0 0.5rem;
}

.thatmatters-view-toys-container .thatmatters-toy-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.thatmatters-view-toys-container .thatmatters-toy-plan-name {
  margin-bottom: 0.75rem;
}

.thatmatters-view-toys-container .thatmatters-toy-track-button {
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--thatmatters-primary-colour);
  border-radius: 3.125rem;
  padding: 0.5rem 4rem;
}

.thatmatters-view-toys-container .thatmatters-toy-track-button:hover {
  box-shadow: 0 5px 0px 0 #602f19;
}

.thatmatters-view-toys-container .thatmatters-toy-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.5rem;
  row-gap: 1rem;
  padding-right: 8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.thatmatters-view-toys-container .thatmatters-toy-image {
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 75vh;
}

.thatmatters-view-toys-container .thatmatters-toy-tracking-number {
  font-size: 1.25rem;
}

/* Payment methods page
--------------------------------------------- */

.thatmatters-payment-methods .thatmatters-payment-methods-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.thatmatters-payment-methods h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--thatmatters-primary-colour);
  margin-bottom: 0;
}

.thatmatters-payment-methods .payment-method-button {
  font-size: 1.5rem;
  color: #fff;
  background-color: var(--thatmatters-primary-colour);
  border-radius: 3.125rem;
  padding: 0.5rem 4rem;
  max-width: 11.25rem;
  width: 100%;
  text-align: center;
}

.thatmatters-payment-methods .payment-method-button:hover {
  box-shadow: 0 5px 0px 0 #602f19;
}

.thatmatters-payment-methods .thatmatters-payment-methods-credit-card {
  margin-top: 1.5rem;
  margin-bottom: 4.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.thatmatters-payment-methods .thatmatters-payment-methods-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--thatmatters-primary-colour);
}

.thatmatters-payment-methods .title,
.thatmatters-payment-methods .value {
  font-size: 1rem;
}

.thatmatters-payment-methods .title {
  font-weight: 400;
}

.thatmatters-payment-methods .value {
  font-weight: 700;
}

.woocommerce-MyAccount-content:has(.thatmatters-payment-methods)
  .woocommerce-message {
  display: none;
}

/* Payment history page
--------------------------------------------- */

.thatmatters-payment-history table {
  border-collapse: collapse;
}

.thatmatters-payment-history thead {
  text-align: left;
  border-bottom: 2px solid var(--thatmatters-primary-colour);
}

.thatmatters-payment-history th {
  padding-bottom: 0.5rem;
}

.thatmatters-payment-history tbody {
  font-weight: 400;
}

.thatmatters-payment-history tr {
  border-bottom: 2px solid var(--thatmatters-primary-colour);
}

.thatmatters-payment-history td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.thatmatters-payment-history .document-links {
  font-weight: 700;
}

/* Update payment methods page
--------------------------------------------- */

#add_payment_method .thatmatters-button-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.25rem;
  padding: 0 !important;
}

#add_payment_method .thatmatters-button-group::before,
#add_payment_method .thatmatters-button-group::after {
  content: unset !important;
}

#add_payment_method #wc-stripe-cc-form .form-row {
  padding: 0.75rem 0 !important;
  margin: 0 !important;
}

#add_payment_method #wc-stripe-cc-form .form-row:not(.form-row-wide) {
  width: 50%;
}

#add_payment_method #wc-stripe-cc-form .form-row label {
  font-weight: 400;
}

#add_payment_method #wc-stripe-cc-form .wc-stripe-elements-field {
  border-bottom-width: 0.125rem;
}

/* Personal detail page
--------------------------------------------- */

.woocommerce-EditAccountForm .woocommerce-form-row {
  position: relative;
  width: 100% !important;
}

.woocommerce-EditAccountForm .woocommerce-form-row label {
  padding: 0.375rem 0;
  font-weight: 400 !important;
}

.woocommerce-EditAccountForm .woocommerce-form-row input {
  position: absolute;
  top: 0;
  text-align: right;
  font-weight: 700 !important;
}

.woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .thatmatters-personal-detail-edit,
.woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .thatmatters-personal-detail-cancel-edit,
.woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .thatmatters-personal-detail-save {
  display: none !important;
  min-width: unset !important;
  font-size: 1.125rem !important;
  padding: 0.625rem 1.875rem !important;
}

.woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .thatmatters-personal-detail-edit.active,
.woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .thatmatters-personal-detail-cancel-edit.active,
.woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  .thatmatters-personal-detail-save.active {
  display: inline-block !important;
}

.woocommerce-MyAccount-content .little-one-list {
  margin-top: 5rem;
}

.woocommerce-MyAccount-content .little-one-list .detail-item-content a {
  max-width: unset !important;
  width: auto !important;
}

/* Order thankyou page
--------------------------------------------- */

.woocommerce-order .woocommerce-customer-details--phone::before,
.woocommerce-order .woocommerce-customer-details--email::before {
  content: none !important;
}

.woocommerce-order .woocommerce-customer-details--phone,
.woocommerce-order .woocommerce-customer-details--email {
  padding-left: 0 !important;
}

.woocommerce-order .woocommerce-order-details + header,
.woocommerce-order .woocommerce-order-details + header + .shop_table {
  display: none;
}

/* Registration page
--------------------------------------------- */

.wc-user-register-form .woocommerce-shipping-fields h3,
.wc-user-register-form .woocommerce-billing-fields h3 {
  visibility: hidden;
}

.wc-user-register-form .woocommerce-billing-fields {
  margin-top: 3.75rem;
}

.wc-user-register-form .different-billing-address-checkbox-wrapper {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
}

.wc-user-register-form .different-billing-address-checkbox-wrapper label {
  column-gap: 0.625rem;
  align-items: center;
}

.checkbox-circle {
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid var(--thatmatters-primary-colour);
  border-radius: 50%;
}

.checkbox-circle.active {
  background: var(--thatmatters-primary-colour);
}

.wc-user-register-form .woocommerce-billing-fields,
.wc-user-register-form #billing_first_name_field,
.wc-user-register-form #billing_last_name_field,
.wc-user-register-form #billing_phone_field,
.wc-user-register-form #billing_email_field,
.wc-user-register-form #shipping_first_name_field,
.wc-user-register-form #shipping_last_name_field,
#customer_login .u-column2 {
  display: none;
}

.show-password-input {
  cursor: unset !important;
}

.wc-user-register-form .form-row:has(#reg_billing_address_1),
.wc-user-register-form .form-row:has(#reg_billing_state),
.wc-user-register-form .form-row:has(#reg_billing_postcode) {
  display: none !important;
}

.wc-user-register-form {
  max-width: 37.5rem;
}

.wc-user-register-form input {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid var(--thatmatters-primary-colour) !important;
  background-color: transparent !important;
  color: var(--thatmatters-primary-colour) !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  width: 100% !important;
  padding: 0.9375rem 0 !important;
}

.wc-user-register-form .wc-user-register-fields {
  padding-right: 0 !important;
  width: 100% !important;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 6.25rem;
}

/* Edit account page
--------------------------------------------- */

.woocommerce-MyAccount-content .account-address-section {
  margin-top: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-Address {
  margin-top: 3.75rem;
}

.woocommerce-MyAccount-content .woocommerce-Address h2 {
  margin-bottom: 0;
}

.woocommerce-MyAccount-content
  .woocommerce-address-fields
  #billing_country_field
  .woocommerce-input-wrapper,
.woocommerce-MyAccount-content
  .woocommerce-address-fields
  #shipping_country_field
  .woocommerce-input-wrapper {
  display: block;
  padding: 0.9375rem 0;
  border-bottom: 1px solid var(--thatmatters-primary-colour);
}

.woocommerce-MyAccount-content
  .woocommerce-address-fields
  #billing_country_field
  .woocommerce-input-wrapper
  strong {
  font-weight: 500;
}

.woocommerce-MyAccount-content .woocommerce-Address-title::before,
.woocommerce-MyAccount-content .woocommerce-Address-title::after {
  content: none !important;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .u-column1,
.woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
  width: 100% !important;
}

.woocommerce-MyAccount-content .detail-item-content .edit-button-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 0.5rem;
}

/* Billing/Shipping address
--------------------------------------------- */

.woocommerce-address-fields #shipping_first_name_field,
.woocommerce-address-fields #shipping_last_name_field,
.woocommerce-address-fields #shipping_company_field,
.woocommerce-address-fields #billing_first_name_field,
.woocommerce-address-fields #billing_last_name_field,
.woocommerce-address-fields #billing_company_field,
#billing_phone_field,
#billing_email_field {
  display: none;
}

/* Checkout page
--------------------------------------------- */

.woocommerce-checkout .wps_recurring_bifurcation_wrapper {
  display: none;
}

.woocommerce-checkout .shop_table .cart_item.bundle_table_item,
.woocommerce-checkout
  .shop_table
  .cart_item:not(.bundle_table_item):not(.bundled_table_item) {
  display: flex;
}

.woocommerce-checkout-review-order-table tbody {
  padding-bottom: 0.75rem !important;
}

.woocommerce-checkout .shop_table .cart_item.bundle_table_item .product-name,
.woocommerce-checkout .shop_table .cart_item.bundle_table_item .product-total,
.woocommerce-checkout
  .shop_table
  .cart_item:not(.bundle_table_item):not(.bundled_table_item)
  .product-name,
.woocommerce-checkout
  .shop_table
  .cart_item:not(.bundle_table_item):not(.bundled_table_item)
  .product-total {
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout .shop_table .cart_item.bundle_table_item .product-total,
.woocommerce-checkout
  .shop_table
  .cart_item:not(.bundle_table_item):not(.bundled_table_item)
  .product-total {
  text-align: right;
}

.woocommerce-checkout
  .shop_table
  .cart_item:not(.bundle_table_item):not(.bundled_table_item)
  img,
.woocommerce-checkout
  .shop_table
  .cart_item:not(.bundle_table_item):not(.bundled_table_item)
  .product-quantity {
  display: none;
}

.woocommerce-checkout .shop_table tfoot {
  display: block;
}

.woocommerce-checkout
  .shop_table
  tfoot
  tr:not(.wps_recurring_bifurcation_wrapper) {
  display: flex;
}

.woocommerce-checkout .shop_table tfoot th,
.woocommerce-checkout .shop_table tfoot td {
  width: 50%;
}

.woocommerce-checkout .shop_table tfoot td {
  align-items: right;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  align-items: flex-start;
  column-gap: 5rem;
  row-gap: 2.5rem;
  /* flex-wrap: nowrap !important; */
}

.woocommerce-checkout form.woocommerce-checkout #customer-details-wrapper,
.woocommerce-checkout form.woocommerce-checkout #order-review-wrapper {
  width: calc(50% - 2.5rem);
  flex-shrink: 0;
}

.woocommerce-checkout form.woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 1.875rem;
}

.woocommerce-checkout
  form.woocommerce-checkout
  .woocommerce-shipping-fields
  .shipping_address {
  display: initial !important;
}

.woocommerce-checkout form.woocommerce-checkout #ship-to-different-address {
  display: none;
}

.woocommerce-checkout form.woocommerce-checkout #bill-to-different-address {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.woocommerce-checkout
  form.woocommerce-checkout
  .woocommerce-shipping-fields
  #shipping_first_name_field,
.woocommerce-checkout
  form.woocommerce-checkout
  .woocommerce-shipping-fields
  #shipping_last_name_field,
.woocommerce-checkout
  form.woocommerce-checkout
  .woocommerce-shipping-fields
  #shipping_company_field,
.woocommerce-checkout
  form.woocommerce-checkout
  .woocommerce-billing-fields
  #billing_first_name_field,
.woocommerce-checkout
  form.woocommerce-checkout
  .woocommerce-billing-fields
  #billing_last_name_field,
.woocommerce-checkout
  form.woocommerce-checkout
  .woocommerce-billing-fields
  #billing_company_field,
.woocommerce-checkout form.woocommerce-checkout .woocommerce-billing-fields h3 {
  display: none;
}

.woocommerce-checkout
  form.woocommerce-checkout
  #bill-to-different-address
  .woocommerce-form__label-for-checkbox {
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
}

.woocommerce-checkout form.woocommerce-checkout #payment {
  margin-top: 3.75rem;
}

.woocommerce-checkout
  .woocommerce-SavedPaymentMethods:has(.woocommerce-SavedPaymentMethods-token)
  .woocommerce-SavedPaymentMethods-new {
  display: none;
}

.woocommerce-checkout .woocommerce-SavedPaymentMethods {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-checkout .woocommerce-SavedPaymentMethods-token {
  margin: 0;
}

.woocommerce-checkout #bill-to-different-address-checkbox {
  display: none;
}

.woocommerce-checkout .deposit-item-description {
  margin: 0;
  font-size: 0.75rem;
}

.woocommerce-checkout .wc-terms-and-conditions .checkbox {
  display: flex !important;
}

@media (max-width: 768px) {
  .woocommerce-checkout form.woocommerce-checkout {
    flex-direction: column;
  }

  .woocommerce-checkout form.woocommerce-checkout #customer-details-wrapper,
  .woocommerce-checkout form.woocommerce-checkout #order-review-wrapper {
    width: 100%;
  }
}

/* Subscribe plan page
--------------------------------------------- */

.content_subscribe_step_1 .form-row.create_account {
  display: none;
}

.content_subscribe_step_1 .already_have_an_account {
  font-size: 1.125rem;
}

.content_subscribe_step_1 .create_login_account {
  max-width: 37.5rem;
}

.content_subscribe_step_2 .wpb_wl_quick_view_content .bundled_product {
  display: none;
}

.content_subscribe_step_2 .wpb_wl_quick_view_content .bundled_product.active {
  display: block;
}

.content_subscribe_step_2 .bundled_item_cart_details {
  display: none;
}

/* Order received page
--------------------------------------------- */

.woocommerce-customer-details .woocommerce-columns--addresses {
  display: flex;
  align-items: flex-start;
  column-gap: 2.5rem;
}

.woocommerce-customer-details .woocommerce-columns--addresses::before,
.woocommerce-customer-details .woocommerce-columns--addresses::after {
  content: none;
}

.woocommerce-customer-details
  .woocommerce-columns--addresses
  .woocommerce-column {
  width: 50%;
}

/* Search page
--------------------------------------------- */

.search-results-summary > div:first-child {
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.search-results h2 {
  text-align: left;
  margin-top: 2.5rem;
}

.search-results .pro-lists .col {
  width: 25%;
}

.not-found-search-form {
  margin-top: 6.25rem;
  display: inline-block;
  max-width: 18.75rem;
  width: 100%;
}

.not-found-search-form div {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1.25rem;
}

.not-found-search-form .icon-search {
  flex-grow: 0;
  flex-shrink: 0;
  transform: scale(1.2);
}

.not-found-search-form .icon-search::before {
  color: var(--thatmatters-primary-colour);
  opacity: 0.6;
}

.not-found-search-form div input {
  width: 100%;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 3.125rem;
}

.not-found-search-form #search-submit {
  width: 100%;
}

/* Toy popup
--------------------------------------------- */

.pic-wrapper {
  max-height: 490px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Plan page
--------------------------------------------- */

#thatmatters-plans #tabs-content {
  padding: 0;
}

#thatmatters-plans .price-and-title-section {
  padding: 2.5rem 1rem 4rem;
  border-top-left-radius: 6.25rem;
  border-top-right-radius: 6.25rem;
  position: relative;
}

#thatmatters-plans .payment-frequency {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

#thatmatters-plans .save-percent {
  padding: 0.25rem 2rem;
  font-size: 1.5rem;
}

#thatmatters-plans .pack-list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(1, 100%);
  margin: 0;
  row-gap: 2.5rem;
}

#thatmatters-plans .pack-list .col {
  width: 100%;
}

#thatmatters-plans .wrp {
  background: #fff;
  border-radius: 6.25rem;
  height: 100%;
}

#thatmatters-plans .price-and-title-section .btn {
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 15rem;
}

#thatmatters-plans .package-descriptions {
  font-weight: 600;
  color: #666;
  text-align: left;
  padding: 3rem 2.5rem 5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

#thatmatters-plans .package-descriptions div {
  display: flex;
  align-items: flex-start;
  column-gap: 0.25rem;
}

#thatmatters-plans .package-descriptions img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 1.375rem;
  margin-top: 0.125rem;
}

#thatmatters-plans .pac-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  #thatmatters-plans #tabs-content {
    padding-top: 2.5rem;
  }

  #thatmatters-plans .pack-list {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    row-gap: 0;
  }
}

.pro-lists .wrpbox,
.pro-lists .wrpbox img {
  border-radius: 3.75rem !important;
}

/* Our Toys page
--------------------------------------------- */

.quick-view-popup .quick-view-content,
.quick-view-popup .pro-img-list {
  border-radius: 1.875rem;
}

.pro-img-content {
  padding-right: 0 !important;
}

.pro-img-content .pic-wrapper {
  padding-right: 1rem;
}

.thatmatters-our-toys-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  margin-bottom: 5rem;
}

.thatmatters-our-toys-container .mobile-filter-button {
  display: none;
}

.thatmatters-our-toys-container .toys-filter-wrapper {
  padding: 0 0.9375rem;
  margin: 0 auto;
  max-width: 25rem;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: stretch;
}

.thatmatters-our-toys-container .toys-filter {
  background-color: #fff;
  border-radius: 3.75rem;
  padding: 2rem;
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.25rem;
}

.thatmatters-our-toys-container .toys-filter h3 {
  margin-bottom: 1rem;
}

.thatmatters-our-toys-container .filter-options {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  color: #666;
}

.thatmatters-our-toys-container .filter-options > div {
  display: flex;
  column-gap: 0.5rem;
  align-items: flex-start;
}

.thatmatters-our-toys-container .filter-options:first-of-type {
  padding-bottom: 2rem;
  border-bottom: 1px solid #333;
}

.thatmatters-our-toys-container h3:not(:first-of-type) {
  margin-top: 2rem;
}

.thatmatters-our-toys-container .option-checkbox {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
}

.thatmatters-our-toys-container .option-checkbox input {
  opacity: 0;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.thatmatters-our-toys-container .option-checkbox-dot {
  z-index: 0;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3.125rem;
  border: 1px solid var(--thatmatters-primary-colour);
}

.thatmatters-our-toys-container .option-checkbox-dot.active {
  background-color: var(--thatmatters-primary-colour);
}

.thatmatters-our-toys-container .list-pro {
  display: none;
  margin-bottom: 0 !important;
}

.thatmatters-our-toys-container .list-pro.active {
  display: block;
}

.thatmatters-our-toys-container .list-pro.filtered-out {
  display: none;
}

.thatmatters-our-toys-container .pro-lists {
  margin-bottom: 0 !important;
  row-gap: 1.875rem;
}

.thatmatters-our-toys-container .toy-list-wrapper {
  position: relative;
  width: 100%;
}

.thatmatters-our-toys-container .toy-list-pagination {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
}

.thatmatters-our-toys-container .toy-list-pagination .page-btns {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.thatmatters-our-toys-container .toy-list-pagination .page-btn-arrow {
  visibility: hidden;
  border-radius: 3.125rem;
  height: 1.25rem;
  width: 1.25rem;
  background-color: var(--thatmatters-primary-colour);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  flex-grow: 0;
  transition-duration: 0s !important;
}

.thatmatters-our-toys-container .toy-list-pagination .page-btn-arrow.active {
  visibility: visible;
}

.thatmatters-our-toys-container .toy-list-pagination .page-btn {
  border-bottom: 1px solid #fff;
  width: 1rem;
}

.thatmatters-our-toys-container .toy-list-pagination .page-btn.hidden {
  display: none;
}

.thatmatters-our-toys-container .toy-list-pagination .page-btn.active {
  border-bottom-color: var(--thatmatters-primary-colour);
}

.thatmatters-our-toys-container #age-range-slider {
  height: 0.25rem;
  background: #c9997d;
  opacity: 0.8;
  border: none;
  border-radius: 3.125rem;
}

.thatmatters-our-toys-container #age-range-slider .ui-slider-range {
  background: var(--thatmatters-primary-colour);
}

.thatmatters-our-toys-container
  #age-range-slider
  .ui-slider-handle:first-of-type {
  margin-left: 0;
}

.thatmatters-our-toys-container #age-range-slider .ui-slider-handle {
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 3.125rem;
  border: 1px solid var(--thatmatters-primary-colour);
  height: 1rem;
  width: 1rem;
  background: #fff;
}

.thatmatters-our-toys-container #age-range-slider .ui-slider-handle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  background: var(--thatmatters-primary-colour);
  border-radius: 3.125rem;
  content: "";
}

.thatmatters-our-toys-container #age-range-display {
  margin-top: 1rem;
  color: #666;
}

.thatmatters-our-toys-container .close-popup {
  display: none;
}

@media (max-width: 434px) {
  .thatmatters-our-toys-container .toys-filter-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .thatmatters-our-toys-container .mobile-filter-button {
    display: block;
  }

  .thatmatters-our-toys-container .mobile-filter-button a {
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
  }

  .thatmatters-our-toys-container .mobile-filter-button a svg {
    width: 1rem;
  }

  .thatmatters-our-toys-container .close-popup {
    display: flex;
  }

  .thatmatters-our-toys-container .toys-filter-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    padding: 0;
    max-width: none;
    justify-content: flex-end;
    background-color: rgba(23, 23, 23, 0.5);
    z-index: 2;
  }

  .thatmatters-our-toys-container .toys-filter {
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-width: 375px;
    position: absolute;
    right: -375px;
    top: 0;
  }

  .thatmatters-our-toys-container .pro-lists .col {
    width: 50%;
  }

  .thatmatters-our-toys-container .pro-lists .wrpbox,
  .thatmatters-our-toys-container .pro-lists .wrpbox img {
    border-radius: 1.25rem !important;
  }

  .thatmatters-our-toys-container .pro-info {
    padding: 1rem;
  }

  .thatmatters-our-toys-container .pro-info h4 {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .thatmatters-our-toys-container .toys-filter-wrapper {
    margin: 0;
    padding: 0;
    max-width: none;
    display: flex !important;
  }

  .thatmatters-our-toys-container .pro-lists {
    margin-bottom: 0 !important;
    row-gap: 3.125rem;
  }
}

@media (min-width: 992px) {
  .thatmatters-our-toys-container .toys-filter-wrapper {
    width: 25%;
  }

  .thatmatters-our-toys-container {
    flex-direction: row;
    column-gap: 2.5rem;
  }

  .thatmatters-our-toys-container .toys-filter {
    padding: 2.5rem;
  }
}

/* FAQ
--------------------------------------------- */

.faq-item a {
  text-decoration: underline;
}