/*
Theme Name: DW Starter Theme
Theme URI: https://www.designweb.co.uk/
Author: Designweb DMA Ltd
Author URI: https://www.designweb.co.uk/
Description: Designweb starter theme
Version: 1.001
License: GNU General Public License v2 or later
License URI: https://www.designweb.co.uk/
Tags: 
Text Domain: dw-starter-theme
###
	WooCommerce conditional tags:
		https://docs.woocommerce.com/document/conditional-tags/
*/

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.65;
  letter-spacing: 1.3px;
  overflow-x: hidden;
}

.clearfix {
  clear: both;
}

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

.wp-block-gallery {
  margin-bottom: 50px;
}

/* 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Flex */
.flex-row,
.flex-row > .acf-innerblocks-container {
  display: flex;
  gap: 25px;
}

/* Used in Columns Block */
.flex-row > .acf-innerblocks-container {
  flex-basis: 100%;
}

.flex-wrap,
.flex-wrap > .acf-innerblocks-container {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

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

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

.justify-content-center {
  justify-content: center;
}

/* Columns */
.flex-row > .item {
  box-sizing: border-box;
}

.flex-row > .item.half,
.flex-row > .item.third,
.flex-row > .item.two-third,
.flex-row > .item.quarter,
.flex-row > .item.fifth {
  flex-basis: 100%;
}

/* Alignments */
.entry-content > *:not(.alignwide, .alignfull, .alignleft, .alignright),
.editor-styles-wrapper
  .is-root-container
  > *:not(.alignwide, .alignfull, .alignleft, .alignright),
.alignnone {
  width: 90%;
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-style-alignwide,
.alignwide {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.is-style-alignfull,
.alignfull {
  width: 100%;
  max-width: unset !important;
  margin-left: auto;
  margin-right: auto;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
}

.mza {
  margin: 0 auto;
}

.inner {
  width: 90%;
  max-width: 1300px;
}

.inner960 {
  max-width: 960px;
}

.inner720 {
  max-width: 720px;
}

/* =Entry Content
-------------------------------------------------- */
.entry-content
  > *:first-child:not(
    .wp-block-dw-gist-slider,
    .wp-block-dw-gist-hero,
    .wp-block-cover,
    .wp-block-dw-gist-media-text
  ),
.editor-styles-wrapper
  .is-root-container
  > *:first-child:not(
    .wp-block-dw-gist-slider,
    .wp-block-dw-gist-hero,
    .wp-block-cover,
    .wp-block-dw-gist-media-text
  ) {
  margin-top: 50px;
}

/* Add gap between page title and content */
.editor-styles-wrapper
  .is-root-container
  > *:is(
    .wp-block-dw-gist-slider,
    .wp-block-dw-gist-hero,
    .wp-block-cover,
    .wp-block-dw-gist-media-text
  ):first-child {
  margin-top: 25px;
}

.entry-content
  > *:not(
    .wp-block-spacer,
    :is(p, img, ul, .wp-block-image, .wp-block-heading, .wp-block-buttons):has(
      + :is(p, ul, img, .wp-block-image, .wp-block-heading, .wp-block-buttons)
    )
  ),
.editor-styles-wrapper
  .is-root-container
  > *:not(
    :is(
      p,
      a,
      img,
      ul,
      .wp-block-image,
      .wp-block-heading,
      .wp-block-buttons
    ):has(
      + :is(
        p,
        a,
        ul,
        img,
        .wp-block-image,
        .wp-block-heading,
        .wp-block-buttons
      )
    )
  ) {
  margin-bottom: 50px;
}

.nmw {
  max-width: unset;
}

section.main {
  padding: 50px 0;
}

.page-template-page-containers section.main {
  padding-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h1,
h2 {
  margin: 0 0 30px;
}

h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
}

ul,
ol,
p {
  margin: 0 0 20px;
}

h1 {
  font-size: clamp(1.875rem, 1.875rem + 1.0417vw, 3.125rem);
  font-weight: 600;
  letter-spacing: 0.5px;
}

h2 {
  font-size: clamp(1.625rem, 1.625rem + 0.7292vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0px;
}

h3 {
  font-size: clamp(1.5rem, 1.5rem + 0.5729vw, 2.1875rem);
  font-weight: 600;
  letter-spacing: 0px;
}

h4 {
  font-size: clamp(1.375rem, 1.375rem + 0.3125vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0px;
}

h5,
h6 {
  font-size: clamp(1.25rem, 1.25rem + 0.2604vw, 1.5625rem);
  font-weight: 500;
}

p,
li {
  font-size: clamp(1rem, 1rem + 0.1042vw, 1.125rem);
  line-height: 1.6;
  letter-spacing: 0.7px;
}

p:last-child {
  margin-bottom: 0;
}

a,
a:before,
a:after,
button {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.button-padding {
  padding: 0 15px;
}

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

.woocommerce-MyAccount-navigation a,
.woocommerce-MyAccount-content a {
  color: #000;
}

a:hover {
  color: #ffe600;
}

a.button,
button,
input[type="submit"],
.woocommerce button.button:disabled,
.woocommerce button.button,
.woocommerce button.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt,
.woocommerce a.button,
.tp_load_more,
.wp-block-button__link {
  font-family: "Poppins", sans-serif;
  background-color: #ffe600;
  border-radius: 0 0 0 10px;
  padding: 10px 20px;
  min-height: 16px;
  font-weight: 600;
  color: #000;
  border: 0px;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: center;
  min-width: 120px;
  display: inline-block;
}

.woocommerce button.button.alt.single_add_to_cart_button {
  display: block;
  margin-left: auto;
}

.woocommerce button.button,
.woocommerce button.button:disabled[disabled],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt,
.woocommerce a.button {
  padding: 15px 20px;
}

.woocommerce button.button:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
  background-color: #000;
  cursor: not-allowed;
}

.woocommerce .woocommerce-cart-form button.button:disabled[disabled] {
  background-color: #ffe600;
}

a.button-alt {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 18px;
}

a.button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce button.button:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.wp-block-button__link:hover {
  background-color: #000;
  color: #ffe600;
}

a.button-alt:hover {
  background-color: #fff;
  color: #000;
}

a.button.view-all {
  margin-bottom: 50px;
}

input,
select,
textarea {
  background-color: #fff;
  color: #373737;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  width: 50%;
  min-height: 41px;
  height: 41px;
}

input {
  padding: 0 10px;
}

textarea {
  padding: 10px;
}

.greyBG {
  background-color: #eaeef2;
  padding: 50px 0;
}

::placeholder {
  color: #373737;
}

input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0px 10px 0 0px !important;
  vertical-align: middle !important;
}

input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  margin: 0px 8px 0 3px !important;
  vertical-align: middle !important;
}

.main > .content {
  margin-bottom: 50px;
}

.page-template-page-containers .main > .content {
  margin-bottom: 0;
}

.main .content h2 {
  margin-bottom: 50px;
}

.nav-links {
  text-align: center;
  margin-top: 25px;
}

.nav-links .page-numbers:not(.dots) {
  background-color: #eaeef2;
  border: 1px solid #000;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.nav-links .current.page-numbers,
.nav-links .page-numbers:hover {
  background-color: #000;
  color: #f0f0f0;
}

.nav-links .next,
.nav-links .prev {
  display: none;
}

.instagram img:hover {
  filter: invert(25%) sepia(91%) saturate(1641%) hue-rotate(300deg)
    brightness(92%) contrast(85%);
}

.facebook img:hover,
.linkedin img:hover {
  filter: invert(35%) sepia(95%) saturate(3381%) hue-rotate(203deg)
    brightness(96%) contrast(86%);
}

.x-twitter img {
  filter: invert(99%) sepia(13%) saturate(3%) hue-rotate(257deg)
    brightness(112%) contrast(100%);
}

.x-twitter img:hover {
  filter: invert(51%) sepia(67%) saturate(1419%) hue-rotate(175deg)
    brightness(96%) contrast(96%);
}

.featured-image-placeholder {
  /* filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(0%) contrast(103%); */
}

/* =WPForms
-------------------------------------------------------------- */

.wpforms-container {
  margin-bottom: 25px !important;
}

.wpforms-container .wpforms-field {
  padding: 5px 0 !important;
  margin-bottom: 10px;
}

.home .wpforms-container .wpforms-field,
.dwmodal .wpforms-container .wpforms-field {
  margin-bottom: 0;
}

.wpforms-container ul {
  margin-left: 0;
  padding-left: 0;
}

.wpforms-container .wpforms-field h4 {
  font-size: 24px;
  color: #3f3f3f;
  margin-bottom: 0px;
}

.wpforms-container .wpforms-submit-container {
  text-align: right;
  padding: 0 !important;
}

.wpforms-container .wpforms-list-3-columns.black-tabs ul li {
  background-color: #000 !important;
  height: 50px;
  display: flex;
  align-items: center;
  margin-right: 5px !important;
  padding-left: 5px !important;
  width: calc(33.3333% - 34.4px);
}

.wpforms-container .wpforms-list-3-columns.black-tabs ul li:nth-child(3) {
  margin-right: 0 !important;
}

.wpforms-container .wpforms-list-3-columns.black-tabs ul li label {
  color: #fff;
  font-weight: 600;
}

.wpforms-container .wpforms-recaptcha-container {
  padding: 0 0 10px 0 !important;
}

/* =site-header
-------------------------------------------------------------- */

.site-header {
  height: auto;
}

.site-header .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.site-header .top-bar {
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 0;
}

.site-header > .top-bar > .inner {
  height: 50px;
}

.site-header .top-bar p,
.site-header .top-bar a {
  color: #fff;
  margin-bottom: 0;
}

.site-header .top-bar a.instagram,
.site-header .top-bar a.facebook,
.site-header .top-bar a.linkedin {
  margin-right: 10px;
}

.site-header .top-bar a:hover {
  color: #ffe600;
}

.site-header .top-bar img {
  vertical-align: middle;
  width: 18px;
}

.site-header .top-bar .contact-details,
.site-header .top-bar .social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-header .top-bar .contact-details a:nth-child(1) {
  margin-right: 0px;
}

.site-header .top-bar .contact-details span {
  margin: 0 30px;
  color: #444444;
}

.site-header .top-bar .contact-details a.phone,
.site-header .top-bar .contact-details a.email,
.site-header .top-bar .contact-details > span {
  display: none;
}

.top-bar a.button {
  display: block;
  color: #000;
  padding: 8px 20px;
}

.top-bar a.button:hover {
  background-color: #ffe600;
  color: #000;
}

.site-header .logo-quote-menu .button {
  display: none;
}

.site-header a.logo {
  display: block;
  max-width: 207px;
  height: auto;
}

.site-header .logo-quote-menu.inner.mza.nmw {
  height: 100px;
}

.site-header .logo-quote-menu .account,
.site-header .logo-quote-menu .account .flex {
  display: flex;
  align-items: center;
}

.site-header .logo-quote-menu .account .basket {
  margin-right: 10px;
}

.site-header .logo-quote-menu .account .basket:hover,
.site-header .logo-quote-menu .account .my-account:hover,
.site-header .logo-quote-menu .account .login:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.site-header .logo-quote-menu .account .button {
  margin-left: 20px;
}

.site-header a.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header .main-menu {
  background-color: #eaeef2;
}

.site-header .main-menu nav.site-nav {
  width: 100%;
}

.site-header .main-menu nav.site-nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.site-header .main-menu nav.site-nav > ul > li {
  position: relative;
}

.site-header .main-menu nav.site-nav > ul > li > a {
  display: block;
  padding: 25px max(10px, 1.042vw);
  color: #000;
  -webkit-transition: unset;
  transition: unset;
  font-weight: 600;
  font-size: max(14px, 0.833vw);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.site-header .main-menu nav.site-nav > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  z-index: 100;
  list-style-type: none;
  padding: 20px 0px;
  margin: 0;
  background-color: #fff;
  width: 400px;
  border-radius: 0 0 0 10px;
}

.site-header .main-menu nav.site-nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.site-header .main-menu nav.site-nav > ul > li.current-menu-item > ul a {
  border-bottom: 0px;
}

.site-header .main-menu nav.site-nav > ul > li > ul > li > a {
  display: block;
  padding: 5px max(10px, 1.042vw);
  font-size: max(14px, 0.833vw);
  color: #000;
}

.site-header .main-menu nav.site-nav > ul > li > ul > li > a:hover {
  color: #666;
}

#menu {
  display: none;
}

/* =footer
-------------------------------------------------------------- */

footer.site-footer {
  background-color: #000;
  color: #fff;
}

footer.site-footer .inner {
  padding: 50px 0;
}

footer.site-footer h5 {
  border-bottom: 2px solid #ffe600;
  padding-bottom: 15px;
}

footer.site-footer .inner p,
footer.site-footer .inner a {
  color: #fff;
}

footer.site-footer .inner .legal,
footer.site-footer .inner .legal a {
  font-size: 13px;
}

footer.site-footer .inner .legal span {
  margin: 0 10px;
}

footer.site-footer .inner a:hover {
  color: #ffe600;
}

footer.site-footer .column-one,
footer.site-footer .column-two,
footer.site-footer .column-three {
  margin-bottom: 25px;
}

footer.site-footer .column-one .logo {
  display: block;
  margin-bottom: 20px;
}

footer.site-footer .column-one img {
  vertical-align: middle;
}

footer.site-footer .column-one .phone,
footer.site-footer .column-one .email {
  margin-bottom: 10px;
}

footer.site-footer .column-one .phone img,
footer.site-footer .column-one .email img,
footer.site-footer .column-one .phone img,
footer.site-footer .column-one .instagram {
  margin-right: 5px;
}

footer.site-footer nav.site-nav {
  width: 100%;
}

footer.site-footer nav.site-nav > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer.site-footer nav.site-nav > ul > li {
  position: relative;
}

footer.site-footer nav.site-nav > ul > li > a {
  display: block;
}

/* =front-page / internal / taxonomy
-------------------------------------------------------------- */

.front-page-hero,
.internal-hero,
.black-hero {
  background-color: #000;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 50px 0;
}

.front-page-hero,
.internal-hero {
  padding: 50px 0 100px;
}

.black-hero {
  min-height: 100px;
}

.inner .hero-content #breadcrumbs {
  margin-bottom: 30px;
}

.front-page-hero:before,
.internal-hero:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
}

.front-page-hero .inner,
.internal-hero .inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.front-page-hero .inner .hero-content,
.internal-hero .inner .hero-content,
.internal-hero .inner .hero-content a,
.black-hero .inner .hero-content,
.black-hero .inner .hero-content a {
  width: 100%;
  color: #fff;
}

.front-page-hero .inner .hero-content {
  margin-bottom: 25px;
}

.internal-hero .inner .hero-content a:hover,
.black-hero .inner .hero-content a:hover {
  color: #ffe600;
}

.internal-hero .inner .hero-content h1 {
  border-bottom: 1px solid #ffe600;
  padding-bottom: 10px;
}

.black-hero .inner .hero-content h1 {
  color: #ffe600;
  margin-bottom: 0;
}

.internal-hero .inner .hero-content .content p {
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.7px;
}

.internal-hero .inner .hero-content .content p:last-child {
  margin-bottom: 0;
}

.front-page-hero .inner .hero-content .button.our-services {
  margin: 0 20px 10px 0;
}

.front-page-hero .inner .hero-form {
  width: calc(100% - 40px);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.front-page-hero .inner .hero-form h2 {
  margin-bottom: 5px;
}

.front-page-containers .item {
  background-color: #eaeef2;
}

.front-page-containers .item .image {
  width: 100%;
  align-self: stretch;
}

.front-page-containers .item .image img {
  height: 100%;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}

.front-page-containers .item .content {
  width: calc(100% - 50px);
  padding: 50px 25px;
  margin-bottom: 0;
}

.front-page-containers .item .content > h2 {
  font-size: max(22px, 2.292vw);
  line-height: 1.35;
  margin-bottom: 20px;
}

.front-page-containers .item .content p {
  font-size: max(14px, 0.833vw);
  line-height: 1.35;
  margin-bottom: max(10px, 0.781vw);
}

.front-page-containers .item .content ul {
  margin-top: max(20px, 1.042vw);
  margin-bottom: max(20px, 1.042vw);
  list-style: none;
  padding-left: 0;
}

.front-page-containers .item .content ul li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
  font-size: max(14px, 0.833vw);
  line-height: 1.35;
}

.front-page-containers .item .content ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  background-color: #ffe600;
  color: black;
  font-weight: bold;
  font-size: 0.8em;
  line-height: 1;
  width: 1.35em;
  height: 1.35em;
  border-radius: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.front-page-containers .item .content a.button {
  margin-top: min(50px, 2.604vw);
}

.front-page-skip-hire {
  padding: 50px 0;
}

.front-page-skip-hire .inner > img {
  margin-bottom: 20px;
}

/* =Key Features 
--------------------------------------------- */
.key-features {
  margin-bottom: 50px;
}

.page-template-page-containers-taxonomy .key-features {
  background-color: #eaeef2;
  padding: 50px 0;
}

.key-features .flex-row {
  gap: 50px 25px;
}

.key-features .inner .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.key-features .inner .item img {
  margin-bottom: 25px;
  max-height: 60px;
}

.key-features .inner .item p {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

/* =Skips / Containers 
--------------------------------------------- */
.skip-contents {
  margin-bottom: 30px;
}

.skip-contents p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 10px 15px;
  gap: 10px;
  border-radius: 25px;
  background-color: #eaeef2;
}

.containers,
.skips {
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
}

.containers .item,
.skips .item {
  box-sizing: border-box;
  background-color: #eaeef2;
  position: relative;
}

.containers .item .button {
  margin-bottom: 25px;
}

.skips .item {
  padding: 25px 0 0 0;
}

.containers .item .text-center {
  word-break: break-word;
  padding: 0 15px;
}

.containers .item img {
  display: block;
  margin: 0 auto 25px;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.containers .item .sale-status,
.single-container .top-section .sale-status,
.single-yard_sales .top-section .sale-status {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
}

.containers .item .sale-status p,
.single-container .top-section .sale-status p,
.single-yard_sales .top-section .sale-status p {
  margin-bottom: 5px;
  padding: 5px 10px;
  background-color: #000;
  color: #ffe600;
  text-align: center;
}

.skips .item .title-image {
  padding: 0 25px 25px;
  position: relative;
}

.skips .item .title-image h3 {
  font-size: 24px;
  text-align: center;
}

.skips .item .title-image img {
  height: 250px;
  width: 100%;
}

.skips .item .price {
  background-color: #000;
  padding: 10px 25px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

.skips .item .price p {
  color: #ffe600;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
}

.skips .item a:hover .price {
  background-color: #ffe600;
}

.skips .item a:hover .price p {
  color: #000;
}

.skips .item .skip-contents-icons {
  position: absolute;
  right: 10px;
  bottom: 10px;
  gap: 10px;
}

.skips .item .skip-contents-icons img {
  height: 16px;
}

.container-types {
  margin-bottom: 50px;
}

.containers-examples .item a {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
}

.containers-examples .item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.containers-examples .item .overlay {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.containers-examples .item a:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.containers-examples .item a .sale-status {
  position: absolute;
  top: 15px;
  right: 0;
}

.containers-examples .item a .sale-status p {
  background: #000;
  color: #fff;
  padding: 0 5px;
  margin-bottom: 5px;
}

.containers-examples .item a .sale-status p:last-child {
  margin-bottom: 0px;
}

.containers-examples .item .container-info {
  padding: 10px;
  text-align: center;
}

.containers-examples .item .container-info h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.containers-examples .item .container-info p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.containers-examples .item .container-info p.was {
  text-decoration: line-through;
  margin-bottom: 0;
}

.containers-examples .item .container-info p span {
  font-size: 15px;
}

/* =Woocommerce
--------------------------------------------- */
.woocommerce table.shop_table th {
  letter-spacing: 0.5px;
}

.cart_totals .wc-proceed-to-checkout {
  text-align: right;
}

.cart_totals .shipping-calculator-button {
  color: #000;
}

.woocommerce .checkout #customer_details {
  margin-bottom: 50px;
}

/* =Black CTA
--------------------------------------------- */

.page-template-page-containers .black-cta,
.page-template-page-skip-hire .black-cta,
.page-template-page-container-sales-hire-skip-hire .black-cta,
.page-template-page-yard-sale .black-cta,
.page-template-page-COSHH-container-conversions-cabin-sales-hire .black-cta,
.page-template-page-our-services .black-cta,
.page-template-page-yard-sales .black-cta,
.page-template-default .black-cta {
  margin-bottom: 50px;
}

.page-template-page-COSHH-container-conversions .black-cta {
  margin-bottom: 0;
}

.black-cta .inner {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  gap: 25px;
}

.black-cta .inner > div {
  margin-left: 25px;
  padding-right: 15px;
}

.black-cta .inner > .button {
  margin-right: 25px;
}

.black-cta .inner > div h1,
.black-cta .inner > div h2,
.black-cta .inner > div h3 {
  margin-bottom: 10px;
  font-size: 40px;
}

.black-cta .inner > div p {
  margin-bottom: 0;
}

.black-cta .inner > .button:hover {
  background-color: #fff;
  color: #000;
}

/* =Accordion 
--------------------------------------------- */

.accordion .inner > a {
  background-color: #eaeef2;
  color: #000;
  display: block;
  padding: 50px 25px;
  position: relative;
  cursor: pointer;
}

.accordion.faqs .inner > h3 {
  margin-bottom: 50px;
}

.accordion.faqs .inner > a {
  padding: 25px;
  margin-top: 15px;
}

.accordion.faqs .inner > a h4 {
  margin-bottom: 0;
  font-size: 24px;
}

.accordion .inner > a:after {
  /*
    content: "\f0d7";
    font-family: "FontAwesome";
    */
  content: "\2193";
  font-family: "montserrat";
  position: absolute;
  right: 25px;
  top: calc(50% - 10px);
  font-size: 35px;
  line-height: 0.5;
}

.accordion.open .inner > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion.open .inner > a,
.accordion .inner > a:hover {
  background-color: #ffe600;
}

.accordion .inner > a h3 {
  margin-bottom: 10px;
  font-size: 40px;
}

.accordion .inner > a p {
  margin-bottom: 0;
}

.accordion .inner > .panel {
  background-color: #ffe600;
  padding: 1px 20px 20px;
}

.accordion.guide-price,
.accordion.key-features-accordion,
.accordion.description,
.accordion.about-containers {
  margin-bottom: 50px;
}

.accordion.about-containers {
  margin-top: 50px;
}

.accordion.key-features-accordion .inner > a h3,
.accordion.description .inner > a h3,
.accordion.about-containers .inner > a p {
  margin-bottom: 0;
}

.accordion.key-features-accordion .inner .panel {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}

.accordion.key-features-accordion .inner .panel .item {
  text-align: center;
}

.accordion.key-features-accordion .inner .panel .item img {
  max-height: 50px;
}

.accordion.key-features-accordion .inner .panel .item p {
  font-size: 16px;
}

/* =Container / Skips Single 
--------------------------------------- */
.top-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  gap: 25px;
}

.page-template-page-containers-taxonomy .top-section,
.page-template-page-yard-sales .top-section {
  padding: 50px 0 0;
  margin-bottom: 0;
}

.top-section .owl-carousel {
  width: 100%;
  background-color: #eaeef2;
}

@media screen and (max-width: 789px) {
  .top-section .owl-carousel {
    margin-bottom: 20px;
  }
}

.top-section .carousel {
  width: 100%;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
}

.top-section .contact-price {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-color: #eaeef2;
}

.page-template-page-containers-taxonomy .top-section .contact-price,
.page-template-page-yard-sales .top-section .contact-price,
.single-yard_sales .top-section .contact-price,
.single-container .top-section .contact-price {
  align-items: center;
  background-color: #000;
  gap: 25px;
}

.page-template-page-containers-taxonomy .top-section .contact-price div h4,
.page-template-page-yard-sales .top-section .contact-price div h4,
.single-yard_sales .contact-price div h4,
.single-container .top-section .contact-price div h4 {
  color: #fff;
}

.page-template-page-containers-taxonomy
  .top-section
  .contact-price
  div
  h4.was
  span,
.page-template-page-yard-sales .top-section .contact-price div h4.was span,
.single-yard_sales .contact-price div h4.was span,
.single-container .top-section .contact-price div h4.was span {
  text-decoration: line-through;
}

.page-template-page-containers-taxonomy
  .top-section
  .contact-price
  div
  h4
  span.text,
.page-template-page-yard-sales .top-section .contact-price div h4 span.text,
.single-yard_sales .contact-price div h4 span.text,
.single-container .top-section .contact-price div h4 span.text {
  font-size: 15px;
}

.top-section .contact-price div h4 {
  color: #fff;
}

.top-section .contact-price div h4.was {
  margin-bottom: 0;
}

.page-template-page-containers-taxonomy .top-section .contact-price div .was,
.page-template-page-yard-sales .top-section .contact-price div .was,
.single-yard_sales .contact-price div .was,
.top-section .contact-price div h4.price {
  margin-bottom: 0px;
  text-decoration: line-through;
}

.top-section .contact-price div p {
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0px;
  margin-bottom: 15px;
}

.top-section .contact-price div p.only-one-skip {
  font-size: 22px;
  margin-bottom: 0;
}

.top-section .contact-price div a {
  font-weight: 700;
}

.top-section .contact-price div a.button:hover {
  background: #fff;
  color: #000;
}

.top-section .contact-price div.contact {
  width: 100%;
  text-align: center;
}

.top-section .contact-price div.call-us {
  text-align: center;
}

.top-section .contact-price div.call-us a {
  font-size: 40px;
  color: #000;
}

.page-template-page-containers-taxonomy .top-section .contact-price div p,
.page-template-page-containers-taxonomy .top-section .contact-price div.email a,
.page-template-page-yard-sales .top-section .contact-price div p,
.page-template-page-yard-sales .top-section .contact-price div.email a,
.single-yard_sales .top-section .contact-price div p,
.single-yard_sales .top-section .contact-price div.email a,
.single-container .top-section .contact-price div p,
.single-container .top-section .contact-price div.email a {
  color: #fff;
}

.page-template-page-containers-taxonomy
  .top-section
  .contact-price
  div.call-us
  a,
.page-template-page-yard-sales .top-section .contact-price div.call-us a,
.single-yard_sales .contact-price div.call-us a,
.single-container .top-section .contact-price div.call-us a {
  color: #ffe600;
}

.top-section .contact-price .separator {
  width: 75%;
  height: 1px;
  background-color: #b6c3cf;
  margin: 15px 0;
}

.top-section .contact-price div.email a {
  text-decoration: underline;
  color: #000;
  font-size: 22px;
  letter-spacing: 0px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  margin-left: 10px;
}

.top-section .owl-carousel .item {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  aspect-ratio: 3 / 2;
  width: 90%;
  height: auto;
}

.page-template-page-containers-taxonomy
  .top-section
  .owl-carousel
  .owl-item
  .item,
.page-template-page-yard-sales .top-section .owl-carousel .owl-item .item,
.single-yard_sales .owl-carousel .owl-item .item,
.single-container .top-section .owl-carousel .owl-item .item {
  background-size: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
}

.top-section .contact-price .woocommerce-error {
  margin-bottom: 15px;
}

.top-section .contact-price .cart table {
  width: 100%;
}

.top-section .contact-price .cart table.thwepo-extra-options {
  margin-bottom: 10px;
}

.top-section .contact-price .cart table tr.permit-text td {
  width: 100%;
}

.top-section .contact-price .cart table.variations {
  border-spacing: 0;
}

.top-section .contact-price .cart .variations .label {
  width: 200px;
  text-align: left;
  font-weight: 400;
}

.top-section .contact-price .cart .variations .value {
  padding-left: 15px;
}

.top-section .contact-price .cart .variations .value select {
  border: 1px solid #000;
  width: 100%;
  background-color: #fff;
}

.top-section .contact-price .cart .variations .value .reset_variations {
  display: none !important;
}

.top-section
  .contact-price
  .cart
  .single_variation_wrap
  .woocommerce-Price-amount {
  font-size: 30px;
  font-weight: 600;
  margin: 10px 0 5px;
  display: block;
}

.top-section .contact-price .cart table tr td {
  padding: 5px 0;
}

.top-section .contact-price .cart table tr.permit-text td {
  padding: 0;
}

.top-section .contact-price .cart table tr .leftside:first-child {
  text-align: left;
  width: 40%;
}

.top-section .contact-price .cart table tr label {
  font-weight: 600;
}

.tm-extra-product-options .tc-col-auto,
.tm-extra-product-options .tc-cell.tc-col-auto,
.tc-cell.tc-col-auto,
.tc-col-auto {
  width: 217px;
  padding-right: 0;
  text-align: left;
  display: flex;
  font-weight: 600;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: left;
}

.tm-extra-product-options .tc-row {
  display: flex;
  align-items: center;
}

.tm-extra-product-options .tc-row .tm-epo-required {
  color: #000;
  font-size: 14px;
}

.tm-extra-product-options .tc-epo-label {
  text-align: left;
}

.top-section .contact-price .cart table tr .thwepof-input-field,
.tm-extra-product-options .tc-element-container select,
.tm-extra-product-options .tc-element-container input {
  border: 1px solid #000;
  background-color: #fff;
  margin: 0 !important;
}

.tm-extra-product-options-date .tmcp-field-wrap label {
  margin-right: 0;
}

.tm-description {
  margin-bottom: 0 !important;
}

.tm-description p {
  font-size: 16px !important;
  line-height: 24px !important;
}

.tm-extra-product-options .tc-cell.tm-error {
  margin: 5px 0 0 !important;
}

.top-section .contact-price .cart table tr textarea.thwepof-input-field {
  padding: 6px 0px 0px 10px;
  font-size: 20px;
}

p.permit {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #f70000;
  margin: 10px 0;
}

.top-section .contact-price .cart table tr.further-information td {
  text-align: left;
}

.top-section .contact-price .cart .quantity {
  display: none;
}

.top-section .contact-price .cart .quantity input {
  border: 2px solid #000;
  margin-bottom: 10px;
}

.skip-details {
  margin-bottom: 50px;
}

.skip-details p {
  margin: 0;
}

.skip-details .flex-row {
  gap: 10px;
}

.skip-details .info.flex-row {
  gap: 25px;
}

.skip-details .info .contents {
  margin-bottom: 25px;
  gap: 25px;
}

.skip-details .info .contents p {
  font-weight: 500;
}

.skip-details .contact {
  background-color: #000;
  padding: 50px;
  gap: 25px;
}

.skip-details .contact a {
  font-size: 20px;
}

.skip-details .contact a.phone {
  color: #ffe600;
}

.skip-details .contact a.phone:hover {
  color: #fff;
}

.skip-details .contact a.email {
  color: #fff;
  text-decoration: underline;
}

.skip-details .contact a.email:hover {
  color: #ffe600;
}

.perfect-for {
  margin: 50px auto;
}

.perfect-for .greyBG {
  padding: 50px;
}

.perfect-for .greyBG img {
  margin-bottom: 15px;
}

.further-information {
  margin-top: 50px;
}

div.view-all {
  text-align: center;
}

/* =Filter
------------------------------------------------------------ */
.error-caf {
  background-color: transparent !important;
  color: #000 !important;
  font-size: 20px !important;
}

.load-more-container {
  margin-top: 0 !important;
}

div#caf-post-layout-container.multiple-taxonomy-filter {
  padding: 0 !important;
}

div#caf-multiple-taxonomy-filter ul {
  padding-top: 0 !important;
}

.caf-filter-layout .mtf-li-child {
  display: none;
}

.caf-mtf-layout h3.tax-heading {
  padding-right: 15px;
}

.multiple-taxonomy-filter .caf-manage-sorting-front,
.parent-child-filter .caf-manage-sorting-front,
.multiple-taxonomy-filter div#manage-ajax-response {
  width: 100% !important;
  padding: 0px !important;
  min-height: unset !important;
}

.multiple-taxonomy-filter .caf-manage-sorting-front,
.parent-child-filter .caf-manage-sorting-front {
  margin-bottom: 25px;
}

.multiple-taxonomy-filter div#caf-multiple-taxonomy-filter {
  width: 100% !important;
}

div#caf-multiple-taxonomy-filter ul li label {
  width: calc(100% - 40px) !important;
}

.data-target-div1 div#caf-multiple-taxonomy-filter ul li label {
  font-size: 15px !important;
  padding: 15px 30px 0 0 !important;
}

.data-target-div1
  div#caf-multiple-taxonomy-filter
  ul
  li
  input[type="checkbox"]:checked
  + label::before {
  color: #000 !important;
}

div#caf-multiple-taxonomy-filter ul li label:before {
  right: 10px !important;
}

/* =Vacancies
------------------------------------------------------------ */
.vacancies {
  display: flex;
  flex-wrap: wrap;
}

.vacancies .item {
  width: 100%;
  box-shadow: 0px 5px 30px 0px rgb(59 79 109 / 20%);
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}

.vacancies .item h4.title {
  background-color: #000;
  color: #ffe600;
  padding: 20px;
}

.vacancies .item .content {
  padding: 0 20px 20px;
  margin-bottom: 0;
}

.vacancies p span,
.vacancy p span {
  font-weight: 700;
  letter-spacing: 0.5px;
}

.vacancies .item .content .further-details {
  text-align: right;
}

/* =Cookie Compliance
------------------------------------------------------------ */
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  span.change-settings-button {
  text-decoration: none;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme
  .moove-gdpr-info-bar-container
  .moove-gdpr-info-bar-content
  span.change-settings-button:hover {
  color: #ffe600 !important;
}

/* =Owl Carousel
------------------------------------------------------------ */
.owl-theme .owl-stage-outer,
.owl-theme .owl-stage-outer .owl-stage,
.owl-theme .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}

.owl-theme .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
}

.owl-theme .owl-dots .owl-dot {
  min-width: unset;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: #fff;
  opacity: 0.75;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
  opacity: 1;
}

/* =Modal
------------------------------------------------------------ */
.dwmodal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(12, 29, 45, 0.85);
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

.dwmodal .dwmodal-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.dwmodal .dwmodal-inner .the-modal {
  position: relative;
  max-height: 90vh;
  width: 90%;
  max-width: 720px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background-color: #fff;
  transform: scale(1.2);
  transition: all 0.5s ease;
}

.dwmodal .dwmodal-inner .the-modal .heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 40px;
  background-color: #000;
}

.dwmodal .dwmodal-inner .the-modal .heading h4 {
  position: relative;
  margin: 0;
  color: #ffe600;
}

.dwmodal .dwmodal-inner .the-modal .heading .close {
  margin: 0;
  padding: 0;
  text-decoration: none;
  padding: 5px 12.5px;
  color: #ffe600;
  font-size: 20px;
}

.dwmodal .dwmodal-inner .the-modal .heading .close:hover {
  color: #fff;
}

.dwmodal .dwmodal-inner .the-modal .contents {
  padding: 20px 40px;
  display: none;
}

.dwmodal .dwmodal-inner .the-modal .contents.open {
  display: block;
}

.dwmodal.open {
  visibility: visible;
  opacity: 1;
}

/* =Post Code Checker
--------------------------------------------- */
.top-section .contact-price div.post-code-checker p {
  font-size: 16px;
  margin-bottom: 20px;
}

.top-section .contact-price div.post-code-checker form {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.top-section .contact-price div.post-code-checker form input[type="text"] {
  width: 90%;
  border: 1px solid #000;
  background-color: #fff;
  min-height: 41px;
}

.top-section .contact-price div.post-code-checker form input[type="submit"] {
  min-height: 43px;
}

.top-section .contact-price div.post-code-checker p.found-post-code {
  margin: 20px 0 0;
  background-color: #8be78b;
  padding: 10px 0px;
}

.top-section .contact-price div.post-code-checker p.not-found-post-code {
  margin: 20px 0 0;
  background-color: #f70000;
  padding: 10px 5px;
  color: #fff;
}

/* =News archive (index.php)
------------------------------------------------------------ */

.latest-blog-posts {
  margin-top: clamp(40px, 4.167vw, 80px) !important;
  margin-bottom: clamp(40px, 4.167vw, 80px) !important;
  gap: clamp(25px, 2.604vw, 50px) 25px;
}

.latest-blog-posts .item a.image-title {
  display: block;
}

.latest-blog-posts .item a.image-title .image-wrap {
  display: block;
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.latest-blog-posts .item a.image-title .image-wrap::after {
  display: block;
  content: "Read More";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -0%);
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.latest-blog-posts .item a.image-title:hover .image-wrap::after {
  transition: all 0.3s ease 0.1s;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.latest-blog-posts .item a.image-title .image-wrap img {
  display: block;
  margin-bottom: 0;
  aspect-ratio: 600 / 400;
  transform: scale(1.05);
  transition:
    opacity 0.3s ease,
    transform 4s ease;
}

.latest-blog-posts .item a.image-title:hover .image-wrap img {
  opacity: 0.5;
  transform: scale(1);
}

.latest-blog-posts .item a.image-title h3 {
  color: #000;
  font-size: clamp(20px, 1.354vw, 26px);
  margin: 20px 0 0;
  max-width: 90%;
}

.latest-blog-posts .item a.image-title:hover h3 {
  text-decoration: underline;
}

.latest-blog-posts .item p.date {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 10px 0 20px;
  font-size: clamp(12px, 0.833vw, 16px);
}

.latest-blog-posts .item p.date svg {
  display: block;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

.latest-blog-posts .item p.excerpt a {
  text-decoration: underline;
  transition: all 0.5s ease;
}

.latest-blog-posts .item p.excerpt a:hover {
  opacity: 0.65;
  color: #000;
}

/* =404
------------------------------------------------------------ */
.error404 section.main .content {
  margin-bottom: 20px;
}

/* =media queries 
------------------------------------------------------------ */

@media (min-width: 600px) {
  .accordion .inner > .panel {
    padding: 1px 50px 50px;
  }

  footer.site-footer .footer-menu-postal {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  footer.site-footer .column-two,
  footer.site-footer .column-three {
    width: calc(50% - 15px);
  }

  footer.site-footer .column-two {
    padding-right: 7.5px;
  }

  footer.site-footer .column-three {
    padding-left: 7.5px;
  }

  .black-cta .inner {
    flex-direction: row;
  }

  .black-cta .inner > .button {
    margin-right: 50px;
  }

  .accordion .inner > a {
    padding: 50px;
  }

  .accordion .inner > a:after {
    right: 50px;
  }

  .top-section .owl-carousel .item {
  }
}

@media (min-width: 768px) {
  h1,
  h2 {
    margin: 0 0 50px;
  }

  .flex-row > .item.third,
  .flex-row > .item.two-third,
  .flex-row > .item.quarter,
  .flex-row > .item.fifth {
    flex-basis: calc(50% - (25px / 2));
  }

  .front-page-hero {
    padding: 100px 0;
  }

  .front-page-hero .inner {
    flex-direction: row;
  }

  .front-page-hero .inner .hero-content {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 0;
  }

  p.title {
    font-size: clamp(20px, 2.604vw, 50px);
    margin-bottom: 20px;
    line-height: 1.35;
    font-weight: 600;
  }

  .internal-hero .inner .hero-content .content p {
    width: 75%;
  }

  .front-page-hero .inner .hero-form {
    width: calc(47.5% - 40px);
  }

  .front-page-containers .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #eaeef2;
  }

  .front-page-containers .item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .front-page-containers .item .image {
    width: 50%;
  }

  .front-page-containers .item .image img {
    max-height: unset;
  }

  .front-page-containers .item .content {
    width: 40%;
    padding: 50px 5%;
    margin-bottom: 0;
  }

  .front-page-skip-hire .inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .front-page-skip-hire {
    padding: 100px 0;
  }

  .front-page-skip-hire .inner > img {
    padding-right: 50px;
    width: calc(50% - 50px);
  }

  .front-page-skip-hire .inner .content {
    width: 50%;
  }

  .containers-skips-examples .containers {
    margin-bottom: 15px;
  }

  .key-features .inner .item:nth-child(2n) {
    margin-right: 0;
  }

  .vacancies .item {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }

  .vacancies .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  /* Columns */
  .flex-row > .item {
    box-sizing: border-box;
  }

  .flex-row > .item.half {
    flex-basis: calc(50% - (25px / 2));
  }

  .flex-row > .item.third {
    flex-basis: calc((100% / 3) - ((25px * 2) / 3));
  }

  .flex-row > .item.two-third {
    flex-basis: calc(((100% / 3) * 2) - ((25px * 2) / 3));
  }

  .flex-row > .item.quarter {
    flex-basis: calc(25% - ((25px * 3) / 4));
  }

  .flex-row > .item.fifth {
    flex-basis: calc(20% - ((25px * 4) / 5));
  }

  footer.site-footer .inner .footer-columns {
    display: flex;
    margin-bottom: 75px;
  }

  footer.site-footer .footer-menu-postal {
    width: 50%;
  }

  footer.site-footer .column-one {
    width: 30%;
    padding-right: 20%;
    margin-bottom: 0;
  }

  footer.site-footer .column-two {
    width: calc(50% - 15px);
    padding-right: 15px;
    margin-bottom: 0;
  }

  footer.site-footer .column-three {
    width: calc(50% - 15px);
    padding-left: 15px;
  }

  .multiple-taxonomy-filter div#caf-multiple-taxonomy-filter {
    width: 24% !important;
  }

  .multiple-taxonomy-filter .caf-manage-sorting-front,
  .parent-child-filter .caf-manage-sorting-front,
  .multiple-taxonomy-filter div#manage-ajax-response {
    width: 76% !important;
  }

  .caf-filter-layout .mtf-li-child {
    display: block;
  }

  .caf-mtf-layout h3.tax-heading i {
    margin-left: 10px;
  }

  .top-section .owl-carousel {
    width: calc(50% - 12.5px);
    margin-bottom: 0;
  }

  .top-section .contact-price {
    width: calc(50% - 12.5px);
  }

  .page-template-page-containers-taxonomy .top-section .owl-carousel,
  .page-template-page-yard-sales .top-section .owl-carousel {
    width: calc(60% - 12.5px);
  }

  .page-template-page-containers-taxonomy .top-section .contact-price,
  .page-template-page-yard-sales .top-section .contact-price {
    width: calc(40% - 12.5px);
  }
}

@media (min-width: 1280px) {
  .site-header .top-bar .contact-details a.phone,
  .site-header .top-bar .contact-details a.email,
  .site-header .top-bar .contact-details > span {
    display: unset;
  }

  .site-header .top-bar a.button {
    display: none;
  }

  .site-header .logo-quote-menu .button {
    display: block;
  }

  .site-header
    .main-menu
    nav.site-nav
    > ul
    > li.menu-item-has-children
    > a:after {
    content: "\2193";
    /* font-family: "Font Awesome 5 Free"; */
    margin-left: 5px;
    font-family: "montserrat";
  }

  .site-header .main-menu nav.site-nav > ul > li:hover > a:before,
  .site-header .inner nav.site-nav > ul > li.current_page_item > a:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 5px;
    width: 100%;
    background-color: #ffe600;
  }
}

@media (max-width: 1279.5px) {
  .site-header > .top-bar > .inner {
    height: 40px;
  }

  .site-header .logo-quote-menu.inner.mza.nmw {
    height: 70px;
  }

  .site-header .main-menu .inner {
    justify-content: end;
  }

  .site-header a.logo img {
    height: 50px;
  }

  .contact-details > p:nth-child(1) {
    margin-right: 10px;
  }

  .site-header .inner nav.site-nav {
    visibility: hidden;
    opacity: 0;
    transform: scaleY(25%);
    transform-origin: top;
    transition: all 0.5s ease;
    position: absolute;
    top: 109px;
    left: 0;
    z-index: 110;
    background-color: #eaeef2;
    padding: 10px 3% 3% 3%;
    width: 100%;
    box-sizing: border-box;
  }

  .site-header .inner nav.site-nav.open {
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
  }

  .site-header .inner nav.site-nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
  }

  .site-header .inner nav.site-nav > ul > li {
    position: relative;
    margin-bottom: 10px;
  }

  .site-header .inner nav.site-nav > ul > li > a {
    display: block;
    padding: 0 55px 0 0;
    text-decoration: none;
    font-size: 24px;
    color: #000;
  }

  .site-header .inner nav.site-nav > ul > li > span.down-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0.6%;
    top: 0px;
    height: 40px;
    width: 40px;
    background-color: #303634;
    cursor: pointer;
  }

  .site-header .inner nav.site-nav > ul > li > span.down-arrow:after {
    display: block;
    position: relative;
    bottom: 1px;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
  }

  .site-header .inner nav.site-nav > ul > li > span.down-arrow.open:after {
    bottom: -3px;
    transform: rotate(-135deg);
  }

  .site-header .inner nav.site-nav > ul > li > ul {
    background-color: transparent;
    width: 100%;
    position: relative;
    display: none;
    list-style-type: none;
    padding: 5px 0 1%;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }

  .site-header .inner nav.site-nav > ul > li > ul > li {
  }

  .site-header .inner nav.site-nav > ul > li > ul > li > a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #000;
  }

  #menu {
    position: relative;
    display: block;
    width: 25px;
    height: 60px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.35s ease;
  }

  #menu strong {
    display: none;
  }

  #menu .int {
    position: relative;
    width: 24px;
    height: 16px;
  }

  #menu span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #menu span:first-child {
    top: 0;
  }

  #menu span:nth-child(2) {
    top: 50%;
    width: 140%;
    left: -40%;
  }

  #menu span:nth-child(3) {
    top: 100%;
  }

  #menu.open span:first-child {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu.open span:nth-child(2) {
    opacity: 0;
  }

  #menu.open span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .top-section .contact-price div.call-us,
  .top-section .contact-price .separator {
    margin-bottom: 25px;
  }
}

.search-title {
}

.search-form-container:not(.account .search-form-container) {
  margin: 50px 0;
}

.search-form-container .searchform > div {
  display: flex;
  gap: 20px;
}

.search-form-container .searchform > div input[type="text"] {
  width: calc(75% - 10px);
}

.search-form-container .searchform > div input[type="submit"] {
  width: calc(25% - 10px);
}

.account .search-form-container {
  margin-right: 40px;
}

.account .search-form-container .searchform > div {
  gap: 10px;
}

@media screen and (max-width: 800px) {
  .account .search-form-container {
    display: none;
  }
}

.search-results {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results .single-result {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.search-results .single-result:not(:last-child) {
  margin-bottom: 20px;
}

.search-results .single-result a {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  color: #000;
}

.search-results .single-result .thumb {
  display: block;
  background-color: #fff;
  width: clamp(100px, 8.333vw, 160px);
}

.search-results .single-result .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.search-results .single-result .details {
  display: block;
  width: calc(100% - (clamp(100px, 8.333vw, 160px) - 20px));
}

.search-results .single-result .details .title {
  display: block;
  font-size: clamp(14px, 1.146vw, 22px);
  color: #000;
}

.search-results .single-result .details .ref {
  display: block;
  color: #999;
}

.wpforms-field-textarea {
    clear:both!important;
}