/* CSS Document */

@media screen and (max-width: 1160px) {
	#mobile-menu-toggle{
		display:inline-block;
		top: 35px;
		right: 19px;
	}
	.header-search-btn {display:none;}
	
	.header .header-menu {
    display: none;
}
	
	.header .top {
    display: none;
}
}
@media screen and (max-width: 992px) {
	.header{
		padding-top:127px;
	}
	.page-template-homepage .header{
		min-height:10px;
	}
	.header .bottom{
		position:fixed;
		top:0; left:0; right:0;
		z-index: 999;
		background-color: rgba(83,86,91,1);
	}
	.header .logo{
		width:117px;
		height:63px;
		margin-top: 32px;
    	margin-left: 13px;
	}
	
	.header .top{
		display:none;
	}
	.header .header-menu{
		display:none;
	}
	.header .header-search-box{
		display:none;
	}
	
	/* removed mobile toggle from here to fix menu May 4 2020 */
	
	.hp-box-container {
		padding: 0;
	}
	
	.single-team .row-withfixed{
		display:block;
	}
	.single-team .row-withfixed>.main-content-holder, .single-team  .row-withfixed>.sidebar-content{
		display:block;
	}
	
	.single-team .team-small a {
		color: #fff;
	}	
}