/* SIDEBAR
-------------------------------------------------- */

#af-sidebar {
	background-color: #fff;
	border-top: 1px solid #afafaf;
	border-bottom: 1px solid #afafaf;
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 3px 3px #d5d5d5; 
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

#af-sidebar-dealer-name {
	padding-top: 20px;
}

#af-sidebar-phone-group p {
	margin: 0;
}

.af-sidebar-dept-hours {
	margin-bottom: 20px;
}

.af-sidebar-dept-name {
	font-weight: 700;
	margin: 0px;
}

.af-sidebar-phone, .af-sidebar-phone a {
	font-weight: 400;
	margin: 4px 0;
	color: #111820;
}

.af-sidebar-dept-hours table {
	width: 100%;
}

.af-sidebar-dept-hours td {
	width: 50%;
}

.af-sidebar-table-value {
	text-align: right;
}

.af-sidebar-hide-phone, 
.af-sidebar-hide-hours {
	display: none;
}

@media (min-width: 768px) {
	#af-sidebar {
		margin-left: 10px;
	}

	#af-sidebar-dealer-name {
		padding-top: 0;
	}
}

@media (min-width: 992px) {
	#af-sidebar {
		padding-top: 20px;
		padding-bottom: 0px;
		padding-left: 20px;
		padding-right: 20px;
	}
}



