/*
Theme Name: All Paws Child
Template: accesspress-lite
*/
/* Red links in content/sidebars — not the main nav (nav links must stay white on red bar). */
.entry-content a,
.entry-summary a,
.sidebar a,
.page-content a {
	color: #eb2426 !important;
}
.main-navigation {
	background: #eb2426 !important;
	border-bottom-color: #eb2426 !important;
}
.main-navigation ul.menu > li > a,
.main-navigation > ul > li > a {
	color: #fff !important;
	text-transform: uppercase;
}
.main-navigation ul ul a {
	color: #666 !important;
}
.main-navigation li:hover > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current_page_item > a {
	background: #c41f21 !important;
}
.main-navigation ul ul {
	border-top-color: #eb2426 !important;
	border-bottom-color: #eb2426 !important;
}
.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.current-menu-item > a {
	color: #c41f21 !important;
}
#masthead .site-branding h1,
.header-text {
	color: #eb2426 !important;
}
/* Phone (tel:) and header utility links — theme defaults them to blue */
#masthead .right-header a,
#masthead .header-text a {
	color: #eb2426 !important;
}
#masthead .right-header a:hover,
#masthead .header-text a:hover {
	color: #c41f21 !important;
}
.socials a {
	color: #eb2426 !important;
	border-color: #eb2426 !important;
}
.socials a:hover {
	background: #eb2426 !important;
	color: #fff !important;
}
.searchform { border-color: #eb2426 !important; }
.searchform .searchsubmit { color: #eb2426 !important; }
#bottom-section,
#call-to-action { background: #eb2426 !important; }