/* Connections Business Directory Custom CSS*/
/* https://connections-pro.com/quicktip-custom-css-templates/ */

/* Make category dropdown responsive */
select.cn-category-select.cn-enhanced-select {
    width: auto;
    max-width: 100%;
}

/* Business name */
#cn-cmap .fn {
 	font-variant:small-caps;
  	font-size: large;	}

/* Business details */
#cn-cmap .cn-left {
    text-align: left;
	font-size: initial;
}

/* Border for message shown on filtered results */

#cn-customizer-messages, #cn-search-messages {
	border-left: 4px solid #c10b3c; }

/* Remove grey background image box */

#cn-cmap span.cn-image-style { background: #fff; }

/* Featured listings */

.featured .cn-entry {
	background-color:#fffce1 !important;
	border: 2px solid #e3e3e3 !important;
}