/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/

.social_top i{
	color: #fb6035!important;
}
@media(min-width:1025px){
	.top_social_ions{
		display:none;
	}
	
}
@media(max-width:1025px){
	.top_social_ions{
        display: flex;
        justify-content: center;
		width:100%;
		position:fixed;
		z-index:444;
		background:#fff;		
		padding: 10px 0;
        border-bottom: 1px solid #0d02022e;
	}
	body.mob-menu-slideout-over{
		padding-top:0!important;
	}
	.mob-menu-header-holder{
		 margin-top: 46px!important;
	}
	.top_social_ions i{
		font-size: 1.2rem;
	}
	rs-fullwidth-wrap{
		margin-top: 93px!important;
	}
}