body {
  background-color: #2c79b3;
  color: #fefefe;
}
a, .breadcrumbs>* a, ul.pagination li a {color: rgba(255,255,255,.6);}

ul.pagination li a:hover {color: #999;}

hr {border-color: rgba(0,0,0,.2);}

h1,h2,h3,h4,h5,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: #2268a5;
  border-color: #2268a5;
}
.button.empty.blue:hover {
  color: #ffffff;
  border-color: #2268a5;
}
.button {background-color: #2c79b3;}

blockquote, blockquote p, blockquote cite {
  color: #dedede;
}
.subscription-form h4 {color: #333;}

.post .thumb-content h2 a {
  color: #333;
}
.post-date, .post-details, .post-details a {color: rgba(255,255,255,.6);}

.top-bar-section>ul>.divider {border-right-color: rgba(255,255,255,.4);}

.page-title h1, .page-title h2, .page-title h3 {color: #fff;}

[data-magellan-expedition] {background-color: transparent;}

.disclaimer, .post-info {color: rgba(255,255,255,.4);}

#header {
  background-color: #ffffff; 
  box-shadow: 0 1px 20px rgba(0,0,0,.2);
  color: #fff;
}
#header address {
  color: #2268a5;
}
.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: #2268a5;
}
.wrap-wdywtg {
  background-color: #2268a5;
  color: #fff;
}
.wrap-wdywtg h2 {
  color: #fff;
}
.wdywtg-form {
  border-color: transparent;
}
.wdywtg-form .button {
  background-color: rgba(255,255,255,.95);
  color: #e71e2d;
}
.wdywtg-form .button:hover {
  color: #fff;
  background-color: #e71e2d;
}
.thumb {
  border: 0;
  background-color: #fff;
  color: #333;
}
.thumb h2, .thumb .post-details {color: #333;}

.thumb a {color: #18b4bf;}

/* FOOTER */
#footer {
  background-color: #840811;
  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);
}


/** MOD **/
.top-bar {
    background: #2268a5;
    /* overflow: visible; */
}

button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2268a5;
}

button.warning, .button.warning {
    background-color: #840811;
    border-color: #840811;
    color: #fff;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
    background-color: #bb0c19;
}

.breadcrumbs>*.current {
    cursor: default;
    color: #ffffff;
}

/*** MENU ITEM HOVER **/
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button):hover {
    color: #fff;
    background: #2268a5;
}

.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    color: #fff;
    background: #2c79b3;
}

.top-bar-section ul li, .top-bar-section ul li > span, .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 2.75rem;
    background-color: #2268a5;
}

.top-bar-section ul li:hover:not(.has-form)>a {
    background-color: #2c79b3;
    background: #2c79b3;
    color: #fff;
}