HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpamazingsecret/wp-content/themes/porto/scss/theme/gui/_infinite-scroll.scss
#infscr-loading {
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    width: 100%;
    height: 0;
    text-align: center;

    img {
        display: none !important;
    }

    .page-faqs & {
        margin-top: -40px;
    }
}

.pagination.load-more {
    span,
    a,
    .next:before {
        display: none;
    }
    .next {
        display: block;
        float: none;
        padding: 1.0833em 2.5em;
        font-size: 12px;
        line-height: 1.3333;
        border-width: 1px;
        width: 100%;
        height: auto;
        text-indent: 0;
        border-color: #e7e7e7;
        background: none;
        font-weight: 700;
        text-transform: uppercase;
        color: #555;
        transition: background-color .2s, color .2s, border-color .2s, opacity .2s;
    }
}
.pagination-wrap.load-more {
    position: relative;
    margin: 25px 0;
    .bounce-loader {
        display: none;
    }
}