#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: 16px;
	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: 10px
}

.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;
}