/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 09:38:05 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.footer-section {
    background-image: url('/wp-content/uploads/2025/09/brandmark.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain; /* or use 'auto' to keep original size */
}


.ux-menu-link__link {
    min-height: 0.5em;
}

.home-blog-layout .box-image {
	border: 1px solid #1a1a1a;
    padding: 5px;
}

.home-blog-layout .is-large {
	font-weight: 400;
}

.home-blog-layout .post-title {
	min-height: 50px;
}

.home-blog-layout .box-text .button {
    margin-top: 0em;
}


.hover-reveal {
	display: none;
}

.portfolio-box-category {
	display: none;
}

.is-divider {
	display: none;
}

/* Category box styling */
.product-category .box-text {
    background: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 60%;
    z-index: 2;
}

.product-category .box-text-inner {
    border: 1px solid #fff;
    padding: 15px 25px;
    display: block;
    text-align: center;
}

.product-category .category-name {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    transition: color 0.3s ease;
}

/* Hover effects */
.product-category:hover .box-text-inner {
    background: rgb(198, 156, 109);
    border: none;
    padding: 17px 25px; /* Compensate for border removal to prevent jump */
}

.product-category:hover .category-name {
    color: #000;
}

/* Dark overlay on hover - on the image */
.product-category .box-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.3s ease;
    z-index: 1;
}

.product-category:hover .box-image::after {
    background: rgba(0, 0, 0, 0.4); /* Adjust darkness as needed */
}

/* Remove default Flatsome overlay behaviors */
.product-category .overlay {
    display: none !important;
}

/* Ensure proper image display */
.product-category .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.prod-layout-2025 .product-title {
	color: rgb(198, 156, 109);
}