.editmode .estimate,
.edit-mode .estimate {
	display: block;
}

/*Plugin CSS*/
.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background:#f6f6f6;
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move {
	white-space:nowrap;
	position:absolute;
	top:0;
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1; 
	vertical-align:top;
	position:absolute;
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;
}
.pillars {
  background-color: #f9f9f9;
}

.slick-arrow {
  background-repeat: no-repeat !important;
}
div.ccm-notification-help-launcher a {
  display: none !important;
}
.contact-box i {
    color: #bb9753;
    border: 3px solid #bb9753;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 56px;
    margin: 0 0 15px;
}

.contact-box i.fa-map-marker {
    line-height: 97px;
}

.contact-box i.fa-envelope {
    line-height: 93px;
}

.contact-box {
    text-align: center;
}

.testimonials.testimonials-grey,
.pg-content.pg-content-grey {
  background-color: #f3f3f3;
}

.testimonials {
  background-color: #fff;
}



.about-title {
    height: calc(100vh - 197px);
    text-align: center;
    color: #fff;
}

.about-title .container, .about-title .row, .about-title .col-sm-12 {
  height: 100%;
}

.about-title .col-sm-12 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  -moz-align-items: center;
  -moz-justify-content: center;
  -moz-flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pg-about-us h2 {
    font-family: "trajan-pro-3", serif;
    text-transform: lowercase;
    font-size: 40px;
    color: #0f0f0f;
}

.pg-about-us p {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.75;
    margin: 0 0 25px;
}

.pg-about-us p:last-child {
  margin: 0;
}

.pg-about-us hr {
  margin: 75px 0;
}

.about-title h1 {
    font-family: "trajan-pro-3", serif;
    text-transform: lowercase;
    font-size: 50px;
}

.about-title p {
    font-size: 23px;
    font-weight: 300;
    color: #eee;
}



.about-title p a {
    line-height: 10px;
    height: 10px;
    display: block;
    font-size: 60px;
    margin-top: 70px;
}

.about-title p a:hover {
    color: #fff;
}

.about-img {
    position: relative;
    margin-top:10px;
}

.about-img img {
    position: relative;
    z-index: 3;
}

.about-img:after {
    content: "";
    background: #bb9753;
    position: absolute;
    display: block;
    top: 10px;
    bottom: -10px;
    left: -10px;
    right: 10px;
    z-index: 1;
    margin: auto;
}

.about-img:before {
    content: "";
    background: #f3f3f3;
    position: absolute;
    display: block;
    top: 5px;
    bottom: -5px;
    left: -5px;
    right: 5px;
    margin: auto;
    z-index: 2;
}

.col-sm-7 + .col-sm-5 .about-img:before {
     top: 5px;
    bottom: -5px;
    left: 5px;
    right: -5px;
}

.col-sm-7 + .col-sm-5 .about-img:after {
       top: 10px;
    bottom: -10px;
    left: 10px;
    right: -10px;
}

.materials {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.materials .material {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 25%;
  height: 400px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;    padding: 0 60px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;

}

.materials .material.material-1 { background-image: url(../i/pattern-1.jpg?v=1); }
.materials .material.material-2 { background-image: url(../i/pattern-2.jpg); }
.materials .material.material-3 { background-image: url(../i/pattern-3.jpg); }
.materials .material.material-4 { background-image: url(../i/pattern-4.jpg); }

.materials .material h2 {
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    text-transform: lowercase;
    font-size: 35px;
    line-height: 1;
    color: #dcb468;
    margin: 0 0 5px;
}

.materials .material p {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    height: 60px;
}

.why-choose {
    text-align: center;
}

.why-choose h3 {
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    text-transform: lowercase;
    font-size: 25px;
    line-height: 1;
    color: #000;
}

.why-choose h3 + p {
    font-weight: 300;
    font-size: 14px;
    margin-top: 8px;
}

.why-choose i[class^="icon-wc"] {
    border: 3px solid #bb9753;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    margin: 0 0 7px;
    background-repeat: no-repeat;
    background-position: center;
}

.why-choose i.icon-wc-1 {  background-image: url(../i/icon-wc-1.svg); -webkit-background-size: 80px; background-size: 80px; }
.why-choose i.icon-wc-2 {  background-image: url(../i/icon-wc-2.svg); -webkit-background-size: 83px; background-size: 83px; }
.why-choose i.icon-wc-3 {  background-image: url(../i/icon-wc-3.svg); -webkit-background-size: 69px; background-size: 69px; }
.why-choose i.icon-wc-4 {  background-image: url(../i/icon-wc-4.svg); -webkit-background-size: 80px; background-size: 80px; }

.services-inner h3 {
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    text-transform: lowercase;
    font-size: 39px;
    line-height: 1;
    margin: 0 0 7px -4px;
}

.services-inner h3 small {color: #666;display: block;font-size: 18px;letter-spacing: 4px;margin: 0 0 -4px 4px;}

.services-inner .services-inner-box i {
  width: 94px;
  position: absolute;
  top: 0;
  left: 0;
  height: 115px;
}
.icon-si-1 { background-image: url(../i/icon-pillar-1.png); }
.icon-si-2 { background-image: url(../i/icon-pillar-2.png); }
.icon-si-3 { background-image: url(../i/icon-pillar-3.png); }
.icon-si-4 { background-image: url(../i/icon-pillar-5.png); }

.services-inner-box {
    padding-left: 95px;
    margin: 0 0 40px;
}


.pg-content.services-inner {
  padding-bottom: 35px;
}

.estimate {
  width: 640px;
  display: none;
}

.estimate-top {
  background-color: #0f0f0f;
  color: #fff;
  padding: 14px;
}

.estimate-bottom {
  background-color: #fff;
  padding: 14px;
}

.mb-3 label {
    margin: 0;
}

.mb-3 label + span {
    text-indent: -9999px;
    display: inline-block;
    position: relative;
}

.mb-3 label + span:after {
    content: "*";
    text-indent: 0;
    position: absolute;
    top: -4px;
    left: -2px;
    font-size: 18px;
    color: red;
}

.estimate .mb-3 {
    display: inline-block;
    width: 201px;
}

.estimate .mb-3 input[type="file"] {
    font-size: 14px;
}

.form-actions {
    text-align: right;
}

.form-actions button {
    font-size: 16px;
    padding: 17px 27px 14px;
}

.estimate-top p {
    font-size: 13px;
    color: #ccc;
}

.estimate-top h2 {
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    text-transform: lowercase;
    font-size: 26px;
    line-height: 1;
}

.closeThis {
    background: #bb9753;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 22px;
    position: absolute;
    top: -17px;
    right: -17px;
}

.closeThis:hover {
    background: #999;
    color: #666;
}

@media (max-width: 1367px) {

  .banner h2 {
      font-size: 63px;
  }

  .banner h2 em {
      font-size: 26px;
  }

  .section-title h2 {
      font-size: 47px;
  }

  .section-title p {
      font-size: 16px;
  }

  .pillars .pillar h3 {
      font-size: 23px;
  }

  .pillars .pillar p {
      font-size: 14px;
  }


  .materials .material p {
    height: auto;
    font-size: 13px;
}

.materials .material h2 {
    font-size: 29px;
}

.services-inner h3 {
    font-size: 29px;
}

.services-inner h3 small {
    font-size: 15px;
    margin-left: 2px;
}

}

@media (max-width: 1199px) {

  .page-title h1 {
      font-size: 70px;
  }

  .page-title {
      padding: 60px 0 0;
  }

  .services-inner p {
      font-size: 14px;
  }

  .why-choose h3 {
      font-size: 18px;
  }

  .why-choose i[class^="icon-wc"] {
      width: 90px;
      height: 90px;
      -webkit-background-size: 50px;
      background-size: 50px;
  }

  .navigation ul.nav li a {
    font-size: 15px;
    padding: 9px 19px;
}

.navigation ul.social li a {
    font-size: 25px;
}

.site-title a i {
    width: 48px;
    height: 62px;
    -webkit-background-size: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
}

.site-title a {
    padding: 8px 0 0 55px;
    height: 62px;
}

.banner h2 {
    font-size: 53px;
}

.banner h2 em {
    font-size: 19px;
}

.banner a {
    margin-top: 65px;
}

.section-title h2 {
    font-size: 39px;
}

.section-title p {
    font-size: 15px;
}

.pillars .pillar i {
    -webkit-background-size: contain;
    background-size: contain;
    width: 54px;
    height: 67px;
}

.pillars .pillar {
    padding-left: 64px;
}

.pillars .pillar h3 {
    font-size: 20px;
}

.pillars, .testimonials, .intro, .pg-content {
    padding: 60px 0;
}

.intro h2 {
    font-size: 26px;
}

.intro p {
    font-size: 16px;
}

.testimonials-slider ul li {
    font-size: 17px;
}

.testimonials-slider ul li strong {
    margin-top: 45px;
    font-size: 20px;
}

.section-title:after {
    margin: 20px auto 50px;
}

.footer .col-sm-4, .footer .col-sm-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer, .footer .text-right {
  text-align: center !important;
}

.footer ul {
  margin-top: 25px;
}
.consult-lead h2 {
    font-size: 22px;
}

.consult-lead p {
    font-size: 13px;
}

.about-title h1 {
    font-size: 37px;
}

.about-title p {
    font-size: 17px;
}

.about-title p a {
    margin-top: 50px;
}

.pg-about-us h2 {
    font-size: 30px;
}

.pg-about-us p {
    font-size: 16px;
    margin: 0 0 17px;
    line-height: 1.5;
}

.materials .material {
    max-width: 50%;
    flex: 0 0 50%;
    height: 210px;
}

.materials {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services-inner .services-inner-box i {
    width: 61px;
    height: 75px;
    background-size: contain;
}

.services-inner-box {
    padding-left: 61px;
}

}

@media (max-width: 991px) {

  .page-title h1 {
    font-size: 60px;
}

.page-title {
    padding: 50px 0 0;
}

  .navigation ul.nav li a {
    font-size: 14px;
    padding: 5px 9px;
}

.navigation ul.nav li a:after {
    top: 12px;
}

.navigation ul.social {
    margin: 6px 0 0;
}

.site-title a {
    padding: 8px 0 0 48px;
    height: 52px;
    font-size: 21px;
}

.site-title a i {
    width: 41px;
    height: 52px;
    -webkit-background-size: 24px;
    background-size: 24px;
}

.site-title a {
}

.site-title a small {
    font-size: 8px;
    letter-spacing: 0.7px;
    margin-top: -1px;
}

.header .header-contact h3 {
    font-size: 15px;
}

.header .header-contact h3 small {
    font-size: 9px;
}

.header .header-contact {
    padding-top: 5px;
}

.about-title,
.banner {
    height: calc(100vh - 162px);
}

.banner h2 {
    font-size: 41px;
}

.banner h2 em {
    font-size: 17px;
}

.banner a {
    margin-top: 45px;
}

.btn {
    font-size: 16px;
}

.section-title h2 {
    font-size: 32px;
}

.section-title p {
    font-size: 14px;
}

.pillars .col-sm-3 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 25px
}

.consult-lead .col-sm-6 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.consult-lead, .consult-lead .text-right {
  text-align: center !important;
}

.consult-lead a {
  margin-top: 25px;
}

.pillars, .testimonials, .intro, .pg-content {
    padding: 50px 0;
}

.pillars {
    padding: 50px 0 25px;
}

.testimonials-slider ul {
    padding: 0 80px;
}
.about-title h1 {
    font-size: 29px;
}

.about-title p {
    font-size: 15px;
}

.pg-about-us p {
    font-size: 15px;
    margin: 0px 0 14px;
}

.pg-about-us h2 {
    font-size: 24px;
}

.pg-about-us hr {
    margin: 45px 0;
}
.page-title h1 {
    font-size: 60px;
}

.page-title {
    padding: 50px 0 0;
}

.page-title h1 {
    font-size: 35px;
}

.page-title {
    padding: 50px 0 0;
}

.contact-box h3 {
    font-size: 16px;
}

.contact-box i {
    width: 70px;
    height: 70px;
    line-height: 66px !important;
    font-size: 30px;
    margin: 0 0 10px;
}
}

@media (max-width: 767px) {
  .page-title h1 {
      font-size: 35px;
  }

  .about-title, .banner, .page-title {
    margin-top: 69px;
  }

.pg-contact-us .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

  .about-title, .banner {
      height: auto;
      padding: 90px 0;
  }

  .banner h2 {
      font-size: 31px;
  }

  .banner h2 em {
      font-size: 12px;
  }

  .banner a {
      margin-top: 30px;
  }

  .btn {
      font-size: 14px;
  }

  .section-title h2 {
      font-size: 25px;
  }

  .section-title p {
      font-size: 12px;
  }

  .intro, .intro .text-right {
      text-align: center !Important;
  }

  .intro .intro-heading {
      background-size: 90px;
      margin: 0 0 12px;
      background-position: top center;
  }

  .intro h2 {
      margin: 0px 0 0;
      padding-top: 60px;
  }

  .pillars, .testimonials, .intro, .pg-content {
      padding-top: 40px;
      padding-bottom: 40px;
  }

  .testimonials-slider ul li {
      font-size: 14px;
  }

  .testimonials-slider ul li strong {
      margin-top: 20px;
      font-size: 17px;
  }

  .about-img {
    margin-top: 0;
}

.pg-about-us .col-sm-12 .col-sm-7 + .col-sm-5 {
    order: -1;
    margin-bottom: 40px;
}

.pg-about-us hr {
    display: none;
}

.pg-about-us .col-sm-12 .col-sm-7 {
    margin-bottom: 50px;
}

.pg-about-us .col-sm-12 .col-sm-5 + .col-sm-7 {
    margin-bottom: 0;
    margin-top: 45px;
}
.services-inner .services-inner-box {
    position: relative;
}

.services-inner .services-inner-box i {
    width: 61px;
    height: 52px;
}

.services-inner .services-inner-box {
    position: relative;
}

.services-inner .services-inner-box i {
    width: 61px;
    height: 52px;
}

.materials {
    display: block;
}

.materials .material {
    max-width: 100%;
    height: 200px;
    width: 100%;
}

.materials .material h2 {
    font-size: 23px;
}

.why-choose .col-sm-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.why-choose i[class^="icon-wc"] {
    width: 60px;
    height: 60px;
    -webkit-background-size: 35px;
    background-size: 35px;
}

.services-inner h3 {
    font-size: 24px;
    margin-bottom: 3px;
}

.services-inner h3 small {
    font-size: 12px;
}

.gmap iframe {
    height: 125px;
}

.navigation ul.nav li a.nav-selected:after, .navigation ul.nav li a:hover:after, .navigation ul.nav li a:focus:after {
    display: none;
}

.navigation ul.nav li a.nav-selected {
    background: #bb9753;
}

.navigation ul.nav li a {
    padding: 15px 0;
}

.navigation ul.nav li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #222;
}

.navigation ul.nav li a {
    border: none;
    margin: 0;
}

.navigation ul.nav li {
    padding: 0;
}

nav.navigation .text-right {
    text-align: center !important;
    padding-bottom: 10px;
    padding-top: 15px;
}

nav.navigation .container {
    padding: 0;
}

nav.navigation div[class^="col"] {
    padding: 0;
}

nav.navigation .row {
    margin: 0;
}

nav.navigation {
    display: none;
    position: fixed;
    width: 100%;
    top: 69px;
    left: 0;
    right: 0;
    margin: auto;  z-index: 9998;
}

.site-title a {
    float: left;
    padding: 0 0 0 30px;
    height: 38px;
    font-size: 18px;
}

.site-title a i {
    width: 26px;
    height: 37px;
    -webkit-background-size: 17px;
    background-size: 17px;
}

.site-title a small {
    font-size: 9px;
    width: 90px;
}

.mnav a {
    display: inline-block;
    text-align: center;
}

.mnav a i {
    background: #bb9753;
    width: 34px;
    height: 34px;
    display: block;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 34px;
    font-size: 21px;
}

.mnav a span {
    display: block;
    font-size: 10px;
    color: #676767;
    text-transform: uppercase;
    margin-top: 1px;
}

.header {
    border-top: 3px solid #0f0f0f;
    padding: 7px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    z-index: 9990;
}

.header .mnav a {
    top: 3px;
    position: relative;
    margin-left: 4px;
}

.header .site-title {
    position: relative;
    top: 6px;
}

.estimate-top p {
    display: none;
}

.estimate {
    width: 96%;
}

.estimate .mb-3 {
    width: 100%;
    margin: 0 0 5px;
}

.mb-3 label {
    font-size: 14px;
}

.estimate-top h2 {
    font-size: 17px;
}

.closeThis {
    top: 6px;
    right: 8px;
}
}

@media (max-width: 525px) {

.pg-contact-us .col-sm-4 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

  .consult-lead h2 {
    font-size: 16px;
}

.consult-lead a {
    margin-left: 0;
}
.pg-contact-us .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
}
.btn {
    padding: 15px 17px 12px;
}

.pillars .col-sm-3 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.footer ul li {
    margin: 0 0 15px;
    display: block;
}

.footer img {
    display: block;
    margin: 10px auto 20px;
}

.copy {
    font-size: 9px;
    letter-spacing: 1px;
}

.copy a {
    display: block;
}

.banner h2 {
    font-size: 21px;
}

}


.about-title.marquee-title {
    height: auto;
    background: none;
    overflow: hidden !important;
    height: 548px;
    position: relative;
}

.about-title.marquee-title .container {
  z-index: 3;
  position: relative;
}

.mtbg-top {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.mtbg {
  width: 5590px;
  height: 548px;
  background-image: url(../i/marquee-bg.jpg);
}

.about-img:after,
.about-img:before {
  display: none !important;
}

.dist a:nth-child(2), .dist a:nth-child(3) {
    margin-right: 8px;
}

.dist a:nth-child(2) {
    margin-left: -10px;
}

.dist {
    text-align: center;
}

.dist a:not(.dist a.hp-fabrics) {
    -webkit-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}

.dist a:not(.dist a.hp-fabrics):hover,
.dist a:not(.dist a.hp-fabrics):focus {
    -webkit-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.dist a.hp-fabrics {
    margin: clamp(40px, 3.125vw, 60px) 0 0;
}

.page-template-contact + .consult-lead .ghost {
	display: none !important;
}

.about-imgs img {
    max-height: 366px;
}

.about-imgs img:nth-child(2) {
    margin: 0 23px;
}

.about-imgs {
    margin-bottom: 55px;
}

@media (max-width: 1367px) {

	.about-imgs img {
    max-height: 326px;
}



.about-imgs {
    text-align: center;
}

}

@media (max-width: 1199px) {

	.about-imgs img {
    max-height: 246px;
}

}

@media (max-width: 991px) {

	.about-imgs img:nth-child(2) {
	    margin: 0 8px;
	}

	.about-imgs img {
	    max-height: 186px;
	}

}

@media (max-width: 767px) {

	.about-title.marquee-title,
.mtbg {
    height: 300px;
    background-size: contain;
}


	.about-imgs img {
	    max-height: 100%;
			height: auto;
			max-width: 200px;
			display: block;
			margin: 0 auto;
	}
	.about-imgs img:nth-child(2) {
    margin:8px auto;
}
}


.banner .col-sm-8,
.banner .col-sm-4 {
	display: -webkit-flex;
display: -ms-flex;
display: flex;
-webkit-align-items: center;
-webkit-justify-content: center;
-webkit-flex-direction: column;
-moz-align-items: center;
-moz-justify-content: center;
-moz-flex-direction: column;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100%;
}

.banner h2 {
	    line-height: 0.9;
}

@media (max-width: 767px) {
	.banner img {
    max-width: 240px;
    margin-top: 40px;
    margin-bottom: -120px;
}
}


.estimate .mb-3:last-child {
    width: 100%;
    padding-left: 16px;
}

.estimate .mb-3:last-child div.checkbox {
    margin-left: 15px;
    margin-top: 3px;
}

.estimate .mb-3:last-child label {
    cursor: pointer;
}

.estimate .mb-3:last-child label:hover {
    color: #bb9753;
}

@media (min-width: 1200px) {
	.banner.lp-banner h2 {
	    font-size: 72px;
	    letter-spacing: -2px;
	}

	.banner.lp-banner a {
	    margin-top: 50px;
	}

	.banner.lp-banner h2 em {
	    font-size: 19px;
	}

	.site-title.barrie-site-title a small {
	    font-size: 14px;
	    margin-top: -4px;
	}

	}

.lp-intro h2 {
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    text-transform: lowercase;
    font-size: 45px;
    line-height: 1;
    letter-spacing: -2px;
    position: relative;
    left: -4px;
}

.lp-intro h2:after {
    background-color: #bb9753;
    width: 80px;
    display: block;
    content: "";
    height: 4px;
    position: relative;
    left: 4px;
    margin: 10px 0 30px;
}

.lp-intro p {
    margin: 0 0 20px;
    line-height: 1.55;
}

.lp-intro .lp-contact {
    line-height: 1.55;
}

.lp-intro .lp-contact div[itemprop="name"] {
    font-weight: 700;
}

.lp-intro iframe {
    box-shadow: 0 9px 10px rgba(0,0,0,0.05);
}

.lp-gallery {
    padding: 60px 0;
    background: #fff;
    border-bottom: 10px solid #eee;
}

@media (max-width: 767px) {

	.sg-item {
    height: 130px;
    overflow: hidden;
}

.sg-item img {
    max-height: 105%;
    height: auto;
}
}

.wc-outro {
	margin-top: 40px;
}

.estimate .mb-3:nth-last-child(2) {
    width: 100%;
}

.estimate .mb-3:last-child {
    padding: 0;
}

.estimate .mb-3 textarea {
    resize: none;
    height: 80px;
}

@media (min-width: 768px) {
.estimate .mb-3 .checkbox {
    width: 49%;
    display: inline-block;
}
}

@media (max-width: 767px) {

	.estimate-bottom {
	    max-height: 316px;
	    overflow-y: scroll;
	    overflow-x: hidden;
	}

	.estimate-top h2:after {
	    font-family: "proxima-nova",proxima-nova,sans-serif;
	    content: "Swipe up/down to view more of the form.";
	    display: block;
	    font-size: 14px;
	    text-transform: none;
	    margin: 5px 0 0;
	}

}

.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.loader {
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: spin 1s linear infinite;
	margin: 0 0 0 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.new-hero h1 {
    color: #fff;
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    letter-spacing: 0;
    font-size: 47px;
    text-transform: lowercase;
    line-height: 0.8;
    margin: 0 0 10px;
}

.new-hero h1 em {
    font-family: "proxima-nova-condensed",proxima-nova-condensed sans-serif;
    letter-spacing: 1.25px;
    color: #bb9753;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    font-size: 40%;
    margin: 10px 0 0;
}

.new-hero {
    padding: 95px 0;
}

.new-hero p {
    color: #fff;
    margin: 0 0 17px;
    font-weight: 300;
    font-size: 20px;
}

.new-hero p em {
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    font-style: normal;
    text-transform: lowercase;
    font-size: 30px;
}

.new-hero p:last-child {
    margin: -20px 0 0;
}

.new-hero-list ul {
    color: #fff;
}

.new-hero-list ul li:not(:last-child) {
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.new-hero-list ul li {
    position: relative;
    padding-left: 28px !important;
}

.new-hero-list ul li em {font-style: normal;display: block;font-size: 13px;}

.new-hero-list ul li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
    color: #bb9753;
    position: absolute;
    top: 4px;
    left: 0;

}

.new-content {
    background: #f9f9f9;
    }

    .new-notice {
        background: #bb9753;
        color: #000;
        text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
        padding: 30px 50px;
        text-align: center;
        border-radius: 15px;
    }

    .new-notice h2 {font-weight: 700;}

    .new-notice ul {
        display: flex;
        justify-content: center;
        margin: 20px 0 0;
        font-weight: 700;
        font-size: 21px;
    }

    .new-notice ul li:nth-child(2) {
        margin: 0 15px;
        padding: 0 15px;
        border-left: 1px solid rgba(0,0,0,0.125);
        border-right: 1px solid rgba(0,0,0,0.125);
    }

    @media (max-width: 991px) {

        .new-notice ul li:nth-child(2) {
            margin: 10px 0;
            padding: 10px 0;
            border: none;
            border-top: 1px solid rgba(0,0,0,0.125);
            border-bottom: 1px solid rgba(0,0,0,0.125);
        }

        .new-notice ul {
            display: block;
        }

    }

    @media (max-width: 767px) {

        .new-hero-list {
            margin: 30px 0 0;
            background: rgba(0,0,0,0.4);
            padding: 30px;
        }

        .new-hero h1 {
            font-size: 32px;
            margin: 0 0 20px;
        }

        .new-hero-content {
            text-align: center;
        }

        .new-hero-content h1 em, .new-hero-content p {
            font-size: 17px;
        }

        .new-hero {
            margin: 68px 0 0;
        }

    }

body {
  font-size: clamp(16px, 0.8854166666666666vw, 17px);
}

.foam-replacement {
    background-image: url(../i/couch.png);
    background-size: clamp(979.3333333333334px, 76.51041666666667vw, 1469px);
    background-repeat: no-repeat;
    background-position: 50vw center;
    padding: clamp(100px, 9.895833333333334vw, 190px) 0;
    background-color: #eafaff;
}

.foam-hero {
	background-image: url(../i/couch.png);
	background-size: clamp(715.3333333333334px, 55.885416666666664vw, 1073px);
	background-repeat: no-repeat;
	background-position: 45vw center;
	padding: clamp(88.66666666666667px, 6.927083333333333vw, 133px) 0 clamp(118.66666666666667px, 9.270833333333334vw, 178px);
	background-color: #363636;
}

.sofa-saver .sofa-mobile,
.foam-hero .sofa-mobile {
	display: none !important;
}

.sofa-mobile img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.foam-hero h1 {
  font-family: "trajan-pro-3", serif;
  text-transform: lowercase;
  font-size: clamp(30px, 2.6041666666666665vw, 50px);
	color: #FFF;
	margin: 0 0 10px;
}

.sofa-saver h2,
.fc-left h2 {
	font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
  text-transform: lowercase;
  font-size: clamp(25px, 2.8645833333333335vw, 55px);
  line-height: 1;
	margin: 0 0 20px;
}

.fc-left h3 {
	font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
	text-transform: lowercase;
	font-size: clamp(18px, 1.3020833333333333vw, 25px);
	line-height: 1;
	margin: clamp(40px, 3.125vw, 60px) 0 0;
}

.sofa-saver p {
  font-size: clamp(15px, 0.9895833333333334vw, 19px);
  font-weight: 300;
  line-height: 1.75;
  margin: 0 0 clamp(30px, 4.166666666666667vw, 80px);
  max-width: clamp(500px, 28.645833333333332vw, 550px);
}

.foam-hero h1 + p {
  color: #FFF;
  max-width: 525px;
  font-weight: 300;
  line-height: 1.5;
  font-size: clamp(16px, 1.1979166666666667vw, 23px);
}

.sofa-saver p:last-of-type {
	margin: 0 !important;
}

.form-select {
	  display: block;
	  width: 100%;
	  padding: .375rem .75rem;
	  font-size: 1rem;
	  line-height: 1.5;
	  color: #495057;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #ced4da;
	  border-radius: .25rem;
	  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.fc-right {
	padding: 25px;
	border-radius: 8px;
	background-color: #F9F9F9;
}

.fc-right fieldset {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.fc-right fieldset .mb-3 {
    flex: 0 0 calc(50% - 10px);
    margin: 0 !important;
}

.fc-right fieldset .mb-3:last-of-type {
    flex: 0 0 100%;
}

.fc-right fieldset h3 {
	font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
  text-transform: lowercase;
  font-size: clamp(25px, 2.0833333333333335vw, 40px);
  line-height: 1;
	margin: 0 0 20px;
	text-align: center;
}

.fc-left {
	padding-right: clamp(30px, 2.6041666666666665vw, 50px);
}

.fc-left ul {
  list-style: none;
	padding: 0 0 0 20px;
	margin: 15px 0 0;
}

.fc-left ul li {
    margin: 0 0 10px;
}

.fc-left ul li::before {
  content: "\2022";
  color: #BB9753;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.fc-right fieldset .mb-3:nth-child(10) {
	flex: 0 0 100%;
}

.navigation ul.nav li a {
  font-size: clamp(11px, 0.9895833333333334vw, 19px) !important;
  padding: 9px clamp(10px, 0.9895833333333334vw, 19px) !important;
}

.navigation .col-sm-10 {
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.navigation .col-sm-2 {
	display: none !important;
}

.inline-ad {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    margin: clamp(40px, 3.125vw, 60px) 0 0;
}

.inline-ad h3 {
    margin: 0;
}

.inline-ad ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: clamp(25px, 1.5625vw, 30px);
    margin: 15px 0 20px;
}

.inline-ad h4 {font-family: "trajan-pro-3",trajan-pro-3,sans-serif;text-transform: lowercase;font-size: clamp(15px, 1.0416666666666667vw, 20px);line-height: 1;font-weight: 300;}

.sofa-saver h2 {
	position: relative;
}

.sofa-saver h2 em {
    font-style: normal;
    display: block;
    font-size: 75%;
}

.sofa-saver h2:after {
  background-color: #bb9753;
  width: 80px;
  display: block;
  content: "";
  height: 4px;
	margin: 20px 0 0;
}

.contact-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.cl-new .col-sm-6 {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}

.cl-new .col-sm-6:first-of-type {
    border-right: 1px solid rgba(255,255,255,0.125);
}

.cl-new h2 {
    max-width: 450px;
    margin: 0 auto 5px;
    font-size: clamp(20px, 1.5104166666666667vw, 29px) !important;
    color: #252525;
    font-weight: 500;
}

.cl-new h2 strong {
		font-weight: 400;
		display: block;
}

.cl-new h2 + p {
    max-width: 450px;
    margin: 0 auto clamp(13.333333333333334px, 1.0416666666666667vw, 20px);
    font-size: 16px !important;
    color: #FFF !important;
}

.cl-new  .btn {
    font-size: clamp(16px, 1.1458333333333333vw, 22px);
    padding: clamp(13.333333333333334px, 1.0416666666666667vw, 20px) clamp(21.333333333333332px, 1.6666666666666667vw, 32px) clamp(11.333333333333334px, 0.8854166666666666vw, 17px);
}

.consult-lead.cl-new h1#section-title {
    color: #252525;
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    letter-spacing: 0;
    font-size: clamp(32px, 2.4479166666666665vw, 47px) !important;
    line-height: 0.8;
    margin: 0 0 60px;
    text-align: center;
    max-width: 100%;
}

@media (max-width: 1500px) {
		.cl-new h2 strong {
				display: unset;
		}
}

@media (max-width: 1367px) {
	.fc-right fieldset .mb-3:nth-child(6),
	.fc-right fieldset .mb-3:nth-child(7) {
    flex: 0 0 100%;
	}
}

@media (max-width: 1199px) {
	.foam-hero {
    background-position: 50vw center;
	}
	.foam-hero h1 + p {
    max-width: clamp(400px, 23.4375vw, 450px);
	}
}

@media (max-width: 991px) {
	.foam-replacement {
		background-image: unset;
		background-size: unset;
		background-repeat: unset;
		background-position: unset;
		padding: clamp(50px, 9.895833333333334vw, 190px) 30px;
	}
	.sofa-saver .sofa-mobile {
    display: block !important;
    padding: 0 0 clamp(30px, 3.90625vw, 75px);
	}
	.sofa-saver {
		text-align: center;
	}
	.foam-content [class*='col-sm-'] {
		-webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
	}
	.navigation ul.nav li a {
    font-size: 13px;
	}
	.fc-left {
    padding: 0 0 40px;
	}
	.sofa-saver p,
	.sofa-saver p:last-of-type {
		margin-left: auto !important;
    margin-right: auto !important;
	}
	.sofa-saver h2:after {
		margin: 20px auto 0;
	}
	.consult-lead {
    padding: 45px 15px;
	}
	.cl-new .col-sm-6:first-of-type {
		padding: 0 0 30px;
		margin: 0 0 30px;
		border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.125);
	}
	.consult-lead.cl-new a {
    margin-top: 0;
	}
}

@media (max-width: 767px) {
	.foam-hero {
    background-image: unset;
    background-size: unset;
    background-repeat: unset;
    background-position: unset;
    padding: 75px 30px;
    margin-top: 69px;
	}
	.foam-hero h1, .foam-hero h1 + p {
		text-align: center;
		max-width: 100%;
	}
	.foam-hero .sofa-mobile {
		display: block !important;
    padding: 0 0 clamp(30px, 3.90625vw, 75px);
	}
	.navigation ul.nav li a {
    font-size: 13px !important;
	}
	.home .new-hero {
	    margin: 0;
	}
	.home .consult-lead.cl-new {
	    margin: 68px 0 0;
	}
}

@media (max-width: 500px) {
	.fc-right fieldset .mb-3 {
    flex: 0 0 100%;
	}
}


.lp-section {
    background-color: #fff;
    padding: clamp(53px, 4.17vw, 80px) clamp(20px, 1.56vw, 30px);
}

.lp-section.lp-section-title {
    padding-bottom: 0;
    text-align: center;
    margin: 0 0 clamp(-35px, -1.82vw, -23px);
}

.lp-hero h1, .lp-hero h2, .lp-section h2, .lp-section h3 {font-family: "trajan-pro-3",trajan-pro-3,sans-serif;text-transform: uppercase;line-height: 1.1;color: #101010;font-weight: 300;}

.lp-section h2 {
    font-size: clamp(27px, 2.08vw, 40px);
}

.lp-section h3 {
    font-size: clamp(21px, 1.67vw, 32px);
    line-height: 1;
    margin: 0 0 clamp(14px, 0.83vw, 16px);
}

.lp-section p, .lp-section li {
    font-size: clamp(16px, 0.99vw, 19px);
    line-height: 1.75;
    margin: 0 0 clamp(17px, 1.30vw, 25px);
}

.lp-section h4, .lp-section-title p, .lp-section-title h4 {
    font-family: "proxima-nova-condensed", proxima-nova-condensed sans-serif;
    text-transform: uppercase;
    font-size: clamp(16px, 0.99vw, 19px);
    color: #816432;
    margin: clamp(3px, 0.26vw, 5px) 0 0;
}



.lp-badges {
    background: #000;
    padding: clamp(20px, 1.56vw, 30px);
}

.lp-badges ul li {
    color: #fff;
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    text-transform: uppercase;
    font-size: clamp(16px, 1.04vw, 20px);
}

.lp-badges ul, .lp-badges ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-badges ul li:before {
    content: "";
    display: block;
    width: clamp(33px, 2.60vw, 50px);
    height: clamp(33px, 2.60vw, 50px);
    border: clamp(1px, 0.10vw, 2px) solid #fff;
    border-radius: 100%;
    margin: 0 clamp(10px, 0.78vw, 15px) 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: clamp(17px, 1.35vw, 26px);
}

.lp-badges ul li:nth-child(2) {
    margin: 0 clamp(27px, 2.08vw, 40px);
    padding: 0 clamp(27px, 2.08vw, 40px);
    border-left: clamp(1px, 0.05vw, 1px) solid rgba(0,0,0,0.1);
    border-right: clamp(1px, 0.05vw, 1px) solid rgba(0,0,0,0.1);
}

.lp-hero {
 height: calc(100vh - clamp(121px, 9.48vw, 182px));
background-repeat: no-repeat;
background-size: cover;
background-position: bottom right;
background-image: url(../i/lp-foam-hero.jpg);
position: relative;
}

.lp-hero .container {
    z-index: 10;
    position: relative;
}

.lp-hero:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
background: #0C151C;
background: linear-gradient(270deg,rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 53%, rgba(0,0,0, 1) 100%);

    opacity: 0.8;
}

.lp-hero .container, .lp-hero .container .row {
    height: 100%;
}

.lp-hero .container .row {
    align-items: center;
}

.lp-hero h1 {
    color: #fff;
    font-size: clamp(37px, 2.86vw, 55px);
    line-height: 0.9;
    font-weight: 200;
}

.lp-hero p, .lp-hero li {
    color: #fff;
}

.lp-hero ul {
    margin: clamp(20px, 1.56vw, 30px) 0 clamp(33px, 2.60vw, 50px);
}

.lp-hero h2 {
    font-family: "proxima-nova-condensed", proxima-nova-condensed sans-serif;
    text-transform: uppercase;
    font-size: clamp(18px, 1.41vw, 27px);
    color: #FFCD70;
    margin: clamp(3px, 0.26vw, 5px) 0 clamp(13px, 1.04vw, 20px);
}

.lp-hero ul li:nth-child(2) {
    margin: clamp(10px, 0.78vw, 15px) 0;
}

.lp-hero .btn-primary {
    border-width: clamp(1px, 0.10vw, 2px);
}

.lp-hero .btn.ghost:hover, .lp-hero .btn.ghost:focus {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.lp-hero .btn.ghost {
    margin-left: clamp(7px, 0.52vw, 10px);
}

.lp-cta {
    text-align: center;
    padding-bottom: clamp(13px, 1.04vw, 20px);
}

.lp-cta form {
    text-align: left;
    background: #f9f9f9;
    padding: clamp(33px, 2.60vw, 50px);
    border-radius: clamp(13px, 1.04vw, 20px);
}

.lp-cta h2 {
    margin: 0 0 clamp(5px, 0.42vw, 8px);
}

.lp-cta p {
    margin: 0;
}

.lp-cta form fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media (min-width: 992px) {
.lp-cta form fieldset .mb-3 {
    flex: 0 0 49%;
    max-width: 49%;
}

.lp-cta form fieldset .mb-3:nth-child(7), .lp-cta form fieldset .mb-3:nth-child(8), .lp-cta form fieldset .mb-3:nth-child(9), .lp-cta form fieldset .mb-3:nth-child(10), .lp-cta form fieldset .mb-3:nth-child(11), .lp-cta form fieldset .mb-3:nth-child(12) {
    flex: 0 0 32%;
    max-width: 32%;
}

.lp-cta form fieldset .mb-3:nth-child(13) {
    flex: 0 0 100%;
    max-width: 100%;
}

.lp-padding-right {
    padding-right: clamp(33px, 2.60vw, 50px);
}

.lp-padding-left {
    padding-left: clamp(33px, 2.60vw, 50px);
}

}

.reverse-991 .col-sm-6:last-child {
    order: -1;
}

.lp-service p {
    margin: 0;
}

.lp-service .row {
    align-items: center;
}



.bg-light {
    background-color: #f9f9f9;
}

.lp-more-services .row,
.lp-why-choose .row {
    align-items: stretch;
}

.lp-why-choose section {
    background: #fff;
    height: 100%;
    border-radius: clamp(13px, 1.04vw, 20px);
    box-shadow: 0 clamp(1px, 0.10vw, 2px) clamp(13px, 1.04vw, 20px) rgba(0,0,0,0.07);
    padding: clamp(40px, 3.13vw, 60px);
    text-align: center;
}

.lp-why-choose .col-sm-6 {
    margin-top: clamp(17px, 1.30vw, 25px);
}

.lp-more-services h3,
.lp-why-choose section h3 {
    font-family: "proxima-nova-condensed", proxima-nova-condensed sans-serif;
    text-transform: uppercase;
    font-size: clamp(19px, 1.15vw, 22px);
    color: #816432;
    margin: 0 0 clamp(3px, 0.26vw, 5px);
}

.lp-why-choose section p {
    margin: 0;
}

.lp-why-choose section .lp-wc-icon {
    display: block;
    width: clamp(53px, 4.17vw, 80px);
    height: clamp(53px, 4.17vw, 80px);
    border: clamp(1px, 0.10vw, 2px) solid #bb9753;
    border-radius: 100%;
    margin: 0 auto clamp(17px, 1.30vw, 25px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: clamp(30px, 2.34vw, 45px);
}

.lp-more-services section {
    background: #f9f9f9;
    height: 100%;
    padding: clamp(20px, 1.56vw, 30px);
    border-radius: clamp(9px, 0.73vw, 14px);
}

.lp-more-services section h3 {
    color: #000;
}

.lp-more-services section p {
    font-size: clamp(14px, 0.83vw, 16px);
    margin: 0;
}

.lp-more-services {padding-top: clamp(40px, 3.13vw, 60px);}

.lp-process h2 {
    margin: 0 0 clamp(13px, 1.04vw, 20px);
}

.lp-process ol li em {width: clamp(33px, 2.60vw, 50px);height: clamp(33px, 2.60vw, 50px);border: clamp(1px, 0.10vw, 2px) solid #bb9753;border-radius: 100%;color: #bb9753;font-style: normal;font-weight: 200;font-size: clamp(16px, 1.25vw, 24px);display: flex;align-items: center;justify-content: center;background: #f9f9f9;position: absolute;z-index: 10;left: 0;top: 0;}

.lp-process ol li {
    position: relative;
    padding-left: clamp(47px, 3.65vw, 70px);
}

.lp-process ol li strong {
    display: block;
    color: #000;
}


.lp-testimonials {
    text-align: center;
}

.lp-testimonials h4 {
    margin: clamp(3px, 0.26vw, 5px) 0 clamp(27px, 2.08vw, 40px);
}

.lp-testimonials #lp-testimonials ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lp-testimonials #lp-testimonials ul li {
    flex: 0 0 49%;
    max-width: 49%;
    border-radius: clamp(13px, 1.04vw, 20px);
    border: clamp(1px, 0.05vw, 1px) solid #ddd;
    margin: 0;
    padding: clamp(27px, 2.08vw, 40px);
    display: flex;
    flex-direction: column;
}

.lp-testimonials #lp-testimonials ul li cite {
    display: block;
    font-style: normal;
    color: #000;
    font-weight: 600;
    padding: clamp(27px, 2.08vw, 40px) 0 0;
    margin-top: auto;
}

.lp-testimonials #lp-testimonials ul li cite:after {
    content: '';
    display: block;
    margin: 5px auto 0;
    background-image: url(../i/icons/icon-stars.svg);
    width: clamp(67px, 5.21vw, 100px);
    height: clamp(11px, 0.89vw, 17px);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.faq-wrapper .faq h3 {
    font-family: "proxima-nova-condensed", proxima-nova-condensed sans-serif;
    text-transform: uppercase;
    font-size: clamp(19px, 1.15vw, 22px);
    color: #816432;
    margin: 0;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    padding-right: clamp(20px, 1.56vw, 30px);
}

.faq-wrapper .faq h3:before {
    content: "";
    display: block;
    width: clamp(13px, 1.04vw, 20px);
    height: clamp(7px, 0.57vw, 11px);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../i/icons/icon-down.svg);
    transform-origin: center;
    transform: rotate(0deg);
    transition: all 0.3s;
}

.faq-wrapper .faq.active h3:before {
    transform: rotate(180deg);

}

.lp-faqs h2 {text-align: center;margin: 0 0 clamp(33px, 2.60vw, 50px);}

.faq-wrapper .faq:not(:last-child) {
    margin: 0 0 clamp(17px, 1.30vw, 25px);
    padding: 0 0 clamp(15px, 1.15vw, 22px);
    border-bottom: clamp(1px, 0.05vw, 1px) solid #ddd;
}

.faq-wrapper .faq h3:hover {
    color: #000;
}

.faq-wrapper .faq .faq-content {
    display: none;
    padding-top: clamp(7px, 0.52vw, 10px);
}

.lp-contact-content h2 {
    margin: 0 0 clamp(7px, 0.52vw, 10px);
}

.lp-contact-content p {
    margin: 0;
}

.lp-contact-content ul {
    margin: clamp(10px, 0.78vw, 15px) 0 clamp(27px, 2.08vw, 40px);
}

.lp-contact-content ul li {
    margin: 0 0 clamp(7px, 0.52vw, 10px);
    padding: 0 0 0 clamp(20px, 1.56vw, 30px);
    position: relative;
}

.lp-hero li {
    padding: 0 0 0 clamp(20px, 1.56vw, 30px);
    position: relative;
}

.lp-hero li:before,
.lp-contact-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: clamp(13px, 1.04vw, 20px);
    height: clamp(13px, 1.04vw, 20px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../i/icons/icon-check.svg);
}

.lp-hero li:before {
    top: 2px;
}

.lp-contact-block {
    background: #f9f9f9;
    padding: clamp(20px, 1.56vw, 30px);
}

.lp-contact iframe {
    width: 100%;
    height: clamp(233px, 18.23vw, 350px);
}

.lp-contact-block ul {text-align: center;}

.lp-contact-block ul li {display: inline-block;}

.lp-contact-block ul li:first-child {
    max-width: 100%;
    margin: 0 0 clamp(3px, 0.26vw, 5px);
    display: block;
}

.lp-contact-block ul li:nth-child(2) {
    margin-right: clamp(15px, 1.15vw, 22px);
}

.lp-badges ul li:nth-child(1):before { background-image: url(../i/icons/icon-badge-1.svg);}
.lp-badges ul li:nth-child(2):before { background-image: url(../i/icons/icon-badge-2.svg);}
.lp-badges ul li:nth-child(3):before { background-image: url(../i/icons/icon-badge-3.svg);}

.lp-wc-icon-1 { background-image: url(../i/icons/icon-wc-1.svg); }
.lp-wc-icon-2 { background-image: url(../i/icons/icon-wc-2.svg); }
.lp-wc-icon-3 { background-image: url(../i/icons/icon-wc-3.svg); }
.lp-wc-icon-4 { background-image: url(../i/icons/icon-wc-4.svg); }
.lp-wc-icon-5 { background-image: url(../i/icons/icon-wc-5.svg); }

.lp-process-image {
    height: 100%;
    background: #fff;
    border-radius: clamp(17px, 1.30vw, 25px);
    max-width: 90%;
    margin-left: 10%;
    overflow: hidden;
}

.lp-process-image img {
    max-width: unset;
    margin: clamp(47px, 3.65vw, 70px) 0 0 clamp(-70px, -3.65vw, -47px);
}

.lp-service img {
    border-radius: clamp(10.666666666666668px, 1.3020833333333333vw, 15px) !important;
}

.lp-contact h2 {
    text-align: center;
    margin: 0 0 clamp(26.666666666666668px, 2.0833333333333335vw, 40px);
}

@media (max-width: 1199px) {

.lp-badges ul li {
    font-size: 13px;
}

.lp-hero {height: auto;padding: 73px 30px;}

.lp-hero .btn {font-size: clamp(16px, 0.8854166666666666vw, 17px);clamp(16px, 0.8854166666666666vw, 17px):;}

}

@media (min-width: 1200px) and (max-height: 750px) {

.lp-hero {height: auto;padding: 73px 30px;}

}

@media (max-width: 991px) {

.lp-badges ul li {
    display: block;
    text-align: center;
}

.lp-badges ul li:before {
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    background-size: 26px;
}

.lp-hero .col-sm-8 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.lp-hero:before {
    background: #000;
    opacity: 0.7;
}

.lp-cta form fieldset .mb-3 {
    flex: 0 0 49%;
    max-width: 49%;
}

.lp-cta form fieldset .mb-3:last-child {
    flex: 0 0 100%;
    max-width: 100%;
}

.lp-service .row {
    align-items: flex-start;
}

.lp-why-choose .col-sm-4, .lp-why-choose .col-sm-6, .lp-more-services .col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
}

.lp-why-choose section {
    padding: 25px 25px 25px 100px;
    text-align: left;
    position: relative;
}

.lp-why-choose section .lp-wc-icon {
    margin: 0;
    position: absolute;
    top: 19px;
    left: 25px;
}

.lp-contact-block ul li:first-child, .lp-contact-block ul li, .lp-contact-block ul li a {
    display: block;
}

.lp-contact-block ul li:nth-child(2) {
    margin: 14px 0;
}

.lp-contact-block ul li a {
    line-height: 1;
}

.lp-process .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.lp-process-image {
    margin: 40px 0 0;
    padding: 0;
    background: none;
    height: auto;
}

.lp-process-image img {
    margin: 0;
    max-width: 100%;
}

.lp-process h2 {
    text-align: center;
    margin: 0 0 40px;
}

}

@media (min-width: 768px) {
    .lp-hero img {
        display: none;
    }
}

@media (max-width: 767px) {
 
.lp-hero {
    margin-top: 68px !important;
    background: #111;
}   

.lp-hero img {
    max-width: 100%;
    height: auto;
    display: block;
}

.lp-contact .col-sm-6 + .col-sm-6 {
    order: -1;
    margin: 0 0 25px;
}

.lp-testimonials #lp-testimonials ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
}

.lp-service .col-sm-6:last-child, .reverse-991 .col-sm-6:last-child {
    order: -1;
    margin: 0 0 30px;
}

.lp-cta form fieldset .mb-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.lp-hero:before {
    display: none;
}

.lp-hero {
    padding: 0;
}

.lp-hero img {
    margin: 0 0 40px;
}

.lp-hero .container {
    padding: 0 30px 50px;
}

.lp-badges ul {
    align-items: flex-start;
}

}



.resource-intro {
background-color: #000;
background-image: url(../i/ss.svg);
background-repeat: no-repeat;
background-position: 105% 120%;
background-size: 500px;
}

.resource-intro, .resource-section {
    padding: 80px 30px;
}

.resource-section.pt-0 {
    padding-top: 0;
}

.resource-section.pb-0 {
    padding-bottom: 0;
}

.pg-content.resource-wrap {
    padding: 0;
}

.resource-section p:not(:last-child), .resource-intro p:not(:last-child) {
    margin: 0 0 25px;
    line-height: 1.625;
}

.resource-section h2, .resource-section h3, .resource-intro h1 {
    font-family: "trajan-pro-3",trajan-pro-3,sans-serif;
    text-transform: uppercase;
    line-height: 1;
    color: #111;
}

.resource-intro h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.resource-intro h1 em {
    font-style: normal;
    display: block;
    font-size: 80%;
    color: #bb9753;
}

.resource-intro p {
    color: #fff;
}

#resource-block-heading h2 {
    background: #f9f9f9;
    padding: 40px 70px;
    max-width: 90%;
    text-align: center;
}

.resource-row-stretch .row {
    align-items: stretch;
        padding-bottom: 15px;

}

.resource-box {
    height: 100%;
    background: #fff;
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.resource-section-intro h2 + p {
    color: #805401;
}

.resource-section-intro {
    margin: 0 0 40px;
}

.resource-section .resource-box h3 {
    margin: 0 0 13px;
    font-size: 22px;
}

.resource-section .resource-box h3 strong {
    display: block;
    font-family: "proxima-nova",proxima-nova,sans-serif;
    width: 40px;
    height: 40px;
    background: #BB9753;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 0 0 13px;
}

.resource-outro {
    max-width: 900px;
    margin: 0 auto;
}

.resource-outro p strong {
    font-size: 130%;
}

.resource-outro h2 {
    margin: 0 0 7px;
}

.resource-box[class*="resource-icon"] h3:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 0 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.resource-box.resource-icon-1 h3:before { background-image: url(../i/icons/icon-resource-1.svg); }
.resource-box.resource-icon-2 h3:before { background-image: url(../i/icons/icon-resource-2.svg); }
.resource-box.resource-icon-3 h3:before { background-image: url(../i/icons/icon-resource-3.svg); }
.resource-box.resource-icon-4 h3:before { background-image: url(../i/icons/icon-resource-4.svg); }
.resource-box.resource-icon-5 h3:before { background-image: url(../i/icons/icon-resource-5.svg); }

.resource-lead {
    background-image: url(../i/resource-lead-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    background-color: #000;
    padding: 90px 30px;
}

.resource-lead .resource-lead-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.resource-lead .resource-lead-text p:first-child {
    max-width: 60%;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
}

.resource-lead .resource-lead-text p a.btn.ghost:hover, .resource-lead .resource-lead-text p a.btn.ghost:focus {
    background-color: #fff;
    color: #000;
}


.resource-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.resource-pages a {
    max-width: 31%;
    flex: 0 0 31%;
    height: 360px;
    margin: 10px 1%;
    position: relative;
    overflow: hidden;
}

.resource-pages a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    transform-origin: center;
    transform: scale(1);
}

.resource-pages a:hover img,
.resource-pages a:focus img {
    transform: scale(1.1);
}

.resource-pages a .text {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px;
    margin: auto;
}

.resource-pages a:before {
    content: "";
    display: block;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    opacity: 0.6;
}

.resource-pages a .title {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    line-height: 1.254;
    margin: 0 0 20px;
}

.resource-pages a:after {
    content: "";
    display: block;
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: auto;
    opacity: 0.6;
    transition: all 0.3s;
    border: 1px solid #fff;
}

.resource-pages a:hover:after, .resource-pages a:focus:after {
    border: 10px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}


.ccm-block-gallery a {
    flex: 0 0 24%;
    max-width: 24%;
    display: block;
    padding: 0;
    margin: 8px 0.5%;overflow: hidden;
    border-radius: 10px;
}

.ccm-block-gallery a:nth-last-child(3),
.ccm-block-gallery a:nth-last-child(2),
.ccm-block-gallery a:last-child {
    flex: 0 0  32%;
    max-width: 32%;
}

.ccm-block-gallery .row {
    justify-content: space-between !important;
}

.ccm-block-gallery .ccm-block-gallery-image-overlay-color {background-color: rgba(187, 151, 83, .8) !important;}

.lp-foam-gallery {
    padding: 75px 30px 450px;
    background: #fff;
}

@media (min-width: 1200px) {
    .section-centered .row {
        align-items: center;
    }
}

@media (max-width: 1199px) {
.resource-pages a .title {
    font-size: 19px;
}

.resource-pages a .text {
    padding: 30px;
}

.resource-pages a {
    height: 300px;
}

.resource-intro h1 {
    font-size: 34px;
    max-width: 620px;
}

.resource-section h2 {
    font-size: 25px;
}

.resource-section h3 {
    font-size: 19px !important;
}

.resource-box br {
    display: none;
}

.resource-box {
    padding: 30px;
}

.resource-box[class*="resource-icon"] h3:before {
    width: 40px;
    height: 40px;
}

.resource-lead {
    padding-top: 60px;
    padding-bottom: 60px;
}

.resource-lead .resource-lead-text p:first-child {
    font-size: 16px;
    padding-right: 40px;
}

}

@media (max-width: 991px) {

.ccm-block-gallery a,
.ccm-block-gallery a:nth-last-child(3),
.ccm-block-gallery a:nth-last-child(2),
.ccm-block-gallery a:last-child {
    flex: 0 0 48%;
    max-width: 48%;
}

.resource-reverse-image .col-sm-6:last-child {
    order: -1;
    padding-bottom: 15px;
}
#resource-block-heading h2 {
    padding: 30px;
    max-width: 100%;
}

.resource-intro h1 {
    font-size: 30px;
    max-width: 100%;
    margin: 0 0 30px;
}
.resource-intro div[class*="col"],
.resource-section div[class*="col"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.resource-row-stretch .row {
    align-items: center;
    padding: 0;
}

.resource-section div[class*="col"] div[class*="col"] {
    margin-bottom: 15px;
}

.resource-intro img,
.resource-section-intro {
    margin: 0 0 15px;
}





.resource-intro br {
    display: none;
}


.resource-intro, .resource-section {
    padding: 60px 30px;
}
.resource-lead {
    background-size: cover;
}

.resource-lead .resource-lead-text {
    display: block;
}

.resource-lead .resource-lead-text p:first-child {
    padding: 0;
    max-width: unset;
    margin: 0 0 20px;
}

.resource-lead .resource-lead-text {
    text-align: center;
}

.resource-pages a .title {
    font-size: 15px;
}

.resource-pages a .text {
    padding: 25px;
}

.resource-pages a {
    height: 270px;
}

.resource-pages a {
    max-width: 47%;
    flex: 0 0 47%;
}

}

@media (max-width: 767px) {

.resource-intro {
    margin-top: 65px;
}

.resource-box h3 {
    position: inherit;
}

.resource-box {
    padding-left: 75px;
}

.resource-box[class*="resource-icon"] h3:before,
.resource-box strong {
    position: absolute;
    top: 27px;
    left: 35px;
}

.resource-box[class*="resource-icon"] h3:before {
    width: 34px;
    height: 34px;
}



}

@media (max-width: 525px) {

    .resource-pages a {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 10px 0 0;
    height: 250px;
}

}



.no-repairs {
    background: #bb9753;
    color: #fff;
    font-size: clamp(18px, 1.41vw, 27px);
    text-align: center;
    padding: clamp(20px, 1.56vw, 30px);
}

.no-repairs p {
    max-width: clamp(667px, 52.08vw, 1000px);
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.25;
}

.cl-new .btn.animate {
    position: relative;
    overflow: hidden;
}

.cl-new .btn.animate::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: metalShine 3s infinite;
}

@keyframes metalShine {
    0% { left: -150%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

.cl-new .btn.animate:hover, .cl-new .btn.animate:focus {
    background-color: #111;
    color: #fff;
    border-color: #111;
    text-decoration: none;
}