
/* footer START */

footer#colophon {
    margin-top: 80px;
    padding: 40px 20px;
    min-height: inherit;
    background: #fff9f3;
    border-top: 1px solid #ffe7d2;
}

.site-footer {
    min-height: 100vh;
    position: relative;
    z-index: 2;
    padding: 60px 0;
    box-sizing: border-box;
}

footer .running-waves {
    top: auto;
    bottom: 0;
    height: 30%;
}

.running-waves {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    max-height: 100px;
}

.running-waves-color {
    fill: #fc6668;
}

.wave-parallax>use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }
    
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

.wave-parallax>use:first-child {
    animation-delay: -2s;
    animation-duration: 7s;
}

.wave-parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.wave-parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.footer-wrapper {
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
}

.footer-content {
    display: flex;
    flex-flow: row wrap;
    margin: auto;
}

footer .widget {
    width: 30%;
    border: 0;
    border-left: 1px solid #ffe7d2;
    background: 0 0;
    margin-top: 60px;
    padding-left: 80px;
    border-radius: 0;
}

footer .widget .widget-title {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
}

footer .footer-about {
    width: 40%;
    border: 0;
}

footer .custom-logo-link {
    display: inline-block;
    margin-bottom: 20px;
}

footer .custom-logo-link:hover {
    transform: translateY(-3px);
}

footer .textwidget p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
}

footer .textwidget p:last-child {
    margin-bottom: 0;
}

footer .subscribe-form {
    margin-top: 40px;
}

footer .subscribe-form .form-group {
    margin: 0px;
}

footer .widget-posts .item .info .meta .meta-info {
    color: inherit;
}

.copyright {
    text-align: center;
    margin: auto;
    padding: 20px;
    font-size: 15px;
}

.copyright p {
    margin: 0px;
}

.footermenu ul {
    margin: 0;
    padding: 0;
}

.footermenu li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffe7d2;
}

.footermenu a {
    font-size: 14px;
    display: inline-block;
    font-weight: inherit;
    line-height: inherit;
}

@media only screen and (max-width: 1200px) {

    footer {
        margin-top: 60px;
    }

    footer .widget-posts {
        display: none;
    }

    footer .footer-about {
        width: 60%;
    }

    footer .footer-menu {
        width: 40%;
    }


    footer .widget .widget-title {
        font-size: 18px;
    }

}

@media only screen and (max-width: 768px) {

    .footer-wrapper {
        padding-top: 40px;
    }

    footer .widget {
        width: 100%;
        padding: 20px 0;
        margin-top: 0;
        border: 0;
    }

    footer .footer-about {
        text-align: center;
    }

    footer .subscribe-form .form-group {
        margin: auto;
    }

    footer .footer-menu {
        display: none;
    }

    .copyright {
        padding: 20px 0px;
    }

}

/* footer STOP */
