#site-navigation {
  background-color: #4697de;
}

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link), .entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link), .ew-about a:not(.more-link):not(.button), .widget_text a:not(.more-link):not(.button), .comment-content a {
  text-decoration: none;
  color: #4697de;
}

#footer-widgets {
  background-color: #fff;
}

#footer-widgets .widget-title {
  border-bottom: 1px dashed ##4697de;
}

#footer-widgets .widget-title {
  color: #4697de;
}

#footer-widgets {
  color: #4697de;
  font-size: 15px;
}

#colophon {
  background-color: #4697de;
  padding: 20px 0;
  position: relative;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  border: none;
    border-top-color: #4697de;
    border-right-color: #4697de;
    border-bottom-color: #4697de;
    border-left-color: #4697de;
  cursor: pointer;
  background: none repeat scroll 0 0 #4697de !important;
font-size: 16px;
font-family: Lato;
font-weight: bold;
}

#site-navigation ul li a {
  border-bottom: 1px solid #666666;
  border-radius: 0;
  color: #333333;
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 25px;
  position: relative;
  z-index: 600;
}

#site-navigation ul li li.current-menu-item a, #site-navigation ul li li a:hover, #site-navigation ul li li:hover > a {
  color: #333333;
}

.site-layout-fluid #featured-slider .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
}