/*
|--------------------------------------------------------------------------
| START The Events Calendar menu
|--------------------------------------------------------------------------
*/
#wp-admin-bar-tribe-events-settings, #wp-admin-bar-tribe-events-help, #wp-admin-bar-tribe-events-app-shop, #wp-admin-bar-tec-troubleshooting {
    display: none;
}

.eventBritePluginPlug {
    display: none;
}
#EventInfo tr:nth-child(11), #EventInfo tr:nth-child(10) {
    display: none;
}

/*
|--------------------------------------------------------------------------
| END 
|--------------------------------------------------------------------------
*/


.user-pass1-wrap .wp-pwd::after {
    content: "* New users will be required to set their own password upon first login.";
}


/* Members welcome modal
*/
#welcome-modal {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 20px;
    border: 1px solid #000;
    z-index: 1000; /* Ensure it's above other content */
}



/*
|--------------------------------------------------------------------------
| START Top menu
|--------------------------------------------------------------------------
*/


#wpadminbar #wp-admin-bar-earthrisemembersdesktop > .ab-item,
#wpadminbar #wp-admin-bar-earthrisemembersdesktop:hover > .ab-item,
#wpadminbar #wp-admin-bar-earthrisemembersdesktop > .ab-item:hover {
    pointer-events: none;
    background-color: transparent !important;
    color: #72aee6 !important; 
}



/* admin top toolbar icon spacing */
#wpadminbar .quicklinks>ul>li>a , #wpadminbar .ab-item.ab-empty-item {
    padding: 0 15px 0 15px;
}


.ab-item.ab-empty-item {
    cursor: pointer !important;
}


/* top admin toolbar icons */
#wpadminbar #wp-admin-bar-barmyaccount .ab-icon:before {content: '\f111'; top: 3px;}                        /* Account */
#wpadminbar #wp-admin-bar-barmyaccount {margin-right:-4px;}                                                /* Account */
#wpadminbar #wp-admin-bar-barmyaccount .ab-icon{margin-right: 1px !important;}                                       /* Account for arrow */
#wpadminbar #wp-admin-bar-viewsite .ab-icon:before {content: '\f102'; top: 3px; white-space:nowrap;}        /* View Site */
#wpadminbar #wp-admin-bar-earthrisehelp .ab-icon:before {content: '\f223'; top: 3px; }                      /* Help */
#wp-admin-bar-earthrisehelp {margin-right: 10px !important;}                                                 /* Help */
/*#wpadminbar #wp-admin-bar-wpse1 .ab-icon:before {content: '\f226'; top: 3px; margin-left: 4px;}              Admin */
#wpadminbar #wp-admin-bar-wpse2 .ab-icon:before {content: '\f105'; top: 3px; margin-left: 6px;}             /* pages */
#wpadminbar #wp-admin-bar-wpse3 .ab-icon:before {content: '\f104'; top: 3px;}                               /* media*/
#wpadminbar #wp-admin-bar-wpse8 .ab-icon:before {content: '\f109'; top: 3px;}                               /* Posts */
#wpadminbar #wp-admin-bar-wpse8 .ab-icon{margin-right: 0 !important;}                                       /* Posts for arrow */
#wpadminbar #wp-admin-bar-wpse_amelia .ab-icon:before {content: '\f469'; top: 3px;}                               /* Amelia */
#wpadminbar #wp-admin-bar-wpse_amelia .ab-icon{margin-right: 0 !important;}                                       /* Amelia for arrow */
#wpadminbar #wp-admin-bar-earthrisepadlock-on .ab-icon:before {content: '\f160'; top: 3px; margin-right:-6px;}      /* Padlock ON*/
#wpadminbar #wp-admin-bar-earthrisepadlock-off .ab-icon:before {content: '\f528'; top: 3px; margin-right:-6px;}      /* Padlock OFF*/
#wpadminbar #wp-admin-bar-barplugin .ab-icon:before {content: '\f106'; top: 3px; margin-right:-6px;}      /* Plugins*/
#wpadminbar #wp-admin-bar-membersadmin .ab-icon:before {content: '\f160'; top: 3px;}                          /*members pages */
#wpadminbar #wp-admin-bar-membersadmin .ab-icon{margin-right: 0 !important;}                                       /* members pages arrow */
#wpadminbar #wp-admin-bar-managemembers .ab-earthrise-sub-icon:before {content: '\f108';}                         /* manage members */
#wpadminbar #wp-admin-bar-earthrisemembersmobile .ab-icon:before {content: '\f333'; top: 3px; margin-left:0;}      /* members mobile hamburger*/
#wp-admin-bar-earthrisemembersmobile .ab-item.ab-empty-item {padding: 0 15px 0 0 !important;}      /* members mobile hamburger*/

#wpadminbar #wp-admin-bar-my-account-my-profile .ab-earthrise-sub-icon:before {content: '\f110';}                         /* Account > My Profile */
#wpadminbar #wp-admin-bar-my-account-users .ab-earthrise-sub-icon:before {content: '\f307';}                               /* Account > Users */
#wpadminbar #wp-admin-bar-my-account-stats .ab-earthrise-sub-icon:before {content: '\f238';}                               /* Account > Stats */
#wpadminbar #wp-admin-bar-my-account-site-settings .ab-earthrise-sub-icon:before {content: '\f107';}                     /* Account > Site Settings */
#wpadminbar #wp-admin-bar-my-account-email .ab-earthrise-sub-icon-email:before {content: '\f465';}                     /* Account > Email */
#wpadminbar #wp-admin-bar-my-account-logout .ab-earthrise-sub-icon-logout:before {content: '\f310';}                           /* Account > LogOut */
#wpadminbar #wp-admin-bar-my-account-dashboard .ab-earthrise-sub-icon:before {content: '\f226'; margin-top: 1px;}                                        /* Account > Dashboard */

#wpadminbar #wp-admin-bar-wpse8allposts .ab-earthrise-sub-icon:before {content: '\f173'; top: 3px;}                               /* Posts > All Posts */
#wpadminbar #wp-admin-bar-wpse8categories .ab-earthrise-sub-icon:before {content: '\f318'; top: 3px;}                               /* Posts > Categories */
#wpadminbar #wp-admin-bar-wpse8comments .ab-earthrise-sub-icon-comments:before {content: '\f101'; top: 3px;}                               /* Posts > Comments */

.ab-earthrise-sub-icon:before {font: normal 20px/1 dashicons; padding: 5px 0 3px 0; margin-right:6px;float:left;}

.ab-earthrise-sub-icon-logout:before, .ab-earthrise-sub-icon-email:before,
.ab-earthrise-sub-icon-comments:before {font: normal 20px/1 dashicons; padding: 6px 0 2px 0; margin-right:6px;float:left;}        /* Last sub-menu icon needs different padding */

#wpadminbar .quicklinks .menupop ul li .ab-item {
    height: 30px !important;
}
#wpadminbar .menupop .menupop > .ab-item .wp-admin-bar-arrow::before {
    top: 5px !important;
}

.earthrise-arrow:before {content: '\f140'; top: 6px;   /* Posts arrow*/
      font: normal 14px/1 dashicons;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 1;
    font-family: dashicons;
position: relative;
    float: left;
    speak: none;
    padding: 4px 0 4px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none!important;
    margin-right: 2px;
    margin-left: -1px;
    color:#9CA1A6;
  }               
  

#earthrise-comments-orange-circle {
 display: inline-block;
vertical-align: top;
box-sizing: border-box;
margin: 7px 0 -1px 2px;
padding: 0 5px;
min-width: 18px;
height: 18px;
border-radius: 9px !important;
background-color: #ca4a1f;
color: #fff;
font-size: 11px;
line-height: 1.6 !important;
text-align: center;
}
  

#earthrise-posts-orange-circle {
 display: inline-block;
vertical-align: top;
box-sizing: border-box;
margin: 8px 0 0 2px;
padding: 0 5px;
min-width: 18px;
height: 18px;
border-radius: 9px;
background-color: #ca4a1f;
color: #fff;
font-size: 11px;
line-height: 1.6;
text-align: center;
}



/* Home icon */
#wpadminbar #wp-admin-bar-wpse7 .ab-icon:before {
    content: '\f102'; 
    top: -1px;
    font-size: 32px;
}

/* Hide Home icon when screen below 782px */
 #wpadminbar li#wp-admin-bar-wpse7 {
     display:none;
 }
    
/* Home icon when screen over 782 */ 
@media screen and (max-width: 782px) {
    #wpadminbar li#wp-admin-bar-wpse7{
        display: block!important;
    }
}


/* Dashboard icon */
#wpadminbar #wp-admin-bar-wpse17 .ab-icon:before {
    content: '\f226'; 
    top: -1px;
    font-size: 32px;
}

/* Hide Dashboard icon when screen below 782px */
 #wpadminbar li#wp-admin-bar-wpse17 {
     display:none;
 }
 
/* Dashboard icon when screen over 782 */
@media screen and (max-width: 782px) {
    #wpadminbar li#wp-admin-bar-wpse17{
        display: block!important;
    }
}

/*
|--------------------------------------------------------------------------
| END Top Menu
|--------------------------------------------------------------------------
*/



/* Front end Menu links with '#' will show regular cursor
*/
.menu-item {
    cursor: pointer;
}



/*  Left dashboard menu  */
#collapse-menu {
    display: none;
}




/*
|--------------------------------------------------------------------------
| START Edit Page
|--------------------------------------------------------------------------
*/
/* Hide right document sidebar on Page page */
.edit-post-sidebar__panel-tab {display:none;}



/* hide default editor toolbar */
.edit-post-header__toolbar {
    visibility: hidden;
}

/* hide Tips - also has function in /plugins/earthrise-admin.php */
.block-editor-block-list__layout .block-editor-block-list__block.is-selected > .block-editor-block-list__block-edit::before {
    border-color: white;
}
/* hide box1 around visual builder button */
.block-editor-block-list__layout .block-editor-block-list__block.is-selected > .block-editor-block-list__block-edit::before {
    box-shadow: none;
}



/* add border to page title box */
#post-title-0 {
    border: 1px solid #7e8993;
    border-radius: 5px;
}

/* hide "Pending Review" checkbox 
hides too much
.components-base-control {display:none;}
*/

/* Hide Screen Options */
#screen-meta-links {
    display: none;
}


/*
|--------------------------------------------------------------------------
| END Edit Page
|--------------------------------------------------------------------------
*/



/*
|--------------------------------------------------------------------------
| START Categories Page
|--------------------------------------------------------------------------
*/
.form-wrap.edit-term-notes {
    display: none !important;
}

/*
|--------------------------------------------------------------------------
| END Categories page
|--------------------------------------------------------------------------
*/





/*
|--------------------------------------------------------------------------
| START Profile Page
|--------------------------------------------------------------------------
*/
/* Hide Profile page options */
.user-url-wrap, 
.user-admin-bar-front-wrap, 
.user-description-wrap, 
.user-comment-shortcuts-wrap, 
.user-syntax-highlighting-wrap, 
.cbfm-default-state, 
.user-display-name-wrap, 
.user-nickname-wrap,
.user-rich-editing-wrap {display: none;}

#your-profile h2 {display: none;}

/* Hide option to have weak password on user profile pages */
.pw-weak {display: none !important;}

#application-passwords-section {
    display: none;
}

/*
|--------------------------------------------------------------------------
| END Profile page
|--------------------------------------------------------------------------
*/




/*
|--------------------------------------------------------------------------
| START Page List page
|--------------------------------------------------------------------------
*/
/* Add New page button red */
.page-title-action {border: 1px solid #79002c !important;}

/* Hide Quick Edit */
.row-actions .inline.hide-if-no-js {
    display: none;
}

/* hide administrator filter option on Users list page */
.administrator {
    display: none !important;
}

/* hide ability to change user role on Users list page 
#changeit, #changeit2, #new_role, #new_role2 {
    display: none;
}
*/



/*
|--------------------------------------------------------------------------
| END Page List
|--------------------------------------------------------------------------
*/



.components-modal__screen-overlay {
    display: none;
}


#commentstatusdiv label:nth-of-type(2) {
    display: none;
}



/* Hide Media manager options when selecting images
*/
.attachment-display-settings h2 {
    display: none;
}
.view-attachment, .actions a {
    display: none !important;
}
.setting .align {
    display: none;
}




/* --------------------------------------------------------------------------
 * START Wordfence
*/

/* hide wordfence settings on My Profile page
*/
#wordfence-ls {
    display: none;
}

/* hide wordfence 2FA on users list page
*/
.wp-list-table.widefat.fixed.striped.table-view-list.users tr td:nth-child(7), .wp-list-table.widefat.fixed.striped.table-view-list.users tr th:nth-child(7) {
    display: none;
}



/* -------------------------------------------------------------------------
END Wordfence
*/



/*-------------------------------------------------------------------------
 * START WP MEDIA FOLDER
*/ 

.wpmf_hide_media_menu .media-frame-menu .media-menu-item {
    display: block !important;
}

.media-menu {
    padding-top: 10px !important;
}

.media-frame-menu-heading {
    display: none !important;
}

/*-------------------------------------------------------------------------
 * END WP MEDIA FOLDER
*/ 

