.distanceSort { display: none !important; }

.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;
}
.shared-layout, .mobile-filters-wrapper .filters {
    background-color: #ebe5d1;
}


.ui-datepicker {
    z-index: 10 !important;
}
.shared-list .date-inputs-container {
    display: flex;
    margin-top: 12px;
    margin-bottom: 12px;
}
.shared-list .date-inputs-container .date { flex: 3; }
.shared-list .date-inputs-container .date-sep {
    flex: 1;
    color: #f4b113;
    text-align: center;
}
.shared-list .date-inputs-container .date-sep p {
    margin-bottom: 0px;
    margin-top: 3px;
}
.shared-list .date-inputs-container .date input[type="text"] {

}


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: -9999px;
}

input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    border: 1px solid #333;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 1px;
    left: 0px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    width: 16px;
    height: 16px;
    font-family: FontAwesome;
    font-size: 13px;
    content: '\f00c';
    color: #333;
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 0;
}

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: 300px;
}
.filters-wrapper.no-search {
    width: 0;
}


.filters {
    padding: 20px 25px;
    background-color: transparent;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}
.mobile-filters-wrapper .filters {
    padding: 15px 10px;
}

.filters .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.filters label {
    margin-bottom: 5px;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.filters label.keyword { color: #0498d9; }

.filters .form-group {
    position: relative;
    margin-top: 1px;
}

.filters .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #585858;
}
.filters .form-group input::-moz-placeholder {
    opacity: 1;
    color: #585858;
}
.filters .form-group input:-ms-input-placeholder {
    opacity: 1;
    color: #585858;
}
.filters .form-group input:-moz-placeholder {
    opacity: 1;
    color: #585858;
}

.filters input.shared-input.input-text {
    width: 100%;
    height: 36px;
    padding: 2px 40px 2px 12px;
    margin: 0;
    color: #333;
    font-family: "Lato", sans-serif !important;
    font-size: 1.0625rem;
    border: 1px solid #bbb;
    background: #fff;
}
.filters .date {
    margin-bottom: 18px;
}
.filters .date-sep { padding: 0;}
.filters .date-sep p {
    color: #865938;
    font-family: "Lato", sans-serif !important;
    font-size: 0.875rem;
    font-weight: normal;
    text-align: center;
    line-height: 33px;
}

.filters input.shared-input.input-date {
    padding: 0;
    margin: 0;
    color: #c98647;
    font-family: "lato", Arial, sans-serif;
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #bbb !important;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.filters input.shared-input.input-text:focus{}

.filters button.shared-submit {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: transparent;
    margin: 0;
    padding: 5px 10px 0 0;
    vertical-align: top;
}
.filters button.shared-submit:hover { opacity: .7; }
.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit .fa {
    color: #b46f2d;
    font-size: 23px;
    margin-left: -4px;
}
.filters button.shared-submit:hover * {  }
.filters button.shared-submit img {
    width: 26px;
    height: 26px;
}

.filters h3 {
    color: #865938;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 0 5px;
    margin: 30px 0 -5px;
}
.filters a.clear-filters {
    display: block;
    width: 100%;
    background: #d8caa3;
    text-align: center;
    margin: 30px 0;
    font-size: 14px !important;
}
.filters a.clear-filters:hover {
    background: #b46f2d;
}
.filters h3 > a.clearfilters {
    float: right;
    color: #aaa;
    font-size: 0.875rem;
    padding-top: 2px;
}
.filters h3 > a.clearfilters:hover {
    color: #b46f2d;
}

.filters h4 {
    color: #865938;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 1.0625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.filters ul.filter-items {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.filters ul.filter-items h3 {
    margin-top: 0;
    font-family: "Lato", Arial, sans-serif;
    font-weight: bold;
    text-transform: unset;
    padding: 0 0 5px;
}

.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;
}

.filters ul.filter-items.showmore > li,
.filters ul.filter-items > li:nth-child(-n+5) {
    display: block;
}

.filters ul.filter-items > li > label {
    margin: 0;
    font-size: 0.9375rem !important;
    line-height: 1.3;
}

.filters ul.filter-items > li > a {
    text-align: left;
}

.filters ul.filter-items > li span {
    color: #999;
    font-size: 0.875rem;
    margin-top: 4px;
    margin-left: 5px;
}

.filters ul.filter-items > li.showmore {
    display: block;
    font-family: "Lato", sans-serif !important;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #c98647;
    cursor: pointer;
}

.filters ul.filter-items > li.showmore:hover, .filters ul.filter-items > li.showmore:focus {
    color: #b46f2d;
}

.results-wrapper {
    background-color: #fffff8;
}

.results {
    padding: 0;
    text-align: left;
}

ul.options {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0 -1px 0 0;
    list-style: none;
    border: 1px solid #ebe5d1;
    /*background-color: #f8f5ee;*/
    border-left: none;
    /*border-right: none !important;*/ /*imp*/
}
ul.options.ot-only [data-sv-viewby="map"] {
    display: none;
}
ul.options > li {
    display: inline-block;
    vertical-align: top;
    opacity: 1;
    margin-bottom: 0;
}

ul.options > li.title,
ul.options > li.sort-title {
    padding: 10px 5px;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 27px;
    color: #865938;
    opacity: 1;
}
ul.options > li.title,
ul.options > li.sort-title,
ul.options > li.pagination {
    padding-left: 80px;
}
.shared-list.coupons ul.options > li.sort-title,
.shared-list.coupons ul.options > li.pagination {
    padding-left: 65px;
}
.shared-list.coupons ul.options > li.sort-title.view {
    padding-left: 45px;
}
@media only screen and (max-width: 78em) {
    .shared-list.coupons ul.options > li.sort-title,
    .shared-list.coupons ul.options > li.sort-title.view,
    .shared-list.coupons ul.options > li.pagination {
        padding-left: 30px;
    }
}
@media only screen and (max-width: 74em) {
    ul.options > li.title,
    ul.options > li.sort-title,
    ul.options > li.pagination {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 69em) {
    .shared-list.coupons ul.options > li.sort-title,
    .shared-list.coupons ul.options > li.sort-title.view,
    .shared-list.coupons ul.options > li.pagination {
        padding-left: 10px;
    }
}
@media only screen and (max-width: 66em) {
    ul.options > li.title,
    ul.options > li.sort-title,
    ul.options > li.pagination {
        padding-left: 10px;
    }
}
ul.options > li.pagination {
    padding-top: 10px;
}

ul.options > li > span {
    display: none;
}

ul.options > li > a {
    display: inline-block;
    padding: 11px 10px 9px;
    font-size: 14px;
    line-height: 25px;
    color: #999;
    text-align: center;
    border-bottom: 2px solid transparent;
}
.shared-list.coupons ul.options > li > a {
    padding-left: 8px;
    padding-right: 8px;
}

ul.options > li > a.selected,
ul.options > li > a.active,
ul.options > li > a:hover {
    color: #c98647;
    border-bottom: 2px solid #c98647;
}
ul.options > li > a.active .fa {
    color: #c98647;
}

ul.options > li > a.view-option.selected,
ul.options > li > a.view-option.active,
ul.options > li > a.view-option:hover {
    color: #c98647;
    border-bottom: 2px solid #c98647;
}

.listings-bottom {
    border-top: 1px solid #ebe5d1;
    background: #fffff8;
    vertical-align: middle;
}
.results-wrapper .listings-bottom {
    border: 1px solid #ebe5d1;
    border-left: none;
    margin-right: -1px;
}
.shared-list.layout-map .results-wrapper .listings-bottom {
    border: none;
}

ul.mobile-options {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    list-style: none;
    background-color: #fff;
    border-top: 1px solid #ebe5d1;
    border-bottom: 1px solid #ebe5d1;
    text-align: center;
}

ul.mobile-options > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #ebe5d1;
    width: 32%;
    margin-right: -3px;
    margin-bottom: 0;
}

ul.mobile-options li.sort-disabled {
    pointer-events: none;
    opacity: 0.5;
}
ul.mobile-options [data-sv-distanceSort] {
    opacity: 0.25;
    pointer-events: none;
}

ul.mobile-options > li:last-of-type {
    border-right: 0;
}

ul.mobile-options > li > a {
    display: block;
    padding: 11px 15px 9px;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 22px;
    color: #865938;
    text-align: center;
}

ul.mobile-options > li .fa {
    color: #b46f2d;
    margin-left: 2px;
}
ul.mobile-options .options > li .fa {
    color: #999;
}


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: calc(-4% - 5px);
    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: 260px;
    text-align: left;
}

ul.mobile-options > li.active > .options-dropdown > ul.options {
    display: inline-block;
    width: auto;
    vertical-align: top;
    border-top: 1px solid #cbcbcb;
    background: #FFF;
}


.shared-map .infoWindow {}

.shared-map .infoWindow h5 {
    margin: 0;
    font-size: 20px;
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: #333333;
}

.shared-map .infoWindow h5 a {
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333;
}
.shared-map .shared-action-items {
    margin-bottom: 0;
}

.shared-map .infoWindow ul.contactInfo {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}

.shared-map .infoWindow ul.contactInfo > li {
    margin-bottom: 5px;
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #1d1d1d;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items span {
    padding-right: 10px;
}

.shared-map .infoWindow ul.contactInfo > li .shared-action-items a {
    color: #3fa4ad;
    text-transform: uppercase;
    font-weight: normal;
}

.shared-items-container {
    /*display: none;*/
    width: 100%;
}
.layout-list .shared-items-container,
.layout-grid .shared-items-container {
    padding: 35px 0;
}

.shared-items .container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
    max-width: 100%;
}


.shared-items .shared-item {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
}

.layout-grid .shared-items .shared-item {
    max-width: 260px;
    width: 30%;
    margin: 0 12px 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.layout-grid .shared-items .shared-item {
    box-shadow: 0 2px 3px rgba(78, 66, 56, 0.2);
}
.layout-list .shared-items .shared-item {
    box-shadow: 0 1px 5px rgba(78, 66, 56, 0.2);
}
.layout-grid.coupons .shared-items .shared-item {
    min-height: 400px;
}
.layout-grid.coupons .shared-items .shared-item .contents h2 {
    max-height: 105px;
    overflow: hidden;
}
@media only screen and (min-width: 40rem) {
    .layout-grid .shared-items .shared-item {
        min-height: 370px;
    }
}

.layout-list .shared-items .shared-item {
    margin-bottom: 30px;
    display: flex;
    width: 85%;
}
@media only screen and (max-width: 64rem) {
    .layout-grid .shared-items .shared-item {
        width: 100%;
        margin: 0 10px 20px;
        padding-bottom: 5px;
    }
    .layout-list .shared-items .shared-item {
        width: 95%;
        margin-bottom: 22px;
    }
}

.layout-map .shared-items .shared-item,
.layout-map .shared-items .shared-item a{
    width: 100%;
}


.shared-items .shared-item .image-container { position: relative; }

.shared-items .shared-item .image-container a {
    display: inline;
}

.shared-items .shared-item .image-container img {
    position: relative;
    width: 100%;
    height: 100%;
}
.shared-items .shared-item.basic-listing .image-container img {
    opacity: 0.5;
}

.layout-map.coupons .shared-items .shared-item .image-container .image-date-block {
    display: none;
}
.shared-items .shared-item .image-container .image-date-block {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: auto;
    display: block;
    background: #fff;
    color: #8f6d83;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.1;
    padding: 10px 12px;
    box-shadow: 1px -1px 2px rgba(78, 66, 56, 0.2);
}
.layout-list .shared-items .shared-item .image-container .image-date-block,
.layout-map .shared-items .shared-item .image-container .image-date-block {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    box-shadow: -1px 1px 2px rgba(78, 66, 56, 0.2);
}
.layout-map .shared-items .shared-item .image-container .image-date-block {
    padding:  5px 10px;
}

.shared-items .shared-item .image-container .image-date-block span{
    display: inline-block;
}
.shared-items .shared-item .image-container .image-date-block span.month {
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}
.shared-items .shared-item .image-container .image-date-block span.day {
    font-size: 1.625rem;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}

.layout-list .shared-items .shared-item .image-container,
.layout-map .shared-items .shared-item .image-container {
    flex: 1;
}

.layout-list .shared-items .shared-item .image-container img {
    display: block;
    width: 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%);
}

@media only screen and (max-width: 40.063em) {
    .layout-list .shared-items .shared-item .image-container{overflow: hidden;}
    .layout-list .shared-items .shared-item .image-container img{
        height: 100%;
        width: auto;
        position: absolute;
        max-width: none;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.shared-items .shared-item .contents {
    text-align: left;
}
.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
    position: relative;
    display: block;
    padding-bottom: 0;
    flex: 2;
}
@media only screen and (min-width: 40.063em) {
    .layout-list .shared-items .shared-item .contents {
        flex: 3;
    }
}
@media only screen and (min-width: 64.063em) {
    .layout-list .shared-items .shared-item .contents {
        flex: 5;
    }
}
.layout-grid .shared-items .shared-item .contents {
    padding: 22px 18px 12px;
}
.listings.layout-grid .shared-items .shared-item.featured .contents {
    border-top: 7px solid #c98647;
    padding-top: 15px;
    /*background: #f5f1e7;*/
    /*border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(left top, right bottom, color-stop(0%, #e5ed9a), color-stop(34%, #b09785), color-stop(66%, #e5ed9a), color-stop(100%, #b09785));
    -webkit-border-image: -webkit-linear-gradient(-45deg, #e5ed9a 0%, #b09785 34%, #e5ed9a 66%, #b09785 100%);
    -moz-border-image:    -moz-linear-gradient(-45deg, #e5ed9a 0%, #b09785 34%, #e5ed9a 66%, #b09785 100%);
    -o-border-image:     -o-linear-gradient(-45deg, #e5ed9a 0%, #b09785 34%, #e5ed9a 66%, #b09785 100%);
    border-image:        linear-gradient(135deg, #e5ed9a 0%, #b09785 34%, #e5ed9a 66%, #b09785 100%);
    border-image-slice: 2;*/
}
.listings.layout-grid .shared-items .shared-item.non-featured .contents {
    border-top: 1px solid #c98647;
    padding-top: 21px;
}
.listings.layout-grid .shared-items .shared-item.non-featured.basic-listing .contents {
    border-top: none;
    padding-top: 22px;
}
.layout-list .shared-items .shared-item .contents {
    padding: 10px 30px;
}
.layout-list.events .shared-items .shared-item .contents,
.layout-list.coupons .shared-items .shared-item .contents {
    padding-bottom: 3px;
}
.listings.layout-list .shared-items .shared-item.featured .contents {
    border-left: 7px solid #c98647;
    padding-left: 23px;
}
.listings.layout-list .shared-items .shared-item.non-featured .contents {
    border-left: 1px solid #c98647;
    padding-left: 29px;
}
.listings.layout-list .shared-items .shared-item.non-featured.basic-listing .contents {
    border-left: none;
}

.layout-map .shared-items .shared-item .contents {padding: 10px 15px;}

.shared-items .shared-item .contents h2 {
    color: #333;
    font-family: "libre baskerville", Arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 5px 0;
    letter-spacing: 0;
}
.shared-items .shared-item .contents h2 a {
    color: #333;
}
.shared-items .shared-item .contents h2 a:hover,
.shared-items .shared-item .contents h2 a:focus,
.layout-map .shared-items .shared-item .contents h2:hover,
.layout-map .shared-items .shared-item .contents h2:focus,
.main-details-description-container .description-tabs-content-container .tabs-content h2 a:hover,
.main-details-description-container .description-tabs-content-container .tabs-content h2 a:active,
.main-details-description-container .description-tabs-content-container .tabs-content h2 a:focus {
    color: #b46f2d !important;
}
.layout-list .shared-items .shared-item.has-ot .contents h2 {
    max-width: calc(100% - 80px);
}
.layout-map .shared-items .shared-item .contents h2 {
    font-size: 1rem;
}

.shared-list.events .shared-items .shared-item .contents h2 {
    font-size: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
}
.shared-list.events.layout-list .shared-items .shared-item .contents h2:after,
.shared-list.events.layout-grid .shared-items .shared-item .contents h2:after,
.shared-list.coupons.layout-list .shared-items .shared-item .contents h2:after,
.shared-list.coupons.layout-grid .shared-items .shared-item .contents h2:after {
    border-bottom: 1px solid #ccc;
    width: 30px;
    content: "";
    display: block;
    padding-top: 10px;
    margin-bottom: 8px;
}
@media only screen and (min-width: 64.063em) {
    .layout-list .shared-items .shared-item .contents h2,
    .layout-grid .shared-items .shared-item .contents h2 {
        font-size: 1.1875rem !important;
    }
}

.layout-grid.events .shared-items .shared-item { min-height: 420px; }

.shared-items .shared-item .contents .address,
.shared-items .shared-item .contents .address a,
.shared-items .shared-item .contents .phone,
.shared-items .shared-item .contents .phone a {
    font-family: "Lato", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #444;
    font-weight: 300;
}
.shared-items .shared-item .contents .phone {
    display: none;
}
.shared-items .shared-item .contents .address {
    margin-top: 5px;
}
.layout-map .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address a {
    margin-bottom: 10px;
}


@media (max-width: 40rem) {
    .layout-map .shared-items .shared-item .contents h2 {font-size: 14px;}
    .layout-map .shared-items .shared-item .contents .address,
    .layout-map .shared-items .shared-item .contents .address a { font-size: 12px;}
}

.shared-items .shared-item .contents .address.distance,
.shared-items .shared-item .contents .address.distance a {
    margin-bottom: 0;
}

.shared-items .shared-item .contents .address .fa,
.shared-items .shared-item .contents .phone .fa {
    color: #c98647;
    margin-right: 2px;
}
.shared-items .shared-item .contents .address a:hover,
.shared-items .shared-item .contents .address a:focus,
.layout-map .shared-items .shared-item .contents .address:hover,
.layout-map .shared-items .shared-item .contents .address:focus {
    color: #b46f2d;
}

.layout-list .shared-items .shared-item .contents .address,
.layout-map .shared-items .shared-item .contents .address {
    text-align: left;
}

.shared-items .shared-item .contents .dates,
.shared-items .shared-item .contents .times p {
    color: #333;
    font-family: "Lato", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 3px;
}
.shared-items .shared-item .contents .dates span {
    color: #999;
    /*text-transform: capitalize;*/
    /*letter-spacing: 0.3px;*/
}

.shared-items .shared-item .contents .description,
.shared-items .shared-item .contents .times {
    display: none !important;
}

.shared-items .shared-item .contents .description p {
    margin: 0 0 2px;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #444;
}

.layout-list .shared-items .shared-item .contents .description,
.layout-map .shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .actions .tripadvisor-snippet {
    margin-bottom: 10px;
}

.shared-items .shared-item .contents .actions {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.shared-items .shared-item .contents .actions a {
    font-size: 0.8125rem;
    letter-spacing: 0.5px;
    padding: 3px 10px;
}
.shared-items .shared-item .contents .actions a.web-btn {
    /*margin-right: 50px;*/
}
.layout-list .shared-items .shared-item .contents .actions a.web-btn {
    margin-right: 20px;
}
.shared-items .shared-item .contents .actions .book-btn {
    display: none;
    color: #c98647;
    border: 1px solid #dfa46e;
    background: none;
    padding: 2px 9px;
}
.shared-items .shared-item .contents .actions .qv-btn {
    padding-left: 0;
    padding-right: 0;
}
.shared-list.events .shared-items .shared-item .contents .actions .qv-btn,
.shared-list.coupons .shared-items .shared-item .contents .actions .qv-btn {
    margin-left: 0;
}
.layout-grid .shared-items .shared-item .contents .actions .qv-btn {
    float: right;
    padding-right: 2px;
}
.layout-list .shared-items .shared-item .contents .actions .qv-btn {
    float: none;
}
.shared-items .shared-item .contents .actions .qv-btn .fa {
    color: #b46f2d;
}
.shared-items .shared-item .contents .actions .qv-btn:after {
    clear: both;
}
.shared-items .shared-item .contents .actions .book-btn:hover,
.shared-items .shared-item .contents .actions .qv-btn:hover,
.shared-items .shared-item .contents .actions .qv-btn:hover .fa {
    color: #dfa46e;
}
.layout-map .shared-items .shared-item .contents .actions .qv-btn {
    display: none;
}


.listings-wrapper .location {
    position: absolute;
    left: 0;
    top: 0px;
    padding: 5px 20px;
    color: #FFF;
    font-family: "Lato", Arial, sans-serif;
    font-size: 13px;
    z-index: 2;
    text-transform: uppercase;
}
.listings-wrapper .location.orange {background-color: #ea652a}
.listings-wrapper .location.beige {background-color: #fa91a0}
.listings-wrapper .location.blue {background-color: #00818d}
.listings-wrapper .location.pink {background-color: #e46181}
.listings-wrapper .location.yellow {background-color: #ffe964}
.listings-wrapper .location.olive {background-color: #566625}
.listings-wrapper .location.green {background-color: #7db238}
.listings-wrapper .location.purple {background-color: #544b85}
.listings-wrapper .location.update {background-color: #ccc}



.pagination .pager ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pagination .pager li {
    display: inline-block;
    font-size: 0.9375rem;
    padding: 0 1px;
    color: #333;
    vertical-align: middle;
}
.pagination .pager li.text {
    padding: 0 6px;
}
.pagination .pager li a {
    color: #c98647;
    padding: 4px 3px;
}
.pagination .pager li a:hover, .pagination .pager li a:focus {
    color: #b46f2d;
}
.pagination .pager li a .fa {
    position: relative;
    font-size: 28px;
    color: inherit;
    background-image: none;
}
.pagination .pager a.disabled, .pagination .pager a.disabled:hover {
    color: #bbb;
    cursor: default;
}

.overlay {
    display: none;
    width: 100%;
    height: calc(100% - 43px);
    position: absolute;
    top: 43px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.overlay.active {
    display: block;
}

.listings-bottom {
    vertical-align: middle;
    text-align: center;
}
.listings-bottom .gap-column { display: block; }
.listings-bottom > .row > div {
    line-height: 27px;
    padding: 10px 0px;
    vertical-align: middle;
}
.shared-list.layout-map .listings-bottom > .row > div {
    padding: 0;
    min-height: 0 !important;
}
.listings-bottom .pagination li {
    margin-bottom: 0;
}

.back-to-btn {
    display: none;
    font-family: "Century Gothic W01";
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.back-to-btn .fa-long-arrow-up {
    color: #e46181;
    margin-left: 5px;
}
.listings-bottom .pagination-container.bottom-container .pagination { padding-bottom: 0 }

.layout-list .shared-items .shared-item .contents .actions {
    display: block;
    position: relative;
    margin: 20px 0 8px;
    text-align: left;
    bottom: auto;
    left: auto;
}

.layout-list .shared-items .shared-item .contents,
.layout-grid .shared-items .shared-item .contents {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    z-index: 2;
}
.layout-list .shared-items .shared-item .contents .actions,
.layout-grid .shared-items .shared-item .contents .actions {
    margin: auto 0 5px;
}


@media only screen and (min-width: 64.063em) {
    ul.options {
        display: block;
        text-align: left;
        padding-left: 0;
    }
    ul.options li.sort-disabled {
        pointer-events: none;
        opacity: 0.25;
    }

    .results-wrapper {
        margin-left: 300px;
    }
    .results-wrapper.no-search {
        margin-left: 0;
    }
    .results .spacer {
        display: block;
        width: 100%;
        height: 20px;
    }
    .filters-wrapper {
        display: block;
    }
    .mobile-options {
        display: none;
    }

    .layout-list .shared-items .shared-item .contents .description {
        display: block;
    }
    .layout-grid .shared-items .shared-item .contents .description {
        display: none;
    }
    .overlay.active {
        display: none;
    }
    .filters .close {
        display: none;
    }
}

@media only screen and (max-width: 64em) {
    ul.options > li.sort-option > span {
        display: none;
    }
    ul.options > li.title {
        display: block;
    }
}
@media only screen and (max-width: 55em) {
    .layout-grid .shared-items .shared-item {
        width: 50%;
    }
}
@media only screen and (max-width: 40em) {
    .layout-grid .shared-items .shared-item {
        width: 100%;
    }
}

.layout-map .shared-map-container .mobile-mini-pager {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: rgba(255,255,255,.9);
    padding: 10px;
}
.layout-map .shared-map-container .mobile-mini-pager .buttons {
    text-align: center;
}
.layout-map .shared-map-container .mobile-mini-pager .button {
    font-size: 0.9375rem;
    line-height: 1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 64em) {
    .layout-map .shared-map-container .mobile-mini-pager {
        display: inline-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{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 70px - 70px);
    margin-bottom: -1px;
}

@media (max-width: 1025px) {
    .layout-map .shared-items .container{
        height: calc(100% - 132px);
    }
}

@media (max-width: 640px) {
    .layout-map .shared-items .container{
        height: calc(100% - 127px);
    }
}


.layout-map .shared-items{margin-bottom: 0;}


.shared-map .gMapContainer,
.shared-map .gMapHolder {
    width: 100%;
    min-height: calc(100vh - 47px);
}

.shared-map-container .item-list-header {
    height: 70px;
    padding: 15px 15px 0;
    border-bottom: 1px solid #ebe5d1;
    display: flex;
}
.shared-map-container .item-list-header h3 {
    color: #865938;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0;
    flex: 1;
}

.shared-map-container .map-counter{
    display: inline-block;
    font-family: "Lato", Arial, sans-serif;
    font-size: 1rem;
    color: #865938;
    padding: 0;
    text-align: right;
    transform: translateY(20%);
    flex: 2;
}
.shared-map-container .mobile-mini-pager .map-counter{
    color: #333;
    padding: 0 5px;
    text-align: center;
}

@media (max-width: 640px) {
    .shared-map-container .item-list-header h3 {
        font-size: 22px;
        font-weight: 600;
    }
    .shared-map-container .map-counter{
        font-size: 12px;
        transform: none;
    }
}

.shared-map-container .shared-items {
    position: absolute;
    z-index: 90;
    left: 0;
    bottom: 10px;
    margin: 0 15px;
    width: 100%;
    max-width: 350px;
    height: calc(100% - 50px);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    transition: all ease .5s;
}
@media (max-width: 1025px) {
    .shared-map-container .shared-items {
        border-radius: 0px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
}

.shared-map-container .shared-items .container {
    padding: 0;
}
.shared-map-container .shared-items .shared-item {
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #ebe5d1 !important;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}


@media (max-width: 1025px) {
    .shared-map-container .shared-items {
        display: none;
        visibility: hidden;
       /* margin: 0;
        top: 5px;*/
    }
}

@media (max-width: 640px) {
    .shared-map-container .shared-items {max-width: 250px;}
}

.shared-map-container .shared-items ul {
    overflow-x: visible;
    overflow-y: auto;
    position: relative;
    margin: 0;
    height: calc(100% - 80px - 68px);
}

.shared-map-container .shared-items .buttons {
    position: relative;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 69px;
    padding: 20px 30px;
    background-color: #fff;
    border-top: 1px solid #ebe5d1;
    display: flex;
    justify-content: space-evenly;
}
.shared-map-container .shared-items .buttons button {
    display: block;
    text-align: center;
    padding: 3px 40px;
    border-radius: 3px;
    margin: 0 30px;
    border: none;
}

@media (max-width: 1025px) {
    .shared-map-container .shared-items .buttons button { padding: 3px 25px;}
}

.shared-map-container .shared-items li {
    padding-bottom: 0 !important;
}


.shared-map-container [data-sv-open-map]{display: inherit;}


 /* listing detail */
.description-tabs-content-container .shared-layout {
    background: transparent;
}
.description-tabs-content-container .shared-items .container {
    justify-content: left;
    padding: 0;
}
.detailView .description-tabs-content-container .layout-grid .shared-items .shared-item {
    width: 50%;
}
.description-tabs-content-container .shared-items .shared-item .image-container .image-date-block,
.description-tabs-content-container .shared-items .shared-item .contents .actions .qv-btn {
    display: none;
}
.description-tabs-content-container .shared-items .shared-item .contents .address a {
    cursor: text;
}
.description-tabs-content-container .shared-items .shared-item .contents .address a:hover {
    color: inherit !important;
}


@media (max-width: 1025px) {
    .shared-map-container .nav-gear {
        display: none;
        visibility: hidden;
       /* position: absolute;
        cursor: pointer;
        transition: all ease .5s;
        left: 349px;
        top: 5px;
        height: 67px;
        width: 35px;
        background-color: #fff;
        box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
        z-index: 101;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;*/
    }

    .shared-map-container .nav-gear:after{
        content: "\f0d9";
        font-family: "FontAwesome";
        line-height: 67px;
        width: 35px;
        text-align: center;
        color: #1d1d1d;
        font-size: 24px;
        display: block;
    }

    .shared-map-container.dockit .nav-gear{
        left: 0;
    }

    .shared-map-container.dockit .nav-gear:after {
        content: "\f0da";
    }

    .shared-map-container.dockit  .item-list{
        left:-350px;
    }
}

@media (max-width: 640px) {
    .shared-map-container .nav-gear {
        left: 249px;
        height: 62px;
        width: 28px;
    }
    .shared-map-container .nav-gear:after{
        line-height: 62px;
        width: 28px;
        font-size: 20px;
    }

    .shared-map-container.dockit .item-list {
        left:-250px;
    }
}