.sticky-navigation .main-navigation a {
  color: #9d9d9d;
}

/* Single Post */
.entry-content .disclaimer {
  color: #888;
  font-size: 12px;
  margin-top: 30px;
}

/* Remove unwanted post metadata */
.entry-meta .entry-author, .entry-meta .author-link, .entry-meta .posted-in {
  display: none;
}

/* Hero Section */
.only-logo img {
  max-height: 128px;
}

#intro_section_text_1 {
  margin-bottom: 70px;
}

/* Adjust logos in client bar*/
.client-logos li img {
  filter: none;
  opacity: 1;
  max-height: 60px;
}

/* Our Story */
.brief .brief-image-right {
  text-align: center;
}

.brief .brief-image-right img {
  display: inline;
  float: none;
  max-height: 150px;
  width: auto;
}

/* Change Accent Color */
.very-top-header .transparent-text-dark:hover, footer.footer .social-icons i:hover:before {
  background-color: #c81919;
}

body .sticky-navigation .main-navigation li a:hover, body .sticky-navigation .login-register li.login a:hover {
  color: #c81919;
}

body .sticky-navigation .main-navigation li:hover > a {
  color: #c81919;
}

.menu-item > a:focus {
  outline-color: #c81919;
}

body .colored-line-left, body .colored-line-right, body .colored-line {
    background: #c81919;
}

.contact-info .contact-links a:hover {
    color: #c81919;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #c81919;
	background-image: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #bb1717;
}

.border-bottom-hover:hover {
	border-bottom-color: #c81919;
}

#sidebar-secondary .widget ul:not(.recentcomments) li a:hover {
	color: #c81919;
}

.widget_search .search-form:hover:before {
	color: #c81919;
}

.page-title {
	color: #c81919;
}

.post-list h1.entry-title a:hover {
	color: #c81919;
}

.powered-by a:hover {
	color: #c81919;
}

.colored-text {
	color: #c81919;
}

.team-member:hover .member-details {
  background: rgba(200,25,25,0.7);
}

button.dropdown-toggle:hover .dropdown-toggle-inner, button.dropdown-toggle:focus .dropdown-toggle-inner, button.dropdown-toggle.toggled-on .dropdown-toggle-inner, button.dropdown-toggle.toggled-on:hover .dropdown-toggle-inner, button.dropdown-toggle.toggled-on:focus .dropdown-toggle-inner {
  background-color: #c81919;
}

.btn {
  display: inline-block;
  background-color: #c81919;
  padding: 10px 30px;
  border: 1px solid #bb1717;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 1px;
}

.btn:hover, .btn:active {
  background-color: #bb1717 !important;
  color: #fff;
  border: 1px solid #bb1717;
}
