form {
  margin: 0;
  padding: 0;
  list-style: none; }

.search-toolbar {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  height: 41px;
  white-space: nowrap;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 4px; }
  @media only screen and (max-width: 992px) {
    .search-toolbar {
      height: auto;
      flex-direction: column; } }
  .search-toolbar .search {
    width: 314px;
    display: flex;
    align-items: center;
    padding-right: 12px; }
    @media only screen and (max-width: 992px) {
      .search-toolbar .search {
        width: auto; } }
  .search-toolbar .form-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    position: relative;
    width: 100%;
    padding: 0; }
    @media only screen and (max-width: 992px) {
      .search-toolbar .form-inline {
        padding: 4px 0; } }
    .search-toolbar .form-inline .algolia-autocomplete {
      position: initial !important;
      display: flex !important;
      align-items: center;
      flex-direction: row;
      font-weight: bold;
      padding: 0;
      width: 100%; }
      .search-toolbar .form-inline .algolia-autocomplete .ad-example-input {
        width: 100%; }
      .search-toolbar .form-inline .algolia-autocomplete .title {
        line-height: initial !important;
        padding: initial !important;
        margin-bottom: initial !important;
        text-transform: initial !important; }
    .search-toolbar .form-inline .btn {
      margin-left: 3px;
      border-radius: 3px;
      padding-top: 5px;
      padding-bottom: 5px; }
  .search-toolbar select {
    width: 150px; }
    @media only screen and (max-width: 992px) {
      .search-toolbar select {
        display: block;
        width: 100%; } }
  .search-toolbar div {
    padding-right: 8px; }
    @media only screen and (max-width: 992px) {
      .search-toolbar div {
        padding: 4px 12px;
        width: 100%; } }
  @media only screen and (max-width: 992px) {
    .search-toolbar .search-input-wrapper {
      width: 100%; } }

ul.object-items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 3px; }
  ul.object-items .location-notice {
    font-weight: bold; }
    ul.object-items .location-notice .location {
      color: #428a13 !important; }
  ul.object-items.small li {
    height: 200px;
    width: 200px; }
    @media only screen and (max-width: 992px) {
      ul.object-items.small li {
        width: 100%; } }
    ul.object-items.small li h3 {
      font-size: 18px; }
  ul.object-items li {
    flex: 0 1 auto;
    height: 300px;
    width: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin: 8px 6px; }
    ul.object-items li:last-child {
      margin-bottom: 0; }
    ul.object-items li:before {
      z-index: 1;
      width: 100%;
      content: '';
      height: 70%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%); }
    @media only screen and (max-width: 992px) {
      ul.object-items li {
        width: 100%; } }
    ul.object-items li a:hover h3, ul.object-items li.clickable:hover h3 {
      text-decoration: underline; }
    ul.object-items li .item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
    ul.object-items li a.item-link {
      width: 100%;
      height: 100%;
      display: flex; }
    ul.object-items li .cci-author {
      position: absolute;
      top: 15px;
      left: -5px;
      color: #333; 
      background: rgb(85,85,85);
      background: radial-gradient(circle, rgba(85,85,85,1) 0%, rgba(119,119,119,1) 35%, rgba(153,153,153,0) 100%); }
      ul.object-items li .cci-author .author-avatar {
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        ul.object-items li .cci-author .author-avatar img {
          border: 2px solid #fff;
          width: 100%;
          height: 100%; }
      ul.object-items li .cci-author a {
        color: #fff;
        line-height: 35px;
        padding-left: 0; }
        ul.object-items li .cci-author a:hover {
          text-decoration: underline; }
    ul.object-items li .item-data {
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff;
      padding: 10px; }
      ul.object-items li .item-data .title {
        background: none;
        padding: 0 !important;
        margin: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        float: initial !important;
        text-transform: initial !important; }
        ul.object-items li .item-data .title:after {
          content: none; }
      ul.object-items li .item-data a {
        color: #fff; }
      ul.object-items li .item-data p {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 10px; }
      ul.object-items li .item-data h3 {
        margin: 0;
        padding: 0;
        list-style: none; }

.map-search-page ul.map-search-results {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 3px; }
  .map-search-page ul.map-search-results .location-notice {
    font-weight: bold; }
    .map-search-page ul.map-search-results .location-notice .location {
      color: #428a13 !important; }
  .map-search-page ul.map-search-results li {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #fff;
    border-bottom: 0;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 6px; }
    .map-search-page ul.map-search-results li:last-child {
      margin-bottom: 0; }
    .map-search-page ul.map-search-results li:before {
      z-index: 1;
      width: 100%;
      content: '';
      height: 70%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.8) 100%); }
    .map-search-page ul.map-search-results li .item {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2; }
    .map-search-page ul.map-search-results li a.item-link {
      width: 100%;
      height: 100%;
      display: flex; }
    .map-search-page ul.map-search-results li .cci-author {
      position: absolute;
      top: 15px;
      left: -5px;
      color: #333; }
      .map-search-page ul.map-search-results li .cci-author .author-avatar {
        width: 35px;
        height: 35px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .map-search-page ul.map-search-results li .cci-author .author-avatar img {
          border: 2px solid #fff;
          width: 100%;
          height: 100%; }
      .map-search-page ul.map-search-results li .cci-author a {
        color: #fff;
        line-height: 35px;
        padding-left: 0; }
        .map-search-page ul.map-search-results li .cci-author a:hover {
          text-decoration: underline; }
    .map-search-page ul.map-search-results li .item-data {
      z-index: 2;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff;
      padding: 10px; }
      .map-search-page ul.map-search-results li .item-data a {
        color: #fff; }
      .map-search-page ul.map-search-results li .item-data p {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-bottom: 10px; }
      .map-search-page ul.map-search-results li .item-data h3 {
        margin: 0;
        padding: 0;
        list-style: none; }

.map-search-page .map_search_main {
  display: flex;
  flex-direction: row;
  height: 768px; }
  .map-search-page .map_search_main .sidebar {
    position: relative;
    width: 317px;
    display: flex;
    flex: 0 0 auto;
    transition: width 0.35s; }
    .map-search-page .map_search_main .sidebar.hidden-sidebar {
      width: 40px; }
    @media only screen and (max-width: 992px) {
      .map-search-page .map_search_main .sidebar {
        width: 100%; }
        .map-search-page .map_search_main .sidebar.force_map_mobile {
          display: none; }
        .map-search-page .map_search_main .sidebar .sidebar-toggle-button {
          display: none; } }
    .map-search-page .map_search_main .sidebar .map-sidebar {
      height: 100%;
      width: 100%;
      overflow-y: auto; }
      .map-search-page .map_search_main .sidebar .map-sidebar::-webkit-scrollbar {
        -webkit-appearance: none; }
      .map-search-page .map_search_main .sidebar .map-sidebar::-webkit-scrollbar:vertical {
        width: 6px; }
      .map-search-page .map_search_main .sidebar .map-sidebar::-webkit-scrollbar:horizontal {
        height: 6px; }
      .map-search-page .map_search_main .sidebar .map-sidebar::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 3px; }
        .map-search-page .map_search_main .sidebar .map-sidebar::-webkit-scrollbar-thumb:hover {
          background-color: rgba(0, 0, 0, 0.3); }
      .map-search-page .map_search_main .sidebar .map-sidebar::-webkit-scrollbar-track {
        border-radius: 3px; }
  .map-search-page .map_search_main .map {
    width: 100%;
    flex: 1 1 auto; }

.test-test-test {
  color: red; }
