.footer-1,
.footer-1 > * {
    position: relative;
}

.footer-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-origin: border-box;
    background-color: transparent;
    pointer-events: none;
}

.footer-1.c-layout-footer-7 .c-prefooter {
    padding: 50px 0 20px 0;
}

.footer-1.c-layout-footer-7 .c-line {
    margin: 25px auto;
}

.footer-1.c-layout-footer-7 .c-body .c-links {
    max-width: 50%;
}

.footer-1.c-layout-footer-7 .c-body .c-links > li,
.footer-1.c-layout-footer-7 .c-body .c-links > li > a {
    color: #b1c4d0
}

.footer-1.c-layout-footer-7 .c-body .c-links > li > a[href="javascript:;"]:hover {
    cursor: default;
}

.footer-1 .footer-1 .social-1 > ul {
    list-style-type: none;
    padding: 0;
}

.footer-1 .social-1 > ul > li {
    display: inline-block;
    margin-right: 5px;
}

.footer-1 .social-1 ul > li i {
    border: 0;
    padding: 13px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #2a2e31;
    color: #525e64;
}

.footer-1 .c-blog > .c-post {
    border-bottom: 1px solid #394047;
    padding: 10px 0;
}

.footer-1 .c-blog > .c-post:first-child {
    padding-top: 0;
}

.footer-1 .c-blog > .c-post:last-child {
    border-bottom: 0;
}

.footer-1 .c-blog > .c-post .c-post-content {
    padding-left: 65px;
}

.footer-1 .c-blog > .c-post > .c-post-img {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
    margin-right: 15px;
}

.footer-1 .c-blog > .c-post > .c-post-img > img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

.footer-1 .ecommerce-client-service {
    clear: both;
}

.footer-1 .ecommerce-client-service > ul {
    float: none!important;
}

.footer-1 .ecommerce-client-service .c-divider {
    display: none;
}

.footer-1.c-layout-footer-7 .c-input {
    background: transparent;
}

.footer-1 .c-postfooter a {
    color: #eeeeee;
}

.footer-1 .c-postfooter ul.ecommerce-link-list {
    list-style-type: none;
    padding-left: 0;
}

.footer-1 .c-postfooter ul.ecommerce-link-list > li {
    padding: 0 10px;
    display: inline;
    border-right: 1px solid #eee;
}

.footer-1 .c-postfooter ul.ecommerce-link-list > li:first-child {
    padding-left: 0;
}

.footer-1 .c-postfooter ul.ecommerce-link-list > li:last-child {
    padding-right: 0;
    border-right: 0;
}

.footer-1 .map:before {
    content: '';
    padding-top: 60%;
    display: block;
}

@media (max-width: 768px) {
    .footer-1.c-layout-footer-7 .c-body .c-links > li > a {
      display: inline-block;
      max-width: 270px;
    }
}