/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

/* Template 23 footer: readable internal navigation without changing the original grid. */
.footer-widget .address-list li {
    margin-bottom: 16px;
}

.footer-widget .address-list li a {
    color: #6f6c7f;
    display: inline-block;
    line-height: 1.55;
}

.footer-widget .address-list li a:hover,
.footer-bottom a:hover {
    color: #f77ade;
}

.footer-widget .footer-post-details p {
    line-height: 1.7;
    margin: 18px 0 0;
}

.footer-bottom a {
    color: inherit;
    display: inline-block;
    margin-left: 12px;
}

@media (max-width: 767px) {
    .footer-widget .footer-post-details {
        padding: 26px;
    }

    .footer-bottom a {
        margin: 6px 5px 0;
    }
}

