body .site-content .widget_archive_wrapper .select-wrap, .editor-block-list__block .widget_archive_wrapper .select-wrap {
    position: relative;
}

body .site-content .widget_archive_wrapper .select-wrap select, .editor-block-list__block .widget_archive_wrapper .select-wrap select {
    display: block;
    border-radius: 0;
    height: 50px;
    line-height: 24px;
    width: 100%;
    border: 1px solid #bfbfbf;
    color: #797979;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none;
    padding: 10px 20px;
}

body .site-content .widget_archive_wrapper .select-wrap:before, .editor-block-list__block .widget_archive_wrapper .select-wrap:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #797979;
    content: '';
    display: block;
    height: 8px;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    width: 0.65em;
    z-index: 10;
}
