
/* adjustments for polylang translation widget */
header .widget_polylang {
    position: absolute;
    top: calc(100% - 25px);
    right: 10px;
}

/* remove responsive menu */
@media (max-width: 768px) {
    .menu-toggle {
        display: none !important;
    }
    .site-info {
        display: none;
    }
}

/* customize header / footer */
header {
    box-shadow: 3px 1px 0px #ddd;
}

footer {
    top: 1px solid #ddd;
    box-shadow: 0px -1px 1px #ddd;;
}

.site-info {
    padding: 10px 20px !important;
}

.site-header, .site-info, .site-footer, .site-footer a, #page, body {
    color: #757575 !important;
    background-color: #f7f7f7 !important;
}

/*.elementor-row .elementor-element-populated {
    padding: 0 !important;
}*/

#glb-login-form .button-primary {
    float: unset;
    width: 100%;
}

body.glb-login-inside .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

/*body.glb-login-inside {
    display: flex;
    flex-flow: column;
    height: 100%;
    align-items: stretch;
}

body.glb-login-inside header, body.glb-login-inside .site-footer {
    flex: 0 1 auto;
}

body.glb-login-inside div#page {
    flex: 1 1 auto;
}*/