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


/*= Header ==================== */

/** Header >> Adrotate widgets widgettitle **/
.adrotate_widgets > .widgettitle {
	display: none !important;
}

/** Header >> Content area widgettitle **/
#content-area .widgettitle {
	background-color: rgb(26, 26, 26) !important;
}

/** Header >> Ls is cached **/
.widget_list_thumbnail .ls-is-cached {
	width: 165px !important;
	height: 110px !important;
	object-fit: cover !important;
	border-top-color: rgba(0, 0, 0, 0) !important;
}

/** Header >> Widget list thumbnail (#2) **/
.widget_list_thumbnail {
	width: 140px !important;
	min-width: 140px !important;
	height: 95px !important;
}

/** Header >> List item (#1) **/
.widget_list li:nth-of-type(1) {
	object-fit: cover !important;
}

/** Header >> Image **/
ul > li:nth-of-type(2) > a:nth-of-type(1) > img {
	width: 165px !important;
	height: 110px !important;
}

/** Header >> Image _2 **/
ul > li:nth-of-type(4) > a:nth-of-type(1) > img {
	width: 165px !important;
	height: 110px !important;
}

