/* Footer Styles for wwwlilith.com */

.container-padd60 {
    max-width: 100%;
    padding: 0 60px;
}

@media (max-width: 768px) {
    .container-padd60 {
        padding: 0 15px;
    }
}

.footer-default .footer-top {
    background: #f8f8f8;
    padding: 50px 0;
}

.site-footer .foot-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header-parallax-tpl.layout_home_5 .site-footer .foot-title {
    font-size: 14px;
}

.site-footer .foot-title.social-title {
    margin-bottom: 15px;
}

.site-footer .foot-title.newsletter-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.site-footer .footer-social {
    margin-top: 10px;
}

.site-footer .footer-newsletter {
    margin-top: 15px;
}

.site-footer .footer-newsletter .input-group-field {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 14px;
}

.site-footer .footer-newsletter .btn {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

.site-footer .footer-newsletter .btn:hover {
    background: #555;
}

.social-icons {
    letter-spacing: -.33em;
    margin: 0;
    line-height: 0;
    list-style: none;
    padding: 0;
}

.social-icons li {
    letter-spacing: normal;
    display: inline-block;
    margin: 0 5px;
    width: 37px;
    height: 37px;
}

.social-icons li:last-of-type {
    margin-right: 0;
}

.social-icons li:first-of-type {
    margin-left: 0;
}

.social-icons li:hover a {
    color: #fff !important;
}

.social-icons a {
    font-size: 12px;
    display: block;
    line-height: 38px;
    position: relative;
    top: 1px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    text-align: center;
    background: #e1e1e1;
    color: #333;
    transition: all 0.3s ease;
}

.social-icons li.facebook:hover a {
    background-color: #3b5998 !important;
}

.social-icons li.twitter:hover a {
    background-color: #55acee !important;
}

.social-icons li.instagram:hover a {
    background-color: #497299 !important;
}

.social-icons li.pinterest:hover a {
    background-color: #cb2027 !important;
}

.social-icons li.youtube:hover a {
    background-color: #ff0000 !important;
}

.footer-top .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.footer-top .col-12,
.footer-top .col-md-4,
.footer-top .col-md-8,
.footer-top .col-md-12,
.footer-top .col-xl-3,
.footer-top .col-xl-6 {
    padding: 0 15px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .footer-top .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .footer-top .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .footer-top .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .footer-top .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer-top .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.footer-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top ul li {
    margin-bottom: 10px;
}

.footer-top ul li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-top ul li a:hover {
    color: #666;
}

.footer-newsletter form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-newsletter input[type="email"] {
    flex: 1;
    min-width: 200px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.footer-newsletter input[type="submit"] {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-newsletter input[type="submit"]:hover {
    background: #555;
}

/* 信息和店铺并排两列 - 仅桌面端 */
@media (min-width: 768px) {
    .links-col .row {
        display: flex;
        flex-wrap: wrap;
    }
    .links-col .col-footer.col-12.col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
