/* Header fix --start*/
@media (max-width: 999px) {
	header#top .span_9 >.slide-out-widget-area-toggle{
		display:block !important;
	}
}

header#top nav ul .slide-out-widget-area-toggle a{
	display:none;
}

/* Header fix --end*/

/* Footer Updates --start */

.footer-icons-wrapper{
	display:flex;
	justify-content:center;
}

.footer-icon{
	width:fit-content;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	margin: 10px;
}

.footer-icon a{
	border-radius:100%;
	width:75px;
	height:75px;
}

.footer-icon a i{
	border:3px solid white;
	border-radius:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:35px !important;
}

/* Footer Updates --end */


/*Home page fixes -- start*/

.home .plus-over{
	top:unset !important;
    bottom:0;
}

#portfolio a{
	pointer-events: none;
}