/*
Theme Name: Bluelight
Description: Theme by Bluelight Design
Version: 10.0
Author: Bluelight Design
Author URI: https://bluelightdesign.co.uk
*/


/* CSS RESET */

/* Base element reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* Remove default blockquote quotes */
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* Box sizing for easier layout math */
*, *::before, *::after {
	box-sizing: border-box;
}
/* Remove default link styling */
a {
	text-decoration: none;
	color: inherit;
}
/* Set base line height and font smoothing */
body {
	-webkit-font-smoothing: antialiased;
}
/* Make media elements easier to work with */
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}


/* FONTS */

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* GLOBAL STYLES */
:root {
  --link-color: #ef761f;
  --link-hover-color: #ff7e00;
}



/* BODY */

body {
	margin: 0px;
	line-height: 1;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	background-color: #ffffff;
}
img {
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}
p, ul, ol, tbody, thead, tfoot, figcaption {
	color: #555555;
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 0px 0px 20px 0px;
}
ul, ol {
	margin-left: 45px;
}
h1,h2,h3,h4,h5,h6, .has-large-font-size {
	color: #ef761f;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
    line-height: 1.3em;
    letter-spacing: -0.5px;
}
h1 {
	font-size: 2.2em;
}
/* This is for Cover headings to match H1 size and colour */
.has-large-font-size {
	font-size: 2.2em!important;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4,h5,h6 {
	font-size: 1.2em;
	letter-spacing: 0px!important;
}
a,
a:link,
a:visited,
a:active {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  color: var(--link-hover-color);
  text-decoration: none;
  transition: color 0.3s ease;
}
strong {
	font-weight: bold;
}
em {
 	font-style: italic;
}



/* GUTENBURG */

.wp-block-button, .wp-block-quote, .wp-block-file, .wp-block-embed, .wp-block-audio, .wp-block-verse, .wp-block-preformatted, .wp-block-pullquote, .wp-block-separator, .wp-block-table {
	margin: 0px 0px 20px 0px!important;
}
body .wp-block-image {
	margin: 0px 0px 20px 0px;
}
body .wp-block-gallery .wp-block-image{
	margin: 0px 16px 16px 0px;
}
.wp-block-column, .wp-block-columns {
	margin-bottom: 0em!important;
}
.wp-block-table {
	width: 100%!important;
	overflow-x:auto!important;
	word-break: normal!important;
}
.wp-block-button__link, .wp-block-file__button {
    border-radius: 6px!important;
    font-size: 1em!important;
    padding: 15px 25px 15px 25px!important;
    font-weight: 600!important;
	display: inline-block!important;
}
.wp-block-file__button, .wp-block-button__link {
    background-color: var(--link-color)!important;
	transition: background-color 0.3s ease;
}
.wp-block-button__link:link, .wp-block-button__link:active, .wp-block-button__link:visited, .wp-block-file__button:link, .wp-block-file__button:active, .wp-block-file__button:visited{
	color: #FFFFFF!important;
}
.wp-block-button__link:hover, .wp-block-file__button:hover{
	background-color: var(--link-hover-color)!important;
	transition: background-color 0.3s ease;
}
.wp-block-group__inner-container, .wp-block-cover__inner-container {
    width: 1200px!important;
	z-index: 1!important;
	overflow: hidden;
}
.small-width .wp-block-group__inner-container, .small-width .wp-block-cover__inner-container {
    width: 600px!important;
}
.large-width .wp-block-group__inner-container, .large-width .wp-block-cover__inner-container {
    width: 1600px!important;
}
.full-width .wp-block-group__inner-container, .full-width .wp-block-cover__inner-container {
    width: 100%!important;
}
.wp-block-group {
	width: auto!important;
	padding: 60px 30px 60px 30px!important;
}
.wp-block-cover {
	width: auto!important;
	padding: 30px 30px 30px 30px!important;
}
.wp-block-group {
    position: relative!important;
    display: flex;
    justify-content: center!important;
    align-items: center!important;
    box-sizing: border-box!important;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 30px 60px 0px 60px!important;
}
.wp-block-separator {
	border-top: 1.6px solid #cccccc!important;
}
.wp-block-file {
	font-size: 1.0em!important;
}
.wp-block-social-links {
    font-size: 32px!important;
}
.wp-block-video video {
  outline: 4px solid white;
  outline-offset: -4px;
}





/* HEADER */

#header_container {
	width: 100%;
	background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s ease-in-out;
  z-index: 999;
}
#header_container.hidden {
  transform: translateY(-100%);
}
/* Transparent Header on home 
body.home #header_container {
	width: 100%;
	background-color: transparent;
	transition: background-color 0.3s ease, transform 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: none;
  z-index: 999;
}*/
/* Add background when scrolled */
body.home.scrolled #header_container {
	background-color: #ffffff;
	  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
body.home #header_container.hidden {
  transform: translateY(-100%);
}
header {
	position: relative;
	margin: 0 auto;
	padding: 0px 30px 0px 30px;
	min-height: 100px;
}
#logo {
	position: absolute;
    top: 20px;
    left: 30px;
    max-width: 225px;
}

/*
body.home #logo {
    display: none;
}
body.home.scrolled #logo {
    display: block;
}
body:not(.home) #logo {
    display: block;
}*/




/* MAIN NAV */

nav { 
	position: absolute;
	top: 32px;
	right: 235px;
	padding: 0px;
}
nav ul { 
	margin:0px;
	line-height: normal;
}
nav li {  
	display: inline-block;
	padding: 5px 0px 10px 0px;
} 
nav a {  
    padding: 5px 10px 7px 10px;
	margin: 0px 5px 0px 5px;
}
nav li:last-child a { 
	padding-right: 0px!important;
	margin-right: 0px!important;
}
nav a:link, nav a:active, nav a:visited {
	color: #ef761f;
}
nav a:hover  {
	color: #202020;
}
nav li.current-menu-item a, nav li.current_page_item a{
	color: #202020;
}
/* Add down arrow to top-level items with submenus */
nav li.menu-item-has-children > a::after {
    content: "▼";
    font-size: 0.6em;
    margin-left: 5px;
    vertical-align: middle;
    color: inherit;
}
/* Show the dropdown on hover */
nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}



/* SUB NAV */

nav .menu-item {
	position: relative;
}
nav ul ul {
    background-color: rgba(33, 33, 33, 0.6);
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translate(-50%);
    left: 50%;
    z-index: 999;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 6px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
nav ul ul a:link, ul ul  a:active, ul ul a:visited {
	color: #FFFFFF;
}
nav ul ul :hover > a {
	color: var(--link-hover-color);
}
nav ul ul li.current-menu-item a, nav ul ul li.current_page_item a{
	color: var(--link-color);
}
nav ul ul a {
    padding: 4px 8px 4px 8px;
    height: auto;
	font-size: 0.9em;
	display: block;
	text-transform: none;
}
nav .sub-menu {
	width: 250px !important;
	padding: 13px 10px 10px 10px;
	margin-top: 10px;
}
nav .sub-menu li {
	width:100% !important;
}



/* MOBILE NAV */

/* Prevent background scrolling when mobile menu is open */
body.menu-open {
  overflow: hidden;
  height: 100vh; /* prevents mobile bounce scrolling */
}

/* Burger icon button */
.menu-toggle {
  display: none; /* hidden on desktop */
  flex-direction: column;
  justify-content: space-around;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 37px;
  right: 30px;
  z-index: 1001;
  cursor: pointer;

  /* Reset default button styles */
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
}

/* Burger bars */
.menu-toggle .bar {
  height: 3px;
  width: 100%;
  background-color: #ef761f;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile nav container (hidden by default) */
#mobile-nav {
  display: block;
  position: fixed;
  top: 0;
  right: -70%; /* hidden off-screen */
  width: 70%;
  height: 100%;
  background-color: rgba(33, 33, 33);
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  padding: 60px 20px;
  transition: right 0.3s ease;
  z-index: 1000;
  overflow-y: auto;
}

/* Mobile nav open state */
#mobile-nav.open {
  right: 0; /* slide in */
}

/* Lists & links */
#mobile-nav ul {
  list-style: none;
  padding: 0;
}

#mobile-nav li {
  margin: 15px 0;
}

#mobile-nav a {
  text-decoration: none;
  color: #ffffff;
}

#mobile-nav li.current-menu-item a,
#mobile-nav li.current_page_item a,
#mobile-nav a:hover {
  color: var(--link-color);
}

/* Submenus */
#mobile-nav li.menu-item-has-children > a::after {
  content: "▼";
  font-size: 0.7em;
  margin-left: 8px;
  transition: transform 0.3s ease;
  color: inherit;
  display: inline-block;
}

#mobile-nav li.open > a::after {
  transform: rotate(180deg);
}

#mobile-nav ul ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 15px; /* indent sub-items */
}

#mobile-nav li.open > ul {
  max-height: 500px; /* adjust as needed */
}

/* Transform burger into X when open */
.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Responsive visibility */
@media screen and (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
  #mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .menu-toggle {
    display: flex;
  }
}



/* CONTENT */

#wrapper_page {
	width: 100%;
	padding-top: 80px;
}
#wrapper_blog {
	width: 100%;
	padding-top: 80px;
}
#content_container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 30px 60px 30px;
	overflow: hidden;
}
#content {
	width: 75%;
	float: left;
    box-sizing: border-box;
	border-right: 1px solid #cccccc;
}



/* SIDE BAR, BLOG & WIDGETS */

#sidebar {
	width: 25%;
	float: right;
	box-sizing: border-box;
}
.latest-posts ul, .footer-link ul, .widget_recent_entries ul, .widget_archive ul {
	list-style-type: none;
	margin: 0px;
}
.latest-posts li, .footer-link li, .widget_recent_entries li, .widget_archive li {
	margin-bottom: 15px;
}
.latest-posts li:last-child, .footer-link li:last-child, .widget_recent_entries li:last-child, .widget_archive li:last-child {
	margin-bottom: 0px;
}
.latest-posts li a:link, .footer-link li a:link, .widget_recent_entries li a:link, .widget_archive li a:link,
.latest-posts li a:visited, .footer-link li a:visited, .widget_recent_entries li a:visited, .widget_archive li a:visited,
.latest-posts li a:active, .footer-link li a:active, .widget_recent_entries li a:active, .widget_archive li a:active {
	color: var(--link-color);
}
.latest-posts li a:hover, .footer-link li a:hover, .widget_recent_entries li a:hover, .widget_archive li a:hover {
	color: var(--link-hover-color);
}
.post-box {
	padding: 0px 30px 60px 0px;
}
.post-box:last-child {
  padding: 0px 30px 0px 0px;
}
.widget_recent_entries, .widget_archive, .widget_search {
	padding: 0px 0px 60px 30px;
}
.widget_recent_entries:last-child, .widget_archive:last-child, .widget_search:last-child {
  padding: 0px 0px 0px 30px;
}
.post_thumb {
  position: relative;
  padding-top: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.post_thumb::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
a:hover .post_thumb::before {
  transform: scale(1.05);
}
.post_thumb_home {
	margin-bottom: 20px;
}
.post_date {
	margin: 0px 0px 20px 0px;
	color: #999999;
	display: block;
	font-size: 0.9em;
	text-transform: uppercase;
}
.post-box .wp-block-button {
	margin: 0px!important;
}
.widget_search form input[type=submit], #searchform .submit {
    background: url(images/search-icon.png) no-repeat center right;
    height: 25px;
    border: none;
    background-size: 25px;
    width: 25px;
	color: transparent;
	margin-top: 15px;
}
.widget_search form input[type=submit] {
    float: right;
}
.widget_search .field, .wp-block-search__input {
    border: none;
    padding: 10px;
    width: 70%;
    margin: 0;
}



/* FOOTER */

.wp-block-group.group-footer {
    padding: 15px 30px 15px 30px !important;
	border-top: 1.6px solid #323232!important;
}

ul.footer-list {
    margin-left: 0px;
}
ul.footer-list li {
    margin-bottom: 7px;
	list-style: none;
}

/* opening-times */
figure.opening-times,
figure.opening-times table,
figure.opening-times table tr,
figure.opening-times table td,
figure.opening-times table th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}
figure.opening-times table {
    table-layout: auto !important; /* allow natural flow of content */
    width: auto !important;         /* prevent table stretching */
}
figure.opening-times table td:first-child {
    padding-right: 10px; /* adds space after the first column */
}
figure.opening-times table td {
    color: white; /* makes all table text white */
}



/* MISC */

#featured_image {
	margin: 0px 0px 20px 0px;
    display: flex;
    justify-content: center;
   	align-items: center;
   	max-height: 600px;
   	overflow: hidden;
}
#featured_image img {
	width: 100%;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	margin: 0px 0px 20px 0px;
}
div.wpcf7 input[type="text"], div.wpcf7 input[type="email"], div.wpcf7 input[type="tel"], textarea, #searchform .field {
    	border: 1px solid #cccccc;
    	border-radius: 5px;
    	margin: 10px 0;
    	padding: 7px;
}
.wpcf7-form input, .wpcf7-form textarea, #searchform .field {
	font-family: 'Inter', sans-serif;
	color: #555555;
	font-size: 1.0em;
}
.wpcf7-form-control {
	width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
   	box-sizing: border-box;
}
.wpcf7-submit, .wp-block-search__button {
	background-color: var(--link-color)!important;
    border-radius: 30px!important;
    font-size: 1em!important;
    padding: 15px 25px 15px 25px!important;
    font-weight: bold!important;
	display: inline-block!important;
	color: #FFFFFF!important;
    border: none;
}
.wp-block-table table {
  border: 1px solid #BBBBBB;
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table table td, .wp-block-table table th {
  border: 1px solid #BBBBBB;
  padding: 5px 10px;
}
figcaption {
	text-align: center;
}
.clear {
	clear: left;
}
.vertical-align-center {
	align-self: center;
}
.gap-fix {
	gap: 2em;
}
/* Gallery Hover Effect */
.wp-block-gallery .wp-block-image {
    position: relative;
    overflow: hidden;
}
.wp-block-gallery .wp-block-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* start transparent */
    transition: background-color 0.3s ease-in-out;
    pointer-events: none; /* allow clicks to pass through */
}
.wp-block-gallery .wp-block-image:hover::after {
    background-color: rgba(0, 0, 0, 0.4); /* dark overlay */
}











/* ADDITIONAL CLASSES */


/* card-padding */
.card-padding {
	padding: 10px 15px 15px 15px !important;
}
/* card-border */
.card-border {
    border: 1px solid #eeeeee;
}


/* hr-short */
.hr-short {
	width: 100px;
	margin: 0px auto 20px auto !important;
}


/* gap-none */
.gap-none {
	gap: 0em;
}


/* gap-large */
.wp-block-columns.gap-large.is-layout-flex.wp-block-columns-is-layout-flex {
    gap: 6em !important;
}


/* rounded-corners */
.rounded-corners {
    border-radius: 6px;
	overflow: hidden; 
}


/* hover-zoom */
.hover-zoom a {
    display: block!important;
}
.hover-zoom img {
    display: block; 
    width: 100%; 
    height: auto; 
    transition: transform 0.3s ease; 
}
.hover-zoom img:hover {
    transform: scale(1.05); 
}


/* hover-overlay */
.hover-overlay {
  position: relative;
  display: block; /* make it a true block container */
  line-height: 0; /* remove any extra spacing from line height */
  overflow: hidden;
}
.hover-overlay img {
  display: block; /* remove inline spacing */
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.hover-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; /* ensure it covers the image exactly */
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out;
  pointer-events: none;
}
.hover-overlay:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}



/* hero-cover-zoom */
.wp-block-cover.hero-cover-zoom {
  background-color: #ef761f !important;
  margin-top: 80px!important;
  min-height: 75vh!important;
}
.hero-cover-zoom .wp-block-cover__image-background {
  transform: scale(1.3);
  opacity: 0;
  animation: zoomFade 3s ease-out forwards;
}
@keyframes zoomFade {
  0% {
    transform: scale(1.3);
    opacity: 0.05;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* hero-cover-text */
.wp-block-cover h1 {
  font-size: 48px!important;
}

.wp-block-cover.hero-cover-zoom p {
 font-size: 20px!important;
}

.col-align-right {
  display: flex;
  flex-direction: column;  /* Stack images vertically */
  align-items: flex-end;   /* Align them to the right */
}

.col-align-center {
  display: flex;
  flex-direction: column;  /* Stack images vertically */
  align-items: center;   /* Align them to the right */
}






/* coloured-bullets */
.coloured-bullets li::marker {
  color: var(--link-color);    /* bullet color — change this */
  font-size: 1.0em;  /* adjust size if required */
}
/* Fallback for themes/browsers that override ::marker.
   This hides the default marker and injects a coloured bullet via ::before. */
.coloured-bullets {
  list-style: none;           /* remove default bullets */
  margin-left: 0px;            /* we’ll handle spacing via flex */
}
.coloured-bullets li {
  display: flex;              /* flex container for bullet + text */
  align-items: flex-start;    /* aligns bullet with first line of text */

}
.coloured-bullets li::before {
  content: "\2022";           /* bullet symbol */
  color: var(--link-color);             /* bullet color */
  font-size: 1.3em;           /* adjust as desired */
  margin-right: 0.4em;        /* space between bullet and text */
  line-height: 1;             /* fine-tune vertical alignment */
  flex-shrink: 0;             /* prevents bullet from shrinking */
}

.inline-image img {
	display: inline-block!important;
	margin-right: 5px;
}




.inline-image a:link,
.inline-image a:visited,
.inline-image a:active {
  color: var(--link-color);
}
.inline-image a:hover {
  color: var(--link-hover-color);
}




.columns-margin-bottom-30 {
	margin-bottom: 30px!important;
}


.padding-bottom-15 {
	padding-bottom: 15px!important;
}

.button-grey a {
	border: 1px solid #ffffff!important;
	background-color: #202020!important;
    font-size: 18px !important;
}

h2.need-a-quote {
	font-size: 48px!important;
}

.get-a-quote {
	position: absolute;
    top: 26px;
    right: 30px;
    padding: 0px;
}
@keyframes wiggleZoom {
  0% { transform: scale(1) rotate(0deg); }
  25% { transform: scale(1.1) rotate(5deg); }
  50% { transform: scale(1.1) rotate(-5deg); }
  75% { transform: scale(1.1) rotate(5deg); }
  100% { transform: scale(1) rotate(0deg); }
}

.animate-button {
  display: inline-block;
  cursor: pointer;
}
.menu-item-3062 {
	display: none!important;
}

.cover-paragraph {
  font-size: 20px!important;
}
.line-height-2 {
	line-height: 2.0em!important;
}







/* LARGE TABLET 960 */

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

#content {
	width: 66.666%;
}
#sidebar {
	width: 33.333%;
}
.post-box .wp-block-columns {
	display: block;	
}
.post_thumb {
	margin-bottom: 20px!important;
}
	
/* gap-large */
.wp-block-columns.gap-large.is-layout-flex.wp-block-columns-is-layout-flex {
    gap: 2em !important;
}
/* Groups - Make the left column (text) appear second at 960px */
    .wp-block-columns.gap-large.is-layout-flex .left-column {
        order: 2;
}
    .wp-block-columns.gap-large.is-layout-flex .right-column {
        order: 1;
}
nav {  
	display: none;
}
.wp-block-buttons.get-a-quote {
	display: none!important;
}
.menu-item-3062 {
	display: inline!important;
}
}


/* TABLET 781 */

@media screen and (max-width: 781px) { 
	
.display-none-768 {
		display: none!important;
}
.wp-block-cover.hero-cover-zoom > .wp-block-cover__background.has-background-dim.has-background-dim-0 {
  opacity: 0.5 !important;
}
.col-align-right {
    align-items: flex-start; /* Left align on smaller screens */
}
.col-align-center {
    align-items: flex-start; /* Left align on smaller screens */
}
.wp-block-cover.hero-cover-zoom p {
	text-align: center!important;
}
.hero-svg img {
 width: 70%!important;
 margin: auto!important;
}
	
}



/* TABLET 768 */

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


#content {
	width: 100%;
	border: none;
}
#sidebar {
	width: 100%;
}
#featured_image {
	max-height: 500px;
}
.gap-fix {
	gap: 0em;
}
.post-box {
	padding: 0px 0px 60px 0px;
}
.post-box:last-child {
	padding: 0px 0px 60px 0px;
}
.widget_recent_entries, .widget_archive, .widget_search {
	padding: 0px 0px 60px 0px;
}
.widget_recent_entries:last-child, .widget_archive:last-child, .widget_search:last-child {
  padding: 0px 0px 0px 0px;
}
.home-news {
	margin-bottom: 30px!important;
}
.home-news:last-child {
	margin-bottom: 0px!important;
}
/* gap-large */
.wp-block-columns.gap-large.is-layout-flex.wp-block-columns-is-layout-flex {
    gap: 0em !important;
}
header {
	min-height: 80px;
}
#logo {
	top: 16px;
	max-width: 187px;
}
.menu-toggle {
  top: 28px;
}



	
}



/* SMALL TABLET 599 */

@media screen and (max-width: 599px) {
	.hero-svg img {
 width: 80%!important;

}

}



/* MOBILE 480 */

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


#logo {
    max-width: 135px;
    top: 13px;
    left: 15px;
}
header {
	min-height: 60px;
}
#wrapper_page {
	padding-top: 60px;
}
#wrapper_blog {
	padding-top: 60px;
}
#content_container {
	padding: 30px 15px 30px 15px;
}
.wp-block-group {
	padding: 30px 15px 30px 15px!important;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 30px 30px 0px 30px!important;
}
header {
	padding: 0px 15px 0px 15px;
}
footer {
	padding: 60px 15px 30px 15px;
}	
#featured_image {
	max-height: 300px;
}
ul, ol {
	margin-left: 20px;
}
.coloured-bullets {
  margin-left: 0px;
}
.menu-toggle {
  top: 20px;
  right: 20px;
}
.gallery-padding {
	padding: 0px 15px 30px 15px!important;
}
.wp-block-heading.font-size-mobile-h2.has-large-font-size {
    font-size: 1.8em!important; /* set your desired size */
}
h2.need-a-quote {
	font-size: 36px!important;
}
.wp-block-cover h1 {
  font-size: 36px!important;
}
.cover-paragraph {
  font-size: 16px!important;
}
.wp-block-cover.hero-cover-zoom {
  margin-top: 60px!important;
}
.wp-block-cover.hero-cover-zoom p {
 font-size: 16px!important;
}
.hero-svg img {
 width: 90%!important;

}
.wp-block-group.group-footer {
    padding: 15px 15px 15px 15px !important;
}
.spacer10 {
		height: 10px!important;
}

}