@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css | Prefixed by https://autoprefixer.github.io */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 100vh;
  min-height: 100svh;
}

.preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

a {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

main {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: 'Lora', serif;
  font-weight: 500;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  color: transparent;
}

img.responsive {
  width: 100%;
  height: auto;
}

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

.mw90 {
  max-width: 90%;
}

.mw85 {
  max-width: 85%;
}

.mw70 {
  max-width: 70% !important;
}

.ml10 {
  margin-left: 10%;
}

@media (max-width: 1200px) {
  .ml10 {
    margin-left: 0;
  }
}

.nowrap {
  white-space: nowrap;
}

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

.mt0 {
  margin-top: 0 !important;
}

.arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-bottom: 1px;
}

.right {
  margin-left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.left {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.up {
  margin-left: 5px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

li.italic-note {
  font-style: italic;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ------------------------------------------------------------- Header ------------------------------------------------------------- */

a.fireside-log-furniture-logo {
  position: absolute;
  top: 4px;
  left: 5%;
}

.fireside-log-furniture-logo img {
  width: 220px;
  height: 88px;
}

.home-nav .fireside-log-furniture-logo img {
  width: 310px;
  height: auto;
}

@media (max-width: 1200px) {
  .fireside-log-furniture-logo img, .home-nav .fireside-log-furniture-logo img {
    width: 175px;
    height: 70px;
  }
}

header.navigation {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 100vw;
  z-index: 2;
}

#menu-icon {
  position: absolute;
  right: 5%;
  top: 27px;
  display: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

@media (max-width: 1200px) {
  #menu-icon {
    display: block;
  }
}

#menu-icon span {
  display: block;
  width: 43px;
  height: 4px;
  margin-bottom: 8px;
  position: relative;
  background-color: #c5b4a1;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close span
{
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
      -ms-transform: rotate(45deg) translate(-8px, -8px);
          transform: rotate(45deg) translate(-8px, -8px);
}

.close span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close span:nth-last-child(2)
{
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.main-navigation {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-color: rgba(0,0,0,0.70);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100px;
}

@media (max-width: 1200px) {
  .main-navigation {
    height: 80px;
  }
}

.home-nav .main-navigation {
  background-color: transparent;
}

@media (max-width: 1200px) {
  .home-nav .main-navigation {
    background-color: rgba(0,0,0,0.70);
  }
}
    
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  padding: 0 5%;
}

.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 1500px) {
  .main-nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: calc(85% - 460px);
    padding: 0 5% 0 0;
  }
  
  .main-nav ul {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1200px) {
  .main-nav {
    display: none;
    background-color: #c5b4a1;
    max-width: 100%;
    height: calc(100vh - 240px);
    height: calc(100svh - 240px);
    padding: 75px 5% 85px 5%;
    margin-top: 80px;
    position: absolute;
    z-index: 2;
  }
  
  .main-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    max-height: 600px;
  }
}

.home-nav {
  z-index: 1;
}

.home-nav .main-nav a {
  color: #000;
  text-shadow: 1px 1px rgba(255,255,255,0.6);
}

@media (max-width: 1200px) {
  .home-nav .main-nav a {
    text-shadow: none;
  }
}

.home-nav .main-nav a:hover {
  color: #903605;
}

.main-nav a {
  font-family: 'Lora', serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 100px;
  color: #c5b4a1;
  text-align: right;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 70px;
  display: block;
}

.main-nav a:hover {
  color: #903605;
}

@media (max-width: 1500px) {
  .main-nav a {
    font-size: 1.1rem;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .main-nav a, .home-nav .main-nav a {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #903605;
    text-align: center;
    padding: 20px 0;
  }
  
  .main-nav a:hover, .home-nav .main-nav a:hover {
    color: #64240b;
  }
}

@media (max-width: 1200px) and (max-height: 720px) {
  .main-nav {
    height: calc(100vh - 180px);
    height: calc(100svh - 180px);
    padding: 45px 5% 55px 5%;
  }
}

@media (max-width: 1200px) and (max-height: 600px) {
  .main-nav {
    height: calc(100vh - 140px);
    height: calc(100svh - 140px);
    padding: 25px 5% 35px 5%;
  }
}

@media (max-width: 1200px) and (max-height: 505px) {
  .main-nav a, .home-nav .main-nav a {
    font-size: 1.6rem;
    padding: 15px 0;
  }
}

@media (max-width: 1200px) and (max-height: 440px) {
  .main-nav {
    height: calc(100vh - 120px);
    height: calc(100svh - 120px);
    padding: 15px 5% 25px 5%;
  }
  
  .main-nav a, .home-nav .main-nav a {
    font-size: 1.5rem;
    padding: 10px 0;
  }
}

@media (max-width: 1200px) and (max-height: 355px) {
  .main-nav {
    height: calc(100vh - 100px);
    eight: calc(100svh - 100px);
    padding: 8px 5% 12px 5%;
  }
  
  .main-nav a, .home-nav .main-nav a {
    font-size: 1.3rem;
    padding: 5px 0;
  }
}

@media (max-width: 1200px) and (max-height: 270px) {
  .main-nav {
    height: calc(100vh - 90px);
    height: calc(100svh - 90px);
    padding: 5px 5% 5px 5%;
  }
  
  .main-nav a, .home-nav .main-nav a {
    font-size: 1rem;
    padding: 0;
  }
}

@media (max-width: 1200px) and (max-height: 185px) {
  .main-nav a, .home-nav .main-nav a {
    font-size: 0.8rem;
    line-height: 1;
  }
}

.header-no-scroll {
}

.header-scroll {
  overflow-y: scroll;
  bottom: 0;
  left: 0;
  right: 0;
}

.no-scroll {
  overflow: hidden;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

/* ------------------------------------------------------------- Footer ------------------------------------------------------------- */

footer {
  font-family: 'Lora', serif;
  width: 100%;
  background-color: #3f210a;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

footer a, footer li {
  text-decoration: none;
  color: #c5b4a1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	display: block;
}

footer a:hover {
  color: #903605;
}

footer svg {
	width: 35px;
	height: 35px;
}

.facebook-link {
	padding: 5px 0;
}

.facebook-icon {
	-webkit-transition: fill 0.3s ease;
	-o-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #c5b4a1;
}

.facebook-link:hover .facebook-icon {
	fill: #903605;
}

footer ul {
  list-style: none;
}

footer nav {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  padding-bottom: 40px;
}

.footer-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 200px;
}

.footer-categories li {
  font-size: 1.35rem;
  font-weight: 500;
  padding-top: 40px;
}

.footer-categories li ul {
  margin-top: 10px;
}

.footer-categories li ul li {
  padding-top: 0;
}

.footer-categories li ul li {
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 0 5px 0;
  margin: 5px 0 5px 0;
}

a.back-to-top {
  background-color: #c5b4a1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5%;
  top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.back-to-top:hover {
  background-color: #903605;
}

a.back-to-top .up {
  margin-left: 0;
}

@media (max-width: 1200px) {
  .footer-categories {
    display: block;
    margin-right: 30px;
  }
  
  .footer-categories li {
    padding-top: 10%;
  }
  
  a.back-to-top {
    top: 8%;
  }
  
  footer nav {
    padding-top: 7px;
    padding-bottom: 10%;
  }
	
	.footer-categories li ul li {
		font-size: 1.05rem;
		padding: 7px 0 7px 0;
		margin: 7px 0 7px 0;
	}
}

@media (max-width: 1000px) {
  a.back-to-top {
    top: 7%;
  }
}

@media (max-width: 800px) {
  a.back-to-top {
    top: 5.5%;
  }
}

@media (max-width: 600px) {
  a.back-to-top {
    top: 4%;
  }
}

@media (max-width: 400px) {
  a.back-to-top {
    top: 3%;
  }
}

p.copyright {
  display: block;
  width: 90%;
  padding: 10px 5%;
  margin: 0;
  text-align: center;
  background-color: #ded4c7;
  color: #3f210a;
  font-family: 'Lora', serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height:1.5;
}

.copyright a {
  color: #3f210a;
  text-decoration: none;
  white-space: nowrap;
	display: inline;
}

/* ------------------------------------------------------------- Body ------------------------------------------------------------- */

.home-main {
  width: 100%;
  min-height: 100vh;
  min-height: calc(100svh + 1px);
  background-color: #5a3e27;
  background-image: url("../images/Fireside-Log-Furniture-Rustic-Bedroom-Lodge-Set.jpg");
  background-size: cover;
  background-position: bottom right;
}

@media (max-width: 1600px) {
  .home-main {
    background-image: url("../images/rustic-bedroom-lodge-set/2000/Fireside-Log-Furniture-Rustic-Bedroom-Lodge-Set.jpg");
  }
}

@media (max-width: 1100px) and (orientation: portrait) {
  .home-main {
    background-image: url("../images/rustic-bedroom-lodge-set/1300/Fireside-Log-Furniture-Rustic-Bedroom-Lodge-Set.jpg");
    background-position: bottom center;
  }
}

@media (max-width: 800px) and (orientation: portrait) {
  .home-main {
    background-image: url("../images/rustic-bedroom-lodge-set/1000/Fireside-Log-Furniture-Rustic-Bedroom-Lodge-Set.jpg");
  }
}

@media (max-width: 600px) and (orientation: portrait) {
  .home-main {
    background-image: url("../images/rustic-bedroom-lodge-set/800/Fireside-Log-Furniture-Rustic-Bedroom-Lodge-Set.jpg");
  }
}

@media (max-width: 370px) and (orientation: portrait) {
  .home-main {
    background-image: url("../images/rustic-bedroom-lodge-set/600/Fireside-Log-Furniture-Rustic-Bedroom-Lodge-Set.jpg");
  }
}

.home-main-wrap {
  background: -o-linear-gradient(top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.85)), color-stop(70%, rgba(0,0,0,0.8)), to(rgba(0,0,0,0)));
  background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0) 100%);
  color: #fff;
  width: 460px;
  height: 430px;
  padding: 180px 0 0 5%;
}

@media (max-width: 1200px) {
  .home-main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -o-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.9)), color-stop(50%, rgba(0,0,0,0.85)), color-stop(70%, rgba(0,0,0,0.6)), to(rgba(0,0,0,0)));
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0.6) 70%, rgba(0,0,0,0) 100%);
    padding: 13vh 5% 0 5%;
    width: 90%;
    min-height: 380px;
    height: 50vh;
    position: static;
  }
}

@media (max-width: 1200px) {
  .home-main-wrap div {
    width: 100%;
  }
}

.home-main-wrap h1 {
  font-size: 2.5rem;
  font-style: italic;
  text-shadow: 2px 2px #000;
  margin-bottom: 40px;
  max-width: 400px;
}

@media (max-width: 1200px) {
  .home-main-wrap h1 {
    font-size: 2.66rem;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 40px auto;
    max-width: 600px;
  }
}

@media (max-width: 890px) {
  .home-main-wrap h1 {
    margin-bottom: 5%;
  }
}

@media (max-width: 650px) {
  .home-main-wrap h1 {
    line-height: 1.15;
    max-width: 400px;
  }
}

@media (max-width: 450px) {
  .home-main-wrap h1 {
    font-size: 9.3vw;
  }
}

.home-main-wrap a {
  font-size: 1.5rem;
  background: #903605;
  padding: 12px 0 10px 0;
  width: 310px;
  max-width: 100%;
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
          box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.home-main-wrap a:hover {
  background: #64240b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1200px) {
  .home-main-wrap a {
    margin: 0 auto 10vh auto;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
            box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  }
}

.home-main-wrap .arrow {
  margin-bottom: 3px;
}

@media (max-width: 1200px) {
  .home-main-wrap .arrow {
    margin-bottom: 2px;
  }
}

.white-gradient {
  background: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.95) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,0.8)), to(rgba(255,255,255,0.95)));
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.95) 100%);
  position: absolute;
  left: calc(460px + 5%);
  width: calc(95% - 460px);
  top: 0;
  height: 400px;
  z-index: 0;
}

@media (max-width: 1200px) {
  .white-gradient {
    display: none;
  }
}

.wrapper {
  padding: 5%;
}

@media (max-width: 1200px) {
  .wrapper {
    padding: 10% 5%;
  }
}

.page-header {
  width: 100%;
  background-image: url("../images/Rustic-Cabin-Logs.jpg");
  background-size: cover;
  background-position: top left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.page-header h1 {
  color: #ded4c7;
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.0)));
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.0) 100%);
  display: block;
  width: 90%;
  margin-top: 100px;
  padding: 50px 5% 40px 5%;
  font-size: 3.3rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 2px #000;
}

@media (max-width: 1200px) {
  .page-header h1 {
    margin-top: 80px;
  }
}

@media (max-width: 380px) {
  .page-header h1 {
    font-size: 13vw;
  }
}

.wrapper h2, .wrapper h2 a {
  font-size: 2.3rem;
  margin-top: -1.5%;
  color: #000;
  text-decoration: none;
}

.wrapper h2 a:hover {
  color: #903605;
}

@media (max-width: 800px) {
  .wrapper h2, .wrapper h2 a {
    font-size: 2rem;
  }
}

@media (max-width: 380px) {
  .wrapper h2, .wrapper h2 a {
    font-size: 7.7vw;
  }
}

.wrapper h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #903605;
  margin-bottom: -15px;
}

.wrapper p, .info-panel ul {
  margin: 30px 0;
  font-size: 1.15rem;
  line-height: 1.6;
}

.info-panel ul {
  margin-left: 20px;
  list-style-position: outside;
}

.info-panel ul li {
  margin-bottom: 5px;
}

.info-panel.panel-404 {
  max-width: 800px;
  display: block;
  text-align: center;
}

.info-panel.panel-404 h2 {
  line-height: 1.4;
}

a.home-link-404 {
  color: #903605;
}

a.home-link-404:hover {
  color: #64240b;
}

a.more-info {
  color: #903605;
  font-size: 1.15rem;
  line-height: 1.6;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
}

a.more-info:hover, a.more-info:hover .arrow {
  color: #64240b;
  border-color: #64240b;
}

a.more-info .arrow {
  border-color: #903605;
}

.contain {
  max-width: 1400px;
  margin: auto;
}

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

.info-panel {
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info-panel div:nth-of-type(1) {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

@media (max-width: 1200px) {
  .info-panel div:nth-of-type(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.info-panel div:nth-of-type(2) {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

@media (max-width: 1200px) {
  .info-panel div:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.info-panel.find-a-retail-store, .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mt30 {
  margin-top: 30px;
}

@media (max-width: 1200px) {  
  .info-panel, .info-panel.find-a-retail-store, .reverse {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  .info-panel.contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .wrapper h2, .wrapper h2 a {
    margin-top: 0;
  }
  
  .info-panel img {
    margin-bottom: 30px;
  }
  
  a.more-info {
    margin-bottom: 0;
  }
  
  .custom-rustic-kitchen {
    display: none;
  }
}

.custom-rustic-furniture-designs {
  background-color: #ded4c7;
  text-align: center;
  -webkit-box-shadow: inset 0 0 50px #c5b4a1;
          box-shadow: inset 0 0 50px #c5b4a1;
}

.custom-rustic-furniture-designs-wrapper {
  max-width: 1400px;
  margin: auto;
  list-style: none;
}

.custom-rustic-furniture-designs-wrapper, .custom-rustic-furniture-designs div {
  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;
}

.custom-rustic-furniture-designs li {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-top: 4%;
  text-decoration: none;
}

.custom-rustic-furniture-designs a {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .custom-rustic-furniture-designs li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 4%;
  }
}

@media (max-width: 700px) {
  .custom-rustic-furniture-designs li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 5%;
  }
}

.custom-rustic-furniture-designs h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #903605;
  display: block;
  font-size: 1.5rem;
  padding: 20px 0;
  color: #fff;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.custom-rustic-furniture-designs a:hover h3 {
  background: #64240b;
}

.custom-rustic-furniture-designs h3 span {
  margin-left: -8px;
}

.custom-rustic-furniture-designs a:hover h3 span {
  background: transparent;
}

.rustic-furniture-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: left;
  margin-top: 14px;
  height: 36px;
}

.rustic-furniture-squares span {
  width: 8px;
  height: 8px;
  background: #64240b;
  float: left;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.custom-rustic-furniture-designs a:hover span {
  background: #903605;
}

.squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 0 auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.squares span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #989f81;
}

.custom-rustic-furniture-designs .squares span {
  background-color: #903605;
}

.rule {
  width: 60px;
  border-top: 1px solid #989f81;
  display: block;
  margin: auto;
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-align: center;
  list-style: none;
  font-size: 0.95rem;
  line-height: 1.2;
  width: 103%;
  max-width: 2500px;
  margin: 0 -1.5% -5% -1.5%;
}

@media (max-width: 1600px) {
  .products {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 0 -5% 0;
  }
}

@media (max-width: 1200px) {
  .products {
    margin: 0 0 -10% 0;
  }
}

.products li {
  width: 30.33%;
  margin: 0 1.5% 3% 1.5%;
}

@media (max-width: 1600px) {
  .products li {
    width: 48%;
    margin: 0 0 5% 0;
  }
}

@media (max-width: 1200px) {
  .products li {
    width: 47%;
    margin: 0 0 10% 0;
  }
}

@media (max-width: 700px) {
  .products li {
    width: 100%;
    margin: 0 0 10% 0;
  }
}

.products img {
  max-width: 100%;
  width: auto;
  max-height: 450px;
  height: auto;
  margin: auto;
}

@media (max-width: 700px) {
  .products img {
    max-height: 400px;
  }
}

.products li ul li {
  width: 100%;
  margin: 0 0 8px 0;
}

.products a {
  color: #000;
  text-decoration: none;
  outline: none;
}

.products h2 {
  font-size: 1.5rem;
  margin: 10px 0;
  color: #903605;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.products a:hover h2, .products a:focus h2 {
  color: #64240b;
}

.products li ul {
  list-style: none;
}

.fancybox-caption, .fancybox-infobar {
  font-size: 1rem !important;
}

.fancybox-toolbar, .fancybox-navigation .fancybox-button div {
  background: rgba(0,0,0,0.5) !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}

.fancybox-progress {
  background: #903605 !important;
}

.info-panel.contact-info div:nth-of-type(1) {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media (max-width: 1200px) {
  .info-panel.contact-info div:nth-of-type(1) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.info-panel.contact-info div:nth-of-type(2) {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

@media (max-width: 1200px) {
  .info-panel.contact-info div:nth-of-type(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.contact-info ul {
  list-style: none;
  margin-left: 0;
}

.contact-info ul:nth-of-type(1) {
  margin-top: 15px;
}

.contact-info ul li a {
  text-decoration: none;
  color: #000;
}

.contact-info .contact-link {
  text-decoration: underline;
  color: #903605;
}

.contact-info .contact-link:hover {
  color: #64240b;
}

.contact-info ul li a:hover {
  color: #903605;
}

.contact-info h3 {
  margin-bottom: 0;
}

.contact-info form {
  width: 100%;
  max-width: 90vw;
  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;
}

@media (max-width: 1200px) {
  .contact-info form {
    margin-bottom: 10%;
  }
}

.contact-info form div {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  margin-top: 15px;
}

.contact-info label {
  display: block;
}

.contact-info input, .contact-info select, .contact-info button, .contact-info textarea {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0 0 0 8px;
  width: 100%;
  font-size: 1rem;
  height: 36px;
  line-height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-info select {
  padding: 0 0 0 3px;
}

.contact-info textarea {
  padding: 5px 8px;
	min-height: 88px;
	height: 88px;
  line-height: 1.58;
	resize: vertical;
}

.contact-info input, .contact-info select, .contact-info textarea {
  background-color: #fff;
  border: 1px solid #ded4c7;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
}

.contact-info form button {
  font-size: 1.1rem;
  width: 100%;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #903605;
  line-height: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-info form button:hover {
  cursor: pointer;
  background-color: #64240b;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

@media (max-width: 340px) {
  .g-recaptcha {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

.map iframe {
   width: 100%;
}

@media (max-width: 1200px) {
  .map iframe {
    max-height: 60vh;
  }
}

.catalog {
  max-width: 100%;
  width: 500px;
  height: auto;
  margin-top: 15px;
}