/* Custom CSS - write your own CSS values to overwrite the ones from m20 */
.facetwp-load-more:after {
    height: auto;
    margin-right: 0;
    vertical-align: bottom;
    width: auto;
    font-size: 40px;
    line-height: 20px;
    font-family: dashicons;
    content: "\f140";
    color: #333;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    transition: color .1s ease-in;
}