footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer * {
    color: #333;
    font-size: 1em;
}
.footer {
    width: 100%;
    padding:60px 20px;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.footer a {
    text-decoration: none;
    text-transform: uppercase;
}
.footer_inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.footer_linksList {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer_linksList .fll_grp {
    margin-right: 40px;
}
.footer_generalInfo {
    width: 25%;
}

.fgi_socialMedia {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:10px;
}
.fgi_socialMedia a {
    display: flex;
    margin: 0 4px;
}

.fgi_newsletter,
.fgi_newsletter form {
    width: 100%;
}
.fgi_newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.fgi_newsletter form input,
.fgi_newsletter form button {
    width: 100%;
    box-sizing: border-box !important;
}






.postFooter {
    width: 100%;
    height: 100px;
    background-color: #aaa;
}


@media (max-width: 768px) {
    .footer_inner {
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .footer_linksList {
        margin-bottom:50px;
    }
    .footer_generalInfo {
        width: 70%;
    }
}
@media (max-width: 420px) {
    .footer_generalInfo {
        width: 90%;
    }
}
@media (max-width: 270px) {
    .footer {
        padding: 60px 5px;
    }
    .footer_generalInfo {
        width: 98%;
    }
}









.module_footer_1.mLayout_2 .footer_inner {
    align-items: flex-start;
    justify-content:space-between;
    border-top: solid 1px #333;
    padding-top:30px;
}
.module_footer_1.mLayout_2 .footer_linksList {
    text-align: start;
}
.module_footer_1.mLayout_2 .footer_linksList .fll_grp {
    margin-right:40px;
}

.module_footer_1.mLayout_2 a {
    color: #555;
    text-transform:capitalize;
}

.module_footer_1.mLayout_2 .fgi_newsletter form {
    align-items: flex-start;
}
.module_footer_1.mLayout_2 .fgi_newsletter form small {
    margin-bottom:6px;
}
.module_footer_1.mLayout_2 .newsletterSubmit_name {
    display: none;
}
.module_footer_1.mLayout_2 .newsletterSubmit_email {
    border:solid 1px #000;
    padding-left:10px;
    margin-bottom:0;
}
.module_footer_1.mLayout_2 .fgi_newsletter form button {
    background-color: transparent;
    color: #000 !important;
    text-align: start;
    text-transform: capitalize;
    font-weight: 100;
    font-size:0.9em;
    padding-left:2px;
}
.module_footer_1.mLayout_2 .newsletter_submit .newsletter_feedbackMessage {
    padding:0;
}


@media (max-width: 768px) {
    .module_footer_1.mLayout_2 {
        text-align: center;
    }
    .module_footer_1.mLayout_2 .footer_inner > div {
        margin-bottom:30px;
    }

    .module_footer_1.mLayout_2 .footer_inner > div,
    .module_footer_1.mLayout_2 .footer_linksList .fll_grp {
        width: 100%;
        margin-right: 0;
    }
    .module_footer_1.mLayout_2 .footer_linksList .fll_grp {
        text-align: center;
    }
}