/*  MICROTHEMER STYLES  */


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

/** General >> Site title link **/
.site-title a {
	margin-bottom: -10px !important;
}

/** General >> Page box **/
.page-box {
	font-size: 15px !important;
}

/** General >> Entry title **/
.entry-title {
	color: rgb(0, 0, 0) !important;
	background-color: rgb(255, 255, 255) !important;
}

/** General >> Right credit image **/
.right-credit img {
	background-color: rgb(255, 255, 255) !important;
	width: 120px !important;
	padding: 5px !important;
	border-radius: 10px !important;
}

/** General >> Site footer wrap **/
.site-footer .wrap {
	
}

/** General >> Site container site footer **/
.site-container .site-footer {
	
}

/** General >> Left credit link **/
.left-credit a {
	margin-top: 56px !important;
}

/** General >> Left credit paragraph **/
.left-credit p {
	margin-top: 23px !important;
}

