/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

.mobile-footer-nav {
    background: #fff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 8px rgba(0, 0, 0, .05)
}
.mobile-footer-nav > ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.mobile-footer-nav > ul li {
    flex: 1 1 auto;
    list-style-type: none;
}
.mobile-footer-nav > ul li a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 35px 0 5px;
    width: 100%;
    line-height: 1;
    background-size: 22px;
    background-position: top 7px center;
    background-repeat: no-repeat;
}
.mobile-footer-nav > ul li.prices a {
    background-image: url('assets/images/euro.svg')
}
.mobile-footer-nav > ul li.portfolio a {
    background-image: url('assets/images/masonry.svg')
}
.mobile-footer-nav > ul li.contact a {
    background-image: url('assets/images/support.svg')
}
.mobile-footer-nav > ul li.whatsapp a {
    background-image: url('assets/images/whatsapp.svg')
}
@media (min-width: 768px) {
    .mobile-footer-nav {
        display: none;
    }
}
/**
#dd186b
*/