﻿.fabulous-01 .d-disco-field,
.fabulous-01 .d-adi-name {
}
.fabulous-01 .d-adi-url,
.fabulous-01 .d-adi-name {
    display: none;
}




.fabulous-01 .d-field-top-menu-item:hover {
    animation: bounce 0.6s;
    color: cornflowerblue;
}

.fabulous-01 .d-field-top-menu-item {
    background-color: transparent;
    color: white;
}

designer.w-site div.w-panel.d-section,
.site-mode-studio-preview.w-site div.w-panel.d-section, 
.wallet-enabled-false.w-site div.w-panel.d-section,
.site-mode-studio-designer.w-site div.w-panel.d-section-panel,
.site-mode-studio-preview.w-site div.w-panel.d-section-panel,
.wallet-enabled-false.w-site div.w-panel.d-section-panel {
    color: white !important;
}

 
.w-edit-mode-off .d-section-panel {
    color: white;
    background-color: transparent;
}

.w-edit-mode-off .d-section-panel .w-header {
    color: white;
    background-color: transparent;

}

    .w-edit-mode-off .d-section-panel .w-content {
        color: white;
        background-color: transparent;
    }



.fabulous-01.w-edit-mode-off.w-site {
    background-color: black;
}


@keyframes bg-pan-left2 {
    0% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 200%;
    }
}

.contentMenuItemUrl {
    flex-direction: column;
    width: 100%;
}

.fabulous-01 .d-section-Main1 > .w-bg2-layer {
    animation: bg-pan-left2 8s ease 0s infinite normal both;
}

.fabulous-01 .d-section-Main2 >.sectionMain2Description2 {
    animation: anim-icon-bounce 2s ease-out 0s infinite normal both;
}