* {
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "clig" 0, "calt" 0, "kern" 0;
}

.pg-title .link-button a {
    margin-top: 30px;
    background: var(--light);
    color: var(--buttonHoverBackgroundColour);
}

.pg-title .link-button a:hover,
.pg-title .link-button a:focus,
.pg-title .link-button a:active {
    background: var(--buttonHoverBackgroundColour);
    color: var(--buttonHoverFontColour);
}


#testimony .e-con-inner .elementor-widget-container {
    width: 85%;
    margin: auto;
}


#testimony .e-con-inner .elementor-widget-container > h3 {
    padding-top: 40px;
    padding-bottom: 15px;
    position: relative;
}

#testimony .e-con-inner .elementor-widget-container > h3:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc(50% - clamp(70px, 6.25vw, 120px) / 2);
    display: block;
    width: clamp(70px, 6.25vw, 120px);
    height: clamp(15.333333333333334px, 1.1979166666666667vw, 23px);
    margin: auto 0;
    background-image: url(https://barriecitytile.ca/wp-content/uploads/2025/10/stars.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;

}

.image-strip #gallery-1 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-x: hidden;
}

#gallery-1 {
    margin: auto;
}

.image-strip #gallery-1 .gallery-item:first-of-type {
    margin-left: clamp(-12px, 0.9375vw, -18px);
}

.image-strip #gallery-1 .gallery-item {
    float: none;
    display: block;
    width: 33.33%;
    margin: 0;
    margin-left: 0px;
    flex: 0 0 33.33%;
    padding: 0 clamp(4px, 0.9375vw, 18px);
}

.image-strip #gallery-1 .gallery-item:last-of-type {
    margin-right: clamp(-12px, 0.9375vw, -18px);
}

.image-strip #gallery-1 img {
    border: none;
}

.image-strip #gallery-1 br {
    display: none;
}

@media (min-width: 992px) {
    #fh-desktop {
        min-height: 100vh;
    }
}

#materials-we-install {
    display: flex;
    gap: 30px;
    justify-content: center;
}

#materials-we-install .elementor-widget-text-editor {
    text-align: center;
    width: calc(33.33% - 30px);
    background: white;
    padding: 30px 25px;
}

#materials-we-install .elementor-widget-text-editor p strong {
    display: block;
}

#faqs .e-n-accordion details.e-n-accordion-item .e-n-accordion-item-title {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    padding: 20px 0;
}

#faqs .e-n-accordion details:first-child.e-n-accordion-item .e-n-accordion-item-title {
    border: none;
}

#faqs .e-n-accordion details.e-n-accordion-item .e-n-accordion-item-title h3 {
    font-size: var(--h4FontSize);
}

#faqs .elementor-widget-n-accordion div.elementor-element {
    border: none;
    padding-bottom: 10px;
}

#faqs .elementor-widget-n-accordion div.elementor-element p {
    font-size: var(--smallFontSize);
}

#service-areas ul {
    display: flex;
    justify-content: center;
}


#service-areas ul li {
    display: flex;
    flex-direction: start;
    column-gap: 20px;
}

#service-areas ul li {
    display: flex;
    justify-content: start;
    gap: 0;
    width: 15%;
}


#service-areas .elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: left !important;;
}

#quote {
    border-top: solid 20px #eeee;
}

@media (min-width: 1200px) {
    #faqs {
        max-width: 1000px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    #service-areas ul li {
        width: 20%;
    }
    .drop991 > .e-con-inner > .elementor-element.content-img{
        order: -1;
        margin-bottom: 30px;
    }
    .drop991 > .e-con-inner > .elementor-element.content-right{
        padding-left: 0!important;;

    }
    #testimony .e-con-inner .elementor-widget-container {
        width: 90%;
    }
}

@media (max-width: 767px) {
    #service-areas ul li {
        width: 25%;
    }

    .materials:not(.materials.elementor-element-c962138, .materials.elementor-element-4319ce15, .materials.elementor-element-72e4a2ee, .materials.elementor-element-3f6125b7) > .e-con-inner {
        flex-direction: column !important;
    }
    #materials-we-install .elementor-widget-text-editor {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 576px) {



    #faqs .e-n-accordion details.e-n-accordion-item .e-n-accordion-item-title h3 {
        line-height: 1.2;
    }

    #service-areas ul li {
        width: 40%;
    }
}

@media (max-width: 355px) {

    #service-areas ul li {
        width:fit-content;
        min-width: 50%;
    }
}

p > strong > a {
    font-weight: 550;
}
.mobile-logo a span {
    display: none;
}