@font-face {
  font-family: 'socialico';
  src: url('fonts/Socialico/Socialico.eot');
  src: url('fonts/Socialico/Socialico.eot?#iefix') format('embedded-opentype'),
    url('fonts/Socialico/Socialico.woff2') format('woff2'),
    url('fonts/Socialico/Socialico.woff') format('woff'),
    url('fonts/Socialico/Socialico.ttf') format('truetype'),
    url('fonts/Socialico/Socialico.svg') format('svg');
}



#services .pick::before, #services .returns::before{
    top: 28px !important;
}

#services .delivery::before{
      top: 34px !important;

}




.suspension-contain {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html.suspended {
  background: rgba(0, 0, 0, 0.6);
}

body {
  margin: 0 auto;
  max-width: 100%;
  min-width: 1200px;
  text-align: justify;
  font-family: 'Libre Baskerville', serif;
  background: #7e532b;
}

a {
  color: inherit;
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: inherit;
  text-decoration: none;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
dd {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
ol {
  list-style-type: none;
}

.row {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.cta {
  display: none;
}

.ctc-hide {
  display: none;
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials a {
  font-family: 'socialico';
  font-size: 30px;
  color: #000;
}

/*floats*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*typography*/
.text-primary {
  color: #b11414;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center !important;
}

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

/*button*/
.btn {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 206px;
  height: 44px;
  background: #c2a774;
  border: 2px solid #c2a774;
}

.btn:hover {
  background: transparent;
  border: 2px solid #c2a774;
}

/*clearings*/

.clear {
  clear: both;
}

.clearfix:after {
  height: 0;
  clear: both;
  content: '.';
  font-size: 0;
  display: block;
  visibility: hidden;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  position: fixed;
  padding: 5px 10px;
  bottom: 0 !important;
  left: 20px !important;
  display: block !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.destroy-on-load {
  display: none;
}

/*contact form messages*/
form .messages p {
  display: none;
  font-family: Arial !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

form .loading {
  display: none;
  width: 100%;
  margin: auto;
  max-width: 20px;
}

form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

form [type='submit'] {
  margin: 20px auto;
}

/*contact form*/
.ctc-form {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.ctc-form input[type='text'],
.ctc-form textarea {
  font-family: Arial;
  font-size: 16px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 8px;
}

.ctc-form textarea {
  height: 120px;
  padding-top: 10px;
}

.ctc-form button {
  display: block;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}

.ctc-form .ctc-hide {
  display: none;
}

.inner #content .ctc-form {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px #c2a774;
  box-shadow: 0 0 10px #c2a774;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner #content .ctc-form h2 {
  text-align: center !important;
  padding: 5px 0 20px;
}

.inner #content .ctc-form input[type='text'],
.ctc-form textarea {
  font-family: 'oswald-light';
  font-size: 16px;
  color: #000;
  height: 45px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 8px;
  max-width: 100%;
}

.inner #content .ctc-form textarea {
  height: 120px;
  padding-top: 10px;
}

.inner #content .ctc-form button {
  display: block;
}

.inner #content .ctc-form .recap {
  display: inline-block;
}

.inner #content .ctc-form .g-recaptcha div {
  margin: 0 auto 10px;
}

/*gallery*/
#content .gallery-container {
  text-align: center;
}

#content .gallery {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content .gallery li {
  display: inline-block;
}

#content .thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 4px;
  -webkit-transition: border 0.2s ease-in-out 0s;
  -o-transition: border 0.2s ease-in-out 0s;
  transition: border 0.2s ease-in-out 0s;
}

#content .page_navigation {
  display: inline-block;
}

#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #0275d8;
  display: inline-block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}

#content .page_navigation>a:hover,
.page_navigation>a.active_page {
  background-color: #eceeef;
  border-color: #ddd;
  color: #014c8c;
  text-decoration: none;
}

h1 {
  font-size: 35px;
  font-weight: 400;
  color: #e3d6bf;
  line-height: 1.4;
}

h2 {
  font-size: 45px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}

h3 {
  font-size: 70px;
  font-weight: 400;
  color: #e3d6bf;
  line-height: 1.4;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 160%;
}

h5 {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  line-height: 120%;
}

p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 2.1;
  font-family: 'Montserrat', sans-serif;
}

/*header*/
header {
  position: relative;
}

#header {
  padding: 20px 0;
  width: 100%;
  position: absolute;
  z-index: 3;
}

#header nav a#pull {
  display: none;
}

#header nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header nav ul li {
  vertical-align: middle;
  padding: 0 5px;
}

#header nav ul li:last-of-type {
  padding-right: 0;
}

#header nav ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 30px;
}

#header nav ul li a::after {
  content: '';
  background: url(../images/common/arrow.png) no-repeat;
  width: 16px;
  height: 17px;
  position: absolute;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 1;
  bottom: 0;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header nav ul li.active-menu a::after,
#header nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

#header .hd-right {
  position: relative;
  width: 789px;
}

#header .hd-right nav {
  padding: 22px 0;
}

#header .hd-right::after {
  content: '';
  background: rgba(237, 228, 213, 0.34);
  width: 1010px;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#header .hd-bot .phone {
  position: relative;
  padding-left: 50px;
  text-align: right;
  margin-left: auto;
  width: 100%;
  max-width: 318px;
}

#header .hd-bot .phone a {
  font-size: 33px;
  color: #e3d6bf;
  font-family: 'Libre Baskerville', serif;
}

#header .hd-bot .phone::before {
  content: '';
  background: url(../images/common/phone.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#header .hd-bot .phone:hover::before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#header .hd-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/*banner*/
#banner {
  background: url(../images/common/banner.jpg) no-repeat center top;
  padding: 170px 10px 370px;
  background-size: cover;
  text-align: left;
  position: relative;
}

#banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#banner h1 {
  background: url(../images/common/line.png) no-repeat top left;
  padding-top: 10px;
}

#banner .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

#banner .buttons a:nth-child(2) {
  margin-left: 20px;
}

#banner .welcome {
  border: 2px solid #c2a774;
  padding: 20px 0;
  background-size: contain;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear,
      right top,
      left top,
      color-stop(88%, transparent),
      color-stop(22%, #c2a674));
  background: -o-linear-gradient(right, transparent 88%, #c2a674 22%);
  background: linear-gradient(to left, transparent 88%, #c2a674 22%);
}

#banner .welcome .wc-left img {
  width: 100%;
  height: auto;
  display: block;
}

#banner .welcome .wc-right {
  width: 50%;
}

#banner .welcome h2 {
  color: #c2a774;
  font-size: 34px;
  letter-spacing: 20px;
  padding-bottom: 10px;
}

#banner .welcome span {
  display: block;
}

#banner .welcome p {
  line-height: 2.1;
}

/*thechairshop*/
#thechairshop {
  background: url(../images/common/content.jpg) no-repeat center;
  padding: 80px 10px 178px;
  text-align: left;
  border-bottom: 2px solid #c2a774;
}

#thechairshop .weaving {
  text-align: center;
}

#thechairshop .weaving p {
  font-size: 55px;
  font-weight: 500;
  color: #e3d6bf;
  letter-spacing: 10px;
}

#thechairshop .weaving h3 {
  font-style: italic;
  font-size: 49px;
  color: #fff;
  font-weight: 400;
}

#thechairshop .socials {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 80px;
}

#thechairshop .socials a {
  font-size: 35px;
  color: #e3d6bf;
  font-weight: 400;
  padding: 0 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#thechairshop .socials a:hover {
  color: #fff;
}

#thechairshop .socials .sc-left {
  position: relative;
  right: 90px;
}

#thechairshop .socials .sc-right {
  position: relative;
  left: 90px;
}

/*antiquechairs*/
#antiquechairs {
  padding: 60px 10px;
}

#antiquechairs .row {
  max-width: 1261px;
}

#antiquechairs .antiquechairs-text {
  max-width: 1200px;
  margin: 0 auto;
}

#antiquechairs p {
  padding-bottom: 20px;
}

#antiquechairs p:nth-child(3) {
  padding-bottom: 60px;
}

#antiquechairs .antiquechairs-images {
  border: 2px solid #c2a774;
  padding: 30px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#antiquechairs dl {
  position: relative;
  width: 22.88477034649476%;
  margin: 0 0 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#antiquechairs dl img {
  height: auto;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#antiquechairs dl:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#antiquechairs dl dd {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  background: #c2a774;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -12px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#antiquechairs dl:hover dd {
  color: #c2a774;
  background: #fff;
}

/*services*/
#services {
  background: #c2a774;
  line-height: 0;
  text-align: left;
}

#services .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#services p {
  position: relative;
  font-family: 'Libre Baskerville', serif;
  font-size: 33px;
  color: #fff;
  padding: 30px 0 30px 105px;
}

#services img {
  height: auto;
  width: 100%;
}

#services .pick::before {
  content: '';
  background: url(../images/common/f1.png) no-repeat;
  width: 42px;
  height: 74px;
  position: absolute;
  top: 0;
  left: 12px;
}

#services .delivery::before {
  content: '';
  background: url(../images/common/f2.png) no-repeat;
  width: 76px;
  height: 54px;
  position: absolute;
  top: 15px;
  left: 0;
}

#services .returns::before {
  content: '';
  background: url(../images/common/f3.png) no-repeat;
  width: 39px;
  height: 64px;
  position: absolute;
  top: 13px;
  left: 12px;
}

/*servicing*/
#servicing {
  padding: 60px 10px;
  text-align: center;
}

#servicing h3 {
  font-size: 34px;
  color: #fff;
  letter-spacing: 15px;
  padding-bottom: 30px;
}

#servicing p {
  position: relative;
  padding-left: 15px;
  letter-spacing: 2px;
}

#servicing p::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7.5px;
  background-color: #ffff;
  top: 4px;
  left: 0;
}

#servicing p:last-of-type {
  margin-left: 80px;
}

#servicing .nyc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*footer*/
#footer {
  background: url(../images/common/footer.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

#footer {}

#footer h2 {
  font-size: 55px;
  letter-spacing: 2px;
}

#footer .ft-top {
  padding: 50px 0;
}

#footer .ft-top .ctc-form {
  width: 100%;
  padding: 0;
  margin: 0;
  max-width: 1200px;
}

#footer .ft-top .ctc-form textarea {
  border: 2px solid #cdb78d;
  height: 171px;
}

#footer .ft-top .ctc-form .form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

#footer .ft-top .ctc-form .form-top input[type='text'] {
  width: 100%;
  max-width: 391px;
  height: 44px;
  border: 2px solid #cdb78d;
}

#footer .ft-top .ctc-form .form-top label {
  width: 100%;
}

#footer .ft-top .ctc-form .form-top label:first-of-type input {
  margin: 0 auto 8px 0;
}

#footer .ft-top .ctc-form .form-top label:last-of-type input {
  margin: 0 0 8px auto;
}

#footer .ft-bot {
  text-align: left;
  padding: 60px 0 0;
  background: rgba(146, 96, 50, 0.5);
}

#footer .ft-bot .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .ft-bot nav ul {
  padding: 0;
}

#footer .ft-bot ul {
  padding-left: 20px;
}

#footer .ft-bot h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 10px;
  position: relative;
}

#footer .ft-bot h4::after {
  content: '';
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #c2a674;
}

#footer .ft-bot nav ul li {
  padding: 10px 0;
}

#footer .ft-bot nav ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

#footer .ft-bot span {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 16px;
  font-weight: 400;
}

#footer .ft-bot .services ul {
  list-style-type: unset;
}

#footer .ft-bot .services ul li {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  padding: 10px 0;
  color: #fff;
}

#footer .ft-bot p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 28px 0 10px;
}

#footer .ft-bot span {
  padding-top: 10px;
}

#footer .ft-bot .value img {
  padding-top: 40px;
}

#footer .ft-bot .info .phone span {
  font-size: 24px;
}

#footer .site {
  text-transform: uppercase;
  border-top: 2px solid #ede4d5;
  padding: 20px 0;
}

#footer .site p {
  font-family: 'Poppins', serif;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

#footer .silver img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
}

/*inner pages*/
.inner #content {
  min-height: 400px;
  padding: 40px 0;
  background: none;
}

.inner #content .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inner #content h1 {
  color: #c2a774;
  text-align: center;
}

.inner #content h3 {
  color: #fff;
  padding: 10px 0;
}

.inner #content h4 {
  color: #fff;
  padding: 10px 0;
}

.inner #content p {
  text-align: justify;
  line-height: 2.1;
  padding: 10px 0;
}

.inner #content ul {
  list-style-type: unset;
  color: #fff;
}

.inner #content ul li {
  padding: 10px 0;
}

.inner #footer .ft-top {
  display: none;
}

/*scroll down*/
.logo-small img {
  max-width: 150px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.navbarcss {
  position: fixed;
  z-index: 2;
  background: #2d160194;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbarcss .logo {
  padding-left: 20px;
}

.navbarcss .hd-right .phone {
  display: none;
}

.navbarcss nav ul {
  padding-top: 20px !important;
  padding-right: 20px !important;
}

.remove-line::after {
  background: none !important;
}

/*privacy policy*/
.inPrivacyBox {
  max-width: 850px;
  margin: 0 auto;
}

.inPrivacyBox p {
  text-align: justify !important;
}

/** Responsive
-------------------------------------------------------*/

@media screen and (max-width: 1024px) {
  body {
    min-width: 320px;
  }

  #antiquechairs {
    padding: 20px 0;
  }

  #services {
    padding: 20px 0;
  }

  #services .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #services .free-left {
    padding-top: 15px;
  }

  #footer .ft-bot .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-bottom: 60px;
  }

  #footer .ft-bot .row>div {
    width: 40%;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 45px !important;
  }

  h2 {
    font-size: 40px !important;
  }

  h3 {
    font-size: 40px !important;
  }

  #header {
    position: relative;
    padding: 0;
  }

  #header .row {
    padding: 0;
  }

  #header .hd-right nav {
    display: block;
    height: auto;
    width: 100%;
    padding: unset;
  }

  #header nav ul {
    max-width: 100%;
    display: none;
    height: auto;
    background: #c2a774;
    border-bottom: 2px solid #000;
    padding: 10px 0;
  }

  #header nav li {
    max-width: 100%;
    position: relative;
    text-align: left;
    padding: 10px 35px;
  }

  #header nav ul li a {
    padding: 0;
  }

  #header nav ul li {
    display: block;
  }

  #header nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
  }

  #header nav a#pull {
    display: block;
    background: #c2a774;
    width: 100%;
    position: relative;
    height: 45px;
    color: #fff;
    border-bottom: 2px solid #000;
  }

  #header nav a#pull:after {
    content: '';
    background: url('../images/nav-icon.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 13px;
  }

  #header nav a#pull strong {
    line-height: 45px;
  }

  #header .hd-bot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header .hd-bot .phone {
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
  }

  #header .hd-right {
    width: 100%;
    padding: 0;
  }

  #header .navbarcss .logo {
    display: none;
  }

  #header .hd-bot .phone::before {
    transform: translateY(-50%);
    bottom: initial;
    top: 50%;
  }

  #header .hd-bot .phone a {
    font-size: 25px;
  }

  #banner {
    padding: 10px 0;
    background: #53341f;
  }

  #banner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #banner .chair img {
    display: none;
  }

  #banner .welcome h2 {
    text-align: center;
    letter-spacing: 15px;
  }

  #banner .welcome p {
    text-align: justify;
  }

  #banner .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
  }

  #banner .buttons a:nth-child(2) {
    margin-left: unset;
    margin-top: 10px;
  }

  #banner .welcome {
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 10px;
  }

  #banner .welcome .wc-right {
    text-align: center;
    width: 100%;
    padding: 0 10px;
  }

  #banner .welcome span {
    display: inline;
  }

  #thechairshop {
    padding: 20px 0;
    background: #7f522b;
  }

  #thechairshop .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  #thechairshop .weaving p {
    font-size: 40px;
  }

  #thechairshop .socials a {
    padding: 0 20px;
  }

  #thechairshop .socials .sc-left {
    right: unset;
  }

  #thechairshop .socials .sc-right {
    left: unset;
  }

  #banner .welcome .wc-left {
    display: none;
  }

  #antiquechairs {
    padding: 20px 0;
  }

  #antiquechairs .row {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #antiquechairs dl {
    width: 46%;
  }

  #servicing {
    padding: 60px 0;
  }

  #servicing .nyc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 275px;
    margin: auto;
  }

  #servicing p {
    text-align: left;
    line-height: 2;
  }

  #servicing p:last-of-type {
    margin-left: unset;
  }

  #servicing p:before {
    top: 12px;
  }

  #footer .ft-top .ctc-form .form-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: unset;
  }

  #footer .ft-top .ctc-form .form-top input[type='text'] {
    max-width: 100%;
  }

  #footer .ft-bot {
    text-align: center;
    padding: 0;
  }

  #footer .ft-bot .row>div {
    width: 100%;
  }

  #footer .ft-bot h4 {
    background-position: bottom center;
  }

  #footer .ft-bot h4::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #footer .ft-bot .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #footer .ft-bot .navigation {
    display: none;
  }

  #footer .ft-bot .value img {
    padding: 20px 0;
  }

  #footer .ft-bot .services ul {
    list-style-type: none;
    padding: 0;
  }

  img.lazy.logo {
    max-width: 100px;
    padding-top: 10px;
  }

  .cta {
    background: #c2a774 url('../images/phonecall.png') no-repeat center center;
    border-bottom-left-radius: 40px;
    border: 2px solid #fff;
    border-top-left-radius: 40px;
    bottom: 1%;
    display: block;
    height: 70px;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    width: 100px;
    z-index: 999;
    border-right: none;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  .inner #content .ctc-form {
    padding: 0;
  }

  #antiquechairs dl {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {}

.fancybox-title {
  background: #fff;
  padding: 5px;
}



/* STICKY NAVIGATION */
.fabVertical {
  flex-direction: column;
  z-index: 9999;
  top: 30%;
  right: 25px;

  /* right: 15px; */
  /* transform: translate(0, -50%); */
  &.active {
    .fabNav {
      &.fabNav--left {
        a {
          left: 0;
          transform: scale(1) translateX(0);
        }
      }

      &.fabNav--right {
        a {
          right: 0;
          transform: scale(1) translateX(0);
        }
      }
    }
  }

  .fabTrigger {
    margin: 12px 0;
  }

  .fabNav {
    flex-direction: column;

    a {
      margin: 12px 0;

      &:hover {
        .fabTooltip {
          right: calc(100% + 10px);
          transform: translate(0, -50%) scale(1);
        }
      }
    }

    &.fabNav--left {
      a {
        left: 0;
        transform: scale(0.8) translateY(10px);

        &:nth-child(1) {
          transition-delay: 0.3s;
        }

        &:nth-child(2) {
          transition-delay: 0.2s;
        }

        &:nth-child(3) {
          transition-delay: 0.1s;
        }
      }
    }

    &.fabNav--right {
      a {
        left: 0%;
        transform: scale(0.8) translateY(-10px);

        &:nth-child(1) {
          transition-delay: 0.1s;
        }

        &:nth-child(2) {
          transition-delay: 0.2s;
        }

        &:nth-child(3) {
          transition-delay: 0.3s;
        }
      }
    }
  }

  .fabTooltip {
    top: 50%;
    right: 0;
    transform-origin: center right;
    transform: translate(0, -50%) scale(0);
  }
}

.fab {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  transition: .25s;

  &.active {
    .fabTrigger {
      transform: scale(1);

      .icon {
        background: transparent;
        transition: background 0.3s ease;

        &,
        &:before,
        &:after {
          height: 3px;
        }

        &:before,
        &:after {
          width: 20px;
          transform-origin: 50% 50%;
          transition: all 100ms ease,
            width 100ms 100ms ease,
            transform 300ms 200ms cubic-bezier(0.28, 0.55, 0.385, 1.65);
        }

        &:before {
          left: 50%;
          transform: translateX(-50%) rotate(45deg);
        }

        &:after {
          right: 50%;
          transform: translateX(50%) rotate(-45deg);
        }
      }
    }

    .fabNav {
      a {
        opacity: 1;
        visibility: visible;
        transition: .35s cubic-bezier(.4, 2.08, .55, 1);
      }
    }

  }

  .fa-solid {
    color: #c2a774 !important;
  }

  .fa-regular {
    color: #c2a774 !important;
  }
  .fab.fabVertical span.icon{
    color: #c2a774 !important;
  }

.fabTrigger {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  color: #f8f8f8;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 100px;
  background: #fff;
  transform: scale(0.675);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(108, 46, 185, 0.2);
  transition: .35s cubic-bezier(.4, 2.08, .55, 1);

  .icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.3s ease;

    &,
    &:before,
    &:after {
      position: absolute;
      display: block;
      background: #000;
      width: 6px;
      height: 6px;
      border-radius: 10px;
    }

    &:before,
    &:after {
      content: '';
      transition: all 100ms ease,
        right 100ms 100ms ease,
        left 100ms 100ms ease;
    }

    &:before {
      left: -11px;
      transform: translateX(-50%);
    }

    &:after {
      right: -11px;
      transform: translateX(50%);
    }

  }
}

.fabNav {
  display: flex;
  gap: 10px;
  align-items: center;

  a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 12px;
    width: 40px;
    height: 40px;
    font-family: 'Noto Sans', sans-serif;
    ;
    outline: none;
    border: 0;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(108, 46, 185, 0.2);
    opacity: 0.0001;
    visibility: hidden;
    will-change: transform;
    transition: .35s cubic-bezier(.4, 2.08, .55, 1);

    &:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-color: #fff;
      transition: .25s;
    }

    i {
      color: #000;
      transition: .25s;
    }

    &:hover {
      &:before {
        background-color: #000;
      }

      i {
        color: #fff;
      }

      .fabTooltip {
        opacity: 1;
        visibility: visible;
      }
    }
  }
}

.fabTooltip {
  position: absolute;
  z-index: -2;
  padding: 5px;
  color: white;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  border-radius: 5px;
  background: rgba(#000, 0.8);
  opacity: 0;
  visibility: hidden;
  cursor: default;
  pointer-events: none;
  transition: .5s;
  text-align: center;
}
}

.copy img {
  max-width: 40px;
  vertical-align: middle;
  display: inline-block;
}