.featured-five,
.featured-four,
.featured-three,
.featured-two,
.featured-one {
padding:35px 0px;
background-color:#fff;
}

.featured-five .card_four,
.featured-four .card_four {
border-radius:0px;
}
.pro_top_title {
margin:25px 0px;
}
.pro_top_title h1.entry-title {
color:#1a1a1a;
margin-bottom:10px;
}

/*breadcrumbs style*/

.breadcrumbs {
    background-color: #fafafa;
    box-shadow: 0 0 3px 0 #0000000f;
    min-height: 40px;
	text-shadow:none;
}

#crumbs {
    font-size: 13px;
    line-height: 26px;
    font-weight: 700;
    color: #302f2f;
    padding: 8px 0;
}

#crumbs a {
    color: #8c8a8a;
    margin-right: 3px;
    margin-left: 3px;
}

#crumbs a:first-child {
    margin-left: 0;
}

#crumbs a:hover {
    color: #302f2f;
    text-decoration: none;
}

#crumbs .current {
    margin-left: 3px;
}

.title_over_img {
position:relative;
}
.title_over_img .overlay {
position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
}

.title_over_img .text-holder {
    position: absolute;
	bottom: 12%;
}

.title_over_img .text-holder .entry-title {
color:#fff;
}
.title_over_img .text-holder .entry-meta {
color:#fff;
}
.title_over_img .text-holder .entry-meta a, visited {
color:#fff;
}