.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-33e0002:#F17300;--e-global-color-58a7632:#111D4A;--e-global-color-14b4daf:#FFFFFF;--e-global-color-9f7aec9:#1C1C1C;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-ca37d56-font-family:"Oswald";--e-global-typography-ca37d56-font-size:88px;--e-global-typography-ca37d56-font-weight:400;--e-global-typography-ca37d56-text-transform:uppercase;--e-global-typography-ca37d56-line-height:100px;--e-global-typography-556f2d8-font-family:"Oswald";--e-global-typography-556f2d8-font-size:42px;--e-global-typography-556f2d8-text-transform:uppercase;--e-global-typography-556f2d8-line-height:52px;--e-global-typography-36d2b8c-font-family:"Oswald";--e-global-typography-36d2b8c-font-size:30px;--e-global-typography-36d2b8c-text-transform:uppercase;--e-global-typography-36d2b8c-line-height:38px;font-family:"Source Sans 3", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Oswald", Sans-serif;font-size:88px;font-weight:400;line-height:100px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-ca37d56-font-size:38px;--e-global-typography-ca37d56-line-height:48px;--e-global-typography-556f2d8-font-size:34px;--e-global-typography-556f2d8-line-height:44px;--e-global-typography-36d2b8c-font-size:26px;--e-global-typography-36d2b8c-line-height:34px;}.elementor-kit-6 h1{font-size:38px;line-height:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:28px;--e-global-typography-ca37d56-font-size:38px;--e-global-typography-ca37d56-line-height:44px;--e-global-typography-556f2d8-font-size:28px;--e-global-typography-556f2d8-line-height:36px;--e-global-typography-36d2b8c-font-size:22px;--e-global-typography-36d2b8c-line-height:30px;}.elementor-kit-6 h1{font-size:28px;line-height:36px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.image-one {
    aspect-ratio: 574.500 / 498.00;
}

.footer-link:hover {
       color:#F17300 !important; 
}


a {
    color:white;
    transition: 0.3s;
    cursor: pointer;
}

a:hover {
    color:#F17300;
}

.elementor-social-icon svg {
     transition:0.3s;
}

@media (max-width: 1024px) {
  .desktop-menu-container {
    display: none;
  }
}

@media (min-width: 1025px) {
  #hamburger,
  #hamburger span,
  #menu {
    display: none !important;
  }

  #menu {
    display: none !important;
  }
}

#hamburger {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 50px;
  height: 48px;
  cursor: pointer;
  z-index: 1001;
  background: #F17300;
  padding: 0.5rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  box-sizing: border-box;
}

#hamburger span {
  display: block;
  width: 100%;
  height: 4px;
  background: white;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}

#hamburger.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

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

#hamburger.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  padding: 60px 20px;
  z-index: 1000;
  color: white;
}

#menu.show {
  transform: translateX(0);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Source Sans 3';
	font-display: auto;
	src: url('https://mwjoinery.uk/wp-content/uploads/2025/08/SourceSans3-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Oswald';
	font-display: auto;
	src: url('https://mwjoinery.uk/wp-content/uploads/2025/08/Oswald-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */