.header-menu {
  flex-wrap: nowrap;
  flex-shrink: 0;
}
/* margin fix for acss variable margin after scroll on mobil */
@media (max-width: 478px) {
  #brx-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 0 !important;
  }
}
/* full width section and image with rotate device adjustments */
/*.img__full-width.brxe-image {
    height: 100%;
    width: 100%!important;
    position: absolute;
    top: 0%;
    left: 0%;
    object-fit: cover;
}
*/
/*.hero-section__image.brxe-image {
    width: 100%!important;
    object-fit: cover;
}
*/
/*.hero-section__wrapper {
    isolation: isolate;
        @media screen (min-width: 992px) {
        height: 80vh;}
        @media screen and (max-width: 991px) and (orientation: portrait) {
        height: 50vh;}
        @media screen and (min-width: 600px) and (orientation: landscape) {
        height: 100vh;}
}*/
/*.full-width__image-block {
    width: 100%!important;
    object-fit: cover;
}
*/
.parent-hp-grid {
  grid-auto-flow: row dense;
}
.section__image-full-width {
  isolation: isolate;
}
@media screen (min-width: 992px) {
  .section__image-full-width {
    height: 80vh;
  }
}
@media screen and (min-width: 320px) and (orientation: portrait) {
  .section__image-full-width {
    height: 40vh;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .section__image-full-width {
    height: 90vh;
  }
}
.testimonial__client-img__circle {
  position: relative;
  shape-outside: circle(50%);
  webkit-shape-outside: circle(50%);
}
.testimonial__client-img {
  clip-path: circle(50% at center);
}
.testimonial__client-img__border {
  width: 27rem;
  height: 27rem;
  background: #E5C5A8;
  -moz-border-radius: 13rem;
  -webkit-border-radius: 13rem;
  border-radius: 13rem;
  position: relative;
  z-index: -2;
}
.testimonial__client-img__border:before {
  content: '';
  width: 25rem;
  height: 25rem;
  background: #E5C5A8;
  clip-path: circle(50% at center);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.vtour__bg-img {
  width: 100% !important;
  object-fit: cover;
}
@media screen (min-width: 992px) {
  .vtour__wrapper {
    height: 40vh;
  }
}
@media screen and (min-width: 320px) and (orientation: portrait) {
  .vtour__wrapper {
    height: 30vh;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .vtour__wrapper {
    height: 40vh;
  }
}
.vtour__heading {
  color: #e5c5a8 !important;
}
.cstudy__content-body p {
  max-width: 100%;
}
.local-service__feature-list-item:nth-child(4) {
  margin-bottom: 0;
}
@media screen (min-width: 992px) {
  .services__quote--section {
    height: 30vh;
  }
}
@media screen and (min-width: 320px) and (orientation: portrait) {
  .services__quote--section {
    height: 50vh;
  }
}
@media screen and (min-width: 600px) and (orientation: landscape) {
  .services__quote--section {
    height: 50vh;
  }
}
/*.why-hughes--card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
    @media screen and (max-width: 767px) {
        grid-template-columns: 1fr;
    }
}
*/
.project-gallery__grid {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr;
  grid-auto-columns: min-content;
  gap: var(--space-s);
  grid-template-areas: "display-image reel-1 reel-1" "display-image reel-2 reel-2" "display-image reel-3 reel-3";
}
.display-image {
  grid-area: display-image;
}
.reel-1 {
  grid-area: reel-1;
}
.reel-2 {
  grid-area: reel-2;
}
.reel-3 {
  grid-area: reel-3;
}
/*Project Post Slider */
@media screen and (max-width: 990px) {
  .project-post__bx-slider > .splide__arrows.custom {
    display: none !important;
  }
}
/*rankmath sitemap style */
.sitemap-style.rank-math-html-sitemap__title {
  font-size: var(--text--xxl);
}
/* ws form styling */
/*post query loop is empty styling */
.bricks-posts-nothing-found {
  font-size: var(--h4);
  font-weight: 700;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
}
/*Hughes Elite Gallery*/
.wpgb-facet-title {
  display: none;
}
.wpgb-button {
  background-color: #fe5000 !important;
}
.wpgb-button-label {
  color: white;
  font-weight: 700;
}
ul.wpgb-pagination a {
  font-weight: 700 !important;
  font-size: var(--text-l) !important;
}
