#search_home_container{
  display: none;
}
body[class^="template-index"] nav div div #search_home_container,
body[class^="template-event"] nav div div #search_home_container { 
  display: block;
}


.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  border-radius: 100px;
  background: #eeeeee;
  border: none;
  height: 35px;
  margin-top: 2px;
}
.select2-container--default .select2-selection--single::after {
  content: "\f002";
  position: absolute;
  top: 6px;
  font-family: FontAwesome;
  right: 14px;
  opacity: .9;
  font-size: 17px;
  color: #333;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
    line-height: 35px !important;
}


.btn-search-close {
  border: none;
  background: white;
  position: absolute;
  padding: 3px 8px;
  border-radius: 36px;
  color: #333;
  top: 5px;
  right: 8px;
}
.btn-search-close:focus {
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0 !important;
    border-bottom: 1px solid #cbcbcb !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus, .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-dropdown {
  margin-top: -30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
        border-bottom: 1px solid #bbb;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-search--dropdown, .results__message, .select2-results__message  {
  padding: 10px !important;
}

.select2-dropdown {
  border: 1px solid #e0dfdf !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  margin-top: -35px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f3f8fc !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f3f8fc !important;
  
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 14px;
    color: #777 !important;
}

.select2-results__option p {
    padding: 0 !important;
    margin: 0 !important;
  text-align: center;
}

.select2-results__option {
    border-bottom: 1px solid #dee2e5;
}

.navbar-search {
  width: 398px;
}
@media (max-width: 992px) {
  .navbar-search {
      width: 335px;
  }
}

@media (max-width: 768px) {
  .navbar-search {
      width: 100%;
  }
    #search_home_container {
      height: 50px !important;
      background: #f0f0f0;
  }
.select2-container--default .select2-selection--single .select2-selection__rendered {
        border-bottom: 0;
}
}

.search-container {
    width: 100%;  
    margin-top: 8px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .search-container {
    width: 100%;  
    margin-top: 5px;
    padding: 0 10px;
  }
}

div[thumb-container] {
    background: #f1f1f1; 
}

.select2-results__option.loading-results {
    padding-bottom: 12px !important;
}