/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Footer widgets title **/
#footer-widgets .title {
	font-size: 24px !important;
}

/** General >> Paragraph:(1) strong **/
.textwidget > p:nth-of-type(1) > strong {
	font-size: 18px !important;
}

/** General >> Footer widgets link **/
#footer-widgets a {
	color: rgba(255, 255, 255, 0.7) !important;
}

/** General >> Footer widgets link:hover **/
#footer-widgets a:hover {
	color: rgb(255, 255, 255) !important;
}

