.admin-bar.sticky_header .header_wrapper{
	top: 0px !important;
}

/*__ style for mobile menu __*/

@media only screen and (max-width : 1300px) {
	
	.mm-menu--theme-light { 
    	--mm-color-background-emphasis: #214787 !important;
    	--mm-color-focusring: #fff !important;
	}

	.mm-menu--theme-light-contrast {
		--mm-color-background-emphasis: #214787 !important;
		--mm-color-focusring: #fff !important;
	}
	
	.mobile_small_menu.open:before,	.mobile_small_menu.close:before{
		display: none;
		visibility: hidden;
	}

	#finhmenu i {
		font-size: 24px;
		color: #000 !important;
		margin-left:16px;
	}
	
	.finhmenu-no-scroll {
	  overflow: hidden !important;
	  position: fixed;
	  width: 100%;
	  height: 100%;
	}
	
	
	li.current-menu-parent >a,
	li.current_page_item > a{
		color: #fff !important;
		background: #214787 !important;
	}
	
	
	.mm-menu a, .mm-menu button, .mm-menu label {
    	color: #fff !important;
	}
	
	.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
		text-decoration: none;
		color: #fff !important;
	}
	
	
	
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  	
	#finhmenu{
		margin-left:0px !important;
	}
	
	/* style for page */
	body.page .top_wrapper #content{
		padding-top: 80px !important;
	}
	
	/* style for post */
	body.single-post .top_wrapper #content{
		padding-top: 30px !important;
	}
    
/* Styles */
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
   
	#header .container{
		max-width: 340px;
	}
	
	.no-left-margin{
		margin-left: 8px !important;
	}
	
	/* style for page */
	body.page .top_wrapper #content{
		padding-top: 80px !important;
	}
	
	/* style for post */
	body.single-post .top_wrapper #content{
		padding-top: 30px !important;
	}
	
	

}