/*
Theme Name: Ward Law (BB Child Theme)
Theme URI: https://www.wardlawoffice.net
Version: 1.1
Description: Custom child theme for Ward Law
Author: Kyle Meek - Callis
Author URI: https://ecallis.com
template: bb-theme
*/

/*** Typography and Links - KM - 201211 ***/
html, body {
	font-size: 16px;
}

.fl-heading-text {
	box-shadow: 0px 4px #BB8925;
}

nav .current_page_item a, nav .menu-item a:hover {
	box-shadow: 0px 2px #BB8925;
}

#fl-main-content a, footer a {
	text-decoration: underline;
}

#fl-main-content a.fl-button, #fl-main-content a.fl-button .fl-button-text, #fl-main-content a:hover, footer a:hover {
	text-decoration: none;
}

.alt-button a.fl-button, .alt-button a.fl-button:visited {
	background-color: #2F2F2F;
}

.alt-button a.fl-button .fl-button-text, .alt-button a.fl-button:visited .fl-button-text {
	color: #ffffff;
}

.alt-button a.fl-button:hover {
	background-color: #BB8925;
}

.alt-button a.fl-button:hover .fl-button-text {
	color: #2F2F2F;
}

#fl-main-content .fl-accordion a {
	text-decoration: none;
	color: #2F2F2F;
}

.fl-page-bar {
	font-size: 1rem;
}

#fl-main-content ul {
	list-style-type: none;
}

#fl-main-content ul li::before {
	content: "\2022"; 
	color: #BB8925;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

/*** End - Typography - KM - 201211 ***/

#back-home-404 {
	text-align: center;
	margin: 2rem 0;
}