@charset "utf-8";
/* CSS Document */

.widget.ec_newsletterwidget h4.widgettitle, .widget.ec_newsletterwidget widgettitle{
	color: [title_color] !important;
	font-weight: bold !important;
	font-size: 14px !important;
	border-bottom: 5px solid [main_color];
	padding: 15px 20px;
	font-family:[title_font];
}

.ec_newsletterwidget{
	font-size:13px !important;
	color:[text_color];
	font-family:[content_font];
}

.ec_newsletterwidget  a{
	font-size:13px !important;
	color:[link_color];
	text-decoration:none !important;
	line-height:20px !important;
}

.ec_newsletterwidget a:hover{
	font-size:13px !important;
	color:[link_hover_color];
	text-decoration:none !important;
}