body {
  background-color: #26292E;
  color: #efefef;
}
.breadcrumbs>* a, a {color: #f89828;}

.breadcrumbs>*.current {color:#666;}

h1, h2, h3, h4, h5, h6 {color: #fff;}

hr {border-color: #555;}

label {color: #fff;}

.button.empty.black {
  color: #333;
  border-color: #333;
}
.button.empty.black:hover {
  color: #000;
  border-color: #000;
}
.button.empty.white {
  color: #fff;
  border-color: #fff;
}
.button.empty.white:hover {
  color: #dfdfdf;
  border-color: #dfdfdf;
}
.button.empty.blue {
  color: #f89828;
  border-color: #f89828;
}
.button.empty.blue:hover {
  color: #69244e;
  border-color: #69244e;
}
.button.success, .top-bar-section ul li>a.button.success {
  background-color: #101112;
  border-color: #101112;
}
.button.success:hover, .button.success:focus, 
.top-bar-section ul li>a.button.success:hover, .top-bar-section ul li>a.button.success:focus {
  background-color: #f89828;
  border-color: #f89828;
}
.subscription-form h4 {
  color: #555;
}  

/* Header */
.top-bar-section ul li>a {color: #ffffff;}

#header {
  background-color: #fff;
  color: #f89828;
}
#header a:not(.button) {color: #f89828;}

.post .thumb-content h2 a, .simple-thumb h2 a {
  color: #fff;
}
.post-date, .post-details, .post-details a {color: #efefef;}

.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: #ffffff;
}
[data-magellan-expedition].fixed {
  background-color: #000;
}
.wrap-wdywtg {
  background-color: #f89828;
  color: #fff;
}
.wrap-wdywtg h2 {
  color: #fff;
}
.wdywtg-form {
  border-color: transparent;
}  
.wdywtg-form .button {
  background-color: rgba(255,255,255,.95);
  color: #f89828;
}
.wdywtg-form .button:hover {
  color: #fff;
  background-color: #f89828;
}
.thumb {
  border: 1px solid #26292E;
  background-color: #f89828;
  color: #fff;
}
.thumb:hover {
  background-color: #363838;
  color: #dedede;
}
.header-social a{
  color:#f89828 !important;
}
.reveal-modal, .reveal-modal h2, .reveal-modal h3, .reveal-modal h4 {
  color: #444;
}
.reveal-modal h2 {
  margin-bottom: 1em;
}
.reveal-modal a{
  color: #000 !important;
  text-decoration: underline;
}
.reveal-modal a:hover, .reveal-modal a:focus, a.close-reveal-modal {
  text-decoration: none !important;
}
.header-signup a{
  color:#f89828 !important;
  font-weight: bold;
}
/* FOOTER */
#footer {
  background-color: #f89828;
  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);
}

@media only screen and (min-width: 40.063em) {
  .top-bar-section .has-dropdown>a:after {
    border-color: #fff transparent transparent transparent;
  }
}