/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2026 | 15:27:03 */
/*
 * AR Craftix categorized CSS
 * Source: wp-content/themes/theme001/acmethemes/hooks/footer.php
 * This CSS currently prints inline near the footer. Move it to an external file if you also want it out of page source.
 */

/* =============================================
                   COPYRIGHT BAR
                   ============================================= */

                .arcraftix-copy-right {
                    padding: 9px 0 !important;
                }


                .arcraftix-footer-bottom {
                    display: flex;
                    align-items: center;
                }


                /* =============================================
                   COPYRIGHT TEXT
                   ============================================= */

                .arcraftix-copyright {
                    display: flex;
                    align-items: center;
                    min-height: 54px;
                }


                .arcraftix-copyright p {
                    margin: 0 !important;
                    padding: 0 !important;
                    color: #ffffff;
                    font-size: 14px;
                    line-height: 1.5;
                }


                /* =============================================
                   PAYMENT LOGOS
                   ============================================= */

                .arcraftix-payment-logos {
                    width: 100%;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    min-height: 54px;
                }


                .arcraftix-payment-logos img {
                    display: block;
                    width: auto;
                    height: auto;
                    object-fit: contain;
                    margin: 0;
                    padding: 0;
                }


                /* =============================================
                   TABLET
                   ============================================= */

                @media only screen and (max-width: 991px) {

                    .arcraftix-payment-logos img {
                        max-width: 360px;
                    }

                }


                /* =============================================
                   MOBILE
                   ============================================= */

                @media only screen and (max-width: 767px) {

                    .arcraftix-copy-right {
                        padding: 15px 0 !important;
                    }


                    .arcraftix-footer-bottom {
                        display: block;
                    }


                    .arcraftix-copyright {
                        justify-content: center;
                        min-height: auto;
                        margin-bottom: 12px;
                        text-align: center;
                    }


                    .arcraftix-copyright p {
                        width: 100%;
                        text-align: center;
                    }


                    .arcraftix-payment-logos {
                        justify-content: center;
                        min-height: auto;
                    }


                    .arcraftix-payment-logos img {
                        width: auto;
                        max-width: 100%;
                        height: auto;
                        margin: 0 auto;
                    }

                }


                /* =============================================
                   SMALL MOBILE
                   ============================================= */

                @media only screen and (max-width: 480px) {

                    .arcraftix-copyright p {
                        font-size: 13px;
                    }


                    .arcraftix-payment-logos img {
                        max-width: 100%;
                    }

                }

a.sm-up-container {
    display: none !important;
}


/* =========================================================
   AR CRAFTIX - COMPACT FOOTER COMPANY DETAILS
   ========================================================= */

.arc-company-mini {
    width: 100%;
    max-width: 265px;

    margin: 8px 0 0 !important;
    padding: 14px 15px !important;

    box-sizing: border-box;

    background: transparent;
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 10px;

    color: #fff;
}


/* =========================================================
   WORDPRESS AUTO SPACING FIX
   ========================================================= */

.arc-company-mini p {
    margin: 0 !important;
    padding: 0 !important;
}

.arc-company-mini > br,
.arc-company-row > br {
    display: none !important;
}


/* =========================================================
   EACH ROW
   ========================================================= */

.arc-company-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    gap: 3px !important;

    margin: 0 0 11px !important;
    padding: 0 !important;

    min-height: 0 !important;
    height: auto !important;

    line-height: normal !important;
}

.arc-company-row:last-child {
    margin-bottom: 0 !important;
}


/* =========================================================
   LABEL
   ========================================================= */

.arc-company-label {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #9fa1a5 !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    letter-spacing: 0.7px !important;
    text-transform: uppercase !important;
}


/* =========================================================
   VALUE
   ========================================================= */

.arc-company-value {
    display: block !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;

    text-align: left !important;
    text-decoration: none !important;
}


/* Address line spacing */

.arc-company-value br {
    display: block !important;
    content: "" !important;
}


/* =========================================================
   PHONE
   ========================================================= */

.arc-company-phone {
    color: #ffffff !important;
    text-decoration: none !important;
}

.arc-company-phone:hover,
.arc-company-phone:focus {
    color: #ffffff !important;
    text-decoration: underline !important;
}


/* =========================================================
   REMOVE THEME GENERATED EXTRA SPACING
   ========================================================= */

.arc-company-mini *,
.arc-company-mini *::before,
.arc-company-mini *::after {
    box-sizing: border-box;
}

.arc-company-mini div {
    float: none !important;
}

.arc-company-mini .arc-company-row,
.arc-company-mini .arc-company-label,
.arc-company-mini .arc-company-value {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .arc-company-mini {
        max-width: 100%;
        padding: 13px 14px !important;
    }

    .arc-company-row {
        margin-bottom: 10px !important;
    }

    .arc-company-value {
        font-size: 12.5px !important;
    }
}