/*
	This file will contain stylings that applies globally to the following layout pages: events, listings, offers
*/
.shared-list h3.no-results  { line-height: 1;  text-align: center; }

/* MAPS */
.shared-list .gMapContainer {
	position: relative;
	margin-top: 20px;
}
.shared-list .gMapContainer {}
.shared-list .showGMap .isOpen { display:none; }
.shared-list .showGMap .isClosed {}
.shared-list.map-open .isOpen { display: block; }
.shared-list.map-open .showGMap .isClosed { display: none; }
.shared-list .gMapContainer .gMapHolder {
	height: 400px;
	width: auto;
}
.shared-list.map-open .gMapHolder { display:block; }

/*Cutup Styles*/
.shared-layout {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
}

.shared-layout.layout-map{padding-right: 0;}

input.shared-input {}

input.shared-input.input-text {}

input.shared-input.input-checkbox {}

button.shared-submit {}

.fixed-position {
    position: fixed;
    top: 0;
    width: 1280px;
}

/* Custom styled checkboxes */

input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 700;
}

input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 2px;
    opacity: 0;
    cursor: pointer;
}

input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
    background: white;
    border: 1px solid black;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    font-family: FontAwesome;
    content: '\f0c8';
    color: transparent;
    position: absolute;
    top: 2px;
    left: -5px;
}

input[type="checkbox"]:not(:checked) + label:after {
    width: 12px;
    height: 12px;
    font-family: FontAwesome;
    font-size: 10px;
    content: '\f00c';
    color: black;
    position: absolute;
    top: -2px;
    left: -3px;
    padding: 0;
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    width: 12px;
    height: 12px;
    font-family: FontAwesome;
    font-size: 10px;
    content: '\f00c';
    color: black;
    position: absolute;
    top: -2px;
    left: -3px;
    padding: 0;
    opacity: 1;
}

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

.desktop-filters { width: 320px; }

.filters .print {
	position: relative;
	z-index: 10;
    display: flex;
    margin-bottom: 35px;
    color: #072c51;
}
.filters .print a {
	display: block;
	color: #072c51;

    margin-right: 13px;
}

.filters-wrapper {
    display: none;
    float: left;
    width: 300px;
    padding-left: 15px;
    padding-right: 60px;
}
.filters{position: relative;}

.filters,
.filters form {
    background-color: white;
    height: 100% !important;
}

.filters .close {
    margin-bottom: 15px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background-image: url(/includes/public/assets/images/close-x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    padding: 11px;
    text-align: right;
    padding-left: 465px;
}

.filters label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.filters label.keyword { color: #000; }

.filters .form-group {
    position: relative;
    margin-bottom: 20px;
}

.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;
}

.form-group > span {
    position: absolute;
    top: -20px;
    font-size: 13px;
    color: #939495;
}

.filters .shared-input {
    border-radius: 4px;
    box-shadow: none;
}
.filters .search-container {
    padding: 10px 7px;
    background-color: #65646a;
}
.filters input.shared-input.input-text {
	box-shadow: none;
	border-radius: 4px;
	padding-left: 15px;
	border: 1px solid #ccc;
}

.filters button.shared-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    width: 42px;
    background-color: #f6b715;
    margin: 0;
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.filters button.shared-submit:hover { color: #0498d9; }
.filters button.shared-submit:after { content: ' '; }

.filters button.shared-submit .fa { color: #fff; }

.filters h3 {
    color: #fff;
    font-family: "CooperHewittSemibold";
    font-size: 16px;
    letter-spacing: 0;
}

.filters a.clear-filters {
    width: 100%;
	color: white;
	display: inline-block;
	background-color: #072c51;
	padding: 7px 20px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 25px;
}

.filters a.clear-filters:hover {
    opacity: 0.8;
}

.filters h4 {
    font-family: 'Droid Serif W01 Regular';
    color: black;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 900;
}

.filters .locale {
    display: block;
    margin: 10px 0 10px 20px;
    color: #318dde;
    font-weight: 600;
}

.filters .filter-items .locale {
    margin-left: 0;
}

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

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

.filters ul.filter-items > li {
    line-height: 20px;
    margin-bottom: 6px;
    display: none;
}

.filters ul.filter-items > li.show-more {
    display: block;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.filters ul.filter-items > li.show-more i {
    padding-left: 2px;
}

.filters .count {
    color: #f6b715;
	margin-left: 7px;
}

.filters .count-ta {
    color: #666;
    margin-left: 7px;
    line-height: 26px;
    vertical-align: text-top;
}

.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;
    line-height: 1.2rem;
}

.filters ul.filter-items.tripAdvisor > li > label img {vertical-align: middle;}

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

.filters ul.filter-items > li.showmore {
    display: block;
    color: #f6b715;
    cursor: pointer;
    font-size: 16px;
}

.filters ul.filter-items > li.showmore > i {
    margin-left: 7px;
}

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

/**** Calendar ****/

.filters .calendar-filter {
    margin-bottom: 35px;
}

.filters .calendar-filter table.month1 { border: 0; }

.filters .calendar-filter .timeWindow {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    font-family:'Droid Serif W01 Regular';
    padding: 0 10px;
}

.filters .calendar-filter .timeWindow a {
    position: relative;
    display: inline-block;
    color: black;
    margin-bottom: 25px;
}

.filters .calendar-filter .timeWindow a.selected {
    color: #f6b715;
}

.filters .calendar-filter .timeWindow a.selected::after {
    content:"";
    position: absolute;
    bottom: -15px;
    left: -10%;
    width: 120%;
    height: 1px;
    background-color: #f6b715;
}

.filters .date-picker-wrapper .month-wrapper table .day.invalid {
    opacity: 0.4;
}

.filters table tr th {
    padding: 5px 0;
    text-align: center;
}

.filters table tr td {
    padding: 0;
    text-align: center;
}

.filters table tbody tr td > div {
    padding: 5px 0;
}

.filters table tbody tr td > div.day.valid.real-today {
    background-color: #ce9809;
    color: white;
}

.filters table tbody tr td > div.day.valid {
    background-color: #f6b715;
    color: white;
    cursor: pointer;
}

.shared-list .date-picker-wrapper .month-wrapper table .day.real-today.checked,
.shared-list .date-picker-wrapper .month-wrapper table .day.checked,
.shared-list .date-picker-wrapper .month-wrapper table .day.checked:hover {
	color: #fff;
	background-color: #802022;
}
.shared-list .date-picker-wrapper .month-wrapper table .day.toMonth.hovering{color: #fff !important;}

.filters .month-wrapper .month1 {
    width: 100%;
    background: transparent;
}

.filters .month-wrapper .month1 thead,
.filters .month-wrapper .month1 table tr:nth-of-type(even),
.filters .month-wrapper .month1 .week-name,
table tr:nth-of-type(even) {
    background: transparent;
}

.filters .month-wrapper .month1 .month-name {
    text-align: center;
    vertical-align: middle;
        text-transform: capitalize;
}

.filters .month-wrapper .month1 .week-name {
    text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid lightgray;
}

.filters .month-wrapper .month1 tbody tr {
    border-bottom: 1px solid lightgray;
}

.filters .month-wrapper .month1 tbody tr:last-of-type {
    border-bottom: none;
}

.filters .calendar-label {
    color: black;
    font-weight: 700;
    margin-bottom: 20px;
}

.shared-items .event-date-heading { display: block; width: 100%; }

/********/

ul.options {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.options > li {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}

ul.options > li:hover {
    cursor: pointer;
}

ul.options > li.sort-by {
    width: 37%;
}

.results-wrapper .options .sort-title {
	color: black;
	font-weight: 700;
	margin-right: 20px;
}

.results-wrapper .options .sort-title.sort-by-title,
.results-wrapper .options .page-title { padding-left: 40px; }

.sort-by .sort-item,
.sort-by .sort-item a {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    color: #6b6c71;
}

.sort-by .sort-item:first-of-type{margin-top: 10px;}
.sort-by .sort-item:last-of-type{margin-bottom: 0;}


.sort-by .sort-item.selected,
.sort-by .sort-item.selected a,
.sort-by .sort-item a.selected{
    color: #cd9700;
}

ul.options > li.sort-by .sort-item > i.icon {
    margin-right: 7px;
}

ul.options li.distanceSort{
    opacity: 0;
    pointer-events : none;
    height: 0;
    vertical-align: top !important;
}

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

ul.options > li > a {
    display: inline-block;
    margin-right: 20px;
    line-height: 25px;
    color: #65646a;
    text-align: center;
    border-bottom: 2px solid transparent;
}

ul.options > li > a.view-option,
.mobile-view-options a.view-option {
    display: flex;
    align-items: center;
}

ul.options > li > a.view-option svg,
.mobile-view-options a.view-option svg  {
    fill: #65646a;
    margin-right: 7px;
}

ul.options > li > a.view-option.active,
.mobile-view-options a.view-option.active,
ul.options > li > a.selected,
.mobile-view-options a.selected  {
    color: #f6b715;
    position: relative;
}
ul.options > li > a.view-option.active::after,
.mobile-view-options a.view-option.active::after,
ul.options > li > a.selected::after,
.mobile-view-options a.selected::after {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 110%;
	left: -5%;
	height: 2px;
	background-color: #f6b715;
}

ul.mobile-options {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0px;
    list-style: none;
    background-color: #fff;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    text-align: center;
}

ul.mobile-options > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid lightgray;
    width: 32%;
    margin-right: -3px;
}

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: 20px 15px;
    font-family: 'Helvetica Neue LT W01_71488914', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #1d1d1d;
    text-align: center;
}

ul.mobile-options > li .fa {
	margin-left: 6px;
	color: #f6b715;
}

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: 9px;
	width: 300px;
	z-index: 10;
	display: none;
	background-color: #fff;
	padding: 20px;
	border-top: 1px solid lightgray;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

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: 100%;
    text-align: left;
    overflow-y: scroll;
}

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

ul.mobile-options li.distanceSort{
    opacity: 0;
    pointer-events : none;
    height: 0;
    vertical-align: top !important;
}

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

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

.shared-map-container .map-view-items {
    position: absolute;
    top: 35px;
    left: 35px;
    height: 95%;
    z-index: 10
}

.shared-map-container .map-view-items .shared-items{
    height: 90%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-content: flex-start;
    max-width: 400px;
}

.layout-map .shared-map-container {
    display: block;
    /*margin: -20px -8px 0;*/
}

@media only screen and (min-width: 1024px){
    /*.layout-map .shared-map-container {margin-right: -75px;}*/
    .layout-map.events .shared-map-container {margin-right: -34%;}
}
@media only screen and (max-width: 1024px){
    .shared-map-container .map-view-items{display: none;}
}

.shared-map {}

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


.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 {
    width: 100%;
}

.layout-grid .shared-items-container,
.layout-list .shared-items-container {
    display: inline-block;
}


.layout-list:not(.meetings) .shared-items-container .container .shared-item a,
.layout-list.meetings .shared-items-container .container .shared-item {
    /*display: flex;*/
    max-width: none;
}

.layout-grid .shared-items-container .container {
    display: flex;
    flex-wrap: wrap;
}


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

 .map-view-items .map-view-pager {
    background-color: white;
    padding: 15px;

}

.shared-map-container .map-view-items .shared-item:last-of-type {
    box-shadow: 0px 0px 0px;
}

.results-wrapper {
    padding-top: 15px;
}

.results-wrapper .results {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    display: flex;
}

/* Map */
.shared-map-container {
    display: none;
}

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

.shared-map-container .map-list-cont {
    position: absolute;
	top: 25px;
	left: -5px;
	z-index: 1;
	width: 100%;
	max-width: 320px;
	height: calc(100% - 51px);
	background-color: white;
	margin: 10px 15px 30px;
	padding: 10px;
	overflow: hidden;
	transition: all ease .5s;
}

.shared-map-container .map-list-cont::-webkit-scrollbar-button {
    display: none;
}

.shared-map-container .buttons {
    position: relative;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 0px;
    background-color: #1d1d1d;
    display: flex;
    justify-content: space-evenly;
}
.shared-map-container .buttons button {
    display: block;
    background-color: #144270;
    color: #fff;
    text-align: center;
    padding: 3px 40px;
    border-radius: 3px;
    margin: 0 30px;
}

.shared-map-container .item-list-header {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
}

.shared-map-container .map-counter {
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
    text-align: right;
    transform: translateY(25%);
    flex: 2;
}

.shared-map-container .container {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    flex-direction: row;
    justify-content: center;
    flex-direction: row;
    align-content: flex-start;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 180px);
}

.shared-map-container .shared-items {
    margin: 0;
    list-style: none;
}

.shared-map-container .map-list-cont .shared-items .shared-item {
    margin-bottom: 8px;
}

.shared-map-container .shared-items .shared-item .contents {
    padding: 0 8px 8px;
}

.shared-map-container .shared-items .shared-item h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.shared-map-container .shared-items .shared-item .date {
    display: none;
}

.shared-map-container .shared-items .shared-item .locale {
    font-size: 13px;
    line-height: 16px;
}

@media (max-width: 1024px) {
    .shared-map-container .shared-items .buttons button { padding: 3px 25px;}
    .shared-map-container .map-list-cont {
        display: none !important;
    }
}

@media (max-width: 641px) {
    .shared-map-container .map-list-cont { display: none; }
}


/* Items */

@supports (display: grid) {
    .layout-grid .shared-items-container .container  {
        display: grid;
        grid-template-columns: repeat( auto-fill, minmax(220px, 1fr) );
    }
  .shared-items .shared-item,
  .layout-list .shared-items .shared-item {
    display: grid;
    grid-template-columns: 27% 73%;
  }
}

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

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

.layout-list .shared-items .shared-item,
.layout-map .shared-map-container .shared-items .shared-item {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.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-size: 26px;}


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

.layout-list .shared-items .shared-item .image-container,
.layout-map .shared-items .shared-item .image-container {
    flex: 1;
}
.layout-list .shared-items .shared-item .contents { padding: 0 10px; }
.layout-list .shared-items .shared-item .contents,
.layout-map .shared-map-container .shared-items .shared-item .contents {
    width: 73%;
}

.layout-grid .shared-items-container .shared-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 210px;
    margin: 0 10px 15px;
}

.layout-grid .shared-items .shared-item .yelp-info {
    margin-left: 0;
    margin-top: 15px;
}

.layout-grid .shared-items .shared-item .yelp-info .star-cont {
    margin-left: 0;
}

.layout-grid .shared-items .shared-item .yelp-info .review-count {
    text-align: left;
}

.layout-grid .shared-items .shared-item .yelp-info > .logo {
    align-self: flex-start;
}

.layout-grid .shared-items .shared-item a h2 {
    font-size: 23px;
    line-height: 26px;
    word-wrap: break-word;
}

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

.shared-items-container .shared-item .contents {
    width: 100%;
    padding: 15px 15px 25px;
}

.shared-items-container .shared-item.yelp .contents {
    flex-direction: row;
    justify-content: space-between;
}
.shared-items-container .weblink{
    font-size: 14px;
    text-decoration: underline;
    color: #144270;
    display: block;
    padding-top: 8px;
    font-weight: bold;
}
.layout-grid .shared-items-container .shared-item.yelp .contents {
    flex-direction: column;
}

.shared-items .container {
    padding-right: 25px;
}

.shared-items-container .container {
    display: flex;
    flex-wrap: wrap;
}

.shared-items .shared-item .item {
    display: flex;
}

.shared-items .shared-item a > h2 {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #144270;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
}

.shared-items .shared-item .date {
    display: block;
    color: black;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 900;
}

.shared-items .shared-item .locale {
    display: block;
    color: #144270;
    font-size: 17px;
    line-height: 20px;
}

.shared-items .shared-item .locale a { color: #144270; }

.shared-items .shared-item .locale i {
    color: #802022;
    margin-right: 7px;
}

.shared-items .shared-item:nth-child(odd) {
    border: 2px solid #f6b715;
}

.shared-items .shared-item:nth-child(even) {
    border: 1px solid lightgray;
}

.layout-list .shared-items .shared-item {
    margin-bottom: 8px;
}

.shared-items .shared-item .spacer {
    color: #144270;
    margin: 0 10px;
}

.shared-items .shared-item .sitelink {
    display: inline-block;
    font-size: 15px;
    color: #144270;
    font-weight: 900;
    text-decoration: underline;
    margin-top: 15px;
}

.shared-items .shared-item .yelp-info {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.shared-items .shared-item .yelp-info .star-cont {
    display: flex;
    margin-left: auto;
    margin-bottom: 10px;
}

.shared-items .shared-item .yelp-info .star {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d32323;
    border-radius: 4px;
    color: white;
    margin-right: 4px;
    padding: 4px;
}

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

.shared-items .shared-item .yelp-info .review-count {
    text-align: center;
    font-size: 12px;
    color: #939495;
}

.shared-items .shared-item .yelp-info > .logo {
    margin-top: auto;
    width: 75px;
    align-self: flex-end;
}

@media (max-width: 1024px) {
    .shared-items .container {
        padding: 0 15px;
    }
    .shared-items .shared-item h2 a {
        font-size: 20px;
    }
    .shared-items .shared-item .date {
        font-size: 14px;
    }
    .shared-items .shared-item .locale {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (max-width: 641px) {
    .shared-items-container .shared-item .contents {
        padding: 10px;
    }
    .shared-items .shared-item a h2,
    .layout-grid .shared-items .shared-item a h2 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .shared-items .shared-item .date {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 16px;
    }
    .shared-items .shared-item .sitelink {
        margin-top: 7px;
        font-size: 12px;
    }
    .shared-items .shared-item .yelp-info .star {
        font-size: 10px;
    }
    .shared-items .shared-item .yelp-info > .logo {
        width: 50px;
    }
    .shared-items .shared-item .locale {
        font-size: 10px;
        line-height: 12px;
    }
    .shared-items .shared-item .spacer {
        margin: 0 5px;
    }
    .shared-items .container {
        padding: 0 8px;
    }
    .shared-items .shared-item .image-container img {
    	width: 100%;
    }
    .layout-list .shared-items .shared-item .image-container,
    .layout-list .shared-items .shared-item .image-container img {}
}
.mobile-options-cont {
    display: none;
}

.pagination-cont {
    float: right;
    margin-right: 10px;
}

@media (min-width: 1284px) {
    .pagination-cont {padding-top: 45px;}
}

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

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

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

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

.pagination .pager li {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #222;
    padding: 0;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
}

.pagination .pager li a { color: #f6b715; }
.pagination .pager li .disabled { color: #939495 !important; }

.pagination .pager .page-count {
    color: #939296;
}

.pagination .pager .prev-page,
.pagination .pager .next-page {
    display: inline-flex;
    align-items: center;
    padding: 8px;
    background-color: #cd9700;
    border-radius: 4px;
}

.pagination .pager .prev-page.disabled,
.pagination .pager .next-page.disabled {
    opacity: 0.5;
}

.pagination .pager .prev-page {
    margin-right: 30px;
}

.pagination .pager .prev-page i {
    margin-right: 8px;
}

.pagination .pager .next-page {
    margin-left: 30px;
}

.pagination .pager .next-page i {
    margin-left: 8px;
}

.pagination .pager .prev-page a,
.pagination .pager .next-page a {
    color: white;
    font-size: 16px;
}

.pagination .pager .prev-page i,
.pagination .pager .next-page i {
    color: white;
    font-size: 20px;
}

.pagination .pager li a {
    color: #f6b715;
}

.pagination .results-title {
    color: #65646a;
    font-weight: 600;
}

.listings-bottom .gap-column { display: block; }
.listings-bottom > .row > div {
    line-height: 27px;
    padding: 10px 0px;
    vertical-align: middle;
}
.back-to-btn {
    color: #1d1d1d;
    text-align: center;
    cursor: pointer;
}
.back-to-btn .fa-long-arrow-up { color: #0498d9; }
.listings-bottom .pagination-container.bottom-container .pagination { padding-bottom: 0 }

.layout-list .shared-items .shared-item .contents h2 {
    font-size: 24px;
    line-height: 30px;
}

ul.options {
    display: inline-block;
}
.results-wrapper {
    margin-left: 300px;
}

.specific_listings .results-wrapper {
    margin-left: 0;
}

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


.filters-wrapper .scroll-container{
    overflow-y: auto;
    -webkit-overflow-scrolling : touch;
}

.mobile-options {
    display: none;
}

.shared-items ul.large-block-grid-7 > li { padding: 0 0.45rem 1.25rem; }

.shared-items ul.large-block-grid-1 > li {
    padding-bottom: 1px;
}

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

.offers-events {
    display: flex;
    padding: 50px 0;
    flex-direction: column;
}

.shared-top a.print-page { color: #fff; }

.coupons li a { color: #f6b715; }

.offers-events .detail-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.offers-events .detail-section .offers-events-content {
    display: flex;
    width: 90%;
    padding: 15px;
    box-shadow: 0px 2px 4px lightgray, 0px -2px 4px lightgray;
}

.offers-events .detail-section .offers-events-content .title {
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin-left: 0;
    line-height: 24px;
}

.offers-events .detail-section .offers-events-content .listing-info {
    padding: 10px 0;
    font-size: 14px;
}

.offers-events .detail-section .offers-events-content .listing-info span {
    color: lightgray;
}

.offers-events .detail-section .offers-events-content .img-cont {
    width: 100px;
    margin-right: 20px;
}

.offers-events .heading {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.offers-events .heading svg {
    fill: #cd9700;
    margin-right: 8px;
}

.offers-events.events .container{margin-top: -10px;}
.offers-events .date-heading {
    display: block;
    margin: 10px 0 20px;
    color: red;
    font-size: 18px;
    text-align: left;
}

.offers-events .heading span {
    color: black;
    font-size: 22px;
    font-family: merriweather;
    font-weight: 600;
}

@media (max-width: 641px) {
    .offers-events {
        padding: 10px 0;
    }
    .offers-events .detail-section .offers-events-content {
        width: 100%;
    }
    .offers-events .detail-section {
        margin: 0;
    }
    .offers-events .detail-section .offers-events-content .title {
        font-size: 17px;
        line-height: 19px;
    }
}

.map-container {
    position: relative;
}

.map-container h4 {
    margin: 60px 0 20px 60px;
}

.map-container .map-heading {
    margin-bottom: 20px;
    margin-left: 60px;
    position: relative;
}



@media (max-width: 1024px) {
    .map-container h4 { margin: 60px 0 20px 15px;}

    .map-container .map-heading {margin-left: 15px;}
}

.map-container .map-heading img {
    position: absolute;
    top: -3px;
}

.map-container .map-heading span {
    margin-left: 30px;
    display: block;
}

.map-container .map-heading img {
    width: 25px;
}

.shared-map .gMapContainer,
.shared-map .gMapHolder {
    width: 100%;
    /*min-height: calc(100vh - 47px);*/
}

.detail-content-panel .gMapContainer,
.detail-content-panel .gMapHolder {
    height: 500px;
}

.map-container .gMapHolder {
    position: relative;
    min-height: 500px;
    background: url("/includes/public/assets/images/listings/map-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid lightgray;
    margin-bottom: 60px;
}

.map-container .map-sidebar-cont {
    position: absolute;
    top: 88px;
    left: 10px;
    width: 300px;
    height: 640px;
    background-color: white;
    border-bottom: 1px solid lightgray;
    z-index: 20;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}
.map-container .map-sidebar-cont .title{
    color: #121820;
    font-family: "merriweather", Arial, Helvetica,sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
    padding: 20px 0 10px 20px;
}

.map-container .map-menu {
    position: relative;
    margin: 0;
}

.map-container .map-menu .item {
    position: relative;
    float: none;
    overflow: hidden;
    list-style-type: none;
}

.map-container .map-menu .item::after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 95%;
    float: right;
    border-bottom: 1px solid #c9bea7;
}

.map-container .map-menu .item.has-submenu .mobile-children {
    list-style: none;
    display: none;
    margin-left: 1.25rem;
}

.map-container .map-menu .item.has-submenu .mobile-children.active {
    display: block;
}

.map-container .map-menu .item.has-submenu .item-child{padding-bottom: 6px;}

.map-container .map-menu .item.has-submenu .item-child:last-child{padding-bottom: 15px;}

.map-container .map-menu .item .item-inner {
    position: relative;
    padding: 10px;
    padding-left: 40px;
}

.map-container .map-menu .item .item-inner.selected {
    background-color: #f2f2f2;
}

.map-container .map-menu .item .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #cd9700;
}

.map-container .map-menu .item span {
    width: 100%;
    font-size: 16px;
    font-family: "ronnia", Arial, Helvetica,sans-serif;
    font-weight: normal;
    line-height: 24px;
    font-weight: normal;
    color: black;
    text-align: left;
}

.map-container .map-menu .item .arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 600;
    color: #cd9700;
}

.map-container .map-menu .item .arrow.active {
    transform: translateY(-50%) rotate(180deg);
}

.map-container .map-menu .item .item-child .child-inner {
    padding: 0px 0 2px 35px;
    text-align: left;
}

.map-container .map-menu .item .item-child .child-inner span {
    font-size: 14px;
    line-height: 16px;
    color: lightgray;
}

.map-container .map-menu .item .item-child .child-title img {
    width: 20px;
}

.map-container .map-menu .item .item-child .child-title {
    display: flex;
    align-items: center;
    padding-top: 7px;
}

.map-container .map-menu .item .item-child a .child-title  {
    color: #5aa4e5;
}

.map-container .map-menu .item .item-child a .child-title span {
    color: #5aa4e5;
    margin-left: 15px;
}
.map-container .map-menu .item .item-child a .child-title.active span{
    font-weight: 600;
    text-decoration: underline;
}

.map-container .gMapContainer .mobile-map-cont {
    display: none;
    width: 310px;
    height: 310px;
    margin: auto;
    background: url("/includes/public/assets/images/listings/map-img.png");
    background-size: cover;
}
@media only screen and (max-width: 641px) {
    .map-container{
        margin-bottom: 30px;
    }

    .map-container .map-sidebar-cont {
        width: 100%;
        height: auto;
        position: static;
    }

    .map-container h4,
    .map-container .map-heading {
        margin-left: 15px;
        text-align: left;
        position: relative;
    }
    .map-container .map-heading{
        margin-bottom: 20px;
    }

    .map-container .map-heading span{
        margin-left: 30px;
        max-width: 200px;
        display: block;
    }

    .map-container .map-heading img{
        position: absolute;
        top: 0;
    }


    .map-container .gMapContainer{ padding: 0 15px; margin-bottom: 0;}
    .map-container .gMapHolder {
        background: none;
    	width: 100%;
    	min-height: calc(100vh - 47px);
        border-bottom: transparent;
    }
    .map-container .map-sidebar-cont {
        border-bottom: transparent;
    }
    .map-container .gMapContainer .mobile-map-cont {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    .shared-items .shared-item {}
    .layout-list .shared-items .shared-item .contents .address { margin-bottom: 0; }
    ul.options,
    .desktop-filters .filters-wrapper {
        display: none;
    }
    .results-wrapper {
        margin-left: 0;
    }
    .mobile-options-cont,
    .mobile-options {
        display: block;
    }

    .filters .calendar-filter .month-wrapper { width: 100% !important; }
}

/*@media only screen and (max-width: 1440px) {
     .shared-layout{
        padding-right: 15px;
    }
}*/

@media only screen and (max-width: 641px) {
    .shared-layout{
        padding-left: 0;
        padding-right: 0;
    }
    .layout-grid .shared-items-container .shared-item {
        flex: 43%;
        margin: 0 5px 15px;
    }
    .layout-list .shared-items-container .container .shared-item {
        position: relative;
        width: 100%;
        flex: 100%;
        padding: 12px;
        margin: 5px auto;
    }
    .layout-list .shared-items-container .container .shared-item .image-container {
    }
    .layout-list .shared-items-container .container .shared-item .address {
        margin-left: 12px;
    }
    .layout-list .shared-items .shared-item .contents h2 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 0;
    }
    .layout-list .shared-items .shared-item .contents .address {
        margin-left: 0;
    }
    .layout-list .shared-items .shared-item .contents .address span {
        margin-right: 8px;
        font-size: 12px;
    }
    .pagination .pager {
        width: auto;
        margin-bottom: 15px;
    }
    .pagination-cont {
        margin-top: 20px;
    }
    .results {
        padding: 0;
    }
    .mobile-options-cont {
        display: block;
    }
    .shared-map-container {
        margin-top: 40px;
    }
    .shared-map-container .map-view-items .shared-item {
        max-width: 100%;
        padding: 5px;
    }
    .shared-map-container .map-view-items {
        display: none;
    }
    .shared-map-container .map-view-items .shared-item .contents h2 {
        font-size: 14px;
        line-height: 16px;
    }
    .shared-map-container .map-view-items .shared-item .address {
        margin-bottom: -20px;
    }
    .shared-map-container .map-view-items .shared-item .address span:first-of-type {
        margin-right: 5px;
    }
    .shared-map-container .map-view-items .shared-item .address span {
        margin-right: 5px;
        font-size: 12px;
    }
    .mobile-view-options ul {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .pagination-cont {
        margin-top: 10px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 320px) {
    .layout-grid .shared-items-container .shared-item {
        flex: 100%;
    }
}

.shared-detail .shared-layout{padding-left: 0; padding-right: 0;}
.shared-detail .results-wrapper{margin-left: 0;}
.shared-detail .results-wrapper .results {padding: 0;}

.shared-detail .layout-list .shared-items-container .container .shared-item{
    margin: 0 0 1px 0;
    width: 90%;
    max-height: 90px;
    padding: 15px;
    box-shadow: 0px 2px 4px lightgrey, 0px -2px 4px lightgrey;
}

.shared-detail .layout-list .shared-items-container .container .shared-item > a{padding: 0; margin-bottom: 0; margin-top:-10px;}

.shared-detail .layout-list .shared-items .shared-item .image-container{max-width: 100px;}

.shared-detail .layout-list .shared-items .shared-item .contents{width: 100%;}

.shared-detail .map-container .gm-style-iw,
.shared-detail .map-container .gm-style-iw div { min-width: 350px !important; }

/**** listings bottom ****/

.listings-bottom {
    margin: 35px 0;
}

.pagination li {
    font-weight: 700;
}

.pagination .page-count {
    color: black;
}

.pagination .disabled {
    opacity: 0.7;
}

.pagination .active {
    color: #f6b715 !important;
}

.pagination .fa.fa-angle-double-left {
    margin-right: 7px;
    font-size: 13px;
}

.pagination .fa.fa-angle-double-right {
    margin-left: 7px;
    font-size: 13px;
}

ul.pagination li:hover a {
    background: transparent;
}

.listings-bottom .back-btn-cont {
    text-align: center;
}

.listings-bottom .back-to-btn {
    color: black;
    font-weight: 900;
    font-size: 13px;
}

.listings-bottom .back-to-btn i {
    color: #802022;
    margin-left: 10px;
}

.shared-map-container .pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

@media (max-width: 641px) {
    ul.pagination {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }
    .listings-bottom {
        margin: 15px 0;
    }
}

.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;
}
