/*
Theme Name: Alba Furnitures Theme
Author: Chiranjit
Author URI: #
Description: A custom standalone WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alba_theme
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */


@keyframes blinkCursor {
  0%   { opacity: 1; }
  49%  { opacity: 1; }
  50%  { opacity: 0; }
  100% { opacity: 0; }
}

.ti-cursor.blink-4 {
  animation: blinkCursor 0.5s steps(1, end) 4 !important;
}
.social-link img {
	width: 100%;
	padding: 10px;
}