/**************** Footer ****************/

#footer p, #socket p {
    font-weight: 400 !important;
}

.footer-color {
    background-color: #f7f7f7 !important;
    font-family: 'Poppins', sans-serif;
}

.footer-color .widget-title {
    font-family: 'Poppins', sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 30px;
    color: #333 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    margin: 0 0 20px 0!important;
}

#footer ul.payment-menu li > div {
    background: none !important;
}

.payment-menu li i {
    color: #1f3f4d !important;
}

.socket-color {
    background-color: #f0f0f0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #1f3f4d !important;
}

.dark-mode #socket {
    color: #f0f0f0 !important;
    background: #444444 !important;
}

/* Stopka - Footer */
#footer {
    color: #1f3f4d;
    border: 0;
}

.dark-mode #footer {
    background: #333333 !important;
}

#footer .template-page {
    padding-top: 70px;
    padding-bottom: 70px;
}

#footer .footer-logo {
    max-width: 170px;
}

#footer .widget {
    margin-bottom: 0 !important;
}

#footer .widget + .widget {
    margin-top: 40px;
}

@media (max-width: 767px) {
    #footer .template-page .row > div + div {
        margin-top: 40px;
    }
}

/*#footer .widget-title {*/
/*    color: #062939;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    font-size: 15px;*/
/*    margin-bottom: 20px;*/
/*}*/

.dark-mode #footer .widget-title {
    color: #51a8cf !important;
}

#socket {
    background: #f0f0f0;
    color: #1f3f4d;
    padding: 10px 0;
    border: 0;
}

#footer p,
#socket p {
    line-height: 1.7;
    margin-top: 0;
}

#footer a,
#socket a {
    transition: all .2s ease-out;
}

#socket p {
    margin-bottom: 0;
}

#footer ul.menu li + li {
    margin-top: 10px;
}

.dark-mode #footer ul.menu a,
.dark-mode #footer ul.social-menu a,
.dark-mode #footer ul.social-menu a > i,
.dark-mode #footer ul.payment-menu li > i {
    color: #51a8cf !important;
}

.dark-mode #footer p {
    color: #51a8cf !important;
}

#footer ul.menu a {
    display: inline-block;
    border: 0;
    color: #1f3f4d;
    padding: 0;
    line-height: 1.7;
}

#footer ul.menu a:hover {
    color: #428bca;
}

#footer ul.social-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px;
}

#footer ul.social-menu li {
    padding: 5px;
}

#footer ul.social-menu a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1f3f4d;
    color: #ffffff;
    border-radius: 50%;
}

#footer ul.social-menu a i {
    color: #ffffff;
}

#footer ul.social-menu a:hover {
    background: #428bca;
    color: #ffffff;
}

#footer ul.payment-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: -3px -5px;
}

#footer ul.payment-menu li {
    padding: 3px 5px;
}

#footer ul.payment-menu li > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 40px;
    text-align: center;
    background: #1f3f4d;
    color: #ffffff;
    border-radius: 4px;
}

#footer ul.payment-menu li > i {
    display: block;
    font-size: 44px;
    color: #1f3f4d;
}

.widget_nav_menu ul {
    margin: 0;
    list-style: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}