.portfolio-items.hide, .landscapes.hide {
    display: none;
}

.loadMore{
    margin-top: 20px;
    margin-bottom: 20px;
}

.LocationSearchResult{
    font-size: 16px;
    color: #000;
}

a#loadMore {
    background: red;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 40px;
}

.search{
    padding-top: 10px;
}

.search .search-input{
    padding-right: 0px;
}

.search .search-btn{
    padding-left: 0px;
    padding-right: 0px;
}

.search .search-input input{
    border-radius: 2px 0 0 2px;
}

.search .search-btn a{
    width: 100%;
    border-radius: 0 2px 2px 0;
    padding: .7rem;
    border: 1px solid #0098ef;
    background: #0098ef;
    font-weight: bold;
}

.ActivitySearchBtnIcon{
    display: none;
}

@media only screen and (max-width: 767px) {
  .search .search-input {
    padding: 0 0 0 10px;
    margin-bottom: -15px;
  }
  .search .search-btn {
    padding: 0 10px 10px 0;  
  }
  .ActivitySearchBtnIcon{
    display: block;
  }
  .ActivitySearchBtnText{
    display: none;
  }
}
