﻿/*
Theme Name: Convenient Caravan Solutions
Theme URI: https://convenientcaravansolutions.co.uk/
Description: WordPress theme built by <a href="http://www.hedleyenterprises.co.uk">hedley enterprises</a>. <strong>Web design</strong> starts with a coffee and a chat...
Version: 1 Build-1225
Author: <strong>hedley</strong> enterprises
Author URI: https://hedleyenterprises.co.uk

*/


/* poppins-regular - latin */
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Poppins"),
	     url('fonts/poppins-v19-latin-regular.woff2') format('woff2'), 
         url('fonts/poppins-v19-latin-regular.woff') format('woff'); 
}
  /* poppins-700 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local('Poppins'),
         url('fonts/poppins-v19-latin-700.woff2') format('woff2'), 
		 url('fonts/poppins-v19-latin-700.woff') format('woff'); 
}

:root {
	--main-color: #272727;
	--red: #CD1E06;
	--grey: #555D5F;
	--lightgrey: #D8D8D8;
	--lgrey: #EFEFEF;
  	--cream: #F0EBE5;
  	--white: #ffffff;
	--black: rgba(0, 0, 0, 0.1);
	--blackoverlay: rgba(0, 0, 0, 0.8);
	--lightshadow: rgba(180, 180, 180, 0.1);
	--bold: 700;
	--boxshadow: 0 5px 24px;
	--border: 10px;
	--border-images: 2rem;
}
html {
	scroll-behavior: smooth;
}
body {
	font-size:14px;
    font-family: 'Poppins', sans-serif;
	margin:0;
	padding:0;
  	color: var(--main-color);
	opacity: 0;
	background-image: linear-gradient(to bottom, var(--white), var(--white));
	animation: fade-in 0.3s forwards 0.3s linear;
}
p::selection, h1::selection, h2::selection, h3::selection { background-color: #320101; color: #fff;}
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection { background-color: #320101; color: #fff; }


/* -------------------- Animation -------------------- */

section {
	opacity: 0;
}
.inverse, .show-menu {
	animation: fade-in 0.3s forwards 0.3s linear;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* -------------------- General Styles -------------------- */

.container, .wrapper {
	width: min(90%, 1600px);
	margin-inline: auto;
}
.easy-reading {
	width: min(90%, 900px);
	margin-inline: auto;
}
a {
  text-decoration: none;
}
p {
	line-height:1.6;
}
img {
	border-style: none;
}
.center, .has-text-align-center {
	text-align:center;
}
.absol {
	position:relative;
}
hr {
	width: 200px;
	margin: 5em auto;
	border: solid thin var(--lgrey);
}
.hyper a {
	color: currentColor;
	border-bottom: solid thin var(--red);
	transition: all 300ms;
}
.hyper a:hover {
  color: var(--red);
  border-bottom: solid thin var(--red);
}
/* -------------------- Padding and Margins -------------------- */
.down {
	margin-top:5em;
}
.mini {
	margin-top: 1em;
}
.drop {
	margin-top: 3em;
}
.pd {
	padding-bottom: 1em;
}
.bring-up {
	margin-top: -100px;
	z-index: 5;
}
.pad {
	padding: 3em;
}
.grey-bg h2 {
	font-size: 1.5em;
}
.ptb {
	padding: 5em 0;
}
.sptb {
	padding: 3em 0;
}
.zero {
	margin-top: 0.5em;
}
.up {
	z-index: 5;
	position: relative;
}
/* -------------------- Backgrounds -------------------- */
.feature {
	height: 80vh;
	z-index: -1;
}
.home .main-background, .inner .main-background, .btn-overlay {
	margin-top: -20px;
}
.inner .main-background, .inner .feature {
	height: 40vh;
}
.main-background {
	height: 80vh;
}
.main-background-text {
	position: absolute;
	width: 100%;
	bottom: 10%;
	color: var(--white);
}
.feature, .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.overlay {
	height: 100%;
	background-image: linear-gradient(to bottom, transparent, #000);
}
/* -------------------- Background -------------------- */
.grey-background {
	background-color: var(--lightgrey);
}
.black-background {
	background-color: var(--black);
}
.grey-bg {
	background-color: var(--blackoverlay);
	color: var(--white);
}
/* -------------------- Top Contact Details -------------------- */
.details-icons ul, .social-details ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 1em;
  justify-content: space-evenly;
}
.details-icons li, .social-details li a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.details-icons p, .social-details p {
  margin: 0;
  display: none;
}
.social-details a {
	color: currentColor;
}
.social-details a:hover {
	color: var(--red);
}
.details-icons svg, .social-details svg {
	width: 20px;
	height: 20px;
}
/* -------------------- Header -------------------- */
.header-grid {
	display: grid;
	grid-template-columns: 50px 1fr 40px;
	grid-gap: 1em;
	align-items: center;
	padding-top: 2em;
	padding-bottom: 1em;
}
.header-grid .social-details {
	grid-column: 1;
	grid-row: 1;
}
.details-icons {
	display: none;
}
.header-contact_details {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5em;
	align-items: center;
}
.header-contact_details .social-icons ul {
	justify-content: end;
}
.social-icons ul {
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-icons a {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	place-content: center;
}
.social-icons li {
	padding: 2px;
}
.social-icons svg {
	width: 20px;
	height: auto;
}
.topcontact ul, .social-icons ul, .contact-details ul, .copyright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.logo {
	text-align: center;
}
.logo img, .logo svg {
	width: 100%;
	height: auto;
	max-width: 150px;
}
.modal-window svg {
	width: 100%;
	height: auto;
	max-width: 200px;
	margin-bottom: 2em;
}
.topcontact, .header-grid .social-icons, .header-grid .btn-book {
	display: none;
}

/* -------------------- Navigation -------------------- */
.navigation {
	display: none;
}
.header-navigation {
	border-top: solid thin var(--lgrey);
}
.navi-book {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1em;
	align-items: center;
}
/* -------------------- Navigation Mobile -------------------- */
.navigation-mobile {
	width: 0;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}
#navoverlay {
	background-color: var(--grey);
	color: var(--white);
}
.close-btn {
	display: block;
}
.menu-btn {
	cursor: pointer;
	color: var(--white);
	background-color: var(--red);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	outline: solid 2px var(--red);
	outline-offset: 2px;
	transition: background-color 0.5s ease-in-out;
	grid-column: 3;
	grid-row: 1;
}
.menu-btn:hover {
	background-color: var(--grey);
}
.mobile {
	position: fixed;
	padding: 2em;
	width: calc(100vw - 4em);
	height: calc(100vh - 4em);
	z-index: 200;
	top: -200%;
}
.nav-icon-open, .nav-icon {
	width: 20px;
}
.close-btn {
	cursor: pointer;
	position: absolute;
	right: 2em;
	top: 2em;
	color: var(--white);
	background-color: var(--grey);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	outline: solid 2px var(--grey);
	outline-offset: 2px;
	transition: background-color 0.5s ease-in-out;
}
.show-menu {
	opacity: 0;
	display: block;
}
ul.sub-menu {
	display:none;
}
.nav .sub-menu {
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav .sub-menu li a {
	font-size: 16px;
	margin: 0;
	padding: 0;
	opacity: 0.8;
}
.nav .sub-menu li {
	margin: 0;
}
.nav svg {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin-bottom: 4em;
}
.slideDown {
  display: block;
}
.menu-contents {
	display: flex;
	flex-wrap: wrap;
	height: 100vh;
}
.nav ul:nth-child(1) {
	font-size: 1rem;
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav ul:nth-child(3) {
	margin: 3em 0 0 0;
}
.nav ul, .contact-nav ul, .social-nav ul {
	flex-wrap: wrap;
}
.nav li, .contact-nav li, .social-nav li {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.nav, .contact-nav, .social-nav {
	align-self: center;
	width: 100%;
	text-align: center;
}
.nav, .contact-nav {
	margin-bottom: 20px;
}
.nav li a, .contact-nav li a {
	color: var(--white);
}
.current_page_item a {
	font-weight: bold;
}
/* -------------------- Hamburger Icon -------------------- */
#Rectangle_27, #Rectangle_28, #Rectangle_29,
#Rectangle_30, #Rectangle_31, #Rectangle_32 {
	transition: all 0.5s ease-in-out;
}
#Rectangle_27 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 30px);
}
#open-menu:hover #Rectangle_27 {
	transform: translate(332px, 30px);
}
#Rectangle_28 {
	transition: all 0.5s ease-in-out;
	transform: translate(334px, 36px);
}
#open-menu:hover #Rectangle_28 {
	transform: translate(326px, 36px);
}
#Rectangle_29 {
	transform: translate(334px, 42px);
}
#open-menu:hover #Rectangle_29 {
	transform: translate(316px, 42px);
}

/* -------------------- Page Title / CTA -------------------- */
.page-intro {
	margin-inline: auto;
	margin-top: 5em;
}
.home .main-background-text h1 {
	max-width: 20ch;
}
h1 {
	font-size: clamp(1rem,10vw,3rem);
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}
.page-title h2 {
	position: relative;
	margin-bottom: 0;
	font-size: clamp(1rem, 10vw, 2rem);
	text-transform: uppercase;
}
.page-title p {
	margin-top: 0;
}
.small-text {
	font-weight: var(--bold);
}
aside h2, .aside-title p {
	margin: 0;
}
.aside-content ul {
	margin: 1em 0px;
	padding: 0;
	list-style: none;
}
aside {
	background-color: var(--lgrey);
	border-radius: var(--border);
	padding: 1em;
	box-sizing: border-box;
	position: sticky;
	top: 2rem;
	border: solid thin var(--red);
}
aside h2 {
	font-size: 1.25rem;
}
/* -------------------- Main Content -------------------- */
.main-content ul {
  columns: 1;
  column-gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: var(--border);
  overflow: hidden;
}
.main-content ul li:nth-child(even) {
  background-color: var(--lgrey);
}
.main-content ul li:nth-child(odd) {
  background-color: var(--black);
}
.main-content li {
  padding: 0.5em;
}
/* -------------------- What we do -------------------- */
.whatwedo ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.whatwedo li {
  width: 100%;
  flex-grow: 1;
  background-color: var(--black);
  padding: 1em;
  margin: 0.2em;
}
/* -------------------- Experience -------------------- */
.expericence-grid {
	display: flex;
	justify-content: center;
	gap: 1em;
}
.experience:nth-child(2n+1) {
	background-color: var(--lightgrey);
	color: var(--main-color);
}
.experience {
	background-color: var(--grey);
	padding: 1em 2em;
	border-radius: var(--border);
	text-align: center;
	color: var(--white);
}
.experience h2 {
	font-size: 3rem;
	margin: 0;
}
.experience p {
	margin: 0;
	font-size: 12px;
}
/* -------------------- Split Grid -------------------- */
.split-grid {
	display: grid;
	grid-template-columns: 1fr;
}
.half-grid, .twocol {
	display: grid;
	grid-template-columns: 1fr;
	align-items: start;
}
.twocol {
	gap: 2em;
}
.side-bar-top {
	position: absolute;
	top: 20%;
	right: 0;
}
.side-bar-bottom {
	position: absolute;
	top: 20%;
	left: 0;
}
.side-bar-top, .side-bar-bottom {
	display: none;
}
/* -------------------- Google Reviews -------------------- */
.google-reviews__stars {
	display: flex;
	align-items: center;
	justify-content: start;
}
.google-reviews__stars img, .google-reviews__stars svg {
	width: 20px;
	height: auto;
}
.google-reviews__stars p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
.google-reviews__stars a {
	color: currentColor;
}
.google-reviews__stars ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.testimonial {
	background-color: var(--lgrey);
	border: solid thin var(--black);
	border-radius: var(--border);
	padding: 2em;
	box-sizing: border-box;
}

/* -------------------- Service-Box -------------------- */
.service-box {
	filter: grayscale(0);
	transition: filter 300ms;
}
.service-box:hover {
	filter: grayscale(1);
}
.service-box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-box a {
	display: grid;
	flex-direction: column;
	grid-template-columns: 1fr;
	color: var(--white);
	fill: var(--white);
	height: 100%;
}
.service-box__cta, .service-box__image {
  grid-column: 1;
  grid-row: 1;
}
.service-box__image {
  z-index: -1;
}

.service-box__cta {
	align-self: end;
	display: flex;
	padding: 2em;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	transition: width 300ms;
	border-radius: var(--border);
	background-image: linear-gradient(to bottom, transparent, var(--blackoverlay));
}
.service-box__cta h2 {
	font-size: 1.2rem;
}
.service-box__cta svg {
  width: 50px;
  height: auto;
}
.service-box__cta h2, .service-box__cta p {
	margin: 0;
}
/* .service-box a:hover .service-box__cta,
.service-link a:hover .service-box__cta {
	width: 100%;
} */

.service-link a {
	background-color: var(--grey);
	display: flex;
	color: var(--white);
	fill: var(--white);
	height: 100%;
}
/* -------------------- Banner -------------------- */
.showcase-image {
	height: 50vh;
}
.google_map iframe {
	width: 100%;
	border: none;
	border-radius: var(--border);
	box-shadow: var(--boxshadow) var(--black);
}
.feature-banner {
	height: 80vh;
	overflow: hidden;
}
.feature-banner img, .about-images img, .feature img, .about-pic img, .showcase-image img  {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.list-services-image img, .about-pic img  {
	border-radius: var(--border);
}
.google_map iframe {
	width: 100%;
	border-radius: var(--border);
	box-shadow: var(--boxshadow) var(--black);
}
video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* -------------------- page links in modal -------------------- */
.modal-window {
	background-color: var(--white);
	padding: 2em;
	border-radius: var(--border);
}
.page-link ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 0.5em;
	width: 100%;
	flex-direction: column;
}
.page-link li a {
  flex-grow: 1;
  width: 100%;
  box-sizing: border-box;
}
.page-link li {
  flex-grow: 1;
}
/* -------------------- Details -------------------- */
details {
	background-color: var(--white);
	padding: 1em 2em;
	margin-bottom: 1em;
	border-radius: var(--border);
	border: solid thin var(--red);
}
summary {
	padding: 1em 0 0.5em 0;
	cursor: pointer;
	outline: none;
	color: var(--main-color);
}
details[open] summary {
    border-bottom: solid thin var(--grey);
}
details[open] p {
	animation-name: comein;
	animation-duration: 500ms, 200ms;
	animation-delay: 0ms, 500ms;
	color: var(--main-color);

}
@keyframes comein {
	0% {
	  opacity: 0;
	}
	  100% {
		  opacity: 1;
	}
}

/* -------------------- About Information -------------------- */
.about-us {
  gap: 3em;
}
.about-info {
  align-self: center;
}
.about-info .info-list {
	list-style: none;
	padding: 0;
	margin: 3em 0;
}
.about-info .info-list li {
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}
.about-info .info-icon svg {
	width: 30px;
	height: 30px;
}
.about-info .info-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: var(--red);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1em;
}
.about-info .info-text h3 {
    margin: 0;
}
.about-pic {
    align-self: center;
}
.info-text a {
  color: currentColor;
}
.info-text a:hover {
  color: var(--red);
}
.about-info .info-text p {
    margin: 5px 0 0;
    color: var(--grey);
}
/* -------------------- Button -------------------- */
.buttons {
	margin-top: 1em;
}
button {
	background: transparent;
	border: transparent;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
a.btn {
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	padding: 12px 30px;
	font-weight: var(--bold);
}
a.btn-outline-red {
	color: var(--white);
	border: solid 2px var(--red);
	background: linear-gradient(to right, var(--red) 50%, var(--grey) 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	transition: color 300ms, background-position 300ms, outline-offset 300ms;
}
a.btn-outline {
	color: var(--main-color);
	border: solid 2px var(--red);
	background: linear-gradient(to right, var(--white) 50%, var(--red) 50%);
	background-size: 200% 100%;
	background-position: left bottom;
	transition: color 300ms, background-position 300ms, outline-offset 300ms;
}
a.btn:hover {
	color: var(--white);
	background-position: right bottom;
	border: solid 2px var(--red);
}
/* -------------------- Gallery - Update -------------------- */
.wp-block-gallery {
    flex-wrap: wrap;
    flex-direction: row;
    display: grid!important;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}
.container-gallery .gallery-item img {
  border-radius: 0;
}
.container-gallery .gallery {
  gap: 0;
}
.gallery-item a {
	display: block;
	/*! height: 306px; */
}
.gallery, .links {
	display: flex;
	flex-wrap: wrap;
	/*! grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); */
	gap: 0.5em;
	/* grid-template-rows: 306px 1fr; */
}
.grid {
	display: flex;
	flex-wrap: wrap;
}
.gallery br {
	display: none;
}
.grid {
	display: flex;
	flex-wrap: wrap;
}
.gallery-item {
	position: relative;
	margin: 0;
	width: 35%;
	flex-grow: 1;
}
.gallery br {
	display: none;
}
/* -------------------- Gallery -------------------- */
/* Style for the images */
.gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 600ms ease;
    display: block;
}
/* Zoom effect on hover */
.gallery-item img:hover {
    transform: scale(1.1);
}
dt {
	overflow: hidden;
}
/* Overlay message */
.gallery-item::after {
    content: "Click to View";
    position: absolute;
	bottom: 0;
	right: 0;
	background-color: var(--red);
	color: var(--white);
	padding: 5px 10px;
	font-size: 12px;
	opacity: 0;
	z-index: 100;
	transition: all 600ms;
	text-transform: uppercase;
	display: none;
}
/* Show overlay message on hover */
.gallery-item:hover::after {
    opacity: 1;
}
.wp-caption-text {
	margin: 0;
	padding: 1em;
	text-align: center;
}
figure {
	margin: auto;
	padding: 0;
}
figure img {
	width: 100%;
	height: auto;
}
/* -------------------- Enquiry Form -------------------- */
.enquiry-form__input textarea {
    font-family: 'Poppins', sans-serif;
	font-size: 0.833em;
}
.enquiry-form {
	padding: 2em;
	box-sizing: border-box;
	border: solid thin var(--grey);
	border-radius: var(--border);
	background-color: var(--white);
	color: var(--main-color);
}
.enquiry-form-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	margin-top: 15em;
	margin-bottom: 5em;
	padding: 10px;
}
.contact-page .enquiry-form-grid {
	margin-top: 5em;
}
.enquiry-form__details form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.enquiry-logo {
	text-align: center;
}
.enquiry-logo img, .enquiry-logo svg {
	width: 200px;
}
.enquiry-form__input:nth-child(2),
.enquiry-form__input:nth-child(7) {
	width: 100%;
}
.enquiry-form__title {
	margin-bottom: 4em;
}
.enquiry-form__input textarea,
.enquiry-form__input input,
.enquiry-form__input select {
	width: 100%;
}
.enquiry-form__input {
	width: 100%;
	margin-bottom: 1em;
}
.move-right {
	align-self: center;
	text-align: left;
}
.enquiry-form__input textarea, .enquiry-form__input input, .enquiry-form__input select {
	width: 100%;
	border: solid thin var(--grey);
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}
.enquiry-form__input textarea {
	height: 50px;
}
.enquiry-form__input textarea:focus {
	height: 100px;
	background-color: var(--lgrey);
	border: solid thin var(--main-color);
	color: var(--main-color);
	box-shadow: 0 .5em 1em var(--black);
}

input[type=text]:focus,
input[type=email]:focus {
	background-color: var(--lgrey);
	border: solid thin var(--main-color);
	color: var(--main-color);
	box-shadow: 0 .5em 1em var(--black);
}

input[type=submit] {
	color: var(--white);
	background-color: var(--red);
	border: none;
	width: 200px;
	border-radius: 10px;
	cursor: pointer;
	border: solid thin var(--white);
}
label {
	font-weight: var(--bold);
}
.enquiry-form__details .long {
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #ffb900;
	border-radius: 10px;
}
.wpcf7-not-valid-tip {
	background-color: var(--red);
	padding: 0.5em;
	border-radius: 10px;
	margin-top: 1em;
	color: var(--white)!important;
}
.wpcf7 form.sent .wpcf7-response-output {
	background-color: #38883f;
	border-radius: 10px;
	color: var(--white);
}
/* -------------------- Install App -------------------- */
#install-app, #ios-install-hint {
  position: fixed;
  width: 80%;
  max-width: 320px;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 100px);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#install-app.pwa-visible,
#ios-install-hint.pwa-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* Card */
.pwa-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--main-color);
  color: var(--white);
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  max-width: min(92vw, 420px);
}

/* Text */
.pwa-text {
  flex: 1;
  line-height: 1.2;
}

.pwa-text strong {
  display: block;
  font-size: 0.95rem;
}

.pwa-text span {
  font-size: 0.8rem;
  opacity: 0.85;
}

/* Install button */
.pwa-install {
  background: var(--white);
  color: var(--grey);
  border: none;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  font-size: 0.85rem;
  cursor: pointer;
  white-space: nowrap;
}

/* Dismiss */
.pwa-dismiss {
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}

.pwa-dismiss:hover {
  opacity: 1;
}
.pwa-install:focus-visible,
.pwa-dismiss:focus-visible,
.pwa-card:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
}
#install-app:focus,
#ios-install-hint:focus,
.pwa-install:focus,
.pwa-dismiss:focus {
  outline: 3px solid var(--white);
  outline-offset: 2px;
}
/* -------------------- News Card -------------------- */
.news-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.news-grid-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
	gap: 1em;
}
.news-grid-grid h2 {
	font-size: 1.1rem;
}
.news-grid-grid .news-card {
	width: 100%;
}
.news-card {
  flex-grow: 1;
  width: 40%;
}
.news-card a {
	color: currentColor;
}
.news-card:hover a {
	color: var(--main-color);
}
.news-post a {
	color: currentColor;
	border-bottom: solid thin currentColor;
}
.news-image {
    height: 400px;
}
.owl-carousel .news-card, .carousel .service-box {
	width: 100%;
}
.carousel .service-box, .carousel .service-box__image {
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card-info {
  padding: 1em 0;
}
.news-card-info .date {
  font-size: 12px;
}
.news-card-info h2 {
  margin: 0;
  font-size: 1rem;
}
/* -------------------- Owl -------------------- */
.owl-theme .owl-nav {
	color: white!important;
}
.owl-nav button {
	width: 50px;
	height: 50px;
	background-color: var(--grey) !important;
	color: var(--white) !important;
	border: solid thin var(--white) !important;
	border-radius: 50% !important;
}
.owl-nav button:hover {
	background-color: var(--red) !important;
	color: var(--white) !important;
}
.owl-theme .owl-nav [class*="owl-"] {
	border-radius: 50%!important;
}
.owl-dots {
	display: none;
}
.owl-carousel .owl-nav.disabled {
	display: block!important;
}
.wpcf7-turnstile.cf-turnstile > div {
	width: 200px !important;
	overflow: hidden;
}
/* -------------------- accreditation / Sponsors -------------------- */
.accreditation-logo {
	display: grid;
	grid-gap: 1em;
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding-top: 2em;
	padding-bottom: 3em;
	justify-content: start;
	align-items: center;
	justify-items: center;
}
.accreditation-logo {
	gap: 1em;
}
.accreditation-logos {
	width: 200px;
	background-color: var(--white);
	text-align: center;
	padding: 1em 2em;
	box-sizing: border-box;
	border-radius: var(--border);
	align-content: center;
	flex-direction: column;
	border: solid thin var(--lgrey);
	transition: border 300ms;
}

.accreditation-logos img {
	width: 100%;
	height: auto;
	max-width: 200px;
}
.accreditation-logos a {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: currentColor;
}
.info-box {
	background-color: var(--lgrey);
	border-radius: var(--border);
}
/* -------------------- Cookie Notice -------------------- */

.cookie-notice {
    width: min(80%, 470px);
    z-index: 50;
    box-sizing: border-box;
    position: fixed;
    bottom: 5%;
    left: 50%;
    max-width: 500px;
    background: var(--white);
    border: solid thin var(--black);
    box-shadow: var(--box-shadow) var(--black);
    transform: translateX(-50%);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    align-items: center;
    padding: 1em;
    opacity: 0;
    animation: fade-in .3s forwards 2s linear;
}
.cookie-notice p {
    margin: 0;
}
.cookie-notice a {
	color: var(--main-color);
}
.cookie-notice-header {
	font-weight: bold;
}
.cookie-notice button {
	display: inline-block;
	min-width: 150px;
	text-align: center;
	border-radius: 50px;
	padding: 10px;
	outline: solid thin var(--grey);
	outline-offset: 5px;
	background-color: var(--grey);
	border: none;
	font-weight: bold;
	color: var(--white);
	cursor: pointer;
}
.cookie-notice button:hover {
	outline: solid thin var(--main-color);
	outline-offset: 5px;
	background-color: var(--main-color);
}

/* -------------------- Footer -------------------- */
footer {
	border-top: 1px solid var(--lightgrey);
	border-bottom: solid 1px var(--lightgrey);
}
.ccs-footer {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	padding: 60px 20px;
	text-align: center;
}
.center-col {
	order: -1;
}
.ccs-footer .footer-col {
    padding: 0 15px;
}
.footer-icon {
    width: 50px;
    margin: 0 auto;
}
.footer-logo {
    width: 90px;
    margin: 0 auto;
}
.ccs-footer h4, .accreditation h4 {
    margin: 10px 0 5px;
    font-size: 1.2rem;
	text-transform: uppercase;
}
.ccs-footer p {
    margin: 0 0 15px;
    color: var(--grey);
    line-height: 1.5;
}
footer .social-details p {
  margin: 0;
  display: none;
}
footer .social-details li {
  justify-content: space-between;
}
footer .social-details ul {
  justify-content: center;
}

footer a, .copyright a {
	color: currentColor;
}
footer a:hover, .copyright a:hover {
	color: var(--red);
}
footer .footer-logo svg {
	max-width: 250px;
}
.copyright ul {
	padding: 1em 0;
	text-align: center;
}
.copyright {
	font-size: 12px;
}
.grecaptcha-badge {
	opacity: 0;
}

/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices


*/



/* -------------------- 800 -------------------- */

@media all and (min-width: 50em) {

.header-grid .social-icons, .header-grid .btn-book {
	display: block;
}
.menu-btn {
	margin-top: 0;
}
.page-intro h1 strong,
.page-intro h2 strong {
    font-size: 2rem;
}
.split-grid {
	grid-template-columns: 1fr 1fr;
}
.gallery-showcase {
  display: flex;
}
.half-grid {
	grid-template-columns: 2fr 1fr;
}
.twocol {
	grid-template-columns: 2fr 0.7fr;
	gap: 2em;
}
.gallery-item {
	width: 15%;
}
.expericence-grid {
	justify-content: end;
}
.logo img, .logo svg {
	max-width: 200px;
}
.about-info .info-list li {
    display: flex;
}
.side-bar-top, .side-bar-bottom {
	display: block;
}
.main-content ul {
  columns: 2;
}
.whatwedo li {
  width: 40%;
}
}


/* -------------------- 1200 -------------------- */

@media all and (min-width: 75em) {
body, button {
	font-size:16px;
}
.home .main-background, .inner .main-background, .btn-overlay {
	margin-top: 0;
}
.header-contact {
	display: block;
}
.header-grid {
	display: grid;
	grid-template-columns: 350px 1fr 350px;
}
.header-grid .social-details {
	grid-column: 3;
}
.header-grid .btn-book, .header-grid .social-icons ul {
	justify-self: end;
	justify-content: end;
}
.details-icons p, .social-details p, .details-icons {
  display: block;
}
.page-selection__grid {
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-flow: unset;
	overflow-x: visible;
	overscroll-behavior-inline: contain;
}
.page-selection__link {
	width: 100%;
}
.move-left {
	margin-left: auto;
	width: 80%;
}
.center-col {
	order: 0;
}
.ccs-footer {
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.center-col {
	border-left: solid 1px var(--lightgrey);
	border-right: solid 1px var(--lightgrey);
}
.buttons {
	justify-content: end;
	align-self: end;
	justify-self: end;
}
.testimonial {
	min-height: 400px;
}
.accreditation-logo {
	grid-auto-flow: dense;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
/* -------------------- Navigation -------------------- */
.navi-book {
	grid-template-columns: 1fr 200px;
}
.navigation {
	display: flex;
}
.menu-btn {
	display: none;
}
.navigation-mobile {
	display: none;
}

/* -------------------- Drop-Down -------------------- */
.sub-menu {
	margin-top: -5px;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
	z-index: 10;
	border-radius: 0 10px 10px 10px;
	overflow: hidden;
}
nav ul {
	padding: 0px 5px 0px 5px;
	list-style: none;
	position: relative;
	margin: .5em 1em;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li {
	float: left;
}
nav ul li:hover {
	background-color: var(--blue);
	border-radius: 5px;
}
nav ul li:hover a {
	color: #fff;
	background-color: var(--grey);
	border-radius: 5px;
}
nav ul li a {
	display: block;
	padding: 10px;
	color: var(--main-color);
	text-decoration: none;
}
nav ul ul {
	background: var(--grey);
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	border: solid 0.5px var(--white);
}
nav ul ul li {
	float: none;
	position: relative;
}
nav ul ul li a {
	padding: 10px;
	color: var(--lgrey);
	font-weight: normal!important;
}
nav ul ul li a:hover {
	background: var(--lightgrey);
	color: var(--main-color);
}
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}
ul.sub-menu {
	margin: -5px 0 0 0;
	width: 100%;
}
.enquiry-form__input {
	width: 48%;
}
footer .contact-details {
	font-size: 16px;
}
}

/*

	Author:				hedleyenterprises.co.uk - web design starts with a coffee and a chat...
	Description:	CSS Stylesheet for Desktop Devices with bigger screens


*/


@media all and (min-width: 1900px) {

}


