/*
	MWD THEME CSS
*/


/* -- REMOVE PRO FEATURES FOR CLIENT -- */

/* REMOVE CUSTOMIZER TABS  */
/*body.theme-mwd-client .yo-sidebar-tabs {
	display: none !important;
}*/

/* REMOVE CUSTOMIZER HELP / LIBRARY BUTTONS  */
body.theme-mwd-client > div:nth-child(12) > div > div.yo-sidebar.uk-flex-none > div.yo-sidebar-content > div:nth-child(9) > div > div.uk-grid.uk-grid-small.uk-margin-medium {
	display: none !important;
}


/* ADD MORE SPACE FOR H2 TITLE SITE NAME */
body.theme-mwd-client #widgets-right > div.wp-full-overlay-sidebar-content > div.uk-noconflict > div > div > div:nth-child(4) > div:nth-child(2) > h2 {
	margin-top: 65px;
}

/* DISABLE ELEMENTS TAB / PRO PRESETS / MY ELEMENTS */
/*body.theme-mwd-client > div.uk-noconflict > div.uk-modal-container.uk-modal.uk-open > div > div > div {
	display: none !important;
}*/
body.theme-mwd-client div.uk-modal-container.uk-modal.uk-open ul[role=tablist] {
	display: none !important;
}




/* STYLE MWD BUILDER BUTTON */
.tm-editor .tm-button {
	background: #009a9e !important;
}