body {
  background-color: #fff;
}
a {color: #01adef;}

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

.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: #a22136;
  border-color: #a22136;
}
.button.empty.blue:hover {
  color: #1d3d54;
  border-color: #1d3d54;
}
.button {background-color: #1d3d54;}

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

.top-bar {
  background-color: #a22136;
}

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

#header {background-color: #fff; box-shadow: 0 1px 20px rgba(0,0,0,.2);}

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

/* FOOTER */
#footer {
  background-color: #a22136;
  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);
}
#footer .button {background-color: #1d3d54;}

#footer .button:hover {background-color: #a22136;}


/* MOD */



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


.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: #a22136;
}

.top-bar.expanded .title-area {
    background: #9a1a2f;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #9a1a2f;
    background: #9a1a2f;
}

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