.cms-socials{
	.cms-icon{
		display: block;
		text-align: center;
	}
}
.socials-bg-colored .social-icon{
	color: $white;
	min-width: 52px;
	line-height: 40px;
	text-align: center;
	display: block;
	@include chemlabs_social_color('background-color', 'white', white);
	&:hover{
		color: $white;
		background-color: $accent-color;
	}
}
// Layout 4
.cms-socials-layout-1,
.cms-socials-layout-6{
	.social-icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		@include border-radius(50%);
		&:hover{
			background: $accent-color;
			box-shadow: 0 0 0 2px $accent-color inset;
			color: $white;
		}
	}
	.cms-posts-heading{
		padding-bottom: 12px!important;
	}
}
.cms-socials-layout-1{
	.social-icon{
		box-shadow: 0 0 0 2px #b2bdd6 inset;
	}
}
.cms-socials-layout-6{
	.social-icon{
		box-shadow: 0 0 0 2px #44609b inset;
	}
}
// Layout 2
.cms-socials-layout-2{
	.social-icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
		box-shadow: 0 0 0 2px $accent-color inset;
		&:hover{
			background: $accent-color;
		}
	}
	.cms-posts-heading{
		padding-bottom: 12px!important;
	}
}

/**
 *  Layout 4
 * use in sinlge product Share
*/
.cms-socials-layout-4{
	.social-icon{
		min-width:52px;
		height: 40px;
		line-height: 40px;
		border: none;
		@include box-shadow(none);
		@include border-radius(6px);
	}
}