/*
Theme Name: Activello Child
Theme URI: https://colorlib.com/wp/themes/activello/
Author: Colorlib
Author URI: https://colorlib.com
Description: Child theme for Activello
Version: 1.4.9
Tested up to: 6.8
Requires PHP: 7.0
Template: activello
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: activello
*/

/* ===============================
   Footer Area
================================= */

/* #footer-area {
    background: #1f6f4a;
    color: #ffffff;
    font-size: 14px;
}

#footer-area .quality {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 15px;
    text-align: center;
}

#footer-area .quality p {
    margin-bottom: 15px;
    font-weight: 500;
}

#footer-area .quality img {
    display: inline-block;
    margin: 10px;
    max-width: 140px;
    height: auto;
    vertical-align: middle;
}

#footer-area .quality .client-logo img.clients {
    width: 100%;
    max-width: 700px;
}

#footer-area .qualitytext,
#footer-area .clienttext {
    font-size: 15px;
}

#footer-area .qualitytext img,
#footer-area .clienttext img {
    margin-right: 10px;
    max-width: 40px;
}

.site-info {
    background: #ffffff;
    padding: 20px 15px;
}

.site-info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.horizontal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.horizontal-list li {
    margin-right: 10px;
}

.legal-link {
    color: #ffffff;
    text-decoration: none;
    padding-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.4);
    font-size: 13px;
}

.legal-link:hover {
    text-decoration: underline;
}

.footer-social-icons {
    margin: 10px 0;
}

.site-info .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.social-icons li {
    margin-right: 10px;
}

.social-icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    text-align: center;
}

.social-icon:hover {
    background: rgba(255,255,255,0.4);
}
#footer-area .site-footer ul li {
    border-bottom: none;
}

.country-codes a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}

.country-codes img {
    vertical-align: middle;
}

.copyright-policy {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.scroll-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #1f6f4a;
    color: #ffffff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}

.scroll-to-top:hover {
    background: #145237;
}

@media (max-width: 768px) {
    .site-info-container {
        flex-direction: column;
        text-align: center;
    }

    .horizontal-list {
        justify-content: center;
    }

    .footer-social-icons {
        margin-top: 15px;
    }
    #footer-area .quality .client-logo img.clients {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }
} */
