@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:200|Oleo+Script|Fira+Sans+Condensed");
@import url("https://fonts.googleapis.com/css?family=Cookie&text=OnSpecials");
html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

html, body, p, h5, h6, h4, a, button, .context-site .site-business .card-title a {
  font-family: "Fira Sans Condensed", sans-serif;
}

.context-site h1, .context-site h2, .context-site h3, .context-site .card-title a {
  font-family: "Oleo Script", sans-serif;
}

a.navbar-brand {
  font-family: "Cookie", cursive;
}

h1.main-header-text, .shadow-btn, .badge {
  font-family: "Work Sans", sans-serif;
}

.wrap > .container {
  padding: 0 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.shadow-btn {
  border: none;
  font-size: inherit;
  padding: 6px;
  bottom: 7px;
  background-color: #f6f8f9;
}
.shadow-btn:focus, .shadow-btn:hover {
  background-color: #d8dfe4;
}

.main-dropdown.dropdown-toggle::after {
  display: none;
}

#CDSWIDSSP {
  width: 100% !important;
}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {
  width: 100% !important;
}

a {
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

.card, .shadow-btn {
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.25s box-shadow;
  transition: 0.25s box-shadow;
  margin-top: 0.5rem;
}
.card:focus, .card:hover, .shadow-btn:focus, .shadow-btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.mynavbar {
  background-color: #232d34;
  margin-bottom: 1.75rem;
}
.mynavbar li {
  cursor: pointer;
}
.mynavbar li:hover a {
  box-shadow: 0 -2px #f2ab37 inset;
}
.mynavbar a, .mynavbar button {
  color: #505865;
}
.mynavbar a:focus, .mynavbar a:hover, .mynavbar button:focus, .mynavbar button:hover {
  color: #f2ab37;
}
.mynavbar a.navbar-brand, .mynavbar button.navbar-brand {
  color: #fff;
}
.mynavbar .brand {
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}
.mynavbar .brand .navbar-brand {
  font-size: 2em;
}

.sidebar {
  background-color: #f0f3f5;
  padding-top: 20px;
  padding-bottom: 15px;
}

.special-section {
  padding-top: 2rem;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.map {
  min-height: 80vh;
  overflow: hidden;
}

.rating-box {
  position: relative;
  vertical-align: middle;
  font-family: FontAwesome;
  display: inline-block;
}
.rating-box.larger {
  font-size: 2em;
}
.rating-box:before {
  content: "";
}
.rating-box .rating {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #F68127;
}
.rating-box .rating:before {
  content: "";
}

.media {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9em;
}
.media img {
  height: 64px;
  width: 64px;
}

.weekdays {
  letter-spacing: 0.2em;
  font-size: 0.8em;
  text-transform: uppercase;
}

h5.sub_business {
  border-top: 1px solid #d8d8d8;
  padding-top: 0.4em;
}

div.subs span:after {
  content: " | ";
}

div.subs span:last-child:after {
  content: "";
}

.sps-count > span, .bizs-count > span, .loc-count > span {
  font-size: 0.5em;
}
.sps-count > span::before, .bizs-count > span::before, .loc-count > span::before {
  content: "/";
  display: inline-block;
  padding-left: 10px;
}

@-moz-keyframes pulsate {
  from {
    -moz-transform: scale(0.25);
    opacity: 1;
  }
  95% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
  to {
    -moz-transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  from {
    -webkit-transform: scale(0.25);
    opacity: 1;
  }
  95% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(0.3);
    opacity: 0;
  }
}
/* get the container that's just outside the marker image, 
	which just happens to have our Marker title in it */
.map div.gmnoprint[title=myLoc] {
  -moz-animation: pulsate 1.5s ease-in-out infinite;
  -webkit-animation: pulsate 1.5s ease-in-out infinite;
  border: 1pt solid #fff;
  /* make a circle */
  -moz-border-radius: 51px;
  -webkit-border-radius: 51px;
  border-radius: 51px;
  /* multiply the shadows, inside and outside the circle */
  -moz-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
  -webkit-box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
  box-shadow: inset 0 0 5px #06f, inset 0 0 5px #06f, inset 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f, 0 0 5px #06f;
  /* set the ring's new dimension and re-center it */
  height: 51px !important;
  margin: -18px 0 0 -18px;
  width: 51px !important;
}

/* hide the superfluous marker image since it would expand and shrink with its containing element */
/*	#map_canvas div[style*="987654"][title] img {*/
#map_canvas div.gmnoprint[title=myLoc] img {
  display: none;
}

/* compensate for iPhone and Android devices with high DPI, add iPad media query */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
  #map_canvas div.gmnoprint[title=myLoc] {
    margin: -10px 0 0 -10px;
  }
}

/*# sourceMappingURL=frontend.css.map */
.sortable {
  width: 310px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sortable.grid {
  overflow: hidden;
}
.sortable li {
  list-style: none;
  border: 1px solid #CCC;
  background: #F6F6F6;
  color: #1C94C4;
  margin: 5px;
  padding: 5px;
}
.sortable.grid li {
  line-height: 80px;
  float: left;
  width: 80px;
  height: 80px;
  text-align: center;
}
li.sortable-placeholder {
  border: 1px dashed #CCC;
  background: none;
}