﻿.text-search {
    float: right;
    height: 40px;
    width: 140px;
    margin-top: 10px;
    background-color: #7a0963;
    border-radius: 3px;
}

.text-search--large {
    width: 240px;
}

.text-search__input {
    float: left;
    -webkit-appearance: none;
    border-radius: 0;
    background-color: transparent;
    border-width: 0;
    color: #ffffff;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 22px;
    margin: 10px 0 0 10px;
    width: 90px;
}

.text-search__input--focus {
    width: 180px;
}

.text-search__icon {
    float: left;
    width: 25px;
    height: 25px;
    margin: 12px 0 5px 10px;
}
