/*
Theme Name: Mobilox
Description: Het Child Thema van Mobilox!
Author:   Mobilox http://www.mobilox.nl
Template: Divi
*/

@import url("../Divi/style.css");

.header-area-right {
	position: absolute;
    right: 0;
    top: 10px;
}

.header-area-right img {
	width: 215px !important;
}

@media screen and (max-width: 850px) {
	.header-area-right img {
		width: 127px!important;
	}
}

.header-area-menu-left {
	right: 650px;
	position: absolute;
	top: 25px;
}

@media screen and (max-width: 1460px) {
	.header-area-menu-left {
		display: none;
	}
}

.notification-block .widgettitle {
	display: none;
}

/**
 * notification-block
 */
.notification-block {
	background: #333;
	color: #fff;
	margin: 0px;
	padding: 7px;
}

.notification-block .textwidget {
	text-align: center;
}
