﻿.vendor-card {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	color: #333;
}

	.vendor-card a {
		color: #333;
	}

.icon-spacer {
	margin-right: 6px;
}

.vendor-details-container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.panel-vendor {
	position: relative;
}

.vendor-icon {
	position: absolute;
	top: 0;
	right: 40px;
	padding: 5px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	z-index: 99;
    min-height: 35px;
    min-width: 35px;
    text-align: center;
}

	.vendor-icon img {
		max-height: 25px;
		max-width: 25px;
	}

.lvVendorLogo {
	width: 118px;
	height: 118px;
	object-fit: contain;
}

.lvVendorName {
	margin-top: 40px;
	font-weight: 600;
	font-size: 1.35em;
}

.lvVendorPhone {
}

.lvVendorWebsite {
}

.lvVendorSubscription { 
  margin-top: 6px;
}

i.icon { 
  font-size: 30px;
  color: #cac8c8;
}

  i.icon.icon-spacing-right { 
    padding-right: 6px;
  }

/*.vendor-favourite i {
	font-size: 2.15em;
	color: white;
	text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}*/

	/*.vendor-favourite i:hover, .vendor-favourite[data-selected="true"] i {
		color: red;
	}*/

/*.vendor-save i {
	font-size: 2.15em;
	margin-right: 0.5em;
	color: white;
	text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}*/

	/*.vendor-save i:hover, .vendor-save[data-selected="true"] i {
		color: #41bba1;
	}*/

.vendor-events-container {
	margin-top: 1.5em;
	font-size: larger;
	font-weight: bold;
}

.vendor-card-footer-separator {
	margin-top: 1.0em;
	border-top: 1px solid #ddd;
	padding-top: 1.0em;
}
