/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2026 | 16:52:54 */
:root {
  --lora: "Lora", serif;
  --inter: "Inter", sans-serif;
  --avenir: "avenir-lt-pro", sans-serif;
  --bondi: "Libre Bodoni", serif;
  --roboto: "Roboto", sans-serif;
  --funnel: "Funnel Display", sans-serif;
  --textShadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  --white: #ffffff;
  --black: #000000;
  --blackAlt: #1D1B20;
  --text: #1D1B20;
  --gray: #D3D3D3;
  --grayLight: #F1F1F1;
  --grayText: #858585;
  --tan: #ECE7E4;
  --green: #C3D63F;
  --containerWidth: 1600px;
}
.seo-only {
  position: absolute !important;
  left: 200vw;
  height: 0;
  opacity: 0;
}
.html_header_top.html_header_sticky #top:not(.home) #wrap_all #main {
  padding-top: 80px !important;
}
h1, h2 {
  font-family: var(--bondi) !important;
  text-transform: none !important;
}
h2 {
  font-weight: 400 !important;
}
.dark-section {
  background: var(--blackAlt);
}
.dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6, .dark-section p, .dark-section a, .dark-section li, .dark-section span {
  color: var(--white) !important;
}
.bubble-button a.avia-button {
  border-radius: 200px !important;
  background: rgba(29, 27, 32, 0.4) !important;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(10px);
  padding: 15px 25px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
}
.bubble-button a.avia-button .avia_iconbox_title {
  color: var(--white);
  text-align: justify;
  font-family: var(--avenir);
  font-size: 16px;
  font-weight: 350;
  line-height: 18px;
  min-width: 85px;
}
@media only screen and (max-width: 767px) {
  .bubble-button a.avia-button .avia_iconbox_title {
    font-size: 14px;
  }
}
.bubble-button a.avia-button .avia_button_icon {
  margin-left: 8px;
  border-radius: 20px;
  border: 0.5px solid var(--white);
  width: 35px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bubble-button a.avia-button .avia_button_icon svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.bubble-button a.avia-button:hover {
  background: rgba(29, 27, 32, 0.8) !important;
}
.glass-button a.avia-button {
  background: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  display: flex;
}
.glass-button a.avia-button span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-radius: 200px;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(10px);
  background: rgba(29, 27, 32, 0.2);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.45);
  transition: 0.3s ease all;
}
@media only screen and (max-width: 989px) {
  .glass-button a.avia-button span {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .glass-button a.avia-button span {
    height: 40px;
  }
}
.glass-button a.avia-button span.avia_iconbox_title {
  padding: 10px;
  min-width: 165px;
  font-size: 16px !important;
  line-height: 20px !important;
}
@media only screen and (max-width: 989px) {
  .glass-button a.avia-button span.avia_iconbox_title {
    font-size: 14px !important;
    line-height: 26px !important;
  }
}
.glass-button a.avia-button span.avia_button_icon {
  aspect-ratio: 1;
  width: 80px;
  left: -1px;
}
@media only screen and (max-width: 989px) {
  .glass-button a.avia-button span.avia_button_icon {
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .glass-button a.avia-button span.avia_button_icon {
    display: none;
  }
}
.glass-button a.avia-button span.avia_button_icon svg path {
  fill: var(--white);
}
.glass-button a.avia-button:hover {
  opacity: 1 !important;
}
.glass-button a.avia-button:hover span {
  background: rgba(29, 27, 32, 0.45);
}
.no-outline-button a.avia-button {
  background: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transition: 0.3s ease all;
}
.no-outline-button a.avia-button span {
  color: var(--blackAlt) !important;
  transition: 0.3s ease all;
}
.no-outline-button a.avia-button .avia_iconbox_title {
  padding-right: 10px;
  font-size: 16px !important;
  line-height: 20px !important;
}
.no-outline-button a.avia-button .avia_button_icon svg {
  color: var(--blackAlt) !important;
  transition: 0.3s ease all;
}
.no-outline-button a.avia-button:hover {
  background-color: var(--blackAlt) !important;
}
.no-outline-button a.avia-button:hover span {
  color: var(--white) !important;
}
.no-outline-button a.avia-button:hover .avia_button_icon svg {
  color: var(--white) !important;
}
#header #header_main .container {
  max-width: var(--containerWidth) !important;
  max-width: 100% !important;
}
header#header #header_main {
  max-width: var(--containerWidth) !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
header#header #header_main .menu-item.cart_dropdown {
  display: none !important;
}
header#header .header_bg {
  background: var(--blackAlt) !important;
}
header#header .logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 300px;
  z-index: 10;
}
@media only screen and (max-width: 989px) {
  header#header .logo {
    max-width: 270px;
  }
}
@media only screen and (max-width: 501px) {
  header#header .logo {
    max-width: 175px;
  }
}
header#header .logo a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#header .logo a svg {
  width: 100%;
  height: auto;
}
header#header nav.main_menu {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header#header nav.main_menu .avia-menu {
  position: relative;
  width: 100%;
  height: 100%;
}
header#header nav.main_menu .avia-menu ul.menu {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: var(--avenir) !important;
  transition: 1s ease all;
}
header#header nav.main_menu .avia-menu ul.menu .menu-left, header#header nav.main_menu .avia-menu ul.menu .menu-right {
  width: calc(50% - (220px / 2));
  display: flex;
  gap: 20px;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  border: none !important;
}
header#header nav.main_menu .avia-menu ul.menu .menu-left {
  left: 0;
  right: unset;
  justify-content: flex-start;
}
header#header nav.main_menu .avia-menu ul.menu .menu-right {
  right: 0;
  left: unset;
  justify-content: flex-end;
}
header#header nav.main_menu .avia-menu ul.menu li {
  width: auto !important;
  border: none !important;
}
header#header nav.main_menu .avia-menu ul.menu li.menu-item-search-dropdown {
  width: 30px !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#header nav.main_menu .avia-menu ul.menu li.menu-item-search-dropdown .dgwt-wcas-sf-wrapp {
  position: relative;
}
header#header nav.main_menu .avia-menu ul.menu li.menu-item-search-dropdown .dgwt-wcas-sf-wrapp .dgwt-wcas-close {
  position: absolute !important;
  top: 50% !important;
  transform: translate3d(0, -50%, 0) !important;
}
header#header nav.main_menu .avia-menu ul.menu li.menu-item-search-dropdown input.dgwt-wcas-search-input {
  border-radius: 200px !important;
  background: rgba(29, 27, 32, 0.4) !important;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(10px) !important;
  padding: 15px 25px !important;
  color: var(--white) !important;
}
header#header nav.main_menu .avia-menu ul.menu li.menu-item-search-dropdown .dgwt-wcas-search-icon-arrow {
  display: none !important;
}
header#header nav.main_menu .avia-menu ul.menu li.menu-item-search-dropdown .dgwt-wcas-search-icon svg path {
  fill: var(--white) !important;
}
@media only screen and (max-width: 989px) {
  header#header nav.main_menu .avia-menu ul.menu li.menu-item-search-dropdown .dgwt-wcas-search-wrapp {
    max-width: 100px;
    width: 15px;
  }
}
header#header nav.main_menu .avia-menu ul.menu li a {
  color: var(--white) !important;
  font-size: 14px;
  transition: 0.3s ease all !important;
}
header#header nav.main_menu .avia-menu ul.menu .sub-menu li {
  border: none !important;
  width: 100% !important;
}
header#header nav.main_menu .avia-menu ul.menu .sub-menu li a {
  border: none !important;
  width: 100% !important;
}
header#header nav.main_menu .avia-menu ul.menu .sub-menu li a:hover {
  color: var(--blackAlt) !important;
  background: #a8a8a8 !important;
}
header#header .hide-nav-item {
  display: none !important;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
  background-color: var(--white) !important;
}
.load-menu ul.menu {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}
.dgwt-wcas-suggestions-wrapp {
  margin-top: 5px !important;
  border-radius: 20px !important;
  padding: 5px 15px !important;
}
#home-header {
  overflow: hidden;
}
#home-header .container {
  max-width: var(--containerWidth) !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #home-header .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
#home-header .content {
  padding-bottom: 0 !important;
}
#home-header .post-entry {
  height: 100%;
}
#home-header .post-entry .entry-content-wrapper {
  height: 100%;
}
#home-header .header-slideshow {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100%;
}
#home-header .header-slideshow .lg-home-slider-wrap {
  display: flex;
  flex-wrap: wrap;
  height: calc(100vh - 80px);
}
@media only screen and (max-width: 767px) {
  #home-header .header-slideshow .lg-home-slider-wrap {
    height: auto;
  }
}
#home-header .header-slideshow .lg-home-slider-types {
  padding: 40px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 989px) {
  #home-header .header-slideshow .lg-home-slider-types {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #home-header .header-slideshow .lg-home-slider-types {
    padding: 10px 20px;
  }
}
#home-header .header-slideshow .lg-home-slider-types h2 {
  font-size: 42px;
  line-height: 1.25em;
  opacity: 0.25;
  transition: 0.4s ease opacity;
  cursor: pointer;
}
#home-header .header-slideshow .lg-home-slider-types h2:nth-of-type(2) {
  text-align: right;
}
@media only screen and (max-width: 989px) {
  #home-header .header-slideshow .lg-home-slider-types h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #home-header .header-slideshow .lg-home-slider-types h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  #home-header .header-slideshow .lg-home-slider-types h2 {
    font-size: 14px;
  }
}
#home-header .header-slideshow .lg-home-slider {
  margin-bottom: 0 !important;
  padding-top: 5px;
  height: 100%;
  width: 100%;
}
#home-header .header-slideshow .lg-slide {
  height: 100%;
}
#home-header .header-slideshow .lg-slide-card {
  height: 100%;
}
#home-header .header-slideshow .lg-slide-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media only screen and (max-width: 989px) {
  #home-header .header-slideshow .lg-slide-image {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #home-header .header-slideshow .lg-slide-image {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: auto;
    aspect-ratio: 1.6;
  }
}
#home-header .header-slideshow .lg-slide-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  #home-header .header-slideshow .lg-slide-content {
    height: 170px;
  }
}
#home-header .header-slideshow .lg-slide-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 22.5%, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.33%, #000 100%);
}
#home-header .header-slideshow .lg-slide-title-wrap {
  position: absolute;
  left: 30px;
  width: auto;
  height: auto;
  transform: translate3d(0, -30px, 0);
  bottom: 0;
  width: calc(50% - (202px / 2) - 30px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 10;
  padding-right: 50px;
}
@media only screen and (max-width: 989px) {
  #home-header .header-slideshow .lg-slide-title-wrap {
    left: 30px;
    transform: translate3d(0, -20px, 0);
  }
}
@media only screen and (max-width: 767px) {
  #home-header .header-slideshow .lg-slide-title-wrap {
    transform: translate3d(0, -10px, 0);
    left: 20px;
  }
}
@media only screen and (max-width: 601px) {
  #home-header .header-slideshow .lg-slide-title-wrap {
    width: 50% !important;
  }
}
#home-header .header-slideshow .lg-slide-title-wrap h2 {
  font-size: 42px;
  line-height: 1.25em;
  margin-bottom: 0 !important;
}
#home-header .header-slideshow .lg-slide-title-wrap h2:nth-of-type(2) {
  text-align: right;
}
@media only screen and (max-width: 989px) {
  #home-header .header-slideshow .lg-slide-title-wrap h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #home-header .header-slideshow .lg-slide-title-wrap h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  #home-header .header-slideshow .lg-slide-title-wrap h2 {
    font-size: 26px;
  }
}
#home-header .header-slideshow .lg-slide-button-wrap {
  position: absolute;
  right: 30px;
  width: auto;
  height: auto;
  transform: translate3d(0, -30px, 0);
  border-radius: 40px;
  bottom: 0;
  width: calc(50% - (202px / 2) - 30px);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 10;
}
@media only screen and (max-width: 989px) {
  #home-header .header-slideshow .lg-slide-button-wrap {
    transform: translate3d(0, -20px, 0);
    border-radius: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #home-header .header-slideshow .lg-slide-button-wrap {
    transform: translate3d(0, -10px, 0);
    right: 20px;
  }
}
@media only screen and (max-width: 601px) {
  #home-header .header-slideshow .lg-slide-button-wrap {
    width: 50% !important;
  }
}
#home-header .header-slideshow .lg-slide-button-wrap .avia-button {
  margin: 0 !important;
}
#home-header .header-slideshow .slick-list {
  height: 100%;
}
#home-header .header-slideshow .slick-list .slick-track {
  height: 100%;
}
#home-header .header-slideshow .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
#home-header .header-slideshow .slick-dots {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  background: rgba(29, 27, 32, 0.4) !important;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.45) !important;
  border: 1px solid rgba(255, 255, 255, 0.075) !important;
  backdrop-filter: blur(10px);
  width: auto;
  left: 50%;
  transform: translate3d(-50%, -30px, 0);
  padding: 15px;
  border-radius: 50px;
}
@media only screen and (max-width: 989px) {
  #home-header .header-slideshow .slick-dots {
    transform: translate3d(-50%, -20px, 0);
    padding: 7.5px 15px;
  }
}
@media only screen and (max-width: 601px) {
  #home-header .header-slideshow .slick-dots {
    display: none !important;
  }
}
#home-header .header-slideshow .slick-dots li {
  border: none !important;
  background-color: #a8a8a8;
  width: 9px;
  height: 9px;
  margin: 0px 4px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
#home-header .header-slideshow .slick-dots li.slick-active {
  background-color: var(--white);
}
#home-header .header-slideshow .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
#home-header .active-type-commercial + .lg-home-slider-types h2.type-commercial {
  opacity: 1;
}
#home-header .active-type-commercial + .lg-home-slider-types h2.type-residential {
  opacity: 0.25;
}
#home-header .active-type-commercial + .lg-home-slider-types h2.type-residential:hover {
  opacity: 0.6;
}
#home-header .active-type-residential + .lg-home-slider-types h2.type-commercial {
  opacity: 0.25;
}
#home-header .active-type-residential + .lg-home-slider-types h2.type-commercial:hover {
  opacity: 0.6;
}
#home-header .active-type-residential + .lg-home-slider-types h2.type-residential {
  opacity: 1;
}
#home-header .header-featured {
  background-image: url("/wp-content/uploads/2026/03/kurt-geiger-header.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
  height: calc(100% - 75px);
  border-radius: 40px;
  overflow: hidden;
}
#home-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0 !important;
  height: 50px;
}
#home-header .header-content h2 {
  font-size: 40px !important;
  line-height: 50px !important;
}
#product-resources .container {
  max-width: var(--containerWidth) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#product-resources .content {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
@media only screen and (max-width: 989px) {
  #product-resources .content {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
#product-resources h2 {
  font-size: 55px !important;
  line-height: 60px !important;
}
@media only screen and (max-width: 989px) {
  #product-resources h2 {
    font-size: 48px !important;
    line-height: 55px !important;
  }
}
@media only screen and (max-width: 767px) {
  #product-resources h2 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}
#product-resources .avia_textblock {
  max-width: 450px;
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 989px) {
  #product-resources .avia_textblock {
    max-width: 100%;
  }
}
#product-resources .avia_textblock p {
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--grayText) !important;
}
#product-resources .avia-icon-list li {
  padding: 32px 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--grayText) !important;
}
#product-resources .avia-icon-list li .iconlist_icon {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  order: 2;
  width: 40px !important;
  height: 40px !important;
  line-height: 1em !important;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  border: 2px solid var(--grayText) !important;
  margin-left: 0 !important;
}
#product-resources .avia-icon-list li .iconlist_icon .av-icon-char {
  display: flex;
  align-items: center;
  justify-content: center;
}
#product-resources .avia-icon-list li .iconlist_icon .av-icon-char svg {
  margin-top: 0 !important;
}
#product-resources .avia-icon-list li article {
  order: 1;
  display: flex;
  align-items: center;
  height: 45px;
  width: calc(100% - 40px);
  text-align: left;
}
#product-resources .avia-icon-list li article .iconlist_content_wrap {
  padding-bottom: 0 !important;
  display: flex;
  height: 100%;
  width: 100%;
}
#product-resources .avia-icon-list li article .iconlist_content_wrap header.entry-content-header {
  display: flex;
  align-items: center;
  width: 100%;
}
#product-resources .avia-icon-list li article .iconlist_content_wrap h3 {
  margin-top: 0 !important;
  text-transform: none !important;
  font-size: 21px !important;
  line-height: 24px !important;
  letter-spacing: 1.68px !important;
  color: var(--text) !important;
  font-weight: 400 !important;
  width: 100%;
}
#product-resources .avia-icon-list li article .iconlist_content_wrap h3 a {
  display: block;
  width: 100%;
}
#product-resources .iconlist-timeline {
  display: none !important;
}
#our-portfolio {
  background: var(--tan) !important;
}
#our-portfolio .container {
  max-width: var(--containerWidth) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#our-portfolio .content {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#our-portfolio .entry-content-wrapper {
  position: relative;
}
#our-portfolio .portfolio-grid-wrapper {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  aspect-ratio: 1.503131524;
  z-index: 15;
}
@media only screen and (max-width: 767px) {
  #our-portfolio .portfolio-grid-wrapper {
    border-radius: 15px;
  }
}
#our-portfolio .portfolio-grid-wrapper .portfolio-grid-inner {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 120%;
  height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#our-portfolio .portfolio-grid-wrapper .portfolio-grid .avia-image-container {
  margin-bottom: 0 !important;
}
#our-portfolio .portfolio-grid-wrapper .portfolio-grid .avia-image-container .avia-image-container-inner {
  display: block;
  width: 100%;
}
#our-portfolio .portfolio-grid-wrapper .portfolio-grid .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap {
  display: block;
  width: 100%;
  padding: 0.5vw;
}
#our-portfolio .portfolio-grid-wrapper .portfolio-grid .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
@media only screen and (max-width: 989px) {
  #our-portfolio .portfolio-grid-wrapper .portfolio-grid .avia-image-container .avia-image-container-inner .avia-image-overlay-wrap img {
    border-radius: 15px;
  }
}
#our-portfolio .portfolio-grid-wrapper .portfolio-grid .avia-image-container.grid-tall img {
  aspect-ratio: 0.975;
  object-fit: cover;
  object-position: top center;
}
#our-portfolio .portfolio-grid-wrapper .portfolio-grid .avia-image-container.grid-wide img {
  aspect-ratio: 1.3928571429;
  object-fit: cover;
  object-position: top center;
}
#our-portfolio .our-portfolio-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 13.33%, #000 100%);
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 165px 42px 65px;
  z-index: 20;
}
@media only screen and (max-width: 989px) {
  #our-portfolio .our-portfolio-title {
    padding: 165px 20px 36px;
  }
}
@media only screen and (max-width: 767px) {
  #our-portfolio .our-portfolio-title {
    margin-bottom: 0 !important;
    flex-wrap: wrap;
    padding: 165px 20px 36px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
#our-portfolio .our-portfolio-title h2 {
  color: var(--white) !important;
  font-size: 75px !important;
  font-weight: 400 !important;
  line-height: 1.25em !important;
}
@media only screen and (max-width: 989px) {
  #our-portfolio .our-portfolio-title h2 {
    font-size: 54px !important;
  }
}
@media only screen and (max-width: 767px) {
  #our-portfolio .our-portfolio-title h2 {
    font-size: 36px !important;
  }
}
#seamless .container {
  max-width: 1200px !important;
}
#seamless .content {
  padding: 80px 0 !important;
}
@media only screen and (max-width: 989px) {
  #seamless .content {
    padding: 60px 0 !important;
  }
}
#seamless h2 {
  font-size: 55px !important;
  font-weight: 400 !important;
  line-height: 60px !important;
}
@media only screen and (max-width: 767px) {
  #seamless h2 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}
#seamless .avia_textblock {
  padding: 10px 0 15px !important;
}
#seamless .avia_textblock p {
  font-size: 16px !important;
  color: var(--grayText) !important;
}
#seamless .seamless-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
#seamless .seamless-grid > div .avia-image-container-inner, #seamless .seamless-grid > div .avia-image-overlay-wrap {
  display: block;
  width: 100%;
}
#seamless .seamless-grid > div .avia-image-container-inner {
  padding: 15px;
}
#seamless .seamless-grid > div:nth-of-type(1) {
  width: 28%;
}
#seamless .seamless-grid > div:nth-of-type(2) {
  width: 44%;
}
#seamless .seamless-grid > div:nth-of-type(3) {
  width: 28%;
}
#seamless .seamless-grid > div img {
  border-radius: 30px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #seamless .seamless-grid > div img {
    border-radius: 15px;
  }
}
#quick-ship .content {
  padding: 80px 0 100px !important;
}
#quick-ship .quick-ship-image .avia-image-container, #quick-ship .quick-ship-image .avia-image-container-inner {
  width: 100%;
  display: inline-block;
}
#quick-ship .quick-ship-image .avia-image-container img, #quick-ship .quick-ship-image .avia-image-container-inner img {
  aspect-ratio: 2.8516129032;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #quick-ship .quick-ship-image .avia-image-container img, #quick-ship .quick-ship-image .avia-image-container-inner img {
    aspect-ratio: 1.851613;
  }
}
#quick-ship .quick-ship-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#quick-ship .quick-ship-content:before, #quick-ship .quick-ship-content:after {
  display: none !important;
}
#quick-ship .quick-ship-content .av-special-heading {
  width: 350px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 989px) {
  #quick-ship .quick-ship-content .av-special-heading {
    width: 100%;
  }
}
#quick-ship .quick-ship-content h2 {
  font-size: 65px !important;
  line-height: 70px !important;
}
@media only screen and (max-width: 989px) {
  #quick-ship .quick-ship-content h2 {
    font-size: 52px !important;
    line-height: 60px !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #quick-ship .quick-ship-content h2 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}
#quick-ship .quick-ship-content .av_textblock_section {
  width: calc(100% - 350px);
  display: block;
  padding-left: 30px;
}
@media only screen and (max-width: 989px) {
  #quick-ship .quick-ship-content .av_textblock_section {
    width: 100%;
    padding-left: 0;
  }
}
#quick-ship .quick-ship-content .av_textblock_section .avia_textblock {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  #quick-ship .quick-ship-content .av_textblock_section .avia_textblock {
    gap: 0;
    flex-wrap: wrap;
  }
}
#quick-ship .quick-ship-content .av_textblock_section .avia_textblock p {
  color: #a8a8a8 !important;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0 !important;
}
#quick-ship .quick-ship-content .avia-button-wrap {
  display: block;
  width: 100%;
  text-align: left;
  padding-top: 20px;
}
#quick-ship .quick-ship-content .avia-button-wrap a.avia-button {
  background: none !important;
  background-color: transparent !important;
  border-bottom: 1px solid var(--white) !important;
}
#quick-ship .quick-ship-content .avia-button-wrap a.avia-button span {
  color: var(--white) !important;
}
#quick-ship .quick-ship-content .avia-button-wrap a.avia-button span svg path {
  fill: var(--white) !important;
}
#quick-ship .quick-ship-content .quick-ship-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 64px;
  position: relative;
  padding-top: 0;
}
#quick-ship .quick-ship-content .quick-ship-button a.avia-button {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
#quick-ship .quick-ship-content .quick-ship-button a.avia-button .avia_iconbox_title {
  position: absolute;
  left: -200vw;
  visibility: hidden;
  height: 0;
}
#quick-ship .quick-ship-content .quick-ship-button a.avia-button .avia_button_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  border: 2px solid var(--white);
}
#quick-ship .quick-ship-content .quick-ship-button:after {
  content: "";
  width: calc(100% - 64px);
  height: 0.25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: #a8a8a8 !important;
}
#page-footer {
  border-top: 0.5px solid #A8A8A8 !important;
}
#page-footer .container {
  max-width: var(--containerWidth) !important;
}
#page-footer .content {
  padding-top: 80px !important;
  padding-bottom: 40px !important;
}
#page-footer .entry-content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 989px) {
  #page-footer .entry-content-wrapper {
    flex-wrap: wrap;
  }
}
#page-footer .footer-logo {
  width: 40%;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: center;
}
@media only screen and (max-width: 989px) {
  #page-footer .footer-logo {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #page-footer .footer-logo {
    justify-content: center;
  }
}
#page-footer .footer-logo .avia-image-container {
  display: block;
  width: 100%;
  padding-right: 30px;
}
#page-footer .footer-logo .avia-image-container .avia-image-container-inner, #page-footer .footer-logo .avia-image-container .avia-image-overlay-wrap {
  display: block;
  width: 100%;
}
#page-footer .footer-logo img {
  width: 100%;
  padding-right: 30px;
  max-width: 395px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #page-footer .footer-logo img {
    max-width: 280px;
    padding-right: 0;
  }
}
#page-footer .footer-resources {
  width: 20%;
  margin-top: 0 !important;
}
@media only screen and (max-width: 989px) {
  #page-footer .footer-resources {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 767px) {
  #page-footer .footer-resources {
    width: 100%;
  }
}
#page-footer .footer-customers {
  width: 20%;
  margin-top: 0 !important;
}
@media only screen and (max-width: 989px) {
  #page-footer .footer-customers {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 767px) {
  #page-footer .footer-customers {
    width: 100%;
  }
}
#page-footer .footer-contact {
  width: 20%;
  margin-top: 0 !important;
}
@media only screen and (max-width: 989px) {
  #page-footer .footer-contact {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 767px) {
  #page-footer .footer-contact {
    width: 100%;
  }
}
#page-footer h2 {
  font-family: var(--funnel) !important;
  color: var(--green) !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  line-height: 1.8em !important;
}
#page-footer ul.footer-menu {
  list-style: none !important;
  margin-left: 0 !important;
}
#page-footer li {
  list-style-type: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
#page-footer li:before, #page-footer li:marker {
  display: none !important;
}
#page-footer li a {
  color: #a8a8a8 !important;
  transition: 0.3s ease all !important;
  font-size: 16px !important;
  line-height: 30px !important;
}
#page-footer li a:hover {
  color: var(--white) !important;
}
#page-footer h3, #page-footer p, #page-footer a {
  font-size: 16px !important;
  line-height: 30px !important;
  color: #a8a8a8 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
#page-footer a:hover {
  color: var(--white) !important;
}
#page-socket .container {
  max-width: var(--containerWidth) !important;
}
#page-socket .content {
  border-top: 0.5px solid #A8A8A8 !important;
}
#page-socket .footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
}
#page-socket .footer-legal > section, #page-socket .footer-legal > div {
  margin-top: 0 !important;
  width: 50%;
  display: flex;
  justify-content: center;
}
#page-socket .footer-legal > section {
  justify-content: flex-start;
}
#page-socket .footer-legal > section p {
  font-family: var(--funnel) !important;
  font-size: 16px;
  line-height: 20px;
  color: #a8a8a8 !important;
}
#page-socket .footer-legal > div {
  justify-content: flex-end;
}
#page-socket .footer-legal li article {
  position: absolute;
  left: -200vw;
  opacity: 0;
  height: 0;
}
#page-socket .avia-icon-list {
  display: flex;
  gap: 7px;
  align-items: center;
}
#page-socket .avia-icon-list li a {
  background: var(--white) !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 100px;
  color: var(--blackAlt) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-socket .avia-icon-list li a .av-icon-char {
  color: var(--blackAlt) !important;
  font-size: 20px;
  line-height: 1em;
}
