.page-layout-menu-overlap #masthead {
  background: transparent;
  border-bottom: transparent;
}

.main-navigation ul a {
  font-weight: 600;
  color: #fff !important;
}

#masthead.sticky-menu {
  transition: background .4s ease-in-out !important;
}

#masthead.sticky-menu.floating {
  background: #111 !important;
}

.lsow-odometers .lsow-odometer .lsow-number {
  color: #fff;
}

.lsow-odometers .lsow-odometer .lsow-stats-title {
  color: #fff;
}

.lsow-odometers .lsow-odometer .lsow-stats-title .lsow-icon-wrapper {
  color: #2995bc;
}

#colophon .widgets .widget-title {
  color: #fff;
  font-weight: 600;
}

.widget-area .widget ul.menu a {
  color: #595959;
}

#colophon .widget-area .widget_recent_entries ul li a {
  color: #595959;
}

#colophon .widget-area .widget_recent_entries ul li a:hover {
  text-decoration: underline;
}

#colophon .widget-area .widget_recent_entries ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

#colophon .tagcloud a {
  background: #595959;
}

#colophon .tagcloud a:hover {
  background: #2995bc;
}

#pc-popup-window-1, #popup-preview-window {
  background-color: #f4f4f4;
}

/* From https://github.com/FortAwesome/Font-Awesome/issues/2288  */
/* To fix the alignment of font awesome characters in lists. eg. */
/*                               */

.fa-li {
    top: auto;
    line-height: inherit;
}

/* From https://siteorigin.com/thread/increase-font-size-vantage/ */
/* Doesn't seem to be working */
.entry-content {
    font-size: 16px;
}
.lsow-services .lsow-service .lsow-service-text {
    font-size: 16px;
}