/**
* 2007-2017 PrestaShop
*
* 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-2017 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.homesocials {
  margin-top: 40px;
  margin-bottom: 10px;
}

.homesocials--facebook-container {
  padding-right: 20px;
}

.homesocials--twitter-container {
  padding-left: 20px;
}

.facebook-container {
  display: flex;
  background: #3B5998;
  min-height: 225px;
}

.facebook-image, .twitter-image {
  height: 225px;
  background-size: cover;
  background-position: center;
}

.facebook-logo {
  color: white;
  padding-top: 10px;
  font-size: 28px;
}

.facebook-content, .twitter-content {
  position: relative;
  color: white;
  line-height: 22px;
  font-weight: 200;
  font-size: 14px;
  padding: 0 15px;
}

@media(min-width: 1024px) {
  .facebook-content, .twitter-content {
    padding: 0 60px;
  }
}

.facebook-follow, .twitter-follow {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-right: 30px;
  margin-bottom: 20px;
  color: white;
  line-height: 20px;
  font-weight: 800;
  font-size: 16px;
}

.twitter-container {
  display: flex;
  background: #4099FF;
  min-height: 225px;
}

.twitter-logo {
  color: white;
  padding-top: 10px;
  font-size: 28px;
}

.twitter-content {
  position: relative;
  color: white;
  line-height: 22px;
  font-weight: 200;
  font-size: 14px;
  padding: 0 40px;
}
