/* dC Luxe Header */
.navigation {
  width: 90.47%;
  text-align: left;
}

.dcluxe_header_logo {
  width: 15%;
  /*max-width: 144px;*/
  max-width: 190px;
  font-size: 0;
  margin: 40px auto 0;
  position: relative;
  display: none;
}

.dcluxe_header_logo::after {
  width: 564px;
  height: 490px;
  content: "";
  position: absolute;
  z-index: -1;
  top: -135px;
  left: -208px;
  background-image: url(../../images/dc-luxe/dcluxe-logo-shadow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
}

.dcluxe_header_logo img {
  max-width: 100%;
  height: auto;
}

.ease {
  transition: all 0.4s ease-in-out;
}

.canvas-img {
  position: relative;
}

.canvas-img canvas {
  display: block;
  width: 100%;
}

.canvas-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ip-banner {
  display: none !important;
}

#content-sidebar, #content-full {
  margin-top: 0;
}

#inner-page-wrapper {
  margin-bottom: 0;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0 !important;
}

#breadcrumbs {
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

#breadcrumbs a {
  color: inherit;
  transition: all 0.4s ease-in-out;
}

#breadcrumbs a:hover {
  color: #fff;
}

#breadcrumbs .breadcrumb_last {
  color: #fff;
  font-weight: 700;
}

.ip-dcluxe2-banner-wrap {
  position: relative;
  background-color: var(--primary-color);
  font-size: 0;
}
.ip-dcluxe2-banner-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
}
.ip-dcluxe2-banner-wrap canvas {
  display: block;
  width: 100%;
  min-height: 250px;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-dcluxe2-banner-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 15px;
  z-index: 5;
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.65);
}
.ip-dcluxe2-banner-title .custom_site_title h2 {
  margin-top: 0 !important;
}

.ip-dcluxe2-about-wrap {
  position: relative;
  background-color: var(--primary-color);
  font-size: 0;
}

.ip-dcluxe2-about-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.ip-dcluxe2-about-container {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}

.ip-dcluxe2-about-left {
  width: 59.19%;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-left: 14.063vw;
  padding-right: 5vw;
}
.ip-dcluxe2-about-left p#breadcrumbs {
  margin: 0;
}

#content .ip-dcluxe2-about-text {
  margin-top: 60px;
}
#content .ip-dcluxe2-about-text p {
  font-size: 14px;
  color: #aeaeae;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 0 0 25px;
}
#content .ip-dcluxe2-about-text img {
  filter: brightness(0) invert(1);
  margin-top: 30px;
  margin-bottom: 24px;
}
#content .ip-dcluxe2-about-text strong {
  display: block;
  font-family: var(--Lora);
  font-size: 25px;
  font-weight: 400;
  color: #f5f5f5;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
#content .ip-dcluxe2-about-text span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.ip-dcluxe2-about-right {
  width: 40.81%;
  padding-top: 95px;
  padding-bottom: 100px;
}

.ip-dcluxe2-map-wrap {
  position: relative;
  padding: 120px 0 110px;
  font-size: 0;
}

.ip-dcluxe2-map-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
.ip-dcluxe2-map-bg canvas {
  filter: grayscale(1);
}

.ip-dcluxe2-map-container {
  position: relative;
  max-width: 1380px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}

#content .ip-dcluxe2-map-left {
  position: relative;
  width: 43.78%;
  padding-top: 75px;
  padding-left: 6.25vw;
  z-index: 2;
}
#content .ip-dcluxe2-map-left .custom_site_title h2 {
  margin-top: 0;
  line-height: 1.2;
}
#content .ip-dcluxe2-map-left .custom_site_title h2::before {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin-bottom: 30px;
  background: #000000;
}

.ip-dcluxe2-map-right {
  position: relative;
  width: 56.22%;
  z-index: 1;
}

.ip-dcluxe2-buy-wrap {
  position: relative;
  padding: 90px 0;
  background-color: var(--primary-color);
  font-size: 0;
}

.ip-dcluxe2-buy-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.ip-dcluxe2-buy-container {
  position: relative;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}

.ip-dcluxe2-buy-left {
  width: 48.7%;
}

#content .ip-dcluxe2-buy-right {
  width: 51.3%;
  padding-top: 28px;
  padding-left: 3.75vw;
  padding-right: 7.813vw;
}
#content .ip-dcluxe2-buy-right .custom_site_title {
  margin-bottom: 25px;
}
#content .ip-dcluxe2-buy-right p {
  font-size: 14px;
  color: #aeaeae;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 0 0 25px;
}
#content .ip-dcluxe2-buy-right p a {
  color: #ffffff;
  text-decoration: underline;
}

.ip-dcluxe2-sell-wrap {
  position: relative;
  padding: 115px 0;
  font-size: 0;
}

.ip-dcluxe2-sell-container {
  position: relative;
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}

.ip-dcluxe2-sell-left {
  width: 49.19%;
}

#content .ip-dcluxe2-sell-right {
  width: 50.81%;
  padding-top: 22px;
  padding-left: 3.125vw;
  padding-right: 5.625vw;
}
#content .ip-dcluxe2-sell-right .custom_site_title {
  margin-bottom: 35px;
}
#content .ip-dcluxe2-sell-right p {
  font-size: 14px;
  color: #3f3f3f;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 0 0 25px;
}

.ip-dcluxe2-form-wrap {
  position: relative;
  background-color: var(--primary-color);
  font-size: 0;
}

.ip-dcluxe2-form-container {
  position: relative;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.ip-ad-git-form-wrap {
  width: 100%;
  padding: 82px 0 92px;
  text-align: center;
}

.ip-ad-git-form {
  width: 100%;
  max-width: 392px;
  margin: 0 auto;
}

.ip-ad-git-form > p {
  margin-top: 15px;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
}

.ip-ad-git-form form {
  position: relative;
}

.ip-ad-git-form form p {
  margin-bottom: 27px;
  color: #e1e1e1;
  font-size: 24px;
}

.ip-ad-git-form div.wpcf7 {
  margin-top: 40px;
}

.ip-ad-git-form span.wpcf7-list-item {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #e1e1e1;
  text-transform: uppercase;
  position: relative;
  margin-left: 0;
  margin: 0;
  cursor: pointer;
}

.ip-ad-git-form span.wpcf7-list-item input {
  display: none;
}

.ip-ad-git-form span.wpcf7-list-item input:checked + span.wpcf7-list-item-label:before {
  /*background: var(--primary-color);*/
}

.ip-ad-git-form span.wpcf7-list-item-label {
  cursor: pointer;
}

.ip-ad-git-form span.wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background: transparent;
  margin-right: 18px;
}

.ip-ad-git-form .looking-to span.wpcf7-list-item-label:after {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background: transparent;
}

.ip-ad-git-form .looking-to span.wpcf7-list-item input:checked + span.wpcf7-list-item-label:after {
  background: #ffffff;
}

#lookin-to {
  max-width: 247px;
  margin: 0 auto 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contact-preference {
  display: block;
  margin-bottom: 21px;
}

.ip-ad-git-form #contact-preference span.wpcf7-list-item-label:before {
  display: none;
}

.ip-ad-git-form #contact-preference span.wpcf7-list-item input:checked + span.wpcf7-list-item-label {
  color: #ffffff;
}

.ip-ad-git-form #contact-preference span.wpcf7-list-item {
  color: #727272;
  padding: 0 15px;
}

.ip-ad-git-form #contact-preference span.wpcf7-list-item.first {
  padding-left: 0;
}

.ip-ad-git-form #contact-preference span.wpcf7-list-item.last {
  padding-right: 0;
}

.ip-ad-git-form #contact-preference span.wpcf7-list-item:nth-child(2) {
  border: 1px solid #404040;
  border-top: none;
  border-bottom: none;
}

.ip-ad-git-field {
  position: relative;
  margin-bottom: 12px;
  vertical-align: top;
}

.ip-ad-git-field.ip-ad-git-field-half {
  display: inline-block;
  width: 50%;
}

.ip-ad-git-field.ip-ad-git-field-left {
  padding-right: 6px;
}

.ip-ad-git-field.ip-ad-git-field-right {
  padding-left: 6px;
}

.ip-ad-git-field.ip-ad-git-field-2 .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 6px);
}

.ip-ad-git-field.ip-ad-git-field-2 .wpcf7-form-control-wrap:first-child {
  margin-right: 6px;
}

.ip-ad-git-field.ip-ad-git-field-2 .wpcf7-form-control-wrap:last-child {
  margin-left: 6px;
}

.ip-ad-git-field input[type=text],
.ip-ad-git-field input[type=email],
.ip-ad-git-field input[type=tel],
.ip-ad-git-field textarea {
  width: 100%;
  height: 62px;
  background: transparent;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  outline: none;
  padding-left: 3px;
  padding-right: 3px;
}

.ip-ad-git-field textarea {
  height: 95px;
  resize: none;
  padding-top: 18px;
  padding-bottom: 18px;
}

.ip-ad-git-field .git-submit-holder {
  margin-top: 28px;
  text-align: center;
}

.ip-ad-git-field .git-submit {
  position: relative;
  width: 138px;
  height: 58px;
  margin: 0 auto;
  border: none;
  outline: none;
  font-size: 0;
}

.ip-ad-git-field input[type=submit] {
  width: 100%;
  height: 58px;
  border: none;
  background: var(--primary-color);
  outline: none;
  text-transform: uppercase;
  font-size: 0;
  display: block;
  padding: 10px 20px;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  outline: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  bottom: auto;
  right: auto;
  transition: all 0.3s ease;
}

.ip-ad-git-field input[type=submit]:hover {
  color: var(--primary-color);
  background-color: #ffffff;
}

.ip-ad-git-field .ajax-loader {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.ip-ad-git-form .wpcf7 form.invalid .wpcf7-response-output,
.ip-ad-git-form .wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  color: #fff !important;
  margin-top: 10px;
  font-size: 14px;
}

.ip-ad-git-form .wpcf7-form-control-wrap {
  display: block;
}

.ip-ad-git-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
  max-width: 90%;
  left: 0;
  top: 5px;
}

#footer_wrap {
  padding-top: 0 !important;
}

#footer_wrap::before,
#footer_wrap::after {
  display: none;
}

.footer_form_wrap {
  display: none;
}

@media only screen and (max-width: 1366px) {
  #content .ip-dcluxe2-map-left {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ip-dcluxe2-about-left {
    padding-left: 5.063vw;
  }
}
@media only screen and (max-width: 991px) {
  .dcluxe_header_logo {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .dcluxe_header_logo::before {
    display: none;
  }
  .ip-dcluxe2-about-container,
  .ip-dcluxe2-map-container,
  .ip-dcluxe2-buy-container,
  .ip-dcluxe2-sell-container {
    max-width: 630px;
  }
  .ip-dcluxe2-about-left,
  .ip-dcluxe2-about-right,
  .ip-dcluxe2-map-left,
  .ip-dcluxe2-map-right,
  .ip-dcluxe2-buy-left,
  .ip-dcluxe2-buy-right,
  .ip-dcluxe2-sell-left,
  .ip-dcluxe2-sell-right {
    width: 100% !important;
    padding: 0 !important;
  }
  .ip-dcluxe2-about-right,
  .ip-dcluxe2-map-right,
  .ip-dcluxe2-buy-right,
  .ip-dcluxe2-sell-right {
    margin: 40px 0 0 !important;
  }
  .ip-dcluxe2-about-wrap {
    padding: 50px 0;
  }
  .ip-dcluxe2-about-container {
    padding: 0 15px;
  }
  .ip-dcluxe2-map-wrap {
    padding: 50px 0;
  }
  #content .ip-dcluxe2-map-left .custom_site_title h2::before {
    margin-left: auto;
    margin-right: auto;
  }
  .ip-dcluxe2-buy-wrap {
    padding: 50px 0;
  }
  .ip-dcluxe2-sell-wrap {
    padding: 50px 0;
  }
}