.bullet strong{
    background:#29333c;
    color:#fff;
    padding:0 2px;
    display:inline-block;
    font-weight:normal;
}
.embedforminposts{
    border:3px solid #29333c;
    padding:20px;
    background:white;
}
.embedforminposts ul,.wpforms-form ul{
    list-style-type:none !important;
}


/** incipit comments **/
.comments-incipits{
    padding:20px;
    background:#fff;
    border: 2px solid #33c0a4;
    border-radius:20px;
    position: relative;
}
.comments-incipits .comments-incipits-im{
    background:#33c0a4;
    padding: 6px;
    border-radius:100%;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.comments-incipits .comments-incipits-im svg{
    fill:transparent;
}
.comments-incipits .comments-incipits-im svg path.wpd-bubble-count-first{
    fill:#fff !important;
}
.comments-incipits ul{
    list-style-type:none;
    padding:0;
}
.comments-incipits ul li{
    display:inline-block;
    padding:5px 10px;
    margin:5px 10px 5px 0;
    border:1px solid #ccc;
    background:#efefef;
    border-radius:20px;
    cursor: pointer;
}