/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */

/* Change the color of individual Social Icons */
a.icon-feed             {color:#DC622C;}    /* Change to desired color */
a.icon-twitter          {color:#00B6F1;}    /* Change to desired color */
a.icon-facebook         {color:#3B5998;}    /* Change to desired color */
a.icon-google           {color:#C20806;}    /* Change to desired color */
a.icon-instagram        {color:#2C6A93;}    /* Change to desired color */
a.icon-wordpress        {color:#04769C;}    /* Change to desired color */
a.icon-youtube          {color:#C31A1E;}    /* Change to desired color */
a.icon-pinterest        {color:#C91517;}    /* Change to desired color */
a.icon-github           {color:#040204;}    /* Change to desired color */
a.icon-dribbble         {color:#333333;}    /* Change to desired color */
a.icon-linkedin         {color:#04669A;}    /* Change to desired color */

/* remove title for navigation bottom */
.assistive-text {display: none;}