/* Force Admin Bar to ALWAYS DISPLAY even in mobile mode with not logged in. (This should be used in conjunction with  BP Login Toolbar)*/
#wpadminbar {
	position:fixed !important;
	z-index:99999 !important;
}

/* WP Responsive Menu - move responsive menu down to properly compensate for constant admin-bar*/
.wprmenu_bar {
	top: 46px !important;
}

/* WP Responsive Menu - move menu items down to account for constant admin-bar presence*/
.wprmenu_menu_ul {
	padding-top:86px !important;
}

/* Remove Visibility Options from the Publishing metabox*/
#misc-publishing-actions #visibility {
	display: none;
}
/* Remove YouTube Embedded button*/
#ytprefs_wiz_button{
	display: none;
}

/* Remove All non-essential Sidekick guidance buttons such as settings and upgrade advertisements*/
div#sidekick div#sk_taskbar div.sk_toggles button#toggle_feedback {
	display: none;
}
div#sidekick div#sk_taskbar div.sk_toggles button#toggle_preferences {
	display: none;
}
div#sidekick.drawer_open #sk_drawer ul.sk_bucketContainer ul#sk_upgrade {
	display: none;
}
div#sidekick div#sk_taskbar div.sk_debug {
	display: none;
}
div#sidekick div#sk_taskbar div.sk_debug div.step_count {
	display: none;
}
div#sidekick div#sk_taskbar div.sk_debug input {
	display: none;
}
div#sidekick div#sk_taskbar div.sk_debug div {
	display: none;
}
div#sidekick div#sk_taskbar div.sk_powered_by  {
	display: none !important;
}

div#sk_lightbox {
	display: none !important;
}

/*
#sk_drawer > ul > div > ul > ul > ul > li.class="how " {
	display: none !important;
}

#sk_drawer > ul > div > ul > ul > ul > a:href="javascript: sidekick.upgrade" {
/	display: none !important;
}
*/

/* Remove Google Apps Login Fields*/
form#loginform p.galogin {
	display: none;
}
form#loginform h3.galogin-or {
	display: none;
}

/* Remove Google Drive Intergrator Advertisement for Calender Insert*/
#gdm-tabs.nav-tab-wrapper {
	display: none !important;
}

/* Hide the Download file link radio button from the Google Drive Integrator (this is a paid feature) */
div#gdm-linktypes-div.gdm-group div.gdm-downloadable-only {
	display: none !important;
}

/* Hide the "This field can be seen by: XYZ" field from the user profile edit screen */
.field-visibility-settings-toggle {
	display:none !important;
}

.field-visibility-settings-notoggle {
	display:none !important;
}

/* Hide admin bar search field */
#wp-admin-bar-search {
	display: none;
}

/* Hide advertisements from Hide My Site plugin */
#green_ribbon {
	display: none !important;
}

/* Fix small BP Save button when using Cakifo */
#buddypress button, #buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
	font-size: .8em;
}

/* Fix small text for Table of Contents generated by Better Anchor Links  */
.mwm-aal-title, .mwm-aal-container {
	font-size: 16px !important;
}

/* Remove the option for students to uncheck the "Exclude Nudity" box for the Getty Images plugin.
By default the box to "Exclude Nudity" is checked, this makes it so they do not even see 
the option to uncheck the box.*/
div.getty-filter.getty-filter-nudity {
	display: none;
}

/* Hide the Updraft Plus update announcement box. */
#updraft-dashnotice {
	display: none !important;
}
