@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//three30three.us/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.6") format("woff2");
}

:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 18px;
	--wd-title-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-widget-title-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(221,89,40);
	--wd-alternative-color: rgb(221,89,40);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(221,89,40);
	--btn-accented-bgcolor-hover: rgb(221,89,40);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(30,41,59);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(30,41,59);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(30,41,59);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(30,41,59);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(30,41,59);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(30,41,59);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(30,41,59);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* ============================= */
/* Elementor-Friendly Portfolio Gallery */
/* ============================= */

/* ----------------------------- */

@media (max-width: 768px) {
			.elementor-widget-advanced_image_gallery {
					height: 160vh;
				}
}

@media (min-width: 1024px) {
			.zlfms-gallery-item {
    			height: 200px !important;
}

}

/* ----------------------------- */
/* Gallery container */
.zlfms_gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* space between images */
    margin-bottom: 20px; /* spacing below gallery */
}

/* Gallery items */
.zlfms-gallery-item {
    flex: 1 1 calc(33.333% - 10px); /* 3 columns */
    box-sizing: border-box;
    display: block;
    position: relative;
}

/* Gallery images - taller rectangle */
.zlfms-gallery-img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3; /* taller than square */
    background-size: cover;
    background-position: center;
    border-radius: 8px; /* rounded corners */
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease;
}

/* Zoom effect on hover */
.zlfms-gallery-img:hover {
    transform: scale(1.08);
}

/* ----------------------------- */
/* Lightbox Modal */
.custom-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.custom-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.custom-lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

/* Close button */
.custom-lightbox-close {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}

/* Navigation arrows */
.custom-lightbox-nav {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transform: translateY(-50%);
    padding: 10px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
}

.custom-lightbox-prev {
    left: 20px;
}

.custom-lightbox-next {
    right: 20px;
}

/* ----------------------------- */
/* Responsive adjustments */
@media (max-width: 992px) {
    .zlfms-gallery-item {
        flex: 1 1 calc(50% - 10px); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .zlfms-gallery-item {
        flex: 1 1 100%; /* 1 column on mobile */
    }
}

/* ============================= */
/* Responsive adjustments */
@media (max-width: 992px) {
    .zlfms-gallery-item {
        flex: 1 1 calc(50% - 10px); /* 2 columns on tablets */
    }
}

@media (max-width: 600px) {
    .zlfms-gallery-item {
        flex: 1 1 100%; /* 1 column on mobile */
    }
}

/* Testimonial Credit Position Color */
.testimonilas-sec .testimonial-content footer>span {
    color: #dd5928 !important;
}

/* Testimonial Borders */
.testimonilas-sec .testimon-style-boxed .testimonial-inner {
	    border: 2px solid #dd5928;
}

@media (max-width: 576px) {
	@media (max-width: 768px) {
    .zlfms_gallery.gallery-columns-3 .swiper-slide {
        width: calc(50% - 10px) !important; /* 2 per row */
    }
}

@media (max-width: 480px) {
    .zlfms_gallery.gallery-columns-3 .swiper-slide {
        width: 100% !important; /* 1 per row */
    }
}
}

