#submit {
    width: 195px;
    padding: 8px 15px;
    background: #149595;
    color: #fff;
    border: none;
    box-shadow: none;
    margin-left: 15px;
}

.result {
    position: relative;
    display: flex;
    flex-wrap: wrap;
     justify-content: start;
}

.wrap {
    position: relative;
    margin: 4px;
    flex: 1 1 auto;
flex-basis: 300px;
    text-align: center;
    width: 310px;
    max-width: 310px;
    align-items:start;
    margin-left: -2px;
}

.wrap .title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    z-index: 999;
    background: rgba(255, 255, 255, 0.6);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wrap:hover .title {
    display: flex;

}

.wrap .title>a {
    color: #222;
    display: block;
    font-size: 20px;
    font-weight: bold
}

.wrap .title .readmoreVignette {
    right: auto;
    top: 60%;
    bottom: auto;
}

.wrap .title .readmoreVignette a {
    color: #fff;
}


#input-field {
    position: relative;
    height: 35px;
    padding-left: 15px;
    border-radius: 7px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px 0px #fff;
    box-sizing: content-box;
    line-height: 10px !important;
    padding-top: 15px;
}

input {
    border: none;
}

#overlay {
    display: none;
    position: absolute;
    top: 6px;
    right: 20px;
    width: 40%;
}

#overlay-input {
    display: none;
    position: absolute;
    top: 2px;
    right: 0px;
    width: 50%;
}

#artists {
    display: flex;
    margin-bottom: 5px;
}

#artists>*{margin:15px;}
#wrap-overlay {
    width: 200px;
    height: 40px;
    overflow: hidden;
}

#wrap-overlay img {
    margin-top: -15px;
}
.reset{color:#EE2B7B;}
.reset:hover{cursor: pointer}
.formfield-select {
    position: relative;
    width: 290px;
}

.formfield-select--container {
    position: relative;

    background-color: #fff;
    border: #ccc 1px solid;
    margin: 0 0 5px 0;
    border-radius: 7px;
    overflow: hidden;
}

.formfield-select--container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
    padding: .75em;
    border-radius: 0;
    overflow: hidden;
    text-overflow: ellipsis;

}

.formfield-select--container::after {

    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: .75em;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: #EE2B7B;
    border-width: 11px;
    border-style: solid;
    pointer-events: none;

}

#search_artist{padding-right:15px;}

#full-width-page-wrapper #input-field .fa-times-circle{padding-right:15px;color:#EE2B7B;display: none}
