/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/*****************************************
 * Global Styles
 * **************************************/

.main-page-wrapper{
	background-color: #ebe1d52e !Important;
}




.elementor-slideshow__footer {
    display: none !important;
}



/**************************************
 * Main Header
 * ***********************************/
/*
.wd-header-nav, .wd-nav, .wd-nav>li{
	height: 100%;
}

.wd-nav>li{
	align-content: center;
}

li.menu-item.item-level-0:hover{
	background: #63281C;
}

li.menu-item.item-level-0 a{
	width: 100%;
	height: 100% !Important;
	padding: 25px;
	transition: all .4s;
}

li.menu-item.item-level-0:hover li.menu-item.item-level-0 a{
	color: #fff !Important;	
	transition: all .3s;
}

.wd-nav{
	gap: unset;
}

.wd-sub-menu li a{
	height: auto !Important;
	padding: auto !Important;
}
*/

.wd-dropdown{
	border-radius: 0px !Important;
	border-bottom-left-radius: 15px !Important;
	border-bottom-right-radius: 15px !Important;
	box-shadow: 0 15px 20px -5px rgba(0, 0, 0, .2) !Important;
	background-color: #e7e4db;
}

.wd-nav[class*="wd-style-"]>li>a{
	color: #560D0D !Important;
}












.elementor-template-full-width .row>[data-elementor-type]{
	margin-bottom: unset !Important;
}




/**********************************
 * Photo Gallery
 * *******************************/

.gallery_category_container, .dan_gallery_container{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center; /* or center */
}
.category_item, .gallery_item {
    flex: 0 1 calc(33.333% - 30px);
    box-sizing: border-box;
/*     padding: 30px; */
    border: 1px solid #ededed;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
	box-shadow: 0 0 10px -4px #16161614;
	transition: all .3s;
}

.category_item:hover, .gallery_item:hover {
    box-shadow: 0 6px 25px -5px #16161642;
	transition: all .4s;
}

.category_img,  {
    height: 300px;
	overflow: hidden;
}

.category_item img, .gallery_item img {
  width: 100%;
  height: 300px;
	object-fit: cover;
  display: block;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.category_title{
	margin-bottom: 0 !Important;
	padding: 15px;
    text-align: center;
	
}

.gallery_item{
	height: 300px;
	overflow: hidden;
}

.gallery_title{
	text-align: center;
	font-size: 30px !Important;
	margin-bottom: 30px;
}


/****************************************************
 * Product Archive
 * *************************************************/

.elementor-post__card:hover {
    box-shadow: 0 0 30px -6px #85151530;
    transition: all .7s;
}

.elementor-posts .elementor-post__card{
	background-color: transparent !Important;
}

.elementor-post__card .elementor-post__thumbnail__link{
	margin-bottom: 0px !Important;
}