/*  MICROTHEMER STYLES  */


/*= MKSWD Admin Customizations == */

/** MKSWD Admin Customizations >> Wp admin bar wp logo ab item **/
#wp-admin-bar-wp-logo > .ab-item {
	display: none !important;
}

/** MKSWD Admin Customizations >> Wp admin bar customize ab item **/
#wp-admin-bar-customize > .ab-item {
	display: none !important;
}

/** MKSWD Admin Customizations >> Wp admin bar comments ab item **/
#wp-admin-bar-comments > .ab-item {
	display: none !important;
}

/** MKSWD Admin Customizations >> Wp admin bar new content ab item **/
#wp-admin-bar-new-content > .ab-item {
	display: none !important;
}

/** MKSWD Admin Customizations >> Wp admin bar smart slider 3 ab item **/
#wp-admin-bar-smart_slider_3 > .ab-item {
	display: none !important;
}

/** MKSWD Admin Customizations >> Wp admin bar seopress custom top level ab item **/
#wp-admin-bar-seopress_custom_top_level > .ab-item {
	display: none !important;
}

/** MKSWD Admin Customizations >> Wp admin bar apspider view wp posts ab item **/
#wp-admin-bar-apspider_view_wp_posts > .ab-item {
	display: none !important;
}

/** MKSWD Admin Customizations >> Wp admin bar apspider edit wp pg ab item **/
#wp-admin-bar-apspider_edit_wp_pg > .ab-item {
	display: none !important;
}

/** MKSWD Admin Customizations >> Heading 1 link:(1) **/
#login > h1 > a:nth-of-type(1) {
	display: none !important;
}

/** MKSWD Admin Customizations >> N2 ow grayimg **/
.n2-ow .grayimg {
	filter: brightness(100) grayscale(1) !important;
}

/** MKSWD Admin Customizations >> Headline 32 50 **/
.h1, 
.h2, 
.h3, 
div.n2-ss-highlighted-heading-highlighted-text, 
div#n2-ss-2item2.n2-font-0181cc5710c0d2b1e9107eb8375aa0a6-hover.n2-ss-item-content.n2-ss-text.n2-ow {
	/* MT [ google_font: 1 ] */
	font-family: 'Noto Serif Oriya' !important;
}

/** MKSWD Admin Customizations >> Fluentform 3 ff el progress bar **/
#fluentform_3 .ff-el-progress-bar {
	background-color: rgb(146, 52, 41) !important;
}

/** MKSWD Admin Customizations >> Fluentform 3 ff btn **/
.ff-btn {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(146, 52, 41) !important;
	padding: 6px 25px 6px 25px !important;
	border-color: rgba(134, 142, 150, 0) !important;
	border-width: 0 !important;
	border-radius: 5px !important;
}

/** MKSWD Admin Customizations >> Heading 2 **/
#inner_content-23-145 h2 {
	font-family: "Noto Serif Oriya" !important;
	line-height: 1.3em !important;
	font-weight: 700 !important;
	text-decoration: inherit !important;
	text-transform: capitalize !important;
	text-shadow: 3px 3px 5px rgba(25, 25, 25, 0.15) !important;
	box-sizing: inherit !important;
	display: inline-block !important;
	-webkit-font-smoothing: antialiased !important;
	/*font-size: var(--h2);*/
}

