/*
Template: businesspress
Theme Name: BusinessPress Child
*/

.main-header{
	padding-top:10px;
	padding-bottom:10px;
	background-color: #eae1da;
}

.main-navigation a{
	color: #42210B !important;
}


.drawer-navigation {
	background: rgba(255, 255, 255, .75);
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 70%;
	z-index: 101;
	-webkit-overflow-scrolling: touch;
}