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

/*  MICROTHEMER STYLES  */


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

/** General >> Bottom Toggle Rule **/
div[data-style="minimal"] .toggle {
	margin-top: 0 !important;
	border-color: rgba(74, 23, 23, 0.1) !important;
	border-bottom: 1px solid rgba(74, 23, 23, 0.1) !important;
	border-width: 1px !important;
}

/** General >> Image Carousel Scrollbar - Green **/
.visualized-total span {
	background-color: rgb(0, 171, 76) !important;
}


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

/** Content >> Recent post container inner wrap - position **/
.recent-post-container .inner-wrap {
	text-align: left !important;
	position: static !important;
	bottom: 40px !important;
}

/** Content >> Recent posts slider - project typesize **/
.inner-wrap h3 {
	font-size: 28px !important;
	font-weight: 400 !important;
}

/** Content >> Recent posts slider - text wrap size **/
.inner-wrap a {
	width: 200px !important;
}


/*= Footer ==================== */

/** Footer >> space above footer - remove **/
.content-inner {
	padding-bottom: 0 !important;
	margin-bottom: -30px !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {
	/** Content >> project slider hp Project name **/
	#fws_5e9e7fa59949a .full-slide-link {
	font-size: 26px !important;
}

}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Content >> project slider hp Project name **/
	#fws_5e9e7fa59949a .full-slide-link {
	font-size: 26px !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Content >> project slider hp Project name **/
	#fws_5e9e7fa59949a .full-slide-link {
	font-size: 26px !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Content >> project slider hp Project name **/
	#fws_5e9e7fa59949a .full-slide-link {
	font-size: 26px !important;
}

	/** Content >> Recent posts slider - project typesize **/
	.inner-wrap h3 {
	font-size: 24px !important;
}

}

