.ig_action_bar .ig_data {
  text-align: left !important;
  display: inline-block;
  vertical-align: center;
}
/*menu - underline on hover*/
.wp-block-navigation a:hover {
text-decoration: underline;	
}
/*patterened background tile for body*/
body {
	background: #ffffff !important;
	background-image: url('https://ottawafamilyeyecare.com/wp-content/uploads/2022/06/759b2-agfo_background_tile.gif') !important;
}
/*outline highlight box*/
.outline-highlight {
	padding: 2%;
	border: 1px solid #224856;
}
/*outline callout box*/
.outline-callout {
	padding: 2%;
	background: #EFF3F5;
	border: 1px solid #224856;
}
/*blockquote styling*/
.wp-block-quote {
	border-left: 5px solid #224856 !important;
}
.wp-block-quote p, p.wp-block-quote {
color: #5C6770 !important;
}
.wp-block-quote a {
color: #5C6770 !important;
	font-weight: 700;

}
.wp-block-quote a:hover {
color: #0085AE !important;
	font-weight: 700;
text-decoration: underline !important;
}
/*general font styling*/
h1 {
	font-size: 3.5rem !important;
	color: #1A3946;
	text-align: left !important;
}
h2 {
	font-size: 2.1rem;
}
h3 {
	font-size: 1.9rem;
	color: #0083AE;
}
/*make headings smaller on mobile screens*/
@media screen and (max-width: 801px) {
.wp-block-post-title {
    font-size: 1.9rem;
}
}
@media screen and (max-width: 801px) {
.h1 {
    font-size: 1.9rem;
}
}
/*make h3 headings white on a dark background*/
.home-blue-column h3 {
	color: #ffffff !important;
}
.subscribe h3 {
	color: #ffffff !important;
}

.wp-block-post-content a {
color: #5C6770 !important;
font-weight: 700;

}
.wp-block-post-content a:hover {
color: #0085AE !important;
	font-weight: 700;
text-decoration: underline !important;
}
/*cover block link color*/
.cover-link a {
	color: #ffffff !important;
}
.cover-link a:hover {
	color: #ffffff !important;
}

.clinic-cover a {
	color: #ffffff !important;
}
/*eye health outline button styling - white*/
.is-style-outline > .wp-block-button__link:not(.has-background) {
	color: #ffffff !important;
}
/*home - blue banded columns for clinics - links to be white*/
.home-blue-column a {
	color: #ffffff !important; 
}
/*form entry fields - white background for entry*/
.wp-block-column .contact-form input[type="text"], .wp-block-column .contact-form input[type="email"], .wp-block-column .contact-form input[type="tel"], .wp-block-column .contact-form textarea {
	background: #ffffff !important;
}