body .ddp-tab-section div.sectionSaved,
body .ddp-tab-module div.sectionSaved {
    display: block !important;
    text-align: center !important;
    max-width: 550px;
    margin: 40px auto;
    line-height: 155%;
}

body .ddp-tab-section div.sectionSaved p,
body .ddp-tab-module div.sectionSaved p {
    font-size: 16px;
    margin: 0 !important;
    padding: 0 !important;
}

body .ddp-tab-section a.ddp_reload:hover,
body .ddp-tab-section a.ddp_reload:focus,
body .ddp-tab-section a.ddp_reload:active,
body .ddp-tab-section a.ddp_close:hover,
body .ddp-tab-section a.ddp_close:focus,
body .ddp-tab-section a.ddp_close:active,
body .ddp-tab-module a.ddp_reload:hover,
body .ddp-tab-module a.ddp_reload:focus,
body .ddp-tab-module a.ddp_reload:active,
body .ddp-tab-module a.ddp_close:hover,
body .ddp-tab-module a.ddp_close:focus,
body .ddp-tab-module a.ddp_close:active {
    background: #76f546;
    box-shadow: none;
}

body .ddp-tab-section a.ddp_reload,
body .ddp-tab-section a.ddp_close,
body .ddp-tab-module a.ddp_reload,
body .ddp-tab-module a.ddp_close {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
    color: #fff;
    text-shadow: none;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: #00c0ff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0 20px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

body .ddp-tab-section a.ddp_reload,
body .ddp-tab-section a.ddp_close,
body .ddp-tab-module a.ddp_reload,
body .ddp-tab-module a.ddp_close {
    border-bottom: none !important;
    text-align: center;
    margin: 12px auto;
    display: block;
    max-width: 270px;
}

body .ddp-tab-section a.ddp_reload,
body .ddp-tab-module a.ddp_reload {
    max-width: 320px;
}

body #et-fb-settings-column .et-fb-settings-tabs-nav-item a,
body.et-db #et-boc .et-fb-settings-tabs-nav-item a {
    padding: 13px 13px !important;
}

img.ddp_preview {
    max-width: 100%;
    display: block;
}

div.et-fb-settings-options-tab-modules_library ul li.with-image,
div.et-fb-settings-options-tab-modules_library ul li.added-image {
    padding: 0 !important;
    max-height: none !important;
}

div.et-fb-settings-options-tab-modules_library ul li.with-image:hover {
    max-height: none !important;
}

div.et-fb-settings-options-tab-modules_library ul li.with-image img.ddp_preview:not(:nth-child(2)) {
    display: none !important;
}

div.et-fb-settings-options-tab-modules_library ul li.with-image span.et_module_title {
    text-align: center;
}

.et-db #et-boc .et-l .et-fb-modal-add-module-container .ddp-option-parent .et-fb-settings-options {
    padding: 0 !important;
}

@media only screen and (max-width: 1200px) {
    body div.et-fb-settings-options-tab-modules_library ul li {
        width: 48% !important;
        margin: 0 2% 3% 0 !important;
    }
}

@media only screen and (max-width: 500px) {
    body div.et-fb-settings-options-tab-modules_library ul li {
        width: 100% !important;
        margin: 0 0 3% 0 !important;
    }
}

html #et-fb-font_icon li.ddp-fa-icon {
    background: #eee !important;
    padding: 11px !important;
    width: 36px;
}

html #et-fb-font_icon li.ddp-md-icon {
    background: #e4e4e4 !important;
    padding: 9px 11px 14px !important;
    width: 36px;
}

html #et-fb-font_icon li.ddp-fa-icon.active,
html #et-fb-font_icon li.ddp-md-icon.active,
html #et-fb-font_icon li.ddp-et-icon.active {
    background-color: #008bdb !important;
}

body div.ddp-search-added .ddp-icon-tabs {
    margin-top: 5px;
    margin-bottom: 5px;
}

body div.ddp-search-added .ddp-icon-tabs span {
    padding: 4px;
    margin: 5px 2px;
    display: inline-block;
    font-size: 14px;
}

body div.ddp-search-added .ddp-icon-tabs span.active {
    font-weight: bolder;
    border: 2px solid;
}

body div.ddp-search-added .ddp-icon-tabs span:hover {
    cursor: pointer;
}

body div.ddp-search-added .ddp-icon-tabs span.ddp-icon-tab-et {
    background: #f1f5f9;
}

body div.ddp-search-added .ddp-icon-tabs span.ddp-icon-tab-fa {
    background: #eee;
}

body div.ddp-search-added .ddp-icon-tabs span.ddp-icon-tab-md {
    background: #e4e4e4;
}

body div.ddp-search-added .ddp-icon-tabs span.ddp-icon-tab-all {
    margin-left: 0 !important;
}

body div.ddp-search-added .ddp-search-field {
    max-width: 190px;
}

body li.ddp_divi_icon.hidden {
    display: none !important;
}

div.ddp_icon_in_use {
    display: inline-block;
    margin-left: 10px;
    padding-left: 5px;
}

.ddp_icon_in_use span:last-child {
    font-size: 22px;
    vertical-align: middle;
}

.ddp_icon_in_use span:first-child {
    font-style: italic;
    vertical-align: middle;
}

span.ddp-et-icon {
    font-family: 'ETmodules' !important;
}

span.ddp-md-icon {
    font-family: 'Material Icons' !important;
}

span.ddp-fa-icon {
    font-weight: 900 !important;
    font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands' !important;
}

body div.ddp-search-added ul.et-fb-font-icon-list {
    margin-top: 10px !important;
}

body.et-fb #et-boc .et-fb-modules-list li {
    max-height: none !important;
}

body.et-fb .ddp-option-parent,
body.et-fb .ddp-option-parent .et-fb-settings-options.ddp-tab-section,
body.et-fb .ddp-option-parent .et-fb-settings-options.ddp-tab-section iframe {
    height: 100% !important;
    max-height: 100% !important;
    min-height: 800px !important;
    padding: 0 !important;
}

body.page-template-page-template-blank div#custom-ddp-menu {
    display: none !important;
}

body.et-fb #et-boc .et-fb-modules-list li .et_module_title {
    white-space: initial !important;
    line-height: 15px;
    padding-bottom: 3px;
    font-size: 12px;
}

body.et-fb #et-boc .et-fb-modules-list li.added_image,
body.et-fb #et-boc .et-fb-modules-list li.added_image:hover {
    min-height: 180px !important;
    padding: 10px !important;
}

body.et-fb #et-fb-settings-column.ddp-column-parent {
    width: 80% !important;
    min-height: 900px !important;
    left: 9.8% !important;
}

body.et-fb #et-fb-settings-column.ddp-column-parent .ddp-tab-section iframe {
    height: 100% !important;
    max-height: 100% !important;
    min-height: 800px !important;
}

html .et-db.et-fb.et-fb-global-preloader .et-fb-main-settings--add_new_module .et-fb-preloader__loading {
    height: 800px !important;
}

html .et-db.et-fb.et-fb-global-preloader .et-fb-main-settings--add_new_module .et-fb-preloader__loading .et-fb-loader {
    top: 100px !important;
}

body ul[id*='sub-accordion-section-ddp'] input[type='checkbox']:checked:before {
    margin-top: 2px !important;
}

@media screen and (max-height: 1100px) {
    body.et-fb #et-fb-settings-column.ddp-column-parent {
        min-height: 700px !important;
    }

    body.et-fb .ddp-option-parent,
    body.et-fb .ddp-option-parent .et-fb-settings-options.ddp-tab-section,
    body.et-fb .ddp-option-parent .et-fb-settings-options.ddp-tab-section iframe {
        min-height: 550px !important;
    }

    body #et-fb-settings-column.ddp-column-parent .ddp-tab-section iframe {
        min-height: 550px !important;
    }

    body.et-fb #et-fb-settings-column.ddp-column-parent .ddp-tab-section iframe {
        min-height: 550px !important;
    }
}

@media screen and (max-height: 800px) {
    body.et-fb #et-fb-settings-column.ddp-column-parent {
        min-height: 600px !important;
    }

    body.et-fb .ddp-option-parent,
    body.et-fb .ddp-option-parent .et-fb-settings-options.ddp-tab-section,
    body.et-fb .ddp-option-parent .et-fb-settings-options.ddp-tab-section iframe {
        min-height: 500px !important;
    }

    body.et-fb #et-fb-settings-column.ddp-column-parent .ddp-tab-section iframe {
        min-height: 500px !important;
    }
}

@media screen and (max-height: 600px) {
    body.et-fb #et-fb-settings-column.ddp-column-parent {
        min-height: 500px !important;
    }

    body.et-fb .ddp-option-parent,
    body.et-fb .ddp-option-parent .et-fb-settings-options.ddp-tab-section,
    body.et-fb .ddp-option-parent .et-fb-settings-options.ddp-tab-section iframe {
        min-height: 400px !important;
    }

    body.et-fb #et-fb-settings-column.ddp-column-parent .ddp-tab-section iframe {
        min-height: 400px !important;
    }
}
