/*
	This file will contain stylings that applies globally to the following layout pages: events, listings, offers
*/

/* filters */
.select-wrapper { position: relative; }
.shared-list select {
	font: 16px 'Quicksand', sans-serif;
	font-weight: 300;
	cursor: pointer;
}
.shared-list .select-arrow {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 30px;
	width: 40px;
	height: 40px;
	background: #8cc63f;
	color: #ffffff;
	margin-top: 0px;
	padding: 4px 10px 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
	pointer-events: none;
}
.shared-list .date { position: relative; }
.shared-list .date .fa { position: absolute; top: 20px; right: 20px; cursor: pointer; }
.menu-slider-content ul { text-align: left; }
.menu-slider-content ul label {
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}
.menu-slider-content ul input { float: left; }
.page-navigation {
  margin: 20px auto 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.page-navigation .column {
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-navigation a {
  margin-left: 3px;
  margin-right: 3px;
}
.page-navigation .paging {
  display: table;
  max-width: 240px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.page-navigation .paging > li {
  display: table-cell;
  vertical-align: middle;
}
.page-navigation .paging a {
  color: #37322d;
  margin-left: auto;
  margin-right: auto;
}
.page-navigation .paging a.next, .page-navigation .paging a.prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  background: #8cc63f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-navigation .paging a.next { margin-right: 5px; }
.page-navigation .paging a.prev { margin-left: 5px; }
.page-navigation .paging a.next:hover, .page-navigation .paging a.prev:hover {
  opacity: 0.8;
}
.paging a.disabled { opacity: 0.6; }
.page-navigation .paging a.next .fa, .page-navigation .paging a.prev .fa {
  line-height: 30px;
}
.page-navigation .paging .fa-angle-double-right, .page-navigation .paging .fa-angle-double-left {
  font-size: 24px;
}
.page-navigation a.selected { color: #8cc63f; cursor: default; text-decoration: underline; }
.page-navigation .sortBox a { color: #37322d; }
.page-navigation .sortBox a.selected { color: #8cc63f; cursor: default; text-decoration: underline; }
.menu-slider-content { display: none; }
.menu-slider-content.active { display: block; }

/* MAPS */
.shared-list .gMapContainer {
	position: relative;
	margin-top: 20px;
}
.shared-list .gMapContainer {  }
.shared-list .showGMap .isOpen { display:none; }
.shared-list .showGMap .isClosed {
	background: url(/includes/public/assets/shared/closed-map.png);
	height: 57px;
	position: relative;
	text-align: center;
}
.shared-list .showGMap .isClosed span {
	border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Century Gothic W01 Bold', Arial, Helvetica;
	background-color: #415573;
	position: relative;
    padding: 8px;
    top: 10px;
}
.shared-list.map-open .isOpen { display: block; }
.shared-list.map-open .isOpen span {
	cursor: pointer;
}
.shared-list.map-open .isOpen span:after {
	content: "\f00d";
	font-family: FontAwesome;
	padding-left: 5px;
	position: relative;
	top: 1px;
}
.shared-list.map-open .showGMap .isClosed { display: none; } 
.shared-list .gMapContainer .gMapHolder { height: 400px; }
.shared-list.map-open .gMapHolder { display:block; }

/* ITEM */
.featured-item { padding-bottom: 1rem; }
.item { max-width: 590px; margin: 0 auto; }
.item .label { display: none; }
.item.featured .label { display: inline-block; }
.item .loc-info img { width: auto; }
.item .loc-info a {
	position: relative;
	top: 5px;
	float: left;
	margin-right: 15px;
}
.item .address {
	list-style-type: none;
	margin-left: 0;
}

.shared-list .item .address.info-list a { margin-bottom: 10px; }


.item .small .address,
.item .small p,
.item .small .button,
.item .small .loc-info { display: none; }
.item .small .img-wrapper .desc-popup {
	background: #415573;
	padding: 20px;
	padding-bottom: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	-ms-transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}
.item .small .img-wrapper .desc-popup.open {
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	-ms-transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}
.item .small .img-wrapper .desc-popup .popup-wrapper { position: relative; height: 100%; }
.item .small .img-wrapper .desc-popup p { display: inline-block; color: #fff; }
.item .small .img-wrapper .desc-popup .button {
	font-size: 25px;
	position: absolute;
	bottom: 0;
	left:0;
	display: inline-block;
	background: none;
	margin: 0;
	padding: 5px 0;
	border-radius: 0;
}
.item .small .img-wrapper .desc-popup .button:hover { opacity: 1; text-decoration: underline; }
.item img { width: 100%; height: auto; }
.item .control { display: none; }
.item .small .control { display: inline-block; z-index: 1; }
.shared-list .block { position: relative; top: -20px; }
.shared-list select, .shared-list .menu-slider {
	color: #37322d !important;
}
.item .thumb-holder .thumb {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.item.featured .thumb-holder .thumb {
	border-top-right-radius: 0;
	border-bottom-left-radius: 5px;
}


/*** MEDIA QUERY ***/ 
/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
	.shared-list .medium-block-grid-3 li { width: 100%; }
} 
/*** Tablet and Desk***/ 
@media only screen and (min-width: 40.063em){
	.item { max-width: none; }
} 
/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.page-navigation .alphaFilter.only {
		width: 100%;
		text-align: center !important;
	}
	.shared-list .items-wrapper {
		max-width: 900px;
		margin: 0 auto;
	}
} 
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) {
}
