/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 12:30:53 */
/* Blog Page */

#ctm-blog-post-lenth {
    overflow: hidden;
}

#ctm-blog-post-lenth .elementor-widget-container {
    overflow: hidden;
}

#ctm-blog-post-lenth .elementor-posts-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    will-change: transform;
    margin: 0 !important;
    padding: 0 !important;
}

#ctm-blog-post-lenth .elementor-post {
    flex: 0 0 33.3333% !important;
    max-width: 33.3333% !important;
    padding: 10px;
    box-sizing: border-box;
}

/* Tablet */
@media (max-width: 1024px) {
    #ctm-blog-post-lenth .elementor-post {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    #ctm-blog-post-lenth .elementor-post {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* Single Post Page */

.ctm-single-post-page-icon-box h3.elementor-icon-box-title {
    margin-top: -5px !important;
}

.ctm-single-post-page-breadcrumb span.last {
    font-weight: 700;
}

/* product page */

.ctm-products-page-color span{
	color: #064F34 !important;
}