/* Custom Hide Menu on Certain Width */
@media (max-width: 1151px) {
    .main_menu .menu-item-top-level {
        display: none !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block !important;
    }
}

:root {
	--primary: #002661;
    --secondary: #da2129;
}

/* TEMP CSS Area - Starts */

#header_main {
    background: #f1f1f1 !important;
}

.menu-hidden,
.taxonomy-abc-location .location-hidden,
.taxonomy-abc-location .dealer-portal {
    display: none !important;
}
.taxonomy-abc-location .loc-visible {
	display: block;
}

.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
    font-family: 'Barlow', sans-serif !important;
}

#header .nine.units {
    width: 900px !important;
}

@media (min-width: 990px) {
    .section-title .av-special-heading-tag {
        font-size: 37px !important;
    }
}

/* TEMP CSS Area  - Ends */

#footer .menu a {
    font-size: 16px;
}

span.post-meta-infos,
.error404 .title_container.alternate_color,
.search .title_container.alternate_color,
.archive .title_container.alternate_color,
.single .title_container.alternate_color {
    display: none !important;
}

.slop-type-one .av-section-color-overlay {
    clip-path: polygon(90% 100%, 100% 95%, 100% 100%, 0 100%, 0 85%);
}

.navy-slop .av-section-color-overlay {
    clip-path: polygon(49% 93%, 0% 100%, 100% 100%);
    bottom: -1px;
}

.av-subheading p {
    font-weight: 100 !important;
}

/* Header Area CSS - Starts */

#header_meta .sub_menu li a {
    font-size: 13px;
}

@media (min-width: 990px) {
    .logo img {
        width: auto;
        padding-block: 4px;
    }
}

@media (min-width: 1201px) {
    #header_meta {
        position: absolute;
        background: transparent;
        top: 10px;
        width: calc(100% - 280px);
        right: 20px;
    }
    
    #header_meta .sub_menu ul {
        width: 100% !important;
        display: flex;
        justify-content: end;
        align-items: center;
        column-gap: 20px;
    }
    
    #header_meta .sub_menu ul li {
        border: none !important;
    }
    
    .top-btn.top-btn-dealer a,
    .top-button {
        color: #fff !important;
        font-weight: bold !important;
        text-transform: uppercase;
        display: inline-block;
        padding: 18px !important;
        width: auto;
        min-width: 250px;
        text-align: center;
        letter-spacing: 1px;
        border-bottom: 2px solid var(--secondary) !important;
        transition: .5s;
    }
    
    .top-btn.top-btn-dealer a {
        background: var(--secondary);
    }
    
    .top-btn.top-btn-estimate .top-button {
        background: var(--primary);
        border-color: var(--primary) !important;
    }
    
    .top-btn .top-button:hover {
        background-color: transparent !important;
        color: var(--secondary) !important;
        border-color: var(--secondary) !important;
    }
    
    .tel-title {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 16px;
        color: var(--primary) !important;
    }
    
    .tel-icon a {
        text-align: center;
        display: inline-block;
    }

    #top #header_main > .container .main_menu .av-main-nav > li > a {
        line-height: 230px !important;
    }

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 152px !important;
    }
}

@media (max-width: 1200px) {
    .tel-title {
        display: none;
    }
}

@media (min-width: 990px) and (max-width: 1200px) {
    #top #header_main > .container, #top #header_main > .container .main_menu .av-main-nav > li > a, #top #header_main #menu-item-shop .cart_dropdown_link {
        height: 100px;
        line-height: 100px;
    }
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 131px;
    }
}

@media (min-width: 768px) {
    #header_meta .sub_menu li a {
        font-size: 16px;
    }
}

@media (min-width: 1600px) {
    #header_meta .sub_menu {
        width: 1250px !important;
    }
}

.tel-item {
    color: var(--secondary);
    font-size: 18px;
    letter-spacing: 0.5px;
    position: relative;
    transition: .5s;
}

.tel-item:hover {
    color: var(--primary);
}

.tel-item:before {
    content: '\e854';
    font-family: 'entypo-fontello';
    padding-right: 5px;
}

.menu-item-has-children.menu-item-top-level > a .avia-menu-text:after {
    content: '\e873';
    font-family: 'entypo-fontello';
    padding-left: 5px;
    font-size: 12px;
}

.main_menu .menu-item-top-level > a .avia-menu-text {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main_menu .sub-menu .avia-menu-text {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.main_menu .sub-menu a:hover {
    background-color: var(--primary) !important;
}

.main_menu .sub-menu a:hover .avia-menu-text {
    color: #fff;
}

/* Header Area CSS - Ends */

.white-divider svg {
    fill: #fff;
}

.avia-button {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    border-radius: 0 !important;
    border: 2px solid var(--secondary) !important;
    font-weight: bold !important;
    transition: .5s;
    cursor: pointer !important;
}

.avia-button:hover {
    background-color: #fff !important;
    color: var(--secondary) !important;
    opacity: 1 !important;
}

.dual-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

@media(min-width: 641px) {
    .dual-buttons {
        grid-template-columns: repeat(2, 1fr);
    }
}

.dual-buttons .avia-button:last-child {
    background: #fff;
    color: var(--secondary) !important;
}

.dual-buttons .avia-button:last-child:hover {
    color: #fff !important;
    background: var(--secondary) !important;
}


.reguler-button .avia-button .avia_button_icon_right,
.dual-buttons .avia-button:last-child .avia_button_icon_right {
    border: 2px solid;
    border-radius: 100%;
    width: 18px;
    height: 18px !important;
    display: inline-block;
    justify-content: center;
    font-size: 11px;
    line-height: 13px;
    top: -2px;
    position: relative;
    margin-left: 20px;
    padding: 0 4px;
}

.reguler-button .avia-button .avia_button_icon_right {
    margin-left: 20px;
    line-height: 13px;
    top: -2px;
    position: relative;
}

.dual-buttons {
    width: 460px;
    max-width: 100%;
}

.avia_textblock strong {
    color: #333 !important;
}

.bolder-title .av-special-heading-tag {
    font-weight: bold !important;
    line-height: 1.2 !important;
}

.red-subheading .av-subheading_above p {
    color: var(--secondary);
    letter-spacing: 2px;
    font-weight: 400 !important;
    margin-bottom: 15px;
}

.easy-slider .avia-slideshow-controls {
    bottom: -40px;
}

.easy-slider .avia-slideshow-controls {
    padding-bottom: 40px;
}

.easy-slider img {
    border-radius: 10px !important;
}

.avia-video {
    margin: 0 !important;
}

.video-border {
    border: 3px solid #ffffff !important;   
}

.faq-content .toggler {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary) !important;
    padding: 10px 60px 10px 20px !important;
}

.faq-content .toggle_icon {
    opacity: 1 !important;
    border: none !important;
}

.faq-content .hor_icon,
.faq-content .vert_icon {
    border-width: 3px !important;
}

.faq-content .vert_icon {
    height: 15px !important;
}

.faq-content .hor_icon {
    width: 15px !important;
}

.faq-content .toggle_content {
    background: #F1F1F1 !imprtant;
}

.faq-content .toggler:hover {
    opacity: 1 !important;
}

.faq-content {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 40px;
    row-gap: 10px;
}

@media (min-width: 990px) {
    .faq-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

.red-ribbon {
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--secondary) !important;
    transform: rotate(41deg);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 200px;
    text-align: center;
    top: 40px;
}

.estimate-block {
    padding: 60px 25px !important;
}

.estimate-block:before {
    position: absolute;
    content: '' !important;
    width: 100% !important;
    height: 100% !important;
    inset: 0;
    background: rgb(0 38 97 / 70%);
    visibility: visible !important;
}

#estimate .flex_column_table {
    overflow: hidden;
}

@media (max-width: 767px) {
    .estimate-block {
        padding: 120px 40px 30px !important;
    }

    .red-ribbon {
        right: -40px;
    }
}

.content-table .toggler {
    background-color: var(--secondary) !important;
    color: #fff !important;
}

.content-table .toggle_icon span {
    border-color: #fff !important;
    
}

/*Title Container CSS - Starts */

.title_container .breadcrumb * {
    color: #fff !important;
}

.title_container .container {
    padding-bottom: 0 !important;
    max-width: 100% !important;
    padding: 0;
    width: 100% !important;
}

.title_container .container {
    padding-bottom: 0 !important;
}

.top-overlay {
    text-align: center;
    margin: 90px 0 0;
}

.title_container .main-title {
    padding-bottom: 50px !important;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .top-overlay {
        margin: 80px 0 0;
    }

    .title_container .main-title {
        padding-bottom: 25px !important;
    }
}

.title_container .main-title a {
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    font-size: 40px !important;
    line-height: 1.2 !important;
    display: block;
    color: #fff !important;
    width: 1120px !important;
    max-width: 100% !important;
}
.title_container .subhead:empty {
    display: none;
}
.title_container .subhead {
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #fff !important;
    padding: 0 0 15px !important;
}
.title_container .breadcrumb {
    right: auto !important;
    top: auto !important;
    position: relative !important;
    margin: 0;
    padding-bottom: 30px !important;
    background: var(--primary);
    text-align: center;
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px 20px !important;
    clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
}

.title_container .main-title {
    justify-content: center;
}

@media (min-width: 990px) {
    .title_container .main-title a {
        font-size: 80px !important;
    }
}

.title_container {
    position: relative;
}

.title_container:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 38 97 / 65%);
}

/*Title Container CSS - Ends */

/* Footer Area CSS - Starts */

#top #wrap_all #main #footer {
    border-top: 8px solid var(--secondary) !important;
    padding: 0 !important;
    background-position: 50% 65%;
}
#footer .widget_nav_menu {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .footer-iconlist {
        margin-top: 0 !important;
    }
}

#footer .widgettitle {
    font-size: 24px;
    font-family: 'Barlow', sans-serif;
    text-transform: none;
    font-weight: 400 !important;
    letter-spacing: 0;
    position: relative;
}

#footer .menu li a {
    padding: 1px 0 0 18px !important;
    font-size: 18px;
    position: relative;
    font-weight: normal !important;
    color: var(--primary);
}

#footer .menu li:hover a,
#footer .menu li {
    background: transparent !important;
    border: none !important;
}

#footer .menu a:before {
    content: '\e875';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
}

#footer .av-sidebar-social-container li {
    background: #fff !important;
    padding: 6px !important;
    margin: 5px 0 15px !important;
}

.footer-iconlist .iconlist_icon {
    position: absolute !important;
    bottom: 16px;
    left: 0;
    font-size: 18px !important;
}

.footer-iconlist .iconlist_content {
    padding-left: 35px;
}

#footer .menu li a:hover,
.footer-iconlist .iconlist_content a:hover {
    color: var(--secondary) !important;
}

@media (max-width: 640px) {
    .footer-logo img {
        width: 220px;
    }
    
    #footer .widgettitle {
        margin: 25px 0 5px;
    }
}

#top .footer_color .widget_pages ul li a:focus,
#top .footer_color .widget_nav_menu ul li a:focus {
    color: var(--secondary) !important;
}

/* Footer Area CSS - Ends */

.section-title .av-special-heading-tag {
    font-weight: 600 !important;
}

#top .avia_playpause_icon {
    border: 3px solid #fff !important;
    border-radius: 100%;
}

#top .avia_playpause_icon:before {
    font-size: 55px;
}

.inner-text-heading h3 {
    color: var(--secondary) !important;
    font-weight: normal;
    font-size: 25px;
}

.inner-text-heading h4 {
    font-size: 24px;
    color: var(--primary) !important;
}

@media (min-width: 768px) {
    .inner-text-heading h3 {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .inner-dual-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 40px;
    }
}

/* Sidebar CSS - Starts */

.inner_sidebar .widgettitle {
    background-color: var(--primary);
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin: 0 !important;
    padding: 18px;
    font-weight: normal;
    text-transform: none;
}

@media (min-width: 768px) {
    .inner_sidebar .widgettitle {
        font-size: 30px
    }
}


.inner_sidebar .widget_nav_menu,
.inner_sidebar .widget_custom_html,
.inner_sidebar .widget_archive {
    border: 1px solid var(--primary) !important;
    padding-block: 0 !important;
}

.sidebar-faq .avia-testimonial-name {
    display: none !important;
}

.inner_sidebar .widget_custom_html,
.inner_sidebar .widget_archive {
    margin-top: 40px;
}

.inner_sidebar .widget_nav_menu li {
    border: none !important;
}

.inner_sidebar .widget_nav_menu .menu li a {
    padding: 10px !important;
    text-align: center;
    font-size: 18px;
    color: var(--primary);
    transition: .4s;
}

.inner_sidebar .widget_nav_menu .menu li.current_page_item a:hover,
.inner_sidebar .widget_nav_menu .menu li.current_page_item a {
    background-color: var(--secondary) !important;
    font-weight: normal;
    color: #fff !important;
}

.inner_sidebar .widget_nav_menu .menu li a:hover {
    background-color: #2f2f2f !important;
    color: #fff !important;
}

#menu-featured-faqs li {
    margin: 0 !important;
    padding: 0 !important;
}

.image-wrap {
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.image-wrap:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 38 97 / 60%);
}

.floating-title {
    position: relative;
    z-index: 9;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-size: 29px;
    font-weight: normal;
    line-height: 1.4 !important;
    letter-spacing: 1px;
}

.sidebar-popup span {
    color: #fff !important;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    background-color: var(--secondary);
    font-size: 15px;
    letter-spacing: 1px;
    border-bottom: 5px solid var(--secondary) !important;
    padding: 10px 10px 5px 10px;
    transition: .5s;
    cursor: pointer !important;
}

.sidebar-popup span:hover {
    background: transparent !important;
    color: var(--secondary) !important;
}

.sidebar-popup-large span {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px 10px 10px;
}

.sidebar-popup-large span:hover {
    background-color: #f4f4f4 !important;
}

.sidebar-faq .avia-testimonial,
.sidebar-reviews .avia-testimonial {
    padding-inline: 20px !important;
}

.sidebar-reviews .avia-testimonial-content p {
    color: #2f2f2f !important;
}


@media (min-width: 768px) {
    .single-post .container .av-content-small.units {
        width: 67%;
    }
    .sidebar-reviews {
        height: auto;
        min-height: 350px;
    }
}

.sidebar #menu-featured-faqs li {
    padding: 0 !important;
    margin: 0 !important;
    left: 0;
    top: 0;
}

.sidebar #menu-featured-faqs li a {
    font-weight: normal;
    padding: 10px 20px;
    color: var(--secondary);
}

.sidebar #menu-featured-faqs li a:hover {
    color: var(--primary) !important;
}

/* Sidebar CSS - Ends */

.title-border .av-special-heading-tag {
    font-weight: 600 !important;
}

/* AVIA TOC CSS - Starts */
.avia-toc-link span:after,
.avia-toc-link:after {
    display: none !important;
}

.avia-toc-container {
    padding-left: 0 !important;
}

.avia-toc-container .avia-toc-link {
    color: #333;
    text-transform: none;
    font-size: 18px !important;
}

.avia-toc-container .avia-toc-link:hover {
    color: var(--secondary);
}

.avia-toc-level-1 {
    padding-bottom: 12px !important;
}

.avia-toc-level-0 {
    padding-bottom: 12px !important;
}

.avia-toc-level-0:nth-child(n+2) {
    padding-top: 15px !important;
}

/* AVIA TOC CSS - Ends */

.content-table .toggler {
    font-size: 18px !important;
    padding: 15px !important;
    letter-spacing: 0.5px;
}

/* Inner Posts CSS -  Starts */

.inner-post {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border-radius: 3px;
}


.inner-post .post-excerpt {
    color: #777;
    font-size: 14px;
    line-height: 1.5 !important;
}

.inner-post .more-read {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
}

/* Inner Posts CSS -  Ends */

.post-card {
    background: #fff;
}

.post-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h3.post-card-title a {
    color: var(--primary) !important;
    line-height: 1.5;
    font-size: 21px !important;
    font-weight: normal !important;
    letter-spacing: 0.5px;
}

.post-details {
    padding: 20px;
}

.post-date {
    color: #979797;
    padding: 10px 20px;
    border-top: 1px solid var(--primary) !important;
    font-size: 14px;
}

.post-tag {
    background-color: var(--secondary);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 15px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.post-featured-image {
    position: relative;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
}

.relative-posts .facetwp-template {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .relative-posts .facetwp-template {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1251px) {
    .relative-posts .facetwp-template {
        grid-template-columns: repeat(3, 1fr);
    }
}

nav.pagination span.current,
nav.pagination a {
    color: #fff !important;
    font-size: 15px;
}

nav.pagination a {
    background-color: var(--primary) !important;
}

nav.pagination a:hover,
nav.pagination span.current {
    background-color: var(--secondary) !important;
}

/* Archive PAGE CSS -  Starts */

.archive .slide-meta-comments,
.archive .slide-meta-del,
.archive .slide-entry-excerpt {
    display: none !important;
}

.avia-content-slider .slide-image, .avia-content-slider .slide-image img {
    border-radius: 0;
}

.archive .slide-entry {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    margin: 0 !important;
    width: 100% !important;
}

.archive .slide-entry-title a {
    font-size: 21px;
    color: var(--primary) !important;
}

.archive .slide-entry-title  {
    padding: 20px;
}

.archive .slide-meta {
    border-top: 1px solid var(--primary);
    padding: 10px !important;
    font-size: 14px;
}

.archive .slide-entry-wrap {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .archive .slide-entry-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

.archive .slide-content {
    display: grid;
    grid-template-rows: 130px auto;
}

.archive .avia-content-slider,
.archive .avia-content-slider-inner {
    overflow: visible;
}

/* Archive PAGE CSS -  Ends */

@media (min-width: 768px) {
    .inner-heading h2 {
        font-size: 40px;
    }
}

.custom-sidebar .avia-builder-widget-area:nth-child(n+2) {
    margin-top: 30px !important;
}

/* Center Four Col - Center */
.center-three-columns,
.center-four-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.center-three-columns .flex_column,
.center-four-columns .flex_column {
    margin: 0 !important;
    width: 100% !important;
}
@media (min-width: 768px) {
    .center-three-columns .flex_column,
    .center-four-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}

@media (min-width: 990px) {    
    .center-four-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
@media (min-width: 1201px) {
    .center-four-columns .flex_column {
        width: calc(25% - 22.5px) !important;
    }
    
    .center-three-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
/* Center Four Col - Center - END */

/* Center Five Col - Center - END */
.center-five-columns,
.center-seven-columns {
    display: flex;
    column-gap: 30px;
    row-gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}
 
.center-five-columns .flex_column,
.center-seven-columns .flex_column {
    width: 100% !important;
}
 
@media (min-width: 641px) {
    .center-seven-columns .flex_column,
    .center-five-columns .flex_column {
        width: calc(50% - 15px) !important;
    }
}
 
@media (min-width: 800px) {
    .center-seven-columns .flex_column,
    .center-five-columns .flex_column {
        width: calc(33.33% - 20px) !important;
    }
}
 
@media (min-width: 1251px) {
    .center-seven-columns .flex_column {
        width: calc(14.28% - 25.72px) !important;
    }
 
    .center-five-columns .flex_column {
        width: calc(20% - 24px) !important;
    }
}
 
@media (max-width: 640px) {
    .center-seven-columns .flex_column,
    .center-five-columns .flex_column {
        width: 380px !important;
    }
}

/* Center Five Col - Center - END */

/* Location - Hero */

.loc-heading .av-special-heading-tag {
    text-shadow: 2px 2px 2px #000000;
    font-weight: 600 !important;
    line-height: 1.1 !important;
}

.loc-heading .av-subheading_above p {
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
}

.loc-heading .av-subheading_above {
    margin-bottom: 20px;
}

.loc-subheading h3 {
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px 2px #000000;
}

.loc-subtitle h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 32px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .loc-subtitle h2,
    .loc-subheading h3 {
        font-size: 21px;
    }

    .loc-subheading h3 {
        margin-top: 18px;
    }
}

.loc-subtitle h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    background: var(--secondary);
}

.loc-subtitle {
    width: 500px;
    max-width: 100%;
}

.loc-heading {
    width: 950px !important;
    max-width: 100% !important;
}

#loc_hero {
    background-color: #000;
}

#loc_hero .av-section-color-overlay-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    position: relative;
}

#loc_hero .av-section-color-overlay-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 38 97 / 50%);
    z-index: 2;
}

.solid-left-border img {
    margin-left: auto;
}

@media (min-width: 1281px) {
    #loc_hero .av-section-color-overlay-wrap:before {
        width: 580px;
        left: calc(50% - 650px);
    }

    #loc_hero .av-section-color-overlay-wrap {
        clip-path: polygon(100% 0, 100% 100%, 50% 93%, 0 100%, 0 0);
    }
}

#loc_hero .container {
    z-index: 9;
}

.white-text b,
.white-text a {
    color: var(--secondary) !important;
    padding-inline: 8px;
}
.white-text b:before,
.white-text a:before {
    content: '\e854';
    font-family: 'entypo-fontello';
    padding-right: 5px;
}
.white-text b:hover,
.white-text a:hover {
    opacity: .9;
}

.solid-left-border img {
    border-left: 10px solid #da212b !important;
    aspect-ratio: 16 / 9;
    object-position: center;
    object-fit: cover;
}

.atlanta-logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
}

.atlanta-logo-wrapper img {
    width: auto;
    height: auto;
    max-height: 110px;
}

#top .white-text strong {
    color: #fff !important;
}

@media (min-width: 990px) {
    .round-logo {
        position: absolute !important;
        right: -50px;
        bottom: 50px;
    }

    .round-logo img {
        width: auto;
        max-width: 200px;
    }
}

@media (max-width: 989px) {
    .round-logo img {
        max-width: 150px;
    }
}
/*

.floating-block {
    padding: 0 5% 5%;
}

.floating-block div,
.floating-block section {
    z-index: 9 !important;
}

.floating-block {
    position: relative;
    z-index: 99;
}

.floating-block:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1;
}

.floating-block {
    position: relative;
    padding-top: 270px;
}

@media (min-width: 1281px) {
    .floating-block {
        padding: 250px 60px 60px;
    }

    .floating-block:after {
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (max-width: 1280px) {
    .floating-block:after {
        background: #000;
        clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
    }
    
    .floating-block {
        order: -1;
    }
}
*/

@media (max-width: 1280px) {    
    .solid-left-border img {
        margin: 0 auto;
    }
}

.bottom-bar-title {
    border-bottom: 2px solid var(--secondary) !important;
    width: 270px !important;
    margin: 0 auto 40px !important;
    padding-bottom: 0 !important;
    max-width: 100% !i9m;
}

.bottom-bar-title span {
    text-transform: uppercase;
    width: 100% !important;
}

.bottom-bar-title .bold-item {
    font-weight: 700;
}

.bottom-bar-title .regular-item {
    font-weight: 600 !important;
}

.bottom-bar-title span {
    line-height: 1.3 !important;
}

.bottom-bar-title .thin-item,
.bottom-bar-title .regular-item {
    position: relative;
}

.bottom-bar-title .thin-item:after,
.bottom-bar-title .regular-item:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: calc(50% - 40px);
    background: var(--secondary);
}

.bottom-bar-title {
    text-align: justify !important;
}

.bottom-bar-title .av-special-heading-tag {
    display: grid;
    grid-template-columns: 1fr;
}

/* Location - Get Reviews */

.section-title-dual h3 {
    color: #fff !important;
    margin: 0 !important;
    font-weight: normal;
    font-size: 25px;
}

@media (min-width: 990px) {
    .section-title-dual h3 {
        font-size: 40px;
    }
}

.section-title-dual .av-special-heading-tag {
    line-height: 1.1 !important;
}

/* Location - Products */

.link-columns .team-img-container {
    margin-bottom: 0;
}

.link-columns .team-member-name {
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    padding: 12px !important;
    font-weight: 600;
    margin: 0 !important;
    font-family: 'Barlow', sans-serif;
    font-size: 22px !important;
    transition: .5s;
}

.link-columns .flex_column {
    background-color: var(--primary);
}
.link-columns .flex_column:hover {
    background-color: var(--secondary);
}

.team-img-container,
.avia-image-container-inner,
.avia_image, .av-image-caption-overlay {
    border-radius: 0 !important;
}

/* Location - Why Us */

.why-abc-list,
.why-abc-list li{
    margin: 0 !important;
}

.why-abc-list li {
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style-type: none !important;
    position: relative;
    padding-left: 35px !important;
}

.why-abc-list li:before {
    position: absolute;
    content: "\e812";
    font-family: 'entypo-fontello';
    font-size: 27px;
    left: 0;
}

.narrow-block {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

#why_us .template-page {
    padding-top: 0;
}

#why_us .container {
    max-width: 1800px;
}

@media (min-width: 990px) {
    .narrow-block {
        padding-block: 50px;
    }
}

/* Location - Financing */

@media (min-width: 990px) {
    .inline-title {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
    
    .inline-title .section-title {
        width: auto;
        padding-bottom: 0 !important
    }
}

#loc_financing .template-page {
    padding-top: 150px;
}

#loc_financing .av-section-color-overlay {
    clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
}

/* Location - Reviews */

.testimonial-inner .flex_column_table {
    background: rgb(255 255 255 / 70%);
    width: 600px !important;
    max-width: 100% !important;
    margin-left: auto;
}

.border-bottom {
    background: #fff;
    padding: 15px !important;
    border-bottom: 2px solid var(--secondary) !important;
}

.border-bottom .av-special-heading-tag {
    line-height: 1.1 !important;
}

.loc-reviews {
    padding: 20px 40px;
    text-align: center;
    margin: 0;
}

.loc-reviews .slide-entry,
.loc-reviews {
    display: grid;
    grid-template-columns: 1fr;
}

.loc-reviews .slide-entry-excerpt,
.loc-reviews .avia-content-slider-inner {
    order: -1;
}

.loc-reviews .slide-entry-excerpt {
    letter-spacing: 0.5px;
}
.loc-reviews .slide-entry-excerpt {
    font-size: 21px;
}

.loc-reviews .slide-entry-title {
    font-weight: bold;
    font-size: 15px;
}

.loc-reviews .avia-slideshow-dots {
    text-align: center !important;
    padding-top: 30px !important;
}

#top .avia-smallarrow-slider .avia-slideshow-dots a {
    background-color: #b1b1b1 !important;
}

#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a.active, #top .main_color .avia-smallarrow-slider .avia-slideshow-dots a:hover {
    background-color: #000 !important;
}

.location-pin {
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.21);
}

.pin-box .iconbox_icon {
    font-size: 60px !important;
    margin-bottom: 0 !important;
}

.pin-box {
    min-height: 240px;
}

/* Location - Estimate */

#loc_estimate .av-section-color-overlay {
    clip-path: polygon(100% 0%, 100% 100%, 80% 90%, 0 100%, 0 0);
}

.title-uppercase .av-subheading p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400 !important;
    margin-top: 20px !important;
}

.title-uppercase .av-subheading p,
.title-uppercase .av-special-heading-tag {
    font-family: 'Roboto', sans-serif;
}

.title-uppercase .av-special-heading-tag {
    line-height: 1.2 !important;
    word-break: break-word;
}

.post-inner {
    display: grid;
    row-gap: 30px;
    column-gap: 50px;
    grid-template-columns: 1fr;
}

@media (min-width: 990px) {
    .post-inner {
        grid-template-columns: 6fr 3fr;
    }
}

/* LOCATION LANDING CSS - Starts */

#landing_hero {
    background-position: 50% 80% !important;
}

#landing_reviews .flex_column_table {
    background: rgb(255 255 255 / 70%);
}

@media (min-width: 990px) {
    #landing_reviews .flex_column_table {
        width: 600px !important;
        max-width: 100% !important;
    }
}

.overflow-block p,
.overflow-block h2 {
    background: var(--secondary);
}

.overflow-block p {
    padding: 30px
}

.overflow-block h3 {
    background: #fff;
    color: var(--primary) !important;
}

.overflow-block h2,
.overflow-block h3 {
    padding: 10px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

@media (min-width: 990px) {
    .desktop-portrait {
        width: 570px;
    }
    
    .desktop-portrait img {
        aspect-ratio: 570 / 700;
        object-fit: cover;
        width: 570px;
        object-position: 25% 50%;
    }
    
    .overflow-block-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .overflow-block {
        width: 570px;
        transform: translateX(-100px);
    }
    
    .overflow-block h2 {
        font-size: 40px;
    }
    
    .overflow-block h3 {
        font-size: 50px;
    }
}

@media (max-width: 989px) {
    .overflow-block {
        margin-top: 30px;
    }
}

.primary-form .ginput_address_zip {
    flex: 100% !important;
}

.colored-list li {
    color: var(--primary);
    padding-block: 0 !important;
}

.colored-list li:before {
    color: var(--secondary);
}

p.gform_required_legend {
    display: none;
}

.primary-form label,
.primary-form .gfield_label {
    color: #565656;
    font-size: 20px !important;
}

.primary-form .gform-body select,
.primary-form .gform-body input {
    border: 1px solid #d2d2d2 !important;
}

.primary-form .address_state {
    margin-bottom: 8px;
}

#landing_hero .av-section-color-overlay {
    clip-path: polygon(90% 0, 0 0, 0 90%);
}

@media (min-width: 1441px) {
    #landing_hero .template-page {
        padding-bottom: 220px;
    }
}

#landing_hero .container {
    max-width: 100% !important;
}

#landing_hero {
    position: relative;
}

#landing_hero:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgb(218 33 41 / 60%);
    clip-path: polygon(0 48%, 0 100%, 100% 100%);;
}

#landing_hero .content {
    vertical-align: top;
}

#landing_hero .flex_column_table {
    width: 910px !important;
    max-width: 100% !important;
}

.plain-title .av-special-heading-tag,
.location-hero-title .av-special-heading-tag {
    font-weight: bold;
}

.lc-hero-button .avia-button .avia_iconbox_title {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.72);
}

.lc-hero-button .avia-button {
    border-color: var(--primary) !important;
}

.lc-hero-button .avia-button:hover {
    color: var(--primary) !important;
    border-color: var(--secondary) !important;
}

#lc_header .container {
    padding-top: 0 !important;
    max-width: 100% !important;
}

.lc-header-logo img {
    width: 160px;
}

.header-wrap {
    display: flex;
    justify-content: space-around;
    gap: 30px;
    align-items: center;
}

#lc_header .content {
    padding: 10px 0 !important;
}

.lc-header-logo {
    width: 190px;
}

.header-wrap .flex_column_table {
    width: calc(100% - 220px);
}

.header-wrap .avia-button {
    box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.25);
}

.stroke-title .av-special-heading-tag {
    text-transform: uppercase;
    font-weight: 700 !important;
        -webkit-text-stroke: 2.5px black;
    -webkit-text-fill-color: transparent
}

.navy-content h3 {
    font-size: 30px;
    line-height: 1.1 !important;
}

@media (min-width: 768px) {
    .navy-content h3 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .header-wrap .avia-button {
        font-size: 17px !important;
        padding: 10px 15px !important;
    }

    .stroke-title .av-special-heading-tag {
        font-size: 35px !important;
    }
}

.lc-slider-right {
    border-radius: 50px 0 0 50px;
}

.lc-slider-left {
    border-radius: 0 50px 50px 0;
}

.slider-content .flex_column_table {
    width: 600px !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.navy-content p {
    font-size: 21px;
    width: 465px;
    max-width: 100% !important;
    margin-inline: auto;
}

.floating-text {
    color: var(--secondary);
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    padding-left: 5px;
}

.floating-item {
    position: relative;
    padding-bottom: 50px;
}

.floating-inner {
    position: absolute;
    left: calc(50% + 100px);
    transform: rotate(15deg);
}

@media (max-width: 767px) {
    .floating-inner {
        left: 100px;
        bottom: 0;
    }
}

.socket-custom {
    font-size: 13px;
    color: #fff;
    text-align: center;
}

@media (min-width: 990px) and (max-width: 1350px) {
    .location-hero-title .av-special-heading-tag {
        font-size: 60px !important;
    }
}

.gform_footer {
    padding-bottom: 0 !important;
}

#top form {
    margin-bottom: 0 !important;
}

.custom-btn {
    border: 2px solid var(--secondary) !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: bold;
    line-height: 18px;
    padding: 18px 25px 15px;
    display: flex;
    column-gap: 20px;
    transition: .5s;
    justify-content: center;
}

.custom-btn {
    width: 100%;
}

.custom-dual-btn {
    display: flex;
    gap: 20px;
}

@media (max-width: 767px) {
    .custom-dual-btn {
        flex-wrap: wrap;
    }
}

.custom-btn .avia_button_icon {
    border: 2px solid;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

a.custom-btn {
    background-color: #fff !important;
    color: var(--secondary) !important;
}

a.custom-btn:hover,
span.custom-btn {
    background-color: var(--secondary) !important;
    color: #fff !important;
}

span.custom-btn:hover {
    color: var(--secondary) !important;
    background-color: #fff !important;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
    color: #000 !important;
    font-size: 20px;
}

/* Mobile Dual Buttons CSS - Starts */
@media (min-width: 768px) {
    .mobile-buttons {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .top-btn {
        display: none !important;
    }

    .mobile-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
    }
    
    .mobile-buttons span,
    .mobile-buttons a {
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding: 10px;
        cursor: pointer !important;
    }
    
    .dealer-button {
        background: var(--primary);
    }
    
    .estimate-button {
        background: var(--secondary);
    }
      
    #socket .container {
        padding-bottom: 65px !important;
    }
    
    .socket-custom {
        padding-bottom: 55px;
    }
}
/* Mobile Dual Buttons CSS - Ends */

.transparent-btn span {
    border: 1px solid #fff !important;
    color: #fff !important;
    position: relative;
    z-index: 9;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 35px;
    display: inline-block;
    cursor: pointer;
    transition: .5s;
}

.transparent-btn {
    text-align: center;
}

.transparent-btn span:hover {
    background-color: #fff;
    color: var(--secondary) !important;
}

.single .entry-content-wrapper .post-content strong {
    color: #333 !important;
}

/* Product Mega Menu CSS - Starts */

@media (min-width: 1421px) {
    #header .twelve.units {
        width: 1400px !important;
    }
}

@media (min-width: 1101px) {    
    span.mega_menu_title.heading-color a {
        font-family: 'Barlow', sans-serif !important;
        color: var(--primary) !important;
    }
    
    span.mega_menu_title.heading-color a:hover {
        color: #fff !important;
    }
    
    .parent-item > a .avia-bullet {
        display: none !important;
    }
    
    
    .main_menu .parent-item > a .avia-menu-text {
        font-weight: bold !important;
    }
    
    span.mega_menu_title.heading-color a,
    .main_menu .parent-item > a {
        padding: 5px 8px !important;
    }
    
    .parent-item.menu-item-has-children .sub-menu {
        margin-left: 6px !important;
    }
}
/* Product Mega Menu CSS - Ends */

.upper-sub .av-subheading p {
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    letter-spacing: 0 !important;
}

/* Inner Reviews CSS - Starts */

.reivews-wrapper {
    background-position: 50% 75% !important;
}

@media (min-width: 768px) {
    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
        top: calc(50% - 30px) !important;
    }
}

@media (max-width: 767px) {
    #top .av-large-testimonial-slider .avia-slideshow-arrows a {
        top: auto !important;
        bottom: -10px !important;
    }
}

.inner-reviews .avia-testimonial-meta {
    margin-top: 20px !important;
}

.inner-reviews .avia-testimonial-name {
    margin-top: 0 !important;
}
.inner-reviews {
    position: relative;
    padding-top: 65px;
}

.inner-reviews:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    top: 0;
    z-index: 2;
    background-image: url(/wp-content/uploads/2024/01/quote-sign.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

/* Inner Reviews CSS - Ends */

/* Inner Submenu CSS - Starts */

.inner-submenu .avia-menu-text {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
    transition: .5s;
}

.inner-submenu .avia-menu-text:hover {
    color: var(--secondary);
}

.inner-submenu li.menu-item a {
    border-color: #bbb !important;
    background-color: transparent;
}

.inner-submenu {
    background-color: #e7e7e7 !important;
}

/* Inner Submenu CSS - Ends */

.single-bg-area .flex_column_table {
    width: 700px !important;
    max-width: 100% !important;
}

.inner-ticklist ul {
    list-style-type: none !important;
    margin-top: 25px;
}

.inner-ticklist ul li {
    position: relative;
    margin-left: 0;
    padding-left: 30px;
}

.inner-ticklist ul li:nth-child(n+2) {
    margin-top: 12px;
}

.inner-ticklist ul li:before {
    content: '\e812';
    font-family: 'entypo-fontello';
    position: absolute;
    left: 0;
    font-size: 22px;
    color: var(--secondary);
}

.inner-ticklist ul li strong {
    font-size: 22px;
    color: var(--primary) !important;
}

.link-columns .team-img-container img {
    width: 400px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.link-columns .flex_column {
   transition: 0.5s;
}
.link-columns .flex_column:hover {
    transform: translateY(-5px);
}

.avia-team-member {
    margin: 0 !important;
}

.section-title .av-subheading p {
    font-weight: 400 !important;
}

/* Gallery CSS Start */
.avia-image-diff-container .av-image-diff-overlay .av-img-diff-label{
	background: rgb(0 0 0 / 70%) !important;
}

.av-image-diff-wrapper img {
    width: 400px !important;
    max-width: 100%;
    aspect-ratio: 1/1 !important;
    object-fit: cover;
}

/* Gallery CSS End */

.custom-list li strong {
    color: var(--primary) !important;
    font-size: 20px;
}

@media (min-width: 990px) {
    .custom-dual-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 40px;
    }
}

@media (min-width: 641px) {
    .popup-contents .ginput_container_address span {
        margin-bottom: 0 !important;
    }
}

.logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

@media (max-width: 767px) {
    #loc_reviews .avia-image-container img {
        margin-bottom: 25px;
        width: 250px;
    }
}

.taxonomy-abc-location span.dealer-button {
	display: none;
}
.taxonomy-abc-location span.estimate-button {
    grid-column: span 2;
}

.bar-title .av-special-heading-tag {
    position: relative;
    padding-bottom: 20px !important;
    margin-bottom: 25px !important;
}

.bar-title .av-special-heading-tag:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    left: calc(50% - 30px);
    bottom: 0;
    background: var(--secondary);
}

.primary-form {
	width: 500px;
	max-width: 100%;
	margin-inline: auto;
}

.dual-inputs {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .dual-inputs {
        grid-template-columns: repeat(2, 1fr);
    }
}

.html_header_top.html_header_sticky #header {
    left: 0;
    top: 0;
}
.review-logo img {
    width: 350px;
}
#top .gform_confirmation_message p {
    color: var(--secondary) !important;
    text-align: center !important; 
}
/* Footer Logo CSS */
.trustdale-logo a {
    overflow: visible !important;
    display: flex !important;
}
#scroll-top-link {
    left: 40px;
}
.trustdale-logo {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (min-width: 768px) {
    #footer .container.av-section-cont-open {
        width: 100% !important;
        max-width: 100% !important;
    }
}
#footer .footer-columns {
    width: 1210px;
    max-width: 100% !important;
    margin-inline: auto;
}
@media (max-width: 1210px) {
    #footer .template-page {
        padding-bottom: 150px;
    }
    .trustdale-logo img {
        width: 180px;
    }
}