body {
  background-color: #fff;
}
.breadcrumbs>* a, a {color: #967a50;}

a:hover {color: #B29062;}

hr {border-color: #bca076;}

.button.empty.black {
  color: #333;
  border-color: #333;
}
.button.empty.black:hover {
  color: #000;
  border-color: #000;
}
.button.empty.white {
  color: #dfdfdf;
  border-color: #dfdfdf;
}
.button.empty.white:hover {
  color: #fff;
  border-color: #fff;
}
.button.empty.gold {
  color: #967a50;
  border-color: #967a50;
}
.button.empty.gold:hover {
  color: #fff;
  border-color: #B29062;
}
.button {background-color: #967a50;}

.button:hover {background-color: #B29062;}

.post-date, .post-details, .post-details a {color: #967a50;}

/* TOP NAVIGATION */
.top-bar, .top-bar.expanded {
  background-color: #432F2E;
}
.top-bar-section ul li,
.top-bar-section ul li > span,
.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: transparent;
}
.top-bar-section>ul>.divider {
  border-right-color:  rgba(255,255,255,.2);
}

#header {background-color: #fff;}

.index-slider .single-slider p, .index-slider .single-slider p a {
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,.45);
}
.fixed .page-title {
  background-color: #fff;
}
.page-title h1, .page-title h2, .page-title h3 {
  color: #432F2E;
}
.wrap-wdywtg {
  background-color: #432F2E;
  color: #fff;
}
.wrap-wdywtg h2 {
  color: #fff;
}
.wdywtg-form {
  border-color: transparent;
}
.wdywtg-form .button {
  background-color: rgba(255,255,255,.95);
  color: #967A50;
}
.wdywtg-form .button:hover {
  color: #fff;
  background-color: #967A50;
}
.thumb {
  border: 1px solid #d8d8d8;
  background-color: #fff;
}
.tabs .tab-title.active a {
  background-color: #432;
  color: #fff;
}

/* FOOTER */
#footer {
  background-color: #432F2E;
  color: #efefef;
}
#footer h3, #footer h4, #footer p, #footer a, #footer abbr {
  color: #efefef;
}
#footer a {
  text-decoration: underline;
}
#footer dl dd {
  margin-bottom: .3rem;
}
#footer hr {
  border-color: rgba(255,255,255,.2);
}
#footer .button {background-color: #967a50;}

#footer .button:hover {background-color: #B29062;}