/**********************************************************
// Amenity Collective >> Alert Bar
**********************************************************/
.AC-Alert-Bar,
.AC-Alert-Bar *,
.AC-Alert-Bar *:before,
.AC-Alert-Bar *:after, {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	}

.AC-Alert-Bar {
	padding: 20px;
	display: none;
	position: relative;
	z-index: 9999;
	}

.AC-Alert-Bar-Inner {
	margin: auto;
	width: 100%;
	display: flex;
	align-items: center;
	}

.AC-Alert-Bar-Left {
	margin: 0;
	width: 80%;
	line-height: 1.5em;
	font-weight: 500;
	font-size: 16px;
	}

.AC-Alert-Bar-Left h1 {
	padding: 0 !important;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 24px;
	}

.AC-Alert-Bar-Right {
	margin-left: auto;
	text-align: right;
	width: 20%;
	}

.AC-Alert-Bar-Close {
	padding: 0 !important;
	width: 40px;
	height: 40px;
	border: 0;
	cursor: pointer;
	background: transparent !important;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
	}

.AC-Alert-Bar-Close .dashicons {
	width: 40px;
	height: 40px;
	font-size: 40px;
	}
