/* Overlay style */

.search-overlay,
.menu-overlay {
	z-index: 999999;
	position: fixed;
	width: 100%;
	height: 100%;
    opacity: 0.995;
	top: 0;
	left: 0;
	background: #303780; /* Old browsers */
    background: linear-gradient(45deg, #303780 20%, #207cca 60%, #7db9e8); 
    background: -moz-linear-gradient(45deg, #303780 20%, #207cca 60%, #7db9e8);
    background: -webkit-linear-gradient(45deg, #303780 20%, #207cca 60%, #7db9e8);
    background: -o-linear-gradient(45deg, #303780 20%, #207cca 60%, #7db9e8);
}
.menu-wrapper .mobile-navigation {
    overflow: scroll;
}