@charset "UTF-8";
/* Theme Name: Calibre Metalwork 
	Version: 1.0
	Requires PHP: 5.2.4
	Description: Custom Wordpress theme for Calibre Metalwork.
	Author: John Robinson Design
	Author URI: https://johnrobinsondesigner.co.uk
*/
:root {
  --swiper-navigation-color: rgb(255,250,250);
  --swiper-theme-color: rgb(255,250,250);
  --swiper-navigation-size: 50px;
  --swiper-pagination-bullet-inactive-color: rgb(255,250,250);
  --swiper-pagination-bullet-inactive-opacity: 0.7;
}

/*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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

/* lato-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: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/lato-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-700 - 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: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("webfonts/lato-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lato-900 - 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: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("webfonts/lato-v24-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("webfonts/montserrat-v26-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - 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: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("webfonts/montserrat-v26-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*Set up base font and ratio*/
/*Based on a type scale of 1.125*/
/*Fonts*/
/*Colours*/
* {
  box-sizing: border-box;
  scroll-margin-top: 24px;
}

html {
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  scroll-margin-top: -200px;
}

body {
  color: #262626;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 1000px) {
  body {
    padding-top: 118px;
  }
  html {
    font-size: 18px;
  }
}
/*Typography*/
h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

h1 {
  font-size: 1.6018066406rem;
  margin-bottom: 1.265625rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.423828125rem;
  margin-bottom: 0.8888888889rem;
}

h3 {
  font-size: 1.265625rem;
  margin-bottom: 0.8888888889rem;
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

strong {
  font-weight: 700;
}

.caption {
  font-size: 1.125rem;
}

.logo {
  display: inline-block;
}

a {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #F1CF94;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

a:hover,
.selected {
  text-decoration-color: #000000;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.introduction-section p {
  font-size: 1.125rem;
  margin-bottom: 2.0272865295rem;
  max-width: 1100px;
}

/*Padding Classes*/
.padding-small {
  padding-bottom: 1.265625rem;
  padding-top: 1.265625rem;
}

.padding-medium {
  padding-bottom: 2.0272865295rem;
  padding-top: 2.0272865295rem;
}

.padding-large {
  padding-bottom: 2.565784514rem;
  padding-top: 2.565784514rem;
}

.padding-x-large {
  padding-bottom: 5.2015803828rem;
  padding-top: 5.2015803828rem;
}

.padding-x-large-bottom {
  padding-bottom: 13.3461343943rem;
  padding-top: 5.2015803828rem;
}

.padding-standard-products {
  padding-bottom: 5.2015803828rem;
  padding-top: 0;
}

/*Homepage Services Panels*/
.our-work-services-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: space-between;
  margin-bottom: 6.583250172rem;
  width: 100%;
}

@media (min-width: 1000px) {
  .our-work-services-inner {
    width: 80%;
  }
}
.our-work-services-panel p {
  margin-bottom: 1.265625rem;
  margin-top: 1.265625rem;
  max-width: 960px;
}

.our-work-services-panel img {
  width: 1200px;
}

/*Single Page Services Panel*/
.our-work-single-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5.2015803828rem;
  gap: 1rem;
}

.our-work-single-panel:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .single-panel-image {
    flex-basis: 60%;
  }
  .single-panel-image-large {
    flex-basis: 90%;
  }
  .single-panel-body {
    flex-basis: 35%;
  }
}
/*Reverse Flex Direction*/
@media (min-width: 1000px) {
  .reverse {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
/*Full width image with text overlay*/
.full-width-image-text-overlay {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 2.0272865295rem;
  min-height: 700px;
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.text-overlay {
  background-color: #262626;
  padding: 2.565784514rem;
  max-width: 600px;
  z-index: 20;
  width: 100%;
}

.text-overlay h3 {
  color: #F1CF94;
}

.text-overlay p {
  color: #ffffff;
  margin-bottom: 0;
}

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

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

/*Ornaments*/
.railing-ornament {
  background-image: url("images/railings-ornament.svg");
  background-position: center bottom 40px;
  background-repeat: repeat-x;
  background-size: 156px;
}

@media screen and (min-width: 1000px) {
  .sun-ornament {
    background-image: url("images/sun-ornament.svg");
    background-position: right -200px center;
    background-repeat: no-repeat;
    background-size: 400px 300px;
  }
  .rose-ornament {
    background-image: url("images/rose-ornament.svg");
    background-position: right -200px center;
    background-repeat: no-repeat;
    background-size: 400px 300px;
  }
}
.sun-divider {
  margin-bottom: 4.1098906729rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.1098906729rem;
  width: 200px;
}

/*Calibre Blog & Projects Panel*/
.blog-projects-panel {
  background-color: #ffffff;
  margin-bottom: 2.0272865295rem;
}

.blog-projects-panel-wrapper {
  margin-top: 2.565784514rem;
}

.blog-projects-panel-image {
  height: 300px;
  width: auto;
}

@media (min-width: 800px) {
  .blog-projects-panel {
    display: flex;
  }
  .blog-projects-panel-image {
    height: auto;
    width: 600px;
  }
}
.blog-projects-panel-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.0272865295rem;
}

@media (min-width: 1200px) {
  .blog-projects-panel-body {
    padding: 4.1098906729rem;
  }
}
.update-panel-body p,
.blog-projects-panel p {
  max-width: 800px;
  margin-bottom: 1.265625rem;
}

/*Who we've worked with section*/
.worked-with-section {
  display: flex;
  align-items: center;
  padding-bottom: 192px;
  padding-top: 192px;
}

.worked-with-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 3.2473210255rem;
}

.logo-wide {
  height: auto;
  width: 200px;
}

.logo-tall {
  height: 130px;
  width: auto;
}

.worked-with-logos > div,
.accreditations > div {
  align-self: center;
  padding: 1.125rem;
}

.accreditations > div:first-of-type {
  padding-left: 0;
}

/*Buttons*/
.button,
.button-no-hover,
input[type=submit] {
  cursor: pointer;
  background-color: #F1CF94;
  border: 0;
  color: #000000;
  display: inline-block;
  letter-spacing: 1.5px;
  font-size: 0.8888888889rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  text-align: center;
  text-decoration: none;
  padding: 1.423828125rem;
  text-transform: uppercase;
  width: auto;
  -webkit-appearance: none;
}

.button:hover,
input[type=submit]:hover {
  background-color: #262626;
  color: #F1CF94;
}

.center-button {
  text-align: center;
  width: 100%;
}

/*Images*/
img {
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  vertical-align: bottom;
}

.calibre-logo {
  height: 46px;
  width: 175px;
}

.calibre-logo-footer {
  fill: #ffffff;
  height: 46px;
  width: 175px;
}

@media (min-width: 1000px) {
  .calibre-logo {
    height: 53px;
    width: 200px;
  }
  .calibre-logo-footer {
    height: 53px;
    width: 200px;
  }
}
/*Containers*/
.container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}

.header-container {
  margin-left: auto;
  margin-right: auto;
}

.container-x-small {
  max-width: 800px;
}

.container-small {
  max-width: 960px;
}

.container-medium {
  max-width: 1200px;
}

.container-large {
  max-width: 1300px;
}

.container-x-large {
  max-width: 1400px;
}

.introduction-body {
  margin-bottom: 6.583250172rem;
}

/*Header*/
header {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  background-color: #ffffff;
  padding: 24px;
}

@media (min-width: 1000px) {
  header {
    padding-bottom: 36px;
    padding-top: 36px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.header-link {
  color: #262626;
  font-size: 1rem;
  text-decoration: none;
}

/*Menu*/
.menu .menu-item-has-children .menu-item a {
  text-transform: none;
}

.main-nav-toggle {
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  padding: 8px;
  top: 0;
  right: 0;
  z-index: 100;
}

.main-nav-toggle.active {
  background-color: transparent;
}

.social-wrapper {
  margin-top: 1.6018066406rem;
}

.phone-email-wrapper {
  display: flex;
  flex: auto;
  justify-content: flex-end;
}

.icon-wrapper {
  display: flex;
  flex: auto;
  justify-content: flex-start;
}

.main-nav-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
}

.phone-email-wrapper {
  margin-top: 1.125rem;
}

@media (min-width: 900px) {
  .phone-email-wrapper,
  .social-wrapper {
    margin-top: 0;
  }
  .main-nav-toggle {
    position: relative;
    top: 0;
    right: 0;
  }
  .icon-wrapper {
    justify-content: flex-end;
  }
  .header-inner,
  .logo-and-icons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.main-nav-toggle svg {
  fill: #ffffff;
  width: 30px;
  height: auto;
}

.navigation {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  justify-content: center;
  right: -100%;
  z-index: 50;
  padding: 10px;
  text-align: center;
  transition: right 0.8s;
  top: 0;
  overflow: auto;
}

.menu-header-container .menu li {
  list-style-type: none;
}

.menu-header-container .menu li a,
.menu-header-container .menu .current-menu-item a,
.menu-header-container .menu li a:hover {
  color: #ffffff;
}

.menu-header-container .menu li a {
  letter-spacing: 2px;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}

@media (min-width: 1100px) {
  .menu-header-container .menu li a {
    font-size: 1.265625rem;
  }
}
.navigation.active {
  right: 0;
}

.sub-menu {
  display: none;
}

.active > .sub-menu {
  display: block;
  animation: fade-in 500ms forwards;
}

.sub-menu li {
  list-style-type: none;
}

.menu-header-container .menu {
  margin-bottom: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Hero*/
.hero {
  margin-bottom: 0;
}

/*Swiper slider*/
.swiper {
  width: 100%;
  height: 300px;
}

@media (min-width: 800px) {
  .swiper {
    height: 700px;
  }
}
.swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
}

.swiper-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*Swiper style overrides*/
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px));
}

.swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #ffffff;
}

/*Layout classes*/
.grid {
  display: grid;
  grid-gap: 24px;
}

.grid-large-gap {
  display: grid;
  grid-gap: 48px;
}

.flex-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.light-grey-background {
  background-color: #f2f2f2;
}

.team-member {
  background-color: #ffffff;
}

.team-member-details {
  padding: 1.6018066406rem;
}

.team-member-details h3,
.team-member-details p {
  margin-bottom: 0;
}

.team-member-details p:before {
  border-bottom: 1px dotted rgba(51, 51, 51, 0.3);
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 1.265625rem;
  width: 100%;
}

.job-title {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.265625rem;
}

.standard-products-grid {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 1000px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3,
  .standard-products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*Footer*/
.main-site-footer {
  background: #333333;
  padding-top: 3.2473210255rem;
}

.footer-bottom-panel {
  background: #262626;
  margin-top: 3.2473210255rem;
  padding-bottom: 0.7901234568rem;
  padding-top: 0.7901234568rem;
}

.footer-bottom-panel small {
  font-size: 0.7901234568rem;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 20px;
}

.footer-bottom-panel small:last-of-type {
  margin-right: 0;
}

.footer-headings {
  color: #ffffff;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 1.125rem;
  text-transform: uppercase;
}

.main-site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.main-site-footer a:hover {
  color: #F1CF94;
}

.footer-icons {
  height: 30px;
  width: 30px;
  fill: #ffffff;
  margin-right: 1rem;
  vertical-align: middle;
}

.footer-icons:last-of-type {
  margin-right: 0;
}

/*Footer ornament*/
.footer-ornament {
  margin-bottom: 1.125rem;
  margin-top: 1.125rem;
}

.ornament-graphic {
  height: 51px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ornament-graphic:before {
  left: -20px;
}

.ornament-graphic:after {
  right: -20px;
}

.ornament-graphic:before,
.ornament-graphic:after {
  border-top: 1px solid #000000;
  bottom: auto;
  content: "";
  position: absolute;
  top: 50%;
  width: 50%;
}

.ornament-icon {
  bottom: auto;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ornament-graphic.ornament-yellow:before {
  border-color: #F1CF94;
}

.ornament-graphic.ornament-yellow:after {
  border-color: #F1CF94;
}

.icon-block {
  align-items: flex-start;
  display: flex;
  margin-bottom: 0.7023319616rem;
}

.header-icon-block-body {
  display: none;
}

@media (min-width: 900px) {
  .header-icon-block-body {
    display: inline-block;
  }
}
.header-icon-block {
  align-items: flex-start;
  display: flex;
  align-items: center;
  margin-right: 2.0272865295rem;
}

.header-icon-block:last-of-type {
  margin-bottom: 0;
}

.header-icon-block-icon {
  margin-right: 0.4932701843rem;
}

.header-icon-block-icon .email-icon,
.header-icon-block-icon .phone-icon {
  vertical-align: middle;
  height: 30px;
  width: 30px;
}

@media (min-width: 900px) {
  .header-icon-block {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.icon-block:last-of-type {
  margin-bottom: 0;
}

.icon-block-body {
  color: #ffffff;
  font-size: 1rem;
}

.icon-block-icon {
  flex: 0 0 auto;
  margin-right: 12px;
}

.icon-block-icon .email-icon,
.icon-block-icon .phone-icon,
.icon-block-icon .location-icon {
  fill: #ffffff;
  vertical-align: middle;
}

.accreditations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 2.0272865295rem;
  margin-top: 4.1098906729rem;
}

@media (min-width: 600px) {
  .accreditations {
    justify-content: flex-start;
  }
}
.accreditation-logo {
  flex: auto;
  height: 55px;
  vertical-align: middle;
}

.accreditation-logo-square {
  flex: auto;
  height: 90px;
  vertical-align: middle;
}

.accreditation-logo:last-of-type {
  margin-right: 0;
}

.single-panel-body ul {
  margin-bottom: 1rem;
}

.single-panel-body ul li {
  list-style-position: inside;
  list-style-type: disc;
  margin-left: 1rem;
}

.button-margin-top {
  margin-top: 2.0272865295rem;
}

/*Specific Blog Styles*/
.blog-title {
  margin-bottom: 0.3897443431rem;
}

.date {
  letter-spacing: 1.5px;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-meta,
.wp-post-image {
  margin-bottom: 1.6018066406rem;
}

.blog-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.6018066406rem;
}

.updates-from-calibre {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  color: #8c8c8c;
  display: block;
  letter-spacing: 1.5px;
  line-height: normal;
  font-family: "Lato", sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 900;
  margin-bottom: 1.6018066406rem;
  padding-bottom: 1.265625rem;
}

@media (min-width: 800px) {
  .blog-content-column {
    flex-basis: 65%;
  }
  .blog-aside {
    flex-basis: 25%;
  }
}
.blog-aside ul li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  padding-bottom: 0.624295077rem;
  padding-top: 0.624295077rem;
}

.menu li {
  padding-bottom: 0.4932701843rem;
  padding-top: 0.4932701843rem;
}

.blog-aside ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.post-categories {
  display: flex;
  justify-content: center;
}

.post-categories li {
  margin-right: 1.423828125rem;
}

.post-categories li:last-child {
  margin-right: 0;
}

.menu-pages-container .menu,
.menu-projects-container .menu {
  margin-bottom: 2.565784514rem;
}

/*Contact Form*/
.contact-form-heading {
  margin-bottom: 2.0272865295rem;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  padding: 10px;
  border: 1px solid rgb(178.5, 178.5, 178.5);
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.required-error,
label,
form p {
  font-family: "Lato", sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-not-valid-tip,
.wpcf7 form.sent .wpcf7-response-output {
  font-weight: 500;
  padding: 1rem;
  text-align: center;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #000000;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  background-color: #F1CF94;
  color: #262626;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 1000px) {
  .form-row {
    display: flex;
    justify-content: space-between;
  }
  .form-row-item {
    width: 48%;
  }
}
.home .our-work-services-panel:last-of-type {
  margin-bottom: 0;
}

/*Before and after slider*/
.ba-slider {
  position: relative;
  overflow: hidden;
}

.ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.ba-slider .handle:after {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: "⇔";
  color: #ffffff;
  font-family: sans-serif;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
}

.ba-slider .handle.ba-draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 50px;
  font-size: 30px;
}

/*Standard Products Specific Styles*/
.product-meta img {
  margin-bottom: 1rem;
}

.category-meta-title {
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2.565784514rem;
  margin-top: 5.2015803828rem;
  padding: 1.423828125rem;
}

.category-meta-title:first-of-type {
  margin-top: 0;
}

.category-title {
  margin-bottom: 0;
}

.product-title {
  display: block;
  margin-bottom: 5px;
}

.product-size {
  display: block;
  font-size: 0.7901234568rem;
}

.product-category-navigation {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  gap: 1.265625rem;
  margin-bottom: 6.583250172rem;
  max-width: 1200px;
}

.product-category-navigation li {
  background-color: #ffffff;
  display: inline-block;
  padding: 1.265625rem;
}

.standard-product-image {
  border: 1px solid rgba(38, 38, 38, 0.3);
  display: block;
  margin-bottom: 1rem;
}

.home-style-override {
  text-align: center;
}

.home-style-override h2 {
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  letter-spacing: 0;
}

.home-style-override p {
  margin-left: auto;
  margin-right: auto;
}

.short-centered-paragraph {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 80ch;
}

.home-intro-subheading {
  color: rgba(0, 0, 0, 0.3);
  display: block;
  font-size: 0.8888888889rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 1.6018066406rem;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
}

.category-grid {
  display: grid;
  gap: 2.0272865295rem;
}

@media (min-width: 600px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.individual-category-holder {
  background-color: #ffffff;
}

.category-holder-inner {
  padding: 1.265625rem;
}

.individual-category-holder h2 {
  font-size: 1rem;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 350px) {
  .email-wrap {
    overflow-wrap: break-word;
    width: 200px;
  }
}
