::placeholder {
 font-size: 16px;
}

.block-content .search-form-block .searchform #s {
  width: 100%;
}
.gem-search-form {
  display: flex;
  justify-content: center;
}
.gem-search-form label{
  color: #5f727f;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Source Sans Pro';
  display: flex;
    align-self: center;
}
.gem-search-form form {
  position: relative;  
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.gem-search-form.gem-search-form-submit-outside.gem-search-form-submit-bottom form{
  flex-direction: column;
}
.gem-search-form .search-field {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 25px;
  border-radius: 25px;
  border: 0 none;
  box-sizing: border-box;
  outline: 0 none;
}
.gem-search-form.gem-search-form-submit-outside:not(.gem-search-form-submit-bottom) .search-field {
  width: calc(100% - 200px);
}
.gem-search-form.gem-search-form-submit-inside .search-submit {
  position: absolute;
  bottom: 0;
  height: 50px;
  line-height: 50px; 
  right: -1px;  
  background: transparent;
  border: 0 none;
  border-radius: 0px 25px 25px 0px;
  padding: 0 15px;
  margin: 0;
  display: inline-flex;
}
.gem-search-form.gem-search-form-submit-outside .search-submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: auto;
  line-height: 1;
  padding: 0px 10px;
  margin: 0;
  border: 0 none;
  white-space: nowrap;
  vertical-align: middle;    
  border-radius: 25px; 
}
.gem-search-form .search-submit:after {
  content: none!important;
}
.gem-search-form.gem-search-form-submit-inside .search-submit.submit-with-text{
  width: unset;
  display: flex;
}
.gem-search-form.gem-search-form-submit-inside .search-submit .search-submit-icon{
  justify-content: center;
  display: flex;
  align-self: center;
}
.gem-search-form .search-submit .search-submit-icon i{
  font-size: 20px;
  line-height: 50px;
  width: unset!important;
  height: unset!important;
}
.gem-search-form .search-submit .search-submit-icon svg{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.gem-search-form .search-submit .search-submit-text {
  font-weight: 700;
  font-size: 20px;
  width: unset!important;
  height: unset!important;
}


/*from custom*/

.gem-search-form.gem-search-form-style-light .search-field {
  background-color: #ffffff;
}

.gem-search-form.gem-search-form-style-dark .search-submit {
  color: #ffffff;
}

.gem-search-form.gem-search-form-style-dark .search-field {
  color: #99a9b5;
}

.gem-search-form.gem-search-form-style-dark .search-field {
  background-color: #3c3950;
}

.gem-search-form .search-field,
.gem-search-form .search-field:focus,
.gem-search-form .search-submit{
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.gem-search-form .input-submit-spanned{
  display: flex;
  width: 100%;
  flex-direction: row;
}

.gem-search-form.gem-search-form-submit-bottom .input-submit-spanned{
  flex-direction: column;
}


