@font-face {
  font-family: Sunday\&monday;
  src: url('../images/') format("woff"), url('../images/') format("truetype"), url('../fonts/DK-Sunday-Monday.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Sketchrockwell;
  src: url('../fonts/SketchRockwell-Bold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Rockwell;
  src: url('../fonts/Rockwell-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dk sunday monday;
  src: url('../fonts/DK-Sunday-Monday.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --burlywood: #dbbf81;
  --white: white;
  --darkk-brown: #30180f;
  --black: black;
  --dark-slate-blue: #124485;
  --maroon-2: #331004;
  --dk-brown: #331004;
  --maroon: #7a0a0a;
  --brown: #3d1f13;
  --light-gray: #999;
  --dark-slate-gray: #2e2e2e;
  --misty-rose: #f7d6d6;
}

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

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

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

h1 {
  color: var(--burlywood);
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  direction: ltr;
  color: #dbbf81;
  text-align: left;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 17px;
  list-style-type: none;
}

a {
  z-index: 2;
  color: #fff;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 17px;
  text-decoration: none;
  transition: all .15s;
  display: inline-block;
  position: relative;
}

a:hover {
  color: #999;
  border-bottom-width: 8px;
  transform: none;
}

a.w--current {
  transition: all .15s, all .15s;
}

a.w--current:hover {
  transform: none;
}

.button {
  color: #fff;
  text-align: left;
  background-color: #000;
  padding: 4px 15px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 125px;
}

.button.learn-more-button {
  display: block;
}

.top-nav-logo {
  background-color: #0000;
  background-image: none;
  margin-top: 0;
  position: relative;
  left: 33px;
}

.top-nav-logo:hover {
  transform: none;
}

.top-nav-logo.w--current {
  margin-top: 0;
}

.nav-section {
  z-index: 5000;
  float: none;
  text-align: center;
  background-color: #dbbf81;
  background-image: url('../images/hero-top-background.jpg');
  background-size: cover;
  height: 210px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: auto;
  box-shadow: 6px 6px 16px -2px #000;
}

.logos-section {
  text-align: center;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-bar {
  z-index: 10;
  text-align: left;
  position: relative;
  top: auto;
  left: auto;
}

.logo {
  color: #0000;
  text-align: left;
  margin-top: auto;
  margin-bottom: -4px;
  margin-left: 31px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  left: -57px;
}

.info-table-div {
  text-align: center;
  background-color: #0000;
  border: 0 solid #000;
}

.dropdown-menu {
  z-index: 10005;
  float: none;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 2px;
  padding-top: 6px;
  padding-bottom: 3px;
  font-family: Merriweather, serif;
  transition: opacity .2s;
  top: 11px;
  left: 25px;
  right: 13px;
}

.dropdown-menu:active {
  transform: translate(0);
}

.dropdown-menu.w--open {
  z-index: 1000;
  opacity: 1;
  border-radius: 0;
  transition: all .356s;
  display: block;
}

.tol-lfree-top {
  color: #dbbf81;
  margin-top: 6px;
  margin-bottom: 0;
  margin-left: -48px;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 14px;
  position: relative;
  left: -71px;
  right: 18px;
}

.nav-button {
  box-shadow: none;
  color: #3d1f13;
  background-color: #0000;
  border-left-style: none;
  margin-top: 7px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 17px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 17px;
  font-weight: 400;
  transition: all .118s ease-in;
  display: inline-block;
  position: relative;
  top: auto;
  overflow: visible;
}

.nav-button:hover {
  color: #3d1f13;
  background-color: #0000;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom: 0 solid #e8d19e;
  border-left: 0 #dbbf81;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  top: 0;
  transform: translate(0, -14px);
  box-shadow: inset 0 -6px #3d1f13;
}

.nav-button:focus {
  box-shadow: none;
}

.nav-button.w--current {
  color: #331004;
  border-radius: 8px;
  box-shadow: inset 0 -6px #331004;
}

.nav-button.w--current:hover {
  transform: none;
}

.nav-button.w--current:focus {
  box-shadow: none;
  color: #331004;
}

.nav-menu {
  text-align: left;
  background-color: #0000;
  margin-right: -11px;
  display: block;
}

.menu-button {
  border: 2px solid #000;
}

.menu-button:hover {
  background-color: #dbbf81;
}

.menu-button-icon {
  color: #000;
}

.drop-down-text {
  color: #dbbf81;
  margin-top: 2px;
}

.dropdown-list.w--open {
  z-index: 1005;
  background-color: #fff;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
  padding-top: 6px;
  padding-right: 0;
  font-family: Merriweather, serif;
  position: absolute;
  top: 44px;
  left: auto;
}

.footer-table {
  opacity: 1;
  background-color: #000;
  background-image: url('../images/bottom-wood-footer-bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-left: 0;
  margin-right: 0;
  padding: 25px 66px 28px 79px;
}

.footer-column-1 {
  text-align: left;
  background-color: #0000;
  padding-left: 17px;
  padding-right: 17px;
}

.footer-column-3 {
  padding-left: 21px;
  padding-right: 21px;
}

.footer-column-4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.field-label {
  color: #dbbf81;
  font-family: Merriweather, serif;
}

.submit-button {
  color: #000;
  background-color: #dbbf81;
  border-radius: 7px;
  margin-top: 0;
  margin-left: 0;
  font-family: Merriweather, serif;
  transition: all .2s ease-in;
  position: relative;
  inset: 20px 0 0 140px;
}

.submit-button:hover {
  color: #dbbf81;
  background-color: #331004;
  border: 1px solid #dbbf81;
  transform: scale(1.2);
}

.submit-button.contact-form-submit-button {
  margin-left: 164px;
}

.submit-button.trade-application-submit-button {
  margin-left: 0;
  top: 22px;
  left: 0;
}

.drop-down-arrow {
  color: #dbbf81;
}

.what-is {
  margin-top: 19px;
  padding-top: 5px;
  position: relative;
  left: 3px;
}

.home-splash-text {
  z-index: 1000;
  color: #dbbf81;
  text-shadow: 2px 2px 2px #000;
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  position: relative;
  top: 8px;
  left: 8px;
}

.home-splash-click-here {
  margin-top: -28px;
}

.form-text {
  color: #dbbf81;
  text-align: left;
  text-indent: 0;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 23px;
}

.toll-lfree-footer {
  color: #ccc;
  margin-top: 3px;
  font-size: 17px;
  text-decoration: none;
  transition: all .173s;
}

.toll-lfree-footer:hover {
  color: #fff;
  transform: none;
}

.about-column {
  margin: 32px 14px 36px;
  padding: 12px 29px;
}

.about-column-1 {
  display: block;
  position: relative;
  top: 16px;
}

.about-column-2 {
  top: 20px;
  right: -26px;
}

.about-heading {
  color: var(--white);
  margin-left: -9px;
  margin-right: -21px;
  padding-left: 8px;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-style: italic;
  line-height: 31px;
}

.about-us-text {
  color: #dbbf81;
  margin-left: 9px;
  margin-right: 9px;
  padding: 16px 0 15px;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.about-us-text.learn-more {
  color: #dbbf81;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 1px 1px 6px #000;
  margin-left: -12px;
  margin-right: -12px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 15px;
  line-height: 18px;
}

.about-image {
  width: auto;
  font-size: 17px;
}

.about-image.custom-icon {
  background-image: none;
}

.dropdown-link {
  color: #dbbf81;
  text-decoration: none;
  transform: translate(0, -2px);
}

.dropdown-link:hover {
  direction: ltr;
  color: #dbbf81;
  background-color: #331004;
  border-bottom-style: none;
  border-bottom-width: 0;
  list-style-type: none;
  transform: none;
}

.dropdown-link:focus {
  background-color: #3d1f13;
}

.dropdown-link.w--current {
  color: #dbbf81;
}

.dropdown-link.w--current:hover {
  transform: none;
}

.dropdown-link.w--current:focus {
  color: #fff;
  background-color: #331004;
  transform: none;
}

.contact-div {
  background-color: #3d1f13;
  margin-left: 357px;
  margin-right: 357px;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  top: 168px;
  left: -357px;
  right: 340px;
  overflow: hidden;
}

.name-field {
  color: #999;
  text-align: left;
  background-color: #0000;
  border-top-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #dbbf81;
  border-left: 1px solid #dbbf81;
  border-right-style: none;
  padding-left: 19px;
  padding-right: 59px;
  transition: all .2s ease-in;
}

.name-field:hover {
  background-color: #dbbf81;
}

.email-field {
  text-align: left;
  background-color: #0000;
  border-top-style: none;
  border-top-color: #dbbf81;
  border-bottom-width: 1px;
  border-bottom-color: #dbbf81;
  border-left-style: solid;
  border-left-color: #dbbf81;
  border-right-style: none;
  padding-left: 19px;
  padding-right: 19px;
  transition: all .2s ease-in;
}

.email-field:hover {
  background-color: #dbbf81;
}

.comment-field {
  color: #999;
  text-align: left;
  background-color: #0000;
  border-top-style: none;
  border-bottom-color: #dbbf81;
  border-left-color: #dbbf81;
  border-right-style: none;
  padding-left: 19px;
  padding-right: 19px;
  transition: all .2s ease-in;
}

.comment-field:hover {
  background-color: #dbbf81;
}

.dropdown {
  z-index: 2000;
}

.column-text {
  color: #fff;
  text-align: center;
  padding-top: 21px;
  font-size: 18px;
  position: relative;
}

.about-toll-free {
  direction: ltr;
  color: #fff;
  letter-spacing: 3px;
  padding-top: 28px;
  font-family: Merriweather, serif;
  font-size: 36px;
  line-height: 30px;
}

.about-call-toll-free {
  color: #fff;
  text-align: center;
  text-shadow: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 4px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 19px;
  list-style-type: disc;
  position: relative;
  top: 12px;
}

.about-call-toll-free.fixture-toll-free-text {
  text-shadow: none;
  top: 8px;
}

.custom-options-link {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  transition-duration: .25s;
  top: 0;
  bottom: 0;
}

.custom-options-link:hover {
  color: #999;
  transform: none;
}

.custom-options-link.home-page {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 700;
  transition-duration: .2s;
  top: 0;
  bottom: 0;
}

.custom-options-link.home-page:hover {
  color: #fff;
  transform: none;
}

.custom-options-link.about {
  font-size: 15px;
}

.custom-options-link.header-text {
  font-size: 14px;
}

.learn-more-options {
  color: #331004;
  text-align: center;
  background-color: #fff;
  border: 3px solid #dbbf81;
  margin-top: 21px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 18px;
  transition: all .264s;
  top: 6px;
  left: 4px;
}

.learn-more-options:hover {
  color: #dbbf81;
  background-color: #30180f;
  border: 3px solid #dbbf81;
}

.about-image-link-block {
  position: relative;
}

.about-image-link-block:hover, .customer-service-link-block:hover {
  transform: scale(1.05);
}

.quick-form-text {
  background-color: #0000;
}

.section-us-capitol {
  background-image: url('../images/US-Capitol-Building-promo-web.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 720px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
  position: relative;
  top: auto;
}

.bluprint-table {
  padding-left: 23px;
  padding-right: 23px;
}

.about-slider-text {
  color: #dbbf81;
  margin-top: 18px;
  margin-left: 0;
  margin-right: 0;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.formerly-clf {
  color: #000;
  text-align: center;
  letter-spacing: -.1px;
  justify-content: flex-end;
  width: 300px;
  margin-top: -16px;
  margin-left: 10px;
  padding-top: 0;
  padding-left: 0;
  font-size: 12px;
  font-style: italic;
  display: flex;
  position: relative;
  top: 2px;
  left: 5px;
}

.slider-slide-1 {
  background-image: url('../images/index_nc8a.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-slide-2 {
  background-image: url('../images/benjaminbuttons.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
}

.slider-slide-3 {
  background-image: url('../images/index_nch7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-slide-4 {
  background-image: url('../images/index_nch24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.slider-slide-5 {
  background-image: url('../images/index_ns1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.slider-slideshow {
  background-color: #000;
  top: -22px;
}

.slider-slide-6 {
  background-image: url('../images/index_ns80.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.slideshow-nav {
  color: #dbbf81;
  top: 334px;
}

.lighting-links {
  color: #fff;
  font-size: 17px;
  position: relative;
  top: 8px;
}

.lighting-links.quick-contact-header {
  padding-top: 7px;
}

.about-us-main-text-section {
  opacity: 1;
  text-align: center;
  background-color: #2e2e2e;
  background-image: url('../images/jessee-james-paramount-sml.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 21px;
  padding-bottom: 23px;
}

.about-text-container {
  color: #dbbf81;
  text-align: left;
  padding-top: 0;
  padding-bottom: 11px;
  font-family: Merriweather, serif;
  font-size: 15px;
  display: inline-block;
  position: relative;
}

.contact-header-txt {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 6px #000, 1px 1px 6px #000;
  margin-top: 0;
  margin-bottom: -7px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 21px;
  line-height: 25px;
  position: relative;
  top: -6px;
  bottom: -6px;
  left: 0;
}

.about-us-title {
  color: #fff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 26px;
}

.custom-options-text-container {
  color: var(--burlywood);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 19px;
}

.movie-scene-quote {
  color: #5c5c5c;
  text-align: right;
  margin-right: 15px;
  padding-top: 4px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 15px;
}

.footer-email {
  color: #d1d1d1;
  margin-top: 3px;
  font-size: 14px;
}

.footer-email:hover {
  color: #fff;
  transform: none;
}

.custom-options-header-text {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: auto;
  margin-top: 1px;
  padding-top: 0;
  padding-bottom: 11px;
  font-family: Merriweather, serif;
  font-size: 19px;
  line-height: 25px;
}

.options-header-text-section {
  float: none;
  text-align: center;
  background-color: #000;
  margin-top: 0;
  padding-top: 19px;
  padding-bottom: 19px;
  display: block;
  position: relative;
  top: auto;
  left: auto;
}

.not-available-anywhere-text {
  color: #dbbf81;
  margin-top: 25px;
  margin-bottom: 11px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-style: normal;
}

.options-sub-nav-button {
  background-color: #000;
  border-radius: 8px;
  margin: 3px 8px;
  padding: 8px 17px;
  text-decoration: none;
  display: inline-block;
}

.options-sub-nav-button:hover {
  color: #ccc;
  transform: none;
}

.options-sub-nav-button.metal {
  text-shadow: 1px 1px 2px #000;
  font-size: 16px;
  transform: none;
}

.options-sub-nav-button.metal:hover {
  background-color: #331004;
  transform: none;
}

.options-sub-nav-button.metal.w--current {
  position: relative;
  transform: none;
}

.options-sub-nav-button.metal.w--current:hover {
  transform: none;
}

.options-sub-nav-button.glass {
  background-color: #000;
  font-size: 16px;
}

.options-sub-nav-button.glass:hover {
  background-color: #331004;
}

.options-sub-nav-button.tubing {
  font-size: 16px;
}

.options-sub-nav-button.tubing:hover {
  background-color: #331004;
}

.options-sub-nav-button.height {
  font-size: 16px;
}

.options-sub-nav-button.height:hover {
  background-color: #331004;
}

.options-sub-nav-button.width {
  font-size: 16px;
}

.options-sub-nav-button.width:hover {
  background-color: #331004;
}

.options-sub-nav-button.swivel {
  font-size: 16px;
}

.options-sub-nav-button.swivel:hover {
  background-color: #331004;
}

.options-sub-nav-button.glass-direction {
  font-size: 16px;
}

.options-sub-nav-button.glass-direction:hover {
  background-color: #331004;
}

.options-sub-nav-button.wiring {
  font-size: 16px;
}

.options-sub-nav-button.wiring:hover {
  background-color: #331004;
}

.options-sub-nav-button.switches {
  font-size: 16px;
}

.options-sub-nav-button.switches:hover, .options-sub-nav-button.arms-length:hover, .options-sub-nav-button.ball-joins:hover {
  background-color: #331004;
}

.section-metal-finsh {
  text-align: center;
  background-color: #331004;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-glass-shades {
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-tubing-style {
  background-color: #0000;
  background-image: url('../images/brass-tube-pipe-blur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-arm-length {
  background-color: #dbbf81;
  padding-top: 23px;
  padding-bottom: 23px;
}

.section-height {
  background-color: #331004;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-width {
  background-color: #0000;
  background-image: url('../images/top-splash-hampshire-wide.jpg');
  background-position: 50% -8%;
  background-repeat: no-repeat;
  background-size: 2000px;
  background-attachment: fixed;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
}

.section-ball-joint {
  background-color: var(--black);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.section-swivel {
  background-color: #dbbf81;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-glass-direction {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-wiring {
  background-color: #331004;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-switches {
  background-color: #dbbf81;
  padding-top: 24px;
  padding-bottom: 24px;
}

.options-links-section-1 {
  z-index: 1;
  float: none;
  color: #fffcfc;
  background-color: #0000;
  background-image: url('../images/rockwell-home-wide-1.jpg');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.below-sub-button-text {
  color: #fff;
  text-shadow: 1px 1px 4px #000;
  background-color: #000;
  border-radius: 8px;
  margin-left: 240px;
  margin-right: 240px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Merriweather, serif;
  font-size: 10px;
  font-weight: 300;
  position: relative;
  top: 29px;
}

.section-custom-options-upper-text {
  text-align: center;
  background-color: #331004;
  padding-top: 25px;
  padding-bottom: 25px;
}

.metal-knobs-row-1 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 56px;
  padding-right: 56px;
}

.knob-labels {
  color: #dbbf81;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.knobs-table-div {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.call-toll-free---main-body-text {
  color: #999;
  text-shadow: none;
  margin-top: 23px;
  text-decoration: none;
}

.call-toll-free---main-body-text:hover {
  color: #fff;
}

.section-handcrafted {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}

.container-handcrafted {
  margin-top: 3px;
  padding-top: 0;
}

.options-links-container {
  z-index: 1000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -34px;
  bottom: 59px;
}

.metal-color-container {
  color: #dbbf81;
  text-align: left;
  margin-bottom: 22px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.knobs-container {
  padding-top: 18px;
}

.mobile-phone-icon {
  margin-left: 13px;
  margin-right: 13px;
  transform: scale(1);
}

.mobile-phone-icon:hover {
  transform: scale(1.02);
}

.footer-support-links {
  padding-top: 18px;
  line-height: 5px;
}

.glass-shades-container {
  color: #dbbf81;
  text-align: left;
  text-shadow: 2px 2px 1px #000;
  padding: 17px 0;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-weight: 400;
}

.glass-shades-container.glass-text {
  background-color: #0000007d;
  border-radius: 15px;
  padding: 18px 15px 21px;
}

.arm-length-container {
  color: #30180f;
  text-align: left;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.c27 {
  margin-top: 40px;
  transition: all .15s ease-in;
}

.c11 {
  padding-top: 0;
  position: relative;
  top: 26px;
  bottom: 1px;
}

.ns2 {
  margin-top: 73px;
  padding-left: 2px;
  padding-right: 0;
}

.glass-direction-drawings-table {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 31px 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
}

.drawing-column-1 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: inline-block;
}

.drawing-column-2, .drawing-column-3 {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.important-text-white {
  color: #fff;
}

.drawing-container {
  display: inline-block;
}

.back-to-links-text {
  color: #fff;
}

.back-to-links-block {
  margin-top: 27px;
}

.back-to-links-block:hover {
  transform: scale(1.16);
}

.back-to-links-block.w--current {
  padding-top: 11px;
  padding-bottom: 25px;
}

.switches-container {
  color: #331004;
  text-align: left;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.ns2-link-block:hover {
  transform: scale(1.83);
}

.s67-link-block {
  transform: scale(1.02);
}

.s67-link-block:hover {
  transform: scale(1.02)scale(1.75);
}

.header-title {
  color: #fff;
  text-align: left;
  text-shadow: none;
  padding-top: 4px;
  padding-bottom: 1px;
  font-family: Merriweather, serif;
  font-size: 17px;
}

.header-title.glass-header {
  text-shadow: none;
  position: relative;
  top: -4px;
  left: 8px;
}

.test-link {
  color: #dbbf81;
  text-align: left;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 11px;
}

.test-link:hover {
  color: #fff;
  transform: none;
}

.test-link.wall-lights {
  padding-top: 9px;
}

.lower-links-div {
  text-align: left;
  line-height: 14px;
}

.top-section {
  z-index: 10005;
  background-color: #331004;
  background-image: url('../images/top-splash-bg-wood.jpg');
  background-size: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.dropdown-column {
  z-index: 2000;
  text-align: right;
}

.top-toll-free-column {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.top-section-div {
  margin-bottom: 0;
}

.top-section-container {
  padding-top: 7px;
  padding-bottom: 20px;
}

.top-section-row {
  padding-top: 0;
  padding-bottom: 0;
}

.decorating-advice-text-container {
  color: #331004;
  text-shadow: none;
  text-decoration: none;
}

.deco-advice-section {
  opacity: 1;
  color: #000;
  text-align: center;
  background-color: #000;
  padding-top: 26px;
  padding-bottom: 52px;
}

.decorating-advice-text {
  color: #e8cd92;
  text-align: left;
  text-shadow: 1px 1px 2px #000;
  padding-top: 0;
  font-family: Merriweather, serif;
  font-size: 15px;
  font-style: normal;
}

.testimonial-text {
  color: #dbbf81;
  margin-top: 0;
  padding-top: 0;
  padding-left: 148px;
  padding-right: 148px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
}

.testimonial-signature {
  color: #525252;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 0;
  line-height: 16px;
}

.parker-image-description {
  color: #969696;
  text-align: center;
  margin-top: -17px;
  padding: 0 302px 18px;
  font-size: 12px;
  line-height: 15px;
}

.psych-small-picture-container {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.psych-image {
  border: 9px solid #3d1f13;
  margin-top: -22px;
  padding-top: 0;
}

.deco-advice-toll-free-bottom {
  color: #fff;
  text-align: center;
  margin-top: -2px;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 0;
  position: relative;
  top: 21px;
}

.deco-advice-title {
  color: #fff;
  text-align: left;
  text-shadow: none;
  margin-top: 21px;
  padding-bottom: 18px;
  font-family: Merriweather, serif;
  font-size: 17px;
}

.deco-advice-title-container {
  text-align: center;
  padding-top: 3px;
  padding-bottom: 0;
}

.parker-header-text {
  color: #fff;
  margin-top: 24px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.sub-mav-div {
  z-index: 0;
  text-align: center;
  background-color: #0000;
  background-image: url('../images/rockwell-home-wide-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 84px;
  padding-bottom: 84px;
  position: relative;
  top: 0;
  left: 0;
}

.left-dawing {
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease-in;
  display: block;
}

.left-dawing:hover {
  transform: scale(1.2);
}

.middle-drawing {
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease-in;
  display: block;
}

.middle-drawing:hover {
  transform: scale(1.2);
}

.right-drawing {
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease-in;
  display: block;
}

.right-drawing:hover {
  transform: scale(1.2);
}

.drawing-description-text {
  color: #595959;
  text-align: center;
  padding-top: 21px;
  font-family: Merriweather, serif;
  position: relative;
  top: 12px;
}

.navigation-section {
  z-index: 5000;
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: -152px;
}

.customer-service-section {
  background-color: #331004;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.testimonials-title-intro {
  color: #000;
  text-align: left;
  padding-top: 0;
  font-family: Merriweather, serif;
  font-size: 17px;
}

.testimonials-section {
  text-align: center;
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 52px;
}

.testimonials-header-section {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 24px;
}

.toll-free-testimonials-top {
  direction: ltr;
  padding-top: 24px;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 0;
  list-style-type: disc;
}

.footer-copyright {
  background-color: #331004;
}

.copyright-text-footer {
  color: #ffffff4a;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 17px;
  font-size: 12px;
  line-height: 14px;
}

.footer-section-1 {
  background-color: #331004;
}

.top-toll-free-number {
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: -50px;
}

.trade-discounts-main-section {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/blueprint-brown.jpg');
  background-position: 50% 39%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 42px;
}

.wall-lighting-main-section {
  text-align: center;
  background-color: #000;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: rotate(0);
}

.ns34-picture {
  filter: saturate();
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  text-shadow: none;
  mix-blend-mode: normal;
  border-radius: 0;
  margin-top: 0;
  padding-bottom: 0;
  transition-property: none;
  transform: rotate(0);
}

.ns34-picture:hover {
  box-shadow: none;
  text-shadow: none;
  transform: none;
}

.ns34-picture.upside-down-in-page-thumb {
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 10px;
  padding-right: 10px;
  transform: rotate(180deg);
}

.ns34-picture.antique {
  filter: contrast(118%);
}

.ns34-picture.polished {
  transform-style: preserve-3d;
  transition-property: none;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.wall-sconce-column1 {
  text-align: center;
  background-color: #0000;
  padding: 13px 6px;
  transition: all .2s ease-in;
}

.wall-sconce-column1:hover {
  background-color: #331004;
}

.wall-sconce-column-2 {
  text-align: center;
  padding: 13px 6px;
  transition: all .2s ease-in;
}

.wall-sconce-column-2:hover {
  background-color: #331004;
}

.wall-sconce-column-2.hover-black {
  background-color: var(--black);
}

.wall-sconce-column-3 {
  text-align: center;
  padding: 12px 6px;
  transition: all .2s ease-in;
}

.wall-sconce-column-3:hover {
  background-color: #331004;
}

.wall-sconce-column-3.hover-black:hover {
  background-color: var(--black);
}

.wall-sconce-column-4 {
  text-align: center;
  padding: 12px 6px;
  transition: all .2s ease-in;
}

.wall-sconce-column-4:hover {
  background-color: #331004;
}

.wall-sconce-column-4.hover-black:hover {
  background-color: var(--black);
}

.wall-lighting-header-title {
  color: #331004;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.wall-lighting-header-title.color {
  color: #dbbf81;
  padding-top: 4px;
  display: inline-block;
}

.under-light-description-text {
  color: #fff;
  text-align: center;
  text-shadow: none;
  padding-top: 21px;
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 18px;
  text-decoration: none;
}

.measurements {
  color: #dbbf81;
  text-shadow: none;
  padding-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
}

.lamping, .price {
  color: #fff;
}

.glass-not-included {
  font-size: 12px;
  font-weight: 300;
  line-height: 6px;
}

.ns1-description {
  text-align: left;
  padding-top: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.ns1-description._1 {
  text-align: left;
  margin-bottom: 26px;
  font-size: 16px;
}

.ns1-description.under-picture, .ns1-description._1, .ns1-description.ns40-antique {
  text-align: center;
}

.ns1-description.nch7 {
  font-size: 15px;
}

.ns1-row {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link-text-link {
  font-size: 15px;
}

.section-customer-service-above-footer {
  background-color: #dbbf81;
  padding-top: 13px;
  padding-bottom: 36px;
}

.footer-direct-number-613 {
  color: #fff;
}

.custom-options-in-page-link {
  color: #fff;
  padding-top: 0;
  font-size: 15px;
}

.custom-options-in-page-link:hover {
  color: #999;
}

.ns1-header {
  color: #fff;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.section-splash {
  background-image: url('../images/top-splash-bg-wood.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 570px;
  margin-top: 0;
  margin-bottom: 115px;
  padding-top: 4px;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0;
  box-shadow: inset 0 1px 25px 2px #000;
}

.new-splash-container {
  margin-top: 0;
  margin-bottom: 0;
}

.new-splash-columns {
  width: 100%;
}

.new-splash-column-1 {
  margin-top: 13px;
  margin-bottom: 40px;
  padding-left: 4px;
  padding-right: 1px;
  display: inline;
}

.new-splash-column-2 {
  text-align: left;
}

.top-splash-border {
  margin-top: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.top-splash-slider {
  background-color: #0000;
  height: 500px;
}

.top-splash-slider.top-splash-slide-5 {
  background-image: none;
  margin-top: 35px;
}

.top-splash-slide-1 {
  background-image: url('../images/top-splash-chandelier-1.png');
  background-position: -4%;
  background-repeat: no-repeat;
  background-size: 476px;
  width: 564px;
  min-width: 600px;
  padding-bottom: 74px;
  top: -25px;
}

.top-splash-slide-2 {
  background-image: url('../images/top-splash-hampshire-wide.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 395px;
}

.top-splash-slide-3 {
  opacity: 1;
  background-image: url('../images/top-splash-ns1-wall-light.png');
  background-position: 1% 35%;
  background-repeat: no-repeat;
  background-size: 432px;
}

.top-splash-slide-4 {
  text-align: center;
  background-image: url('../images/top-splash-nsh7.png');
  background-position: -152% 24%;
  background-repeat: no-repeat;
  background-size: 437px;
  position: relative;
  left: auto;
}

.fixture-column-1 {
  text-align: center;
  display: inline-block;
}

.ns9a-antique-brass {
  color: #000;
}

.home-social-icons {
  text-align: center;
  font-size: 11px;
}

.click-to-enlarge {
  color: #fff;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 17px;
}

.light-fixture-thumbnail {
  text-shadow: none;
  transition: all .16s linear;
}

.light-fixture-thumbnail:hover {
  opacity: 1;
  text-shadow: none;
  transform: scale(1.07);
  box-shadow: 4px 4px 19px 1px #000;
}

.social-container {
  z-index: 100;
  opacity: .85;
  color: #33333373;
  text-align: right;
  margin-top: 14px;
  padding-top: 7px;
  padding-bottom: 13px;
  position: relative;
  left: 0;
}

.in-page-thumbnails {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-number {
  color: #dbbf81;
}

.wall-sonce-column-3 {
  text-align: center;
}

.thumbnails-toll-free {
  color: #fff;
  padding-top: 21px;
  padding-bottom: 11px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 18px;
}

.circle-page-numbers-div {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 8px;
  left: 0;
  right: 0;
}

.page-number-circle-links {
  padding-top: 5px;
  padding-bottom: 5px;
  transform: none;
}

.page-number-circle-links:hover {
  transform: scale(1.15);
}

.page-number-circle-links.w--current {
  transform: none;
}

.page-number-circle-links.w--current:hover {
  transform: scale(1.2);
}

.circle-page-link {
  opacity: 1;
  padding-left: 5px;
  padding-right: 5px;
  transition: all .2s ease-in, all .15s;
  transform: scale(1.12);
}

.circle-page-link:hover {
  transition-property: none;
  transition-timing-function: ease;
  transform: scale(1.05);
}

.circle-page-link.w--current {
  transform: none;
}

.fixture-sub-nav-section {
  z-index: 1;
  text-align: center;
  background-color: #331004;
  background-image: url('../images/bathroom-vanity-lighting.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 21px;
  position: relative;
  top: 1px;
}

.sconce-sub-nav-section {
  text-align: center;
  background-color: #331004;
  padding-top: 14px;
  padding-bottom: 11px;
  display: block;
}

.circle-page-number {
  transform: scale(1.02);
}

.fixture-container {
  text-align: center;
}

.client-name {
  color: #fff;
  font-style: normal;
}

.trade-discount-header {
  color: var(--burlywood);
  font-size: 21px;
  font-weight: 700;
}

.trade-discounts-toll-free {
  color: #999;
  padding-bottom: 0;
  display: inline;
}

.trade-discounts-custom-options {
  color: #999;
  display: inline;
}

.toll-free-fixture-top {
  color: #fff;
  display: inline;
}

.toll-free-fixture-top:hover {
  color: #999;
  font-size: 17px;
}

.toll-free-wall-lights {
  color: #fff;
  padding-top: 24px;
  font-family: Merriweather, serif;
  font-size: 27px;
}

.toll-free-mobile {
  margin-top: -2px;
  font-size: 30px;
}

.toll-free-mobile.color {
  color: #331004;
  margin-top: 0;
  padding-top: 0;
  top: -12px;
}

.toll-free-mobile.color.beige {
  color: #dbbf81;
}

.toll-free-mobile.color.beige:hover {
  text-shadow: 3px 3px 10px #000;
  transform: scale(1.08);
}

.touch-on-mobile-to-call {
  color: #dbbf81;
  padding-top: 0;
  position: relative;
  top: 7px;
}

.touch-on-mobile-to-call.color {
  color: #706f6f;
  line-height: 20px;
  display: block;
  top: 2px;
}

.inquiries-contact-text {
  color: #dbbf81;
  text-align: left;
  padding-top: 17px;
  padding-left: 34px;
  padding-right: 34px;
  font-family: Merriweather, serif;
  font-size: 15px;
  position: relative;
  top: -14px;
}

.contact-page-email {
  color: #fff;
}

.contact-form-email {
  margin-top: 0;
}

.contact-form-email:hover {
  transform: none;
}

.contact-column-1 {
  text-align: left;
}

.contact-us-title {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.deco-advice-header-title, .deco-advice-top-title {
  color: #fff;
  text-align: left;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.testimonials-title-header {
  color: #b1844a;
  text-align: center;
  padding-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 23px;
}

.nav-social-column-2 {
  text-align: right;
  padding-top: 10px;
  display: block;
  position: static;
}

.facebook-wood-icon {
  padding-left: 6px;
  padding-right: 6px;
  inset: 0;
}

.facebook-wood-icon:hover {
  box-shadow: none;
  transform: scale(1.05);
}

.twitter-wood-icon {
  padding-left: 1px;
  padding-right: 1px;
  inset: 0;
}

.twitter-wood-icon:hover {
  transform: scale(1.05);
}

.returns-guidelines {
  color: #fff;
  font-size: 17px;
}

.returns-toll-free-icon {
  padding-top: 18px;
  top: 18px;
}

.text-under-page-number-buttons {
  color: #999;
  text-shadow: -1px -1px 5px #f0e4c9;
  margin-bottom: 8px;
}

.text-under-page-number-buttons.color {
  text-shadow: none;
}

.top-splash-slide-5 {
  background-image: url('../images/top-splash-s89-wall-light.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 330px;
}

.wall-light-text-options-link {
  color: #7a0a0a;
  text-shadow: -2px -2px 5px #fff;
  padding-top: 0;
  font-size: 15px;
  font-weight: 700;
}

.wall-light-text-options-link:hover {
  color: #2e2e2e;
  text-shadow: none;
  transform: none;
}

.wall-lights-sub-nav {
  text-align: center;
  background-color: #331004;
  padding-top: 16px;
  padding-bottom: 25px;
}

.wood-click-here-options {
  padding-top: 0;
  top: -18px;
  bottom: 0;
}

.wood-click-here-options:hover {
  transform: scale(1.18)rotate(3deg);
}

.sale-section {
  opacity: 1;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff);
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  display: inline-block;
  position: static;
  overflow: visible;
}

.sale-text {
  color: #fff;
  letter-spacing: -.5px;
  border: 0 solid #000;
  width: auto;
  margin-left: 76px;
  margin-right: 76px;
  padding-top: 19px;
  padding-bottom: 9px;
  font-family: Merriweather, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
  display: block;
  position: relative;
  top: 12px;
}

.sales-text {
  color: #fff;
  letter-spacing: .2px;
  text-shadow: 1px 1px 23px #000;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  display: inline;
  position: relative;
  top: -9px;
}

.c11-link {
  transition-duration: .2s;
  transition-timing-function: ease-in;
  transform: translate(0, -5px);
}

.c11-link:hover {
  transition-property: none;
  transition-timing-function: ease;
  transform: scale(1.49)translate(34px, 64px);
}

.fixture-text-custom-options-link {
  color: #fff;
}

.fixture-text-custom-options-link:hover {
  color: #999;
}

.top-toll-free-header {
  padding-top: 3px;
  left: -94px;
}

.top-toll-free-header.lower-link {
  color: var(--white);
  padding-top: 0;
  font-size: 48px;
  display: block;
  left: 48px;
}

.measurements-blowup {
  color: #fff;
}

.footer-customer-info {
  font-size: 14px;
  line-height: 15px;
}

.chandeliers-header-title {
  direction: ltr;
  color: #331004;
  padding-top: 30px;
  font-family: Merriweather, serif;
  font-size: 20px;
  list-style-type: none;
}

.chandeliers-top-text {
  color: #000;
  text-shadow: -2px -2px 6px #fff;
  padding-bottom: 25px;
  font-family: Merriweather, serif;
  font-size: 15px;
}

.chandelier-sub-nav-section {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  background-image: url('../images/dining-room-table-custom-lighting-company.jpg');
  background-size: cover;
  padding-top: 2px;
  padding-bottom: 24px;
}

.chandeliers-sub-nav-buttons {
  padding-top: 7px;
  padding-bottom: 9px;
}

.text-under-chandeliers-sub-nav {
  color: #4f4e4e;
  font-size: 14px;
}

.chandelier-sub-nav-button {
  padding-left: 3px;
  padding-right: 3px;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

.chandelier-sub-nav-button:hover {
  transition-duration: .15s;
  transform: scale(1.1);
}

.metal-finish-knob-picture {
  width: 36px;
  padding: 2px;
}

.under-mini-knobs-text {
  color: var(--burlywood);
  padding-top: 0;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 15px;
  line-height: 16px;
  position: relative;
  top: 0;
}

.mini-finish-knobs-div {
  text-align: center;
  width: 98%;
  display: block;
  position: relative;
  top: auto;
}

.fixture-blowup-column-2 {
  background-color: #0000;
}

.ns90-to-ns1-link, ._101-to-102-link, ._102-to-101-link, ._108-to-101-link, ._108-to-104-link, ._105-to-110-link, ._110-to-105-link, ._117-to-133-link, ._122-to-101-link, ._101-to-122-link, ._143-to-18-link {
  padding-top: 0;
  font-size: 15px;
}

.ns18-thumb {
  margin: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}

._143-to-189, ._189-to-143-link {
  padding-top: 0;
  font-size: 15px;
}

.mini-knobs-div {
  width: 100%;
}

._127-to-110-link, ._127-to-105-link, ._79-to-9-link {
  font-size: 15px;
}

._176-to-183-link {
  padding-top: 0;
  font-size: 15px;
}

._178-to-179 {
  padding-top: 1px;
  font-size: 15px;
}

._179-to-178-link, ._183-to-176-link {
  padding-top: 0;
  font-size: 15px;
}

.designers-favorite {
  color: #fff;
}

.fb-wood-icon {
  transition: all .2s ease-in;
}

.fb-wood-icon:hover {
  box-shadow: 1px 1px 10px #fff;
}

.tw-wood-icon {
  transition: all .2s ease-in;
}

.tw-wood-icon:hover {
  box-shadow: 1px 1px 10px #fff;
}

.credit-card-logos {
  margin-top: 11px;
  padding-bottom: 11px;
}

.ns1-to-ns90-link {
  padding-top: 0;
  font-size: 15px;
  transition-duration: .25s;
}

.ns90-th-on-ns1 {
  text-align: center;
  border: 1px solid #ffffffb8;
  margin-left: 4px;
  margin-right: 4px;
  padding-bottom: 0;
}

.ns90-th-on-ns1.extrast {
  border-width: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.deco-advice-custom-options-link {
  padding-top: 0;
  font-size: 15px;
}

.general-gold-text {
  padding-top: 8px;
}

.in-page-custom-options-links {
  padding-top: 0;
  font-size: 15px;
}

.wall-title-div {
  color: #331004;
  padding-top: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.sale-header {
  color: #f7d6d6;
  letter-spacing: 0;
  text-shadow: 4px 4px 17px #000;
  padding-top: 1px;
  padding-bottom: 6px;
  font-family: Great Vibes, cursive;
  font-size: 73px;
  display: inline;
  position: relative;
  inset: -12px 0 0;
}

.website-launch-sale-header {
  border: 2px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 26px 14px 11px;
  display: inline-block;
  position: relative;
}

.prices-marked-down-text {
  color: #fff;
  letter-spacing: 0;
  padding-top: 3px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: 5px;
}

.wall-lights-top-text-container {
  text-align: center;
  margin-top: 15px;
  display: inline-block;
}

.wall-lights-circle-buttons {
  margin-top: 8px;
}

.quantity-discount-header {
  font-size: 21px;
  font-weight: 700;
}

.trade-discounts-big-header {
  color: var(--burlywood);
  font-size: 27px;
}

.customer-service-toll-free {
  padding-top: 0;
}

.customer-service-toll-free:hover {
  transform: scale(1.1);
}

.customer-service-email {
  padding-top: 0;
  font-size: 15px;
}

.customer-service-custom-options {
  color: #fff;
  padding-top: 0;
  font-size: 15px;
}

.customer-service-custom-options.w--current {
  transform: scale(1);
}

.customer-service-custom-options.w--current:hover {
  transform: scale(1.1);
}

.extra-referred-pics {
  padding-left: 8px;
  padding-right: 8px;
}

.under-additional-images-text {
  margin-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 14px;
}

.under-sales-text {
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  text-shadow: 1px 1px 8px #888;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  top: 5px;
}

.metal-knobs-section {
  background-color: #fff;
  background-image: linear-gradient(#fff, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 125px;
  background-attachment: scroll, fixed;
  padding-top: 36px;
  padding-bottom: 36px;
  display: block;
}

.under-knobs-home-text {
  color: #7a0a0a;
  text-align: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 7px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
}

.custom-options-knobs-home {
  color: #999;
  padding-top: 0;
  font-size: 18px;
  font-weight: 700;
  transform: scale(1);
}

.custom-options-knobs-home:hover {
  color: #000;
  transform: none;
}

.wall-lights-top-text {
  font-family: Merriweather, serif;
  font-size: 15px;
}

.discount-code-home-page {
  letter-spacing: .5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.labor-day-sale-rules {
  color: #fff;
  letter-spacing: .2px;
  border: 1px solid #fff;
  margin-top: 16px;
  margin-bottom: -21px;
  padding: 11px 22px 14px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
}

.trade-application-section {
  text-align: center;
  background-color: #331004;
  padding: 24px 14px;
}

.trade-application-table {
  border: 1px solid #dbbf81;
  padding: 16px 10px 25px;
}

.trade-application-text {
  font-size: 16px;
  line-height: 18px;
}

.design-trade-title-text {
  color: #fff;
  padding-bottom: 26px;
  font-family: Merriweather, serif;
  font-size: 35px;
  display: inline-block;
}

.trade-member-promo-graphic {
  width: 100vw;
  padding-bottom: 26px;
}

.click-here-home-header {
  font-weight: 700;
  transition: color .2s ease-in-out;
}

.click-here-home-header:hover {
  color: #7a0a0a;
}

.click-here-home-header-link {
  color: #f7d6d6;
  font-family: Oswald, sans-serif;
  font-size: 17px;
}

.click-here-home-header-link:hover {
  color: #7a0a0a;
}

.right-finger-point {
  filter: invert();
  margin-left: -70px;
  padding-top: 23px;
}

.left-finger-point {
  filter: invert();
  margin-left: 70px;
  padding-top: 23px;
}

.top-splash-slide-6 {
  background-image: url('../images/top-splash-ns9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-splash-slide-7 {
  background-image: url('../images/top-splash-nsh20-chandelier.png');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: contain;
}

.about-click-here-trade-app {
  text-align: center;
  padding-top: 9px;
  display: inline-block;
}

.body {
  background-color: #000;
}

.home-fixture-top-images {
  margin-left: 26px;
  margin-right: 26px;
  padding-top: 7px;
  padding-bottom: 7px;
  transform: scale(1.5);
}

.home-sale-thumbnails-container {
  margin-top: 10px;
  margin-bottom: 5px;
  display: block;
}

.home-sale-images-div {
  padding-top: 13px;
}

.ns155-link-to-ns230s {
  font-size: 15px;
  display: inline;
}

.ns175-link-to-ns166 {
  display: inline;
}

.ns90-home-page-image-link {
  padding-top: 0;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.ns90-free-sconce-main-container {
  height: 628px;
  display: inline;
}

.do-you-appreciate-handcrafting {
  color: #7a0a0a;
  width: auto;
  margin-top: 14px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 28px;
  line-height: 38px;
  display: inline-block;
}

.notable-clients-text {
  color: #797979;
  padding-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 400;
}

.new-years-sale-section {
  opacity: .96;
  background-color: #fff;
  background-image: url('../images/chandelier-pendant-20-off-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 37px 89px;
  display: none;
  position: relative;
}

.new-years-sale-container {
  display: block;
}

.contact-page-outside-usa-call-direct {
  color: #fff;
  padding-top: 6px;
}

.lighting-text {
  color: #fff;
  margin-top: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 68px;
  display: none;
}

.sale-text-1 {
  color: #fff;
  margin-top: 65px;
  font-family: Great Vibes, cursive;
  font-size: 110px;
  line-height: 90px;
}

._20-chandelier-pendants {
  color: #fff;
  text-align: center;
  margin-top: 21px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 40px;
  line-height: 25px;
}

.february-28 {
  color: #dbbf81;
  margin-top: 7px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 13px;
}

.nch8-20off {
  margin-top: 42px;
  padding-left: 25px;
  padding-right: 25px;
}

._20-off-column-1 {
  margin-top: -62px;
}

.shop-wall-lights-link.link {
  color: #dbbf81;
  font-family: Merriweather, serif;
  font-size: 20px;
  transition: all .15s, opacity .383s;
  transform: skew(0deg);
}

.shop-wall-lights-link.link:hover {
  opacity: .56;
  color: #fff;
  transform: none;
}

._20-off-div-column-1 {
  margin-top: 27px;
  display: inline-block;
}

._20-off-selections-text {
  color: #fff;
  margin-top: 6px;
  font-family: Merriweather, serif;
  font-size: 17px;
  line-height: 19px;
}

._20-off-chandeliers-link, ._20-off-pendants-link {
  color: #dbbf81;
  padding-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 27px;
}

.pendant-sale-section {
  color: #331004;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.metal-knobs-container {
  justify-content: center;
  display: inline;
}

.wall-lights-not-available-anywhere {
  color: #7a0a0a;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
}

.text-span {
  font-weight: 700;
}

._30-off-wall-sconces---wall-page-1 {
  color: #7a0a0a;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 6px;
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
}

._30-call-toll-free---wall-page-1 {
  font-size: 21px;
  position: relative;
  top: -6px;
}

.section-design-control {
  text-align: center;
  background-color: #dbbf81;
  background-image: url('../images/hero-top-background.jpg');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  margin-bottom: 1px;
  padding-top: 0;
  padding-bottom: 8px;
  display: block;
}

.container-design-control {
  text-align: center;
}

.design-control {
  color: #000;
  width: 100%;
  margin-top: 8px;
  padding: 0 97px 8px;
  font-family: Merriweather, serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.design-control-subtext {
  text-align: center;
  width: 100%;
  padding-left: 95px;
  padding-right: 95px;
  font-family: Merriweather, serif;
  font-size: 15px;
  display: block;
}

.design-control-learn-more-link {
  color: #000;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  transition: opacity .2s;
}

.design-control-learn-more-link:hover {
  color: #30180f;
  transform: translate(0);
}

.design-control-here-link {
  color: #7a0a0a;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  transition: all .2s;
  display: block;
  transform: translate(0);
}

.design-control-here-link:hover {
  color: #2e2e2e;
  transform: translate(5px);
}

.column-3 {
  font-size: 14px;
}

.heading-3 {
  color: #faf7f7;
  letter-spacing: 4px;
  text-shadow: 2px 2px 19px #000;
  font-family: Great Vibes, cursive;
  font-size: 66px;
}

.heading-3.presummer-savings {
  font-family: Great Vibes, cursive;
  font-size: 77px;
  font-weight: 400;
  position: relative;
  top: -34px;
}

.memorial-day-save-25 {
  color: #fff;
  text-shadow: 1px 1px 6px #000, 2px 2px 27px #000;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  position: relative;
  top: -7px;
}

.text-under-memorial-day-flag {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 12px #000;
  width: 72%;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  position: relative;
  top: -22px;
}

.div-block {
  text-align: center;
  position: relative;
  top: 76px;
}

.div-block-2 {
  background-image: url('../images/clc-memorial-day-iwo-jima-site-blur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 669px;
  margin-top: 0;
  padding-top: 169px;
  padding-bottom: 157px;
}

.memorial-day-toll-free {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 2px 2px 12px #000;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  position: relative;
  top: 11px;
}

.sale-ends-529 {
  color: #999;
  position: relative;
  top: 38px;
}

.memorial-day-sale-flag {
  max-width: 90%;
}

.heading-home-fine-hand-crafted-lighting-fixtures {
  color: #dbbf81;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 11px;
  padding-right: 11px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 29px;
  display: block;
}

.image-5 {
  opacity: .85;
  margin-bottom: 0;
  transform: translate(0);
}

.image-5:focus {
  position: static;
}

.text-block {
  margin-top: 8px;
}

.image-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.div-home-promo {
  width: 100%;
  height: 528px;
  display: inline-block;
}

.image-7 {
  height: 100%;
}

.image-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  background-image: linear-gradient(#fff, #fff);
}

.text-span-2 {
  margin-top: -22px;
  margin-bottom: -5px;
  padding-bottom: 14px;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  display: inline-block;
}

.heading-4 {
  width: 100%;
}

.splash-hampshire-text {
  color: #dbbf81;
  height: auto;
  margin-top: 6px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 18px;
}

.splash-hampshire-text.paragraph-2 {
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 18px;
}

.splash-hampshire-text.under-picture {
  padding-left: 82px;
  padding-right: 82px;
  font-size: 14px;
}

.heading-not-available-anywhere {
  color: #dbbf81;
  width: 100%;
  margin-top: 0;
  padding-top: 4px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 29px;
  display: block;
}

.link-2 {
  padding-top: 0;
}

.custom-options-home-header {
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.custom-options-home-header.custom-options-home-page {
  font-size: 17px;
}

.icon, .icon-2 {
  color: #dbbf81;
}

.benjamin-div {
  color: #000;
  background-image: linear-gradient(#000, #000);
  margin-top: 0;
  position: relative;
  top: 245px;
}

.benjamin-text {
  color: #999;
  text-align: center;
  margin-left: 102px;
  margin-right: 102px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  line-height: 15px;
  position: relative;
}

.heading-5 {
  color: #999;
}

.heading-5.home-notable-clients {
  color: #a54445;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  text-decoration: none;
}

.image-9 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.heading-6 {
  color: #000;
}

.memorial-day-section {
  color: #fff;
  background-color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-7, .text-block-2, .image-10 {
  color: #fff;
}

.container-5 {
  display: block;
}

.div-block-4 {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  top: -94px;
}

.heading-8 {
  color: #000;
}

.paragraph-3 {
  text-align: center;
  padding-left: 59px;
  padding-right: 59px;
}

.slide {
  background-color: #000;
}

.text-span-3 {
  color: #999;
}

.ns18-electric {
  filter: saturate(88%);
  padding-top: 18px;
}

.section-vets-day {
  background-image: url('../images/American-flag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100vh;
  background-attachment: fixed;
  padding-top: 66px;
  padding-bottom: 66px;
  display: none;
  overflow: visible;
}

.div-block-6 {
  background-color: var(--white);
}

.div-vets-day {
  background-color: var(--white);
  font-size: 14%;
}

.heading-9 {
  color: #124485;
  font-family: Oswald, sans-serif;
  font-size: 49px;
}

.div-vets-days {
  border: 5px solid var(--dark-slate-blue);
  background-color: #ffffffcf;
  border-radius: 13px;
  margin: 0 146px;
  padding-top: 44px;
  padding-bottom: 44px;
}

.text-block-3 {
  margin: 4px 9px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.vets-day-text-phone {
  color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
}

.vets-day-sales-text {
  color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
}

.section-popup-sale {
  clear: left;
  background-image: url('../images/ns1-holiday-background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.popup-container {
  display: inline-block;
}

.div-popup {
  background-color: var(--white);
  width: 50%;
  height: 100px;
  display: inline-block;
}

.text-block-4 {
  color: #fcfcfc;
  margin-top: 8px;
  padding-top: 0;
  font-family: Merriweather, serif;
}

.button-2 {
  background-color: var(--burlywood);
  color: var(--black);
  border-radius: 5px;
  margin-top: 19px;
  margin-bottom: 18px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 30px;
}

.button-2:hover {
  background-color: var(--maroon-2);
  color: var(--white);
}

.text-block-5 {
  color: var(--white);
  margin-top: 11px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-5.holiday-sale {
  margin-top: 52px;
  margin-bottom: 31px;
  font-family: Great Vibes, cursive;
  font-size: 70px;
}

.text-block-5.new-years-sale {
  margin-top: 51px;
  padding-bottom: 22px;
  font-family: Great Vibes, cursive;
  font-size: 67px;
}

.text-block-6 {
  color: #fff;
  margin-top: 13px;
  margin-bottom: 18px;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.container-6 {
  height: 1px;
}

.text-under-ns1 {
  text-align: left;
  margin-top: 0;
  padding: 16px 0;
  font-size: 15px;
  line-height: 16px;
}

.section {
  position: sticky;
  top: -152px;
}

.paramount-contact-text {
  float: none;
  clear: none;
  color: #757575;
  text-align: right;
  font-size: 8px;
}

.the-us-capitol-building-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline;
}

.blueprint-section {
  background-image: url('../images/blueprint-brown.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 57px;
  padding-bottom: 57px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-10 {
  font-family: Merriweather, serif;
}

.recaptcha {
  position: relative;
  top: 1px;
  left: 0;
}

.form-block {
  margin-bottom: 0;
}

.contact-form-2 {
  border: 1px solid var(--white);
  background-color: var(--white);
  padding-top: 12px;
  padding-bottom: 15px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.contact-form-header, .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .italic-text {
  font-family: Merriweather, serif;
}

.paragraph-4 {
  color: #af8321;
  text-align: center;
  padding-left: 226px;
  padding-right: 226px;
  font-size: 18px;
  line-height: 19px;
}

.submit-button-2 {
  background-color: var(--burlywood);
  color: var(--black);
  transform-style: preserve-3d;
  border: 1px solid #000;
  border-radius: 6px;
  margin-top: 10px;
  font-family: Merriweather, serif;
  transition: transform .2s;
}

.submit-button-2:hover {
  transform: scale(1.2);
}

.text-span-4 {
  font-size: 13px;
}

.section-spring {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  display: block;
}

.div-spring-image {
  z-index: 1;
  background-color: var(--white);
  opacity: .89;
  background-image: url('../images/springtime-desktop-backgrounds-13.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-attachment: fixed;
  display: none;
  position: relative;
}

.spring-sale-container {
  z-index: 1;
  padding-bottom: 42px;
  position: relative;
}

.heading-11 {
  color: var(--dk-brown);
  margin-top: 1px;
  margin-bottom: 1px;
  font-family: Great Vibes, cursive;
  font-size: 130px;
  line-height: 230px;
  display: block;
}

.text-block-7 {
  opacity: 1;
  color: var(--dk-brown);
  margin-top: 95px;
  margin-bottom: 95px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 130px;
}

.spring-sale-text {
  opacity: 1;
  filter: saturate(200%);
  color: var(--white);
  text-shadow: 3px 3px 7px var(--dk-brown);
  object-fit: fill;
  margin-top: 70px;
  margin-bottom: 22px;
  font-family: Great Vibes, cursive;
  font-size: 120px;
  font-weight: 400;
  line-height: 100px;
  overflow: visible;
}

.text-block-8 {
  color: var(--dk-brown);
  margin-bottom: 30px;
  padding-left: 137px;
  padding-right: 137px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.shop-wall-lights-button {
  background-color: var(--dk-brown);
  color: var(--burlywood);
  border-radius: 8px;
  transform: scale(1.1);
}

.shop-wall-lights-button:hover {
  color: var(--burlywood);
  transform: none;
}

.text-block-9 {
  margin-top: 5px;
  margin-bottom: 8px;
}

.ns1-amber-glass {
  border: 1px solid #ffffffb8;
  margin-left: 4px;
  margin-right: 4px;
}

.image-12, .column-4 {
  text-align: center;
}

.text-span-5 {
  font-size: 10px;
}

.image-14 {
  display: none;
}

.section-2 {
  text-align: center;
  display: block;
}

.summer-sale-wall {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  overflow: clip;
  box-shadow: inset 5px 5px 5px 9px #000;
}

.us-capital {
  display: block;
}

.memorial-day {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.ns85-text-link {
  font-size: 15px;
}

.link-block-2 {
  margin-top: 8px;
  padding-top: 0;
}

.black-friday-header-text {
  color: var(--black);
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 50px;
}

.black-friday-wall-lights-text {
  color: #b69650;
  font-size: 24px;
  line-height: 28px;
}

.black-friday-sale {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.container-7 {
  font-size: 30px;
  display: inline;
}

.link-block-3 {
  display: inline-block;
}

.text-block-10 {
  color: var(--black);
}

.div-block-7, .div-block-8 {
  text-align: center;
}

.text-span-6 {
  color: #fff;
  font-size: 17px;
  line-height: 18px;
}

.image-16 {
  margin-bottom: -38px;
  padding-bottom: 0;
}

.column-5 {
  text-align: left;
}

.columns {
  opacity: 1;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.column-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 67px;
  display: flex;
  left: -32px;
}

.text-block-11 {
  z-index: 100;
  color: var(--burlywood);
  text-align: right;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 33px;
  position: relative;
}

.link-4 {
  font-size: 30px;
  font-style: normal;
}

.click-here-sign-ns1-junior {
  cursor: pointer;
  transform-style: preserve-3d;
  top: -53px;
  left: 32px;
  transform: rotateX(-3deg)rotateY(0)rotateZ(9deg);
}

.click-here-wood-junior-home {
  z-index: -100;
  transition: opacity .2s;
  position: relative;
  top: 0;
}

.presidents-day-section {
  display: none;
  overflow: visible;
}

.div-block-9 {
  display: none;
}

.div-block-10 {
  padding-left: 66px;
  padding-right: 66px;
}

.top-splash-section {
  background-image: url('../images/top-splash-bg-wood.jpg');
  background-position: 0 0;
  background-size: auto;
}

.top-splash-div {
  padding-left: 44px;
  padding-right: 44px;
  transform: translate(0);
}

.top-splash-columns {
  display: block;
}

.splash-slider-column-2 {
  justify-content: center;
  align-items: center;
  display: block;
}

.slide-2 {
  background-image: url('../images/top-splash-nsh7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.splash-slider {
  background-color: #0000;
}

.slide-3 {
  background-image: url('../images/chandelier-pendant-20-off-nc8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-nav {
  top: 346px;
}

.splash-slider-column-1 {
  margin-bottom: 0;
  padding: 7px;
}

.right-arrow {
  color: #fcfafa;
  background-color: #0000;
}

.slider {
  background-color: #0000;
  top: 148px;
}

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

.slide-4 {
  background-image: url('../images/top-splash-ns1-wall-light.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  padding-top: 0;
}

.slide-5 {
  background-image: url('../images/top-splash-hampshire-wide.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/ns159-chrome.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/top-splash-s89-wall-light.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/top-splash-nsh20-chandelier.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/ns85a.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/top-splash-chandelier-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ns1-hero-section {
  display: none;
  box-shadow: inset 6px 6px 5px 5px #000;
}

.spring-sale-section {
  display: none;
}

.spring-wall-lights {
  width: 100%;
  padding-top: 0;
}

.text-block-12 {
  background-image: url('../images/clc-spring-sale-2022-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.image-18 {
  width: 100%;
}

.text-block-13 {
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
}

.image-19 {
  text-align: center;
  position: relative;
  top: -97px;
  left: 97px;
}

.text-span-7 {
  margin-top: 4px;
  font-size: 22px;
  display: block;
}

.shop-now {
  background-color: var(--burlywood);
  color: var(--black);
}

.shop-now:hover {
  background-color: var(--black);
  color: var(--white);
}

.image-20 {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  margin-top: -20px;
  display: block;
}

.link-block-4 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin-top: -6px;
}

.ns232a-text {
  color: var(--white);
  margin-top: 0;
  font-size: 15px;
}

.text-span-8 {
  color: var(--burlywood);
}

.column-7 {
  text-align: left;
}

.manti-table {
  margin-top: 25px;
}

.div-block-12 {
  margin-top: 34px;
}

.ns232-description {
  color: var(--burlywood);
  font-size: 15px;
  line-height: 16px;
}

.text-span-10, .text-span-11, .text-span-12 {
  color: var(--burlywood);
}

.text-span-14 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.summer-sale-link-wall {
  text-align: center;
  padding-top: 0;
  display: block;
}

.ns162-mixed-metals {
  padding-bottom: 13px;
  font-size: 12px;
}

.ns162-gl20-link, .pl3-backplate {
  font-size: 12px;
}

.heading-12 {
  margin-top: 0;
  padding-bottom: 28px;
  font-size: 23px;
}

.text-span-15 {
  color: var(--burlywood);
}

.link-5 {
  font-size: 16px;
}

.fixture-config-shown {
  color: #706f6f;
}

.lg-sconce-4 {
  color: #fffdf7;
  font-size: 16px;
}

.paragraph-5 {
  color: #901818;
  font-size: 16px;
  font-weight: 700;
}

.image-22 {
  text-align: center;
  max-width: 65%;
  display: block;
  position: relative;
  top: -43px;
  left: 80px;
}

.text-block-14 {
  color: #110101;
  margin-top: 22px;
  font-size: 11px;
}

.slide-11 {
  background-image: url('../images/nch36-2022-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12, .slide-13, .slide-14 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-15 {
  background-image: url('../images/nch36-2022.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.mohf-ns233-contest.link-block {
  display: none;
}

.column-8 {
  background-color: #331004;
  margin: 0;
  padding: 13px 6px;
}

.click-to-buy-link {
  color: var(--maroon);
  font-size: 27px;
}

.click-to-buy-link:hover {
  color: var(--burlywood);
}

.text-block-15 {
  font-size: 11px;
}

.text-block-16 {
  font-size: 8px;
}

.to-purchase-now {
  color: #fff;
  font-size: 20px;
}

.button-3 {
  background-color: var(--burlywood);
  border-radius: 20px;
  margin-bottom: 15px;
}

.button-3:hover {
  background-color: var(--maroon);
}

.text-block-17 {
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 17px;
}

.ns40-ant {
  mix-blend-mode: normal;
  padding-left: 10px;
  padding-right: 10px;
}

.columns-2 {
  margin-top: 34px;
  padding-bottom: 27px;
}

.image-23 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-span-16 {
  font-size: 23px;
}

.text-block-18 {
  color: #d6c38a;
  text-align: right;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
}

.home-paramount-section {
  background-color: #fff;
}

.ns204-under-pic-text {
  color: #000;
}

.link-6, .link-7 {
  padding-top: 0;
  font-size: 15px;
}

.text-block-19 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-14 {
  background-color: #fff;
}

.text-block-20 {
  font-size: 17px;
}

.text-block-21 {
  color: #fffffd;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  padding: 22px 7px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.model-ns10-hbo {
  color: #c9ac65;
  padding-top: 0;
  font-size: 18px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  font-size: 15px;
}

.heading-13 {
  color: #a54445;
  text-align: center;
  font-family: Merriweather, serif;
}

.link-block-5 {
  margin-top: 31px;
  padding-top: 0;
}

.image-24 {
  margin-top: 20px;
}

.slide-16 {
  background-image: url('../images/clc-hbo-promo.jpg');
  background-position: 50%;
  background-size: auto 700px;
}

.testimonial-slider-large {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 25px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 12px 12px 64px;
  display: flex;
  position: static;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: #000;
  margin-bottom: 32px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 240px;
  height: 400px;
  padding-top: 0;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  -webkit-text-stroke-color: gray;
  background-color: #fff;
  margin-top: 0;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.bold-text-6 {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.icon-3 {
  background-color: #000;
}

.testimonials-header {
  color: #c7ac70;
  text-align: left;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.testimonials-header-div {
  padding-bottom: 0;
  padding-left: 101px;
  padding-right: 101px;
}

.image-25 {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  object-fit: cover;
  width: 65%;
  height: 96%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.slide-17 {
  box-sizing: border-box;
  vertical-align: middle;
  object-fit: contain;
  background-image: url('../images/nch27-2-shadow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  padding-bottom: 0;
  padding-right: 0;
  top: auto;
}

.slide-18 {
  object-fit: cover;
  background-image: url('../images/nch27-2-shadow.png');
  background-position: 50% 76%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.nch27-ant-section {
  border: 0px solid var(--white);
  background-color: #fff;
}

.link-block-6 {
  object-fit: fill;
  background-color: #fff;
  width: auto;
  height: auto;
  padding-top: 0;
}

.text-block-22, .text-block-23 {
  font-size: 13px;
}

.link-8 {
  font-size: 16px;
}

.column-11 {
  filter: saturate(91%);
}

.text-span-17 {
  font-size: 15px;
}

.column-12 {
  text-align: center;
}

.columns-3 {
  margin-top: 32px;
}

.text-block-24 {
  text-align: left;
}

.text-block-25 {
  color: #949494;
  background-color: #fff;
  position: relative;
  top: -11px;
}

.image-26 {
  width: 100%;
  min-width: 100%;
  overflow: visible;
}

.link-block-7 {
  padding-top: 33px;
  top: -117px;
}

.heading-14 {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 118px;
  padding-right: 118px;
  font-family: Merriweather, serif;
  font-size: 21px;
  line-height: 27px;
}

.heading-15 {
  z-index: 5;
  background-color: var(--white);
  direction: ltr;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: normal;
  line-height: 24px;
  position: relative;
}

.paragraph-6 {
  z-index: 5;
  color: #000;
  text-align: center;
  background-color: #fff;
  padding-left: 117px;
  padding-right: 117px;
  font-size: 17px;
  font-style: italic;
  line-height: 19px;
  position: relative;
}

.div-block-15 {
  text-align: center;
  background-color: #fff;
  padding: 23px 80px;
}

.link-9 {
  color: #c00000;
  text-decoration: none;
}

.text-block-26 {
  font-weight: 700;
}

.text-block-27 {
  margin-bottom: 5px;
  padding-left: 110px;
  padding-right: 110px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-style: italic;
  line-height: 19px;
}

.heading-16 {
  font-family: Merriweather, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 20px;
}

.july-fourth-section {
  background-color: #fff;
}

.heading-17 {
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-7 {
  text-align: center;
  margin-bottom: 13px;
  padding-left: 90px;
  padding-right: 90px;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
}

.body-2 {
  background-color: var(--black);
}

.container-8 {
  text-align: center;
}

.body-3, .body-4 {
  background-color: #000;
}

.container-9 {
  text-align: center;
}

.body-5 {
  background-color: #000;
}

.body-6 {
  text-align: center;
  background-color: #000;
}

.button-4 {
  color: #ddb873;
  background-color: #000;
  border-radius: 19px;
  margin-top: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

html.w-mod-js [data-ix="top-toll-free-fade"] {
  opacity: .08;
  transform: translate(0, -47px);
}

html.w-mod-js [data-ix="new-interaction-4"] {
  opacity: 0;
  transform: translate(64px);
}

html.w-mod-js [data-ix="pendants-fade-in"], html.w-mod-js [data-ix="hero-form-fade-in"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="new-interaction-5"] {
  opacity: .08;
  transform: translate(0);
}

html.w-mod-js [data-ix="nav-fade"], html.w-mod-js [data-ix="nav-fade-2"], html.w-mod-js [data-ix="nav-fade-3"], html.w-mod-js [data-ix="nav-fade-4"], html.w-mod-js [data-ix="nav-fade-5"], html.w-mod-js [data-ix="nav-fade-6"], html.w-mod-js [data-ix="nav-fade-7"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="new-interaction-6"] {
  display: none;
}

html.w-mod-js [data-ix="about-icon"] {
  opacity: .08;
  transform: translate(0, -28px)scale(.83);
}

html.w-mod-js [data-ix="lear-more-buttons"] {
  opacity: .07;
  display: none;
  transform: translate(0, -28px)scale(.86);
}

html.w-mod-js [data-ix="new-interaction-9"] {
  opacity: 0;
  transform: translate(64px);
}

html.w-mod-js [data-ix="nav-fade-1"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="sub-options-buttons"] {
  opacity: 1;
  transform: scale(1);
}

html.w-mod-js [data-ix="mobile-phone-rollover"] {
  opacity: 1;
  display: block;
  transform: scale(.75);
}

html.w-mod-js [data-ix="top-toll-free-fade-2"] {
  opacity: .08;
  transform: translate(0, -47px);
}

html.w-mod-js [data-ix="top-toll-free-fade-3"] {
  opacity: 0;
  transform: translate(0, -52px);
}

html.w-mod-js [data-ix="circle-page-links"], html.w-mod-js [data-ix="top-social-icons"] {
  opacity: 0;
  transform: translate(0, 40px);
}

html.w-mod-js [data-ix="right-home-finger-point"] {
  opacity: 0;
  transform: translate(64px);
}

html.w-mod-js [data-ix="left-home-finger-point-2"] {
  opacity: 0;
  transform: translate(-63px);
}

@media screen and (max-width: 991px) {
  p {
    margin-right: 6px;
    padding-left: 0;
    padding-right: 4px;
    font-size: 12px;
  }

  .top-nav-logo {
    top: 25px;
    left: -52px;
    right: 55px;
  }

  .nav-section {
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: auto;
    box-shadow: 0 3px 8px 4px #000;
  }

  .logos-section {
    background-color: #fff;
    min-width: 0;
    padding-top: 0;
    position: relative;
  }

  .nav-bar {
    z-index: 10000;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    top: 3px;
  }

  .logo {
    top: -10px;
    left: 26px;
  }

  .dropdown-menu {
    top: 11px;
    left: 64px;
  }

  .tol-lfree-top {
    margin-left: 0;
    font-size: 14px;
    left: 0;
    right: 0;
  }

  .nav-button {
    box-shadow: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 16px;
    transition-duration: .246s;
    display: block;
    top: 5px;
  }

  .nav-button:hover {
    box-shadow: none;
    color: #dbbf81;
    background-color: #331004;
    border-radius: 5px;
    transform: none;
  }

  .nav-menu {
    z-index: 10000;
    text-align: center;
    background-color: #fff;
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    display: block;
    position: relative;
    top: 6px;
    left: 0;
    right: 0;
  }

  .menu-button {
    z-index: 10000;
    background-color: #fff;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-button.w--open {
    display: block;
    top: 1px;
  }

  .drop-down-text {
    margin-top: 10px;
    position: relative;
    top: -4px;
  }

  .dropdown-list.w--open {
    margin-left: 4px;
    top: 52px;
    left: 14px;
  }

  .footer-table {
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 54px;
    padding-right: 54px;
  }

  .footer-column-1 {
    padding-left: 0;
  }

  .footer-column-3 {
    padding-left: 34px;
  }

  .footer-column-4 {
    padding-left: 0;
    padding-right: 0;
    right: 34px;
  }

  .submit-button {
    margin-left: 0;
    top: 12px;
    bottom: 0;
    left: 90px;
  }

  .submit-button.contact-form-submit-button {
    margin-left: 219px;
  }

  .submit-button.trade-application-submit-button {
    left: 0;
  }

  .what-is {
    top: 8px;
  }

  .home-splash-text {
    z-index: 2;
    margin-top: -5px;
    margin-bottom: -11px;
    font-size: 13px;
    line-height: 14px;
    top: 13px;
  }

  .home-splash-click-here {
    margin-top: -62px;
    padding-bottom: 30px;
  }

  .form-text {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
  }

  .toll-lfree-footer {
    font-size: 13px;
  }

  .about-column {
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 1px;
    padding-right: 1px;
  }

  .about-column-1 {
    top: 0;
  }

  .about-column-2 {
    right: 0;
  }

  .about-heading {
    margin-left: -6px;
    margin-right: -6px;
    font-size: 24px;
    line-height: 25px;
  }

  .about-us-text {
    margin-left: -6px;
    margin-right: -6px;
    font-size: 16px;
    line-height: 18px;
  }

  .about-us-text.learn-more {
    margin-left: 0;
    margin-right: 0;
    padding-left: 11px;
    padding-right: 11px;
    font-size: 15px;
    line-height: 18px;
  }

  .about-image {
    width: 100%;
  }

  .contact-div {
    left: -355px;
    right: 95px;
  }

  .name-field {
    text-align: left;
    padding-right: 19px;
  }

  .email-field {
    text-align: left;
  }

  .dropdown {
    left: -61px;
  }

  .column-text {
    text-align: center;
    font-size: 17px;
    position: relative;
  }

  .about-call-toll-free {
    text-shadow: none;
    font-size: 19px;
    line-height: 22px;
  }

  .about-call-toll-free.fixture-toll-free-text {
    text-shadow: none;
    padding-left: 64px;
    padding-right: 64px;
  }

  .custom-options-link {
    margin-top: 5px;
    font-size: 17px;
    line-height: 16px;
  }

  .custom-options-link.home-page {
    margin-top: 0;
    font-size: 13px;
    font-weight: 700;
  }

  .custom-options-link.sub-sconce-pages {
    font-size: 27px;
  }

  .learn-more-options {
    top: 8px;
  }

  .footer-form {
    padding-left: 20px;
    padding-right: 0;
    position: relative;
  }

  .section-us-capitol {
    background-position: 100% 100%;
    background-size: contain;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: 500px;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    top: -6px;
  }

  .about-slider-text {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 14px;
    line-height: 16px;
  }

  .formerly-clf {
    text-align: center;
    width: 250px;
    margin-top: 0;
    margin-left: 184px;
    display: flex;
    inset: -72px 0 0 -18px;
  }

  .lighting-links {
    font-size: 12px;
  }

  .lighting-links.quick-contact-header {
    position: relative;
    left: 19px;
  }

  .about-us-main-text-section {
    background-color: #0000;
    background-position: 36% 9%;
    padding-top: 22px;
    padding-bottom: 17px;
    position: relative;
    top: 0;
  }

  .about-text-container {
    padding-bottom: 0;
  }

  .contact-header-txt {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 21px;
    top: 0;
    bottom: 0;
  }

  .about-us-title {
    color: #fff;
    padding-top: 18px;
  }

  .movie-scene-quote {
    padding-left: 0;
    padding-right: 25px;
  }

  .custom-options-header-text {
    font-size: 20px;
  }

  .options-header-text-section {
    top: NaNpx;
  }

  .not-available-anywhere-text {
    font-size: 26px;
  }

  .section-metal-finsh {
    padding-left: 14px;
    padding-right: 14px;
  }

  .options-links-section-1 {
    background-position: 50% -708%;
    background-size: auto;
    background-attachment: fixed;
  }

  .below-sub-button-text {
    margin-left: 76px;
    margin-right: 76px;
  }

  .metal-knobs-row-1 {
    width: auto;
  }

  .knob-labels {
    font-size: 12px;
    line-height: 16px;
  }

  .knobs-table-div {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .section-handcrafted {
    margin-top: 39px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-handcrafted {
    margin-top: -14px;
    overflow: visible;
  }

  .knobs-container {
    height: auto;
    display: inline;
    position: static;
  }

  .c11 {
    transition: all .2s ease-in;
  }

  .c11:hover {
    z-index: 5;
    transition-property: none;
    transition-timing-function: ease;
    transform: none;
  }

  .glass-direction-drawings-table {
    padding-top: 29px;
  }

  .header-title {
    margin-bottom: 0;
    padding-top: 37px;
  }

  .test-link.glass-footer-link {
    line-height: 15px;
  }

  .top-section {
    margin-bottom: 0;
    padding-top: 0;
  }

  .top-toll-free-column {
    top: 9px;
  }

  .top-section-container {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .parker-image-description {
    padding-left: 134px;
    padding-right: 134px;
  }

  .sub-mav-div {
    background-color: #0003;
    background-image: url('../images/rockwell-home-wide-1.jpg');
    background-position: 47% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .navigation-section {
    top: 1px;
  }

  .copyright-text-footer {
    font-size: 11px;
  }

  .top-toll-free-number {
    padding-right: 0;
    display: inline-block;
    top: 0;
    left: 0;
  }

  .wall-lighting-main-section {
    padding-top: 18px;
    display: block;
  }

  .ns34-picture {
    text-shadow: none;
  }

  .wall-lighting-header-title {
    padding-top: 18px;
  }

  .under-light-description-text {
    text-shadow: none;
  }

  .measurements {
    text-shadow: none;
    font-size: 11px;
  }

  .ns1-description {
    padding-bottom: 18px;
  }

  .ns1-header {
    padding-top: 15px;
  }

  .section-splash {
    background-repeat: repeat-x;
    background-size: cover;
    margin-top: 8px;
    margin-bottom: 370px;
    padding-top: 0;
  }

  .new-splash-container {
    display: block;
  }

  .new-splash-columns {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: -21px;
  }

  .new-splash-column-1 {
    top: -12px;
  }

  .new-splash-column-2 {
    display: flex;
  }

  .top-splash-slider.top-splash-slide-5 {
    top: -31px;
  }

  .top-splash-slide-1 {
    background-size: 370px;
  }

  .top-splash-slide-2 {
    background-position: 41%;
    background-size: 343px;
  }

  .top-splash-slide-3 {
    background-position: 13%;
    background-size: 309px;
  }

  .blueprint-options {
    text-align: center;
    position: relative;
  }

  .top-splash-slide-4 {
    background-position: -70%;
    background-size: 332px;
  }

  .light-fixture-thumbnail {
    text-shadow: none;
  }

  .wall-sonce-column-3.fixture-mobile-div {
    margin-top: 26px;
  }

  .thumbnails-toll-free {
    padding-bottom: 10px;
  }

  .circle-page-numbers-div {
    padding-top: 8px;
    padding-bottom: 8px;
    top: 10px;
  }

  .fixture-sub-nav-section {
    margin-bottom: 2px;
    padding-top: 0;
    position: relative;
    top: -6px;
  }

  .contact-form-email {
    font-size: 15px;
  }

  .contact-us-title {
    text-align: right;
    font-size: 14px;
  }

  .nav-social-column-2 {
    padding-top: 0;
    padding-left: 0;
    font-size: 13px;
    position: relative;
    top: 11px;
    left: -19px;
  }

  .facebook-wood-icon, .twitter-wood-icon {
    right: 28px;
  }

  .contact-column-2 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .wood-click-here-options {
    z-index: 1;
    margin-top: -8px;
    top: 19px;
    left: -4px;
  }

  .sale-section {
    width: 768px;
    min-width: 768px;
    max-width: 768px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sale-text {
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 2px;
    font-size: 29px;
    top: 37px;
  }

  .sales-text {
    font-size: 24px;
    line-height: 27px;
    position: relative;
    top: -18px;
  }

  .top-toll-free-header {
    font-size: 22px;
    left: 0;
  }

  .top-toll-free-header.lower-link {
    left: 0;
  }

  .contact-table {
    padding-left: 9px;
    padding-right: 9px;
  }

  .chandeliers-top-text {
    text-shadow: none;
  }

  .metal-finish-knob-picture {
    float: none;
    position: static;
  }

  .under-mini-knobs-text {
    font-size: 24px;
    line-height: 29px;
  }

  .mini-finish-knobs-div {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .mini-knobs-div {
    width: 100%;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .credit-card-logos {
    margin-top: 18px;
  }

  .wall-title-div {
    margin-top: 49px;
  }

  .sale-header {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 66px;
    line-height: 50px;
    position: relative;
    top: 12px;
  }

  .website-launch-sale-header {
    padding-top: 1px;
  }

  .client-logos-container {
    margin-top: 9px;
    padding-left: 58px;
    padding-right: 58px;
    display: inline-block;
  }

  .prices-marked-down-text {
    padding-top: 5px;
    font-size: 13px;
    line-height: 15px;
    top: 0;
  }

  .wall-lights-top-text-container {
    margin-top: 0;
  }

  .quantity-discount-header {
    font-weight: 900;
  }

  .under-sales-text {
    font-size: 17px;
    line-height: 20px;
    top: -4px;
  }

  .labor-day-sale-rules {
    color: #fff;
    margin-bottom: 2px;
    padding: 9px 6px 24px;
    font-size: 15px;
    overflow: hidden;
  }

  .trade-application-text {
    text-align: left;
    margin-right: 0;
    padding-top: 5px;
    padding-left: 45px;
    padding-right: 45px;
    display: inline-block;
  }

  .design-trade-title-text {
    width: 90vw;
    padding-bottom: 32px;
    font-family: Merriweather, serif;
    font-size: 32px;
    display: inline-block;
    position: relative;
  }

  .trade-member-promo-graphic {
    padding-top: 27px;
  }

  .click-here-home-header-link {
    margin-bottom: 1px;
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .learn-more-table-home-page {
    overflow: hidden;
  }

  .right-finger-point {
    filter: invert();
    padding-top: 24px;
    position: relative;
    top: 14px;
  }

  .left-finger-point {
    filter: invert();
    margin-left: 50px;
    padding-top: 24px;
    position: relative;
    top: 13px;
  }

  .home-fixture-top-images {
    margin-left: 7px;
    margin-right: 7px;
    padding-top: 33px;
    transform: scale(1);
  }

  .home-sale-thumbnails-container {
    margin-top: -34px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .home-sale-images-div {
    padding-top: 0;
  }

  .ns90-home-page-image-link {
    width: auto;
    height: auto;
  }

  .do-you-appreciate-handcrafting {
    font-size: 30px;
    line-height: 32px;
  }

  .new-years-sale-div {
    text-align: center;
  }

  .contact-page-outside-usa-call-direct {
    position: relative;
    top: -28px;
  }

  .lighting-text {
    font-size: 58px;
  }

  .sale-text-1 {
    margin-top: 45px;
    font-size: 90px;
    display: block;
    position: relative;
    left: -2px;
  }

  ._20-chandelier-pendants {
    margin-top: 20px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 0;
    font-size: 35px;
    line-height: 25px;
  }

  .nch8-20off {
    min-width: 380px;
    margin: 62px 0 16px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: -24px;
  }

  ._20-off-column-1 {
    margin-top: -38px;
    top: 29px;
    left: -45px;
  }

  .shop-wall-lights-link.link {
    top: -14px;
    left: -8px;
  }

  ._20-off-div-column-1 {
    margin-top: -13px;
  }

  ._20-off-selections-text {
    letter-spacing: 0;
    margin-top: 12px;
    font-size: 14px;
    line-height: 16px;
  }

  ._20-off-chandeliers-link {
    font-size: 25px;
  }

  .pendant-sale-section {
    background-image: linear-gradient(#331004, #331004);
  }

  .wall-lights-not-available-anywhere {
    font-size: 26px;
  }

  ._30-call-toll-free---wall-page-1 {
    top: -4px;
  }

  .section-design-control {
    padding-bottom: 0;
    display: inline-block;
  }

  .container-design-control {
    display: inline;
  }

  .design-control {
    text-align: center;
    margin-top: 12px;
    padding-top: 0;
    padding-left: 52px;
    padding-right: 52px;
    font-size: 29px;
    display: inline-block;
  }

  .design-control-subtext {
    padding-top: 0;
    padding-left: 51px;
    padding-right: 51px;
    line-height: 18px;
  }

  .design-control-learn-more-link {
    padding-bottom: 0;
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: -6px;
  }

  .design-control-here-link {
    margin-top: 0;
    padding-top: 9px;
    position: relative;
    top: 6px;
  }

  .heading-3.presummer-savings {
    font-size: 57px;
  }

  .memorial-day-save-25 {
    font-size: 18px;
    top: -4px;
  }

  .text-under-memorial-day-flag {
    width: 78%;
    font-size: 18px;
    line-height: 18px;
    top: -16px;
  }

  .div-block-2 {
    margin-top: -205px;
    margin-bottom: -215px;
  }

  .memorial-day-sale-flag {
    max-width: 98%;
  }

  .container-4 {
    position: relative;
    top: -27px;
  }

  .heading-home-fine-hand-crafted-lighting-fixtures {
    margin-top: 12px;
    padding-top: 4px;
    font-size: 27px;
    line-height: 30px;
  }

  .image-5 {
    width: 100%;
  }

  .text-span-2 {
    margin-top: -26px;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 23px;
  }

  .splash-hampshire-text.under-picture {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-not-available-anywhere {
    font-size: 27px;
    line-height: 30px;
  }

  .benjamin-text {
    margin-left: 40px;
    margin-right: 40px;
  }

  .tab-pane {
    position: static;
  }

  .heading-5.home-notable-clients {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    display: inline-block;
    position: relative;
    top: 11px;
  }

  .div-block-4 {
    top: -72px;
  }

  .div-vets-days {
    margin-left: 120px;
    margin-right: 120px;
  }

  .text-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .vets-day-text-phone, .vets-day-sales-text {
    color: var(--black);
  }

  .section-popup-sale {
    text-align: center;
    position: relative;
    top: -43px;
  }

  .text-block-5.holiday-sale {
    text-align: center;
    font-size: 60px;
  }

  .text-block-5.new-years-sale {
    margin-top: 97px;
    padding-bottom: 29px;
  }

  .image-11 {
    text-align: center;
    padding-top: 0;
    display: inline-block;
    position: relative;
  }

  .section {
    font-size: 12px;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .section-capitol-building {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
  }

  .us-capitol-div {
    background-image: url('../images/US-Capitol-Building-promo.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    height: auto;
  }

  .recaptcha {
    left: 0;
  }

  .section-spring {
    display: none;
  }

  .div-spring-image {
    background-position: 50% 0;
    background-size: cover;
    display: block;
    position: static;
  }

  .heading-11 {
    font-size: 60px;
    line-height: 80px;
    display: inline-block;
  }

  .text-block-7 {
    color: var(--dk-brown);
    margin-top: 90px;
    margin-bottom: 90px;
    font-family: Great Vibes, cursive;
    font-size: 100px;
  }

  .text-block-8 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .text-span-5 {
    font-size: 10px;
  }

  .summer-sale-wall {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .black-friday-wall-lights-text {
    font-size: 20px;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 30px;
  }

  .text-block-11 {
    font-size: 21px;
    line-height: 20px;
    position: relative;
    top: 12px;
  }

  .click-here-sign-ns1-junior {
    top: -50px;
  }

  .top-splash-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-splash-columns {
    margin-left: 69px;
    margin-right: 69px;
    display: block;
  }

  .splash-slider-column-2 {
    margin-bottom: 47px;
    position: relative;
    top: -134px;
  }

  .splash-slider-column-1 {
    padding-top: 0;
  }

  .slider {
    top: 125px;
  }

  .text-block-13 {
    margin-top: -19px;
    font-size: 14px;
    line-height: 16px;
  }

  .image-19 {
    left: 69px;
  }

  .link-block-4 {
    margin-top: -3px;
    padding-top: 6px;
  }

  .div-block-13 {
    text-align: center;
  }

  .heading-12 {
    margin-top: 1px;
  }

  .fixture-config-shown {
    padding-left: 29px;
    padding-right: 29px;
  }

  .text-block-17 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .ns40-ant {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    padding-bottom: 31px;
  }

  .column-9 {
    text-align: left;
  }

  .column-10 {
    text-align: right;
  }

  .text-block-18 {
    position: relative;
    top: -51px;
  }

  .text-block-21 {
    padding: 4px 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-nav {
    margin-bottom: -7px;
    padding-bottom: 0;
  }

  .testimonials-header {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-header-div {
    padding-left: 63px;
    padding-right: 63px;
  }

  .columns-3 {
    margin-top: 18px;
  }

  .heading-14 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .heading-15 {
    padding-bottom: 12px;
    line-height: 24px;
  }

  .paragraph-6, .text-block-27 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .paragraph-7 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  p {
    text-align: center;
    font-size: 15px;
  }

  a {
    top: auto;
  }

  .button.cust-serv {
    text-align: center;
  }

  .button.learn-more-button {
    max-width: none;
    margin-top: 12px;
    margin-bottom: 0;
    display: block;
    position: static;
    top: 28px;
    left: auto;
  }

  .top-nav-logo {
    left: -102px;
  }

  .nav-section {
    z-index: 10;
    top: auto;
    box-shadow: 0 1px 10px 4px #000;
  }

  .logos-section {
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
    top: 0;
  }

  .nav-bar {
    top: -159px;
  }

  .logo {
    margin-left: 107px;
    padding-left: 1px;
    padding-right: 4px;
    top: -6px;
    bottom: -9px;
    left: -17px;
  }

  .info-table-div {
    float: none;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 13px;
    display: block;
    position: relative;
    top: 54px;
  }

  .dropdown-menu {
    justify-content: center;
    display: flex;
    top: 19px;
    left: 0;
  }

  .tol-lfree-top {
    text-align: center;
    left: 0;
  }

  .nav-button {
    box-shadow: none;
    text-align: center;
    top: 5px;
  }

  .nav-menu {
    z-index: 10000;
    margin-right: 0;
    display: block;
    top: 78px;
    left: 0;
  }

  .menu-button {
    background-color: #fff;
    margin-right: 19px;
    top: 64px;
    left: 0;
  }

  .menu-button.w--open {
    top: 52px;
  }

  .dropdown-list.w--open {
    margin-left: -12px;
    margin-right: 0;
    padding-top: 10px;
    padding-right: 0;
    position: absolute;
    top: 59px;
    left: -10px;
  }

  .footer-table {
    background-repeat: repeat-y;
    background-size: contain;
    background-attachment: scroll;
  }

  .footer-column-1 {
    padding-right: 0;
  }

  .footer-column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column-4 {
    right: 0;
  }

  .submit-button {
    margin-left: 9px;
    top: 18px;
    bottom: 0;
    left: 0;
  }

  .submit-button.trade-application-submit-button {
    top: 11px;
    left: 0;
  }

  .what-is {
    margin-top: 5px;
    padding-bottom: 16px;
    top: 0;
  }

  .home-splash-text {
    z-index: 2;
    text-shadow: 2px 2px 2px #000;
    margin-top: 16px;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 15px;
    top: 3px;
    left: 0;
  }

  .home-splash-click-here {
    margin-top: -73px;
    position: relative;
  }

  .toll-lfree-footer {
    font-size: 19px;
  }

  .about-section {
    position: relative;
    top: 44px;
  }

  .about-column {
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    top: -35px;
  }

  .about-column-1 {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .about-column-2 {
    top: 20px;
    left: 22px;
  }

  .about-heading {
    text-align: center;
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
    position: relative;
    top: -26px;
  }

  .about-us-text {
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us-text.learn-more {
    font-size: 15px;
  }

  .about-image {
    margin-top: 83px;
    padding-bottom: 0;
  }

  .about-image.custom-icon {
    width: 205px;
  }

  .dropdown-link {
    text-align: center;
  }

  .contact-div {
    left: -361px;
    right: -68px;
  }

  .name-field {
    text-align: left;
  }

  .email-field, .comment-field {
    padding-left: 19px;
    padding-right: 19px;
  }

  .dropdown {
    top: 15px;
    left: 0;
    right: -1px;
  }

  .column-text {
    font-size: 22px;
  }

  .about-call-toll-free {
    text-align: center;
    text-shadow: none;
    margin-top: -8px;
    margin-bottom: 30px;
    padding-top: 9px;
    font-size: 16px;
    line-height: 22px;
    top: 4px;
  }

  .about-call-toll-free.fixture-toll-free-text {
    text-shadow: none;
  }

  .custom-options-link {
    margin-top: 0;
    font-size: 16px;
    top: 0;
  }

  .custom-options-link.home-page {
    font-size: 14px;
  }

  .custom-options-link.sub-sconce-pages {
    font-size: 21px;
  }

  .learn-more-options {
    text-align: center;
    margin-top: -7px;
    margin-bottom: 30px;
    padding-bottom: 2px;
    display: block;
    position: absolute;
    top: 483px;
    left: 191px;
  }

  .footer-form {
    padding-bottom: 48px;
    padding-left: 0;
    display: block;
    position: relative;
    left: 0;
    right: 0;
  }

  .about-image-link-block {
    float: none;
    clear: none;
    text-align: center;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 205px;
    height: 205px;
    display: inline;
    position: relative;
    top: 3px;
  }

  .customer-service-link-block {
    text-align: center;
    top: 3px;
  }

  .quick-form-text {
    padding-top: 51px;
    padding-left: 78px;
    font-size: 23px;
  }

  .section-us-capitol {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 1px;
    padding-top: 261px;
    padding-bottom: 98px;
    top: 1px;
  }

  .bluprint-table {
    background-image: none;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    bottom: 91px;
  }

  .about-slider-text {
    padding-right: 36px;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    left: -15px;
  }

  .formerly-clf {
    margin-left: -29px;
    padding-left: 0;
    display: inline-block;
    top: -24px;
    left: 25px;
    right: 0;
  }

  .slider-slideshow {
    left: -27px;
  }

  .lighting-links {
    text-align: left;
    font-size: 15px;
    position: relative;
    top: 11px;
    left: 0;
  }

  .lighting-links.quick-contact-header {
    left: -23px;
  }

  .about-us-main-text-section {
    background-position: 37% 144px;
  }

  .about-text-container {
    text-align: left;
    background-color: #0000;
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 8px 7px 10px;
    font-style: normal;
    line-height: 17px;
    top: -20px;
  }

  .contact-header-txt {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 18px;
    line-height: 22px;
    display: block;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
  }

  .about-us-title {
    background-color: #0000;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 0 10px;
    position: relative;
    top: -5px;
    left: 0;
    right: 0;
  }

  .custom-options-text-container {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -54px;
    left: 0;
    right: 0;
  }

  .movie-scene-quote {
    padding-right: 13px;
  }

  .customer-inquiries-footer {
    padding-top: 14px;
  }

  .custom-options-header-text {
    margin-top: 0;
    padding: 7px 27px 0;
    display: inline-block;
    position: relative;
    top: -9px;
  }

  .options-header-text-section {
    margin-top: 69px;
    padding-top: 0;
    padding-bottom: 14px;
    top: 0;
    left: 0;
  }

  .not-available-anywhere-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    top: -34px;
  }

  .section-metal-finsh {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .below-sub-button-text {
    margin-left: 32px;
    margin-right: 32px;
    top: 27px;
  }

  .section-custom-options-upper-text {
    padding-top: 35px;
  }

  .metal-knobs-row-1 {
    text-align: center;
  }

  .knob-labels {
    font-size: 12px;
  }

  .section-handcrafted {
    margin-top: 0;
    padding-top: 0;
    display: inline-block;
    position: relative;
    top: -46px;
  }

  .container-handcrafted {
    margin-top: 0;
    padding-bottom: 0;
    position: static;
    inset: -10px 0 0;
  }

  .metal-color-container {
    width: 94%;
    margin-left: 8px;
  }

  .glass-shades-container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .arm-length-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .c27 {
    margin-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .ns2 {
    margin-top: 9px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .drawing-column-1 {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .drawing-column-2 {
    text-align: center;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .drawing-column-3 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .switches-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-title {
    text-align: left;
    text-shadow: none;
    margin-left: 0;
    padding-top: 7px;
    padding-left: 0;
    display: inline-block;
    position: relative;
    left: 12px;
    right: 0;
  }

  .test-link.glass-footer-link {
    line-height: 11px;
  }

  .lower-links-div {
    text-align: center;
  }

  .top-section {
    justify-content: center;
    padding-bottom: 27px;
    display: flex;
  }

  .dropdown-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-toll-free-column {
    top: 3px;
  }

  .top-section-container {
    justify-content: center;
    display: flex;
  }

  .top-section-row {
    display: block;
  }

  .decorating-advice-text {
    padding-left: 26px;
    padding-right: 26px;
  }

  .testimonial-text {
    text-align: center;
    margin-top: 2px;
    padding-top: 14px;
    padding-left: 58px;
    padding-right: 58px;
    font-size: 17px;
    display: inline-block;
    position: relative;
    top: 0;
  }

  .testimonial-signature {
    line-height: 13px;
    display: inline-block;
  }

  .parker-image-description {
    padding-left: 31px;
    padding-right: 31px;
  }

  .deco-advice-toll-free-bottom {
    top: 28px;
  }

  .deco-advice-title {
    position: relative;
    left: 26px;
  }

  .deco-advice-title-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sub-mav-div {
    background-position: 48% 0;
    background-attachment: fixed;
  }

  .navigation-section {
    top: auto;
  }

  .copyright-text-footer {
    text-align: center;
    font-size: 12px;
  }

  .top-toll-free-number {
    padding-right: 0;
    font-size: 25px;
    top: 1px;
  }

  .trade-discounts-main-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wall-lighting-main-section {
    background-color: #000;
    margin-bottom: 19px;
    padding-top: 0;
  }

  .ns34-picture {
    text-shadow: none;
    margin-top: 8px;
    padding-top: 0;
    position: relative;
    top: 15px;
  }

  .wall-sconce-column1, .wall-sconce-column-2, .wall-sconce-column-3, .wall-sconce-column-4 {
    padding-top: 21px;
  }

  .container-wall-sconces-lighting-title {
    display: block;
    position: relative;
    left: 0;
  }

  .wall-lighting-header-title {
    text-align: center;
    padding-top: 23px;
    line-height: 23px;
    position: relative;
    top: -7px;
    left: 34px;
  }

  .wall-lighting-header-title.color {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .under-light-description-text {
    text-shadow: none;
    font-size: 20px;
    line-height: 22px;
  }

  .measurements {
    text-shadow: none;
    font-size: 16px;
  }

  .ns1-header {
    margin-top: 10px;
    padding-top: 19px;
  }

  .section-splash {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    margin-top: 15px;
    margin-bottom: -24px;
    padding-top: 0;
    display: block;
    position: relative;
    top: -13px;
  }

  .new-splash-container {
    padding-top: 51px;
  }

  .new-splash-columns {
    padding-left: 14px;
    padding-right: 14px;
    top: 11px;
  }

  .new-splash-column-1 {
    margin-top: 0;
    padding-top: 0;
    top: 0;
  }

  .new-splash-column-2 {
    top: -21px;
    left: -125px;
  }

  .top-splash-border {
    text-align: center;
    display: block;
    position: relative;
    top: 46px;
    left: 185px;
  }

  .top-splash-slider.top-splash-slide-5 {
    top: 8px;
  }

  .top-splash-slide-1 {
    text-align: left;
    background-position: 105%;
    background-size: 600px;
    width: 548px;
    padding-right: 0;
    top: auto;
    left: -50px;
    right: auto;
  }

  .top-splash-slide-2 {
    text-align: center;
    background-position: 59%;
    background-size: 440px;
    top: 0;
    left: 0;
  }

  .top-splash-slide-3 {
    background-position: 78% 33%;
    background-size: 500px;
    left: -36px;
  }

  .blueprint-deco {
    text-align: center;
  }

  .blueprint-service {
    display: inline-block;
  }

  .blueprint-div-custom {
    text-align: center;
  }

  .top-splash-slide-4 {
    background-position: 33%;
    background-size: 489px;
    top: 0;
    left: 0;
    right: 0;
  }

  .click-to-enlarge {
    text-align: center;
  }

  .light-fixture-thumbnail {
    text-shadow: none;
    width: 200px;
  }

  .wall-sonce-column-3.fixture-mobile-div {
    margin-top: 24px;
  }

  .thumbnails-toll-free {
    color: #fff;
    padding: 19px 56px 14px;
    line-height: 17px;
  }

  .circle-page-numbers-div {
    text-align: center;
    width: 100vw;
    padding-top: 1px;
    padding-bottom: 16px;
    display: block;
    position: relative;
    top: 5px;
    left: auto;
    right: auto;
  }

  .page-number-circle-links {
    left: 41px;
  }

  .fixture-sub-nav-section {
    top: 0;
  }

  .sconce-sub-nav-section {
    justify-content: center;
    margin-top: 3px;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: -9px;
  }

  .circle-page-number {
    padding-top: 19px;
    padding-bottom: 14px;
  }

  .fixture-container {
    padding-left: 23px;
    padding-right: 23px;
  }

  .touch-on-mobile-to-call.color {
    color: #696969;
  }

  .contact-us-title {
    text-align: center;
    font-size: 19px;
  }

  .deco-advice-header-title {
    position: relative;
    left: 25px;
  }

  .deco-advice-top-title {
    position: relative;
    left: 27px;
  }

  .nav-social-column-2 {
    padding-left: 67px;
    padding-right: 67px;
    display: block;
    position: relative;
    top: 1px;
    left: -1px;
  }

  .facebook-wood-icon {
    top: -134px;
    left: -8px;
  }

  .twitter-wood-icon {
    top: -134px;
    left: -7px;
  }

  .nav-tabs {
    overflow: hidden;
  }

  .top-splash-slide-5 {
    background-position: 50% 9%;
    left: -23px;
    right: 4px;
  }

  .wall-lights-sub-nav {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
    top: -6px;
    left: 0;
    right: 0;
  }

  .wood-click-here-options {
    z-index: 1;
    top: 24px;
    left: -5px;
  }

  .sale-section {
    float: none;
    clear: none;
    background-image: none;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    display: block;
    position: relative;
    top: -53px;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .sale-text {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 21px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 23px;
  }

  .sales-text {
    padding-top: 0;
    font-size: 23px;
    line-height: 24px;
    display: inline-block;
    position: relative;
    top: -31px;
    left: auto;
  }

  .c11-link:hover {
    transform: scale(1.49)translate(-5px, -5px);
  }

  .top-toll-free-header {
    left: 0;
    top: NaNpx;
    font-size: 20px;
    bottom: 10px;
  }

  .top-toll-free-header.lower-link {
    top: NaNpx;
    padding-top: 22px;
  }

  .chandeliers-header-title {
    text-align: center;
    padding-top: 25px;
  }

  .chandeliers-top-text {
    text-shadow: none;
    padding-left: 18px;
    padding-right: 18px;
  }

  .chandelier-sub-nav-section {
    background-position: 39% 0;
  }

  .under-mini-knobs-text {
    font-size: 21px;
    line-height: 24px;
  }

  .mini-finish-knobs-div {
    margin-bottom: 0;
    padding: 0;
  }

  .general-gold-text {
    padding-top: 26px;
  }

  .wall-title-div {
    width: 80%;
    margin-top: 6px;
    display: inline-block;
    position: relative;
    top: 17px;
    left: 0;
    right: 0;
  }

  .sale-header {
    width: 90vw;
    padding-top: 8px;
    font-size: 49px;
    line-height: 44px;
    display: inline-block;
    position: relative;
    top: 4px;
  }

  .website-launch-sale-header {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 14px;
    display: inline-block;
    position: relative;
    top: -24px;
  }

  .client-logos-container {
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .prices-marked-down-text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 18px;
    top: -3px;
  }

  .wall-lights-top-text-container {
    text-align: center;
    margin-top: 16px;
  }

  .wall-lights-top-title-text {
    position: relative;
    top: -23px;
  }

  .wall-lights-circle-buttons {
    display: inline-block;
    position: relative;
    left: -40px;
  }

  .trade-discounts-big-header {
    font-size: 25px;
  }

  .under-sales-text {
    font-size: 17px;
    line-height: 20px;
  }

  .wall-lights-top-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .labor-day-sale-rules {
    color: #fff;
    letter-spacing: -.3px;
    margin-top: 7px;
    margin-bottom: 6px;
    padding-top: 10px;
    font-size: 15px;
    line-height: 16px;
  }

  .design-trade-title-text {
    color: #fff;
    font-size: 29px;
  }

  .trade-member-promo-graphic {
    padding-top: 37px;
  }

  .click-here-home-header-link {
    font-size: 15px;
  }

  .learn-more-table-home-page {
    display: inline-block;
  }

  .learn-more-table-row-3 {
    display: block;
    top: 0;
    bottom: 0;
    right: 33px;
  }

  .right-finger-point {
    margin-left: -43px;
    padding-top: 37px;
    display: none;
  }

  .left-finger-point {
    padding-top: 36px;
    display: none;
    position: relative;
    left: 28px;
  }

  .top-splash-slide-6 {
    text-align: center;
    left: -8px;
    right: 0;
  }

  .top-splash-slide-7 {
    left: -1px;
  }

  .about-click-here-trade-app {
    padding-left: 17px;
    padding-right: 17px;
  }

  .home-fixture-top-images {
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 4px;
  }

  .home-sale-thumbnails-container {
    margin-top: 1px;
    padding-top: 11px;
  }

  .ns90-home-page-image-link {
    max-height: auto;
    min-width: auto;
    min-height: auto;
    display: inline-block;
    position: static;
  }

  .ns90-free-sconce-main-container {
    height: auto;
    min-height: auto;
    display: inline-block;
  }

  .do-you-appreciate-handcrafting {
    padding-left: 31px;
    padding-right: 31px;
    font-family: Merriweather, serif;
    font-size: 26px;
    line-height: 29px;
  }

  .new-years-sale-section {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-page-outside-usa-call-direct {
    margin-bottom: 0;
    padding-top: 0;
    top: 0;
    left: 0;
  }

  .lighting-text {
    margin-top: -14px;
    font-size: 70px;
  }

  .sale-text-1 {
    margin-top: 70px;
    padding-bottom: 67px;
    font-size: 110px;
    line-height: 90px;
  }

  ._20-chandelier-pendants {
    margin-top: -33px;
    margin-left: 21px;
    margin-right: 21px;
    font-size: 40px;
    line-height: 26px;
  }

  .february-28 {
    margin-top: 3px;
    padding-bottom: 33px;
  }

  .nch8-20off {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  ._20-off-column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-wall-lights-link.link {
    position: static;
  }

  ._20-off-div-column-1 {
    margin-top: 16px;
    position: relative;
    top: -59px;
    left: 44px;
  }

  ._20-off-selections-text {
    margin-top: -19px;
    padding-bottom: 12px;
    padding-left: 56px;
    padding-right: 56px;
    font-size: 16px;
  }

  ._20-off-chandeliers-link {
    top: -3px;
  }

  .pendant-sale-section {
    background-position: 52%;
  }

  .wall-lights-not-available-anywhere {
    font-size: 29px;
    font-style: italic;
    line-height: 32px;
  }

  ._30-off-wall-sconces---wall-page-1 {
    font-size: 24px;
  }

  ._30-call-toll-free---wall-page-1 {
    font-size: 18px;
    display: inline-block;
  }

  .section-design-control {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .design-control {
    margin-top: 2px;
    padding-bottom: 2px;
    font-size: 20px;
    display: inline-block;
  }

  .design-control-subtext {
    padding-left: 48px;
    padding-right: 48px;
    line-height: 17px;
  }

  .design-control-learn-more-link {
    font-size: 20px;
    line-height: 22px;
  }

  .column-3 {
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .heading-3.presummer-savings {
    letter-spacing: 3px;
  }

  .memorial-day-save-25 {
    letter-spacing: -.5px;
    font-size: 17px;
  }

  .text-under-memorial-day-flag {
    font-size: 17px;
    line-height: 17px;
    top: -9px;
  }

  .div-block-2 {
    margin-top: -149px;
    margin-bottom: -152px;
  }

  .memorial-day-toll-free {
    font-size: 27px;
  }

  .heading-home-fine-hand-crafted-lighting-fixtures {
    margin-top: 8px;
    padding-top: 0;
    font-size: 21px;
    line-height: 25px;
  }

  .image-5 {
    width: 100%;
    margin-bottom: 0;
  }

  .text-span-2 {
    margin-top: -6px;
    font-size: 31px;
    line-height: 30px;
  }

  .splash-hampshire-text.paragraph-2 {
    margin-top: 9px;
  }

  .splash-hampshire-text.under-picture {
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading-not-available-anywhere {
    padding-top: 9px;
    font-size: 21px;
    line-height: 25px;
  }

  .benjamin-text {
    margin-left: 103px;
    margin-right: 103px;
  }

  .heading-5.home-notable-clients {
    color: #a54445;
    font-size: 23px;
    top: 16px;
  }

  .div-block-4 {
    top: -90px;
  }

  .section-vets-day {
    background-size: cover;
  }

  .heading-9 {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
  }

  .div-vets-days {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
  }

  .vets-day-text-phone {
    color: var(--black);
    text-align: center;
    padding-top: 0;
  }

  .vets-day-sales-text {
    color: var(--black);
    padding-bottom: 0;
    font-size: 17px;
  }

  .section-popup-sale {
    top: -95px;
  }

  .text-block-5 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-block-5.new-years-sale {
    margin-top: 130px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 52px;
  }

  .text-block-6 {
    padding-left: 49px;
    padding-right: 49px;
  }

  .section {
    bottom: auto;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .recaptcha {
    left: 81px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .paragraph-4 {
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-spring-image {
    background-position: 50% 0;
  }

  .spring-sale-text {
    direction: ltr;
    white-space: normal;
    font-size: 90px;
    line-height: 90px;
  }

  .text-block-8 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 27px;
  }

  .summer-sale-wall {
    color: #3330;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .memorial-day {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: none;
  }

  .ns85-text-link {
    font-size: 15px;
  }

  .top-splash-slide-8 {
    left: 13px;
  }

  .black-friday-wall-lights-text {
    padding-left: 33px;
    padding-right: 33px;
    font-size: 15px;
    line-height: 20px;
  }

  .text-span-6 {
    margin-top: 12px;
    display: block;
  }

  .ns1-junior {
    display: inline-block;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .columns {
    display: inline-block;
  }

  .column-6 {
    text-align: center;
    align-items: center;
    margin-bottom: -45px;
    padding-bottom: 0;
    padding-right: 0;
    display: inline-block;
    left: auto;
  }

  .text-block-11 {
    text-align: center;
    margin: 13px 45px;
    padding-right: 0;
    font-size: 30px;
    line-height: 31px;
    top: 23px;
  }

  .click-here-sign-ns1-junior {
    top: -3px;
    left: 0;
  }

  .click-here-wood-junior-home {
    top: -67px;
  }

  .presidents-day-section {
    position: relative;
    top: -11px;
  }

  .top-splash-div {
    margin-top: 15px;
  }

  .top-splash-columns {
    margin-left: 20px;
    margin-right: 20px;
  }

  .splash-slider-column-2 {
    margin-top: 48px;
    top: -97px;
  }

  .splash-slider-column-1 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .slide-4 {
    z-index: 1000;
    padding-bottom: 0;
    top: -4px;
  }

  .ns1-hero-section {
    display: none;
  }

  .spring-sale-section {
    display: none;
    position: relative;
    top: -55px;
  }

  .text-block-13 {
    text-align: center;
    display: none;
  }

  .image-19 {
    left: 25px;
  }

  .link-block-4 {
    margin-top: -14px;
    padding-top: 0;
  }

  .heading-12 {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .text-block-17 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .column-9 {
    text-align: center;
  }

  .column-10 {
    text-align: center;
    padding-bottom: 17px;
  }

  .text-block-18 {
    text-align: center;
    padding-left: 64px;
    padding-right: 64px;
    font-size: 17px;
    position: relative;
    top: -65px;
  }

  .text-block-21 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .model-ns10-hbo {
    font-size: 15px;
  }

  .heading-13 {
    margin-top: 0;
  }

  .testimonial-slider-large {
    padding: 22px 15px 26px;
  }

  .container {
    margin-left: -3px;
    margin-right: -3px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-nav {
    margin-bottom: -8px;
    padding-bottom: 36px;
  }

  .testimonials-header {
    margin-top: 4px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 15px;
    line-height: 23px;
  }

  .testimonials-header-div {
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
  }

  .link-block-6 {
    border: 1px solid #fff;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .image-26 {
    color: #3330;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    text-decoration: none;
    display: block;
    box-shadow: inset 5px 5px 5px 9px #000;
  }

  .link-block-7 {
    top: -21px;
  }

  .heading-14 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-15 {
    padding-bottom: 14px;
    padding-left: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .paragraph-6 {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 19px;
  }

  .div-block-15 {
    padding-bottom: 17px;
    padding-left: 44px;
    padding-right: 44px;
  }

  .text-block-27 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-7 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
  }

  a {
    padding-bottom: 25px;
    top: 0;
  }

  .button.cust-serv {
    top: 603px;
  }

  .button.learn-more-button {
    margin-top: 12px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .top-nav-logo {
    padding-bottom: 14px;
    top: 4px;
    left: auto;
    right: auto;
  }

  .nav-section {
    padding-bottom: 0;
    top: auto;
    box-shadow: 0 1px 13px 3px #000;
  }

  .logos-section {
    margin: 0;
    padding: 23px 0 0;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .nav-bar {
    justify-content: center;
    align-items: flex-start;
    padding-top: 45px;
    padding-bottom: 0;
    display: flex;
    top: -2px;
  }

  .logo {
    margin-left: 8px;
    top: -11px;
    left: -9px;
  }

  .info-table-div {
    text-align: center;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .dropdown-menu {
    margin-top: 3px;
    inset: 7px auto 8px;
  }

  .tol-lfree-top {
    line-height: 15px;
    top: 5px;
    left: 0;
  }

  .nav-button {
    z-index: 1001;
    box-shadow: none;
    display: block;
  }

  .nav-menu {
    z-index: 10000;
    padding-top: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
  }

  .menu-button {
    background-color: #fff;
    margin-top: 3px;
    margin-right: 0;
    display: inline-block;
    position: relative;
    top: -112px;
    left: 0;
    right: 0;
  }

  .menu-button:focus {
    background-color: #dbbf81;
  }

  .menu-button.w--open {
    display: inline-block;
    position: relative;
    top: -113px;
  }

  .menu-button.w--open:hover {
    background-color: var(--white);
  }

  .menu-button.w--open:focus {
    margin-left: auto;
    margin-right: auto;
  }

  .drop-down-text {
    padding-top: 5px;
    position: relative;
    top: -7px;
  }

  .drop-down-text:hover {
    color: var(--darkk-brown);
  }

  .dropdown-list.w--open {
    margin-left: auto;
    top: 53px;
    left: auto;
  }

  .footer-table {
    background-size: contain;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 42px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .footer-column-2 {
    padding-top: 17px;
  }

  .footer-column-4 {
    left: 0;
    right: 0;
  }

  .submit-button {
    top: 16px;
    left: 0;
  }

  .submit-button.trade-application-submit-button {
    left: 0;
  }

  .drop-down-arrow:hover {
    color: var(--darkk-brown);
  }

  .what-is {
    margin-left: 8px;
    padding-bottom: 11px;
    top: -116px;
    left: -6px;
  }

  .home-splash-text {
    z-index: 2;
    text-shadow: 2px 1px 2px #000;
    margin-bottom: -19px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 25px;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 13px;
    line-height: 14px;
    top: -125px;
    left: 0;
  }

  .home-splash-click-here {
    margin-top: -29px;
  }

  .toll-lfree-footer {
    font-size: 18px;
  }

  .about-section {
    text-align: center;
    width: 308px;
    height: 1200px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    top: 28px;
  }

  .about-column {
    width: 300px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    top: 0;
  }

  .about-column-1 {
    text-align: center;
  }

  .about-column-2 {
    left: 0;
  }

  .about-heading {
    text-align: left;
    margin-left: -7px;
    margin-right: 1px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Merriweather, serif;
    font-size: 23px;
    line-height: 28px;
    top: -20px;
  }

  .about-us-text {
    text-align: center;
    width: 273px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    position: relative;
    top: -4px;
  }

  .about-us-text.learn-more {
    width: 273px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
    position: relative;
    top: -9px;
  }

  .about-image {
    width: 100%;
    margin-top: 26px;
    position: relative;
    top: 20px;
  }

  .about-image.custom-icon {
    margin-top: 29px;
    padding-bottom: 19px;
  }

  .contact-div {
    top: 380px;
    right: -355px;
  }

  .name-field {
    padding-left: 19px;
    padding-right: 19px;
  }

  .dropdown {
    flex: none;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: 22px;
    left: auto;
    right: auto;
  }

  .column-text {
    margin-bottom: 0;
    padding-top: 19px;
    padding-bottom: 19px;
    left: 4px;
  }

  .about-toll-free {
    margin-left: -5px;
    padding-right: 0;
    font-size: 34px;
    position: relative;
    top: -5px;
  }

  .about-call-toll-free {
    text-align: center;
    text-shadow: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 11px;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
    top: 15px;
  }

  .about-call-toll-free:hover {
    text-shadow: none;
  }

  .about-call-toll-free.fixture-toll-free-text {
    text-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-options-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 28px;
    top: 9px;
  }

  .custom-options-link.home-page {
    padding-top: 0;
    font-size: 14px;
  }

  .custom-options-link.in-page {
    font-size: 15px;
  }

  .learn-more-options {
    text-align: center;
    width: auto;
    margin-top: 20px;
    top: 598px;
    left: 22px;
    right: 17px;
  }

  .footer-form {
    padding-bottom: 0;
  }

  .about-image-link-block {
    padding-top: 0;
  }

  .quick-form-text {
    padding-left: 68px;
  }

  .section-us-capitol {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    min-height: 225px;
    padding-top: 187px;
    padding-bottom: 18px;
    position: static;
    top: 0;
  }

  .bluprint-table {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    top: -118px;
  }

  .about-slider-text {
    margin-top: 37px;
    margin-left: 0;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 15px;
    line-height: 18px;
    top: 0;
    left: 0;
  }

  .formerly-clf {
    width: 240px;
    margin-top: 0;
    margin-left: 0;
    padding-left: 6px;
    font-family: Merriweather, serif;
    font-size: 8px;
    display: block;
    top: -71px;
    left: 45px;
  }

  .slider-slideshow {
    margin-top: 16px;
    left: 0;
  }

  .slideshow-nav {
    letter-spacing: 100px;
    font-size: 20px;
    line-height: 20px;
    top: 316px;
  }

  .lighting-links {
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    left: 0;
  }

  .lighting-links.quick-contact-header {
    top: -5px;
    left: -29px;
  }

  .about-us-main-text-section {
    background-image: url('../images/jessee-james-paramount.jpg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 1px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 1px;
    right: 1px;
  }

  .about-text-container {
    text-align: left;
    background-color: #0000;
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 21px 8px 4px;
    line-height: 17px;
    display: inline-block;
    position: relative;
  }

  .contact-header-txt {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    top: 0;
    bottom: 0;
  }

  .about-us-title {
    background-color: #0000;
    margin-left: -4px;
    padding: 13px 12px;
    font-size: 15px;
    display: inline-block;
    position: relative;
    top: -16px;
  }

  .custom-options-text-container {
    color: var(--burlywood);
    text-shadow: none;
    border: 1px solid #0000;
    margin-top: 16px;
    padding-bottom: 25px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    top: 0;
  }

  .movie-scene-quote {
    color: #9999997d;
    margin-right: 7px;
    font-size: 11px;
  }

  .customer-inquiries-footer {
    padding-top: 27px;
  }

  .footer-email {
    color: #c9c9c9;
    margin-left: 0;
  }

  .footer-email:hover {
    color: #fff;
  }

  .custom-options-header-text {
    width: auto;
    margin-top: 0;
    padding: 0 18px 19px;
    font-size: 15px;
    line-height: 17px;
  }

  .options-header-text-section {
    padding-top: 0;
    padding-bottom: 1px;
    top: 0;
    left: auto;
  }

  .not-available-anywhere-text {
    margin-top: 14px;
    padding: 0 17px 11px;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    top: -11px;
  }

  .options-sub-nav-button.metal {
    transform: none;
  }

  .options-sub-nav-button.tubing {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .section-metal-finsh {
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 14px;
  }

  .below-sub-button-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 18px;
    top: 70px;
  }

  .section-custom-options-upper-text {
    padding: 21px 10px 39px;
    position: relative;
    top: -74px;
  }

  .knob-labels {
    color: #cccaca;
    margin-left: -18px;
    margin-right: -18px;
    font-size: 12px;
  }

  .section-handcrafted {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    position: static;
    top: 0;
  }

  .container-handcrafted {
    text-align: center;
    background-color: #fff;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    display: inline-block;
    position: static;
    top: 0;
  }

  .metal-color-container {
    color: #dbbf81;
    text-align: left;
    background-color: #331004;
    margin-top: 13px;
    margin-left: 0;
    margin-right: 4px;
    padding-left: 9px;
    padding-right: 0;
    font-family: Merriweather, serif;
  }

  .footer-support-links {
    margin-bottom: -4px;
    padding-top: 18px;
  }

  .glass-shades-container {
    padding-left: 13px;
    padding-right: 13px;
  }

  .c11:hover {
    transform: none;
  }

  .drawing-column-1 {
    text-align: center;
  }

  .drawing-column-2 {
    text-align: center;
    list-style-type: none;
  }

  .drawing-column-3 {
    list-style-type: none;
  }

  .back-to-links-block {
    margin-top: 0;
    padding-bottom: 22px;
    top: 18px;
  }

  .switches-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-title {
    text-align: center;
    text-shadow: none;
    margin-left: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    top: -14px;
    left: 0;
  }

  .header-title.arms-length {
    text-align: center;
  }

  .test-link {
    font-size: 16px;
  }

  .lower-links-div {
    position: relative;
  }

  .top-section {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .top-toll-free-column {
    justify-content: center;
    display: inline-block;
    left: 0;
  }

  .deco-advice-section {
    padding-bottom: 21px;
  }

  .decorating-advice-text {
    padding-left: 18px;
    padding-right: 18px;
  }

  .testimonial-text {
    direction: ltr;
    margin-top: 50px;
    padding-top: 9px;
    padding-left: 21px;
    padding-right: 21px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    list-style-type: disc;
    position: relative;
    top: -46px;
  }

  .testimonial-signature {
    margin-bottom: 0;
    padding-top: 0;
    line-height: 14px;
    position: relative;
    top: -29px;
  }

  .parker-image-description {
    padding-left: 22px;
    padding-right: 22px;
  }

  .deco-advice-toll-free-bottom {
    line-height: 17px;
    top: 1px;
  }

  .deco-advice-title {
    left: 19px;
  }

  .sub-mav-div {
    background-position: 50%;
    background-attachment: fixed;
    padding-top: 85px;
    padding-bottom: 0;
    top: -89px;
  }

  .navigation-section {
    position: relative;
    top: auto;
  }

  .testimonials-title-intro {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 16px;
    line-height: 17px;
  }

  .toll-free-testimonials-top {
    line-height: 12px;
  }

  .copyright-text-footer {
    font-size: 12px;
    position: relative;
    left: 0;
  }

  .top-toll-free-number {
    color: var(--white);
    padding-right: 0;
    top: 4px;
  }

  .trade-discounts-main-section {
    background-image: url('../images/blueprint-brn.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: -7px;
    left: 0;
    right: 0;
  }

  .wall-lighting-main-section {
    margin-bottom: 5px;
    padding-top: 13px;
    padding-bottom: 7px;
    position: relative;
    top: 0;
  }

  .ns34-picture {
    text-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    top: 20px;
  }

  .container-wall-sconces-lighting-title {
    position: static;
    left: 0;
  }

  .wall-lighting-header-title {
    text-align: center;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    top: -14px;
    left: 0;
  }

  .wall-lighting-header-title.color {
    z-index: 2;
    padding-top: 0;
    padding-left: 23px;
    padding-right: 23px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .under-light-description-text {
    text-shadow: none;
  }

  .measurements {
    text-shadow: none;
    margin-bottom: 12px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    top: 18px;
  }

  .lamping {
    line-height: 16px;
  }

  .ns1-description {
    padding-bottom: 0;
    line-height: 17px;
  }

  .ns1-description.nch7 {
    line-height: 15px;
  }

  .ns1-header {
    margin-top: 17px;
  }

  .section-splash {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 1px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 83px;
    left: 0;
    right: 0;
  }

  .new-splash-container {
    margin-top: -55px;
    padding-top: 0;
  }

  .new-splash-columns {
    margin-bottom: 0;
    padding: 0;
    top: 17px;
  }

  .new-splash-column-1 {
    margin-top: 56px;
    padding-top: 18px;
    padding-left: 6px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
  }

  .new-splash-column-2 {
    text-align: center;
    display: inline-block;
    top: -40px;
    left: -19px;
    right: 4px;
  }

  .top-splash-border {
    top: 10px;
    left: 60px;
  }

  .top-splash-slide-1 {
    background-position: 77%;
    background-size: 349px;
    width: 300px;
    min-width: 75px;
    padding-bottom: 79px;
    display: inline-block;
    top: -111px;
    left: -1px;
  }

  .top-splash-slide-2 {
    background-size: contain;
    width: 300px;
    top: -90px;
    left: -8px;
  }

  .top-splash-slide-3 {
    background-image: url('../images/ns1-white-frosted.jpg');
    background-size: contain;
    padding-bottom: 0;
    padding-right: 0;
    top: 0;
    left: -9px;
  }

  .blueprint-options {
    display: inline;
    position: relative;
    top: 88px;
  }

  .blueprint-deco {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    display: inline;
    position: relative;
    top: 88px;
  }

  .blueprint-service {
    text-align: center;
    display: inline;
    position: relative;
    top: 88px;
  }

  .mask-1 {
    padding-left: 6px;
  }

  .blueprint-div-custom {
    text-align: center;
  }

  .top-splash-slide-4 {
    background-position: 296% 1%;
    background-size: 300px;
    padding-bottom: 0;
    padding-right: 0;
    top: 21px;
    left: -7px;
  }

  .ns9a-antique-brass {
    color: #000;
    text-shadow: none;
  }

  .click-to-enlarge {
    text-align: center;
    padding-top: 24px;
    font-size: 15px;
  }

  .light-fixture-thumbnail {
    text-shadow: none;
  }

  .social-container {
    z-index: 10;
  }

  .wall-sonce-column-3 {
    padding-top: 17px;
    padding-bottom: 18px;
  }

  .wall-sonce-column-3.fixture-mobile-div {
    margin-top: -7px;
  }

  .thumbnails-toll-free {
    padding: 15px 9px 43px;
    font-size: 16px;
    line-height: 17px;
  }

  .circle-page-numbers-div {
    z-index: 2;
    padding: 6px 15px 0;
    top: -4px;
    bottom: 0;
    left: 0;
  }

  .page-number-circle-links {
    padding-top: 9px;
    padding-bottom: 0;
    left: 0;
  }

  .page-number-circle-links.w--current {
    left: 0;
  }

  .circle-page-link {
    width: 40px;
    height: 30px;
    margin-top: 9px;
  }

  .fixture-sub-nav-section {
    margin-top: -64px;
    padding-top: 0;
    padding-bottom: 0;
    top: 58px;
  }

  .sconce-sub-nav-section {
    align-items: center;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 9px;
    display: block;
    position: relative;
    top: -9px;
  }

  .circle-page-number {
    padding-top: 7px;
  }

  .fixture-container {
    margin-top: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .client-name {
    text-align: left;
    position: relative;
    left: 3px;
  }

  .trade-discount-header {
    color: var(--burlywood);
    text-shadow: none;
    padding-left: 0;
    padding-right: 7px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
  }

  .trade-discounts-custom-options {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .toll-free-wall-lights {
    display: inline-block;
  }

  .toll-free-mobile.color {
    top: 3px;
  }

  .toll-free-mobile.color.beige {
    top: 4px;
  }

  .touch-on-mobile-to-call.color {
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 14px;
    display: inline-block;
    top: -17px;
  }

  .inquiries-contact-text {
    text-align: center;
    margin-right: -8px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-email {
    font-size: 13px;
  }

  .contact-us-title {
    text-align: center;
    padding-top: 27px;
    padding-bottom: 21px;
  }

  .deco-advice-top-title {
    left: 18px;
  }

  .testimonials-title-header {
    font-size: 17px;
  }

  .nav-top-table {
    margin-bottom: -22px;
    padding-bottom: 0;
    display: block;
  }

  .nav-social-column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-top: 22px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    top: -36px;
    left: -22px;
  }

  .facebook-wood-icon {
    top: 24px;
    left: -147px;
    right: 149px;
  }

  .twitter-wood-icon {
    top: 24px;
    left: -41px;
  }

  .text-under-page-number-buttons.color {
    text-align: right;
    text-shadow: none;
    margin-top: 6px;
    margin-left: -4px;
    margin-right: -7px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: flex;
    position: relative;
    top: 6px;
  }

  .top-splash-slide-5 {
    background-position: -64% 5%;
    background-size: 271px;
    left: 0;
  }

  .wall-light-text-options-link {
    color: #7a0a0a;
    text-shadow: none;
    padding-bottom: 0;
  }

  .wall-light-text-options-link:hover {
    color: #2e2e2e;
  }

  .wall-lights-sub-nav {
    margin-top: 22px;
    padding-top: 37px;
    padding-bottom: 48px;
    display: block;
    position: relative;
    top: -35px;
  }

  .wood-click-here-options {
    z-index: 1;
    margin-top: -49px;
    top: -40px;
  }

  .sale-section {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    position: relative;
    top: -77px;
  }

  .sale-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 11px 19px;
    font-size: 23px;
    line-height: 19px;
    display: inline-block;
  }

  .sales-text {
    letter-spacing: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
    top: -19px;
    bottom: 0;
    left: 0;
  }

  .top-toll-free-header {
    font-size: 26px;
    top: -1px;
  }

  .top-toll-free-header.lower-link {
    color: var(--white);
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 25px;
    top: 13px;
  }

  .footer-customer-info {
    margin-bottom: 8px;
    line-height: 15px;
  }

  .chandeliers-header-title {
    margin-top: 19px;
    margin-right: 1px;
    padding-top: 4px;
    padding-right: 6px;
    font-size: 15px;
    font-weight: 700;
  }

  .chandeliers-top-text {
    text-shadow: none;
    padding-top: 10px;
  }

  .chandelier-sub-nav-section {
    background-position: 65% 0;
    background-repeat: no-repeat;
    margin-top: -6px;
    padding-top: 2px;
  }

  .text-under-chandeliers-sub-nav {
    color: #545454;
  }

  .subnav-to-order-text-under-toll-free {
    padding-bottom: 47px;
    line-height: 17px;
  }

  .chandelier-sub-nav-button {
    padding-bottom: 3px;
  }

  .under-mini-knobs-text {
    letter-spacing: 0;
    margin-top: 12px;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
    line-height: 18px;
  }

  .mini-finish-knobs-div {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .ns90-to-ns1-link, ._108-to-101-link, ._108-to-104-link {
    padding-bottom: 0;
  }

  ._122-to-101-link {
    padding-bottom: 0;
    top: 0;
  }

  ._143-to-18-link, ._143-to-189, ._189-to-143-link {
    padding-bottom: 0;
  }

  .mini-knobs-div {
    margin-top: 11px;
  }

  ._127-to-110-link, ._127-to-105-link {
    padding-bottom: 0;
  }

  ._79-to-9-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .fb-wood-icon {
    display: block;
    position: relative;
    left: 86px;
  }

  .tw-wood-icon {
    position: relative;
    left: 97px;
  }

  .deco-advice-custom-options-link {
    padding-bottom: 0;
  }

  .general-gold-text {
    padding-top: 44px;
  }

  .wall-title-div {
    padding-top: 8px;
    display: inline-block;
    top: 0;
    left: -9px;
    right: 0;
  }

  .sale-header {
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    font-size: 49px;
    line-height: 51px;
    display: inline-block;
    position: relative;
    top: 16px;
    left: 0;
    right: 0;
  }

  .website-launch-sale-header {
    text-align: center;
    padding-top: 9px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
  }

  .client-logos-container {
    margin-top: -1px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .prices-marked-down-text {
    padding-top: 0;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
  }

  .wall-lights-top-text-container {
    margin-top: -7px;
  }

  .wall-lights-top-title-text {
    margin-top: 10px;
    display: inline-block;
    position: relative;
    top: 15px;
    bottom: 0;
  }

  .wall-lights-circle-buttons {
    top: -6px;
    left: 0;
    right: 0;
  }

  .quantity-discount-header {
    padding-left: 0;
    padding-right: 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
  }

  .trade-discounts-big-header {
    text-shadow: none;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
  }

  .options-testimonial {
    display: inline-block;
    position: relative;
  }

  .under-sales-text {
    letter-spacing: -.5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
    position: relative;
    top: -11px;
  }

  .metal-knobs-section {
    padding-top: 20px;
    padding-bottom: 9px;
  }

  .under-knobs-home-text {
    padding: 24px;
    font-size: 17px;
  }

  .custom-options-knobs-home {
    padding-bottom: 0;
  }

  .wall-lights-top-text {
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    top: 26px;
  }

  .labor-day-sale-rules {
    color: #fff;
    letter-spacing: -.3px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 0;
    display: inline-block;
  }

  .trade-application-section {
    padding-top: 27px;
  }

  .trade-application-text {
    padding: 30px 0 7px;
    font-size: 14px;
  }

  .design-trade-title-text {
    font-size: 26px;
    line-height: 26px;
  }

  .click-here-home-header-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .learn-more-table-home-page {
    padding-top: 12px;
  }

  .learn-more-table-row-2 {
    padding-top: 7px;
  }

  .right-finger-point {
    margin-left: 0;
    padding-top: 11px;
    display: none;
    overflow: hidden;
  }

  .left-finger-point {
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    display: none;
    overflow: hidden;
  }

  .top-splash-slide-6 {
    background-position: 0 100%;
    top: -31px;
    left: -12px;
  }

  .top-splash-slide-7 {
    left: -7px;
    right: 0;
  }

  .about-click-here-trade-app {
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
  }

  .home-sale-thumbnails-container {
    padding-top: 0;
  }

  .home-wall-sconce-link-block-2, .home-wall-sconce-link-block-3 {
    padding-bottom: 4px;
  }

  .home-wall-sconce-link-block-4, .home-wall-sconce-link-block-5, .home-wall-sconce-link-block-6 {
    padding-top: 4px;
    padding-bottom: 8px;
  }

  .home-wall-sconce-link-block-1 {
    padding-bottom: 4px;
  }

  .do-you-appreciate-handcrafting {
    margin-top: -4px;
    padding-bottom: 11px;
    font-family: Merriweather, serif;
    font-size: 21px;
    line-height: 25px;
    position: relative;
    top: 26px;
  }

  .notable-clients-text {
    padding-top: 1px;
    padding-bottom: 14px;
  }

  .new-years-sale-section {
    padding-top: 0;
    padding-bottom: 25px;
  }

  .new-years-sale-container {
    padding-top: 0;
    display: block;
    position: relative;
    top: 18px;
  }

  .new-years-sale-div {
    display: inline-block;
  }

  .contact-page-outside-usa-call-direct {
    margin-bottom: 0;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
    top: 0;
  }

  .lighting-text {
    margin-top: 21px;
    font-family: Great Vibes, cursive;
    font-size: 84px;
    line-height: 70px;
    display: inline-block;
  }

  .sale-text-1 {
    margin-top: 33px;
    padding-bottom: 54px;
    font-size: 0;
    display: inline-block;
  }

  ._20-chandelier-pendants {
    margin-top: -51px;
    margin-left: -6px;
    margin-right: -6px;
    font-family: Merriweather, serif;
    font-size: 21px;
    line-height: 23px;
  }

  .february-28 {
    margin-top: 21px;
    padding-bottom: 0;
    position: relative;
    top: -39px;
  }

  .nch8-20off {
    min-width: 200px;
    max-width: 90%;
    margin-top: 15px;
    position: static;
    top: -18px;
  }

  ._20-off-column-2 {
    padding-bottom: 0;
  }

  ._20-off-column-1 {
    margin-top: -1px;
  }

  ._20-off-table {
    margin-top: -66px;
  }

  .shop-wall-lights-link.link {
    font-size: 16px;
  }

  ._20-off-div-column-1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    margin-top: 45px;
    display: inline-block;
    top: -19px;
  }

  ._20-off-selections-text {
    letter-spacing: 1px;
    margin-top: 6px;
    padding-bottom: 0;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    top: -37px;
  }

  ._20-off-chandeliers-link {
    font-family: Merriweather, serif;
    font-size: 21px;
    line-height: 8px;
    top: 2px;
  }

  ._20-off-pendants-link {
    padding-bottom: 0;
    font-size: 23px;
    display: inline-block;
    top: 0;
    left: 0;
  }

  .pendant-sale-section {
    background-position: 51%;
    position: relative;
    top: -6px;
  }

  .text-span {
    padding: 0;
  }

  ._30-off-wall-sconces---wall-page-1 {
    font-size: 26px;
    line-height: 27px;
    position: relative;
    top: 7px;
  }

  ._30-call-toll-free---wall-page-1 {
    margin-top: 6px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 19px;
    line-height: 18px;
    display: inline-block;
    top: 2px;
  }

  .section-design-control {
    background-image: none;
    background-size: auto;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 15px;
  }

  .container-design-control {
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .design-control {
    margin-top: -32px;
    margin-bottom: 22px;
    padding-left: 24px;
    padding-right: 24px;
    font-family: Merriweather, serif;
    font-size: 21px;
    line-height: 22px;
    display: block;
  }

  .design-control-subtext {
    margin-top: 77px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .design-control-learn-more-link {
    display: inline;
    position: relative;
    overflow: visible;
  }

  .design-control-here-link {
    padding-bottom: 0;
    top: 6px;
  }

  .heading-3.presummer-savings {
    width: auto;
    padding-top: 0;
    padding-right: 7px;
    font-size: 52px;
    display: inline-block;
    position: relative;
    top: -72px;
  }

  .text-under-memorial-day-flag {
    font-size: 13px;
    line-height: 13px;
    top: -4px;
  }

  .memorial-day-toll-free {
    font-size: 19px;
  }

  .sale-ends-529 {
    top: 22px;
  }

  .container-4 {
    top: 9px;
  }

  .heading-home-fine-hand-crafted-lighting-fixtures {
    margin-top: 33px;
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    top: -131px;
  }

  .image-8 {
    margin-top: 0;
  }

  .text-span-2 {
    margin-top: 3px;
    padding-bottom: 17px;
    font-size: 26px;
    line-height: 30px;
  }

  .splash-hampshire-text {
    margin-top: 0;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 15px;
    position: relative;
    top: -119px;
  }

  .splash-hampshire-text.paragraph-2 {
    top: -94px;
  }

  .splash-hampshire-text.under-picture {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-not-available-anywhere {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 22px;
    line-height: 25px;
    position: relative;
    top: -108px;
  }

  .custom-options-home-header {
    padding-bottom: 0;
  }

  .benjamin-div {
    top: 233px;
  }

  .benjamin-text {
    background-image: linear-gradient(#000, #000);
    margin-left: 0;
    margin-right: 0;
  }

  .heading-5.home-notable-clients {
    margin-top: 0;
    font-size: 17px;
    top: 7px;
  }

  .div-block-5 {
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
  }

  .section-vets-day {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-9 {
    color: var(--dark-slate-blue);
    font-size: 25px;
    line-height: 26px;
  }

  .div-vets-days {
    border: 4px solid var(--dark-slate-blue);
    border-radius: 14px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3 {
    margin-left: 66px;
    font-size: 16px;
  }

  .vets-day-text-phone {
    color: var(--black);
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
  }

  .vets-day-sales-text {
    color: var(--black);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-popup-sale {
    padding-left: 8px;
    padding-right: 8px;
    top: -4px;
  }

  .text-block-4 {
    color: #ffffffe6;
    margin-top: 7px;
    padding-left: 56px;
    padding-right: 56px;
    font-size: 10px;
  }

  .button-2 {
    font-size: 20px;
  }

  .text-block-5 {
    margin-top: 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 21px;
  }

  .text-block-5.new-years-sale {
    margin-top: 28px;
    line-height: 50px;
  }

  .text-block-6 {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 14px;
    line-height: 17px;
  }

  .text-under-ns1 {
    margin-top: 5px;
    padding: 12px 8px;
  }

  .section {
    position: sticky;
    top: -125px;
  }

  .recaptcha {
    left: -4px;
  }

  .recaptcha-2 {
    position: relative;
    top: 5px;
    left: -26px;
  }

  .small-text, .italic-text {
    font-size: 11px;
  }

  .paragraph-4 {
    margin-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .submit-button-2 {
    transform: scale3d(1none, 1none, 1none);
    color: var(--black);
    font-family: Merriweather, serif;
  }

  .text-block-7 {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 60px;
  }

  .spring-sale-text {
    font-size: 60px;
    line-height: 110px;
  }

  .text-block-8 {
    font-size: 21px;
    line-height: 23px;
  }

  .image-13 {
    margin-top: 21px;
  }

  .link-block {
    padding-bottom: 45px;
  }

  .us-capital {
    background-color: #fff;
  }

  .memorial-day {
    display: none;
  }

  .link-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ns85-text-link {
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
  }

  .top-splash-slide-8 {
    left: auto;
  }

  .black-friday-header-text {
    font-size: 27px;
  }

  .black-friday-wall-lights-text {
    padding-left: 21px;
    padding-right: 21px;
    line-height: 17px;
  }

  .text-span-6 {
    margin-top: 17px;
    display: block;
  }

  .columns {
    display: inline-block;
  }

  .column-6 {
    margin-bottom: -70px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-11 {
    margin-left: 23px;
    margin-right: 23px;
    font-size: 23px;
    line-height: 25px;
    top: 1px;
  }

  .link-4 {
    padding-bottom: 11px;
    font-size: 23px;
  }

  .image-17 {
    width: 100%;
    height: 100%;
  }

  .click-here-sign-ns1-junior {
    text-align: center;
  }

  .click-here-wood-junior-home {
    top: 10px;
  }

  .div-block-10 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
    background-color: #0000;
    padding-left: 8px;
    padding-right: 8px;
    display: inline;
  }

  .top-splash-div {
    margin-top: 21px;
    padding-left: 0;
    padding-right: 0;
  }

  .top-splash-columns {
    margin-left: -8px;
    margin-right: -8px;
  }

  .splash-slider-column-2 {
    margin-top: -34px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .splash-slider-column-1 {
    text-align: center;
    padding: 8px;
  }

  .paramount-logo {
    margin-bottom: -14px;
    padding-bottom: 0;
  }

  .div-block-11 {
    margin-top: 67px;
  }

  .slider {
    margin-top: -1px;
    margin-bottom: 37px;
    top: 72px;
  }

  .slide-4 {
    top: -4px;
  }

  .spring-sale-section {
    top: -2px;
  }

  .text-block-13 {
    margin-top: -3px;
    padding-bottom: 24px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    line-height: 16px;
  }

  .image-19 {
    top: -9px;
    left: 8px;
  }

  .image-20 {
    margin-top: 0;
  }

  .link-block-4 {
    margin-top: 2px;
    padding-bottom: 5px;
  }

  .ns232a-text {
    font-size: 15px;
  }

  .column-7 {
    text-align: center;
    text-decoration: none;
  }

  .manti-table {
    margin-top: 0;
  }

  .image-21 {
    margin-bottom: 9px;
  }

  .ns232-description {
    line-height: 15px;
  }

  .text-span-13 {
    font-size: 18px;
    line-height: 19px;
  }

  .summer-sale-link-wall {
    padding-bottom: 0;
  }

  .heading-12 {
    font-size: 11px;
  }

  .text-block-17 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .ns40-ant {
    margin-top: 4px;
    padding-bottom: 7px;
  }

  .text-block-18 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    position: relative;
    top: -89px;
  }

  .text-block-21 {
    color: var(--black);
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
    line-height: 20px;
  }

  .model-ns10-hbo {
    padding-bottom: 0;
  }

  .heading-13 {
    font-size: 28px;
  }

  .testimonial-slider-large {
    background-color: #fff;
    padding-top: 37px;
    padding-bottom: 19px;
  }

  .container {
    max-width: none;
  }

  .testimonial-slide {
    padding-top: 23px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 19px;
    line-height: 23px;
  }

  .testimonial-image-two {
    width: 90%;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .bold-text-6 {
    font-size: 18px;
    line-height: 13px;
  }

  .icon-3 {
    background-color: #000;
  }

  .testimonials-header {
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 17px;
  }

  .testimonials-header-div {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 7px;
  }

  .nch27-ant-section {
    background-color: #fff;
    border: 1px solid #fff;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .link-block-6 {
    background-color: #fff;
    width: 100%;
    padding-bottom: 0;
  }

  .text-span-17 {
    font-size: 16px;
  }

  .column-12 {
    text-align: center;
    padding-bottom: 19px;
  }

  .icon-4 {
    background-color: #000;
  }

  .image-26 {
    background-color: #fff;
    border: 1px solid #fff;
  }

  .link-block-7 {
    padding-top: 11px;
    padding-bottom: 0;
    position: relative;
    top: -92px;
  }

  .heading-14 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 23px;
  }

  .heading-15 {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    line-height: 25px;
  }

  .paragraph-6 {
    font-size: 19px;
  }

  .div-block-15 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .paragraph-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Sunday&monday';
  src: url('../images/') format('woff'), url('../images/') format('truetype'), url('../fonts/DK-Sunday-Monday.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Sketchrockwell';
  src: url('../fonts/SketchRockwell-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Rockwell';
  src: url('../fonts/Rockwell-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dk sunday monday';
  src: url('../fonts/DK-Sunday-Monday.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}