/* ------------------------ Start wd-category-feature Style ------------------------- */
.wd_category_feature {
    float: left;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0;
    overflow: hidden;
    background-color: rgba(218, 213, 208, 0.18);
    padding-top: 50px;
  padding-bottom: 70px;
}
.wd_category_feature .list_carousel .wd_cat_content {
	float: left;
	width: 100%;
    position: relative;
    text-align: center;
    padding:0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.wd_category_feature .list_carousel .wd_cat_content .cat-img a {
    overflow: hidden;
    box-shadow: none;
    float: left;
    width: 100%;
    position: relative;
    transition: all 1s ease-in-out;
}
.wd_category_feature .list_carousel .wd_cat_content .cat-img:hover a {
    border: none;
    transition: all 1s ease-in-out;
}

.wd_category_feature .list_carousel .wd_cat_content .cat-img img {
	max-width: 100%;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    overflow: hidden;
}
.wd_category_feature .list_carousel .item:hover .wd_cat_content .cat-img img {
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.wd_category_feature .item {
	padding: 15px;
	float: left;
	width: 99%;
	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;
    border-radius: 20px;
    border: 1px solid #e1e4eb;
    min-height: 440px;
    background-color: #fff;
    text-align: center;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .cat-more {
    list-style: none;
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0px;
    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;
    margin-top: 10px;
    display: inline-block;
    line-height: 20px;
}
.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;
}

.wd_category_feature .list_carousel .wd_cat_content .wdcat-content .title {
	margin: 0;
	float: left;
	width: 100%;
	position: relative;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
    margin: 0;
    z-index: 1;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    right: auto;
    z-index: 9;
    display: block;
    text-align: center;
    color: #222222;
    float: left;
    width: 100%;
}
.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%;
}
.wd_category_feature .list_carousel .wd_cat_content .title a {
    color: #172e52;
    font-family: 'PlayfairDisplay';
    font-size: 20px;
    font-style: italic;
    margin: 18px 0 0;
    position: relative;
    text-transform: none;
    padding: 0;
    float: none;
    width: auto;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    transition: background-size .6s ease-out;
    letter-spacing: 0.2px;
}
.wd_category_feature .list_carousel .wd_cat_content .title a:hover {
    color: #666666;
}
.wd_category_feature .wdfcat-items li.double-slideitem.slider-item ul {
    text-align: center;
    margin: 0;
    float: left;
    width: 100%;
    padding: 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 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .7px;
    color: #666;
    text-transform: uppercase;
    padding: 0;
    text-decoration: underline;
    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 .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:1459px) {
    .wd_category_feature .wdfcat-items{
        width:auto;
    }
}
@media (max-width:1199px) {
.wd_category_feature {
    margin: 0 0 80px;
}
.wd_category_feature .list_carousel .wd_cat_content .title a {
    font-size: 20px;
    margin: 15px 0 0;
    line-height: 24px;
}
}
@media (max-width:991px) {
    .wd_category_feature .list_carousel .wd_cat_content .title a {
        font-size: 18px;
        line-height: 22px;
    }
    .wd_category_feature .list_carousel .wd_cat_content .wdcat-content .cat-more {
        line-height: 16px;
    }
.wd_category_feature {
    margin: 0 0 60px;
}
.wd_category_feature .item {
    padding:0 10px;
}
.wd_category_feature .wdfcat-items .list_carousel {
    margin: 0 -10px;
}
}
@media (max-width:767px) {
  .wd_category_feature .wdfcat-items .list_carousel {
    margin: 0 -5px;
}
.wd_category_feature .item .cat-img:before, .wd_category_feature .item .cat-img:after {
    opacity: 1;
}
.wd_category_feature .wdfcat-items {
    padding-top: 0;
}
.wd_category_feature .list_carousel .wd_cat_content .wdcat-content {
    opacity: 1;
}
.wd_category_feature .item {
    padding: 0px 5px;
    min-height: 345px;
    padding-top: 15px;
}
.wd_category_feature{
  padding-top: 30px;
  padding-bottom: 40px;
  }
}
@media (max-width:543px){
    .wd_category_feature {
        margin: 0 0 10px;
    }
}
@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 .wdcat-content .category-viewall {
        font-size: 10px;
    }
    .wd_category_feature .list_carousel .wd_cat_content .title a {
        margin:10px 0 0;
        font-size: 18px;
        line-height: 18px;
    }
    .wd_category_feature .list_carousel .wd_cat_content .wdcat-content .cat-more {
        margin-top: 5px;
    }
    .wd_category_feature .list_carousel .wdcat-content .category-viewall {
        font-size: 11px;
    }
}


