/**

* 2007-2019 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-2019 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.

*/

.footer-dark {
    padding: 50px 0;

    color: #f0f9ff;

    background-color: #282d32;
}

.footer-dark h3 {
    margin-top: 0;

    margin-bottom: 12px;

    font-weight: bold;

    font-size: 16px;
}

.footer-dark ul {
    padding: 0;

    list-style: none;

    line-height: 1.6;

    font-size: 14px;

    margin-bottom: 0;
}
/*
.footer-dark ul a {
    color: inherit;

    text-decoration: none;

    opacity: 0.6;
}
*/
.footer-dark ul a:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .footer-dark .item:not(.social) {
        text-align: center;

        padding-bottom: 20px;
    }
}

.footer-dark .item.text {
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .footer-dark .item.text {
        margin-bottom: 0;
    }
}

.footer-dark .item.text p {
    opacity: 0.6;

    margin-bottom: 0;
}

.footer-dark .item.social {
    text-align: center;
}

@media (max-width: 991px) {
    .footer-dark .item.social {
        text-align: center;

        margin-top: 20px;
    }
}

.footer-dark .item.social > a {
    font-size: 20px;

    width: 36px;

    height: 36px;

    line-height: 36px;

    display: inline-block;

    text-align: center;

    border-radius: 50%;

    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);

    margin: 0 8px;

    color: #fff;

    opacity: 0.75;
}

.footer-dark .item.social > a:hover {
    opacity: 0.9;
}

.footer-dark .copyright {
    text-align: center;

    padding-top: 24px;

    opacity: 0.3;

    font-size: 13px;

    margin-bottom: 0;
}
/*
.footer-dark ul a {
    color: unset;
    text-decoration: unset;
    opacity: unset;
}
*/
