/* ------------------------ Start wd-category-feature Style ------------------------- */
.wd_category_feature {
	float: left;
	position: relative;
	width: 100%;
	margin:70px 0 40px;
	padding: 0;
	overflow: hidden;
}
.wd_category_feature .list_carousel {
    position: relative;
    margin:0 -20px;
}
.wd_category_feature .list_carousel .wd_cat_content {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wd_category_feature .list_carousel .wd_cat_content .cat-img img {
	max-width: 100%;
	transition: all 0.5s ease 0st;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.wd_category_feature .list_carousel .wd_cat_content:hover .cat-img img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.wd_category_feature .item {
	padding: 0 20px;
	float: left;
	width: 100%;
	margin: 0;
	position: relative;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .cat-more {
	position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 44px;
    transform: scale(0);
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.wd_category_feature .list_carousel .item:hover .wdcat-content .cat-more{
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transform: scale(1);
}

.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .title {
	margin: 0;
	float: left;
	width: 100%;
    position: relative;
    display: none;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
    text-align: center;
    left: 0;
    right: 0;
    top: 38%;
    z-index: 1;
    color: #ffffff;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.wd_category_feature .list_carousel .wd_cat_content:hover .wdcat-content{
	opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.wd_category_feature .list_carousel .content {
	padding:0 0px;
	float: left;
	width:100%;
	overflow: hidden;
}
.wd_category_feature .list_carousel .wd_cat_content .title a {
	letter-spacing: 0.3px;
    font-size: 54px;
    line-height: 56px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Cormorant', serif;
    margin: 0 0 5px 0;
}

.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .sub-cat li .category-name a {
	font-size: 14px;
	font-weight: 400;
	line-height: 32px;
	color: #111;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .sub-cat li .category-name a:hover {
	text-decoration: underline;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content li {
	list-style: none;
}
.wd_category_feature .list_carousel .wdcat-content .category-viewall {
    width: auto;
    letter-spacing: 0;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background: #b49567;
    padding: 11px 20px;
}
.wd_category_feature .list_carousel .item .wdcat-content .category-viewall:hover {
	background-color: #111111;
    color: #fff;
	transition: .4s ease-in-out;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
}

@media (max-width:1199px) {
	.wd_category_feature .list_carousel .wd_cat_content .title a {
        font-size: 38px;
        line-height: 40px;
  }
.wd_category_feature {
    margin: 40px 0 30px;
}
}
@media (max-width:991px) {
    .wd_category_feature .item {
        padding: 0 10px;
    }
    .wd_category_feature {
        margin:20px 0 20px;
    }
    .wd_category_feature .list_carousel .wd_cat_content .title a {
        font: 600 32px/34px 'Cormorant', serif;;
    }
}
@media (max-width:767px) {

	.wd_category_feature .item {
		padding: 0 10px;
  }
.wd_category_feature .item {
    padding: 0 10px;
}
.wd_category_feature .list_carousel {
    margin: 0 -10px;
}
.wd_category_feature .list_carousel .wdcat-content .category-viewall {
    font-size: 14px;
    padding: 9px 18px;
}
.wd_category_feature .item .cat-img:before, .wd_category_feature .item .cat-img:after {
    opacity: 1;
}
.wd_category_feature .item .cat-img:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}
.wd_category_feature .item .cat-img:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
    opacity: 1;
}
.wd_category_feature .list_carousel .wd_cat_content .title a {
    font: 600 22px/28px 'Cormorant', serif;
}
}


@media (max-width:479px){
    .wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
        top: 24%;
    }
	.wd_category_feature .list_carousel .content {
		 width: 100%;
		 text-align:center;
	}

  .wd_category_feature .list_carousel .wd_cat_content {
	width: auto;
	display: inline-block;
	vertical-align: top;
	float: none;
}
.wd_category_feature .list_carousel .wd_cat_content .title a {
	font-size: 16px;
    line-height: 18px;
}
.wd_category_feature .list_carousel .wdcat-content .category-viewall {
    font-size: 10px;
    padding: 7px 10px;
}

}


