/*!
Theme Name:  Bel Air Plaza
Author:      REBEL INTERACTIVE
Author URI:  https://rebelinteractive.com/
Description: Bel Air Plaza Theme
Version:     1.0.0
License:     GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Template:    page-builder-framework
Text Domain: page-builder-framework-child
*/
#header .wpbf-navigation {
	background: rgb(145, 184, 217) !important;
	background: -moz-linear-gradient(60deg, rgba(145, 184, 217, 1) 0%, rgba(196, 216, 240, 1) 50%, rgba(148, 184, 220, 1) 100%)!important;
	background: -webkit-linear-gradient(60deg, rgba(145, 184, 217, 1) 0%, rgba(196, 216, 240, 1) 50%, rgba(148, 184, 220, 1) 100%)!important;
	background: linear-gradient(60deg, rgba(145, 184, 217, 1) 0%, rgba(196, 216, 240, 1) 50%, rgba(148, 184, 220, 1) 100%)!important;
}
.wpbf-footer-widget-2 .menu{
	display: flex;
	margin-bottom: 30px;
	justify-content: flex-end;
}
.wpbf-footer-widget-2 .menu li{
	margin-left: 15px;
}
.wpbf-footer-widget-2{
	text-align: right;
}
.directory .tenants-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
.tenat-cat h3{
	background: #A3C2E2;
	padding: 10px;
	color: #1A3E92;
}

.directory .tenants-list svg{
	width: 20px;
}
.tenat-cat{
	margin-bottom: 50px;
}

.directory .tenants-list h4{
	margin-bottom: 15px;
	color: #1A3E92;
}
.directory .tenant {
background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	padding: 30px;
	
}
.directory .tenants-list .suite {
 color: #428BCB;
 font-weight: bold;
 margin-bottom: 10px;
}