/* badge description on archives */
.tax-product_badge .badge-description {
	overflow: hidden;
	zoom: 1;
}
.tax-product_badge .badge-description img.badge-thumbnail {
	width: 25%;
	float: right;
}
.tax-product_badge .badge-description .text {
	width: 72%;
	float: left;
}

/* badge description widget */
.widget_badge_description img {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0 0 1em;
}

/* badge thumbnails widget */
.widget .badge-thumbnails, .badge-thumbnails {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	clear: both;
	list-style: none;
}
.widget .badge-thumbnails li, .badge-thumbnails li {
	float: left;
	padding: 0;
	margin: 0 2% 2% 0;
}
.widget .badge-thumbnails li.last, .badge-thumbnails li.last {
	margin-right: 0;
}
.widget .badge-thumbnails li img, .badge-thumbnails li img {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
	max-width: none;
	height: auto;
	margin: 0;
}

/* badge thumbnails description */
.badge-thumbnails-description li {
	text-align: center;
}

.badge-thumbnails-description li .term-thumbnail img {
	display: inline;
}

.badge-thumbnails-description li .term-description {
	margin-top: 1em;
	text-align: left;
}

/* A-Z Shortcode */
#badges_a_z h3:target {
	text-decoration: underline;
}
ul.badges_index {
	list-style: none outside;
	overflow: hidden;
	zoom: 1;
}
ul.badges_index li {
	float: left;
	margin: 0 2px 2px 0;
}
ul.badges_index li a, ul.badges_index li span {
	border: 1px solid #ccc;
	padding: 6px;
	line-height: 1em;
	float: left;
	text-decoration: none;
}
ul.badges_index li span {
	border-color: #eee;
	color: #ddd;
}
ul.badges_index li a:hover {
	border-width: 2px;
	padding: 5px;
	text-decoration: none;
}
ul.badges_index li a.active {
	border-width: 2px;
	padding: 5px;
}
div#badges_a_z a.top {
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 1em;
	float: right;
	text-decoration: none;
	font-size: 0.8em;
}
.feature-icons {

  margin-bottom: 60px; }
  .feature-icons img {
    width: 120px;
    color: #666;
    margin-right: 10px; }
    .feature-icons img:last-child {
      margin-right: 0; }

.marketing-icons {

  margin-top: 30px; }
  .marketing-icons img {
    width: 120px;
    margin-right: 5px; }
    .marketing-icons img:last-child {
      margin-right: 0; }
