:root {
	/*--white: #FFF;
	--black: #000;
	/*--gold: #dcb118;*
	--gold: #ffc107;
	--green: #004225;
	/*--green: #222222;*
	--oe_white: #fcf4e8;*/
	
	--charcoal: #1C1C1C;
	--grey: #4A4AAA;
	--ivory: #F3F1ED;
	--gold: #C6A75E;
	--black: #0D0D0D;
	
}

.wpcf7-form * {
	font-family: "Lato", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
}
body, html {
	font-family: "Lato", sans-serif;
	font-optical-sizing: auto;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	background-color: var(--ivory);
}
body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
*, ::after, ::before {
	box-sizing: border-box;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}


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


header {
	position: absolute;
	width: 100%;
	z-index: 999;
	padding: max(2.5vw, 20px) max(5vw, 20px);
}

header.fixed-header {
	position: relative !important;
	background-color: var(--charcoal) !important;
}

.header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	z-index: 99;
}

.logo {
	max-width: max(10vw, 50px) !important;
	max-height: max(10vw, 50px) !important;
	font-family: "Oswald", sans-serif;
	text-decoration: none !important;
	color: var(--gold) !important;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	font-size: min(40px, 5vw) !important;
	font-weight: 800 !important;
	margin: 0;
	z-index: 100;
	text-align: center;
	border: 2px solid var(--gold);
	border-radius: 100%;
	transition-duration: 0.2s;
}

.logo:hover {
	border: 1px solid transparent;
	color: var(--black) !important;
	background-color: var(--gold);
}

.logo div {
	margin: auto;
	line-height: 0px;
}


/* ------------------------------------------- Menu Styles ------------------------------------------- */


#nav ul#menu-main-menu {
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 20px;
    margin: 0 0 auto 0;
}

#nav ul#menu-main-menu li, #nav ul#menu-main-menu li a {
	transition-duration: 0.2s;
}

#nav ul#menu-main-menu li a {
	color: var(--gold);
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
}

#nav ul#menu-main-menu li:hover a,#nav ul#menu-main-menu li#menu-item-28:hover a {
	text-decoration: none;
	color: var(--gold);
}

#nav ul#menu-main-menu li#menu-item-28 a {
	color: var(--gold);
}

#nav ul#menu-main-menu li#menu-item-28 {
	padding: min(10px, 2vw) min(20px, 4vw);
	border: solid 2px var(--gold);
}

#nav ul#menu-main-menu li#menu-item-28:hover {
	background-color: transparent;
}


/*
#burger {

	display: none;

	transform: translateZ(0);
	width: 60px;
	height: 60px;
	z-index: 9999;
	cursor: pointer;
	position: relative;
	margin: auto 0 auto auto;
	border-left: solid 2px var(--oe_white);
	padding: min(40px, 6vw);
	transition-duration: 0.3s;
}
#burger .top_line, #burger .bottom_line {
	transition: 0.3s ease;
	width: 35px;
	height: 1px;
	border: solid 1px var(--gold);
	border-radius: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: var(--gold);
}
#burger .top_line {
	top: -11px;
}
#burger .bottom_line {
	top: 11px;
}

#burger.toggle_burger {
	transform: translateZ(0);
}
#burger.toggle_burger .top_line {
	top: 0 !important;
	transform: rotate(45deg);
}
#burger.toggle_burger .bottom_line {
	top: 0 !important;
	transform: rotate(-45deg);
}

*/


/* ------------------------------------------- Hero Styles ------------------------------------------- */


.home-hero {
	position: relative;
	min-height: 99vh;
	background-position: center;
	background-size: cover;
	background-image: url("https://kingshillclassics.co.uk/wp-content/uploads/2026/04/IGP2166-DxO_DeepPRIME-XD2s-2-scaled.jpg");
	display: flex;
	align-items: center;
	padding: calc(max(12%, 100px) + 30px) 5% 5% 5%;
	margin: auto 0;
}

.hero {
	height: 55vh;
	background-color: var(--charcoal);
	background-image: url("https://kingshillclassics.co.uk/wp-content/themes/kingshill-classics/assets/image/noise.png");
	background-position: center;
	background-size: 50px;
	background-repeat: repeat;
	background-blend-mode: multiply;
	display: flex;
	align-items: center;
	padding: calc(5% + 30px) 5% 5% 5%;
	margin: auto 0;
}

.home-hero-content {
	transform: translateY(calc(-30px - max(2.5vw, 20px)));
}

.hero-content {
	transform: translateY(calc(0px - max(2.5vw, 20px)));
}

.home-hero-content h1, .hero-content h1 {
	max-width: 850px;
}

.home-hero-content h5, .hero-content h5 {
	max-width: 700px;
	color: var(--ivory);
}

h1 span.home-header {
	color: var(--ivory);
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

.home-hero h1 {
	margin: auto 0 0 0;
}

.home-hero h5 {
	margin-bottom: 2vh;
}

.home-hero h1::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: var(--gold);	
	margin: 15px 0 30px 0;
}

/* ------------------------------------------- What We Do Styles ------------------------------------------- */

.wwd-content-area {
	padding: 5%;
	flex-wrap: wrap;
	text-align: center;
}

.wwd-content-area .col-span {
	padding: 3% 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: nowrap;
}

.wwd-content-area .col-span .col {
	width: 20%;
	min-height: 5vw;
	background-color: var(--gold);
	border-radius: 10px;
	border: solid 1px var(--charcoal);
}

.what_we_do_cols {
	margin: 7vh 0;
}

.what_we_do_cols h3, .what_we_do_cols p {
	color: var(--ivory) !important;
}

.wwd-content-area h2, #why_work_with_us h2 {
	display: flex;
    margin: auto auto 20px auto;
    width: fit-content;
    align-items: center;
}

.wwd-content-area h2::after, .wwd-content-area h2::before, #why_work_with_us h2::before, #why_work_with_us h2::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: var(--gold);
	margin: auto 10px;
}

.what_we_do_cols .wp-block-column {
	/*background-image: url("https://kingshillclassics.co.uk/wp-content/themes/kingshill-classics/assets/image/noise.png"), linear-gradient(to bottom, var(--green), #006837); */
	background-image: url("https://kingshillclassics.co.uk/wp-content/themes/kingshill-classics/assets/image/noise.png"), linear-gradient(to bottom, var(--charcoal)); 
	background-position: center;
	background-repeat: repeat;
	background-blend-mode: multiply;
	padding: 3%;
	align-self: stretch !important;
}


/* ------------------------------------------- Generic Styles ------------------------------------------- */

.nut-ellipsis {
	margin-left: -7px;
}
.nut-dot {
	width: 12px;
	margin-left: -5.7px;
	margin-right: -5.7px;
	margin-bottom: -15px;
	fill: var(--charcoal);
}

.text_center {
	text-align: center;
}



.reviews-area {
	padding: max(5%, 100px) 5% calc(max(5%, 100px) + 50px) 5%;
	/*background-image: url("https://kingshillclassics.co.uk/wp-content/themes/kingshill-classics/assets/image/noise.png"), linear-gradient(to bottom, var(--green), #006837, var(--green)); */
	background-image: url("https://kingshillclassics.co.uk/wp-content/uploads/2026/04/IGP2139-scaled.jpg"); 
	background-color: var(--charcoal);
	background-position: center;
	background-size: cover;
	background-blend-mode: overlay;
}
.reviews-area h2 {
	color: var(--ivory);
	width: 100%;
	margin-bottom: 5px;
	letter-spacing: 0.8px;
}
.reviews-area p {
	margin-bottom: 50px;
	color: var(--ivory);
}
.reviews-area p a {
	text-decoration: none;
	color: var(--gold) !important;
}
















  /* Slider */
  
  .slick-slide {
	  margin: 0px 20px;
  }
  
  .slick-slider
  {
	  position: relative;
	  display: block;
	  box-sizing: border-box;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
			  user-select: none;
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
	  width: calc(100% + 40px);
	  margin-left: -20px;
  }
  
  .slick-list
  {
	  position: relative;
	  display: block;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
  }
  .slick-list:focus
  {
	  outline: none;
  }
  .slick-list.dragging
  {
	  cursor: pointer;
	  cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
	  -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		  -ms-transform: translate3d(0, 0, 0);
		   -o-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
	  position: relative;
	  top: 0;
	  left: 0;
	  display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
	  display: table;
	  content: '';
  }
  .slick-track:after
  {
	  clear: both;
  }
  .slick-loading .slick-track
  {
	  visibility: hidden;
  }
  
  .slick-slide
  {
	  display: none;
	  float: left;
	  height: 100%;
	  min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
	  float: right;
  }
  .slick-slide img
  {
	  display: block;
  }
  .slick-slide.slick-loading img
  {
	  display: none;
  }
  .slick-slide.dragging img
  {
	  pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
	  display: block;
  }
  .slick-loading .slick-slide
  {
	  visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
	  display: block;
	  height: auto;
	  border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	  display: none;
  }



.slider .slide {
	width: 100%;
	min-height: 20vw;
	padding: 20px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--gold);
	opacity: 0.2;
	scale: 0.88;
	transition-duration: 0.3s;
	text-align: center;
}

.testimonial_quote q {
	font-size: 22px;
	color: var(--charcoal);
	font-style: italic;
	font-weight: 600;
	padding-bottom: 20px;
	display: block;
}
.testimonial_quote p {
	font-size: 17px;
	color: var(--charcoal);
	font-weight: 300;
	margin-bottom: 0 !important;
}

.slider .slide.slick-current {
	scale: 1;
	opacity: 1;
}
.slider .slick-arrow {
	position: absolute;
	background-color: transparent;
	border: none;
	color: var(--gold);
	font-size: 40px;
	top: 100%;
	transition-duration: 0.3s;
	width: 50px;
}
.slider .slick-arrow.slick-prev {
	right: 60px;
	transform: translateX(-100%);
}
.slider .slick-arrow.slick-next {
	right: 0;
	transform: translateX(-100%);
}
.slider .slick-arrow:hover {
	scale: 1.1;
}
.slider .slick-arrow:focus {
	outline: none !important;
}

































.content-area {
	padding: max(5vh, 40px)5%;
}



.two_col.align_right {
	text-align: right;
	border-top: solid 2px var(--red);
	border-bottom: solid 2px var(--red);
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	background-color: rgba(0,0,0,0.09);
}

#AboutUs {
	margin: auto;
	border: solid 2px var(--black);
	border-radius: 50%;
	width: 28vw;
	height: 28vw;
	object-fit: cover;
	object-position: center;
}

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

button.btn {
	font-family: "Oswald", sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	position: relative;
	color: var(--charcoal);
	background-color: var(--gold);
	font-weight: 400;
	transition-duration: 0.3s;
	text-align: center;
	border: solid 2px var(--gold);
	text-transform: capitalize;
	padding: 12px 40px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
	border-radius: 0px;
}
button.btn:hover {
	background-color: transparent;
	color: var(--gold);
}


/* ------------------------------------------- Cookie Styles ------------------------------------------- */

.cky-consent-bar {
	background-color: var(--charcoal) !important;
	border-color: var(--charcoal) !important;
	box-shadow: none !important;
}

.cky-btn-revisit-wrapper {
	background-color: var(--black) !important;
}

.cky-btn-reject, .cky-btn-accept {
	border-color: var(--gold) !important;
	background-color: var(--gold) !important;
	color: var(--charcoal) !important;
}

/* ------------------------------------------- Contact Form Styles ------------------------------------------- */


.wpcf7, .wpcf7-form {
	width: 100%;
}
.wpcf7-form input:not(.wpcf7-submit), .wpcf7-form textarea {
	border: solid 1px var(--charcoal);
	border-radius: 8px;
	padding: 8px;
	font-size: 15px;
	background-color: transparent;
	width: 100%;
	text-align: center;
}
::placeholder {
	color: var(--charcoal);
  }
.wpcf7-not-valid-tip {
	margin-top: 5px;
	color: darkred !important;
	font-weight: 600 !important;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
	border: none !important;
	color: darkred !important;
	padding: 0 !important;
	font-weight: 600 !important;
}

.contact_form_btn {
	font-size: 16px;
	position: relative;
	color: var(--gold);
	background-color: var(--charcoal);
	font-weight: 900;
	transition-duration: 0.3s;
	text-align: center;
	border: solid 1px var(--charcoal);
	border-radius: 8px;
	text-transform: capitalize;
	padding: 12px 40px;
	margin-top: 10px;
	text-decoration: none;
	width: 100%;
}

.contact_form_btn:hover {
	background-color: transparent;
	color: var(--charcoal);
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px var(--gold) inset !important;
}

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


.footer-cta {

	display: none !important;




	background-color: var(--charcoal);
	padding: 2.5%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	text-align: left;
	min-height: 20vw;
	border: solid 10px var(--gold);
}
.footer-cta .col {
	padding: 2.5%;
	min-width: 30%;
}

.footer-cta p {
	color: var(--ivory);
}

.footer-cta p a {
	text-decoration: dotted underline var(--ivory) !important;
}



.contact_section {
	padding: 0 5vw 5% 0;
	display: flex;
	position: relative;
	margin-top: 15vh;
}

.contact_section .contact_tab_content::before {
	content: "";
	background-color: #4C4C4C;
	background-image: url('https://kingshillclassics.co.uk/wp-content/uploads/2026/04/IGP2202-scaled.jpg');
	background-position: center;
	background-size: cover;
	background-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: calc(110% + 15vh);
	transform: translateY(-15vh);
	/*clip-path: polygon(0% 0%,0% 100%, 100% calc(100% - 100px), 100% 0%);*/
	z-index: -1;
}
.contact_section .contact_tab_content {
	width: 60%;
	padding: 0px;
	z-index: 99;
	position: relative;
	height: max-content;
}
.contact_section .contact_tab_content .content {
	padding: 5vw 5% calc(5vw + 50px) 5vw;
}
.contact_section .contact_tab_content .content ul {
	list-style: none;
	padding-left: 0;
}
.contact_section .contact_tab_content .content ul li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 12px;
	transition-duration: 0.2s;
	max-width: max-content;
	letter-spacing: 0.8px;
}
.contact_section .contact_tab_content .content ul li a:hover {
	color: var(--gold) !important;
}
.contact_section .contact_tab_content .content ul li i {
	color: var(--gold) !important;
	font-size: 22px;
	padding-right: 10px;
}
.contact_section .contact_tab_content * {
	color: var(--ivory) !important;
}
.contact_section .contact_tab_form {
	width: 40%;
	padding: 30px;
	border-radius: 6px;
	background-color: var(--gold);
	z-index: 99;
	height: max-content;
	align-self: flex-end;
	margin-top: 5vw;
}




footer {
	border-top: 2px solid var(--gold);
	background-color: var(--charcoal);
	background-image: url("https://kingshillclassics.co.uk/wp-content/themes/kingshill-classics/assets/image/noise.png");
	background-position: center;
	background-size: 50px;
	background-repeat: repeat;
	background-blend-mode: multiply;
	padding: 3% 5% 3% 5%;
	margin-top: auto;
}

/*
footer .footer_details .footer_row {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
footer .footer_details * {
	color: var(--ivory);
}
footer .footer_details a {
	transition-duration: 0.2s;
	opacity: 0.8;
}
footer .footer_details a:hover {
	color: var(--gold);
	opacity: 1;
}
footer .footer_details .footer_row .footer_links {
	display: flex;
	align-items: center;
}
footer .footer_details .footer_row .footer_links * {
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	transition-duration: 0.2s;
}

footer .footer_details .footer_links .policies {
	display: flex;
	align-self: center;
	align-items: center;
}
footer .footer_details .footer_links p{
	margin: 0;
}

footer .footer_details .footer_row .footer_links .link::after {
	content: "\00a0|\00a0";
	color: var(--ivory);
}

.footer_socials i {
	font-size: 25px;
	padding-right: 5px;
}
*/


footer .footer_details  {
	color: var(--ivory);
}

.footer_details p, .footer_details a {
	font-size: 18px;
	font-weight: 300;
	color: var(--ivory);
	text-decoration: none !important;
}

.footer_details i {
	color: var(--gold);
	margin-right: 5px;
}

.footer_details .footer-small p, .footer_details .footer-small a {
	font-size: 16px;
}

.footer-main {
	display: flex;
	width: 100%;
	border-bottom: solid 1px rgba(243, 241, 237, 0.4);
	padding-bottom: 2%;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-main .footer-col {
	min-width: 20%;
	display: flex;
	flex-direction: column;
	height: stretch;
	width: 100%;
}

.footer-small {
	padding-top: 2%;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.footer-small p {
	opacity: 0.7 !important;
}

.footer-small .policies {
	display: flex;
}

.footer-small .policies p::after {
	content: " | ";
	display: inline-block;
	padding: 0 15px;
}

.footer-small .policies p:last-of-type::after {
	content: "" !important;
	display: none !important;
}

.footer-small .policies a:hover {
	color: var(--gold);
}

#footer-map {
	filter: grayscale(1);
	width: 100%;
	height: 100%;
}

#footer_contact {
	padding: 0 40px;
}

#footer_contact i {
	margin-right: 6px;
}

#footer_contact address {
	line-height: normal !important;
}

#footer_contact address a {
	display: flex;
	align-items: baseline;
}

footer h1 span.home-header {
	font-size: 40px;
}

footer h1 {
	font-size: 25px;
	margin: 20px 0 0;
}


/* ------------------------------------------- Contact Page Styles ------------------------------------------- */

.contact_us {
	display: flex;
	background-color: var(--charcoal);
	background-image: url("https://kingshillclassics.co.uk/wp-content/themes/kingshill-classics/assets/image/noise.png");
	background-position: center;
	background-size: 50px;
	background-repeat: repeat;
	background-blend-mode: multiply;
}
.contact_us div {
	min-height: 60vh;
	width: 50%;
}
/*
.contact_us .contact_us_content {
}
.contact_us .contact_us_map {
}
*/









/* ------------------------------------------- Policy Page Styles ------------------------------------------- */


.privacy-policy-h1 {
	font-size: 35px;
	font-weight: 400;
}

.privacy-policy-h1 span {
	font-size: 22px;
}

.privacy-policy-h2, #cky-policy-container h2 {
	font-size: 22px;
	font-weight: 500;
	margin: 5px 0;
}

.privacy-policy-ol {
	margin-bottom: 20px;
}

.privacy-policy-ol li {
	padding: 5px 0;
}

.privacy-policy-ol li::marker {
	font-weight: 900;
	font-size: 18px;
}

#cky-policy-container h3::after {
	display: none;
}

.cky-banner-element {
	font-family: "Oswald", sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	position: relative;
	color: var(--charcoal) !important;
	background-color: var(--gold) !important;
	font-weight: 500;
	transition-duration: 0.3s;
	text-align: center;
	border: solid 2px var(--gold) !important;
	text-transform: capitalize;
	padding: 10px 25px !important;
	margin-bottom: 15px;
	display: inline-block;
	text-decoration: none;
	border-radius: 0px !important;
}








  



/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1500px) {
}


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1400px) {
	
	.testimonial_quote q {
		font-size: 20px;
	}
	
}


/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1280px) {	
} 

@media only screen and (max-width : 1279px) {
}


/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {
}


/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
}


/* ----------------------------------------------------- Smaller than 1000px ----------------------------------------------------- */

@media only screen and (max-width : 1000px) {

	/*
	#burger {
		border-left-width: 1px;
	}
	.header-inner {
		border-width: 1px;
	}
	#burger .top_line, #burger .bottom_line {
		width: 30px;
	}
	#burger .top_line {
		top: -9px;
	}
	#burger .bottom_line {
		top: 9px;
	}
*/
	.home-hero {
		min-height: 95vh;
		clip-path: polygon(0% 0%,0% 98%, 100% 95%, 100% 0%);
	}
	
	.contact_section .contact_tab_content::before {
		clip-path: polygon(0% 0%,0% 98%, 100% 95%, 100% 0%);
	}
	
	.home-hero h1 span.home-header {
		font-size: 45px;
	}

	.reviews-area {
		padding: max(8%, 80px) 5% max(8%, 100px) 5%;
	}

	.nut-dot {
		width: 7px;
		margin-left: -4px;
		margin-right: -4px;
	}

	button.btn {
		padding: 10px 25px;
	}
	#nav ul#menu-main-menu li a, button.btn {
		font-size: 18px;
		font-weight: 500;
		letter-spacing: normal;
	}



	.footer-main #footer_map {
		display: none;
	}
	
	footer h1 span.home-header {
		font-size: 32px;
	}

	footer h1 {
		font-size: 22px;
	}
	
	




	/*
.main-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--green);
	background-image: url("https://kingshillclassics.co.uk/wp-content/themes/kingshill-classics/assets/image/noise.png");
	background-position: center;
	background-size: 50px;
	background-repeat: repeat;
	background-blend-mode: multiply;
	padding: calc(5% + 100px) 5%;
	display: flex;
	align-items: center;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.main-menu.open-menu {
	opacity: 1;
	visibility: visible;
}

.open-menu header {
	position: fixed;
}





.menu {
	padding: 0px;
	list-style: none;
	position: relative;
}
.menu li a {
	color: var(--white);
	font-size: 2.5vw;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	transition-duration: 0.3s;
	margin: 10px 0;
	display: inline-block;
}


.current_page_item a, .current-menu-item a, .menu li a:hover, .current-menu-parent a, .current-page-parent a, .current-menu-parent .sub-menu .current_page_item a, .current-page-parent .sub-menu .current-menu-item a {
	color: var(--green) !important;
}
.current-menu-parent .sub-menu a, .current-page-parent .sub-menu a, .current_page_item .sub-menu a, .current-menu-item .sub-menu a {
	color: var(--white) !important;
}
*/





}


/* ----------------------------------------------------- Smaller than 992px ----------------------------------------------------- */

@media only screen and (max-width : 991px) {	
}


/* ----------------------------------------------------- Smaller than 900px ------------------------------------------------------ */

@media only screen and (max-width : 900px) {
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	
}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {	
}


/* ----------------------------------------------------- Smaller than 769px ------------------------------------------------------ */

@media only screen and (max-width : 781px) {

	.contact_section {
		flex-wrap: wrap;
	}

	.contact_section .contact_tab_content {
		width: 100%;
	}

	.contact_section .contact_tab_content::before {
		height: max(70vh, 180%);
	}

	.contact_section .contact_tab_content .content {
		padding-bottom: 5vw;
	}

	.contact_section .contact_tab_form {
		margin-left: 5vw;
		width: 100%;
	}
	
	.what_we_do_cols {
		margin: 5vh 0;
		gap: 1em;
	}
	
	.what_we_do_cols .wp-block-column {
	    background-image: none;
	}
	.what_we_do_cols h3, .what_we_do_cols p {
		color: var(--charcoal) !important;
	}
	
	
	
	.testimonial_quote q {
		font-size: 18px;
	}
	
	.footer-main {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	#footer_contact address a {
		justify-content: center;
	}
	
	#footer_info {
		justify-content: center;
		flex-direction: row;
		margin-bottom: 20px;
	}
	
	#footer_info .logo, .footer-main #footer_contact h4 {
		display: none;
	}
	
	.footer_details p {
		margin-bottom: 10px;
	}
	
	.footer_details a, .footer_details p {
		font-size: 16px;
	}

}


/* ----------------------------------------------------- Smaller than 768px ------------------------------------------------------ */

@media only screen and (max-width : 767px) {
	
	.home-hero h1 span.home-header {
		font-size: 40px;
	}
	
}


/* ----------------------------------------------------- Smaller than 750px ------------------------------------------------------ */

@media only screen and (max-width : 750px) {
}

@media only screen and (max-width : 700px) {

	footer .footer_details .footer_row {
		flex-direction: column;
		text-align: center;
	}
	footer .footer_details .footer_row .footer_links {
		flex-direction: column;
	}
	footer .footer_details .footer_row .footer_links .link::after {
		display: none !important;
	}
	footer .footer_details .footer_links .policies .link {
		margin: 2px 5px;
	}
	
}
	
/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 600px) {
	
	.footer-small {
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}
	
	.footer-small p, .footer-small a {
		font-size: 13px !important;
	}
	
	.footer-small .link {
		margin-top: 10px;
		margin-bottom: 4px;
	}
	
	.footer-main .footer-col {
		width: auto;
	}
	
	footer h1 span.home-header {
		font-size: 26px;
	}

	footer h1 {
		font-size: 18px;
	}
	
	.footer_details a, .footer_details p{
		font-size: 14px;
	}
	
}

/* ----------------------------------------------------- Max Height - 500px ----------------------------------------------------- */

@media only screen and (max-height : 600px) {
	
	.home-hero-content, .hero-content {
		transform: translateY(0);
	}
	
}



/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	
	.logo {
		font-size: 28px;
	}
}

/* ----------------------------------------------------- Smaller than 480px ------------------------------------------------------ */

@media only screen and (max-width : 480px) {	
}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 400px) {
}