/*!
Theme Name: Alpstroy Theme
Theme URI: http://alpstroy-msk.ru/
Author: viktorrr4 <laacoste1@gmail.com>
Author URI: https://vd-create.ru/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.soc {
	display: block;
	padding-left: 40px;
	position:relative;
}

.soc::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.soc.instagram::before {
	background-image: url('https://cdn2.iconfinder.com/data/icons/social-media-2285/512/1_Instagram_colored_svg_1-512.png');
}


.soc.vk::before {
	background-image: url('https://cdn2.iconfinder.com/data/icons/social-media-applications/64/social_media_applications_32-vk-512.png');
}


.soc.telegram::before {
	background-image: url('https://cdn4.iconfinder.com/data/icons/logos-and-brands/512/335_Telegram_logo-512.png');
}


.soc.whatsapp::before {
	background-image: url('https://cdn3.iconfinder.com/data/icons/social-network-30/512/social-01-512.png');
}