/*
Theme Name: OnePress Child 02 02
Template: onepress
Author: Gorazd Svete
Description: - popravki na footer
Version: 1.0.1617821593
Updated: 2021-04-07 20:53:13

*/

.site-footer {
    background-color: #444 !important;
}
.site-footer .footer-connect {
    padding: 3rem 0 1rem !important;
}
.footer-sidebar .widget {
    margin-bottom: 50px;
    color: #ddd;
    text-align: left;
}
.footer-sidebar .widget .widget-title {
    font-size: 15px;
    margin-bottom: 23px;
    letter-spacing: 2px;
    color: #eee;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-sidebar span.post-date {
    display: block;
}
.footer-sidebar .widget ul {
    list-style: none;
    padding: 0;
}
.footer-sidebar .widget img {
    padding-bottom: 40px;
}
.footer-sidebar .widget ul:after {
    display: block;
    clear: both;
    height: 0;
    content: ".";
    visibility: hidden;
}
.footer-sidebar .widget a {
    font-size: 14px;
    color: #aaa;
}
.footer-sidebar .widget a:hover {
    color: #eee;
    text-decoration: underline;
}
.footer-sidebar .widget_recent_entries ul li {
    border-bottom: none;
}
@media screen and (min-width: 940px) {
.footer-sidebar {
    float: left;
}
}
