/** 
 * CSS Style: Theme footer
 * 
 * @since 1.0
 */

.theme-footer > .theme-grid {
    margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
    /*.theme-footer {
        padding-bottom: 60px;
    }*/
}

.theme-footer > .theme-grid > .theme-grid-row {
    flex-wrap: nowrap;
    height: 100%;
}

.theme-footer > .theme-grid:not(:last-child), 
.theme-footer .theme-grid.theme-footer-sidebar>.theme-grid-row:not(:last-child) {
    margin-bottom: var(--theme-margin);
}

.theme-footer .theme-footer-sidebar-top {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.theme-footer .theme-footer-sidebar-top p:not(:last-child) {
    margin-bottom: var(--theme-margin);
}

.theme-footer > .theme-grid.theme-footer-bar {
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 13px;
    padding: var(--theme-padding) 0;
}

.theme-footer > .theme-grid.theme-footer-bar > .theme-grid-row {
    justify-content: space-between;
}



.theme-footer .theme-grid.theme-footer-bar .theme-grid-col:not(:last-child) {
    margin-right: var(--theme-margin);
}

.theme-footer > .theme-grid.theme-footer-bar p:not(:last-child) {
    margin-bottom: 5px;
}

@media only screen and (max-width: 1100px) {
    .theme-footer>.theme-grid.theme-footer-bar .theme-grid-row {
        flex-direction: column;

    }

    .theme-footer>.theme-grid.theme-footer-bar>.theme-grid-row {
        justify-content: flex-start;
    }

    .theme-footer .theme-grid.theme-footer-bar .theme-grid-col {
        margin-right: 0 !important;
    }

    .theme-footer .theme-grid.theme-footer-bar .theme-grid-col:not(:last-child) {
        margin-bottom: var(--theme-margin);
    }
}

.theme-age {
    width: 36px;
    height: 36px;
    color: #ffffff;
    border-radius: 50%;
    border: 2px solid #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (max-width: 1100px) {
    .theme-age-row {
        margin-top: var(--theme-margin);
        margin-bottom: var(--theme-margin);
        justify-content: center;
    }
}