/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* change color of list items in homepage */
.home div.wp-block-column ul {
	color: #2962ff;
}
/* Different color changes throughout the site | 2692652-zen (KK) */

/* Menu Text */
#site-navigation .main-menu li a {
    color: #2E86C1;
}

/* Menu Text Hover */
#site-navigation .main-menu li a:hover,
#site-navigation .main-menu li.current-menu-item a {
    color: #C12E86;
}

/* Contact Page Phone and Email */
.wp-block-jetpack-phone a,
.wp-block-jetpack-email a {
    color: #C12E86;
}

/* SVG icon colors */
.wp-svg-home-2, 
.wp-svg-phone,
.wp-svg-envelop,
.wp-svg-print{
    color: #2E86C1;
}

/* Body background color */
body {
    background-color: #f8f8f8;
}
/* Site title color change / 2692652-hc rw */
.site-title {
    color: #2E86C1;
}
.site-title a:hover{
    color: #C12E86;
}

/* Site info color change / 2692652-hc rw */
.site-info a:link{
    color: #2E86C1;
    text-decoration:none;
}
.site-info a:hover {
    color: #C12E86;
}

/* Site footer color change / 2692652-hc rw */
.footer-navigation .footer-menu a:link{
    color: #2E86C1;
    text-decoration: none;
}
.footer-navigation .footer-menu a:hover {
    color: #C12E86;
}

/* Change site info colour */

.site-info {
    color: #2d86c1;
}
/* Site title color change / 2692652-hc rw */
.site-title {
    color: #2E86C1;
}
.site-title a:hover{
    color: #C12E86;
}

/* Site info color change / 2692652-hc rw */
.site-info a:link{
    color: #2E86C1;
    text-decoration:none;
}
.site-info a:hover {
    color: #C12E86;
}

.footer-navigation .footer-menu a:link, .footer-navigation .footer-menu a:visited {
    color: #2E86C1;
}
.footer-navigation .footer-menu a:hover {
    color: #C12E86;
}

/* Mobile menu color | #18458834-hc (MiS) */
#toggle-menu {
  background: #2E86C1;
}

/*--- Change table colors / #18460324-hc ck ---*/
table {
    border: 1px solid #758088;
    color: #758088;
}



table th {
    color: #2E86C1;
    border-top-color: #758088 !important;
    border-left-color: #758088 !important;
    border-right-color: #758088 !important;
}
/* Menu toggle background color | #18487412-hc */
.main-navigation #toggle:focus+#toggle-menu {
  background-color: #C12E86;
}
/* Table - text size on smaller screens | #18487412-hc */
@media screen and ( max-width: 768px ) {
  .wp-block-table {
    font-size: 14px;
  }
  .wp-block-table td {
    word-break: normal;
  }
}
table th, .wp-block-table th, .wp-block-button__link, ul, ol {
	font-family: inherit !important;
}

/* Remove borders on tables / 18880802-HC (MI) */

.wp-block-table.no-borders table,
.wp-block-table.no-borders td,
.wp-block-table.no-borders thead,
.wp-block-table.no-borders th {
	border: 0px;
}
/* Adjust table cell alignments | NL-19410337-HC */
.wp-block-table td,
.wp-block-table th {
  vertical-align: top;
}
/*Changing the posts title color -19776079-hc - SM*/
.entry-title {
	color: #2d86c2;
}
/*Changing the posts title color on hover -19776079-hc - SM*/
.entry-title a:hover {
	color: #c12f85;
}
/*Changing the footer itemts color on posts page-19776079-hc - SM*/
.byline, .posted-on, .cat-links, .tags-links {
	color:  #2d86c2;
}
/*Changing the footer itemts hover color on posts page-19776079-hc - SM*/
.author.vcard a:hover, .posted-on a:hover, .cat-links a:hover, .tags-links a:hover {
	color: #c12f85;
}
/*Hiding the author from the posts -19776079-hc - SM*/
.byline  {
	display: none !important;
}
/* Hide author bios throughout site | 19777109-hc */
.author-bio {
    display: none;
}
/* Hide the next and previous post links | 19777109-hc */
.single nav.navigation.post-navigation {
    display: none;
}
/* Change hover/active color for post titles in latest posts block | 19777109-hc */
.has-background:not(.has-background-background-color) .wp-block-latest-posts > li > a:active, .has-background:not(.has-background-background-color) .wp-block-latest-posts > li > a:hover {
    color: #C12E86;
}
/* Change color for post titles in latest posts block | 19777109-hc */
.has-background:not(.has-background-background-color) .wp-block-latest-posts > li > a {
    color: #2E86C1;
}
/*Website Created by widget styles | 19846440-hc sb*/
#media_image-2 .widget-title{
  font-size: .45rem;
}
/* Adjust color of links in content area | 23891894-hc */
.entry-content p a {
	color: #C12E86 !important;
}

/* Hide privacy policy link in footer | 23891894-hc */
.privacy-policy-link {
	display: none;
}
/* Change the link color on their reusable block - #25981471-hc */
.wp-block-columns a {
	color:#C22E85;
}
/* Adjust color of links in captions | 33676673-hc */
figcaption a {
	color: #C12E86;
}
