@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */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;
}

.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;
}

.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;
  z-index: 0;
}

.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.dutchman-log-furniture-logo {
  position: absolute;
  top: 4px;
  left: 5%;
}

.dutchman-log-furniture-logo img {
  width: 177px;
  height: 88px;
}

@media (max-width: 1200px) {
  .dutchman-log-furniture-logo img {
    width: 141px;
    height: 70px;
  }
}

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

#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;
  }
}
    
.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;
  list-style: none;
  width: 90%;
  padding: 0 5%;
}

@media (max-width: 1200px) {
  .main-nav {
    display: none;
    margin-top: 80px;
    background-color: #c5b4a1;
    min-height: 100vh;
    position: fixed;
    z-index: 2;
  }
}

.show {
  display: block;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
  z-index: 0;
}

.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 60px;
  display: block;
}

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

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

@media (max-width: 1200px) and (max-height: 800px) {
  .main-nav a {
    font-size: 1.6rem;
    line-height: 70px;
    margin: 40px 0 0 0;
  }
}

@media (max-width: 1200px) and (max-height: 690px) {
  .main-nav a {
    font-size: 1.4rem;
    line-height: 60px;
    margin: 35px 0 0 0;
  }
}

@media (max-width: 1200px) and (max-height: 600px) {
  .main-nav a {
    font-size: 1.2rem;
    line-height: 40px;
    margin: 20px 0 0 0;
  }
}

.header-no-scroll {
}

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

.no-scroll {
  overflow: 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;
  background-color: #5a3e27;
  background-image: url("../images/Rustic-Cabin-Logs.jpg");
  background-size: cover;
  background-position: top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .home-main {
    min-height: auto;
  }
}

.home-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  width: 100%;
}

@media (max-width: 1370px) {
  .home-main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 120px;
  }
}

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

.home-main-wrap div:nth-of-type(1) {
  margin-left: 3%;
  width: 72%;
  z-index: 1;
}

@media (max-width: 1370px) {
  .home-main-wrap div:nth-of-type(1) {
    margin-left: 5%;
    margin-right: 5%;
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .home-main-wrap div:nth-of-type(1) {
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
  }
}

.home-main-wrap div:nth-of-type(2) {
  position: absolute;
  width: 19%;
  padding: 35px 5% 55px 76%;
  background-color: rgba(205,190,172,0.90);
  z-index: 0;
}

@media (max-width: 1370px) {
  .home-main-wrap div:nth-of-type(2) {
    position: static;
    width: 90%;
    padding: 120px 5% 40px 5%;
    text-align: center;
    margin-top: -110px;
  }
}

.home-main-wrap img {
  max-width: 100%;
  width: auto;
  max-height: 85vh;
  height: auto;
  float: right;
}

@media (max-width: 1370px) {
  .home-main-wrap img {
    margin: auto;
    float: none;
  }
}

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

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

@media (max-width: 1370px) {
  .home-main-wrap h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  .home-main-wrap h1 {
    font-size: 2.3rem;
  }
}

@media (max-width: 380px) {
  .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;
  z-index: 2;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media (max-width: 1370px) {
  .home-main-wrap a {
    margin: auto;
  }
}

.home-main-wrap a:hover {
  background: #64240b;
}

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

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

.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: 600px;
  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;
}

.custom-rustic-kitchen {
  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;
  }
}

@media (max-width: 1600px) {
  .products.three-products li {
    width: 30.33%;
    margin: 0 1.5% 3% 1.5%;
  }
}

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

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

@media (max-width: 600px) {
  .products.three-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;
}

.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 svg {
	margin-left: 7px;
	margin-bottom: -8px;
	margin-top: 4px;
}

a.contact-link .facebook-icon {
	-webkit-transition: fill 0.3s ease;
	-o-transition: fill 0.3s ease;
	transition: fill 0.3s ease;
	fill: #903605;
}

a.contact-link:hover .facebook-icon  {
	fill: #64240b;
}

.map iframe {
   width: 100%;
}

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

.mw85 {
  max-width: 85%;
}

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