/**
 * 2007-2021 PrestaShop SA and Contributors
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2021 PrestaShop SA and Contributors
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */
.redfoxsocial_block {
	margin:10px 0;
}
#social_block li.facebook a{
    background: url("../img/face.png") no-repeat scroll center center;
}
#social_block li.twitter a{
    background: url("../img/tw.png") no-repeat scroll center center;
}
#social_block li.in a{
    background: url("../img/in.png") no-repeat scroll center center;
}

#social_block li.pinterest a{
    background: url("../img/email_icon.png") no-repeat scroll center center;
}
#social_block li.googleplus a{
    background: url("../img/googleplus.png") no-repeat scroll center center;
}

#social_block li.youtube a{
    background: url("../img/youtube.png") no-repeat scroll center center;

}
#social_block li.in a, #social_block li.twitter a, #social_block li.pinterest a, #social_block li.youtube a, #social_block li.googleplus a, #social_block li.facebook a {
display: block;
    height: 30px;
   *text-indent: -9999px;
	text-indent: 9999px;
    width: 30px;
-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
				overflow:hidden;
color:#fff;

}

#social_block li.in:hover, #social_block li.twitter:hover, #social_block li.pinterest:hover, #social_block li.youtube:hover, #social_block li.googleplus:hover, #social_block li.facebook:hover {background:#90C322; transition: .3s ease; border-radius: 50%;}

.redfoxsocial_block h4 { text-transform:uppercase; font-size:18px; text-decoration:none; color:#000; line-height:27px; text-align:center; margin-top:4px; transition: .3s ease;}
.redfoxsocial_block li:hover h4, .redfoxsocial_block li:hover p { color:#90C322; transition: .3s ease;}
#social_block {padding:0; margin:0 auto; text-align:center; display: inline-block;}
#social_block ul { display:block; margin-right:-5px;}
#social_block li {padding-left:0!important; float:left; margin-right:4px;background:#333333;
border-radius:50%;}
#social_block li.facebook, #social_block li.twitter, #social_block li.in {background:#333333;
border-radius:50%; transition: .3s ease;}

.redfoxsocial_block p {
    line-height: 15px;
    margin: 0 auto;
    text-align: center;
	color:#000;
	font-size:13px;
}

