/* Linton Banner */
section.linton-banner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    max-height: 600px;
    min-height: 450px;

    @media (min-width: 1200px) {
        padding-left: 60px;
        padding-right: 60px;
    }

    @media (max-width: 380px) {
        max-height: fit-content;
        min-height: fit-content;
    }

    .linton-banner-contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 1300px;
        margin: auto;

        h1 {
            color: #fff;
            margin-bottom: 20px;
            text-transform: uppercase;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        h2 {
            font-size: 50px;
            color: #fff;
            margin-bottom: 20px;
            text-transform: uppercase;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        p {
            font-size: 22px;
            color: #fff;
            margin-bottom: 20px;

            &:last-of-type {
                margin-bottom: 0 !important;
            }
        }
    }
}
/* Linton Banner - end */

/* Linton Gallery */
section.linton-gallery {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: var(--colorDarkBlue);

    @media (min-width: 1200px) {
        padding-left: 60px;
        padding-right: 60px;
    }

    .linton-gallery-contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 1530px;
        margin: auto;

        h2 {
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 50px;
        }

        .project-gallery {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 50px;

            @media (max-width: 1199px) {
                grid-template-columns: repeat(2, 1fr);
            }

            @media (max-width: 991px) {
                display: flex;
                flex-direction: column;
            }

            .project-item {
                display: flex;
                flex-direction: column;
                width: 100%;
                gap: 40px;

                h3 {
                    text-align: left;
                    color: #fff;
                    margin-bottom: 0;
                }

                img {
                    width: 100%;
                    max-width: 490px;
                    height: 100vh;
                    max-height: 360px;
                    object-fit: cover;
                    overflow: hidden;
                    border-radius: 20px;

                    @media (max-width: 1199px) {
                        max-width: 100%;
                    }
                }
            }
        }

        .gallery-cta {
            display: flex;
            width: 100%;
            margin-top: auto;

            a {
                display: flex;
                flex-direction: column;
                justify-content: center;
                font-family: "Sora", sans-serif;
                font-size: 18px;
                font-weight: 700;
                background: var(--colorStrongBlue);
                text-decoration: none;
                color: #fff;
                padding: 10px;
                display: flex;
                width: 100%;
                max-width: 490px;
                height: 100vh;
                max-height: 70px;
                justify-content: center;
                text-align: center;
                transition: 0.4s ease;
                margin: auto;

                &:hover {
                    background: var(--colorLightBlue);
                }
            }
        }
    }
}

/* Linton Gallery - end */

/* /lintonincorporated/contact-us/ */
.page-id-7080 {
    section#insideContactForm {
        .left-content {
            &.contact {
                display: flex;
                flex-direction: column-reverse;
            }
        }

        .right-content {
            &.contact {
                .contact-details {
                    h2 {
                        font-family: "Catamaran", sans-serif;
                        font-size: 50px;
                        font-style: normal;
                        font-weight: 800;
                        line-height: 60px;
                        margin-bottom: 0;
                        text-transform: uppercase;
                        color: var(--colorDarkBlue);
                    }
                }
            }
        }
    }
}

/* /lintonincorporated/products/ - end */

/* /lintonincorporated/products/ */
.page-id-7049 {
    .pre-footer-btn {
        margin-top: 40px !important;
    }

    section#catalogProducts {
        .linton-header-sub-contents {
            flex-direction: row-reverse;
        }
    }

    section#steelPlatesProducts {
        .linton-header-sub-contents {
            flex-direction: row-reverse;
        }
    }

    section#steelBarsProducts {
        .linton-header-sub-contents {
            flex-direction: row-reverse;
        }
    }

    section#steelPipesProducts {
        .linton-header-sub-contents {
            flex-direction: row-reverse;
        }
    }

    section#wireRodsProducts {
        .linton-header-sub-contents {
            flex-direction: row-reverse;
        }
    }

    section#insideProductPreFooter {
        h2 {
            margin-bottom: 40px;
        }

        p {
            text-align: center;
            font-size: 22px;
        }
    }
}
/* /lintonincorporated/products/ - end */

/* /lintonincorporated/services/ */
.page-id-7084 {
    section.insideServicesBanner {
        .linton-banner-contents {
            max-width: 1310px;
        }
    }

    section#servicesOurServicesHeader {
        padding-bottom: 60px;

        .text-content {
            max-width: 993px;
            margin: auto;
        }
    }

    section#servicesOurServicesGrid {
        padding-top: 0 !important;
        padding-bottom: 60px;

        .grid-item {
            border-radius: 20px;
            overflow: hidden;
            background: var(--colorDarkBlue);

            img {
                width: 100%;
            }

            h3 {
                color: #fff;
            }
        }
    }

    section#servicesOurServicesFootnote {
        padding-top: 0 !important;

        .text-content {
            p {
                text-align: left;

                strong {
                    font-weight: 800;
                }
            }
        }
    }

    section#chooseSpecializedSteelHeader {
        .text-content {
            p {
                margin-bottom: 40px !important;
            }

            ul {
                margin-bottom: 0;

                li {
                    strong {
                        font-weight: 700;
                    }
                }
            }
        }
    }
}

/* /lintonincorporated/services/ - end */

/* /lintonincorporated/reviews/ */
.page-id-7103 {
    section.linton-reviews {
        background: #fff;

        h1 {
            /*color: var(--colorBlack) !important;*/
            color: #252324;
            margin-bottom: 100px;

            @media (max-width: 991px) {
                margin-bottom: 50px;
            }
        }

        h2 {
            /*color: var(--colorBlack) !important;*/
            color: #252324 !important;
        }

        span {
            /*color: var(--colorBlack) !important;*/
            color: #252324 !important;
        }

        p {
            /*color: var(--colorBlack) !important;*/
            color: #252324 !important;
        }
    }

    .review-summary {
        margin-bottom: 100px !important;

        @media (max-width: 991px) {
            margin-bottom: 50px;
        }

        .review-bars {
            .review-bar {
                .bar-track {
                    background: #c4c4c4 !important;

                    .bar-fill {
                        background: #f88f10 !important;
                    }
                }
            }
        }
    }

    .paginated-reviews {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 40px;

        margin-bottom: 100px;

        .paginated-review {
            display: flex;
            flex-direction: column;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: -1px 1px 15px 0 rgba(0, 0, 0, 0.05);

            .title-bar {
                padding: 23px 90px;
                background: var(--colorDarkBlue);
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-wrap: wrap;
                gap: 30px;

                @media (max-width: 767px) {
                    padding: 30px;

                    /*flex-direction: column;
                    flex-wrap: nowrap;*/
                }

                @media (max-width: 623px) {
                    align-items: flex-start;
                    flex-direction: column;
                    flex-wrap: nowrap;
                }

                .user-details {
                    display: flex;
                    align-items: center;
                    flex-wrap: wrap;
                    gap: 30px;

                    @media (max-width: 623px) {
                        align-items: flex-start;
                        flex-wrap: nowrap;
                    }

                    img {
                        &.user-icon {
                            width: 75px;
                            height: 75px;
                        }
                    }

                    .review-details {
                        @media (max-width: 483px) {
                            display: flex;
                            flex-direction: column;
                        }

                        span {
                            &.mobile-only {
                                @media (min-width: 501px) {
                                    display: none;
                                }

                                font-family: "Sora", sans-serif;
                                color: #fff !important;
                                font-size: 18px;
                            }
                        }

                        p {
                            margin-bottom: 10px;
                            font-family: "Catamaran", sans-serif;
                            color: #fff !important;
                            font-weight: 700;
                            font-size: 22px;
                            text-transform: uppercase;

                            &.mobile-only {
                                margin-top: 10px;
                                font-weight: 400;
                                text-transform: none;
                                margin-bottom: 0 !important;

                                @media (min-width: 624px) {
                                    display: none;
                                }
                            }
                        }

                        .stars {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                            flex-wrap: wrap;

                            @media (max-width: 500px) {
                                margin-bottom: 15px;

                                img {
                                    width: 6vw;
                                    min-width: 10px;
                                    height: 6vw;
                                    min-height: 10px;
                                }
                            }

                            @media (max-width: 483px) {
                                /*gap: 2px;*/
                                flex-wrap: nowrap;
                            }

                            span {
                                font-family: "Sora", sans-serif;
                                color: #fff !important;
                                font-size: 22px;

                                @media (max-width: 500px) {
                                    display: none;
                                }
                            }
                        }
                    }
                }

                .date-posted {
                    @media (max-width: 623px) {
                        display: none;
                    }

                    p {
                        font-family: "Sora", sans-serif;
                        color: #fff !important;
                        font-size: 22px;
                    }
                }
            }

            .testimony-content {
                padding: 60px 90px;

                @media (max-width: 1199px) {
                    padding: 60px 50px;
                }

                @media (max-width: 575px) {
                    padding: 30px;
                }

                p {
                    color: var(--colorLightBlack) !important;
                    font-size: 22px;
                    line-height: 35px !important;

                    &:last-of-type {
                        margin-bottom: 0 !important;
                    }
                }
            }
        }
    }

    .reviews-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4.17vw;
        flex-wrap: wrap;

        @media (min-width: 1921px) {
            gap: 80px;
        }

        .pagination-button {
            display: flex;
            align-items: center;
            gap: 15px;

            &.next {
                flex-direction: row-reverse;
            }

            span {
                font-family: "Sora", sans-serif;
                font-size: 22px;
                color: var(--colorLightBlack);
                cursor: pointer;
            }
        }

        .pagination-links {
            display: flex;
            align-items: center;
            gap: 10px;

            span {
                display: flex;
                align-items: center;
                width: 50px;
                height: 60px;
                padding: 20px;
                font-family: "Sora", sans-serif;
                font-size: 22px;
                color: #fff !important;
                font-weight: 700;
                transition: 0.4s ease;
                background: var(--colorStrongBlue);
            }

            a {
                display: flex;
                align-items: center;
                width: 50px;
                height: 60px;
                text-decoration: none;
                padding: 20px;
                font-family: "Sora", sans-serif;
                font-size: 22px;
                color: var(--colorLightBlack);
                font-weight: 700;
                transition: 0.4s ease;

                &:hover {
                    background: var(--colorStrongBlue);
                    color: #fff;
                }
            }
        }
    }
}

/* /lintonincorporated/reviews/ - end */

/* /about-linton/ */
.page-id-7139 {
    section#aboutExploreFactory {
        .linton-header-sub-contents {
            flex-direction: row-reverse;
        }
    }

    section#aboutMissionVision {
        .grid-item {
            h2 {
                color: var(--colorDarkBlue);
                text-transform: uppercase;
            }
        }
    }

    section.linton-grid-sub {
        .grid-items {
            &.two-col {
                gap: 40px;

                .grid-item {
                    border-radius: 10px;
                    background: #fff;
                    padding: 60px 50px;

                    img {
                        margin-bottom: 30px;
                    }

                    p {
                        color: #212121;
                        font-size: 22px;
                        text-align: center;
                    }
                }
            }

            &.three-col {
                gap: 40px;

                .grid-item {
                    border-radius: 10px;
                    background: #fff;
                    padding: 60px 50px;

                    img {
                        margin-bottom: 40px;
                    }

                    p {
                        font-size: 22px;
                        text-align: left;
                    }
                }
            }
        }
    }

    section#aboutStrategicPrioritiesGrid {
        padding-top: 0 !important;

        .grid-items {
            &.two-col {
                row-gap: 100px;
                column-gap: 127px;

                @media (max-width: 991px) {
                    row-gap: 50px;
                }

                .grid-item {
                    padding: 0;
                }
            }
        }
    }

    section#aboutCoreValuesHeader {
        .text-content {
            max-width: 993px;
            margin: auto;
        }
    }

    section#aboutCoreValuesGrid {
        padding-top: 0 !important;
        .linton-grid-sub-contents {
            max-width: 1640px;
        }

        h3 {
            color: var(--colorGrey);
        }

        p {
            /*color: var(--colorGrey);*/
            color: #000;
            text-align: center;
        }
    }

    section#aboutPreFooter {
        .linton-banner-contents {
            h2 {
                max-width: 1045px;
                margin: auto;
                margin-bottom: 40px;
            }

            p {
                text-align: center;
            }
        }
    }
}
/* /about-linton/ - end */
