/*  MICROTHEMER STYLES  */


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

/** General >> [type="radio"] **/
[type="radio"] {
	margin-bottom: 10px !important;
}

/** General >> [type="checkbox"] **/
[type="checkbox"] {
	margin-bottom: 10px !important;
}

/** General >> Bg primary **/
.bg-primary {
	height: 250px !important;
}

/** General >> Textwidget front headline:(1) **/
.textwidget .front-headline:nth-of-type(1) {
	color: rgb(89, 173, 85) !important;
	line-height: 2 !important;
	background-color: rgba(89, 173, 85, 0.08) !important;
	border-color: rgb(89, 173, 85) !important;
}

/** General >> Site title link **/
.site-title > a {
	width: 250px !important;
}

/** General >> Media image 2 attachment full **/
#media_image-2 .attachment-full {
	text-align: center !important;
}

/** General >> Custom html 5 custom html widget **/
#custom_html-5 .custom-html-widget {
	text-align: center !important;
	width: 60% !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
}

/** General >> Link **/
#menu-item-28 a {
	background-color: rgb(234, 95, 26) !important;
	border-color: rgb(234, 95, 26) !important;
}

/** General >> Gform previous button 1 **/
#gform_previous_button_1 {
	height: 50px !important;
}

