body {
  background-color: #FFF;
  color: #434343;
}
.breadcrumbs>* a, a {color: #C4B08C;}

.breadcrumbs>*.current {color:#666;}

h1, h2, h3, h4, h5, h6 {color:#434343;}

hr {border-color: #555;}

label {color: #434343;}

.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: #1D5CA9;
  border-color: #1D5CA9;
}
.button.empty.blue:hover {
  color: #1A5289;
  border-color: #1A5289;
}
.button.success {
  background-color: #C4B08C;
}
.button.success:hover, .button.success:focus {
  background-color: #A88E65;
}
.subscription-form h4 {
  color: #434343;
}
.top-bar {background-color: #051935;}

.top-bar-section ul li>a {color: #C4B08C;}

#header {
  background-color: #051935;
  color: #C4B08C;
  border-bottom: 1px solid rgba(196,176,140,.3);
}
#header a {color: #C4B08C;}

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

.thumb .post-details {color: #fff;}

.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: #777;
}
[data-magellan-expedition].fixed {
  background-color: #0C234C;
  color: #fff;
}
[data-magellan-expedition].fixed h1 {
  color: #fff;
}
.wrap-wdywtg {
  background-color: #0C234C;
  color: #fff;
}
.wrap-wdywtg h2 {
  color: #fff;
}
.wdywtg-form {
  border-color: transparent;
}
.wdywtg-form .button {
  background-color: rgba(255,255,255,.95);
  color: #C4B08C;
}
.wdywtg-form .button:hover {
  color: #fff;
  background-color: #C4B08C;
}
.thumb {
  background-color: #C4B08C;
  color: #fff;
}
.thumb:hover {
  background-color: #A88E65;
  color: #fff;
}
.tabs-content>.content.active {
  background-color: rgba(0,0,0,.76);
}
.tabs .tab-title.active a, .tabs .tab-title>a:hover, .tabs .tab-title>a:focus {
  background-color: rgba(0,0,0,.76);
  color: #fff;
}
.tabs .tab-title>a {
  background-color: rgba(255,255,255,.1);
  color: #fff;
}
.tabs-content .thumb {background-color: transparent;}

/* FOOTER */
#footer {
  background-color: #051935;
  color: #efefef;
}
#footer h3, #footer h4 {
  color: #C4B08C;
}
#footer abbr {color: #fff;}

#footer a {
  text-decoration: underline;
  color: #fff;
}
#footer a:hover {
  color: #C4B08C;
}
#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: #C4B08C transparent transparent transparent;
  }
  .top-bar, .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    background-color: #051935;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button):hover {
    background-color: #C4B08C;
  }
}