/*
	Money Map Press Plugins/Widgets
*/

/* Table of Contents
	- Latest Alerts
	- Markets Toolkit
---------------------------------------------------------------------------------------------------- */


/* 	Latest Alerts
---------------------------------------------------------------------------------------------------- */

.widget_latest_alerts .widget-title, .widget_latest_pub_alerts .widget-title {
	/*border: none;*/
}
.widget_latest_alerts ul, .widget_latest_pub_alerts ul {
	padding-left: 0;
	margin: 0;
}
.widget_latest_alerts li, .widget_latest_pub_alerts li {
	font-size: 13px;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 0;
}

.widget_latest_alerts a, .widget_latest_pub_alerts a {
	color: #000;
	text-decoration: none;
}

.widget_latest_alerts .post-date, .widget_latest_pub_alerts .post-date {
	color: #a5a5a5;
	font-size: 12px;
	margin-left: 10px;
}

.widget_latest_alerts .unsub p, .widget_latest_pub_alerts .unsub p {
	font-size: 13px;
}

.widget_latest_alerts .unsub a, .widget_latest_pub_alerts .unsub a {
	text-decoration: underline;
}


/* 	Markets Toolkit
---------------------------------------------------------------------------------------------------- */

.widget_markets_toolkit .toolkit-wrap {
	display: table;
	width: 100%;
}

.widget_markets_toolkit .inside {
	display: table-row;
}

.widget_markets_toolkit a {
	background-color: rgb( 0, 0, 0 );
	background-color: rgba( 0, 0, 0, .6 );
	background-image: url(../images/toolkit-icon.png);
	background-position: 15px 50%;
	background-repeat: no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: table-cell;
	font-size: 13px;
	height: 69px;
	padding: 10px 10px 10px 50px;
	text-decoration: none;
	width: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.widget_markets_toolkit .link-text {
	font-family: 'Lato Bold', sans-serif;
}
