

.p1:hover, .p2:hover {
	opacity: .3;
  cursor: pointer;
}

h4 {
	color: grey;
	font-size: 24px;
	font-weight: 400;
}

#portfolio p {
	color: grey;
	font-size: 12px;
	font-weight: 200;
}


.single-content img {
	width: 490px;
	height: 100%;
	margin: 10px;
	padding: 10px 20px 10px;
}

.filters {
	width: 100%;
	text-align: center;
}
.content {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

.filters ul {
	list-style: none;
	padding: 20px 0;
}

.filters ul li {
	display: inline;
    padding: 15px 15px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    background: #c49d72;
    font-weight: 600;
    border-radius: 5px;
}

.filters ul li:hover {
	color: #000;
}

.filters ul li.active {
    color: #fff;
    border-radius: 15px;
    background: #333;
}
.pd-tp{padding-top: 30px !important;}

.row-flex{display:flex; flex-wrap:wrap;}

.height-250{height:250px !important;}
.height-300{height:300px !important;}

.cat-prd-ttl{background: #195c97;
padding: 15px; width:100%; min-height: 76px;}
.cat-prd-ttl a{color:#fff;}

.pp_social{display:none;}

.gtranslate{line-height: 25px;
margin-top: 8px !important;}

.btn-group-xs>.btn, .btn-xs {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.line-height-18{line-height:18px;}
.font-white{color:#fff;}

.width-40{width:40%;}
.width-60{width:60%;}
.width-100{width:100%;}

.featured-icon-box.left-icon .featured-icon, .featured-icon-box.left-icon .featured-content {
    display: table-cell;
    vertical-align: top !important;
}