.personal-sidebar .widget .widget-subscribe-form {
    border: 1px solid #818181;
    padding: 0;
    height: 60px;
    margin-bottom: 26px;
}

.personal-sidebar .widget .widget-subscribe-form p {
    display: none;
}

.personal-sidebar .widget .widget-subscribe-form button {
    width: 68px;
    height: 58px;
    border-radius: 0;
    border: 0;
    font-size: 0;
    background: transparent !important;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.33s ease;
}

.wn-form-wrap {
	position: relative;
}

.personal-sidebar .widget .widget-subscribe-form button:hover {
    color: #437df9;
    cursor: pointer;
}

.personal-sidebar .widget .widget-subscribe-form button:before {
    font-family: "linea-arrows-10" !important;
    content: "\e068";
    position: absolute;
    font-size: 33px;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    color: #818181;
    transition: all 0.33s ease;
}

.personal-sidebar .widget .widget-subscribe-form button:hover:before {
    color: #437df9;
    right: 11px;
}

.personal-sidebar .widget .widget-subscribe-form .widget-subscribe-email {
    padding: 10px 17px 11px;
    height: 58px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
}

.personal-sidebar .widget-subscribe-form input[type="text"]::-webkit-input-placeholder {
    font-family: Inconsolata;
    color: #8c8c8c;
    font-size: 16px;
    letter-spacing: -0.01em;
    word-spacing: 0;
}

.personal-sidebar .widget-subscribe-form input[type="text"]::-moz-placeholder {
    font-family: Inconsolata;
    color: #8c8c8c;
    font-size: 16px;
    letter-spacing: -0.01em;
    word-spacing: 0;
}

.personal-sidebar .widget-subscribe-form input[type="text"]::-ms-input-placeholder {
    font-family: Inconsolata;
    color: #8c8c8c;
    font-size: 16px;
    letter-spacing: -0.01em;
    word-spacing: 0;
}

.personal-sidebar .widget-subscribe-form input[type="text"]::-ms-input-placeholder {
    font-family: Inconsolata;
    color: #8c8c8c;
    font-size: 16px;
    letter-spacing: -0.01em;
    word-spacing: 0;
}