.widget_custom_links span.custom_links_list_item_link {
	font-weight: bold;
}

.widget_custom_links .custom_links_list_item.with_icon .custom_links_list_item_link {
	padding-left: 1.5em;
}

.widget_custom_links .custom_links_list_item_image {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.25em;
	height: auto;
	max-width: 100%;
}

.widget_custom_links .custom_links_list_item_icon {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}

.widget_custom_links .custom_links_list_item_description {
	display: block;
	font-size: .75em;
	font-style: italic;
	line-height: 1.7em;
}

.widget_custom_links .custom_links_list_item_description + .custom_links_list_item_button {
	margin-top: .5em;
}

.widget_custom_links .custom_links_list_item_label {
	position: absolute;
	z-index: 1;
	top: -2em;
	right: -5em;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	background-color: #666;
	border-color: #666;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: .3em 1em;
	pointer-events: none;
}

.widget_custom_links .custom_links_list_item_label:before {
	content: " ";
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 1em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 7px 0 0;
	border-top-color: inherit;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
}

.widget_custom_links .custom_links_list_item_label_hover .custom_links_list_item_label {
	opacity: 0;
	-webkit-transition: opacity .3s ease, transform .3s ease;
	-ms-transition: opacity .3s ease, transform .3s ease;
	transition: opacity .3s ease, transform .3s ease;
	-webkit-transform: translateY(3em);
	-ms-transform: translateY(3em);
	transform: translateY(3em);
}

.widget_custom_links .custom_links_list_item_label_hover:hover .custom_links_list_item_label {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}