.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


/*= Content =================== */

/** Content >> Link **/
.single-post .content a {
	color: rgb(4, 153, 73) !important;
}

/** Content >> Strong **/
.single-post h2 strong, 
.single-post h3 strong {
	color: rgb(4, 153, 73) !important;
}

/** Content >> Heading 2 **/
.single-post .content h2 {
	padding-bottom: 10px !important;
}

/** Content >> List **/
.single-post .content .wp-block-list {
	margin-top: -18px !important;
}

/** Content >> Image **/
.dropzone img {
	display: none !important;
}

/** Content >> Wsf dropzonejs preview **/
.wsf-dropzonejs-preview {
	font-weight: bold !important;
}

/** Content >> Wsf label **/
.wsf-extra-small-12 > .wsf-label {
	/* MT [ google_font: 1 ] */
	font-family: 'Montserrat' !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

/** Content >> Div (#2) **/
#wsf-1-field-wrapper-37 > div:nth-of-type(2) {
	margin-top: 15px !important;
	margin-bottom: -5px !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** Content >> Submit button **/
.wsf-form button[type="submit"] {
	/* MT [ google_font: 1 ] */
	font-family: 'Montserrat' !important;
	font-size: 18px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	background-color: rgb(4, 153, 73) !important;
	border-color: rgb(4, 153, 73) !important;
}

/** Content >> Submit button (:hover) **/
.wsf-form button[type="submit"]:hover {
	background-color: rgb(23, 72, 139) !important;
	border-color: rgb(23, 72, 139) !important;
}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** Content >> Wsf label **/
	.wsf-extra-small-12 > .wsf-label {
	font-size: 15px !important;
}

}

