/*
Theme Name: Finish Doctor
Author: Whetham Solutions
Author URI: https://whethamsolutions.com
Description: Wordpress theme for Finish Doctor. Use of this theme outside of finishdoctor.com is strictly prohibited.
*/

.icon-email {
  background-image: url(i/icons/icon-email.svg);
  width: 26px;
  height: 19px;
}
.icon-map {
  background-image: url(i/icons/icon-map.svg);
  width: 19px;
  height: 24px;
}
.icon-phone {
  background-image: url(i/icons/icon-phone.svg);
  width: 21px;
  height: 21px;
}
.icon-angle-right {
  background-image: url(i/icons/icon-angle-right.svg);
  width: 21px;
  height: 21px;
}
.icon-arrow-left {
  background-image: url(i/icons/icon-arrow-left.svg);
  width: 44px;
  height: 29px;
}
.icon-arrow-right {
  background-image: url(i/icons/icon-arrow-right.svg);
  width: 44px;
  height: 29px;
}
.icon-quote-left {
  background-image: url(i/icons/icon-quote-left.svg);
  width: 126px;
  height: 124px;
}
.icon-quote-right {
  background-image: url(i/icons/icon-quote-right.svg);
  width: 115px;
  height: 113px;
}
.icon-process-1 {
  background-image: url(i/icons/icon-process-1.svg);
}
.icon-process-2 {
  background-image: url(i/icons/icon-process-2.svg);
}
.icon-process-3 {
  background-image: url(i/icons/icon-process-3.svg);
}
.icon-process-4 {
  background-image: url(i/icons/icon-process-4.svg);
}
.icon-process-5 {
  background-image: url(i/icons/icon-process-5.svg);
}
.icon-brand {
  background-image: url(i/logo.svg);
  width: 242px;
  height: 77px;
}
.icon-top {
  background-image: url(i/icons/icon-angle-up-gold.svg);
  width: 30px;
  height: 25px;
}

body {
  font-family: var(--font);
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--text);
  background-color: var(--dark);
}

.header {
  background-color: var(--dark);
  padding: 38px 0;
  z-index: 9999;
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header p,
.header p a {
  line-height: 1;
}

.header.scrolled {
  padding: 15px 0;
}

.header .open-menu {
  padding: 10px 0;
}

.header .icon-brand {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header.scrolled .icon-brand {
  width: 182px;
  height: 58px;
}

.header section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header .open-menu i {
  width: 36px;
  height: 2px;
  display: block;
  background-color: var(--gold);
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: 0;
}

.header .open-menu i.mid {
  margin: 6px 0;
  left: 0;
}

.header .open-menu i.top,
.header .open-menu i.btm {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header .open-menu i.top,
.header .open-menu i.btm {
  -webkit-transform-origin: center;
  transform-origin: center;
}

.header .open-menu:hover i {
  background-color: var(--light);
}

.header .open-menu.active i.mid {
  left: 15px;
  opacity: 0;
  width: 21px;
}

.header .open-menu.active i.top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
}

.header .open-menu.active i.btm {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px;
}

.pg-content p {
  margin: 0 0 45px;
}
.pg-content p:last-child {
  margin: 0;
}

.pg-content p strong,
.pg-text-white p,
.pg-text-white li {
  color: #fff;
}

.pg-content h1,
.pg-content h2 {
  color: #fff;
  font-size: 9.1rem;
  line-height: 0.9;
  letter-spacing: -1px;
}

.pg-content h2 {
  font-size: 6.1rem;
  line-height: 1.125;
}

.navigation h2,
.pg-content h2 em,
main#content h2 em {
  display: block;
  color: var(--gold);
  text-transform: uppercase;
  font-family: var(--wide);
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 3px;
}

main#content h2 em {
  margin: 10px 0 0;
}

.footer {
  padding: 90px 0;
  color: #fff;
}
.footer p,
.footer ul {
  font-size: 1.9rem;
  letter-spacing: 1px;
}
.footer ul li a:hover,
.footer ul li a:focus,
.footer p a {
  color: var(--gold);
}
.footer ul li a {
  color: #fff;
}
.footer p a {
  text-decoration: underline;
}
.footer p a:hover,
.footer p a:focus {
  color: var(--light);
}
.footer ul li a i {
  margin: 0 12px 0 0;
}
.footer ul.landing-pages {
  margin: 0 0 20px;
}
.footer ul.landing-pages:last-of-type {
  margin: 0 0 55px !important;
}
.footer ul li:nth-child(2) {
  margin: 0 60px;
}
.footer ul,
.footer ul li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.push-from-header {
  margin: 125px 0 0;
}

.hero {
  margin: 165px 0 0;
  position: relative;
}

.process {
  position: relative;
}

.process .container,
.hero .container {
  position: relative;
  z-index: 10;
}

.back-image,
.front-image {
  position: absolute;
  top: 15px;
  margin: auto;
  right: 0;
  max-width: 41.88%;
  width: 41.88%;
  bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.front-image {
  -webkit-box-shadow: 0 0 38px rgba(0, 0, 0, 0.46);
  box-shadow: 0 0 38px rgba(0, 0, 0, 0.46);
  bottom: auto;
  height: 490px;
}

.hero .front-image {
  top: 300px;
  right: 200px;
}

.hero .back-image {
  background-image: url(i/hero1.webp);
}
.hero .front-image {
  background-image: url(i/hero2.webp);
}

.process .back-image {
  background-image: url(i/process1.jpg.webp);
}
.process .front-image {
  background-image: url(i/process2.jpg.webp);
}

.process .back-image.interior {
  background-image: url(i/doors1.jpg.webp);
}
.process .front-image.interior {
  background-image: url(i/doors2.jpg.webp);
}

.process .back-image.crown {
  background-image: url(i/crown1.jpg.webp);
}
.process .front-image.crown {
  background-image: url(i/crown2.jpg.webp);
}

.process .back-image.baseboard {
  background-image: url(i/baseboard1.jpg.webp);
}
.process .front-image.baseboard {
  background-image: url(i/baseboard2.jpg.webp);
}

.process .back-image {
  max-width: 57.86%;
  width: 57.86%;
  bottom: 0;
}

.process .back-image,
.process .front-image {
  right: auto;
  left: 0;
  top: 0;
}

.process .front-image {
  top: auto;
  bottom: 140px;
  left: 21%;
}

.hero h1 {
  margin: 0 0 230px;
  font-size: 8.9rem;
  letter-spacing: -3px;
}

.hero p {
  max-width: 480px;
}

.process ol {
  list-style: none;
  margin: 0 0 0 85px;
}

.process ol li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 45px;
}

.process ol li:last-child {
  margin: 0;
}

.process ol li i {
  width: 64px;
  height: 64px;
  -webkit-background-size: unset;
  background-size: unset;
  margin: 0 35px 0 0;
}

.process h2 {
  margin: 0 0 85px;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9998;
  background-color: var(--dark);
  padding: 225px 0 0;
  -webkit-transition: opacity 0.3s;
  -webkit-transform-origin: top center;
  -webkit-transform: scale(0);
  transition: opacity 0.3s;
  transform-origin: top center;
  transform: scale(0);
  opacity: 0;
}

.navigation.load {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.navigation.active {
  opacity: 1;
}

.navigation .container {
  position: relative;
  z-index: 2;
}

.navigation:after {
  background-image: url(i/logo-dark.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  content: "";
  width: 582px;
  height: 613px;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  bottom: -75px;
  right: -75px;
  opacity: 0.325;
}

.navigation h2 {
  font-size: 2.4rem;
  margin: 0 0 15px;
}

.navigation ul li a {
  font-weight: 300;
  font-size: 3rem;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 0 0 48px;
  line-height: 1.25;
}

.navigation ul.menu li a {
  padding: 0 0 0 37px;
}

.navigation ul.menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation ul.menu li {
  -webkit-flex: 0 0 49%;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
}

.navigation ul li a:hover,
.navigation ul li a:focus {
  color: var(--gold);
}

.navigation ul li a i {
  position: absolute;
  top: 12px;
  left: 0;
}

.navigation ul li a i.icon-map {
  width: 27px;
  height: 31px;
}

.navigation ul li a i.icon-email {
  width: 32px;
  height: 24px;
  left: -2px;
  top: 14px;
}

.navigation ul li a i.icon-phone,
.navigation ul li a i.icon-angle-right {
  width: 16px;
  height: 16px;
}

.navigation ul li {
  margin: 0 0 27px;
}

.testimonials h2 {
  margin: 0;
}

.testimonials blockquote {
  padding: 60px 150px 0;
  position: relative;
}

.testimonials blockquote p,
.testimonials blockquote cite {
  position: relative;
  z-index: 10;
}

.testimonials blockquote cite {
  color: #898989;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
}

.testimonials blockquote:after,
.testimonials blockquote:before {
  position: absolute;
  z-index: 1;
  content: "";
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
}

.testimonials blockquote:before {
  background-image: url(i/icons/icon-quote-left.svg);
  width: 124px;
  height: 124px;
  top: 30px;
  left: 100px;
}

.testimonials blockquote:after {
  background-image: url(i/icons/icon-quote-right.svg);
  width: 112px;
  height: 112px;
  right: 100px;
  bottom: 80px;
}

.testimonials .slick-arrow {
  border: none;
  outline: 0;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  top: -50px;
  bottom: 0;
  width: 45px;
  height: 45px;
  z-index: 200;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-indent: -9999px;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.testimonials .slick-prev {
  left: 0;
  background-image: url(i/icons/icon-arrow-left.svg);
}

.testimonials .slick-next {
  right: 0;
  background-image: url(i/icons/icon-arrow-right.svg);
}

.products #products-nav #products-prev:hover,
.products #products-nav #products-next:hover,
.products #products section ul li #products-prev:focus,
.products #products section ul li #products-next:focus,
.testimonials .slick-arrow:hover,
.testimonials .slick-arrow:focus {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.75;
}

#request-quote section {
  padding: 0 80px 0 0;
}

.products h2 {
  margin: 0 0 150px;
}

.products #products-nav #products-prev,
.products #products-nav #products-next {
  position: relative;
  top: -3px;
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.products #products .icon-arrow-left,
.products #products .icon-arrow-right {
  width: 19px;
  height: 13px;
}

.products #products-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 115px;
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 200;
}

.products #products-nav #products-pager {
  font-size: 1.3rem;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: -1px;
  left: 2px;
}

.products #products section h3 {
  font-family: var(--font);
  color: #fff;
  font-size: 2.9rem;
  margin: 0 0 12px;
}

.products #products section p {
  font-size: 1.7rem;
  margin: 0 0 30px;
}

.products {
  position: relative;
}

.products #products section p:last-child {
  margin: 70px 0 0;
}

.products .container {
  z-index: 2;
  position: relative;
}

.products #product-images {
  width: 51%;
  z-index: 11;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.products #product-images ul li section {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products #product-images ul li section .product-main {
  max-width: 64%;
  -webkit-flex: 0 0 64%;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
}

.products #product-images ul li section .product-featured {
  max-width: 30%;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.products #product-images ul li section .product-main,
.products #product-images ul li section .product-featured {
  display: inline-block;
  height: 395px;
  overflow: hidden;
  position: relative;
  margin-left: 2%;
}

.products #product-images ul li section .product-main img {
  max-width: 125%;
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}

.products #product-images ul li section .product-main,
.products #product-images ul li section .product-main + .product-featured {
  margin-bottom: 25px;
}

.products #product-images ul li section .product-featured a {
  background-color: #262626;
  height: 100%;
  display: block;
  position: relative;
}

.products #product-images ul li section .product-featured a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 75%;
}

.products #product-images ul li section .product-featured a span {
  color: var(--gold);
  font-size: 1.475rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  writing-mode: vertical-rl;
  position: absolute;
  top: 20px;
  left: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products #product-images ul li section .product-featured a:hover,
.products #product-images ul li section .product-featured a:focus {
  background-color: var(--gold);
}

.products #product-images ul li section .product-featured a:hover span,
.products #product-images ul li section .product-featured a:focus span {
  color: var(--dark);
}

.products #product-images ul li section .product-main,
.products #product-images ul li section .product-featured {
  position: relative;
  top: 125px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.products #product-images ul li.slick-current section .product-main,
.products #product-images ul li.slick-current section .product-featured {
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.products #product-images ul li.slick-current section .product-main {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.products
  #product-images
  ul
  li.slick-current
  section
  .product-featured:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.products
  #product-images
  ul
  li.slick-current
  section
  .product-featured:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.products
  #product-images
  ul
  li.slick-current
  section
  .product-featured:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.products
  #product-images
  ul
  li.slick-current
  section
  .product-featured:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.wpcf7 fieldset {
  margin: 0;
  padding: 0;
  border: none;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.wpcf7 fieldset .form-group {
  max-width: 48.5%;
  -webkit-flex: 0 0 48.5%;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
  margin: 0 0 20px;
}

.wpcf7 fieldset .form-group.full {
  max-width: 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.wpcf7 fieldset .form-group .form-control {
  border: none;
  border-left: 5px solid #333;
  background-color: #333;
  color: #fff;
  display: block;
  width: 100%;
  outline: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 2rem;
  padding: 16px 25px 16px 20px;
  color: #fff;
  line-height: 1;
  resize: none;
}

.wpcf7 fieldset .form-group textarea.form-control {
  height: 115px;
}

.wpcf7 fieldset .form-group select.form-control {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 fieldset .form-group .product {
  position: relative;
}

.wpcf7 fieldset .form-group .product:after {
  background-image: url(i/icons/icon-angle-down.svg);
  background-repeat: no-repeat;
  content: "";
  width: 20px;
  height: 13px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  right: 21px;
}

.wpcf7 fieldset .form-group .form-control:hover,
.wpcf7 fieldset .form-group .form-control:focus {
  border-left: 5px solid var(--gold);
}

.wpcf7 ::placeholder {
  color: #fff;
  opacity: 1;
}
.wpcf7 :-ms-input-placeholder {
  color: #fff;
}
.wpcf7 ::-ms-input-placeholder {
  color: #fff;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: #e84118;
}

.wpcf7 form .wpcf7-response-output {
  padding: 25px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  margin: 30px 0 0;
}

main .pg-content {
  padding: 60px 0;
}

.pg-basic h1 {
  margin: 0 0 30px;
}

.pg-basic h3,
.pg-basic h4 {
  font-family: var(--wide);
  text-transform: uppercase;
  font-size: 3rem;
  margin: 70px 0 20px;
}

.pg-content a:not(.button) {
  color: var(--gold);
  text-decoration: underline;
}

.pg-content a:not(.button):hover,
.pg-content a:not(.button):focus {
  color: #ccc;
}

.pg-basic ol,
.pg-basic ul {
  list-style: initial;
  margin: 0 0 0 25px;
}

.pg-title {
  height: 750px;
}

.hero.pg-title .front-image {
  margin: auto;
  bottom: 0;
  top: 350px;
}

.hero.pg-title h1 {
  margin: 0 0 32px;
}

.hero.pg-title .container,
.hero.pg-title .row,
.hero.pg-title .col-lg-7 {
  height: 100%;
}

.hero.pg-title section {
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -70px;
}

.images-left .back-image {
  left: 0;
  right: auto;
}

.images-left .front-image {
  left: 100px;
  right: auto;
}

.pg-title .images-left + .container section {
  padding-left: 150px;
}

.logo-list ul {
  margin: 0 0 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.logo-list.last ul {
  margin: 0;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.logo-list.last ul li:nth-child(2),
.logo-list.last ul li:nth-child(3) {
  height: 96px;
}

.logo-list.last ul li:nth-child(3) {
  margin: 104px 0 0 -20.25%;
}

.logo-list ul li {
  -webkit-flex: 0 0 19%;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%;
  height: 200px;
}

.logo-list ul li h3 {
  background: #333;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-size: 3.25rem;
  position: relative;
}

.logo-list ul li h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  margin: auto;
  border: 1px solid var(--gold);
}

.logo-list ul li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #222;
}

.logo-list ul li a img,
.logo-list ul li a picture {
  max-width: 80%;
  max-height: 100px;
  height: auto;
  width: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}

.logo-list ul li a:hover img,
.logo-list ul li a:focus img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}

.logo-list ul li a:hover,
.logo-list ul li a:focus {
  background-color: #fff;
}

.page-id-28 .elementor-widget:not(:last-child) {
  margin: 0 !important;
}

body:not(.home) #content h2 {
  margin: 0 0 20px;
}

.page-id-28 #content .gmap iframe {
  height: 345px;
}

.page-id-28 .pg-title ul {
  margin: 50px 0 0;
  max-width: 480px;
}

.page-id-28 .pg-title ul li {
  position: relative;
  padding: 0 0 0 40px;
  margin-top: 10px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 25px;
}

.pg-title p a:not(.button),
.pg-title ul li a:not(.button) {
  color: var(--gold);
  text-decoration: underline;
}

.pg-title p a:not(.button):hover,
.pg-title p a:not(.button):focus,
.pg-title ul li a:not(.button):hover,
.pg-title ul li a:not(.button):focus {
  color: #ccc;
}

.page-id-28 .pg-title ul li:nth-child(1) {
  background-image: url(i/icons/icon-phone.svg);
}
.page-id-28 .pg-title ul li:nth-child(2) {
  background-image: url(i/icons/icon-email.svg);
}

.wpcf7 fieldset .form-group.file label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  margin: 0 0 5px;
  display: block;
}

.jobs ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.125);
  padding: 15px;
  margin-left: -15px;
  font-size: 1.7rem;
  line-height: 1.25;
  color: #eee;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  cursor: pointer;
}

.jobs ul li:last-child {
  border: none;
}

.jobs ul li strong {
  display: block;
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.jobs ul li:hover {
  background-color: var(--gold);
  color: #000;
}

.jobs ul li:hover strong {
  color: #000;
}

#faq .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 1px solid #222;
}

#faq .elementor-accordion .elementor-tab-title {
  font-weight: 400;
  border: none;
  color: #fff;
  font-size: 3.25rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

#faq .elementor-accordion .elementor-tab-content {
  border: none;
  padding-top: 0;
  padding-bottom: 35px;
}

.hero p {
  margin: 0 0 40px;
}

.hero p:last-child,
.hero p:last-of-type {
  margin: 0;
}

h1 {
  color: #fff;
}

.product-manufacturers ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-manufacturers ul li {
  margin: 0 30px;
}

.product-manufacturers ul li a {
  display: inline-block;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}

.product-manufacturers ul li a:hover,
.product-manufacturers ul li a:focus {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
}

.product-manufacturers ul li a img {
  max-width: 200px;
  max-height: 100px;
}

body:not(.home) #content .product-content h2 {
  margin: 0;
  color: #fff;
}

.product-content .gallery {
  margin: -15px 0 80px !important;
}

.product-content .gallery .gallery-caption {
  font-size: 15px;
  color: #fff;
  transition: all 0.3s;
}

.product-content .gallery .gallery-icon a {
  display: block;
}

.product-content .gallery .gallery-icon a img {
  border: 4px solid #555 !important;
  background-color: #fff;
  transition: all 0.3s;
}

.product-content .gallery .gallery-icon a:hover img,
.product-content .gallery .gallery-icon a:focus img {
  border: 4px solid var(--gold) !important;
}

.product-content .gallery .gallery-icon:hover + .gallery-caption {
  color: var(--gold) !important;
}

.product-content .gallery .gallery-item {
  margin: 10px 0 15px !important;
}

.service-menu ul {
  background: #202020;
}

.service-menu ul li a {
  display: block;
  line-height: 1.25;
  font-size: 2rem;
  color: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #333;
}

.service-menu ul li:last-child a {
  border-bottom: 0;
}

.service-menu ul li a:hover,
.service-menu ul li a:focus {
  background: var(--gold);
  color: #333;
}

.service-menu h3 {
  margin: 0 0 10px;
}

.follower {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 140px;
}

.service-menu .button {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  margin: 20px 0 0;
}

.product-manufacturers.lg ul li a img {
  max-height: 52px;
}

.gallery-topnav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-topnav li {
  width: 24.224%;
  max-width: 24.224;
  flex: 0 0 24.224;
  margin: 5px;
}

.gallery-topnav li a {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.gallery-headers h2 {
  padding: 60px 0 20px;
}

.top-btn {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 1.8rem;
  border: 1px solid var(--primary);
}

.icon-top {
  display: block;
}

.elementor-slideshow__title,
span.wpcf7-form-control-wrap.product:after {
  display: none;
}

#faq .elementor-accordion .elementor-tab-content p {
  line-height: 1.5;
}

.icon-mobile-phone {
  background-image: url(i/icons/icon-mobile-phone.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
}

.grecaptcha-badge {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

.captcha-note {
  flex: 0 0 100%;
}

.form-actions {
  display: block !important;
}

.form-actions p {
  text-align: right;
  margin: clamp(20px, 1.5625vw, 30px) 0 0 !important;
}

.form-actions .wpcf7-spinner {display: none;}

.form-actions .captcha-note p {
  text-align: left;
  margin: 0 !important;
  font-size: clamp(13.333333333333334px, 1.0416666666666667vw, 20px);
  line-height: 1.5;
}
.form-actions .captcha-note p a {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 400;
}
.form-actions .captcha-note p a:hover,
.form-actions .captcha-note p a:focus {
  color: #fff;
}

.form-group br {
  display: none !important;
}

.process-lp h2 {
  font-size: clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
}

.product-manufacturers.pm-lp ul li a img {
  object-fit: contain;
}

.product-manufacturers.pm-lp {
  margin-top: clamp(30px, 2.34375vw, 45px);
}

.selection-lp ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: clamp(20px, 1.5625vw, 30px);
    align-items: center;
    justify-content: center;
    margin: clamp(30px, 2.34375vw, 45px) 0 clamp(60px, 4.6875vw, 90px);
}

.selection-lp ul li {
    width: calc(25% - 25px);

    font-family: var(--heading);
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.9px;
}

.selection-lp ul li a {
    display: block;
    font-family: var(--heading);
    font-size: clamp(20px, 1.5625vw, 30px);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.9px;
    text-decoration: none !important;
}

.selection-lp ul li a img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    margin: 0 auto 20px !important;
    border: 4px solid #4D4D4D;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.selection-lp ul li a:hover img,
.selection-lp ul li a:focus img {
  opacity: 0.75;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.pg-section {
  padding: clamp(60px, 8.333333333333334vw, 160px) 0 !important;
}

.pg-section.pt-0 { padding-top: 0 !important; }
.pg-section.pb-0 { padding-bottom: 0 !important; }

.pg-section.pt-md { padding-top: calc(160px / 2) !important; }
.pg-section.pb-md { padding-bottom: calc(160px / 2) !important; }

.landing-pages li {
    display: flex;
    align-items: center;
}

.landing-pages li span {
    margin: 0 10px;
    color: #939393;
}

.landing-pages li i {
    margin-right: 10px;
}

.icon-lp {
    background-image: url(i/icons/icon-lp.svg);
    width: 24px;
    height: 24px;
}

.footer ul.lp-margin {
    margin: 0 0 20px;
}

.content-text h2 {
    color: #FFF;
    font-size: clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
    font-weight: 300;
    letter-spacing: clamp(-1.5px, -0.078125vw, -1px);
}

.content-text p {
    color: #D4D4D4;
    font-size: clamp(16.666666666666668px, 1.3020833333333333vw, 25px);
    font-weight: 300;
    margin: 0 0 clamp(20px, 1.5625vw, 30px);
}

.content-text p:last-of-type {
    margin: 0;
}

.content-text.ct-left { padding: 0 clamp(46.666666666666664px, 3.6458333333333335vw, 70px) 0 0; }
.content-text.ct-right { padding: 0 0 0 clamp(46.666666666666664px, 3.6458333333333335vw, 70px); }

.elementor-widget-button a {
    font-weight: 400 !important;
    padding: clamp(11.333333333333334px, 0.8854166666666666vw, 17px) clamp(18.666666666666668px, 1.4583333333333333vw, 28px) !important;
    display: inline-block !important;
    font-family: var(--font) !important;
    line-height: 1 !important;
    background-color: var(--primary) !important;
    color: var(--dark) !important;
    border: 1px solid var(--primary) !important;
    text-transform: uppercase !important;
    -webkit-text-shadow: none !important;
    text-shadow: none !important;
    font-size: clamp(16px, 1.0416666666666667vw, 20px) !important;
    cursor: pointer !important;
    outline: 0 !important;
    letter-spacing: 1.5px !important;
    position: relative !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 20px !important;
}

.elementor-widget-button a:hover,
.elementor-widget-button a:focus {
    background-color: #fff !important;
    color: var(--dark) !important;
    border-color: #fff !important;
}

.hero.lp h1 {
  margin: 0 0 clamp(33.333333333333336px, 2.6041666666666665vw, 50px);
}

.products .lp h2 {
  margin: 0 0 30px;
  font-size: clamp(35px, 2.8645833333333335vw, 55px);
}

.products #products.lp section h3 {
  font-size: clamp(20px, 1.3020833333333333vw, 25px);
}

#btn-spacing {
  margin-top: clamp(33.333333333333336px, 2.6041666666666665vw, 50px) !important;
}

.process.process-lp.lp h2,
.product-manufacturers.pm-lp.lp h2 {
  text-align: center;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto clamp(33.333333333333336px, 2.6041666666666665vw, 50px) !important;
  font-size: clamp(35px, 2.6041666666666665vw, 50px) !important;
}

.process.process-lp.lp ol {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: clamp(30px, 3.125vw, 60px);
  justify-content: center;
}

.process.process-lp.lp ol li {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.process.process-lp.lp ol li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(100px, 7.8125vw, 150px);
  height: clamp(100px, 7.8125vw, 150px);
  -webkit-background-size: 65%;
  background-size: 65%;
  margin: 0;
  background-color: #333;
}

@media (max-width: 1367px) {
  .products #products-nav {
    position: relative;
    top: 0;
    margin: 30px 0 40px;
  }
}

@media (max-width: 1199px) {
  .selection-lp ul li {
      width: calc(33% - 25px);
  }
}

@media (max-width: 991px) {
  .selection-lp ul li {
      width: calc(50% - 25px);
  }
  .products .lp h2 {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .selection-lp ul li {
      width: 100%;
  }
  .pg-section.lp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .products.mt-lg {
    margin-top: 30px !important;
  }
  .product-manufacturers.pm-lp.lp {
    padding-bottom: 0 !important;
  }
  .footer ul.landing-pages {
    margin: 0 0 20px;
  }
  .footer ul.landing-pages:not(:last-of-type) {
    padding: 0 0 8px;
    margin: 0 0 8px;
    position: relative;
  }
  .footer ul.landing-pages:not(:last-of-type):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 200px;
    max-width: 100%;
    height: 1px;
    background-color: #333333;
    margin: 0 auto;
  }
  .footer ul.landing-pages li a {
    display: flex;
    max-width: 250px;
  }
}
