/*!
Theme Name: Riverside
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: riverside
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Riverside is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.post-pagination ul {
    list-style: none;
    display: flex;
}

.post-featured-image a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.nav-item.current-menu-item.current_page_item>a {
    color: #006fb9;
}

.submenu .current-menu-item.current_page_item>a {
    color: #09205c;
}

.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor>a {
    color: #006fb9;
}

span.page-numbers.current {
    background: #141859;
    color: #fff;
}

/* Team Styles */
.team-content-1 h3, .team-content-1 p {
    color: var(--text-color) !important;
}

.member-detail-body ul {
  padding-left: 0;
  margin: 0;
}

.member-detail-body ul li {
  position: relative;
  list-style: none;
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 22px;
}

.member-detail-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    position: absolute;
    bottom: -72px;
    left: 50%;
    transform: translate(-50%);
}
@media only screen and (max-width: 767px) {
	.service-entry h2{
		font-size: 34px;
	}
}
@media only screen and (max-width: 1504px){
	.main-menu ul li a {
		font-size: 17px;
		padding: 14px 5px !important;
	}
}