#alert_box {
    background: #feefb3;
    padding: 1em;
    width: 100%;
    text-align: center;
    color: #000;
    z-index: 100000;
    font-size: 14px;
    font-weight: 400;
	position: relative;
    display: block;
}

#alert_box_wrapper {
	position: fixed;
    top: 0px;
    overflow: visible;
    width: 100% !important;
	z-index: 9999999999999 !important;
}

body.logged-in #alert_box_wrapper {
    top: 32px !important;
}


body.logged-in #wpadminbar {z-index: 99999999999991 !important}


@media only screen and (max-width: 980px) {
	#alert_box_wrapper {position: absolute;}
}

@media only screen and (max-width: 782px) {
	body.logged-in #alert_box_wrapper {
		top: 46px !important;
	}
}