/*  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 >> Div block 33 50 h2 **/
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.mks-fancy-font {
	/* MT [ google_font: 1 ] */
	font-family: 'Comforter Brush' !important;
	font-weight: normal !important;
	font-style: normal !important;
}

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

/** MKSWD Admin Customizations >> Fluentform 3 ff btn **/
.ff-btn {
	font-family: Inter !important;
	color: #faf9fa !important;
	font-size: 1.4rem !important;
	line-height: 23.52px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	box-shadow: 0 4px 9px 0 rgba(175, 145, 190, 0.2) !important;
	background-color: #af91be !important;
	box-sizing: inherit !important;
	padding: 0.8rem 2.4rem 0.8rem 2.4rem !important;
	border-radius: 0.4rem !important;
	-webkit-transition: 0.4s !important;
	transition: 0.4s !important;
	display: inline-block !important;
	cursor: pointer !important;
	-webkit-font-smoothing: antialiased !important;
}

/** MKSWD Admin Customizations >> Ff el progress bar **/
.ff-el-progress-bar {
	background-color: rgb(0, 0, 0) !important;
}

