/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/

/* Footer dark gradient */
#site-footer {
    background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%) !important;
    border-top: none !important;
}
#site-footer, #site-footer * {
    color: #FFFFFF !important;
}
#site-footer a {
    color: #cccccc !important;
}
#site-footer a:hover {
    color: #FFFFFF !important;
}
#site-footer .elementor-divider-separator {
    border-color: #333333 !important;
}
#site-footer .glozin-social-icons__item {
    border-color: #555555 !important;
}
#site-footer .glozin-social-icons__item:hover {
    border-color: #FFFFFF !important;
}
#site-footer input[type="email"] {
    background: #333333 !important;
    border-color: #555555 !important;
    color: #FFFFFF !important;
}
#site-footer input[type="email"]::placeholder {
    color: #999999 !important;
}
