/**
 * global_socials
 * @version	2.0
 * @release	01-04-2021
 * @author	msolowski Marcin Sołowski
 * @website	http://msolowski.pl
 */


.global_socials
{
	font-size: 36px;
}

.global_socials > *
{
	margin-right: var(--global_size_20);
	display: inline-flex;
	align-items: center;
}

.global_socials > *:last-child
{
	margin-right: 0;
}

.global_socials a
{
	color: var(--root_color_white);
}

.global_socials a:hover
{
	color: var(--root_color_lead);
}

.global_socials span
{
	font-family: var(--root_font_family);
	font-size: var(--global_font_size_h3);
	font-weight: 400;
}

.global_socials .icon::before
{
	margin-right: var(--global_size_20);
}


/**********************************************************************************/

@media screen and (max-width: 1680px)
{
}

@media screen and (max-width: 1600px)
{
}

@media screen and (max-width: 1440px)
{
}

@media screen and (max-width: 1366px)
{
}

@media screen and (max-width: 1300px)
{
}

@media screen and (max-width: 1200px)
{
}

@media screen and (max-width: 1024px)
{
}

@media screen and (max-width: 800px)
{
}

@media screen and (max-width: 640px)
{
}

@media screen and (max-width: 480px)
{
	.global_socials
	{
		justify-content: flex-start;
	}

	.global_socials > *
	{
		margin-right: var(--global_size_100);
	}
}

@media screen and (max-width: 360px)
{
}