#hero_alt .flex_column_table {
    max-width: 760px;
}

@media (min-width: 768px) {
    #hero_alt {
        position: relative;
        z-index: 9;
        background-position: 50% 60%;
    }
    #hero_alt .template-page {
        padding: 80px 0 0;
    }
    
    #hero_alt .flex_column_table {
        transform: translateY(75px);
    }
    
    .desktop-padding .template-page {
        padding-top: 120px !important;
    }
}

#hero_alt .flex_column {
    backdrop-filter: blur(5px) saturate(200%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.image-border img {
    border: 3px solid var(--primary);
    padding: 4px;
}

.narrow-center {
    width: 1000px;
    max-width: 100%;
    margin-inline: auto;
}

@media only screen and (min-width: 990px) {
    #top #wrap_all .av-special-heading.bolder-title h2.av-special-heading-tag {
        font-size: 30px !important;
    }
}

.logo-item img {
    width: 214px;
}

.custom-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 1210px;
    max-width: 100%;
    margin-inline: auto;
}

.phone-item a {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-size: 25px;
}

span.avia-font-entypo-fontello {
    font-size: 1.3em;
}

@media (max-width: 550px) {
    .custom-menu {
        flex-direction: column;
    }

    .custom-menu a {
        font-size: 18px;
    }

    .nav-items {
        justify-content: center;
    }
}

.nav-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

#alt_header .flex_cell {
    box-shadow: 0 0 2px 1px rgba(0,0,0,.1) !important;!i;!;
}