/*  MICROTHEMER STYLES here  */


/*= Buttons =================== */

/** Buttons >> More Signature Items **/
#generate-section-1 > div:nth-of-type(1) > p:nth-of-type(3) > a {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Anton' !important;
	color: rgb(255, 255, 255) !important;
	font-size: 20px !important;
	background-color: rgb(238, 53, 36) !important;
	padding: 10px 30px 10px 30px !important;
	border-radius: 5px !important;
	display: inline-block !important;
}


/** Buttons >> Signature Items Hover **/
#generate-section-1 div:nth-of-type(1) p:nth-of-type(3) a:hover {
	background-color: rgb(179, 35, 23) !important;
}


/** Buttons >> Latest Videos **/
#generate-section-2 > div:nth-of-type(1) > p:nth-of-type(3) > a {
	/* MT [ google_font: 1 | variant: 400normal ] */
	font-family: 'Anton' !important;
	color: rgb(255, 255, 255) !important;
	font-size: 20px !important;
	background-color: rgb(238, 53, 36) !important;
	padding: 10px 30px 10px 30px !important;
	border-radius: 5px !important;
	display: inline-block !important;
}


/** Buttons >> Latest Video Hover **/
#generate-section-2 div:nth-of-type(1) p:nth-of-type(3) a:hover {
	background-color: rgb(179, 35, 23) !important;
}

