/* Themify Customize Styling */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover {	
	background-color: transparent; 
}
#footerwrap {	background: none;
	background-color: #e8e6e3; 
}

/* Themify Custom CSS */
#site-logo img {
  min-width: 279px;
}

@media screen and (max-width:1200px) {
	
	#main-nav ul a {
		line-height: 20px;
	}
	
	#main-nav li:hover > ul a {
		font-family: inherit !important;
		font-size: inherit !important;
		padding: 3px !important;
		line-height: 20px;
	}
	
}