/*
	MWD YOOTHEME CSS
*/


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

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

/* REMOVE CUSTOMIZER BUTTONS  */
body.yootheme-mwd-client #widgets-right > div.wp-full-overlay-sidebar-content > div.uk-noconflict > div > div > div:nth-child(4) > div.customize-section-title > button,
body.yootheme-mwd-client #widgets-right > div.wp-full-overlay-sidebar-content > div.uk-noconflict > div > div > div:nth-child(4) > div:nth-child(2) > div.uk-grid.uk-grid-small.uk-margin-medium.yo-wp-builder > div.uk-width-auto,
body.yootheme-mwd-client #widgets-right > div.wp-full-overlay-sidebar-content > div.uk-noconflict > div > div > div:nth-child(4) > div.customize-section-title > h3 > button {
	display: none !important;
}

/* ADD MORE SPACE FOR H2 TITLE SITE NAME */
body.yootheme-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.yootheme-mwd-client > div.uk-noconflict > div.uk-modal-container.uk-modal.uk-open > div > div > div {
	display: none !important;
}

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