/**
* @package mod_dlejproperty_categories
* @author DleJProducts https://www.dlejproducts.pro
* @copyright Copyright (c) 2014 - 2025 DleJProducts
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/

.dlejproperty-list .item a {
    color: #000;
}
.dlejproperty-list a:hover,
.dlejproperty-list a:focus {
    color: #708090;
}
.dlejproperty-list .item {
    margin-bottom: 10px;
}
.dlejproperty-list .cat-image {
	padding-bottom: 26px;
}
.dlejproperty-list .cat-image i {
    display: block;
    float: left;
    width: 35px;
    padding: 5px;
    text-align: center;
    background: #c4c4c4;
    color: #000;
	height: property;
	margin: 0px 10px;
	border-radius: 4px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;	
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);	
}
.dlejproperty-list .cat-image img {
    display: block;
    float: left;
	width: 65px;
    height: auto;
    margin: 0px 10px;
    border-radius: 2px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;	
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);	
}
.dlejproperty-list .cat-image img:hover {
	box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.56);
	transform: translate3d(0, 0, 0);
	transition-property: box-shadow,transform;
	transition-duration: 800ms;
	transition-timing-function: cubic-bezier(0.16, 1, 0.29, 0.99);	
}