/*
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
*/

/* Social Link  http://presscustomizr.com/snippet/add-new-custom-socials-icons/*/ 
.icon-newsletter:before {
    content: "\f0e0";
}
.tc-icon-newsletter {
    content: "\f0e0";
}

/* Social Link Xcontest Team plugin */
a.xcontest-32 {
    background: rgba(0, 0, 0, 0) url("http://triple-seven.ch/wp-content/uploads/2015/06/XC32.png") repeat scroll 0 0;
}