/* Add Styling to Admin Area */

/*----------------------------------------------------
	HIDE REDUX PROMOTIONAL MESSAGE
---------------------------------------------------- */

[id*="redux_blast_"].redux-notice {
	display: none !important;
}


/*----------------------------------------------------
	REDUX CUSTOM STYLING
---------------------------------------------------- */

.redux-container #section-thinkup_redux_variables-thinkup_homepage_section1_link,
.redux-container #section-thinkup_redux_variables-thinkup_homepage_section2_link,
.redux-container #section-thinkup_redux_variables-thinkup_homepage_section3_link,
#customize-controls li#thinkup_redux_variables-thinkup_homepage_section1_link,
#customize-controls li#thinkup_redux_variables-thinkup_homepage_section2_link,
#customize-controls li#thinkup_redux_variables-thinkup_homepage_section3_link {
	border-bottom: 1px solid #E7E7E7 !important;
}

/* Override extention css to always show blog layout setting */
#customize-controls #thinkup_redux_variables-thinkup_blog_style1layout.thinkup-hide {
    display: block !important;
}


/*---------------------------------------------------- 
	HIDE META OPTION FROM SHORTCODE CATEGORIES LIST
---------------------------------------------------- */
#thinkupshortcodes-categories option[value="metaoptions"] {
	display: none;
}


/*---------------------------------------------------- 
	HIDE IN-DEVELOPMENT FEATURES
---------------------------------------------------- */

#section-thinkup_portfolio_style fieldset ul li:nth-child(2),
#section-thinkup_project_navigationswitch,
section-thinkup_portfolio_textcheck {
	display: none;
}
#section-thinkup_styles_colorscheme,
._thinkup_meta_colorscheme {
	display: none;
}


/*---------------------------------------------------- 
	FIX REDUX IMAGE ISSUE - MEDIA UPLOADER
---------------------------------------------------- */

.redux-slides-image {
	max-height: 340px;
	max-width: 340px;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #E3E3E3;
	background: #F7F7F7;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}