:root {
  --rockypoint-secondary: #6c2b00;
  --rockypoint-primary: #c88c53;
  --white: #fff;
  --general-text: #485763;
  --relume-library-lite--rl-black: black;
  --transparent: #c88c53;
  --relume-library-lite--rl-white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 0;
}

a {
  color: var(--rockypoint-secondary);
}

.social-image {
  width: 55px;
  height: 55px;
  transition: opacity .2s;
}

.social-image:hover {
  opacity: .53;
}

.social-image.small {
  width: 30px;
  height: 30px;
}

.socials {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 15px;
}

.image {
  max-width: 250px;
}

.navcontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  position: relative;
}

.navigation-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navlink {
  border: 1px dashed var(--rockypoint-primary);
  background-color: var(--rockypoint-secondary);
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  padding: .85rem 1.25rem;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.navlink:hover {
  background-color: var(--rockypoint-primary);
  opacity: 1;
  color: var(--rockypoint-secondary);
  border-radius: 20px;
}

.navlink.w--current {
  border-color: var(--rockypoint-primary);
  background-color: var(--rockypoint-secondary);
  color: var(--white);
}

.navlink.w--current:hover {
  border-width: 0;
  border-color: var(--rockypoint-secondary);
  background-color: var(--rockypoint-primary);
  color: var(--rockypoint-secondary);
}

.brandimage.w--current {
  padding-left: 0;
  transition: opacity .2s;
}

.brandimage.w--current:hover {
  opacity: .6;
}

.brandimage.nav {
  transition: opacity .2s;
}

.brandimage.nav:hover {
  opacity: .8;
}

.brandimage.centered {
  align-self: center;
}

.navbar {
  background-color: #fff0;
  padding: 40px 2vw;
  position: absolute;
  inset: 0% 0% auto;
}

.homediamond {
  width: 20px;
  height: 20px;
}

.homediamond.hide {
  display: block;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.buttons-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-hero-text {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-weight: 400;
}

.service-hero-text.white {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 700px;
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.homepage {
  background-color: #f9f9f9;
  background-image: linear-gradient(#0009, #0009), url('../images/RPFD-BG-Img.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  justify-content: space-between;
  align-items: center;
  height: 800px;
  padding-top: 200px;
  padding-left: 80px;
  padding-right: 80px;
}

.hero-section.aboutus {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AboutHero_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.fences {
  background-image: linear-gradient(#0009, #0009), url('../images/FencesHero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-section.contactus {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ContactHero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-section.services {
  background-image: linear-gradient(#0009, #0009), url('../images/ServicesHero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h2 {
  color: var(--rockypoint-secondary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
}

.h2.fencetype {
  z-index: 2;
  color: var(--white);
  text-align: center;
  font-size: 38px;
  position: relative;
}

.h2.centered {
  text-align: center;
}

.h2.projecttype {
  z-index: 2;
  color: var(--white);
  text-align: center;
  position: relative;
}

.h2.white {
  color: var(--white);
}

.h2.small {
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
}

.h2.small.white {
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 38px;
}

.portfolio-item {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.item-2 {
  max-width: 60%;
}

.item-info-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35%;
  display: flex;
}

.item-info-holder.portfolio-reverse {
  text-align: right;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
}

.h3 {
  color: var(--rockypoint-secondary);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.h3.servicestep {
  font-size: 24px;
  line-height: 28px;
}

.standard-paragraph {
  color: var(--general-text);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.standard-paragraph.white {
  color: #fff;
}

.standard-paragraph.white.normal {
  font-weight: 400;
}

.service-name {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  white-space: break-spaces;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.service-card.bigcard {
  min-height: 450px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-text {
  opacity: 0;
  color: #f9f9f9;
  text-align: center;
  background-color: #000000bf;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 32px;
  transition: opacity .2s;
  position: relative;
}

.service-text:hover {
  opacity: 1;
}

.testimonial-card {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 1px solid var(--rockypoint-secondary);
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 16px 16px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-author {
  color: #485763;
  font-family: Raleway, sans-serif;
}

.testimonial-main-heading {
  color: #485763;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.testimonial-info {
  background-color: #f5f7fa00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-bottom: 30px;
  padding-top: 125px;
  display: grid;
}

.testimonialimage {
  border: 1px solid var(--rockypoint-secondary);
  background-image: url('../images/DeckService_2.avif');
  background-size: cover;
  border-radius: 10px;
  width: 170px;
  height: 170px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100px 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.testimonialimage._2 {
  background-image: url('../images/wood-and-metal-fence-lit-by-post-cap-lights-along-a-gravel-p.avif');
}

.testimonialimage._3 {
  background-image: url('../images/Testimonial3.avif');
  background-position: 50%;
}

.divider {
  opacity: .45;
  border: 1px solid #485763;
  border-radius: 0;
  width: 75%;
  height: 1px;
  margin: 20px auto;
}

.testimonial {
  color: #485763;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: italic;
}

.stars {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 1px solid var(--rockypoint-secondary);
  color: var(--rockypoint-secondary);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.form-block {
  flex-flow: column;
  flex: 1;
  max-width: 50%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-block.larger {
  width: 100%;
  max-width: 75%;
}

.textarea {
  border: 1px solid var(--rockypoint-secondary);
  color: var(--rockypoint-secondary);
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 19px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.field-label {
  color: #485763;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.field-label.centered {
  text-align: center;
}

.form-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 14400px;
  display: flex;
}

.footer-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-wp-development {
  color: var(--rockypoint-secondary);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  transition: all .2s;
}

.footer-wp-development:hover {
  color: var(--white);
}

.footer-bottom-text-holder {
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright-center {
  color: var(--rockypoint-secondary);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  color: #f9f9f9;
  background-color: #c88c53;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 80px 15px;
  position: relative;
}

.title-small {
  color: var(--rockypoint-secondary);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--rockypoint-secondary);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: #f9f9f9;
}

.link-block {
  text-decoration: none;
  transition: opacity .2s;
}

.link-block:hover {
  opacity: .75;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.cta-button {
  border: 1px solid var(--rockypoint-secondary);
  background-color: var(--rockypoint-primary);
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.cta-button:hover {
  border: 1px solid var(--white);
  background-color: var(--rockypoint-secondary);
}

.cta-button.w--current {
  background-color: #2e80b6;
}

.cta-button.transparent {
  background-color: #fff0;
  border: 1px solid #fff;
}

.cta-button.transparent:hover {
  background-color: var(--rockypoint-secondary);
  opacity: 1;
}

.cta-button.large {
  border-color: var(--rockypoint-primary);
  background-color: var(--rockypoint-secondary);
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 400;
}

.cta-button.large:hover {
  border-color: var(--rockypoint-secondary);
  background-color: var(--rockypoint-primary);
}

.cta-button.large._50 {
  align-self: center;
  max-width: 50%;
}

.cta-button.centered {
  align-self: center;
}

.cta-button.hero-spacing {
  margin-top: 30px;
}

.social-links-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.infoholder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  max-width: 75%;
  display: none;
}

.infoholder.centered {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.infoholder.centre-infoholder {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--relume-library-lite--rl-black);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.social-link:hover {
  opacity: .62;
}

.section-main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.nav-menu {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.serviceareas {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: var(--rockypoint-secondary);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  display: grid;
}

.section-header {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--rockypoint-secondary);
  text-align: center;
  flex-flow: column;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Raleway, sans-serif;
  display: flex;
}

.section-header.leftalign {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 50%;
}

.footer-heading {
  color: var(--rockypoint-secondary);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.service-area {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.section-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.fencetypes-selector {
  z-index: 2;
  aspect-ratio: 1;
  border: 2px solid var(--rockypoint-secondary);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24%;
  height: auto;
  padding: 30px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.fencetypes-selector:hover {
  opacity: .8;
  transform: scale(1.1);
}

.fencetypes-selector._1 {
  background-image: linear-gradient(#0006, #0006), url('../images/WroughtIRon-ezgif.com-resize.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-width: 200px;
}

.fencetypes-selector._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/new-cedar-privacy-fence-with-vertical-boards-forming-a-corne.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
}

.fencetypes-selector._3 {
  background-image: linear-gradient(#0006, #0006), url('../images/cedar-privacy-fence-with-a-central-gate-and-trellis-black-po.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 200px;
}

.fencetypes-selector._4 {
  background-image: linear-gradient(#0006, #0006), url('../images/wood-and-metal-fence-lit-by-post-cap-lights-along-a-gravel-p.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-width: 200px;
}

.fence-type {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.fence-type._2 {
  display: none;
}

.fence-type._1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: flex-start;
  position: relative;
}

.service-button {
  z-index: 2;
  border: 1px solid var(--rockypoint-secondary);
  background-color: var(--rockypoint-primary);
  opacity: 0;
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 12px 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
  position: relative;
}

.service-button:hover {
  border: 1px solid var(--white);
  background-color: var(--rockypoint-secondary);
}

.service-button.w--current {
  background-color: #2e80b6;
}

.fencetype-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  display: flex;
}

.fencetype-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  display: flex;
  position: sticky;
  top: 10px;
}

.fencetypes-selector-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 45px;
  display: flex;
}

.gallery-slider {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.gallery-slider.project {
  width: 100%;
}

._1440container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.gallery-slide {
  background-color: #0000;
}

.gallery-slide.servicespage {
  border: 2px solid var(--rockypoint-secondary);
  border: 2px solid #6c2b00;
  height: 400px;
  box-shadow: 0 2px 5px #0003;
}

.gallery-slide-wrapper {
  margin-right: 15px;
}

.gallery-slide-wrapper.project {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.gallery-slide-image {
  cursor: pointer;
  position: relative;
}

.gallery-slide-image.project {
  position: static;
}

.gallery-slider-left {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.faq-answer-wrapper {
  margin-bottom: 1.5rem;
}

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq-icon {
  color: var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq-icon-wrapper {
  align-self: flex-start;
}

.faq-question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.faq-question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq-accordion {
  border: 1px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-info-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 20px;
}

.faq-container {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1440px;
  display: grid;
  position: relative;
}

.fencetypes-container {
  flex-flow: column;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.about-overview {
  color: var(--general-text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.sidebyside {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aboutimage {
  width: 50%;
}

.meet-the-team {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: none;
}

.aboutslider {
  border: 2px solid var(--rockypoint-secondary);
  background-color: #ddd0;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.cardimage {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.rpfd-logo {
  opacity: .7;
  width: 50px;
  position: absolute;
  inset: 2% auto auto 2%;
}

.team-member {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.team-member.reverse {
  flex-flow: row-reverse;
}

.teamimage {
  width: 50%;
}

.teamname {
  color: var(--rockypoint-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.teamtitle {
  color: var(--general-text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.teammemberinfo {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.flexvert {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  max-width: 50%;
  display: flex;
}

.serviceareasholder {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.formfield.grid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.projecttype-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.projecttype-container {
  flex-flow: column;
  align-items: stretch;
  max-width: 1440px;
  display: flex;
}

.project-type-selector-holder {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 3px solid var(--rockypoint-primary);
  background-color: var(--rockypoint-secondary);
  justify-content: center;
  width: 100%;
  height: 310px;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: auto 0% -305px;
}

.project-type {
  z-index: 2;
  border: 2px solid var(--rockypoint-primary);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 30px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: clip;
}

.project-type:hover {
  opacity: .8;
  transform: scale(1.02);
}

.project-type._1 {
  background-image: linear-gradient(#0006, #0006), url('../images/IMG_8351.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.project-type._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/DeckService_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.project-type._3 {
  background-image: linear-gradient(#0006, #0006), url('../images/StairsService_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.project-type._4 {
  background-image: linear-gradient(#0006, #0006), url('../images/GazeboService_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.selector-button {
  z-index: 1000;
  border: 1px solid var(--rockypoint-primary);
  background-color: var(--rockypoint-secondary);
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  transition: bottom .2s;
  position: absolute;
  inset: -50px auto auto;
}

.project-type-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 50%;
  display: flex;
  position: sticky;
  top: 10px;
}

.project-type-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.project-type-holder._4 {
  position: relative;
}

.selector-arrow {
  filter: invert();
}

.checkbox-field {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  margin-top: 0;
  margin-left: 0;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.checkboxes {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--rockypoint-secondary);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  padding: 15px;
  display: grid;
}

.projectcard {
  background-image: url('../images/webclip-256.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.servicecardcaption {
  z-index: 2;
  background-color: var(--rockypoint-secondary);
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  inset: auto auto 20px 20px;
}

.lightbox {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.mask {
  height: 100%;
}

.footerbrand.w--current {
  padding-left: 0;
  transition: opacity .2s;
}

.footerbrand.w--current:hover {
  opacity: .6;
}

.contactinfo {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fencetype {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.smallspacer, .servicestep {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.success-message {
  background-color: var(--rockypoint-primary);
  font-family: Roboto, sans-serif;
}

.error-message {
  font-family: Roboto, sans-serif;
}

.servicecardcaption-2 {
  z-index: 2;
  color: #fff;
  text-transform: capitalize;
  background-color: #6c2b00;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  inset: auto auto 20px 20px;
}

@media screen and (max-width: 991px) {
  .socials {
    justify-content: center;
    align-items: flex-start;
  }

  .image {
    width: 240px;
    max-width: none;
  }

  .navcontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hamburger-button {
    border: 2px solid var(--rockypoint-secondary);
    opacity: 1;
    color: #f9f9f9;
    background-color: #c88c53;
    border-radius: 10px;
    transition: all .2s;
  }

  .hamburger-button:hover {
    opacity: .75;
  }

  .hamburger-button:active, .hamburger-button:focus {
    opacity: 1;
  }

  .hamburger-button.w--open {
    z-index: 10;
    color: #f9f9f9;
    background-color: #6c2b00;
    border-radius: 10px;
  }

  .navigation-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #c88c53bf;
    flex-flow: column;
    width: 100%;
    position: relative;
  }

  .navlink {
    color: #fff;
    text-align: center;
    background-color: #6c2b00;
    padding: 15px;
    font-size: 12px;
  }

  .navlink:hover {
    border-color: var(--rockypoint-secondary);
    color: var(--rockypoint-secondary);
  }

  .navlink.w--current {
    color: #fff;
  }

  .brandimage {
    transition: opacity .2s;
  }

  .brandimage:hover {
    opacity: .7;
  }

  .brandimage.w--current {
    max-width: 20%;
  }

  .brandimage.nav.brandimage-large.w--current {
    max-width: 50%;
  }

  .brandimage.centered.w--current {
    max-width: none;
  }

  .navbar {
    background-color: #c88c53bf;
    padding: 10px 40px;
    position: fixed;
  }

  .homediamond.hide {
    display: block;
  }

  .hero-heading {
    color: var(--white);
    text-align: center;
    margin-bottom: 0;
  }

  .buttons-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .text-flex {
    justify-content: center;
    align-items: center;
  }

  .service-hero-text.white {
    color: var(--white);
  }

  .hero-section {
    padding-top: 225px;
    padding-bottom: 200px;
  }

  .hero-section.homepage {
    background-color: #f9f9f9;
    background-image: linear-gradient(#00000080, #00000080), url('../images/RPFD-BG-Img.webp');
    background-position: 0 0, 50% 60%;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    flex-flow: column;
    height: 900px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-section.aboutus {
    padding-top: 200px;
    padding-bottom: 175px;
  }

  .hero-section.fences {
    padding-top: 250px;
  }

  .hero-section.contactus, .hero-section.services {
    padding-top: 200px;
    padding-bottom: 175px;
  }

  .h2 {
    font-size: 40px;
  }

  .h2.projecttype {
    font-size: 28px;
    line-height: 32px;
  }

  .h2.small.white {
    font-size: 32px;
    line-height: 34px;
  }

  .portfolio-item {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-item.reverse {
    flex-flow: column-reverse;
  }

  .item-2 {
    max-width: none;
  }

  .item-info-holder {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .item-info-holder.portfolio-reverse {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .standard-paragraph {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-card, .service-card.bigcard {
    min-height: 250px;
  }

  .services-grid {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-grid {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    flex-flow: column;
    display: flex;
  }

  .form-block {
    max-width: none;
  }

  .footer-wrapper {
    grid-row-gap: 60px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .footer {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-link:hover {
    opacity: 1;
    color: var(--white);
  }

  .cta-button {
    margin-right: 0;
  }

  .cta-button.transparent {
    color: var(--white);
  }

  .cta-button.large._50 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-links-holder {
    flex-flow: row;
    margin-top: 5%;
    position: relative;
    right: auto;
  }

  .infoholder {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 85%;
  }

  .hero-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .section-main {
    padding: 40px 50px;
  }

  .nav-menu {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center stretch;
    padding-bottom: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    display: grid;
    position: relative;
  }

  .serviceareas.contactpage {
    max-width: none;
  }

  .section-header.leftalign, .service-area {
    text-align: center;
  }

  .fencetypes-selector {
    width: auto;
  }

  .fence-type {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .service-button {
    margin-right: 0;
  }

  .fencetype-info {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .fencetype-cta {
    max-width: none;
  }

  .fencetypes-selector-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  ._1440container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .faq-container {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .sidebyside {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .aboutimage {
    width: 100%;
  }

  .flexvert {
    max-width: none;
  }

  .serviceareasholder {
    width: auto;
  }

  .projecttype-info {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .project-type-selector-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .project-type {
    flex: none;
    width: 175px;
    min-width: 175px;
    height: 175px;
  }

  .project-type-cta {
    width: auto;
  }

  .project-type-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .footerbrand {
    transition: opacity .2s;
  }

  .footerbrand:hover {
    opacity: .7;
  }

  .footerbrand.w--current {
    max-width: 50%;
  }

  .contactinfo {
    text-align: center;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .socials {
    justify-content: center;
    align-items: flex-start;
  }

  .image {
    display: block;
  }

  .navcontainer {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .hamburger-button {
    border: 2px solid var(--rockypoint-secondary);
  }

  .navigation-menu {
    background-color: #c88c53bf;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink {
    text-align: center;
    padding: 10px;
    font-size: 12px;
  }

  .brandimage.w--current {
    flex: none;
    max-width: 25%;
  }

  .brandimage.nav {
    max-width: 20%;
  }

  .brandimage.nav.w--current {
    max-width: 22%;
  }

  .brandimage.nav.brandimage-large.w--current {
    max-width: 70%;
  }

  .navbar {
    background-color: #c88c53bf;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
  }

  .homediamond {
    width: 30px;
    height: 30px;
  }

  .homediamond.hide {
    display: none;
  }

  .hero-heading {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 60px;
  }

  .buttons-holder {
    flex-flow: column;
  }

  .text-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-items: center;
    display: grid;
  }

  .service-hero-text {
    font-size: 20px;
  }

  .hero-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-section.homepage {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    align-items: center;
    height: 950px;
    padding: 200px 40px 100px;
  }

  .hero-section.aboutus {
    padding-top: 225px;
    padding-bottom: 125px;
  }

  .hero-section.contactus {
    padding-top: 225px;
    padding-bottom: 150px;
  }

  .hero-section.services {
    padding-bottom: 150px;
  }

  .h2.fencetype {
    font-size: 32px;
    line-height: 34px;
  }

  .h2.projecttype {
    font-size: 24px;
    line-height: 26px;
  }

  .h2.small.white {
    font-size: 28px;
    line-height: 32px;
  }

  .service-name {
    font-size: 31px;
    line-height: 40px;
  }

  .services-grid {
    padding-top: 0;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .form-block, .form-block.larger {
    max-width: none;
  }

  .footer-block {
    text-align: center;
    align-items: center;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-bottom-text-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .infoholder {
    max-width: none;
  }

  .section-main {
    padding: 30px;
  }

  .nav-menu {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    place-items: center stretch;
    display: grid;
  }

  .section-header {
    max-width: none;
  }

  .section-header.leftalign {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .fencetypes-selector {
    max-width: 200px;
  }

  .fencetype-info {
    text-align: center;
  }

  .fencetypes-selector-holder {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
    display: flex;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slider.project {
    padding: 30px 0;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide.servicespage {
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .faq-answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

  .faq-question-text {
    font-size: 1rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-info-text {
    position: static;
  }

  .faq-container {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .sidebyside {
    flex-flow: column-reverse;
  }

  .team-member {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .team-member.reverse {
    flex-flow: column;
  }

  .teamimage {
    width: auto;
  }

  .teammemberinfo {
    max-width: none;
  }

  .serviceareasholder {
    text-align: center;
    width: auto;
  }

  .project-type-selector-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding: 10px;
    display: grid;
  }

  .project-type {
    width: 90%;
    min-width: auto;
    height: 130px;
    padding: 15px;
  }

  .footerbrand.w--current {
    flex: none;
    max-width: none;
  }

  .contactinfo {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .socials {
    justify-content: center;
    align-items: flex-start;
  }

  .image {
    width: 100%;
  }

  .navcontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-button {
    padding: 12px;
  }

  .navlink {
    text-align: center;
  }

  .icon {
    font-size: 22px;
  }

  .brandimage.w--current {
    max-width: 75%;
  }

  .brandimage.nav {
    max-width: 35%;
  }

  .brandimage.nav.w--current {
    max-width: 25%;
  }

  .brandimage.nav.brandimage-large.w--current {
    max-width: 60%;
  }

  .navbar {
    padding: 15px 10px 3px;
  }

  .homediamond {
    width: 30px;
  }

  .hero-heading {
    text-align: center;
    max-width: 100%;
    font-size: 32px;
    line-height: 36px;
  }

  .buttons-holder {
    flex-flow: column;
  }

  .text-flex {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    max-width: 100%;
  }

  .service-hero-text.white {
    font-size: 18px;
  }

  .hero-section.homepage {
    height: auto;
    min-height: 850px;
    padding: 150px 20px 100px;
  }

  .hero-section.aboutus {
    padding-bottom: 125px;
  }

  .hero-section.fences, .hero-section.contactus {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.services {
    padding: 175px 20px 125px;
  }

  .h2 {
    text-align: center;
    font-size: 36px;
  }

  .h2.fencetype {
    font-size: 25.5px;
    line-height: 28px;
  }

  .h2.small.white {
    font-size: 24px;
    line-height: 32px;
  }

  .portfolio-item {
    flex-flow: column;
  }

  .item-info-holder {
    justify-content: center;
    align-items: center;
  }

  .item-info-holder.portfolio-reverse {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .service-card {
    min-height: 300px;
    padding: 20px;
  }

  .services-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-text {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-grid {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    max-width: 100%;
  }

  .form-block {
    width: 100%;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .footer-wp-development {
    text-align: right;
  }

  .footer-bottom-text-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-divider {
    margin-top: 15px;
  }

  .cta-button.large._50 {
    align-self: center;
  }

  .infoholder {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    max-width: 100%;
  }

  .social-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-main {
    padding: 20px;
  }

  .form {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .nav-menu {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .fencetypes-selector {
    padding: 15px;
  }

  .fencetypes-selector._1, .fencetypes-selector._3 {
    min-width: 200px;
  }

  .fencetype-cta {
    max-width: 100vw;
  }

  .fencetypes-selector-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    width: auto;
  }

  .gallery-slider.project {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._1440container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide.servicespage {
    height: 250px;
  }

  .gallery-slide-wrapper {
    height: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .faq-container {
    grid-template-columns: 1fr;
  }

  .aboutimage {
    width: 100%;
  }

  .cardimage {
    min-height: 250px;
  }

  .serviceareasholder {
    width: auto;
  }

  .project-type {
    width: 90%;
    height: 135px;
  }

  .servicecardcaption {
    font-size: 14px;
    bottom: 5px;
    left: 5px;
  }

  .footerbrand.w--current {
    max-width: none;
  }

  .servicecardcaption-2 {
    font-size: 14px;
    bottom: 5px;
    left: 5px;
  }
}

#w-node-_955dd597-e322-e96b-e626-9365bf729305-bc14a64d, #w-node-_955dd597-e322-e96b-e626-9365bf7292ff-bc14a64d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9601accc-5495-c369-4468-d06f41874906-bc14a64d, #w-node-d6cd9544-dcec-c9f0-0340-c829f3eb01c2-bc14a64d, #w-node-ed9f212b-779f-d480-6586-b3e4bb2fa14d-bc14a64d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_179a5f8c-6905-0ead-2daa-b2b8615f0862-bc14a64d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-e58481c3-5937-0ec1-d851-36b269dffedf-69dffeda, #w-node-a4f792a5-3414-1f22-aa68-234f5d04d02f-69dffeda, #w-node-e58481c3-5937-0ec1-d851-36b269dffee8-69dffeda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58e9bef6-c14b-1f05-7926-1653d7ce606f-f99c7b1f, #w-node-ec28faac-aefa-3ddc-20f1-44d47776ac85-f99c7b1f, #w-node-_65f7022a-7338-94f8-86e6-6dbe01dfee78-f99c7b1f, #w-node-_517bd679-1fc5-5798-7a87-6675f33c2916-f99c7b1f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a179c1c-012a-68a4-4073-042f3bb569a4-dd8ae32d {
  justify-self: center;
}

#w-node-d50854cf-def5-166f-f53b-e036c4064f5b-dd8ae32d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f0222bcb-e92e-a2aa-fd23-c5a8f04ca221-8eaf6584, #w-node-f0222bcb-e92e-a2aa-fd23-c5a8f04ca249-8eaf6584, #w-node-f0222bcb-e92e-a2aa-fd23-c5a8f04ca271-8eaf6584, #w-node-f0222bcb-e92e-a2aa-fd23-c5a8f04ca299-8eaf6584 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_955dd597-e322-e96b-e626-9365bf729305-bc14a64d, #w-node-_955dd597-e322-e96b-e626-9365bf7292ff-bc14a64d, #w-node-_955dd597-e322-e96b-e626-9365bf72930b-bc14a64d, #w-node-_955dd597-e322-e96b-e626-9365bf729311-bc14a64d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e19cd20e-df73-2765-51bd-c86944605a3c-bc14a64d, #w-node-_5c5adf12-26d4-ef34-dee5-c27cbb15b688-bc14a64d {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e19cd20e-df73-2765-51bd-c86944605a3d-bc14a64d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e19cd20e-df73-2765-51bd-c86944605a3f-bc14a64d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e19cd20e-df73-2765-51bd-c86944605a40-bc14a64d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e19cd20e-df73-2765-51bd-c86944605a37-bc14a64d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5c5adf12-26d4-ef34-dee5-c27cbb15b689-bc14a64d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5c5adf12-26d4-ef34-dee5-c27cbb15b68b-bc14a64d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5c5adf12-26d4-ef34-dee5-c27cbb15b68c-bc14a64d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5c5adf12-26d4-ef34-dee5-c27cbb15b68f-bc14a64d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_955dd597-e322-e96b-e626-9365bf729305-bc14a64d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_955dd597-e322-e96b-e626-9365bf7292ff-bc14a64d {
    grid-column: span 1 / span 1;
  }

  #w-node-_955dd597-e322-e96b-e626-9365bf72930b-bc14a64d, #w-node-_955dd597-e322-e96b-e626-9365bf729311-bc14a64d, #w-node-_58e9bef6-c14b-1f05-7926-1653d7ce606f-f99c7b1f, #w-node-ec28faac-aefa-3ddc-20f1-44d47776ac85-f99c7b1f, #w-node-_65f7022a-7338-94f8-86e6-6dbe01dfee78-f99c7b1f, #w-node-_517bd679-1fc5-5798-7a87-6675f33c2916-f99c7b1f, #w-node-f0222bcb-e92e-a2aa-fd23-c5a8f04ca221-8eaf6584, #w-node-f0222bcb-e92e-a2aa-fd23-c5a8f04ca249-8eaf6584, #w-node-f0222bcb-e92e-a2aa-fd23-c5a8f04ca271-8eaf6584, #w-node-f0222bcb-e92e-a2aa-fd23-c5a8f04ca299-8eaf6584 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}



/* Fix: slider mask height not set correctly before images load,
   causing cardimage to collapse and show .projectcard background placeholder.
   Force the mask and slide contents to fill the slider's defined height. */
.gallery-slide.servicespage .w-slider-mask,
.gallery-slide.servicespage.w-slider > .w-slider-mask {
  height: 100%;
}

.gallery-slide.servicespage .projectcard {
  height: 400px;
}

.gallery-slide.servicespage .lightbox {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-slide.servicespage .cardimage {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .gallery-slide.servicespage .projectcard {
    height: 250px;
  }
  .gallery-slide.servicespage .cardimage {
    min-height: 250px;
  }
}
