/*

Outer margin #fafaf5
Inner margin #f9f9f3
Blue type #36547d
Red type #a55560

*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow:400,700&display=swap');
body, html {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.1em;
}
.whatsopen img {
	/*max-width: 100%;*/
}
@media (min-width: 768px) {
	.whatsopen .container {
		width: 800px;
	}
}
.whatsopen a {
	color: #36547d;
	text-decoration: none;
}
.whatsopen h1,
.whatsopen h2,
.whatsopen h3,
.whatsopen h4,
.whatsopen h5,
.whatsopen h6 {
	font-weight: 700;
	margin: 0 0 10px 0;
	line-height: 1.35;
	color: #36547d;
}
.whatsopen h1 {
	font-size: 1.75em;
}
.whatsopen h2 {
	font-size: 1.45em;
}
.whatsopen h3 {
	font-size: 1.35em;
}
.whatsopen h4 {
	font-size: 1.15em;
}
.whatsopen h5 {
	font-size: 1.0em;
}
.whatsopen label {
	color: #a55560;
	font-weight: 500;
	display: block;
	margin: 0 0 10px 0;
}
.whatsopen h4 > span,
.whatsopen label > span {
	color: #36547d;
	font-size: 80%;
	margin-left: 5px;
	font-weight: 500;
}
body.whatsopen.post {
	background: #fafaf5;
	padding-bottom: 50px;
}
.whatsopen header img {
	max-width: 100%;
}
.whatsopen header {
	margin-bottom: 20px;
}
.whatsopen .top-links {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
}
.whatsopen .main-area {
	background: white;
}
.whatsopen .shaded-box {
	padding: 15px 20px;
	background: #f9f9f3;
	margin: 20px 0;
}
.whatsopen button.btn {
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1.0em;
	height: auto;
	letter-spacing: 2px;
}
.whatsopen button.btn-primary {
	background: #9f3546;
}
.whatsopen button.btn-default {
	background: #ddd;
}
.whatsopen .input-field {
	margin: 0 0 20px 0;
}
.whatsopen .input-field-smallmargin {
	margin: 0 0 10px 0;
}
.whatsopen select.form-control,
.whatsopen input.form-control,
.whatsopen textarea.form-control {
	border-radius: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1.0em;
	color: #444;
	padding: 10px 12px;
	height: auto;
}
.whatsopen .upsells h4 label {
	color: #36547d;
	font-weight: 700;
	cursor: pointer;
}
.whatsopen .upsells > label {
	font-weight: 700;
}
.whatsopen .upsells h4 label input {
	margin-right: 7px;
}
.whatsopen.post .day-label {
	display: inline-block;
	min-width: 100px;
}
.whatsopen.post .dash {
	opacity: 0.5;
	font-size: 80%;
}
@media (max-width: 768px) {
	.whatsopen.post .day-label,
	.whatsopen.post .dash {
		display: block;
	}
	.whatsopen.post ul.hours > li {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.whatsopen.post .display-hours {
		margin-left: 50px;
		margin-bottom: 20px;
	}
}
.whatsopen.post .featured-fields {
	display: none;
	font-size: 85%;
	margin: 10px 0 10px 50px;
}
.whatsopen.post .deal-fields {
	display: none;
	font-size: 85%;
	margin: 10px 0 10px 50px;
}
.whatsopen.post .uploader input[type=file] {
	display: none;
}
.whatsopen.post .uploader .display-existing,
.whatsopen.post .uploader .current-item {
	display: none;
}
.whatsopen.post .uploader .display-existing {
	margin-bottom: 8px;
}
.whatsopen.post .uploader .fa-spin {
	opacity: 0.25;
	font-size: 1.25em;
}
.whatsopen.post .uploader .remove {
	font-size: 80%;
	margin-left: 8px;
	color: #36547d !important;
	cursor: pointer;
}
.whatsopen.post .uploader .remove:hover {
	text-decoration: underline;
}
.whatsopen.post ul.category-selections > li {
	width: 50%;
	float: left;
}
@media (min-width: 768px) {
	.whatsopen.post ul.category-selections > li {
		width: 33.3%;
	}
}
.whatsopen.post ul.category-selections label {
	color: black;
	font-size: 0.9em;
	cursor: pointer;
}
.whatsopen.post .account .card-form {
	display: none;
}
.whatsopen.post .account .billing-un-update {
	display: none;
}
.whatsopen.post .account .btn {
	display: inline-block;
	margin-bottom: 5px;
}
.whatsopen.post .set-default {
	font-size: 12px;
	margin-left: 15px;
	text-decoration: underline;
	opacity: 0.6;
	cursor: pointer;
}
.whatsopen.post .set-default:hover {
	opacity: 1.0;
}

/* Medium stack Widget */

body.whatsopen.medium-stack-widget {
	font-size: 16px;
	border: 0;
	margin: 0;
}
.whatsopen.medium-stack-widget .masthead {
	text-align: center;
}
.whatsopen.medium-stack-widget .masthead img {
	max-width: 100%;
}
.whatsopen.medium-stack-widget .links {
	text-transform: uppercase;
	text-align: center;
	font-size: 90%;
}
.whatsopen.medium-stack-widget .sponsor {
	text-align: center;
}
.whatsopen.medium-stack-widget article {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #dedede;
}
.whatsopen.medium-stack-widget article:hover {
	opacity: 0.6;
	cursor: pointer;
}
.whatsopen.medium-stack-widget article .photo {
	float: left;
	width: 85px;
	margin-right: 10px;
	max-height: 90px;
	overflow: hidden;
}
.whatsopen.medium-stack-widget article .photo img {
	max-width: 100%;
	max-height: 175px;
}
.whatsopen.medium-stack-widget .kicker {
	color: #ca494d;
	font-weight: 700;
	text-transform: uppercase;
}
.whatsopen.medium-stack-widget .kicker .more-statuses {
	font-size: 0.8em;
}
.whatsopen.medium-stack-widget .title {
	font-size: 110%;
	margin-right: 3px;
}
.whatsopen.medium-stack-widget .location {
	color: #a7a9ab;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 3px;
}
.whatsopen.medium-stack-widget .links .divider {
	margin: 0 3px;
}

/* Short stack Widget */

body.whatsopen.short-stack-widget {
	font-size: 15px;
	border: 0;
	margin: 0;
}
.whatsopen.short-stack-widget .masthead {
	text-align: center;
}
.whatsopen.short-stack-widget .masthead img {
	max-width: 100%;
}
.whatsopen.short-stack-widget .links {
	text-transform: uppercase;
	text-align: center;
	font-size: 90%;
}
.whatsopen.short-stack-widget .sponsor {
	text-align: center;
}
.whatsopen.short-stack-widget article {
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #f1f1f1;
}
.whatsopen.short-stack-widget article:hover {
	opacity: 0.6;
	cursor: pointer;
}
.whatsopen.short-stack-widget article .photo {
	float: left;
	width: 25%;
	margin-right: 5%;
	max-height: 90px;
	overflow: hidden;
}
.whatsopen.short-stack-widget article .photo img {
	max-width: 100%;
	max-height: 175px;
}
.whatsopen.short-stack-widget .details {
	float: left;
	width: 70%;
}
.whatsopen.short-stack-widget .kicker {
	color: #ca494d;
	font-weight: 700;
	text-transform: uppercase;
}
.whatsopen.short-stack-widget .kicker .more-statuses {
	font-size: 0.8em;
}
.whatsopen.short-stack-widget .title {
	font-size: 110%;
	margin-right: 3px;
	font-weight: 700;
	line-height: 1.1;
}
.whatsopen.short-stack-widget .location {
	color: #a7a9ab;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-right: 3px;
}
.whatsopen.short-stack-widget .links .divider {
	margin: 0 3px;
}


/* Ticker Widget */

body.whatsopen.ticker-widget {
	line-height: 1.0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 0.9em;
	color: #bbb;
}
.whatsopen.ticker-widget .kicker .more-statuses {
	font-size: 0.8em;
}
.whatsopen.ticker-widget .links a {
	color: #0075be
}
.whatsopen.ticker-widget section.ticker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 40px;
	overflow: hidden;
	background: #e8e9ea;
}
.whatsopen.ticker-widget img {
	max-height: 40px;
}
.whatsopen.ticker-widget .masthead {
	float: left;
	margin-right: 15px;
}
.whatsopen.ticker-widget .listings {
	line-height: 40px;
	font-size: 20px;
}
.whatsopen.ticker-widget .listings > article {
	display: none;
}
.whatsopen.ticker-widget .links {
	float: right;
	margin-right: 15px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 85%;
}
.whatsopen.ticker-widget .links .divider {
	margin: 0 3px;
}
.whatsopen.ticker-widget .sponsor {
	float: right;
	max-width: 160px;
}
.whatsopen.ticker-widget .kicker {
	color: #ca494d;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.whatsopen.ticker-widget img.deal {
	margin-left: 5px;
}
.whatsopen.ticker-widget .location {
	color: #a7a9ab;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 5px;
}
.whatsopen.ticker-widget.md .hidden-md,
.whatsopen.ticker-widget.sm .hidden-md,
.whatsopen.ticker-widget.xs .hidden-md,
.whatsopen.ticker-widget.sm .hidden-sm,
.whatsopen.ticker-widget.xs .hidden-sm,
.whatsopen.ticker-widget.xs .hidden-xs,
.whatsopen.ticker-widget.lg .visible-xs,
.whatsopen.ticker-widget.md .visible-xs,
.whatsopen.ticker-widget.sm .visible-xs {
	display: none;
}
.whatsopen.ticker-widget.md .listings {
	font-size: 18px;
}
.whatsopen.ticker-widget.sm .listings {
	font-size: 16px;
}
.whatsopen.ticker-widget.xs .listings {
	font-size: 14px;
}
.whatsopen.ticker-widget.xs .masthead {
	margin-right: 7px;
}
.whatsopen.ticker-widget.xs .masthead img {
	width: 100px;
	margin: 8px 0 0 4px;
}
.whatsopen.ticker-widget.xs .links {
	float: right;
	margin-right: 7px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 0.8em;
}

/* ===== Browse Styles ===== */
.whatsopen.browse .masthead img {
	max-width: 100%;
}
.whatsopen .whatsopen-browse .sponsor {
	margin-bottom: 15px;
}
.whatsopen .whatsopen-browse .wo-navbar {
  background: #f4f3f4;
  padding: 8px 13px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.whatsopen .whatsopen-browse .wo-navbar .all {
  float: left;
}
@media (max-width: 768px) {
  .whatsopen .whatsopen-browse .wo-navbar .all {
    width: 22%;
  }
}
@media (min-width: 768px) {
  .whatsopen .whatsopen-browse .wo-navbar .all {
    width: 9%;
  }
}
.whatsopen .whatsopen-browse .wo-navbar .other-filters {
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .whatsopen .whatsopen-browse .wo-navbar .other-filters {
    width: 78%;
  }
}
@media (min-width: 768px) {
  .whatsopen .whatsopen-browse .wo-navbar .other-filters {
    width: 41%;
  }
}
.whatsopen .whatsopen-browse .wo-navbar .other-filters .deal {
  float: left;
  width: 15%;
  text-align: center;
}
.whatsopen .whatsopen-browse .wo-navbar .other-filters .deal img {
  max-height: 33px;
  margin-left: -22px;
  margin-top: -4px;
  position: absolute;
  opacity: 0.45;
  cursor: pointer;
}
.whatsopen .whatsopen-browse .wo-navbar .other-filters .deal img:hover,
.whatsopen .whatsopen-browse .wo-navbar .other-filters .deal img.active {
  opacity: 1.0;
}
.whatsopen .whatsopen-browse .wo-navbar .other-filters .search {
  float: left;
  width: 55%;
  position: relative;
}
.whatsopen .whatsopen-browse .wo-navbar .other-filters .search input {
  width: 75%;
  float: left;
  padding: 0;
  margin: 0;
}
.whatsopen .whatsopen-browse .wo-navbar .other-filters .search button {
  width: 20%;
  text-align: center;
  float: left;
  background: #999;
  color: white;
  border: 0;
  font-size: 1.0em;
  padding: 3px 6px;
  margin: 0;
  border-radius: 0;
}
.whatsopen .whatsopen-browse .wo-navbar .other-filters .post {
  float: left;
  width: 30%;
}
.whatsopen .whatsopen-browse .wo-navbar .other-filters .post button {
  background: #347fc5;
  color: white;
  border: 0;
  font-size: 1.0em;
  padding: 3px 6px;
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 768px) {
  .whatsopen .whatsopen-browse .wo-navbar .only-desktop {
    display: none;
  }
}
.whatsopen .whatsopen-browse .wo-navbar .dropdowns {
  position: relative;
}
@media (min-width: 768px) {
  .whatsopen .whatsopen-browse .wo-navbar .dropdowns {
    float: left;
    width: 50%;
  }
}
.whatsopen .whatsopen-browse .wo-navbar .dropdowns select {
	width: 24%;
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	padding: 2px 6px;
	font-size: 0.8em;
	color: #333;
	border-radius: 3px;
}

/* ===== Detail Styles ===== */
.whatsopen #widget_detail_floated #widget_detail_map #detail_map_canvas {
  height: 230px;
}
.whatsopen small.explainer {
	display: block;
	margin-bottom: 20px;
	margin-top: -15px;
	opacity: 0.75;
	font-size: 0.8em;
}
.whatsopen small.explainer.smallmargin {
	margin-top: -5px;
}
.whatsopen .charcount-field {
	position: relative;
}
.whatsopen .charcount-label {
	position: absolute;
	right: 15px;
	font-size: 12px;
	text-transform: uppercase;
	opacity: 0.7;
	margin-top: -18px;
}

/* NEW detail styles */

.whatsopen-detail .large-photo img {
	max-width: 100%;
}
.whatsopen-detail .logo {
	margin-bottom: 20px;
}
.whatsopen-detail .logo img {
	max-width: 100%;
}
.whatsopen-detail .left-rail {
	width: 30%;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
}
.whatsopen-detail .left-border {
	border-left: 1px solid #dedede;
}
.whatsopen-detail .content {
	width: 70%;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	border-left: 1px solid #555;
}
.whatsopen-detail .large-photo {
	margin-bottom: 20px;
}
.whatsopen-detail h1 {
	font-size: 2.0em;
	margin-bottom: 20px;
}
.whatsopen-detail .map {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.whatsopen-detail .map {
		width: 100%;
	}
}
.whatsopen-detail .mapboxgl-map {
	height: 200px !important;
}
.whatsopen-detail .description,
.whatsopen-detail .description p {
	font-size: 105%;
}
.whatsopen-detail .deal {
	margin-top: 35px;
	font-size: 110%;
	font-weight: bold;
}
.whatsopen-detail .deal .alert {
	padding: 20px 10px 20px 30px;
}
.whatsopen-detail .deal img.burst {
	position: absolute;
	height: 45px;
	margin-left: -45px;
	margin-top: -35px;
}
.whatsopen-detail .hours {
	margin-bottom: 25px;
	font-size: 105%;
}
.whatsopen-detail .item-meta h4 {
	font-size: 1.5em;
	font-weight: 700;
}
.whatsopen-detail .item-meta h4 a {
	color: #000000;
}
.whatsopen-detail .item-meta h4 a:hover {
	color: #ca494d;
}
.whatsopen-detail h5 {
	font-size: 100%;
	font-weight: 700;
	margin-bottom: 25px;
}
.whatsopen-detail .item-meta .download {
	margin-bottom: 50px;
}
.whatsopen-detail .item-meta li {
	margin-bottom: 10px;
}
.whatsopen-detail .kicker {
	background: #ca494d;
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.85em;
	display: inline-block;
	padding: 4px 8px;
	line-height: 1.0;
	margin-bottom: 10px;
}
.whatsopen-detail p.social {
	margin-bottom: 20px;
}
.whatsopen-detail .categories {
	display: block;
	margin-bottom: 15px;
}
.whatsopen-detail .categories .category {
	display: inline-block;
	float: left;
	background-color: #ca494d;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-right: 7px;
	padding: 5px 12px 5px 12px;
	line-height: 1.0;
}
.whatsopen-detail .categories .category a {
	line-height: inherit;
	color: white;
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }











