/**
 * Theme Name: Apidae
 * Template:   generatepress
 * ...other header fields
 */

.page-container {
  width: 100%;
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

body.blog .wp-block-search__button.has-icon {
  width: 64px;
  background-image: url("./images/search.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

/*Start Filter*/
.filter_widget {
  margin: 0;
  padding: 60px 15px;
  background-color: #FFEFD2;
  background-image: url("./images/world-globe.png");
  background-position: top left;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
  z-index: 1;
}

.filter_widget .filter {
  max-width: 639px;
  padding: 14px 16px;
  background-color: white;
  border-radius: 200px;
}

.filter_widget .title {
  margin-bottom: 25px;
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

.filter_widget .filter .filter_holder:first-child .select2 {
  border-right: none;
}

.filter_widget .select2-selection__rendered {
  padding: 8px 16px!important;
  margin-right: 10px;
  border: 1px solid #FEB737;
  border-radius: 200px;
  font-size: 15px!important;
  line-height: 25px!important;
  color: #525252!important;
}

.filter_widget .select2-selection__arrow:before {
  width: 22px!important;
  height: 13px!important;
  right: 20px!important;
  mask-image: url("./images/arrow-down.svg")!important;
  background-color: #525252!important;
}

span.select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #FEB737!important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track-piece {
  background-color: #FFEFD2;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #FEB737;
}

@-moz-document url-prefix() {
  .select2-container--default .select2-results>.select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #FEB737 #FFEFD2;
  }
}

.filter_widget .filter_button {
  width: auto;
  height: auto;
  padding: 8px 40px;
  background-color: #FEB737;
  border-radius: 100px;
}

.filter_widget .filter_button svg {
  display: none;
}

.filter_widget .filter_button:before {
  content: 'Search';
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.filter_widget .filter_button:hover {
  background-color: #fecb6c;
}

.market_content .market_results {
  margin-bottom: 50px;
}

.modal_market .modal-body input[type=submit]:hover {
  background-color: #fecb6c;
}

@media (max-width: 767px) {
  .filter_widget {
    background-image: url("./images/world-globe-mob.png");
  }

  .filter_widget .filter {
    border-radius: 24px;
  }

  .filter_widget .select2-selection__rendered {
    margin-right: 0;
  }

  .filter_widget .filter_button {
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .filter_widget {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .filter_widget .filter .filter_holder {
    flex-direction: column;
  }

  .filter_widget .filter_button {
    margin-left: 0;
    margin-top: 15px;
  }
}

/*End Filter*/