/*
Theme Name:     customizr-pro child
Theme URI:      http://themesandco.com/customizr-pro
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-pro
Version:        1.0.0
*/

/* Your awesome customizations start right here !
/* change background colour*/
body{
background: #f9f9f9;
}
header.tc-header {
background: #ffffff;
}
/*change colour of slider button*/
/* START OF change the FB icon to blue style */ 
}
.icon-facebook:before {
  content: "\f203";
}
a.icon-facebook:before {
content:'\f203';
color:#3B5998;
font-size: 1.5em;
}
/* END OF change the FB icon to blue style */
/* START OF Change the size of the Social Icons */
/* Header Social Icons */
.navbar-inner .social-block {
font-size: 2em;
}
/* Footer Social Icons */
.colophon .social-block {
font-size: 2em;
}
/* Sidebar Social Icons */
.tc-sidebar .social-block {
font-size: 2em;
}
#main-wrapper .fpc-container {
    background-color: #ddcfaf78!important;
}

.phno{display:none !important;}

@media only screen and (max-width: 978px) {
.sticky-enabled .phno{
	display: block !important;
	font-size: 14px;
    text-align: center;
    position: relative;
    bottom: 3px;
	}
}

/* Credit: @chappie */
/* END OF Change the size of the Social Icons */
-------------------------------------------------------------- */