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/shortcodes/_icon.scss
.porto-icon {
    display: inline-block;
    font-size: 32px;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    box-sizing: content-box !important;
    i {
        line-height: inherit
    }
    svg {
        vertical-align: baseline
    }
}
.porto-icon.none {
    font-size: 35px;
    height: 1em;
    width: auto;
    line-height: 1
}

.porto-just-icon-wrapper[class*="porto-icon-pos-"] {
    display: block;
}
.porto-icon-pos-center {
    margin-left: auto;
    margin-right: auto;
}
.porto-icon-pos-right {
    margin-#{$left}: auto;
}
.porto-icon-pos-left.none {
    text-align: $left;
}
.porto-icon-pos-right.none {
    text-align: $right;
}

.porto-icon.circle {
    border-radius: 50%
}
.porto-sicon-img {
    display: inline-block;
    font-size: 48px;
    text-align: center;
    width: 1em;
    max-width: 100%;
    box-sizing: content-box !important
}
.porto-sicon-img.porto-u-circle {
    width: 1em;
    min-height: 1em;
    background: rgba(214, 214, 214, .44);
    border-radius: 50%;
    padding: .5em
}
.porto-sicon-img.porto-u-circle-img {
    width: 1em;
    min-height: 1em;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.porto-sicon-img.porto-u-circle-img img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: 0;
    max-width: none !important;
    transform: translate3d(-50%, -50%, 0);
}
.porto-sicon-img.porto-u-circle-img.porto-u-img-tall img {
    width: 100%;
    height: auto;
}
.porto-sicon-img.porto-u-circle-img:before {
    content: '';
    position: absolute;
    top: 0;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border: 0px solid #fff;
    border-radius: 100%;
    z-index: 1;
}
.porto-sicon-img.porto-u-square {
    width: 1em;
    min-height: 1em;
    background: rgba(214, 214, 214, .44);
    border-radius: 0;
    padding: .5em
}
.porto-sicon-img .img-icon {
    width: 1em;
    max-width: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block;
    font-size: inherit
}