.no-results{
    padding: 20px;
    text-align: center;
    min-height: 840px;
}
h4.no-results{
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    min-height: none;
}

.shared-layout {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

input.shared-input {}

input.shared-input.input-text {}

input.shared-input.input-checkbox {}

button.shared-submit {}


/* Custom styled checkboxes */

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    pointer-events: none;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    background: transparent;
    border: 2px solid #73984A;
    border-radius: 2px;
    width: 17px;
    height: 17px;
    font-family: "Font Awesome\ 5 Free";
    content: '\f00c';
    color: transparent;
    position: absolute;
    top: 4px;
    left: 1px;
    font-weight: 900;
}

input[type="checkbox"]:checked + label:before { background-color: #73984A; }

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    width: 16px;
    height: 16px;
    font-family: "Font Awesome\ 5 Free";
    font-size: 14px;
    content: '\f00c';
    color: #ddcbbb;
    position: absolute;
    top: 0px;
    left: 2px;
    padding: 0;
    background-color: transparent;
    font-weight: 900;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;    
}

input[type="checkbox"]:not(:checked):hover + label:after {
    opacity: 0.6;
}

.filters-wrapper {
    display: none;
    float: left;
    width: 265px;
}

.filters {
    padding: 20px 25px;
    background: url("/includes/public/assets/images/sand-pattern.png");
    background-repeat: repeat;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}

.filters .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url('/includes/public/assets/images/ic-cancel.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.filters label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
    color: dimgray;
}

.filters .form-group {
    position: relative;
}

.filters .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: silver;
}
.filters .form-group input::-moz-placeholder {
    opacity: 1;
    color: silver;
}
.filters .form-group input:-ms-input-placeholder {
    opacity: 1;
    color: silver;
}
.filters .form-group input:-moz-placeholder {
    opacity: 1;
    color: silver;
}

.filters input.shared-input.input-text {
    width: 100%;
    height: 38px;
    padding: 0 40px 0 15px;
    margin-right: 0;
    margin-bottom: 35px;
    color: silver;
}
.filters input.shared-input.input-text:focus {
    background: white !important;
}
.filters .date{
    padding: 0;
    border: 1px solid #585858;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.filters .date-inputs-container .date { border: 0 none; }

.filters .date-sep { padding: 0;}
.filters .date-sep p{
    color: #444;
    text-align: center;
    line-height: 33px;
    font-size: 15px;
}

.filters input.shared-input.input-date {
    height: 33px;
    padding: 0;
    margin-right: 0;
    color: #444;
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
}

.filters input.shared-input.input-text:focus{background: transparent;}

.filters button.shared-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #40b4e5;
    height: 38px;
    width: 45px;
    margin: 0;
    padding: 7px 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.filters button.shared-submit i {
    color: white;
    margin: 5px;
}

.filters a.clear-filters {
    display: block;
    background-color: #73984A;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 17px;
    transition: all 0.5s;
}

.filters a.clear-filters:hover {
    text-decoration: none;
    background-color: #6c635c;
}

.filters h4 {
    margin-bottom: 0px;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0;
}

.filters ul.filter-items {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.filters ul.filter-items > li input[type="checkbox"] {}

.filters input.disabled[type="checkbox"] + label,
.filters input.disabled[type="checkbox"] {
    display: none;
}

.filters ul.filter-items > li {
    position: relative;
    display: none;
    color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.filters ul.filter-items.view-more > li,
.filters ul.filter-items > li:nth-child(-n+5) {
    display: block;
}

.filters ul.filter-items > li > label {
    margin: 0;
}

.filters ul.filter-items > li > a {
    text-align: left;
}

.filters ul.filter-items > li span {
    color: dimgray;
    margin-left: 5px;
}

.filters ul.filter-items > li.view-more {
    display: block;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    color: #0498d9;
    cursor: pointer;
}

.filters ul.filter-items > li.view-more:hover {
    text-decoration: underline;
}

.filters ul.filter-items > li.view-more {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #49b5e3;
    margin-bottom: 40px;
    transition: all 0.5s;
}

.filters ul.filter-items > li.view-more:hover {
    text-decoration: none;
    color: #1e428a;
}

.filters ul.filter-items > li.view-more i {
    font-size: 17px;
    color: #49b5e3;
    margin-left: 5px;
    transition: all 0.5s;
}

.filters ul.filter-items > li.view-more:hover i {
    color: #1e428a;
}

/* Required to hide cats with no count */
.filters input.disabled[type="checkbox"] + label,
.filters input.disabled[type="checkbox"] {
    display: none;
}

.options .distanceSort,
ul.mobile-options .distanceSort {
    opacity: 0;
    pointer-events : none;
    vertical-align: top !important;
}
.desktop.options > ul[data-sv-distanceSort],
.desktop.options > ul [data-sv-distanceSort] {
    height: 0;
    width: 0;
    opacity: 0;
    pointer-events:none;
}

.events-only ul li[data-sv-distancesort],
.events-only ul[data-sv-distanceSort],
ul.mobile-options .distanceSort {
    opacity: 0.5;
    height: auto;
    pointer-events: none;
}

@media (min-width: 1025px) {
    .filters {
        padding: 40px 20px;
    }
    .filters button.shared-submit i {
        font-size: 15px;
    }
}

.results-wrapper {}

.results {
    padding: 20px 0;
    text-align: center;
}

ul.options {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: url("/includes/public/assets/images/sand-pattern.png");
    background-repeat: repeat;
}

ul.options > li {
    display: inline-block;
}

ul.options .options-cont > li.title,
ul.options .options-cont > li.sort-title {
    padding: 10px 5px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: dimgray;
    line-height: 20px;
    padding-left: 0;
    margin-right: 15px;
}

ul.options > li > span { display: inline-block; }

ul.options > li > a {
    display: inline-block;
    padding: 11px 12px 9px;
    font-size: 13px;
    line-height: 20px;
    color: #685f58;
    text-align: center;
}

ul.options > li > a.selected,
ul.options > li > a.active,
ul.options > li > a:hover { color: #111; }

ul.options > li > a.view-option.selected,
ul.options > li > a.view-option.active,
ul.options > li > a.view-option:hover {
    color: #0498d9;
    border-bottom: 2px solid #0498d9;
}

ul.options .options-cont {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

ul.options .options-cont li {
    padding: 10px 5px;
}

ul.options .options-cont li a {
    padding: 3px 12px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: dimgray;
    line-height: 27px;
    border-radius: 3px;
    border: 1px solid white;
}

ul.options .options-cont li a.active,
ul.options .options-cont li a.selected {
    background: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.4);
}

ul.options .options-cont li a:hover {
    text-decoration: none;
}

ul.mobile-options {
    display: flex;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    list-style: none;
    background: transparent;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
}

ul.mobile-options > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    width: 33.3333%;
}

ul.mobile-options li.sort-disabled {
    pointer-events: none;
    opacity: 0.5;
}

ul.mobile-options > li:last-of-type {
    border-right: 0;
}

ul.mobile-options li a:hover {
    text-decoration: none;
}

ul.mobile-options > li > a {
    display: block;
    padding: 14px 10px 13px;
    font-size: 15px;
    line-height: 22px;
    color: #685f58;
    text-align: center;
}

ul.mobile-options > li i {
    color: #685f58;
    margin-left: 10px;
}

ul.mobile-options > li.active > a > i {
    transform: rotate(180deg);
}

ul.mobile-options li.active > a .fa:not(.fa-search) {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: rotate(180deg);
}

ul.mobile-options ul.options {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

ul.mobile-options .options-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    display: none;
}

ul.mobile-options .options-dropdown::before {
    display: block;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}

ul.mobile-options > li.active > .options-dropdown {
    display: block;
}

ul.mobile-options .options-dropdown.centered {
    right: 0;
    left: 0;
    width: 100%;
}

ul.mobile-options .options-dropdown.centered::before {
    left: 50%;
    border-color: transparent transparent #0498d9 transparent;
}

ul.mobile-options > li.active > .options-dropdown .mobile-filters-wrapper {
    width: 320px;
    text-align: left;
    overflow-y: scroll;
    border-top: 1px solid white;
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
    display: inline-block;
    width: 100%;
}

ul.mobile-options li.filter.active .tab-title::before {
    content: 'Close ';
}
ul.mobile-options li.filter.active a { padding: 11px 5px 9px; }

.filters .filter-heading {
    color: dimgray;
    font-size: 23px;
    line-height: 30px;
}

ul.options .view-by-map {
    display: none;
}

@media (min-width: 641px) {
    ul.options .view-by-map {
        display: inline-block;
    }
}

.shared-map .infoWindow {}

.shared-map .infoWindow h5 {
    margin: 0;
    font-size: 20px;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: #212121;
}

.shared-map .infoWindow h5 a { color: #212121; }

.shared-map .infoWindow ul.contactInfo {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shared-map .infoWindow ul.contactInfo > li {
    margin-bottom: 5px;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #616161;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items span {
    padding-right: 10px;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items a {
    color: #212121;
    text-transform: uppercase;
}

.shared-items-container {
    /*display: none;*/
    width: 100%;
}

.shared-items {
    margin-bottom: 4px;
}

.shared-items .container{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
    padding: 0 15px;
}

.shared-items .shared-item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin: 0 0 10px;
    flex: 0 1 100%;
}

.shared-items .shared-item .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.shared-items .shared-item .shadow .right {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -25%);
    width: 15px;
    height: 130%;
    background: -webkit-radial-gradient(center left, ellipse cover, rgba(0, 0, 0, 0.15), rgba(97, 97, 97, 0.0) 40%);
    background: radial-gradient(ellipse at center left, rgba(0, 0, 0, 0.15), rgba(97, 97, 97, 0.0) 40%);
}

.shared-items .shared-item .shadow .top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 10px;
    transform: translate(15%, -100%);
    background: -webkit-radial-gradient(center bottom, ellipse cover, rgba(0, 0, 0, 0.15), rgba(97, 97, 97, 0.0) 60%);
    background: radial-gradient(ellipse at center bottom, rgba(0, 0, 0, 0.15), rgba(97, 97, 97, 0.0) 60%);
}

.shared-items .shared-item .shadow .left {
    position: absolute;
    top: 55%;
    left: 0;
    transform: translate(-100%, -40%);
    width: 15px;
    height: 130%;
    background: -webkit-radial-gradient(center right, ellipse cover, rgba(0, 0, 0, 0.15), rgba(97, 97, 97, 0.0) 40%);
    background: radial-gradient(ellipse at center right, rgba(0, 0, 0, 0.15), rgba(97, 97, 97, 0.0) 40%);
}

.shared-items .shared-item .shadow .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    transform: translate(-15%, 100%);
    background: -webkit-radial-gradient(center top, ellipse cover, rgba(0, 0, 0, 0.15), rgba(97, 97, 97, 0.0) 60%);
    background: radial-gradient(ellipse at center top, rgba(0, 0, 0, 0.15), rgba(97, 97, 97, 0.0) 60%);
}

.shared-items .shared-item a:hover {
    text-decoration: none;
}

.shared-items .shared-item.featured {
    background-color: white;
}

.layout-list .shared-items .shared-item{
    margin-bottom: 20px;
    flex-direction: row;
    width: 100%;
    padding: 0;
}

.layout-list .shared-items .shared-item .contents .listing-links {
    display: none;
}

.layout-list .shared-items .shared-item .info {
    flex-direction: column;
}

.layout-list .shared-items .shared-item .info li {
    margin: 0;
}

.layout-list .shared-items .shared-item .contents h2 {
    margin: 0 0 10px;
}

.layout-map .shared-items .shared-item,
.layout-map .shared-items .shared-item a{
    width: 100%;
}

.layout-map [data-sv-items-wrapper] {
    display: none !important;
}

.layout-map .shared-items .shared-item {
    display: flex;
    flex-direction: row;
    margin: 0 0 20px;
}

.layout-map .shared-items .shared-item .contents .listing-links {
    display: none;
}

.shared-items .shared-item .image-container {
    position: relative;
    height: auto;
}

.shared-items .shared-item .image-container .feat-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 12px;
    text-align: center;
    background-color: white;
}

.shared-items .shared-item .image-container .feat-badge span {
    font-size: 14px;
    font-weight: bold;
    font-family: "Lato";
    text-transform: uppercase;
    color: #0498d9;
}

.shared-items .shared-item .image-container a {
    display: inline;
}

.shared-items .shared-item .image-container img {
    width: 100%;
    display: block;
}

.shared-items .shared-item .image-container .image-date-block {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    padding: 7px 15px;
    font-family: 'Helvetica Neue LT W01_71488914';
    font-weight: 600;
    color: #000;
}

.layout-list .shared-items .shared-item .image-container .image-date-block,
.layout-map .shared-items .shared-item .image-container .image-date-block{
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
}

.shared-items .shared-item .image-container .image-date-block span{
    width: 100%;
    display: block;
}
.shared-items .shared-item .image-container .image-date-block span.month{
    font-size: 12px;
    text-align: center;
    line-height: 12px;
}
.shared-items .shared-item .image-container .image-date-block span.day{
    font-family: "Lato", sans-serif;
    font-size: 26px;
}

.layout-list .shared-items .shared-item .image-container,
.layout-map .shared-items .shared-item .image-container {
    width: 30%;
    overflow: hidden;
}

.layout-list .shared-items .shared-item .image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 100%;
}

.layout-map .shared-items .shared-item .image-container{overflow: hidden;}
.layout-map .shared-items .shared-item .image-container img{
    height: 100%;
    width: auto;
    position: absolute;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.layout-map .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address a {margin-bottom: 10px}

.shared-items .shared-item .contents {
    padding: 15px 5px;
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-top: 20px;
    height: auto;
    flex: auto;
    text-align: left;
}

.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
    position: relative;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    flex: 2;
}

.layout-list .shared-items .shared-item .contents {
    padding-left: 15px;
}

.layout-map .shared-items .shared-item .contents {padding: 10px 15px;}

.shared-items .shared-item .contents h2 {
    color: dimgray;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.shared-items .shared-item .contents h2 a {
    font: inherit;
    color: inherit;
}

.layout-list .shared-items .shared-item .contents h2,
.layout-map .shared-items .shared-item .contents h2 {
    font-size: 16px;
    text-align: left;
}

.shared-items .shared-item .contents .address,
.shared-items .shared-item .contents .address a {
    font-size: 14px;
    line-height: 22px;
    color: dimgray;
    font-weight: normal;
    margin: 0;
}

.shared-items .shared-item .contents .address i,
.shared-items .shared-item .contents .address a i {
    color: #0498d9;
    margin-right: 5px;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .shared-items .shared-item .contents .address i,
    .shared-items .shared-item .contents .address a i { display: none; }
}

.shared-items .shared-item .contents .yelp-cont {
    margin: 15px 0;
}

.shared-items .shared-item .info {
    display: flex;
    margin: -8px 0 35px;
    list-style: none;
}

.layout-map .shared-items .shared-item .info {
    height: auto;
    margin: 0;
    overflow: hidden;
}

.shared-items .shared-item .info li {
    position: relative;
    margin-right: 24px;
}

.shared-items .shared-item .info li::after {
    content: "|";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: lightgray;
}

.shared-items .shared-item .info li:last-child::after {
    display: none;
}

.shared-items .shared-item .info li:last-child {
    margin-right: 0;
}

.shared-items .shared-item .info li a {
    color: dimgray;
    font-size: 15px;
    font-weight: normal;
}

.shared-items .shared-item .info .web-link a {
    color: #73984A;
}

.shared-items .shared-item .info .web-link a i {
    color: #73984A;
    margin-right: 5px;
}

.shared-items .shared-item .contents .listing-links {
    display: flex;
    align-items: flex-end;
    margin: auto 0 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.shared-items .shared-item .contents .listing-links .booking-rate > div {
    display: flex;
}

.shared-items .shared-item .contents .listing-links .booking-rate > div span {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #1e428a;
}

.shared-items .shared-item .contents .listing-links .booking-rate > div span:first-child {
    line-height: 14px;
    align-self: flex-end;
    padding-bottom: 6px;
    margin-right: 5px;
}

.shared-items .shared-item .contents .listing-links .booking-rate > div span:last-child {
    font-size: 18px;
    font-weight: bold;
}

.shared-items .shared-item .contents .listing-links li {
    min-width: 105px;
    margin: auto 3px 0;
}

.shared-items .shared-item .contents .listing-links li:last-child {
    margin-left: auto;
}

.shared-items .shared-item .contents .listing-links .booking-rate .booking-link {
    width: 100%;
    justify-content: center;
}

.shared-items .shared-item .contents .see-more {
    display: inline-flex;
    align-items: center;
    color: white;
    font-weight: normal;
    padding: 5px 11px;
    border-radius: 3px;
    background-color: #73984A;
    font-size: 13px;
    line-height: 26px;
}

.shared-items .shared-item .contents .check-rate,
.shared-items .shared-item .contents .listing-links .booking-rate .booking-link {
    display: inline-flex;
    align-items: center;
    float: right;
    color: white;
    font-weight: normal;
    padding: 5px 11px;
    border-radius: 3px;
    background-color: #1e428a;
    font-size: 13px;
    line-height: 26px;
}

.shared-items .shared-item .contents .see-more i,
.shared-items .shared-item .contents .check-rate i,
.shared-items .shared-item .contents .listing-links .booking-rate .booking-link i {
    margin-left: 5px;
}

.shared-items .shared-item .contents .check-rate,
.shared-items .shared-item .contents .listing-links .booking-rate .booking-link,
.shared-items .shared-item .contents .see-more {
    transition: all 0.5s;
}

.shared-items .shared-item .contents .check-rate:hover,
.shared-items .shared-item .contents .listing-links .booking-rate .booking-link:hover,
.shared-items .shared-item .contents .see-more:hover {
    background-color: #6c635c;
}

.layout-list .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address {
    text-align: left;
}

.shared-items .shared-item .contents .actions .qv-btn {
    position: absolute;
    top: auto;
    bottom: 5px;
    left: 10px;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 0 none;
    margin: 0;
    padding: 0;
}

.layout-list .shared-items .shared-item .contents .actions .qv-btn {position: relative;}

.shared-items .shared-item .contents .actions .qv-btn p{
	font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}

.layout-map .shared-items .shared-item .contents .actions .qv-btn{display: none;}

.shared-items .shared-item .contents .actions .qv-btn .fa { color: #0498d9; }

/**** YELP ****/

.shared-items .shared-item .contents .yelp-snippet .yelp-rating {
    height: 14px;
    align-items: flex-start;
    justify-content: flex-start;
}

.shared-items .shared-item .contents .yelp-snippet .yelp-logo {
    height: 22px;
    position: relative;
    top: 0px;
    width: 30%;
}

.shared-items .shared-item .contents .yelp-snippet {
    max-width: 145px;
    margin-bottom: 10px;
    padding: 5px 0;
}

.shared-items .shared-item .contents .title {
    color: #121820;
    margin-bottom: 5px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 5px 0;
    font-family: "merriweather", Arial, Helvetica,sans-serif;
}

.feat-dtn-panel .item .yelp-snippet .title::before { content: none; }

.yelp-snippet .yelp-bottom {
    font-size: 12px;
    flex: 1;
    line-height: 25px;
}


@media (min-width: 641px) {
    .layout-list .shared-items .shared-item .image-container img {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        height: auto;
    }
    .layout-list .shared-items .shared-item .image-container {
        width: auto;
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .shared-items .shared-item {
        margin: 0 5px 10px;
        flex: 0 1 auto;
        width: calc(50% - 20px);
    }
    .layout-list .shared-items .shared-item {
        margin: 0 0 20px;
        flex: 0 0 100%;
    }
    .layout-list .shared-items .shared-item .contents .listing-links {
        display: flex;
    }
    .layout-list .shared-items .shared-item .contents {
        padding: 12px 15px;
    }
    .layout-list .shared-items .shared-item .info {
        flex-direction: row;
    }
    .layout-list .shared-items .shared-item .info li {
        margin-right: 25px;
    }
}

@media (min-width: 1025px) {
    .shared-items .container {
        width: 100%;
        max-width: 1160px;
        padding: 0 25px;
    }
    .shared-items .shared-item {
        margin: 0 10px 20px;
        flex: 0 1 auto;
        min-width: 285px;
        width: calc(25% - 20px);
    }
    .layout-list .shared-items .shared-item .contents { padding-top: 20px; }
    .shared-items .shared-item .contents h2 {
        margin: 0 0 10px;
    }
    .shared-items .shared-item .contents .listing-links {
        margin: auto -3px 0;
    }
    .shared-items .shared-item .image-container .feat-badge {
        padding: 7px 10px;
    }
    .shared-items .shared-item .image-container .feat-badge span {
        font-size: 13px;
    }
}

.pagination-container.top-container {
    margin-bottom: 0px;
}

.pagination-container.top-container .pager {
    display: none;
}

.pagination { }
.pagination-container.bottom-container .pagination { padding-bottom: 30px; }

.pagination-container.top-container .pagination-map-holder {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-evenly;
    transform: translateY(-70%);
    background-color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 30px 10px;
}

.pagination .total {
    font-size: 14px;
    line-height: 27px;
}

.pagination .total b {
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
}

.pagination .pager {
    text-align: center;
}

.listings-bottom .pagination .pager {
    text-align: right;
}

.pagination .pager a.disabled {
    color: #1d1d1d;
    opacity: 0.3;
    cursor: default;
}

.pagination .pager ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination .pager li {
    display: inline-block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0 5px;
}

.listings-bottom {
    padding-left: 18%;
    padding-right: 10px;
    max-width: 1400px;
    margin-bottom: 40px;
}
.listings-bottom .gap-column { display: block; }
.listings-bottom > .row > div {
    line-height: 27px;
    padding: 10px 0px;
    vertical-align: middle;
}
.back-to-btn {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: dimgray;
    cursor: pointer;
}
.back-to-btn i { margin-left: 10px; }
.listings-bottom .pagination-container.bottom-container .pagination { padding-bottom: 0 }

.pager i {
    color: dimgray;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 640px) {
    .listings-bottom {
        padding: 0 25px;
    }
    .listings-bottom .pagination .pager {
        text-align: center;
    }
    .listings-bottom .back-to {
        display: none;
    }
}

@media only screen and (min-width: 1025px) {
    .layout-list .shared-items .shared-item .contents{flex : 5;}
    .layout-list .shared-items .shared-item .contents h2 {
        font-size: 24px;
        line-height: 30px;
    }

    ul.options {
        display: flex;
        justify-content: space-between;
        padding-left: 18%;
        padding-right: 10px;
        max-width: 1400px;
    }


    ul.options li.sort-disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .results-wrapper {
        margin-left: 265px;
    }

    .results .spacer {
        display: block;
        width: 100%;
        height: 20px;
    }
    .filters-wrapper {
        display: block;
    }
    .mobile-options {
        display: none;
    }

    .filters h4 { margin-top: 20px; }

    .filters a.clear-filters { margin-top: 30px; }

    .shared-items .shared-item .contents .actions {
        display: block;
    }
    .layout-list .shared-items .shared-item .contents .description {
        display: block;
    }
    .layout-grid .shared-items .shared-item .contents .description {
        display: none;
    }
    .layout-list .shared-items .shared-item .contents .actions {
        display: block;
    }
    .overlay.active {
        display: none;
    }
    .filters .close {
        display: none;
    }
    .pagination-container.top-container {
        position: relative;
        top: 12px;
    }
    .pagination-container.top-container .pager { display: block; }
}

.shared-map-container {
    display: none;
}

.layout-map .results{
    padding: 0;
}

.layout-map .shared-map-container {
    position: relative;
    display: block;
}

.shared-map {}

.layout-map .shared-items .container{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 95px);
    background: url("/includes/public/assets/images/sand-pattern.png");
    padding: 25px 0;
}

.layout-map .shared-items{margin-bottom: 0;}

.shared-map .gMapContainer,
.shared-map .gMapHolder {
    width: 100%;
    height: 100%;
    min-height: 900px;
}

.shared-map-container .item-list-header {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.shared-map-container .item-list-header h3 {
    color: dimgray;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.shared-map-container .map-counter{
    display: inline-block;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0 5px;
    text-align: right;
    transform: translateY(30%);
    flex: 2;
}

.shared-map-container .item-list {
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 10;
    height: 85%;
    width: 400px;
    overflow: hidden;
    background-color: white;
    padding-bottom: 17px;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
}

.shared-map-container .shared-items ul {
    overflow-x: visible;
    overflow-y: auto;
    position: relative;
    margin: 0;
    height: calc(100% - 80px);
}

.shared-map-container .shared-items .buttons {
    position: relative;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
    background-color: #1d1d1d;
    display: flex;
    justify-content: space-evenly;
    transform: translateY(-100%);
}
.shared-map-container .shared-items .buttons button {
    display: block;
    background-color: #0498d9;
    font-family: 'Helvetica Neue LT W01_41488878', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    padding: 3px 40px;
    border-radius: 3px;
    margin: 0 30px;
}

@media (max-width: 640px) {
    .shared-map-container,
    .layout-map .shared-map-container {
        display: none;
    }
}

@media (min-width: 1025px) {
    .shared-map-container .item-list {
        width: 480px;
    }
}
