body {
  background: #efefef; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#efefef 0%, #c4c4c4 100%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#efefef 0%, #c4c4c4 100%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#efefef 0%, #c4c4c4 100%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#efefef 0%, #c4c4c4 100%); /* Standard syntax */
  background-repeat: no-repeat;
  background-attachment: fixed;
}
a {color: #783F62;}

hr {border-color: #666;}

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

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

/* Header */

.top-bar {background-color: #783F62;}

#header {
  background-color: #fff;
  color: #783F62;
}
#header a {color: #783F62;}

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

.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: #783F62;
  color: #fff;
}
.wrap-wdywtg h2 {
  color: #fff;
}
.wdywtg-form {
  border-color: transparent;
}
.wdywtg-form .button {
  background-color: rgba(255,255,255,.95);
  color: #783F62;
}
.wdywtg-form .button:hover {
  color: #fff;
  background-color: #783F62;
}
.thumb {
  border: 1px solid #d8d8d8;
  background-color: #fff;
}

/* FOOTER */
#footer {
  background-color: #783F62;
  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,.1);
}