/*
Theme Name: LJM Equestrian
Description: A child theme for Twenty Twenty.
Author: Foxxweb Design
Author URI: http://www.foxxweb.co.uk
Template: twentytwenty
Version: 1.0
Text Domain: weston
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

body {	
	font-family: "Poppins", sans-serif; 
	
}

#site-content-home {
	position:relative;
	background:#F9F1E7;
	margin-top:0vh;
	z-index:100;
	
}
#site-content {
	float:left;
	width:100%;
	position:relative;
	background:#fff;
	z-index:100;
	
}

.singular .entry-header {
	padding:10px 0;
}

h1,h2,h3 {
	font-family: "Red Hat Text",sans-serif
}
h1 {
	color:#464646;
	font-size:24px;
	padding:20px 0;
	font-weight:500
}


h2 {
	color:#000;
	font-size:26px
}

h3 {
	color:#464646;
	font-size:20px;
	margin:10px 0;
}
hr { margin:10px 0 }

h3.table-h3 { text-align:center!important }


p {font-size:16px;}

a { color:#464646 }

a.button:hover,
a.button:visited {
	text-decoration:none!important
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea,table.variations select.orderby {
	background:#F0DDD9;
	border-radius:8px;
}

select,
.orderby {
	background:#F0DDD9;
	color:#464646;
	padding:5px 10px;
	border-radius:8px;
	border:0;
	
}


/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */


#site-header {
	float:left;
	width:100%;
	background: #F9F1E7;
	position: relative;
	z-index:1000;
}
#site-header-other {
	display: block;
	background: #021043;
	position: relative;
	z-index:1000;
}

.top-bar {
	float:left;
	width:100%;
	background:#F0DDD9;
	color:#464646;
}
.top-bar-left {
	float:left;
	max-width:30%;
	width:100%;
	padding:5px 0 5px 5%;
}
.top-bar-left a{
	color:#464646;
	display:inline-block;
}
.top-bar-right {
	float:left;
	max-width:70%;
	width:100%;
	padding-right:3%;
	text-align:right;
	text-transform:uppercase;
}
.top-bar-right p,
.top-bar-right a{
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.header-navigation-wrapper {
	display: none;
}
.header-titles-wrapper {
	display:block;
	margin-right: 0;
	max-width: 100%;
	width:100%;
	padding: 0;
	text-align: left;
}

.header-titles {
	float:left;
	display:block;
	max-width:100%;
	width:100%;
	margin:0;
	padding-top:20px
}

.header-titles-left {
	float:left;
	max-width:100%;
	width:100%;
}
.header-titles-centre{
	float:left;
	max-width:10%;
	width:100%;
}
.header-titles-left img {
	display:block;
	margin:0 auto 20px auto;
	
}

.header-titles-right {	
	float:right;
	text-align:right;
	max-width:100%;
	color:#000;
	padding:5px .5%;
	font-size:20px;
	color:#000
}
.header-link a:visited,
.header-link a{
	color:#000 !important;
}

.header-titles-centre img{
	float:none;
	margin:0 auto;
	display:block;
}

.header-link {
	color:#000;
	text-decoration:none
}
/* Header Toggles ---------------------------- */

.header-toggles {
	display: none;
}

.header-inner .toggle {
	align-items: start;
	display: flex;
	overflow: visible;
	padding: 0 2rem;
}

.header-inner .toggle svg {
	display: block;
	position: relative;
	z-index: 1;
}

.header-inner .toggle path {
	fill: #000;
}

.toggle-inner {
	display: flex;
	justify-content: center;
	height: 2.3rem;
	position: relative;
}

.toggle-icon {
	display: block;
	overflow: hidden;
}

.toggle-inner .toggle-text {
	color: #000!important;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 0.5rem);
	width: auto;
	white-space: nowrap;
	word-break: break-all;
}

.overlay-header .toggle-text {
	color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
	text-decoration: underline;
}

/* Search Toggle ----------------------------- */

.search-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
	height: 2.5rem;
	max-width: 2.3rem;
	width: 2.3rem;
}

/* Navigation Toggle ------------------------- */

.nav-toggle {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	width: 6.6rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
	height: 0.8rem;
	width: 2.6rem;
}

.nav-toggle .toggle-inner {
	padding-top: 0.8rem;
}
button.togggle { background:none!important }

/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	display: none;
}

ul.primary-menu {
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: -0.0277em;
	flex-wrap: wrap;
	justify-content: right;
	margin: -0.8rem 0 0 -1.6rem;
}

.primary-menu .icon {
	display: block;
	height: 0.7rem;
	position: absolute;
	pointer-events: none;
	transform: rotate(-45deg);
	width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
	content: "";
	display: block;
	background-color: black;
	position: absolute;
	bottom: calc(50% - 1rem);
	left: 2px;
}

.primary-menu .icon::before {
	height: 0.9rem;
	width: 0.2rem;
}

.primary-menu .icon::after {
	height: 0.2rem;
	width: 0.9rem;
}

.primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	position: relative;
	list-style-type: none 
}

.primary-menu > li {
	margin: 0.8rem 0  1.6rem 0;
	
}

.primary-menu > li.menu-item-has-children > a:current {
	color:#fff;
	padding-right: 2rem;
}

.primary-menu > li > .icon {
	right: 0.5rem;
	top: calc(50% - 0.8rem);
}

.left-menu a,
.right-menu a,
.primary-menu a {
	font-family: "Poppins", sans-serif; 
	color:#000;
	padding:8px 12px;
	display: block;
	text-align:left;
	line-height: 1.2;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
	font-size:14px;
	text-transform:uppercase
}

.right-menu a:hover,
.left-menu a:focus,
.left-menu a:hover,
.right-menu a:focus,
.primary-menu a:hover,
.primary-menu a:focus {
	text-decoration: none;
	background:#F0DDD9!important;
	text-decoration:none;
}
.primary-menu .current_page_ancestor {
	
	text-decoration:none;
}

.right-menu li.current-menu-item > a,
.left-menu a:focus,li.current-menu-item > .link-icon-wrapper > a,
.left-menu li.current-menu-item > a,
.right-menu a:focus,li.current-menu-item > .link-icon-wrapper > a,
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration: none;
	padding:8px 20px;
	background:#F0DDD9!important;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
	background:#F0DDD9!important;
}

/* SUB MENU */

..menu-main-menu-left ul::before, ..menu-main-menu-left ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}
.menu-main-menu-left ul::before {
  height: 2rem;
  left: 0;
  right: 0;
}

.menu-main-menu-left ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #fff; /* optional, makes submenu visible on white background */
}
.primary-menu ul {
	z-index:1000;
	background: #021043;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 1.7rem;
	opacity: 0;
	padding: 1rem 0;
	position: absolute;
	right: 9999rem;
	top: calc(100% + .1rem);
	transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
	transform: translateY(0.6rem);
	width: 300px;
	 list-style-type: none 
}
.primary-menu ul ul li a{
	color:#fff;	
}
.primary-menu ul ul li a:hover{
	color:#65121E;	
	border-radius:0;
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu li::before {
	display: none
}
.primary-menu ul::before,
.primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.primary-menu ul::before {
	height: 2rem;
	left: 0;
	right: 0;
}

.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #000;
	right: 1rem;
}

.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 8px;
	transition: background-color 0.15s linear;
	width: 100%;
	color:#fff;
	border-radius:0
}

.primary-menu ul li.menu-item-has-children > a {
	padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1rem;
	top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
	top: -1rem;
	left:5px;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
	left: calc(100% + 2rem);
}

.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}

.primary-menu ul ul::after {
	border-bottom-color: transparent;
	right:auto!important;
	/*rtl:ignore*/
	border-left-color: #021043;
	bottom: auto;
	left: -1.6rem;
	top: 2rem;
}




.rtl .primary-menu ul ul::after {
	transform: rotate(90deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {

	.primary-menu > li.menu-item-has-children > a {
		padding-right: 0;
		margin-right: 2rem;
	}

	.primary-menu ul li.menu-item-has-children > a {
		margin-right: 4.5rem;
		padding-right: 0;
		width: unset;
	}

}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-right: 0;
	margin-right: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-right: 4.5rem;
	padding-right: 0;
	width: unset;
}

/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */


.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
	z-index: 99;
}

.menu-modal.active {
	z-index:99999999;
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
	background: #fff;
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	padding: 3.1rem 0;
	width: 100%;
	color:#000;
}

button.close-nav-toggle svg {
	height: 1.6rem;
	width: 1.6rem;
	color:#021043
}
button.close-nav-toggle svg:hover {
	color:#0036ff
}

button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
	color:#021043
}
button.close-nav-toggle .toggle-text:hover {
	color:#0036ff
}

.menu-modal .menu-top {
	flex-shrink: 0;
}


/* Main Menu --------------------------------- */

.modal-menu {
	position:relative;
	z-index:99999999;
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.modal-menu li {
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: flex-start;
	margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.0375em;
}

.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.modal-menu a {
	color:#000!important;
	display: block;
	padding: 2rem 2.5rem;
	text-decoration: none;
	width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: underline;
}

button.sub-menu-toggle {
	border-left: 0.1rem solid #dedfdf;
	flex-shrink: 0;
	margin: 1rem 0;
	padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
	height: 0.9rem;
	transition: transform 0.15s linear;
	width: 1.5rem;
}

button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}

.modal-menu ul li {
	border-left-width: 1rem;
}

.modal-menu ul li a {
	color: inherit;
	font-weight: 500;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {

	.menu-wrapper.is-animating .menu-item,
	.menu-wrapper.is-animating .toggling-target {
		transition-duration: 1ms !important;
	}

}


/* Expanded Menu ----------------------------- */

.expanded-menu {
	display: none;
}

.mobile-menu {
	display: block;
}


/* Menu Bottom ------------------------------- */


.button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
	background:#F0DDD9!important;
	color:#000!important;
	border-radius:8px;
	padding:8px 16px;
}
button:hover, .button:hover, .faux-button:hover, .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"] {
	text-decoration:none!important;
	background:#F9F1E7!important
}	
.menu-bottom {
	flex-shrink: 0;
	padding: 4rem 0;
}

.menu-bottom nav {
	width: 100%;
}

.menu-copyright {
	display: none;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
	text-decoration: underline;
}

.menu-bottom .social-menu {
	justify-content: center;
}
table { 
	border:none;
	width:100%!important;
	max-width:100%!important;
}
th,
input[type="number"],
td {
	border:none;
}
.entry-content {
	max-width: 1400px;
	width: calc(100% - 4rem);
	font-family: "Poppins", sans-serif; 
	display:block;
	margin:0 auto;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 1400px;
	width: calc(100% - 4rem);
	font-family: "Poppins", sans-serif; 
}
.entry-content > :last-child,
.entry-content > :first-child {
	margin-bottom:15px;
	margin-top:15px;
	
}
.entry-content a {
	color:#000;
	text-decoration:none
}
.entry-content a:hover {
	text-decoration:underline
}
[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 1400px;
	width: 100%;
}


.link-page-wrapper1 img{
	float:left;
	width:100%
}
.link-page-wrapper1 {
	float:left;
	position:relative;
	max-width:100%;
	width:100%;
	background:#fff;
	color:#000;
}
.link-page-wrapper1-inner {
	position:relative;
	float:none;
	display:block;
	margin:30px auto;
	max-width:1400px;
	width:100%;
}
p.left-side{
	position:absolute;
	bottom:40px;
	left:5%;
	color:#fff;
	font-size:24px;
}

.link-page-wrapper2 {
	float:left;
	background:#F9F1E7;
	max-width:100%;
	width:100%;
	display:block;
}
.link-page-wrapper2-inner {
	position:relative;
	float:none;
	display:flex;
	flex-wrap:wrap;
	gap: 20px; /* Adds spacing between columns and rows */
    justify-content: space-between; /* Optional: Ensures spacing between items */
	margin:10px auto;
	padding:10px;
	max-width:1400px;
	width:100%;
	
}

.link-page-wrapper3 {
	position:relative;
	float:left;
	max-width:100%;
	width:100%;
	padding:50px 0;
	background:#F9F1E7;
}
.link-page-wrapper3 h2{
	float:left;
	width:100%;
	padding:10px 0;
	text-align:center;
	color:#000;
	font-size:30px
}

.link-page-wrapper3 img{
	float:left;
	width:100%	
}
.link-page-wrapper3-inner {
	float:none;
	display:block;
	margin:0 auto;
	max-width:1400px;
	width:100%;
}
.link-page-wrapper3-inner a{
	color:#000;
	text-decoration:none;	
}
.link-page-wrapper3-inner td{
	position:relative;
}
.link-page-wrapper3-inner td p{
	text-align:center;
	display:block;
	margin:0 auto;
	color:#D3D3D3;
	font-size:8px;
}
.link-page-wrapper3-inner a:hover{
	text-decoration:underline;	
}
.link-page-wrapper3-inner h2{
	font-size:28px;
	font-weight:400;
}
.bottom-section {
	margin-top:0!important;
	padding:0 0 20px 0!important;
}

.top-section {
	margin-bottom:0!important;
	padding:20px 0 0 0!important;
}
.link-page-wrapper3-inner h1{
	max-width:100%!important;
	text-align:center;
	font-size:36px;
	color:#464646;
	font-weight:500;
}
.link-page-wrapper3-inner h3{
	max-width:100%!important;
	margin:0!important;
}

.link-page-wrapper4 {
	float:left;
	background:#F9F1E7;
	max-width:100%;
	width:100%;
	display:block;
}
.link-page-wrapper4-inner {
	position:relative;
	float:none;
	display:flex;
	flex-wrap:wrap;
	margin:10px auto;
	padding:10px;
	max-width:1400px;
	width:100%;
	
}

.link-page-wrapper4-inner h3{
	color:#000;
	font-size:30px;
}

.link-page-wrapper5 {
	float:left;
	max-width:100%;
	width:100%;
	background:#FFF5CC;
	color:#000;
	padding:30px 0 40px 0 
}
.link-page-wrapper5-inner {
	float:none;
	display:block;
	margin:10px auto;
	max-width:1400px;
	width:100%;
	padding:20px 0;
}
.link-page-wrapper6 {
	position:relative;
	float:left;
	background:#EEEEEE;
	max-width:100%;
	width:100%;
	color:#000;
	margin:0 auto;
	padding:40px 0;
}
.link-page-wrapper6 h2{	
	text-align:center
}
.link-page-wrapper6-inner {
	float:none;
	display:block;
	margin:20px auto;
	max-width:1400px;
	width:100%;
}
.link-page-wrapper7 {
	float:left;
	max-width:100%;
	display:block;
	width:100%;
	background:#fff;
	padding:30px 0 10px 0 
}
.link-page-wrapper7 h2{
	text-align:center
}
.link-page-wrapper7-inner {
	float:none;
	display:block;
	margin:20px auto;
	max-width:1400px;
	width:100%;
}
.banner-text {
	max-width:50%;
	position:absolute;
	top:20%;
	right:10%;
}
.banner-text h3{
	font-weight:400;
	text-align:center;
	font-family: "Dancing Script", cursive;
	
}
	
.col-wrapper3 {
	float:left;
	max-width:100%;
	width:100%;	
	background:url("assets/images/darley_banner_ad.jpg") no-repeat;
	background-size:cover;
	width: 100vw;
	height: 42vh;
	margin: 0;
}
#news-wrapper h3 {
	float:left;
	width:100%;
	color:white;
	margin:15px 0;
}
.news-item  {
	float:left;
	width:100%;
	position:relative
}
.news-item p {
	float:left;
	width:100%
}
.review-wrapper {
	float:left;
	width:100%;
	background:#b5cff4
}
.review-section {
	position:relative;
	display:block;
	margin:40px auto;
	max-width:1400px;
	width:100%;
	text-align:center;
	font-size:20px
}
.review-section p{
	padding:0 15%
}
/* backgound colours for bands 
Dk Blue - 024886
orange/red - D93F26
Yellow - FF9601
Lt Blue 0098C9
*/
.lgtblue { background:#0098C9; }
.dkblue { background:#024886; }
.yellow { background:#FF9601; }
.red { background:#D93F26; }


.home-page-2-1,
.home-page-2-2 {
	position:relative;
	display: flex;
	align-items: flex-start; /* or center */
	flex-direction: column; 
	max-width:100%;
	width:100%;
	padding:0;
	margin-bottom:20px;
}

.home-page-2-1 h2,
.home-page-2-2 h2{
	color:#464646;
	text-align:center;
	font-size:30px;
	font-weight:400
}
.home-page-2-1 p,
.home-page-2-2 p{
	float:left;
	font-family: "Dancing Script", cursive;
	width:100%;
	text-align:center;
	margin-top:10%;
	color:#464646;
	padding-left:20px;
	font-size:26px;
	line-height:60px;
}
.home-page-2-1 a,
.home-page-2-2 a{
	color:#000;
	text-decoration:none
}
	
.home-page-2-1 img,
.home-page-2-2 img{
	width:100%;
}

.home-page-2-2 h3{
	float:left;
	width:100%;
	font-size:40px;
	font-weight:600;
	text-align:center
}
.info-box {
	position:absolute;
	bottom:20px;
	width:100%;
}
.info-box h2{
	color:white;
	background:rgba(0,0,0,.5);
	padding:15px;
	display: inline-block; 
}
.home-page-2-1 .overlay,
.home-page-2-2 .overlay {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 30%; /* Bottom 20% overlay */
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1rem;
  text-align: center;
}

.home-page-2-1 .overlay a,
.home-page-2-2 .overlay a,
.home-page-2-1 .overlay p,
.home-page-2-2 .overlay p{
	color:white
}

.home-page-3-1,
.home-page-3-2,
.home-page-3-3 {
	float:left;
	max-width:100%;
	width:100%;
	padding:30px;
}
.home-page-contact-2-1 h2 {
	font-size:30px
}

.home-page-contact-2-1 h2,
.home-page-contact-2-2 h2,
.home-page-contact-2-1 p{
	color:#fff;
	margin:0;
}
.home-page-contact-2-1 p{
	font-size:30px;
}
.home-page-contact-2-1 li {
	position:relative;
	list-style:none;
}
.contact-area {
	float:left;
	max-width:100%;
	width:100%;
	height:100%;
	flex:1 1 auto;
}




.home-page-3-col {
	position:relative;
	display:flex;
	flex: 1 1 calc(50% - 10px); /* E
    text-align: center;
    flex-direction: column; 
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
	padding:20px 0;
	overflow: hidden; /* Ensures overlay doesn't overflow the container */
}
.home-page-3-col img {
	display:block;
	margin:0 auto;
	width:100%;
}	


.home-page-3-col .overlay {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 30%; /* Initial height */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
  display: flex;
  flex-direction: column; /* Stack items vertically */
  justify-content: space-between; /* Space between h3 and button */
  align-items: center;
  color: white;
  font-size: 1rem;
  text-align: center;
  transition: height 0.3s ease; /* Smooth transition for height change */
  overflow: hidden; /* Ensure content doesn't overflow */
  padding: 10px; /* Add padding for spacing */
}

.home-page-3-col h3{
	font-size:20px;
	color:#464646;
	margin:0;
}
.home-page-3-col .overlay a {
	text-decoration:none;
}
.home-page-3-col .overlay .additional-text {
  display: none; /* Hidden initially */
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0; /* Add spacing between h3 and button */
  padding:0 1%
}

.home-page-3-col  .overlay .more-button {
  padding: 8px 16px;
  background-color: #464646; /* Light background */
  border: none;
  color: black;
  cursor: pointer;
  border-radius: 8px;
  font-size: 14px;
  display: none; /* Hidden initially */
  transition: background-color 0.3s ease; /* Button hover effect */
}

.home-page-3-col  .overlay .more-button:hover {
  color:#fff
}

.home-page-3-col:hover .overlay {
  height: 85%; /* Expand height on hover */
}

.home-page-3-col:hover .overlay .additional-text,
.home-page-3-col:hover .overlay .more-button {
  display: block; /* Show the button on hover */
}

.home-page-4-1,
.home-page-4-2,
.home-page-4-3,
.home-page-4-4 {
	float:left;
	position:relative;
	max-width:49%;
	width:100%;
	padding:0;
}

.home-page-4-1 img,
.home-page-4-2 img,
.home-page-4-3 img,
.home-page-4-4 img {
	float:none;
	display:block;
	margin:0 auto;
	width:auto;
	cursor:pointer;
}	

.home-page-4-1 h3,
.home-page-4-2 h3,
.home-page-4-3 h3,
.home-page-4-4 h3 {
	color:#464646;
	width:100%;
	padding:5px 0;
	font-weight:400;
	text-align:center;
	font-size:16px;
}
.home-page-4-1 h3:hover,
.home-page-4-2 h3:hover,
.home-page-4-3 h3:hover,
.home-page-4-4 h3:hover {
	background:#C49A4E;
	
	
}

.home-page-4-1 p,
.home-page-4-2 p,
.home-page-4-3 p,
.home-page-4-4 p {
	width:100%;
	font-weight:400;
	text-align:center;
	font-size:16px;
	padding:0 25px;
}

.home-page-4-1 .linkbutton a:hover {
	position:absolute;
	top:-10px;
	background:url('assets/images/yellow_button.png') top no-repeat;
}

.woocommerce ul.products[class*="columns-"] li.product {
	width:50%;
}
.contact-section-half1,
.contact-section-half2{
	float:left;
	max-width:100%;
	width:100%;
	padding:0 1%
}

.contact-section-half1 h2,
.contact-section-half2 h2{
	color:black
}
.contact-section-half-inner1,
.contact-section-half-inner2{
	float:left;
	max-width:50%;
	width:100%;
	padding:0 1%
}


.home-page-6-1 a {
	z-index:1999;
	position:absolute;
	bottom: 5%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for the heading's dimensions */
	max-width:130px;
	width:100%;
	padding:8px 5%;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	color:#464646;
	background:#000;
	border-radius:8px
}
.home-page-6-1 a:hover{
	color:#fff
}

.nbutton{
	float:left;
	display:block;
	margin:0 auto 10px auto;
	max-width:170px;
	width:100%;
	padding:8px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:14px;
	color:white!important;
	background:#0036ff;
	border-radius:8px
}
.fpbutton{
	float:none;
	position:absolute;
	display:block;
	bottom:5%;
  	left: 50%;
  	transform: translate(-50%, 0);
	margin:0 auto;
	max-width:175px;
	width:100%;
	padding:8px 5%;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none!important;
	font-size:15px;
	color:white;
	background:#0036ff;
	border-radius:8px
}
.resbutton{
	float:none;
	display:block;
	margin:0 auto;
	max-width:175px;
	width:100%;
	padding:8px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none!important;
	font-size:8px;
	color:white!important;
	background:#0036ff;
	border-radius:8px;
	white-space: nowrap;
}
.resbutton:hover,
.nbutton:hover,
.fpbutton:hover{
	color:#d8b55d!important;
	text-decoration:none!important;
}
.link-page-wrapper5-inner-inner h2,
.link-page-wrapper5-inner-inner p{
	color:#fff	
}
.advert-area {
	float:right;
	width:100%;
	padding:30px;
	position:relative;	
}
.advert-area h2{
	float:left;
	width:100%;
	text-align:right;
	color:#fff;
	font-size:38px;
	padding:0 5%;
}
.advert-area h3{
	float:left;
	text-align:center;
	color:#fff;
	font-size:42px;
	text-transform:uppercase
}
.advert-area p{
	float:left;
	width:100%;
	text-align:right;
	padding:0 5%;
	color:#fff;
	font-size:18px;
}

.review-wrapper {
	float:left;
	width:100%;
	background:#b5cff4
}
.review-section {
	position:relative;
	display:block;
	margin:40px auto;
	max-width:1400px;
	width:100%;
	text-align:center;
	font-size:20px
}
.review-section p{
	padding:0 15%
}
/* backgound colours for bands 
Dk Blue - 024886
orange/red - D93F26
Yellow - FF9601
Lt Blue 0098C9
*/
.lgtblue { background:#0098C9; }
.blue-bg { background:#021043;color:#fff ;padding:0 4%; }
.blue-bg p { color:#fff ; }
.gold-bg { background:#E1CCA6;color:#000 ;padding:0 4%; }
.gold-bg h2 { color:#000 ; }
.gold-bg p { color:#000 ; }
.yellow { background:#FF9601; }
.red { background:#D93F26; }

.contact-area {
	float:left;
	max-width:100%;
	width:100%;
	height:100%;
	flex:1 1 auto;
}

.home-page-1third {
	float:left;
	max-width:100%;
	width:30%;
	padding:0 10px 0 0;
}

.home-page-2third {
	float:left;
	max-width:100%;
	width:70%;
	padding:0 0  0 10px;
}

.home-page-1third p,
.home-page-2third  p{
	font-size:14px
}




.linkhover {
    position: relative;
}
.linkhover img {
	max-width:100%;
    width: 100%;
    vertical-align: top;   
    padding:0;
    display:block;
    margin:0 auto;
}
.linkhover:after {
    content: '';
    position: absolute;
    width: 100%; 
    height:100%;
    top:0; 
    left:0;
    background:rgba(0,23,62,0.7);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    cursor: pointer;
    color:#fff;
}

.linkhover:hover:after,
.linkhover h3:hover {
    opacity: 1;
    z-index:100;
    color:#fff;
}


.bbutton {
	position:absolute;
	bottom:20px;
	left:5%;
	text-align:center;
	width:170px;
	color:#000;
	background:#F0DDD9;
	padding:10px 20px;
	border-radius:8px;
	margin:0;
	text-decoration:none;
	font-size:15px;
}
.bbutton:hover {
	background:#F9F1E7;
}	
.bl { float:left }
.mbutton {
	float:none;
	margin:15px auto 40px auto;
	display:block;
	text-align:center;
	width:170px;
	color:#fff;
	background:#65121E;
	padding:10px 20px;
	border-radius:8px;
	font-size:15px;
}
.mbutton:hover {
	color:#9B9B9B;

}	

#casestudies-summary-grid {
	float:left;
	max-width:95%;
	width:100%;	
	margin:20px 0 0 20px;	
}
#casestudies-summary-row  {
	float:left;
	display:flex;
	flex-wrap:wrap;
	max-width:100%;
	width:100%;
	margin:5px 0;
	
}
#casestudies-info {
	float:left;
	flex: 1 1 calc(50% - 10px); /* E
    text-align: center;
    flex-direction: column; 
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
	padding:20px;
	max-width:100%;
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
#casestudies-info a{
	color:#65121E;
	font-size:16px;
}
#casestudies-info h2{
	color:#464646;
	font-size:24px; 
	line-height:30px;
	margin:5px 0;
}
#casestudies-info p {
	float:left;
	width:100%;
	font-size:18px;
	padding:5px 20px;
}
#casestudies-info a:hover{
	color:#9B9B9B;
}

#casestudies-info img {
	float:none;
	display:block;
	margin:0 auto;
	width:auto;
	padding:0 10px;
}

/* Widget: Text ------------------------------ */


/* -------------------------------------------------------------------------- */

/*	16. Site Footer
/* -------------------------------------------------------------------------- */


#footer-full-width {
	float:left;
	position:relative;
	max-width:100%;
	width:100%;
	width: 100%;
	z-index:100;
	background:#f9f1e7;
}
#footer-inner {
	margin:0 auto;
	max-width:1400px;
	width:100%;
	padding:20px;
}
#footer-inner img{
	width:auto;
}

#footer-inner h3{
	color:#000;
}
#footer-info-full-width {
	float:left;
	max-width:100%;
	width:100%;
	background:#0098D6;	
	height:auto;
	margin:20px 0;
}
#footer-info-inner {
	margin:0 auto;
	max-width:1400px;
	width:100%;
	padding:20px;
	text-align:center;
	background:#0098D6;	
	color:#000;
	font-size:14px;
}
#footer-left,
#footer-center,
#footer-right {
	float:left;
	max-width:100%;
	width:100%;
	padding-bottom:20px;
	color:#000;
	font-size:14px;
}
#footer-center a,
#footer-right a {
	color:#000;
	padding:5px 0;
	font-size:16px;
}
#footer-left a {
	float:left;
	width:100%;
	color:#000;
	padding:3px 0;
	font-size:16px;
}
#footer-left a:hover,
#footer-center a:hover,
#footer-right a:hover {
	text-decoration:underline
}

#footer-center img {
	margin:10px 0	;
}
#footer-left h3,
#footer-center h3,
#footer-right h3{
	font-size:24px;
	color:#000;
}
#footer-center .svg-inline--fa{
	font-size:40px;
	color:#000
}
	 
#footer-left p,
#footer-center p,
#footer-right p,
#footer-left a,
#footer-center a,
#footer-right a,
#footer-left a:visited,
#footer-center a:visited,
#footer-right a:visited  {
	color:#000;
	text-decoration:none
}
.fw-ad {
	float:left;
	width:100%;
	text-align:right;
	color:#000;
	font-size:12px;
}
.fw-ad a{
	text-decoration:none;
}

.footer-nav-widgets-wrapper,
#site-footer {
	float:left;
	width:100%;
	background-color: #000;
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	margin-top: 0rem;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0.1rem;
}

.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
	padding: 3rem 0;
}


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

.footer-top {
	display: flex;
	border-bottom: 0.1rem solid #dedfdf;
	justify-content: space-between;
}

/* FOOTER MENU */

.footer-menu {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.0277em;
}

.footer-menu li {
	line-height: 1.25;
	margin: 0.25em 0 0 0;
}

.footer-menu a {
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}

.footer-menu a:hover,
.footer-menu a:focus {
	text-decoration: underline;
}

/* FOOTER SOCIAL */

.footer-social-wrapper {
	margin: 0;
	width: 100%;
}

.has-footer-menu .footer-social-wrapper {
	flex-shrink: 0;
	margin-left: 1rem;
	width: 50%;
}

ul.footer-social {
	margin: -0.5rem 0 0 -0.5rem;
}

.has-footer-menu .footer-social {
	justify-content: flex-end;
}

ul.footer-social li {
	margin: 0.5rem 0 0 0.5rem;
}

.footer-social a {
	background-color: #cd2653;
	height: 3.6rem;
	width: 3.6rem;
}

.footer-social a::before {
	font-size: 1.6rem;
}

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

.footer-widgets-outer-wrapper {
	border-bottom: 0.1rem solid #dedfdf;
}

.footer-widgets + .footer-widgets {
	margin-top: 3rem;
}

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

#site-footer {
	font-size: 1.6rem;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

#site-footer a {
	text-decoration: none;
	color:#fff;
	font-size:14px;
}

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline;
}

.footer-copyright a,
.powered-by-wordpress a {
	color: inherit;
	color:#fff;
}

.powered-by-wordpress,
.to-the-top {
	color: #6d6d6d;
}

a.to-the-top > * {
	pointer-events: none;
}

.footer-copyright {
	font-weight: 400;
	margin: 0;
	color:#fff;
}

.powered-by-wordpress {
	display: none;
	margin: 0 0 0 2.4rem;
}

.to-the-top-long {
	display: none;
}
.metaslider .caption h2{
	font-size:14px;
	margin:7px;
}

/* -------------------------------------------------------------------------- */

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 479px ) {

	/* Blocks -------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none;
	}

	/* Entry Content ------------------------- */

	/* LISTS */

	ul,
	ol {
		margin: 0 0 3rem 2rem;
	}

	li {
		margin: 0.5rem 0 0 1rem;
	}

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

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

.woocommerce-product-gallery {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	height: auto !important;
}

.woocommerce-product-gallery img {
	max-width: 100%;
	height: auto;
}

@media ( min-width: 480px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: BASE ALIGNMENT WIDTH */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}

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

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( max-width: 599px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns + .wp-block-columns {
		margin-top: 0.2rem;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide {
		margin-top: -0.8rem;
	}

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -1.8rem;
	}

	/* Template -------------------------------- */

	/* TEMPLATE: COVER */

	.template-cover .post-inner .post-meta-wrapper,
	.template-cover .post-inner .author-bio {
		width: calc( 100% - 4rem );
	}

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

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 600px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4rem;
	}

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

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 660px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: 4rem;
	}

	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		margin-left: 0;
	}

	.entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: 4rem;
	}

	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		margin-right: 0;
	}

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

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em auto 0 auto;
	}
	
	.banner-text h3{
		font-size:60px
	}
	.home-page-2-2 p{
		font-size:40px
	}
		
}


@media ( min-width: 700px ) {

  .wp-block-archives:not(.alignwide):not(.alignfull), .wp-block-categories:not(.alignwide):not(.alignfull), .wp-block-code, .wp-block-columns:not(.alignwide):not(.alignfull), .wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-group:not(.has-background):not(.alignwide):not(.alignfull), .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright), .wp-block-media-text:not(.alignwide):not(.alignfull), .wp-block-preformatted, .wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright), .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video:not(.alignwide):not(.alignfull) {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

	body:not(.singular) main > article:first-of-type,	
	.post-inner {
   	 	padding: 0;
  	}
  	
  	h1, .heading-size-1,
  	h2, .heading-size-2, 
  	h3, .heading-size-3 {
   		margin:20px 0
	}
	
	
	
	.block-columns h3,
	.entry-content h3 {
		font-size:30px;
		font-weight:400;
		text-align:left;
		margin:10px 0
	}
	.entry-content h1, 
	.entry-content h2, 
	.entry-content h3 {
		margin:15px auto
	}
	
		
	.link-page-wrapper7-inner {
		display:flex;
	}

	.link-page-wrapper4-inner {
		display: flex;
		gap: 20px; /* Adds space between columns and rows */
    	justify-content: space-between; 
		
	}
	.link-page-wrapper6-inner {
		padding:20px 0;
		display:flex;
	}
	.advert-area {
		width:50%;
		text-align:right;
	}
	/*
	.tech-support-wrapper {
		background:url('assets/images/Technical Support band.jpg') no-repeat;
		background-size:contain;
	}
*/
	.tech-support-wrapper-inner {
		position:absolute;
		top:20px;
		right:10px;
		padding-left:25%
	}
	#footer-left,
	#footer-center,
	#footer-right {
		max-width:20%;
	}

	
	
	.home-page-2-1,
	.home-page-2-2{
		flex:1;
		max-width:50% !important;
		margin:0;
	}
	
	.about {
		padding:80px;
	}

	.home-page-3-1 {
		max-width:40%
	}
	.home-page-3-2{
		max-width:25%
	}
	.home-page-3-3 {
		max-width:35%
	}

	.home-page-2-1 a,
	.home-page-2-1 p,
	.home-page-2-1 h2 {
		padding-right:30px;
	}

	.home-page-1third {
		max-width:33.333%;
	}
	.home-page-2third {
		max-width:66.333%;
	}

	.home-page-1third p,
	.home-page-2third  p{
		font-size:16px
	}

	.home-page-3-col h3 {
		font-size:30px;
	}

	.home-page-3-col a {
		max-width:170px;
		font-size:22px;
	}
	
	
	/* ####  */
	
	.home-page-3-col {
		flex: 1 1 calc(33% - 10px);
	}
	.home-page-3-col:hover .overlay {
	  height: 70%; /* Expand height on hover */
	}

	.home-page-4-1,
	.home-page-4-2,
	.home-page-4-3,
	.home-page-4-4 {
		max-width:25%;
		padding:0;
	}
	
	.home-page-4-1 h3,
	.home-page-4-2 h3,
	.home-page-4-3 h3,
	.home-page-4-4 h3 {
		font-size:22px;
	}

	.home-page-4-1 img,
	.home-page-4-2 img,
	.home-page-4-3 img,
	.home-page-4-4 img{
		max-width:100%;
	}

	
	.contact-section-inner-half1, 
	.contact-section-inner-half2{
		max-width:50%;
	}
	.blogbutton {
		position:absolute;
		left: 50%;
		bottom:-40px;
	    transform: translate(-50%,-50%);	
		display:block;
	}
	p.left-side{
		bottom:90px;
		font-size:36px;
	}

	.woocommerce ul.products[class*="columns-"] li.product {
		width:23%;
		margin:1%;
	}

}

@media (min-width: 782px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		margin-bottom: 0;
		padding-right:10px
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -2.8rem;
	}
	.contact-section-inner-half1, 
	.contact-section-inner-half2{
		max-width:50%;
	}
	#casestudies-info {
		max-width:33%;
		padding:0 1%;
	}
	.fpbutton{
		bottom:5%;
	  	left: 70%;
	  	transform: translate(-5%, 0);
	}

}

@media ( min-width: 1000px ) {


	/* Document Setup ------------------------ */

	/* Helper Classes ------------------------ */

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

	#site-header {
		z-index: 1000;
	}
	.top-bar-right a,
	.top-bar-right p{
		font-size:16px;
		color:#464646;
		padding:0;
		margin:10px 0;
	}

/* Make header-navigation take full width if .header-titles is removed */
		.header-inner {
		    display: flex;
		    flex-direction: column;
		    align-items: stretch;
		    padding:10px 0;
		}
		
		.header-navigation {
		    width: 100%;
		}

	.header-titles-wrapper {
		margin-right: 0;
		max-width: 100%;
		width:100%;
		padding: 0;
		text-align: left;
	}

	.header-titles {
		float:none;
		max-width:1400px;
		width:100%;
		display:block;
		margin:0 auto;
		padding-top:20px
	}

	.header-titles-left {
		float:left;
		max-width:30%;
		width:100%;
	}
	.header-titles-centre{
		float:left;
		max-width:10%;
		width:100%;
	}
	.header-titles-left img {
		margin:0 0 20px 0;
		padding-left:10%;
	}

	.header-titles-right {	
		float:right;
		text-align:right;
		max-width:70%;
		padding:5px 40px 0 20px;
		font-size:20px;
	}
	.header-link a:visited,
	.header-link a{
		color:#000 !important;
	}

	.header-titles-centre img{
		float:none;
		margin:0 auto;
		display:block;
	}

	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 0 0 2.4rem;
	}

	.wp-custom-logo .header-titles {
		align-items: center;
	}

	/* HEADER NAVIGATION */

	.header-navigation-wrapper {
		z-index:1000;
		display:block;
		float:left;
		max-width:100%;
		width:100%;
	}
	.header-navigation-wrapper-other {
		z-index:1000;
		display:block;
		float:left;
		max-width:100%;
		width:100%;
		background:transparent;
		margin-bottom:40px;
		background: #021043;
	}

	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}

	.contact-section-inner-half1, 
	.contact-section-inner-half2{
		max-width:50%;
	}
	
	.contact-section-half1,
	.contact-section-half2{
		max-width:48%;
	}

	.fader-image h3{
		top:30%;
		font-size:60px;
	}
	.link-page-wrapper4{
		display:flex;
		flex-wrap:wrap;
		padding:50px 0;
	}
	
	.home-page-6-1 {
		position:relative;
		display:flex;
		flex: 1 1 calc(15% - 10px); 
	}


	
}
@media ( min-width: 900px ) {
	.blog-area1,
	.blog-area2,
	.blog-area3 {
		width:30%;
		margin-right:2%;
		margin-bottom:20px;
		flex:1;
	}
	.blog-area1 {
		margin-left:2%;
	}
	
	.metaslider .caption h2{
		font-size:26px;
	}

}


@media ( min-width: 1220px ) {

	/* Element Base -------------------------- */

	/* TITLES */

	h1,
	.heading-size-1 {
		font-size: 40px;
	}

	/* Helper Classes ------------------------ */

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

	/* PRIMARY MENU */

	
	.primary-menu > li {
		margin: 0 2px;
		list-style:none;
	}

	/* HEADER TOGGLES */

	.primary-menu-wrapper + .header-toggles {
		margin-left: 4rem;
	}

	.header-toggles {
		margin-right: -4rem;
	}

	.header-toggles .toggle {
		padding: 0 4rem;
	}

	/* Menu Modal ---------------------------- */

	/* Search Modal -------------------------- */

	/* Sub Page ------------------------------ */

	/* Template: Cover Template -------------- */

	.cover-header + .post-inner {
		padding-top: 10rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 3.2rem;
		letter-spacing: -0.03125em;
		line-height: 1.375;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 6rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 6.4rem;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 9rem 4rem 8rem;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {

		/*rtl:ignore*/
		right: calc((100% - 58rem) / 2 + 58rem - 2rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {

		/*rtl:ignore*/
		left: calc((100% - 58rem) / 2 + 58rem + 6rem);
	}

	/* Comments ------------------------------ */

	.comment-reply-title {
		font-size: 5.6rem;
		line-height: 1.2;
		margin-bottom: 6rem;
	}

	.comment-respond p.comment-notes,
	.comment-respond p.logged-in-as {
		margin: -4rem 0 6rem 0;
	}

	.comments .comment-respond .comment-reply-title {
		font-size: 4.8rem;
	}

	.comments .comment-respond p.comment-notes,
	.comments .comment-respond p.logged-in-as {
		margin: -4.5rem 0 4rem 0;
	}

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

	/* Widgets ------------------------------- */

	.widget-content {
		font-size: 2.1rem;
	}

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

	.footer-menu {
		font-size: 2.4rem;
		margin: -1.5rem 0 0 -3rem;
	}

	.footer-menu li {
		margin: 1.5rem 0 0 3rem;
	}

	ul.footer-social {
		margin: -1rem 0 0 -1rem;
	}

	ul.footer-social li {
		margin: 1rem 0 0 1rem;
	}
	.pagination-single a {
		color:#021d82
	}
	.footer-social a {
		height: 4.4rem;
		width: 4.4rem;
	}

	.footer-social a::before {
		font-size: 2rem;
	}

	/* FOOTER WIDGETS */

	.footer-widgets-wrapper {
		margin-left: -6rem;
		width: calc(100% + 6rem);
	}

	.footer-widgets {
		margin-left: 6rem;
	}
	.home-page-3-col:hover .overlay {
	  height: 30%; /* Expand height on hover */
	}

}

@media ( min-width: 1240px ) {


	/* Blocks -------------------------------- */

	body.template-full-width .entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: calc(( 100vw - 120rem ) / 2);
	}

	body.template-full-width .entry-content > .alignright {

		/*rtl:ignore*/
		margin-right: calc(( 100vw - 120rem ) / 2);
	}
	.resbutton,
	.link-page-wrapper3-inner td p{
		font-size:14px
	}
		
	.home-page-3-col:hover .overlay {
	  height: 50%; /* Expand height on hover */
	}

}


	


.useful-data {
	float:left;
	width:100%;
	font-size:11px;
	text-align:center;
	padding:5px 0;
	background:black;
	margin:0;
}
.useful-data p{
	font-size:11px;
	text-align:center;
	color:#fff;		
	background:black;
	margin:0;
}
.wpbc_structure_form{ display:none; }


body.custom-background { 
	background-color:transparent!important;
	z-index:-99999;
	position:relative
	}
body:not(.overlay-header) .primary-menu ul {	
	background:#464646!important
	
}

.grad-bg {
	background: linear-gradient(to bottom, #65121E,#C49A4E ) !important;
}

.wpforms-confirmation-container-full, 
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background:#464646 !important;
	color:black !important;
	bordeR:#fff!important;
}

	


.button-r {
	float:right;
	margin:30px  auto 0;
	display:block!important;
	background:#021043 ;
	width:200px;
	color:#C49A4E;
	border:1px #C49A4E solid;
	padding:10px 20px;
}
.button-r:hover {
	background:#021043 ;
	color:#fff;
}
.button-l {
	float:left;
	margin:30px  auto 0;
	display:block!important;
	background:#021043;
	width:200px;
	color:#fff;
	border:1px #C49A4E solid;
	padding:10px 20px;
}
.button-l:hover {
	background:#021043;
	color:#C49A4E;
}
.button-c {
	float:right;
	margin:30px  auto;
	margin-right:20px;
	display:block!important;
	background:#F0DDD9 ;
	width:200px;
	color:#000;
	padding:10px 20px;
	text-align:center;
	border-radius:8px;
	text-decoration:none;
}
.button-c:hover {
	background:#f9f1e7;
}

div.wpforms-container-full button[type="submit"] {
	color:#000!important;
	background-color:#F0DDD9!important;
	width:214px;
	padding:5px 20px!important;
	border-radius:8px!important;
}
div.wpforms-container-full button[type="submit"]:hover {
	background:#f9f1e7;
}
.wpforms-container .wpforms-field {
	padding:5px 0!important
}


.reduced-spacing.footer-top-hidden #site-footer {
  border-top-width: 0;
}
.owl-wrapper {
	padding:50px 0	
}
div.wpforms-container-full .wpforms-confirmation-container-full p, 
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
	color:#000
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
	margin-top:0;
	margin-bottom:1em;
}


.metaslider {
	float:left;
}


.custom-header-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-menu {
    justify-content: flex-start;
}

.right-menu {
    justify-content: flex-end;
}

.logo-container {
    flex-shrink: 0;
    padding: 0 30px;
    text-align: center;
}

.custom-logo-link img {
    max-height: 80px;
}
.count {display:none }

/* Target WooCommerce product category thumbnails */
.woocommerce ul.products li.product-category {
    position: relative;
    overflow: hidden;
}

/* Style the image container to ensure it behaves as expected */
.woocommerce ul.products li.product-category img {
    display: block;
    width: 100%;
    height: auto;
}



/* Style the overlay container */
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-family: "Dosis", sans-serif !important;
    background-color: rgba(0, 0, 0, 0.6); /* semi-transparent black */
    color: #fff; /* white text */
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4;
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* Hover effects */
.woocommerce ul.products li.product-category .woocommerce-loop-category__title:hover {
    height: 30%;
}

.woocommerce ul.products li.product-category:hover .size-range {
    opacity: 1;
}

.woocommerce ul.products li.product-category:hover img {
	transform: scale(1.02);
}

.woocommerce ul.products li.product-category .size-range {
  color: #fff;
  font-size: 0.9em;
  margin-top: 4px;
  opacity: 0.9;
}


.fullwidth-category-section {
	max-width: 100%;
    padding: 0 6vw;
    margin: 0 auto;
	background-color: #F0DDD9;
}

.fullwidth-category-section ul.products {
  margin: 0 auto;
  max-width: 1200px;           /* Optional: constrain product grid width */
}




.woocommerce ul.products li.product {
	margin-bottom:2rem
}

ul.products li.product .woocommerce-loop-product__title,
.wc-block-grid__product-title {
	color:#464646!important;
	font-size:18px;
	font-weight:600;
}


/* Container for the tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

/* Each tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #F9F1E7;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    transition: background 0.3s ease;
}

/* Active tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #F0DDD9;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}

/* Tab links */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-decoration: none;
    box-shadow:none;
    color: #333;
}

/* Tab content area */
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #ccc;
    padding: 20px;
    background: #fff;
    border-radius: 0 5px 5px 5px;
}
/* OK */

.metaslider .flexslider,
.metaslider .flex-viewport {
	margin:0!important
}


.woocommerce ul.products li.product img {
    width: 300px;
    height: 450px;
    object-fit: cover; /* or contain, depending on the effect you want */
}

@media only screen and (min-width: 768px) {
  .woocommerce-products-header__title.page-title {
		font-weight:600	  
  }
}

.woocommerce ul.products li.product-category a {
	position:relative
}

@media only screen and (min-width: 768px) {
  .woocommerce-products-header__title.page-title {
      font-family: "Dosis", sans-serif !important;
	  font-size:50px;
	  font-weight:400
  }
}

.single-product .entry-title {
      font-family: "Dosis", sans-serif !important;
}	

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border-top: 3px solid #F0DDD9;
}