@media only screen and (max-width: 991px) {
  .mean-container .mean-nav ul {
    border: none;
  }
  .uxhaven-mobile-nav {
    display: block;
    position: relative;
  }
  .uxhaven-mobile-nav .logo {
    position: absolute;
    top: 2px;
    z-index: 999;
    left: 15px;
  }
  .uxhaven-nav {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
	.page-title .title-wrapper {
		padding:20px 0;
	}
	.page-title .title h1 {
		font-size:2rem;
	}
	.post_single_title, .post_ribbon, .page-title .subtitle {
		display:none;
	}
}
/* RTL responsive css*/
@media only screen and (min-width: 560px) {
	.sidebar-search {
		min-width:400px;
	}
}
@media only screen and (max-width: 767px) {
	.mean-container .mean-nav ul li a {
		padding:1em 6%;
		width:88%;
	}
	.mean-container .mean-nav ul li a.mean-expand {
		right:auto;
		left:10px !important;
		text-align:left;
	}
	#totop {
		display:none;
	}
}
@media only screen and (max-width: 992px) {
	.blogarea_attachment {
		padding-top:0;
	}
	.copyright-area {
		margin-top:0;
	}
	.box_cat .button12, .box_cat .button_postt {
		display:none;
	}
}
@media only screen and (max-width: 1310px) {
	.search_head2 span {
		display:none;
	}
}