.distanceSort{visibility: hidden;}
div [data-sv-distanceSort] {
    opacity: 0.5;
}

.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;
}

.ui-datepicker {
    z-index: 10 !important;
}
.shared-list .date-inputs-container { 
    display: flex; 
    margin-top: 16px;
    margin-bottom: 12px;
}
.shared-list .date-inputs-container .date { 
    flex: 2; 
    cursor: pointer;
}
.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 #454545;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    font-family: FontAwesome;
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 5px;
    left: 0px;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after {
    width: 16px;
    height: 16px;
    font-family: FontAwesome;
    font-size: 12px;
    content: '\f00c';
    color: #9f4e25;
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 0;
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.filters-wrapper {
    display: none;
    float: left;
    width: 300px;
}

.filters {
    padding: 20px 25px;
    background-color: #ebe3c7;
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
    font-family: 'Adelle SansW01-Regular', Sans-Serif;
    font-size: 16px;
}
.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: 'Adelle SansW01-Regular', Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    color: #454545;
}
.filters label.keyword { color: #0498d9; }

.filters .form-group {
    position: relative;
    border: 1px solid #dcddde;
    background: #ffffeb;
    margin-bottom: 15px;
    margin-top: 1px;
}

.filters .section-title h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    color: #b46f2d;
    text-decoration: underline;
    text-underline-position: under;
}

.filters .form-group input::-webkit-input-placeholder {
    opacity: 1;
    color: #999999;
}
.filters .form-group input::-moz-placeholder {
    opacity: 1;
    color: #999999;
}
.filters .form-group input:-ms-input-placeholder {
    opacity: 1;
    color: #999999;
}
.filters .form-group input:-moz-placeholder {
    opacity: 1;
    color: #999999;
}

.filters input.shared-input.input-text {
    width: 100%;
    height: 38px;
    padding: 0 40px 0 10px;
    margin: 0;
    color: #999999;
    font-family: 'Adelle SansW01-Regular', Sans-Serif;
    font-size: 14px;
    border: 1px solid #999999;
    background-color: #fff;
    box-shadow: none;
}
.filters .date {
    padding: 0;
    border: 1px solid #454545;
    border-radius: 4px;
    margin-bottom: 1rem;
}
.filters .date-sep { padding: 0;}
.filters .date-sep p{
    color: #5f2e14;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 33px;
    font-weight: bold;
}

.filters input.shared-input.input-date {
    height: 33px;
    padding: 0;
    margin-right: 0;
    color: #454545;
    border-bottom: none;
    margin-bottom: 0;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none !important;
    font-size: 15px;
    font-family: 'Adelle SansW01-Regular', Sans-Serif;
}

.filters input.shared-input.input-text:focus{}

.filters button.shared-submit {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: transparent;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 38px;
    height: 38px;
}
.filters button.shared-submit:hover { opacity: .8; }
.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit .fa { color: #9f4e25; margin-left: -4px; }
.filters button.shared-submit:hover * {  }
.filters button.shared-submit img { 
    width: 30px; 
    height: 30px;
}

.filters h3 {
    color: #fff;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    letter-spacing: 0;
}

.filters a.clear-filters {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 3px; 
    font-family:'Adelle SansW01-Bold', Sans-Serif;
    font-size: 14px;
    line-height: 27px;
    padding: 0;
    text-transform: uppercase;
    color: #FFF;
    background: #9f4e25;
}

.filters a.clear-filters:hover {

}

.filters h4 {
    margin-bottom: 5px;
    font-family:'Clarendon W01 Bold_692098', serif;
    font-size: 19px;
    line-height: 22px;
    font-weight: normal;
    color: #417836;
    letter-spacing: 0;
}

.filters ul.filter-items {
    padding: 0;
    margin: 0 0 30px;
    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: #171717;
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}

.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-family: 'Adelle SansW01-Regular', Sans-Serif;
    font-size: 16px;
    line-height: 23px;
}

.filters ul.filter-items > li > a {
    text-align: left;
}

.filters ul.filter-items > li span {
    color: #454545;
    margin-left: 5px;
}

.filters ul.filter-items > li.showmore {
    display: block;
    font-family:'Adelle SansW01-Bold', Sans-Serif;
    font-size: 16px;
    font-weight: 900;
    color: #9f4e25;
    cursor: pointer;
}

.filters ul.filter-items > li.showmore:hover {
    text-decoration: underline;
}

.results-wrapper { background-color: transparent; }

.results {
    padding: 20px 0;
    text-align: center;
}

ul.options {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0px solid #d8d7d7;
    border-radius: 3px;
}
ul.options.ot-only [data-sv-viewby="map"] {
    display: none;
}
ul.options > li {
    display: inline-block;
    vertical-align: top;
    opacity: 1;
}

ul.options > li.title,
ul.options > li.sort-title {
    padding: 10px 5px;
    font-family: 'Clarendon W01 Bold_692098', serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 27px;
    padding-left: 15px;
    color: #454545;
    opacity: 1;
}

ul.options > li > span { display: inline-block; }

ul.options > li > a {
    display: inline-block;
    padding: 11px 12px 9px;
    font-family: "Lato", sans-serif !important;
    font-size: 14px;
    line-height: 25px;
    color: #999;
    text-align: center;
    border-bottom: 2px solid transparent;
}

ul.options > li > a.selected,
ul.options > li > a.active,
ul.options > li > a:hover { 
    color: #417836; 
    border-bottom: 2px solid #417836;
}
ul.options > li > a.active .fa {
    color: #417836;
}

ul.options > li > a.view-option.selected,
ul.options > li > a.view-option.active,
ul.options > li > a.view-option:hover {
    color: #417836;
    border-bottom: 2px solid #417836;
}

ul.mobile-options {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    list-style: none;
    background-color: #fff;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    text-align: center;
}

ul.mobile-options > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #cbcbcb;
    width: 32%;
    margin-right: -3px;
    margin-bottom: 0;
}
ul.mobile-options.noMobileFilters > li{
    width: 49%;
}

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 {
    display: block;
    padding: 11px 15px 9px;
    font-family:'Clarendon W01 Bold_692098', serif;
    font-size: 14px;
    line-height: 22px;
    color: #454545;
    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;
}

ul.mobile-options li.filter.active .tab-title::before {
    content: 'Close ';
}
ul.mobile-options li.filter.active a { }


.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%;
}

.shared-items {
    margin-bottom: 4px;
}

.shared-items .container{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
}

.shared-items .shared-item {
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.layout-grid .shared-items .shared-item {
        max-width: 261px;
    width: 30%;
    margin: 0 7px 20px 7px;
}

.layout-grid.coupons .shared-items .shared-item .contents h2 {
    max-height: 105px;
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    .layout-grid .shared-items .shared-item {
        width: 100%;
        margin: 0 10px 20px;
        padding-bottom: 5px;
    }
}

.layout-list .shared-items .shared-item{
    margin-bottom: 20px;
    display: flex;
    width: 85%;
}

.layout-map .shared-items .shared-item,
.layout-map .shared-items .shared-item a{
    width: 100%;
}


.shared-items .shared-item .image-container { 
    position: relative; 
    border-bottom: 4px solid #417836;
}

.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 .image-container .price-block,
.shared-items .shared-item .image-container .image-date-block {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 0;
    display: block;
    padding: 3.5px 12px;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    background: #9f4e25;
    font-family: 'Adelle SansW01-Regular', Sans-Serif;
}

.shared-items .shared-item .image-container .price-block {
    bottom: auto;
    top: 0;
}

.layout-list .shared-items .shared-item .image-container .image-date-block,
.layout-map .shared-items .shared-item .image-container .image-date-block{
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
}

.shared-items .shared-item .image-container .image-date-block span{
    display: inline-block;
}
.shared-items .shared-item .image-container .image-date-block span.month{
    text-transform: uppercase;
    line-height: 1;

}
.shared-items .shared-item .image-container .image-date-block span.day{
    font-size: 28px;
    display: block;
    text-align: center;
    font-family:'Adelle SansW01-Bold', Sans-Serif;
}

.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-list .shared-items .shared-item .image-container {
    flex: 2;
}


.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%);
    }
}

.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: 12px;
    flex-direction: column; 
    display: flex;
    height: calc(100% - 173.67px);
}
.shared-items .shared-item .contents .pusher {
    flex: 1;
}
.layout-list .shared-items .shared-item .contents,
.layout-map .shared-items .shared-item .contents {
    position: relative;
    display: block;
    padding-bottom: 0;
    flex: 2;
}

.layout-list .shared-items .shared-item .contents {
    padding: 12px 13px;
}

.layout-map .shared-items .shared-item .contents {padding: 10px 15px;}

.shared-items .shared-item .contents h2 {
    font-family:'Clarendon W01 Bold_692098', serif;
    font-size: 18px;
    line-height: 23px;
    color: #454545;
    margin: 0 0 5px 0;
    letter-spacing: -1px;
    text-align: left;
}
.shared-items .shared-item .contents h2 a {
    color: #454545;
}
.layout-list .shared-items .shared-item.has-ot .contents h2 {
    max-width: calc(100% - 80px);
}

.layout-list .shared-items .shared-item .contents h2,
.layout-map .shared-items .shared-item .contents h2 {
    font-size: 16px;
}

.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: 'Adelle SansW01-Regular', Sans-Serif;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    color: #454545;
    text-align: left;
}
.shared-items .shared-item .contents .phone {
    display: none;
}
.shared-items .shared-item .contents .address {
    margin-top: 5px;
}

/** snippet is shared in offer detail, listing layout, listing detail **/
.yelp-snippet { margin-bottom: 5px; }
.yelp-snippet .yelp-rating { height: 15px; }
.yelp-snippet .yelp-logo {
    height: 28px;
    position: relative;
    top: -4px;
}
.yelp-snippet .yelp-bottom {
    line-height: 17px;
    cursor: default;
    font-size: 14px;
    color: #454545;
    font-family: 'Adelle SansW01-Regular', Sans-Serif;
}
.yelp-snippet .yelp-price { font-weight: bold; }
.yelp-snippet .yelp-review-count { padding-left: 2px; font-weight: bold; color: #9F4E25; }

@media (max-width: 640px) {
    .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: #417836; 
}

.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 {
    font-family: 'Adelle SansW01-Regular', Sans-Serif;
    font-size: 14px;
    line-height: 16px;
    color: #454545;
    margin-bottom: 3px;
    text-align: left;
}

.shared-items .shared-item .contents .description { display: none; }

.shared-items .shared-item .contents .description p {
    margin: 0 0 2px;
    font-size: 13px;
    line-height: 22px;
    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 .qv-btn {
    position: relative;
    display: inline-block;
    color: #999999;
    margin-top: 10px;
}
.shared-items .shared-item .contents .actions .action-book {
    position: relative;
    display: inline-block;
    margin-right: 1px;
    vertical-align: bottom;
}
.shared-items .shared-item .contents .actions .action-book a {
    padding: 5px 15px;
    font-size: 16px;
}
.shared-items .shared-item .contents .see-availability {
    color: #fff;
    background-color: #9f4e25;
    margin-top: 8px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
}

.listings-wrapper .location {
    position: absolute;
    left: 0;
    top: 0px;
    padding: 5px 20px;
    color: #FFF;
    font-family:"Century Gothic W01 Bold";
    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}


.layout-map .shared-items .shared-item .contents .actions .qv-btn{display: none;}

.shared-items .shared-item .contents .actions .qv-btn .fa {color: #9f4e25;}


.pagination-container.top-container {
    margin-bottom: 0px;
}

.pagination-container.top-container .pager {
    display: none;
}

@media only screen and (min-width: 64em) {
    .pagination,
    .pagination-desktop { 
        position: absolute;
        right: 0;
        width: max-content;
    }
}

.pagination-container.bottom-container .pagination { padding-bottom: 30px; }

.pagination .total {
    font-size: 14px;
    line-height: 27px;
}

.pagination .total b {
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica, sans-serif;
}

.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: 'Adelle SansW01-Regular', Sans-Serif;
    font-size: 14px;
    padding: 0 5px;
    color: #454545;
    vertical-align: middle;
}

.pagination .pager li a {
    color: #e46181;
    display: block;
}

.pagination .pager li a .fa {
    position: relative;
    font-size: 24px;
    color: #417836;
    margin-right: -4px;
}

@media only screen and (max-width: 40em) {
    .pagination .pager {
        text-align: center;
        margin: 0;        
    }
    .pagination .pager li {
        padding: 0px 2px;
        font-size: 18px;
    }
}


@media only screen and (min-width: 64em) and (max-width: 68em) {
    .pagination .pager li {
        padding: 0 5px;        
    }
    ul.options > li.pagination {
        padding-left: 10px !important;
    }
}

.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;
    max-width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
}
.listings-bottom .gap-column { display: block; }
.listings-bottom > .row > div {
    line-height: 27px;
    padding: 10px 0px;
    vertical-align: middle;
}
.back-to-btn {
    font-family: 'Adelle SansW01-Regular', Sans-Serif;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    text-align: center;
    cursor: pointer;
}
.back-to-btn .fa-long-arrow-up { 
    color: #9f4e25; 
    margin-left: 5px;
}
.listings-bottom .pagination-container.bottom-container .pagination {
    padding-bottom: 0;
    margin-right: 20px;
}

.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%;
}*/
.layout-list .shared-items .shared-item .contents .actions, .layout-grid .shared-items .shared-item .contents .actions {
    margin: auto 0 5px;
}

.layout-grid .shared-items .shared-item .contents .actions {
    margin-bottom: 0px;
    text-align: left;
}

.shared-items .shared-item .contents .actions .hotel-booknow{
    display: block;
}

.shared-items .shared-item .contents .actions .hotel-booknow .book-link:hover{
   color: #9f4e25;
}
.shared-items .shared-item .contents .actions .hotel-booknow .sm-text{
    display: block;
    position: relative;
    top: 2px;
    left: 4px;
    width: 52px;
    font-size: 10px;
    line-height: 10px;
    font-family: 'Adelle SansW01-Regular', Sans-Serif;
    text-align: left;
}
.shared-items .shared-item .contents .actions .hotel-booknow .price{font-size: 19px;}
.shared-items .shared-item .contents .actions .hotel-booknow .price span.dollarSign{
    top: 0;
    font-size: 18px
}
.shared-items .shared-item .contents .actions .hotel-booknow .right-button{color: #999999;}
.shared-items .shared-item .contents .actions .hotel-booknow .right-button i{color: #9f4e25;}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
    .layout-list .shared-items .shared-item .contents .actions {
        margin-top: 5px;
    }
    .layout-list .shared-items .shared-item .contents .actions .qv-btn {

    }
    .shared-items .shared-item .contents .actions .action-book a {
        padding : 5px 10px;
    }
    .shared-items .shared-item .contents .actions .action-book, .shared-items .shared-item .contents .actions .qv-btn {
        margin: 5px 1px;
    }
    .shared-items .shared-item .contents .actions .action-book a, .shared-items .shared-item .contents .actions .qv-btn {

    }
}
@media only screen and (max-width: 40em) {
    .layout-list .shared-items .shared-item .contents .actions {
        margin-top: 10px;
    }

    .shared-items .shared-item .contents .actions .action-book a {
        margin: 0px 3px;
        padding: 5px 10px;
    }
    .layout-list .shared-items .shared-item .contents .actions .action-book a {
        margin: 5px 3px;
    }
}

@media only screen and (min-width: 40.063em) {
    .results {
        text-align: left;
    }    
}

@media only screen and (min-width: 64.063em) {
    .layout-list .shared-items .shared-item .contents{
        flex : 4;
        padding-bottom: 10px;
    }
    .layout-list .shared-items .shared-item .contents h2 {
        font-size: 22px;
        line-height: 30px;
    }

    ul.options {
        display: block;
        text-align: left;
        padding-left: 16%;
        border-bottom: 1px solid #cbcbcb;
        border-top: 1px solid #cbcbcb;
    }


    ul.options li.sort-disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .results-wrapper {
        margin-left: 300px;
    }
    .results-wrapper.no-searchBox {
        margin-left: 0;
    }
    .results .spacer {
        display: block;
        width: 100%;
        height: 20px;
    }
    .filters-wrapper {
        display: block;
    }
    .mobile-options {
        display: none;
    }

    ul.options > li.sort-title,
    ul.options > li.pagination { padding-left: 40px; }

    .filters h4 { margin-top: 0px; }

    .filters a.clear-filters { margin-top: 30px; }

    .shared-items .shared-item .contents .actions {

    }
    .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;
    }
    .pagination-container.top-container {
        position: relative;
        top: 12px;
    }
    .pagination-container.top-container .pager { display: block; }
}

@media only screen and (max-width: 64em) {
    .layout-list .shared-items .shared-item .contents .address { margin-bottom: 0; }
    .layout-list .shared-items .shared-item .contents .actions .qv-btn {
        position: relative;
        left: 0;
        bottom: 0;
    }

    ul.options > li.sort-option > span {
        display: none;
    }
    ul.options > li.title {
        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{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: calc(100% - 139px);
}

@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 {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
}
.shared-map-container .item-list-header h3 {
    font-family: 'Clarendon W01 Bold_692098', serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #9f4e25;
    margin: 0;
    flex: 1;
}

.shared-map-container .map-counter{
    display: inline-block;
    font-family: "Lato", sans-serif !important;
    font-size: 16px;
    color: #454545;
    padding: 0 5px;
    text-align: right;
    transform: translateY(30%);
    flex: 2;
}

@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: 5;
    left: 0;
    bottom: 0;
    margin: 10px 15px 30px;
    width: 100%;
    max-width: 350px;
    height: calc(100% - 51px);
    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 .shared-item {
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    min-height: 82px;
    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;
    padding: 15px 30px 15px;
    background-color: #ebe3c7;
    display: flex;
    justify-content: space-evenly;
}
.shared-map-container .shared-items .buttons button {
    display: block;
    color: #fff;
    text-align: center;
    padding: 3px 40px;
    border-radius: 3px;
    margin: 0 30px;
    background: #9f4e25;
    font-family:'Adelle SansW01-Bold', Sans-Serif;
}

@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;}

@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;
    }
}

/* Booking Rates */
form .price-filter {
    margin-bottom: 30px;
}

form .price-filter .price-values {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

form .price-filter .price-values > span:nth-child(2) {
    margin-top: 5px;
}

form .price-filter .price-values .min-value,
form .price-filter .price-values .max-value {
    width: 40%;
}

form .price-filter .price-values input {
    border: 1px solid #999;
}

form .sliderContainer .ui-slider-horizontal {
    height: 8px;
}

form .sliderContainer .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -5px;
    background: #9f4e25;
    width: 10px;
    height: 20px;
}
