/*
  Landing Page Footer design
*/

/*
 ** Footer
 */
#header,#footer,hr{
    display: none;
}
footer {
    background: #343F4D;
    color: #bbb;
    padding-top: 40px;
    padding-bottom: 30px;
}
footer hr {
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid #bbb;
    opacity: 0.2;
}

footer .footer-logo > a {
    border: none;
}
footer > .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
}

.footer-copyright {
    margin-top: 15px;
}
.footer-disclaimer {
    opacity: 0.7;
    text-align: center;
}
.footer-privacy {
    padding: 0 15px;
    margin-top: 30px;
    text-align: center;
}
.footer-menu {
    text-align: center;
}
.footer-menu ul.menu-links,
.footer-menu ul.menu-links > li {
    margin-bottom: 0;
}
.footer-menu ul.menu-links > li {
    display: inline-block;
    margin-left: 1em;    
}
.footer-menu ul.menu-links > li:first-child {
    margin-left: 0;
}
.footer-menu ul.menu-links > li > a {
    color: #bbb;
    border-color: #bbb;
    border: none;
}
.footer-menu ul.menu-links > li > a:hover {
    color: #fff;
    border-color: #fff;
}

.space-header-height,.space-footer{
    display: none;
}
.space-footer{
    display: none!important;
}
#special-offer{
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    /*
     ** Footer
     */

    footer .footer-top {
        width: 100%;
        margin-bottom: 40px;

        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    footer > .container {
        padding: 0;
    }
    .footer-copyright {
        font-style: italic;
    }
    .footer-privacy {
        max-width: 450px;
    }
}

@media (min-width: 1280px) {
    footer > .container {
        max-width: 960px !important;
    }
}