@import url('https://fonts.googleapis.com/css?family=Nunito:700');

.top-bar.expanded, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
	background-color: #3d9461;
}
.top-bar.expanded .title-area {
	background-color: #3d9461;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
	background-color: #3d9461;
}
.top-bar.expanded, .top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
	background-color: #3d9461;
}
.container {
}
#featured_items {
	background-color: #3d9461;
	height: 270px;
	margin: 0;
	overflow: hidden;
	padding-left: 50%;	
}
#featured_items img {
	height: 256px;
	margin: 0 1em 10em 0;
	object-fit: cover;
	width: 178px;
	height: 256px;
}
.auction {
	margin-top: 1em;
}
.auction h2 {
	font-family: 'Nunito', sans-serif;
	color: #3d9461;
	font-weight: bold;
	font-size: 6em;
	text-align: right;
	line-height: .8em;
	overflow: hidden;
}
.auction h2 .first {
	display: block;
	font-size: 1.56em;
	margin: .15em 0;
}
.blurb p {
	color: #3d9461;
}
.blurb p:first-child {
	font-weight: bold;
}
.blurb ul {
	list-style: none;
}
.blurb ul li::before {
  content: "\25CF";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3d9461; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.blurb ul li {
	margin-bottom: 1em;
}
.auction .item {
	display: inline-block;
	width: 236px;
	vertical-align: top;
	margin-bottom: 3em;
}
.auction .item img {
	object-fit: cover;
	width: 100%;
	height: 312px;
}
.paginator {
	clear: both;
}
.items h3 {
	font-family: 'Nunito', sans-serif;
}
.items .related {
	display: none;
}
.items img {
	display: block;
	margin: o auto;
}
.items .amount {
	font-size: 3em;
}
.items fieldset {
	padding: 0;
	
}
.item .title {
	font-weight: bold;
}
.item .amount {
	font-size: 1.5em;
}
.item .expires {
}
.item .countdown {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-family: monospace;
	display: inline;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
}
fieldset legend {
	color: #3d9461;
	border-color: #3d9461;
}
a {
	color: #3d9461;
}
