body {
  background-color: #fff;
}
a {color: #da251d;}

hr {border-color: #efefef;}

#red{color:red;}

.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.blue {
  color: #da251d;
  border-color: #da251d;
}
.button.empty.blue:hover {
  color: #69244e;
  border-color: #69244e;
}
.button.success {
  background-color: #972520;
}
.button.success:hover, .button.success:focus {
  background-color: #da251d;
}

.ensemble-specialties .button {background-color: #0f8d99;}

/* Header */
.top-bar {background-color: #da251d;}

#header {
  background-color: #fff;
  color: #da251d;
}
#header a {color: #da251d;}

.index .thumb-content h2 {color: #da251d;}

.post .thumb-content h2 a, .simple-thumb h2 a {
  color: #333;
}
.post-date, .post-details, .post-details a {color: #999;}

.headline-slider h2, .headline-slider p, .headline-slider p a {
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,.45);
}
.travel-quote blockquote p {
  color: #555;
}
.wrap-wdywtg {
  background-color: #da251d;
  color: #fff;
}
.wrap-wdywtg h2 {
  color: #fff;
}
.wdywtg-form {
  border-color: transparent;
}
.wdywtg-form .button {
  background-color: rgba(255,255,255,.95);
  color: #da251d;
}
.wdywtg-form .button:hover {
  color: #fff;
  background-color: #da251d;
}
.thumb {
  border: 1px solid #d8d8d8;
  background-color: #fff;
}

/* FOOTER */
#footer {
  background-color: #da251d;
  color: #fff;
}
#footer h3, #footer h4, #footer p, #footer a, #footer abbr {
  color: #fff;
}
#footer a {
  text-decoration: underline;
}
#footer dl dd {
  margin-bottom: .3rem;
}
#footer hr {
  border-color: rgba(255,255,255,.1);
}