/* Listing Terms */
.single-listing .listing-details>ul>li {
    white-space: normal;
}
.single-listing .listing-details .category-name {
    word-break: break-word;
}
#c27-single-listing .element .pf-body .listing-details li {
    width: 33%;
}


/* SINGLE LISTINGS - 50% COLUMNS */	
#color-block-id div.element  {
	background: rgb(66,22,96);
	background: linear-gradient(90deg, rgba(66,22,96,1) 0%, rgba(97,85,176,1) 75%);
    padding: 20px 0px 20px 0px;
}

.color-block-class .title-style-1 h5 {
    color: #fff;
  	margin-left: 30px;
}
.color-block-class p {
    color: #fff;
  	margin-left: 30px;
}
#color-block-id .pf-body>.social-nav li a i {
    color: #fff !important;
	margin-left: 30px;
}
#color-block-id .social-nav>li a i:hover  {
	background: transparent;
}	
#color-block-id .details-list.social-nav li a:hover i {
  	background-color: transparent !important;
}
/* SINGLE LISTINGS - 50% COLUMNS - ONLY SHOW ON DEVICES WITH A MINIMUM VIEWPORT OF 1024 PIXELS */	
@media only screen and (min-width: 1024px) {
.color-block-class {
	width: 50%;
}
	}
