/*
Theme Name: Legal Ease
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body, h1, h2, h3, p, li { font-family: Arial, Helvetica, serif; }

.callout {
	background: rgba(17,17,17,0.85);
}
.nav>li.callout> a {
	padding: 8px 10px;
	color: #fff;
}
.nav>li.callout>a:hover {
	background: #fff;
	color: rgba(17,17,17,0.85);
}

.pricing .pricing-table-header .title {
	background: #3f3f3f;
    color: #fff;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}