/*
Theme Name:     Kallyas Child Theme
Theme URI:      http://kallyas.net/
Description:    Child theme for the Kallyas theme
Author:         Hogash
Author URI:     http://themeforest.net/user/hogash
Template:       kallyas
Version:        1.1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/

/* Container centers its contents */
.social-icons {
  text-align: center;
  margin: 10px 0; /* optional spacing above/below */
}

/* Space out each icon link */
.social-icons a {
  display: inline-block;
  margin: 0 20px; /* adjust as needed */
}

/* Make icons bigger and match footer text color */
.social-icons i {
  font-size: 3.2rem;   /* ~28–30px; tweak to taste */
  color: #787878;      /* use same gray as surrounding text */
  vertical-align: middle;
}

/* Container centers its contents */
.social-icons-mobile {
  text-align: center;
  margin: 10px 0; /* optional spacing above/below */
}

/* Space out each icon link */
.social-icons-mobile a {
  display: inline-block!important;
  margin: 0 20px!important; /* adjust as needed */
}

/* Make icons bigger and match footer text color */
.social-icons-mobile i {
  font-size: 1.2rem!important;   /* ~28–30px; tweak to taste */
  color: #ffffff;      /* use same gray as surrounding text */
  vertical-align: middle;
}