/*
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... */ 

/* BODY {
	width: 1000px;
	margin: 0 auto;
} */


/*---HEADER---*/
.fl-logo-img {
	width: 342px;
}

/*---Sidebar Navigation---*/
.fl-widget ul li {
    display: block;
    padding: 10px;
    margin:0px;
    border-bottom: 1px solid #efefef;
}

.fl-widget ul li:hover {
    background-color: #efefef;
}

#menu-main-menu-1 LI.menu-item UL.sub-menu LI.menu-item .nav-link {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	line-height: 1.2em;
}


/*---------------------------------
HEADERS UABB
--------------------------------------*/

.capatilize .uabb-heading {
	text-transform: capitalize;
	font-weight: normal;
}

/*--------------------------------
 * BUS PASS PAYMENT
-----------------------------*/
.pass-name H3 {
	margin-bottom: 0;
}

H4.pass-price {
	font-size: 31px;
	font-family: sans-serif;
	margin-bottom: 8px;
	margin-top: 0;
	color: #818181;
	font-weight: bold;
}


/*---------------------------------
 * SPANISH CONTACT
----------------------------------*/
.espanol-contact .frm_form_title {
	display: none !important;
}

.espanol-contact H3 {
	display: none !important;
}


/*----------------------------------
 * FOOTER
-----------------------------------*/
.ada-disclaimer {
	font-size: 10px;
	text-align: center;
	font-style: italic;
}

