.et-fb-page-creation-card-wrapper:nth-child(2), .et-fb-settings-modal-module-credits {
    display:none !important;
}


.php-error #adminmenuback, .php-error #adminmenuwrap {
    margin-top: 0 !important;
}

/*  AdminBar  */
#wpadminbar #wp-admin-bar-support-link {
    background-color: #066bc6;
}
#wpadminbar #wp-admin-bar-support-link .ab-icon:before {
    content: '\f223';
    width: 28px;
    font-size:24px;
    color: #fff;
}
#wpadminbar #wp-admin-bar-support-link:hover {
    color: inherit;
}

#wpadminbar #wp-admin-bar-video .ab-icon:before {
    content: '\f126';
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
}
.admin_bar_menu__video .ab-item.ab-empty-item {
    cursor: pointer !important;
}
#wpadminbar .admin_bar_menu__video span.ab-title {
    padding-left: 18px;
}
#wpadminbar #wp-admin-bar-video .ab-icon:before:hover {
    color: #00b9eb !important;
}

#wpadminbar #wp-admin-bar-settings-link {
    background-color: inherit;
}
#wpadminbar #wp-admin-bar-settings-link .ab-icon {
    top: 1px;
}
#wpadminbar #wp-admin-bar-settings-link .ab-icon:before {
    content: '\f111';
    width: 28px;
    font-size:20px;
    color: #fff;
}
#wpadminbar #wp-admin-bar-settings-link:hover {
    color: inherit;
}


#wp-admin-bar-et-disable-visual-builder {
    background-color: #7e3bd0 !important;
    height: 32px;
}
#wp-admin-bar-et-disable-visual-builder a:before {
    font-family: ETmodules !important;
    content: "\e625";
    font-size: 30px !important;
    width: 28px;
    margin-top: -3px;
    color: #fff !important;
}
#wp-admin-bar-et-disable-visual-builder:hover a:before {
    color: #7e3bd0 !important;
}
#wp-admin-bar-et-disable-visual-builder a:hover,
#wp-admin-bar-et-disable-visual-builder:hover a {
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    color: #fff !important;
}

.no-display {
    display: none !important;
}
.ocdi__gl-header_sticky {
    position: fixed;
    top: 0;
    width: calc(100% - 280px) !important;
    z-index: 999;
    margin: 32px 40px 20px 0;
    box-shadow: 0 8px 6px -6px gray;
    animation:animatetop 0.4s;
}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@media (max-width: 960px) { 
    .ocdi__gl-header_sticky {
        width: calc(100% - 156px) !important;
    }
}
@media (max-width: 782px) { 
    .ocdi__gl-header_sticky {
        width: calc(100% - 110px) !important;
        margin-top: 46px;
    }
}
.tooltip {
    position: relative;
    transition: .3s !important;
}
.tooltip::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit;
    transition: .5s;
  }

.tooltip:hover::before {
    -webkit-filter: brightness(55%);
    filter: brightness(55%);
}
.tooltip .tooltiptext {
    visibility: hidden;
    cursor: pointer;
    background: #2D3348;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    border: none;

    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -51px;
    
    z-index: 999;  
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transition: .5s;
}


.tooltipf .tooltiptextf {
    visibility: hidden;
    cursor: pointer;
    background-color: #2D3348;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    border-radius: 3px;
    border: none;
   
    position: relative;
    bottom: 25px;
    left: 50%;
    margin-left: -49px;
    z-index: 999;
}

.tooltipf:hover .tooltiptextf {
    visibility: visible;
}

.et-fb-button--toggle-add {
    opacity: 0 !important;
    display: none !important;
}

/* Divi Metric Notice */ 
.dm-notice {
	color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}


.body-blackout {
    position: fixed !important;
    z-index: 999999 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .65) !important;
    display: none !important;
}
.body-blackout.is-blacked-out {
    display: block !important;
}

.popup-modal {
    height: 365px;
    width: 650px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-in-out;
    z-index: 9999999;
}
.popup-modal.is--visible {
    opacity: 1;
    pointer-events: auto;
}
    
.popup-modal__close {
    position: absolute;
    color: #fff !important;
    right: 8px;
    top: 10px;
    cursor: pointer;
}

.body-noscroll-modal {
    overflow: hidden;
}

/* Remove change theme from customizer */
li#accordion-section-themes {
    display: none !important;
}

.et-social-vk a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f189";
}
.et-social-whatsapp a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f232";
}
.et-social-viber a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f409";
}
.et-social-discord a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f392";
}
.et-social-tiktok a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\e07b";
}
.et-social-twitch a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f1e8";
}
.et-social-odnoklassniki a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f263";
}
.et-social-telegram a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f3fe";
}
.et-social-twitter a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f099";
}
.et-social-facebook a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f39e";
}
.et-social-skype a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f17e";
}
.et-social-google-plus a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f0d5";
}
.et-social-pinterest a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f231";
}
.et-social-linkedin a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f0e1";
}
.et-social-tumblr a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f173";
}
.et-social-instagram a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f16d";
}
.et-social-flikr a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f16e";
}
.et-social-myspace a.icon:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: "\f0c0";
}
.et-social-dribbble a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f17d";
}
.et-social-youtube a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f167";
}
.et-social-vimeo a.icon:before {
    font-family: "Font Awesome 5 Brands" !important;
    content: "\f27d";
}
.et-social-rss a.icon:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    content: "\f09e" !important;
}
