/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.products-section{
    padding:60px 0;
}

.m-0 p{
	margin:0 !important;
}

.container{
    
    margin:0 auto;
    padding:0 20px;
}

.products-heading{
    margin-bottom:40px;
}

.products-heading h2{
    font-size:42px;
    margin:0;
}

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.product-card{

    border:1px solid #e5e5e5;
    border-radius:10px;
    overflow:hidden;
}

.product-image{
    display:block;
}

.product-image img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}

.product-content{
    padding:20px;
}

.product-title{
    margin:0;
    font-size:30px;
    line-height:1.2;
}

.product-title a{
    color:#222;
    text-decoration:none;
}

.product-title a:hover{
    color:#9d7a3d;
}

@media(max-width:991px){

.products-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.products-grid{
grid-template-columns:1fr;
}
	
	.single-product-hero{
		height:auto !important;
	}
	.home-info {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
		gap:10px;
		padding-bottom:20px;
    overflow: auto;
}
	
	.timber-image img {
    width: 100% !important;
    display: block;
    object-fit: cover;
    position: relative !important;
    top: 0;
    z-index: 1000;
    height: auto !important;
	}
	.home-info div {
    display: flex;
    align-items: center;
    gap: 20px;
    width: calc(50% - 10px) !important;
}
	
	.single-product-hero .topbar{
		row-gap: 10px !important;
		padding-top:20px !important;
	}

.product-image img{
height:220px;
}
.container{
    margin:0 auto;
    padding:0px 0px !important;
}
	
	.hero-buttons a{
		text-align:center;
	}
	
	.single-product-hero-content{
		padding-top:20px !important;
	}
	
	.single-product-hero .topbar{
		flex-flow:column !important;
	}
}
.product-sqft{
    font-size:18px;
    font-weight:600;
    margin:12px 0;
    color:#333;
}

.product-meta{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    color:#666;
    font-size:15px;
}

.container{
    margin:0 auto;
    padding:40px 20px;
}

/*=========================
TOP BAR
=========================*/

.products-top-bar{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
    margin-bottom:35px;
}

.products-left{
    flex:0 0 460px;
}

.products-left h2{
    font-size:48px;
    white-space:nowrap;
    margin:0;
}

.products-count{
    display:block;
    margin-top:12px;
    color:#b58b45;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

/*=========================
RIGHT
=========================*/

.products-right{
    flex:1;
}

/*=========================
SEARCH
=========================*/

.search-box input{
    width:100%;
    height:52px;
    padding:0 18px;
    border:1px solid #ddd;
    border-radius:4px;
    background:#fff;
    font-size:15px;
    outline:none;
}

.search-box input:focus{
    border-color:#b58b45;
}

/*=========================
FILTERS
=========================*/




.filter-row select:focus{
    border-color:#b58b45;
}

/*=========================
GRID
=========================*/

.products-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.current-menu-item a{
	color:#835D32 !important;
	text-decoration: underline !important;
	
}

.hfe-nav-menu li a:hover{
	text-decoration: underline;
	color:#835D32 !important;
}


/*=========================
CARD
=========================*/

.product-card{
    border:1px solid #ececec;
    border-radius:6px;
    overflow:hidden;
    transition:.3s;
}

.product-card:hover{
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transform:translateY(-3px);
}

.product-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    display:block;
}

.product-content{
    padding:20px;
}

.product-title{
    margin:0 0 10px;
    font-size:36px;
    font-family:Georgia, serif;
    line-height:1.2;
}

.product-title a{
    color:#2b261f;
    text-decoration:none;
}

.product-sqft{
    margin:0 0 10px;
    font-size:18px;
    font-weight:700;
}

.product-meta{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    color:#666;
    font-size:14px;
}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.products-top-bar{
    flex-direction:column;
}

.products-left{
    width:100%;
}

.products-right{
    width:100%;
}

.filter-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
}

.products-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.products-left h2{
    font-size:34px;
}

.filter-row{
    grid-template-columns:1fr;
}

.products-grid{
    grid-template-columns:1fr;
}

.product-image img{
    height:220px;
}

}

/* =========================================
   360 ROOM SECTION
========================================= */

.room-360-section {
    width: 100%;
    padding: 90px 0;
    background: #f7f5f1;
}

.single-product-container {
    width: 90%;
    margin: 0 auto;
    padding: 0 25px;
	position:relative;
	
}

#room-360-panorama {
    width: 100%;
    height: 600px;
    min-height: 500px;
}


/* =========================================
   HEADING
========================================= */



/* =========================================
   ROOM THUMBNAILS
========================================= */

.room-360-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 35px;
}

.room-360-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 2px solid transparent;

    cursor: pointer;
    overflow: hidden;
    text-align: left;
    transition: all 0.25s ease;
}

.room-360-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.room-360-item span {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
}


/* Hover */

.room-360-item:hover img {
    transform: scale(1.04);
}


/* Active */

.room-360-item.active {
    border-color: #222;
}



/* =========================================
   PANORAMA VIEWER
========================================= */

.room-360-viewer {
    width: 100%;
    background: #111;
    overflow: hidden;
  
}

.room-360-viewer img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 500px;
    max-height: 750px;
    object-fit: cover;
    object-position: center;
    transition: opacity 0.25s ease;
}


/* Empty */

.room-360-empty {
    width: 100%;
    padding: 80px 20px;
    text-align: center;
    font-size: 16px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .room-360-section {
        padding: 70px 0;
    }

    .room-360-heading h2 {
        font-size: 34px;
    }

    .room-360-thumbnails {
        grid-template-columns: repeat(2, 1fr);
    }

    .room-360-item img {
        height: 160px;
    }

    .room-360-viewer {
        min-height: 400px;
    }

    .room-360-viewer img {
        min-height: 400px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .room-360-section {
        padding: 55px 0;
    }

    .single-product-container {
        padding: 0 15px;
    }

    .room-360-heading {
        margin-bottom: 30px;
    }

    .room-360-heading h2 {
        font-size: 28px;
    }

    .room-360-heading p {
        font-size: 14px;
    }

    .room-360-thumbnails {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 20px;
    }

    .room-360-item img {
        height: 110px;
    }

    .room-360-item span {
        padding: 10px;
        font-size: 12px;
    }

    .room-360-viewer {
        min-height: 250px;
    }

    .room-360-viewer img {
        min-height: 250px;
    }

}
/* =========================================
   FLOOR PLANS
========================================= */

.floor-plans-section {
    width: 100%;
    padding: 45px 0 55px;
    background: #f4f0e8;
}

.floor-plans-section .single-product-container {
   
    width: 90%;
    margin: 0 auto;
    padding: 0 30px;
}


/* =========================================
   HEADER
========================================= */
.header-menus ul li a{
	transition:0.5s !important;
}
.header-menus ul li a:hover{
	font-weight:600;
	color:#835D32 !important;
	text-decoration:underline !important;
}

.floor-plans-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 30px;
}

.floor-plans-title h2 {
    margin: 0 0 5px;
    font-size: 56px;
    font-weight: 600;
   font-family: 'Minerva Modern';
	color:black;
}

.floor-plans-title p {
    margin: 0;
	font-family:"Lato";
    font-size: 18px;
    color: #333;
}


/* =========================================
   RIGHT INFO
========================================= */

.floor-plans-info {
    display: flex;
    align-items: center;
    gap: 35px;
}

.floor-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.floor-info-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.floor-info-item strong {
    display: block;
    font-size: 18px;
 
}

.floor-info-item span {
    display: block;
    margin-top: 3px;
    font-size: 18px;
}


/* =========================================
   DOWNLOAD
========================================= */

.inspiration-download {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #222;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3;
}

.inspiration-download:hover {
    color: #222;
}

.inspiration-download strong {
    display: block;
}

.download-icon {
    font-size: 24px;
    line-height: 1;
}


/* =========================================
   FLOOR PLAN GRID
========================================= */

.floor-plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: start;
}


/* =========================================
   FLOOR PLAN ITEM
========================================= */

.floor-plan-item {
    text-align: center;
}

.floor-plan-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.floor-plan-image img {
    display: block;
    width: 100%;
    height: auto;

    object-fit: contain;
}


/* =========================================
   TITLE
========================================= */

.floor-plan-content {
    text-align: center;
    padding-top: 12px;
}

.floor-plan-content h3 {
    margin: 0;
    padding-bottom: 8px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500;
    color: #294239;
    border-bottom: 1px solid #b9a98e;
}

.floor-plan-content span {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background:#aa8854 !important;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .floor-plans-header {
        flex-direction: column;
        gap: 20px;
    }

    .floor-plans-info {
        width: 100%;
        justify-content: flex-start;
    }

    .floor-plans-grid {
        gap: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .floor-plans-section {
        padding: 35px 0 45px;
    }

    .floor-plans-section .single-product-container {
        padding: 0 15px;
    }

    .floor-plans-title h2 {
        font-size: 28px;
    }

    .floor-plans-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .floor-plans-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .floor-plan-content h3 {
        font-size: 25px;
    }

}
/* =========================================
   360 ROOM SECTION
========================================= */

.room-360-section {
    background: #11181d;
    color: #fff;
    padding: 55px 0 60px;
}

.room-360-section .single-product-container {
   width:90%;
	margin:auto;
    margin: 0 auto;
    padding: 0 25px;
}

/* Heading */

.room-360-heading {
    text-align: left;
    margin-bottom: 25px;
}



.room-360-heading h2 {
    font-size: 38px;
    line-height: 1.15;
    margin: 0 0 12px;
    color: #fff;
}




/* =========================================
   THUMBNAILS
========================================= */

.room-360-thumbnails {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    overflow-x: auto;
}

}

.room-360-item span {
    display: block;
    font-size: 10px;
    color: #fff;
    margin-top: 5px;
}

.room-360-item.active {
    border-color: #fff;
}


/* =========================================
   MAIN CONTENT
========================================= */



/* LEFT */

.room-360-info {
    padding: 35px 35px 35px 0;
}

.room-360-info > span {
    display: block;
    color: #aeb7bc;
    font-size: 12px;
    margin-bottom: 12px;
}



.room-360-info p {
    color: #d0d5d8;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 30px;
}


/* BUTTON */

.fly-around-button {
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: .25s ease;
}

.fly-around-button:hover {
    background: #fff;
    color: #11181d;
}


/* =========================================
   MAIN IMAGE
========================================= */

.room-360-viewer {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.room-360-viewer img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .room-360-section {
        padding: 35px 0;
    }

    .room-360-heading h2 {
        font-size: 28px;
    }

    .room-360-content {
        grid-template-columns: 1fr;
    }

    .room-360-info {
        padding: 25px 0;
    }

    .room-360-info h2 {
        font-size: 27px;
    }

    .room-360-viewer {
        height: 300px;
    }


    .room-360-item img {
        height: 70px;
    }

}
/* =========================================
   360 ROOM SECTION
========================================= */

.room-360-section {
    width: 100% !important;
    padding: 60px 0 !important;
    background: #11181d !important;
    color: #fff !important;
    overflow: visible !important;
}

.room-360-section .single-product-container {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 0 25px !important;
    box-sizing: border-box !important;
}


/* =========================================
   HEADING
========================================= */

.room-360-heading {
    display: block !important;
    width: 100% !important;
  
    margin: 0 0 30px !important;
    text-align: left !important;
}

.room-360-heading span {
    color: #b7c0c5 !important;
	font-family:'Lato';
    font-size: 18px !important;

}

.room-360-heading h2 {
        font-family: 'Minerva Modern';
    color: #fff !important;
    font-size: 56px !important;
    font-weight: 600 !important;
}

.room-360-heading p {
  font-family:"Lato";
    font-size: 18px !important;

}


/* =========================================
   ROOM THUMBNAILS
========================================= */


.room-360-thumbnails{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.room-360-thumbnails > div{
	width:calc(16.66% - 10px);
		flex-wrap:wrap;
}

.room-video-thumb > img{
	min-height:180px;
	object-fit:cover;
}

.room-360-item span{
	font-size:18px;
	text-transform:uppercase !important;
	color:white;
	font-family:"Lato";
}
.room-360-item img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
   width:100%;
	min-height:180px;
    object-fit: cover !important;
    object-position: center !important;
}


/* =========================================
   MAIN CONTENT
========================================= */

.room-360-content {
    display: grid !important;
    grid-template-columns: 40% 60% !important;
    width: 100% !important;
    min-height: 430px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}


/* =========================================
   LEFT CONTENT
========================================= */

.room-360-info {
    display: block !important;
    width: 100% !important;
    padding: 45px 45px 45px 0 !important;
    box-sizing: border-box !important;
}

.room-360-info > span {
    display: block !important;
    margin-bottom: 12px !important;
    /* color: #aeb7bc !important; */
	font-family:"Lato";
	
    font-size: 18px !important;
    line-height: 1.4 !important;
}

.room-360-info h2 {
   font-family: 'Minerva Modern';
    color: #fff !important;
    font-size: 56px !important;
    font-weight: 600 !important;
}

.room-360-info p {
   font-size:18px;
	font-family:"Lato";
	
}



/* =========================================
   FLY AROUND BUTTON
========================================= */

.fly-around-button {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 13px 20px !important;
    border: 1px solid #fff !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
}

.fly-around-button:hover {
    background: #fff !important;
    color: #11181d !important;
}


/* =========================================
   RIGHT MAIN IMAGE
========================================= */

.room-360-viewer {
    display: block !important;
    position: relative !important;
    width: 100% !important;

    background: #222 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.room-360-viewer img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================
   NO IMAGE
========================================= */

.room-360-no-image,
.room-360-empty {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 600px !important;
    color: #fff !important;
    background: #222 !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .room-360-section {
        padding: 40px 0 !important;
    }
	
	.room-360-thumbnails > div{
		width:calc(50% - 15px);
			flex-wrap:wrap;
	}

    .room-360-section .single-product-container {
        padding: 0 15px !important;
    }

    .room-360-heading h2 {
        font-size: 28px !important;
    }

    .room-360-heading p {
        font-size: 14px !important;
    }

    .room-360-content {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }

    .room-360-info {
        padding: 25px 0 !important;
    }

    .room-360-info h2 {
        font-size: 27px !important;
    }

    .room-360-viewer {
        height: 300px !important;
        min-height: 300px !important;
    }


}

/* =========================================
   SINGLE PRODUCT HERO IMAGE
========================================= */

.single-product-hero {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    height: 100vh;
    background-size: cover;
}

.single-product-hero .container{
    width:90%;
    margin:auto;
}


.single-product-hero h1{
    font-size: 74px;
    font-family: "Minerva Modern", Sans-serif;
    letter-spacing: 3px;
    color:white;
	font-weight:600;
}


.single-product-hero p{
    font-size: 18px;
    color:white;
    font-family: "Lato";
    max-width: 60%;

}

.single-product-hero .topbar{
    width:100%;
    display:flex;
    justify-content: space-between;

}

.single-product-hero-content{
    max-width:60%;
	padding-top:55px;
}

.hero-buttons{
    display: flex;
    margin-top: 50px;;
    gap:20px;;
}

.hero-buttons a{
    padding:10px 30px;
    color:white;
    background:#835D32;
    border-radius: 8px;;
    border:1px solid #835D32;
}

.home-info{
    margin-top: 50px;;
    width:100%;
    display: flex;
    justify-content: space-between;
}

.home-info div{
    display: flex;
    align-items: center;
    gap:20px;
}

.home-info p{
    color:white;
    font-size: 18px;
    font-family: "Lato";
}

.hero-buttons a:hover{
    color:white;
}

.hero-buttons a:nth-child(2){
    background:transparent;
}

.single-product-hero .preheader{
    font-size: 24px;
    font-family: "Lato";
    margin-top: 50px;;
    font-weight: 600;
    text-transform: uppercase;
    color:#835D32;
}

.single-product-hero .topbar div{
    display: flex;
    gap:25px;
}

.single-product-hero .topbar div a{
    color:white;
    display: flex;
    gap:5px;
    align-items: center;
    font-size: 18px;
    ;
}

.single-product-hero .topbar div a img{
    width:15px;
}

.single-product-hero-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.single-product-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .single-product-hero-image {
        height: 500px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .single-product-hero-image {
        height: 350px;
    }
	
	.hero-buttons{
		display:flex;
		flex-flow:column;
	}
	
	.single-product-hero{
		background-position:center;
	}
	
	.single-product-hero-content{
		    max-width: 100% !important;
	}
	
	.single-product-hero h1{
		font-size:42px !important;
	}
	
	.single-product-hero .preheader {
    font-size: 18px;
    font-family: "Lato";
    margin-top: 50px;
    font-weight: 600;
    text-transform: uppercase;
    color: #835D32;
}
	
	.single-product-hero p {
    font-size: 16px;
    color: white;
    font-family: "Lato";
    max-width: 100%;
}

}

@media (max-width: 480px) {

    .single-product-hero-image {
        height: 280px;
    }

}
/* =========================================
   ROOM THUMBNAILS
========================================= */

.room-360-thumbnails {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}

.room-360-item,
.exterior-video-item {
 
    cursor: pointer;
}



/* Room name */

.room-360-name {
    display: block;
    margin-top: 6px;
	color:white !important;
    font-size: 18px;
	font-family:"Lato";
    line-height: 1.3;
	text-transform:uppercase;
}

/* Active thumbnail */

.room-360-item.active img,
.exterior-video-item.active img {
    border: 2px solid #fff;
}


/* =========================================
   VIDEO THUMBNAIL
========================================= */

.exterior-video-item {
    position: relative;
}




/* IMPORTANT:
   Thumbnail par play icon hide */
.exterior-video-item .video-play-icon {
    display: none;
}
.room-360-item.active {
    border-color: #fff !important;
}

/* =========================================
   MAIN VIEWER
========================================= */

.room-360-viewer {
    width: 100%;
    height:470px;
    position: relative;
    overflow: hidden;
    background: #111;
}

#room-360-panorama {
    width: 100%;
    height: 100%;
}


/* Main video */

#lhb-main-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}
.main-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

#lhb-main-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 70px;
    height: 70px;
    border: 0;
    border-radius: 50%;

    background: #fff;
    color: #000;

    font-size: 28px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================================
   PRODUCTS / HOME DESIGNS SECTION
========================================================= */

.products-section {
    width: 100%;
    padding: 0;
}

.products-section .container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


/* =========================================================
   TOP FILTER AREA
========================================================= */

.products-top-bar {
    display: grid;
    grid-template-columns: 30% 48% 22%;
    align-items: start;
    width: 100%;
    padding: 30px 5.3% 8px;
    background: #f7f5f0;
    box-sizing: border-box;
    gap: 0;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.products-left {
    padding-top: 2px;
    padding-right: 25px;
    box-sizing: border-box;
}

.products-left h2 {
    margin: 0;
    font-size: 39px;
    line-height: 1.05;
    font-weight: 600;
    color: #171717;
    letter-spacing: -0.8px;
}

.products-count {
    display: block;
    margin-top: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aa8854;
}


/* Sort By */
.products-left select {
    width: 168px;
    height: 41px;
    margin-top: 17px;
    padding: 0 35px 0 12px;
    border: 1px solid #d3cec6;
    border-radius: 3px;
    background-color: #fff;
    color: #444;
    font-family: Arial, sans-serif;
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #a48659 50%),
        linear-gradient(135deg, #a48659 50%, transparent 50%);

    background-position:
        calc(100% - 17px) 17px,
        calc(100% - 12px) 17px;

    background-size:
        5px 5px,
        5px 5px;

    background-repeat: no-repeat;
}


/* =========================================================
   FILTER / SEARCH AREA
========================================================= */

.products-right {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}


/* Filter row */

.filter-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin: 0 0 8px;
}


/* Filter selects */

.filter-row select {
    width: 100%;
    height: 50px;
    padding: 0 32px 0 12px;

    border: 1px solid #d3cec6;
    border-radius: 3px;

    background-color: #fff;

    color: #303030;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;

    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;
    outline: none;

    background-image:
        linear-gradient(45deg, transparent 50%, #a48659 50%),
        linear-gradient(135deg, #a48659 50%, transparent 50%);

    background-position:
        calc(100% - 17px) 17px,
        calc(100% - 12px) 17px;

    background-size:
        5px 5px,
        5px 5px;

    background-repeat: no-repeat;
}

.filter-row select:focus {
    border-color: #b59a72;
}


/* =========================================================
   SEARCH ROW
========================================================= */

.products-filter-form {
    width: 100%;
}

.search-box {
    width: 100%;
    height: 50px;
    position: relative;
    box-sizing: border-box;
}


/* Normal input */

.search-box input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;

    padding: 0 15px 0 38px;

    border: 1px solid #aaa7a2;
    border-radius: 3px;

    background: #fff;
    color: #333;

    font-family: Arial, sans-serif;
    font-size: 12px;

    outline: none;
    box-shadow: none;
}

.search-box input::placeholder {
    color: #8b8b8b;
    opacity: 1;
}


/* Search icon */

.search-box::before {
    content: "\f002";
    position: absolute;
    left: 14px;
    top: 50%;

    transform: translateY(-50%);

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;

    color: #333;
    z-index: 2;

    pointer-events: none;
}


/* =========================================================
   SELECT2 SEARCH
========================================================= */

.search-box .select2-container {
    width: 100% !important;
}

.search-box
.select2-container--default
.select2-selection--single {
    width: 100% !important;
    height: 42px !important;

    box-sizing: border-box !important;

    background: #fff !important;
    border: 1px solid #aaa7a2 !important;
    border-radius: 3px !important;

    display: flex !important;
    align-items: center !important;

    padding: 0 !important;
}

.search-box
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    width: 100% !important;

    padding-left: 38px !important;
    padding-right: 35px !important;

    color: #555 !important;

    font-family: Arial, sans-serif !important;
    font-size: 12px !important;

    line-height: 42px !important;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-box
.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    color: #8b8b8b !important;
}


/* Select2 arrow */

.search-box
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    width: 30px !important;
    height: 42px !important;
    right: 4px !important;
    top: 0 !important;
}

.search-box
.select2-container--default
.select2-selection--single
.select2-selection__arrow b {
    border-color: #a48659 transparent transparent transparent !important;
    border-width: 5px 5px 0 5px !important;
}


/* Select2 clear */

.search-box
.select2-container--default
.select2-selection--single
.select2-selection__clear {
    position: absolute !important;

    right: 27px !important;
    top: 50% !important;

    transform: translateY(-50%) !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #a48659 !important;
    font-size: 16px !important;

    z-index: 20;
}


/* =========================================================
   SEARCH BUTTON
========================================================= */

.products-filter-form .filter-submit {
    height: 42px;

    padding: 0 30px;

    background: #000 !important;
    color: #fff;

    border: 1px solid #000;
    border-radius: 3px;

    cursor: pointer;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;

    transition: all .2s ease;
}

.products-filter-form .filter-submit:hover {
    background: #222;
    border-color: #222;
    color: #fff;
}


/* Search + button same row */

.products-filter-form .search-box {
    display: inline-block;
    width: calc(100% - 165px);
    vertical-align: top;
}

.products-filter-form .filter-submit {
    display: inline-block;
    width: 155px;
    margin-left: 5px;
    vertical-align: top;
}


/* =========================================================
   RIGHT DESCRIPTION
========================================================= */

.products-top-bar > :nth-child(3) {
    padding-left: 25px;
    padding-top: 3px;
    box-sizing: border-box;

    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #444;
}

.products-top-bar > :nth-child(3) p {
    margin: 0;
}


/* =========================================================
   PRODUCTS GRID
========================================================= */

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;

    width: 100%;

    padding: 30px 5.2% 50px;

    box-sizing: border-box;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.product-card {
    width: 100%;
    overflow: hidden;

    box-shadow:
        rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}


/* =========================================================
   PRODUCT IMAGE
========================================================= */

.product-image {
    display: block;

    width: 100%;
    height: 220px;

    overflow: hidden;

    background: #ddd;
}

.product-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .35s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.03);
}


/* =========================================================
   PRODUCT CONTENT
========================================================= */

.product-content {
    padding: 18px 18px 20px;
}

.product-title {
    margin: 0 0 7px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
}

.product-title a {
    color: #171717;
    text-decoration: none;
}

.product-sqft {
    margin: 0 0 8px;

    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #555;
}

.product-meta {
    display: flex;
    align-items: center;
    gap: 7px;

    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #555;
}


/* =========================================================
   NO PRODUCTS
========================================================= */

.no-products {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
}

.no-products h3 {
    margin-bottom: 10px;

    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 28px;
    color: #222;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .products-top-bar {
        grid-template-columns: 35% 65%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .products-top-bar > :nth-child(3) {
        display: none;
    }

    .products-left h2 {
        font-size: 34px;
    }

    .products-grid {
        padding-left: 4%;
        padding-right: 4%;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .products-top-bar {
        display: block;
        padding: 25px 20px 15px;
    }

    .products-left {
        margin-bottom: 20px;
        padding-right: 0;
    }

    .products-left h2 {
        font-size: 32px;
    }

    .products-count {
        margin-top: 8px;
        font-size: 12px;
    }

    .products-left select {
        width: 168px;
    }

    .filter-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .products-filter-form .search-box {
        width: 100%;
        display: block;
    }

    .products-filter-form .filter-submit {
        width: 100%;
        display: block;
        margin: 8px 0 0;
    }

    .products-top-bar > :nth-child(3) {
        display: block;
        padding: 20px 0 0;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 25px 20px 40px;
    }

    .product-image {
        height: 230px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 548px) {

    .filter-row {
        grid-template-columns: 1fr;
    }

    .products-left h2 {
        font-size: 29px !important;
    }
}

/* ================================
   RESET BUTTON
================================ */

.reset-filter {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    height: 44px !important;
    padding: 0 20px !important;

    border: 1px solid #b58a60 !important;
    border-radius: 3px !important;

    background: transparent !important;
    color: #8d6b4c !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    text-decoration: none !important;
    text-transform: uppercase !important;

    white-space: nowrap !important;

    transition: all 0.25s ease !important;
}

.reset-filter:hover {
    background: #b58a60 !important;
    color: #fff !important;
    border-color: #b58a60 !important;
    text-decoration: none !important;
}


/* =========================================
   360 PANORAMA HOTSPOT - LOCATION MARKER
========================================= */
/* =========================================
   PANELLUM HOTSPOT - ROUND LOCATION MARKER
========================================= */

/* Default Pannellum hotspot reset */
.pnlm-hotspot.pnlm-scene {
    background-image: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Outer white circle */
.pnlm-hotspot.pnlm-scene::before {
    content: "";
    position: absolute;

    width: 55px;
    height: 55px;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.95);

    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.35),
        inset 0 0 0 5px rgba(180, 180, 180, 0.45);

    box-sizing: border-box;
}


/* Inner white/transparent ring */
.pnlm-hotspot.pnlm-scene::after {
    content: "";

    position: absolute;

    width: 22px;
    height: 22px;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.95);

    border: 4px solid rgba(170, 170, 170, 0.45);

    box-sizing: border-box;
}



/*======================================
 TIMBER STRUCTURE SECTION
======================================*/

.timber-section{
    background:#2d2927;
	padding-top:40px;
	padding-bottom:30px;
}

.timber-wrapper{
    display:grid;
    grid-template-columns:38% 62%;
    align-items:center;
    gap:40px;
}

.timber-content{
    color:#fff;
}

.timber-label{
    display:block;
    color:#c7a46a;
    font-size:12px;
    letter-spacing:2px;
    margin-bottom:12px;
    text-transform:uppercase;
}

.timber-content h2 {
    font-size: 56px;
    line-height: 1.1;
	position:relative;
    color: #fff;
    font-family: 'Minerva Modern';
    margin: 0 0 18px;
    font-weight: 600;
}

.timber-content h2:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 2px;
    background: #907353;
    left: 0;
    bottom: -8px;
}

.timber-content p{
    color:#d6d6d6;
	font-family:"Lato";
    font-size:18px !important;

    margin-bottom:28px;
}

.timber-features{
    display:flex;
    gap:28px;
}

.feature-item img{
  width:100%;
	max-width:70px;
	object-fit:cover;
	object-position:center;
}

.feature-item span{
    display:flex;
    width:58px;
    height:58px;
    margin:0 auto 10px;
    align-items:center;
    justify-content:center;
    border:1px solid #8f6b3d;
    border-radius:50%;
    color:#c7a46a;
    font-size:24px;
}

.feature-item p {
    margin: 0;
    font-size: 18px;
    /* line-height: 1.5; */
    color: white;
}

.timber-image img {
    width: 63%;
    display: block;
    object-fit: contain;
    position: absolute;
    top: 0;
    z-index: 1000;
    height: 469px;
}

@media(max-width:768px){

    .timber-wrapper{
        grid-template-columns:1fr;
    }
	
	.timber-features{
    display:flex;
	flex-wrap:wrap;
    gap:28px;
}

    .timber-content h2{
        font-size:30px;
    }

    .timber-features{
        gap:15px;
    }

    .feature-item span{
        width:50px;
        height:50px;
    }
}

/* Search button */
.products-filter-form .filter-submit {
    background-color: #835d32;
    color: #fff;
    border: 1px solid #835d32;

    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.products-filter-form .filter-submit:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}


/* Reset button */
.products-filter-form .filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #835d32;
    color: #fff;
    border: 1px solid #835d32;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.products-filter-form .filter-reset:hover {
    background-color: #835d32;
    border-color: #835d32;
    color: #fff;
    text-decoration: none;
}



