.hidden-block {
	display: none;
	padding-block: 65px;
}
.avia-team-member {
    margin: 0 !important;
}
.active-block { display: block;}
div#active_block {
    min-height: 0 !important;
}
.site-logo a {
    display: flex;
    align-items: center;
}
.site-logo img {
    width: 220px;
}
.custom-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 1210px;
    max-width: 100%;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .custom-menu {
        flex-direction: column;
    }
    .custom-menu a {
        font-size: 16px;
    }
}

.single-form {
    width: 900px;
    max-width: 100% !important;
    margin-inline: auto;
    border: 1px solid #e7e7e7 !important;
    padding: 40px 40px 20px;
    border-radius: 10px;
    box-shadow: 0 0 6px 3px #efefef;
}
#hero_alt .flex_column_table {
    width: 750px !important;
		max-width: 100% !important;
}
@media (min-width: 768px) {
    #hero_alt {
        position: relative;
        z-index: 9;
        background-position: 50% 50%;
    }
    #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.85);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}
.mortgage-block {
    display: flex;
    gap: 30px;
}
.mortgage-block .av_textblock_section {
    width: calc(100% - 110px)
}
.mortgage-block:before,
.mortgage-block:after {
    display: none !important;
}
.mortgage-block {
    border: 2px dashed #666;
    padding: 25px 25px 15px;
    border-radius: 10px;
    margin: 0 !important;
}
.mortgage-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
@media (min-width: 767px) {
    .mortgage-block {
        width: 100% !important;
    }
}
.avia-testimonial-meta {
    margin-top: 0 !important;
}
.inner-reviews .avia-testimonial-name:before {
    margin-bottom: 10px;
}
.flex_column.avia-full-stretch {
    border-radius: 15px !important;
}
.html_header_transparency #top .avia-builder-el-0 .container {
    padding-top: 0;
}
.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.nav-link {
    border: 2px solid var(--primary) !important;
    display: inline-block;
    padding: 10px 18px;
    line-height: 1;
    border-radius: 6px;
    cursor: pointer;
    transition: .5s;
}
.nav-link:hover {
    opacity: 0.85;
}
.cta-light {
    color: var(--primary);
}
.cta-regular {
    background-color: var(--primary);
    color: #fff !important;
}
.team-img-container img.av-team-img-original {
    margin: 0 0 10px !important;
}
.inline-logo {
    display: flex;
    justify-content: center;
    column-gap: 40px;
    row-gap: 25px;
    align-items: center;
}
span.logo-item img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 100px;
}