/*  MICROTHEMER STYLES  */


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

/** General >> .breadcrumb **/
.breadcrumb {
	padding-left: 0 !important;
}

/** General >> Mks link dark bg link (:hover) **/
.mks-link-dark-bg a:hover {
	color: rgb(204, 204, 204) !important;
}

/** General >> Ff el progress bar **/
#fluentform_5 .ff-el-progress-bar {
	background-color: rgb(0, 0, 0) !important;
}

/** General >> Ff btn **/
.ff-btn {
	background-color: rgb(0, 0, 0) !important;
	padding: .5rem 2rem .5rem 2rem !important;
	border-radius: 0 !important;
}

/** General >> Link **/
.mks-logo-text a {
	color: rgb(0, 0, 0) !important;
	font-weight: bold !important;
}

/** General >> Label **/
.ff-el-group label {
	color: rgb(0, 0, 0) !important;
}

/** General >> Ff message success **/
.ff-message-success {
	background-color: rgb(255, 255, 255) !important;
	margin-bottom: 15px !important;
}

/** General >> Bricks button **/
.bricks-button:hover {
	transform: translateY(-3px) scale(1.05, 1.05) !important;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15) !important;
}


/*= 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 >> Brxe oevtlg breadcrumb _2 **/
.breadcrumb {
	padding-left: 0 !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 >> N2 ss slide active n2 ss slide focus **/
div.n2-ss-slide--focus {
	z-index: 10 !important;
}

