.wpdmi-archive-title {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}

.archive-filter {
  margin: 0 10px;
  position: relative;
  flex: 0 0 150px;
  width:150px;
  height: 36px;
}

/*@media only screen and (max-width: 1024px) {*/
@media only screen and (max-width: 1149px) {
  .wpdmi-archive-title {
    flex-direction: column;
    padding: 0 10px;
  }
  
  .archive-filter {
    margin: 20px 0 0 0;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .archive-filter .jq-selectbox {
    width:100%!important;
  }
}