/* remove next/previous links from post footers */
/* https://catchthemes.com/support-forum/topic/remove-previous-next-in-single-posts/
*/
.post-navigation {
	display: none;
}

/* remove in-post footer meta box - author/date/etc */
/* https://catchthemes.com/support-forum/topic/remove-this-entry-was-posted-in-remain-tags/
 */
footer.entry-meta {
	display: none;
}

/* replacing color: #7c9b30 widget text colour #757575 with #134e6e */
/* Links */

/* unvisited link */
a:link {
  color: #00a88f;
}

/* visited link */
a:visited {
  color: #00a88f;
}

/* mouse over link */
a:hover {
  color: #134e6e;
}

/* selected link */
a:active {
  color: #134e6e;
}


#content 
/* 
.searchform,
.hentry.format-link,
*/
.page-link,
.page-links {
	color: #134e6e;
}	

#header-search:hover {
	color: #134e6e;
}

#header-right .header-search-wrap {
	background: #fff;
	border-top: 3px solid #134e6e;
}

#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #134e6e;
}

#header-right .widget ul.menu ul {
	border-top: 3px solid #134e6e;
}

#header-right .widget ul.menu li:hover > a,
#header-right .widget ul.menu a:focus,
#header-right .widget ul.menu .current-menu-item > a,
#header-right .widget ul.menu .current-menu-ancestor > a,
#header-right .widget ul.menu .current_page_item > a,
#header-right .widget ul.menu .current_page_ancestor > a {
	color: #134e6e;
}

#controllers a:hover, 
#controllers a.active {
	background-color: #134e6e;
}

#content .page-header,
#content
.entry-header .entry-title a:hover {
	color: #134e6e;
}

#content article
.hentry.format-aside .entry-title a:hover {
	color: #134e6e;
}

.post-format .entry-format a:hover {
	color: #134e6e;
}

.hentry.format-image .entry-title a:hover {
	color: #134e6e;
}

#content .wp-pagenavi a,
#content .wp-pagenavi span {
	border: 1px solid #134e6e;
}

#content .wp-pagenavi a:hover, 
#content .wp-pagenavi span.current {
	background-color: #134e6e;
	color: #fff;
}

/*
#comments 
.comments-area article header a:hover {
	color: #134e6e;
}

li.bypostauthor cite span {
	color: #fff;
	background-color: #134e6e;
	border: 1px solid #1f6f93;
}
*/
#secondary .widget {
	color: #134e6e;
}

.widget-area .widget.a a:hover {
	color: #134e6e;
}

#masthead
.breadcrumb ul li a {
	background: url("images/breadcrumb-bg.png") no-repeat right 8px #fff;
	color: #134e6e;
}

.breadcrumb ul li a:hover, .breadcrumb ul li.current_item {
	background-color: #134e6e;
	color: #fff;
}

/* from Responsive theme */
#header-mobile-menu 
#secondary-mobile-menu 
.mobile-menu-bar:hover {
	color: #7c9b30;
}


/* Post Table Pro PTP alternating row colour */
.posts-data-table tr.odd td {
background-color: #eeeeee; 
}
.posts-data-table tr.even td {
background-color: #ffffff;
}
      .posts-data-table tbody td.col-title {
font-weight: bold;
font-size: 110%;
}
.grecaptcha-badge { visibility: hidden; }