/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

li.clientlogin {
	/* background: #1d265a; */
	background: #f3c556;
	color: #1d265a !important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
li.clientlogin a {
	padding: 0 20px 0 50px;
	font-family: Trajan;
	font-size: 16px;
}
li.clientlogin a:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/wp-content/uploads/2016/11/blue-paw.png) left no-repeat;
}

.inline-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.inline-list ul li {
	list-style: none;
	display: inline-block;
	padding: 10px;
	margin: 0;
	text-align: center;
}
.top {
	z-index: 1000;
	position: relative;
}
.bottom {
	z-index: 100;
	position: relative;
}