/* Search form */

.wpdmi-searchform {
  padding: 20px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin: 10px 10px 0 10px;
}

.searchform {
  width: 100%;
}

.wpdmi-search-query-phrase {
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.wpdmi-search-query-phrase span {
  font-weight: normal;
}

.wpdmi-search-filter {
  height:auto;
}

.wpdmi-search-period, .wpdmi-search-category {
  margin-right: 30px;
  margin-bottom: 20px;
  height:auto;
}

.wpdmi-search-period {
  width:150px;
}

.wpdmi-search-category {
  width: 200px;
}

.wpdmi-searchform-label {
  margin-bottom: 10px;
  font-weight: bold;
}

.wpdmi-search-period-date {
  margin-right: 20px;
  text-transform: lowercase;
  font-weight: bold;
}

.searchform input[type="text"] {
  border: 1px solid #d4d4d4;
  outline: none;
  padding: 0 15px;
  height:45px;
  font-size: 15px;
  color: #7a7a7a;
}

.wpdmi-search-query .wpdmi-col {
  position: relative;
  width:100%;
}

.searchform .searchinput {
  width:100%;
  padding: 15px 120px 15px 20px!important;
}

.wpdmi-search-query button {
  position: absolute;
  right:0;
  width:80px;
  height:100%;
  font-size: 20px;
  color: #ffffff;
  background-color: #9b302a;
  outline: none;
  border: 1px solid #9b302a;
  cursor: pointer;
}

.wpdmi-search-query button:hover {
  background-color: #ffffff;
  color: #9b302a;
}

/* */

/*@media only screen and (max-width: 1024px) {*/
@media only screen and (max-width: 1149px) {
  .archive .chosen-container-single .chosen-single {
    text-align: center;
  }
}

@media only screen and (max-width: 560px) {
  .wpdmi-search-filter {
    flex-direction: column;
  }
}