/* Things On Wheels readability refinements */
header.site-header.menu-back,
header.site-header.cbp-af-header,
.cbp-af-header.cbp-af-header-shrink {
  background: rgba(255,255,255,0.96) !important;
  box-shadow: 0 2px 18px rgba(0,0,0,0.12) !important;
}
header.site-header #mainmenu > li > a,
header.site-header .menu > li > a,
header.site-header a {
  color: #222222 !important;
  text-shadow: none !important;
}
header.site-header #mainmenu > li > a:hover,
header.site-header #mainmenu > li.current-menu-item > a,
header.site-header #mainmenu > li.current_page_item > a {
  color: #f2a900 !important;
}
header.site-header .container,
header.site-header .row {
  background: transparent !important;
}
body .tow-white-text,
body .tow-white-text p,
body .tow-white-text h1,
body .tow-white-text h2,
body .tow-white-text h3,
body .tow-white-text strong {
  color: #ffffff !important;
}
body .tow-dark-card,
body .tow-dark-card p,
body .tow-dark-card h2,
body .tow-dark-card h3,
body .tow-dark-card strong {
  color: #ffffff !important;
}
body .tow-light-card,
body .tow-light-card p,
body .tow-light-card h2,
body .tow-light-card h3,
body .tow-light-card strong {
  color: #111111 !important;
}
.site-footer .tow-social-footer {
  margin-top: 14px;
  text-align: center;
}
.site-footer .tow-social-footer a {
  display: inline-block;
  margin: 0 7px;
  padding: 8px 12px;
  border-radius: 3px;
  background: #f2c94c;
  color: #111111 !important;
  font-weight: 700;
  text-decoration: none !important;
}
.site-footer .tow-social-footer a:hover {
  background: #ffffff;
  color: #111111 !important;
}