HEX
Server: Apache
System: Linux p3plzcpnl504740.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: l2pbkn5l6xav (4972877)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/l2pbkn5l6xav/www/wp-content/themes/prime-business/assets/css/less/widget-css.less
/**
 * --------------------------------------------------------------------------------
 * Widget Styles
 * --------------------------------------------------------------------------------
*/

.sidebar-widgetarea {
    margin-bottom: @line-height;

    img {
        max-width: 100%;
        height: auto;
    }

    input[type="search"] {
        box-sizing: border-box;
    }
}

.widget-title {
    font-weight: 500;
    font-size: @font-size*1.5;
    margin-bottom: 1rem;
}

#wp-calendar {
    th,
    td {
        padding: 6px 8px;
    }
}

.widgetarea li {
    list-style-type: none;
}

.widgetarea ul li::before {
    content: "\f0da";
    font-family: Fontawesome;
    font-size: 1.92rem;
    margin-right: .6rem;
}

.widgetarea ul li ul {
    margin-left: @font-size;
}

.widgetarea {
    select {
        max-width: 100%;
    }

    input {
        .shadow();
    }

    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
}