/**
Theme Name: Pavement Experts
Author: Webxpert.dk
Author URI: https://webxpert.dk
Description: An Astra child theme with customizations made for Pavement Experts (pave-ex.dk)
Version: 1.0.0
Text Domain: pavement-experts
Template: astra
*/

/* Polylang */
.pll-lang-switcher {
    position: relative;
}
    .pll-lang-switcher-flags {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 1em;
        padding: 0 1em;
        position: absolute;
        top: 0px;
        z-index: 5;
        right: 0;
    }

@media (max-width: 921px) {
    .lang-item-da > a {
        position: absolute;
        left: 26px;
        bottom: 41px
    }
}
@media (min-width: 922px) {
    .lang-item-da > a {
        padding-left: 0 !important;
        margin-left: 0;
    }    
}
    