#wp-admin-bar-nomon_maintenance_mode.maintenance-mode-on > .ab-item {
    background-color: #d63638 !important;
    color: #ffffff !important;
}

.nomon_footer{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: #000;
	font-size: 15px;
	line-height: 1;
	color: #fff
}

.nomon_footer a,
.nomon_footer a:hover{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	transition: opacity .3s ease
}

.nomon_footer a:hover{
	opacity: 0.75
}

.nomon_footer img{
	margin-left: 0
}

.nomon-footer-separator{
	margin: 0 10px
}

.nomon_footer--light{
	background: #fff;
	color: #000
}

.nomon_footer--light a,
.nomon_footer--light a:hover{
	color: #000
}

.nomon_footer .screen-reader-text{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.video-wrapper{
	overflow: hidden;
	position: relative;
	padding-top: 56.25%;
}
.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}