.widget-area .widget_codelizar_pf span{
    height: 21px!important;
    padding: 1px 14px 0px 28px!important;
    border-radius: 4px!important;
    background-color: #32373c!important;
    color: #fff!important;
}
.pinterest_large_btn {
    display: inline-block;
    text-align: center;
    position: relative!important;
    height: 40px!important;
    color: #363636;
    border: 0px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 3px;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    height: 20px;
    padding: 0 0px 0 15px;
    white-space: nowrap;
    vertical-align: baseline;
}

.pinterest_large_btn :hover {
    background-color: grey;
    transition-duration: 0.5s;
    color: white;
}


.pinterest_large_btn span{
  text-align: center;
    font-size: 16px!important;
    padding: 9px!important;
    height: 40px!important;
    line-height: 24px!important;
  box-shadow: none!important;
}
.pinterest_large_btn span::after{
    top: 14px;
    left: -7px;
    height: -webkit-fill-available;

}
