/********************************************************************************************* 

x. Imports

*********************************************************************************************/
@import 'https://use.typekit.net/iry5eqy.css';
/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
/* Slider */
@import url(https://fonts.googleapis.com/css?family=Lato:300,700);
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0 !important;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/********************************************************************************************* 

x. Arrows

*********************************************************************************************/
.slick-next,
.slick-prev {
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.slick-next:before,
.slick-prev:before {
  color: #898B8E;
  font-family: "IonIcons";
  font-size: 80px;
  font-weight: normal;
}

.slick-next {
  right: -30px;
}
.slick-next:before {
  content: "\f284";
}

.slick-prev {
  left: -30px;
}
.slick-prev:before {
  content: "\f282";
}

/********************************************************************************************* 

x. Image

*********************************************************************************************/
.slick.image .background, .big-img.image .background {
  background-color: #EFEEEE;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 35vw;
  border-right: 2px solid #fff;
}
.slick.image .background .image, .big-img.image .background .image {
  display: none;
}
.slick.image .content, .big-img.image .content {
  margin: 0 0 0 65vw;
  padding: 80px;
}
.slick.image .content .dots, .big-img.image .content .dots {
  margin: 0 0 -5px 0;
  list-style: none;
}
.slick.image .content .dots li, .big-img.image .content .dots li {
  margin: 0 10px 5px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.slick.image .content .dots li:last-child, .big-img.image .content .dots li:last-child {
  margin-right: 0;
}
.slick.image .content .dots li.active a, .big-img.image .content .dots li.active a {
  background: #76777b;
}
.slick.image .content .dots li a, .big-img.image .content .dots li a {
  width: 7px;
  height: 7px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.slick.image .content .dots li a:hover, .big-img.image .content .dots li a:hover {
  background: #F5BB3C;
}
.slick.image .slide, .big-img.image .slide {
  background: #6099af;
  min-height: 30vw;
  display: flex !important;
  align-items: center;
}

/********************************************************************************************* 

x. Images

*********************************************************************************************/
.slick.images {
  margin: 0 -50px;
}
.slick.images .inside {
  padding: 0 50px;
}
.slick.images .inside .content {
  color: #76777B;
}
.slick.images .inside .content a.button {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slick.images .inside .content p a:not(.button) {
  color: #76777B;
}
.slick.images .inside .image {
  margin: 0 0 10px 0;
  display: block;
}

/********************************************************************************************* 

x. Thumbnails

*********************************************************************************************/
.slick.thumbnails {
  margin: 10px -10px 0 -10px;
}
.slick.thumbnails .slide .image {
  padding: 10px;
}

/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox,
.iradio {
  color: #76777b;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #6099af;
  margin: 0 10px 0 0;
  cursor: pointer;
  position: relative;
  top: -3px;
}

.iradio {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icheckbox.checked:after {
  content: "\f3ff";
  font-family: "Ionicons";
  font-size: 22px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.iradio.checked:after {
  content: "";
  background: #6099af;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.invalid .icheckbox,
.invalid .iradio {
  color: #AE0000;
  border-color: #AE0000;
}
.invalid .iradio.checked:after {
  background: #AE0000;
}

/*
 * jquery-filestyle
 * doc: http://markusslima.github.io/jquery-filestyle/
 * github: https://github.com/markusslima/jquery-filestyle
 *
 * Copyright (c) 2015 Markus Vinicius da Silva Lima
 * Version 1.5.1
 * Licensed under the MIT license.
 */
.jfilestyle {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  position: relative;
}
.jfilestyle:last-child {
  margin-bottom: 0;
}
.jfilestyle label {
  text-align: center;
  width: 100%;
  height: auto;
  background: #58C1E8;
  padding: 20px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.jfilestyle label[disabled] {
  pointer-events: none;
  opacity: 0.6;
  filter: alpha(opacity=65);
  cursor: not-allowed;
}
.jfilestyle label:hover {
  background: #f6b334;
}
.jfilestyle label span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.jfilestyle label span.count-jfilestyle {
  color: #535353 !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px !important;
  width: 20px;
  height: 20px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 0 5px;
}
.jfilestyle span {
  color: white !important;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
}

.invalid .jfilestyle label,
.invalid-file .jfilestyle label {
  background: #AE0000;
}

/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1em;
  width: calc(100% - 70px);
  height: auto;
  background: white;
  margin: 0 0 0 70px;
  padding: 15px 0;
  outline: 0;
  outline-offset: -2px;
  cursor: default;
}

/* Up/Down arrows */
.sod_select:after {
  content: "\f3d0";
  font-size: 14px;
  font-family: "Ionicons" !important;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 25px;
}

.sod_select.open:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.sod_select:before {
  content: "Filter:";
  color: white;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
}

/*
.sod_select:before,
.sod_select:after {
	content: "\25B2";
	position: absolute;
	right: 10px;
	top: 12px;
	font-size: 7px;
}
*/
/* Down arrow */
/*
.sod_select:after {
	content: "\25BC";
	top: auto;
	bottom: 12px;
}
*/
/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  /*border-color: #000000;*/
}

.sod_select.open {
  /*color: #919191;*/
}

.sod_select.focus {
  /*box-shadow: 0 0 5px rgba(0, 0, 0, .2);*/
}

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 40px;
  padding-left: 25px;
}

.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */
}

.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */
}

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  line-height: 1;
  width: auto;
  height: auto;
  background: white;
  border: 2px solid black;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: -2px;
  right: -2px;
  z-index: 9999;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: calc(100% + 10px);
}

/* Options list container */
.sod_select .sod_list {
  max-height: 500px !important;
  display: block;
  overflow-y: auto;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 15px 25px;
  list-style-type: none;
}

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none;
}

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  color: white;
  background: black;
}

/*Make room for the check mark */
.sod_select .sod_option.selected {
  color: white;
  background: black;
}

.sod_select .sod_option.selected.active {
  color: white;
  background: black;
}

/* Displays a check mark for the selected option */
/*
.sod_select .sod_option.selected:before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	color: #808080;
	height: 9px;
	width: 10px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}
*/
.sod_select .sod_option.link {
  /* If data-link is set on a specific option */
}

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */
}

/* Hide native select */
.sod_select select {
  display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
@media only screen and (max-width: 1500px) {
  .wrapper:not(.small) {
    width: auto;
    padding: 0 50px;
  }
  .tribe-common .wrapper {
    width: 100%;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrapper:not(.small) {
    width: auto;
    padding: 0 30px;
  }
  section.locations .map-text, section.locations .img-text, section.full-section .map-text, section.full-section .img-text {
    width: 100%;
  }
  #map {
    width: 100%;
    height: 400px;
  }
  .slick.image .background, .big-img.image .background {
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  #team .mix {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  section.deal .columns, section.event .columns {
    flex-wrap: wrap;
  }
  .width-10 {
    width: 100%;
  }
  .width-15 {
    width: 100%;
  }
  .width-20 {
    width: 100%;
  }
  .width-25 {
    width: 100%;
  }
  .width-30 {
    width: 100%;
  }
  .width-33 {
    width: 100%;
  }
  .width-35 {
    width: 100%;
  }
  .width-40 {
    width: 100%;
  }
  .width-45 {
    width: 100%;
  }
  .width-50 {
    width: 100%;
  }
  .width-55 {
    width: 100%;
  }
  .width-60 {
    width: 100%;
  }
  .width-65 {
    width: 100%;
  }
  .width-66 {
    width: 100%;
  }
  .width-70 {
    width: 100%;
  }
  .width-75 {
    width: 100%;
  }
  .width-80 {
    width: 100%;
  }
  .width-85 {
    width: 100%;
  }
  .width-90 {
    width: 100%;
  }
  .width-95 {
    width: 100%;
  }
  .width-100 {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .wrapper.small {
    width: auto;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  html,
  body {
    font-size: 14px;
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content ol,
  .content p,
  .content ul {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .content ol.buttons.inline li a.button .icon,
  .content ul.buttons.inline li a.button .icon {
    display: none;
  }
}
/********************************************************************************************* 

x. Author

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.author .columns {
    margin: 0 -15px;
  }
  section.author .columns .column .inside {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 900px) {
  section.author .columns {
    flex-direction: column;
  }
  section.author .columns .column {
    width: 100%;
  }
  section.author .columns .column:first-child {
    margin: 0 0 20px 0;
  }
}
/********************************************************************************************* 

x. Button

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  a.button {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 500px) {
  a.button {
    line-height: 1.5em;
    padding: 10px 20px;
  }
}
/********************************************************************************************* 

x. Footer

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  footer .columns {
    margin: 0 -50px 30px -50px;
  }
  footer .columns .column .inside {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 1100px) {
  footer {
    padding: 30px 0;
  }
  footer .columns {
    margin: 0 -30px 15px -30px;
    flex-direction: column;
    align-items: center;
  }
  footer .columns .column {
    width: 45%;
    margin: 0 auto;
  }
  footer .columns .column .inside {
    padding: 15px 30px;
  }
  footer .neighborhood-logo {
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  footer .columns .column {
    width: 65%;
  }
}
@media only screen and (max-width: 500px) {
  footer .columns .column {
    width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  footer .columns .column {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Form

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  form .grid .item.spacer.width-10 {
    display: none !important;
  }
  form .grid .item.spacer.width-20 {
    width: 10%;
  }
  form .grid .item.spacer.width-30 {
    width: 25%;
  }
  form .grid .item.width-40 {
    width: 50%;
  }
  form .grid .item.width-60 {
    width: 80%;
  }
}
@media only screen and (max-width: 1000px) {
  form .grid .item.spacer.width-30 {
    display: none !important;
  }
  form .grid .item.width-40 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  form .grid {
    margin-bottom: -15px;
  }
  form .grid .item.spacer.width-20 {
    display: none !important;
  }
  form .grid .item.width-25,
  form .grid .item.width-33,
  form .grid .item.width-50,
  form .grid .item.width-60 {
    width: 100%;
  }
  form .grid .item .inside {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  form .checkboxes li,
  form .radios li {
    width: 50%;
  }
}
/********************************************************************************************* 

x. Header

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  header .hamburger {
    display: block;
  }
  header .navigation {
    pointer-events: none;
    background: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
  }
  #main-categories a[href="#main-categories"] {
    position: fixed;
    z-index: 9999;
  }
  header .navigation li {
    margin: 5px 0;
    display: block;
  }
  header .navigation li a {
    color: white;
    font-size: 1rem;
  }
  header .navigation li a .icon svg {
    fill: white;
  }
  header .neighborhood-logo {
    /*
    		width: 100%; 
    		height: auto;
    		position: relative;
    		max-width: 300px;	
    */
  }
  header .neighborhood-logo .image {
    height: auto;
    margin: 0 auto;
    display: block;
  }
  header .support-local-logo {
    margin: 0 auto;
    padding: 25px;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: 0;
  }
  header .support-local-logo:after {
    content: "";
    width: 9999px;
    height: auto;
    background: #7457A2;
    background: linear-gradient(180deg, #7457A2 0%, #8F5FA5 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
  }
  header.open .navigation {
    pointer-events: all;
    opacity: 1;
  }
  header.open .hamburger {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 9999;
  }
  header.open .hamburger .line {
    background: #f6b334;
  }
  header.open .hamburger:hover .line {
    background: #6099af;
  }
  header.open .hamburger .line:first-child,
  header.open .hamburger .line:last-child {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
  }
  header.open .hamburger .line:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.open .hamburger .line:last-child {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .wrapper {
    height: 80px;
    margin-bottom: 70px;
  }
  header #main-header-explore ul#nav, header #header-minimal ul#nav {
    display: none;
  }
  header #main-header-explore ul#nav li, header #header-minimal ul#nav li {
    display: block;
    width: 100%;
  }
  header #main-header-explore ul#nav, header #header-minimal ul#nav {
    display: none;
  }
  header.open #main-header-explore ul#nav, header.open #header-minimal ul#nav {
    display: block;
  }
  header #header-minimal .wrapper {
    margin-bottom: 40px;
  }
  .show-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 860px) {
  header.open .hamburger {
    top: 30px;
    right: 30px;
  }
  header .hamburger {
    right: 30px;
  }
}
@media only screen and (max-width: 800px) {
  header .support-local-logo {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  header .neighborhood-logo {
    max-width: 200px;
  }
  header .neighborhood-logo .image {
    width: 200px;
  }
}
/********************************************************************************************* 

x. iCheck

*********************************************************************************************/
@media only screen and (max-width: 600px) {
  .icheckbox,
  .iradio {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    top: -1px;
  }
  .iradio.checked:after {
    width: 11px;
    height: 11px;
  }
}
/********************************************************************************************* 

x. Main

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  main section {
    margin: 0 0 50px 0;
  }
  .bump-up {
    margin-top: -50px !important;
  }
}
@media only screen and (max-width: 1000px) {
  main section {
    margin: 0 0 30px 0;
  }
  .bump-up {
    margin-top: -30px !important;
  }
}
/********************************************************************************************* 

x. Back
x. Search
x. Title

*********************************************************************************************/
@media only screen and (max-width: 780px) {
  section.back form,
  section.search form,
  section.title form {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  section.back form,
  section.search form,
  section.title form {
    padding: 0 60px 0 0;
  }
  section.back form input[type=text],
  section.search form input[type=text],
  section.title form input[type=text] {
    font-size: 1.5rem;
    height: 60px;
  }
  section.back form .icon svg,
  section.search form .icon svg,
  section.title form .icon svg {
    width: 40px;
  }
}
/********************************************************************************************* 

x. Businesses
x. Deals

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.businesses,
  section.deals {
    padding: 0;
  }
  section.businesses .grid .item .inside,
  section.deals .grid .item .inside, section.businesses .item .inside, section.deals .item .inside {
    padding: 25px;
  }
  .cal-filters {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    text-align: center;
    margin: 10px 0 !important;
  }
  section.business-search .grid .item .inside .address p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1000px) {
  section.businesses .grid .item .inside,
  section.deals .grid .item .inside, section.businesses .item .inside, section.deals .item .inside {
    padding: 15px;
  }
  section.business-search .grid .item .inside .address p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 800px) {
  section.businesses .grid .item,
  section.deals .grid .item {
    width: 50%;
  }
  section.businesses .item .inside {
    width: 100%;
  }
  section.deals .owl-carousel .item .inside {
    width: 100%;
  }
  section.business-search .grid .item .inside, section.business-search .grid .item {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  section.business-search .grid .item .inside {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
  }
  section.business-search .grid .item .inside .width-25.image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.business-search .grid .item .inside .address {
    margin-left: 0;
    margin-bottom: 20px;
  }
  section.businesses .grid .item .inside, section.deals .grid .item .inside, section.businesses .item .inside, section.deals .item .inside {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  section.businesses .grid .item,
  section.deals .grid .item {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  section.businesses .content.bottom,
  section.deals .content.bottom {
    margin: 30px 0 0 0;
  }
  section.businesses .content.top,
  section.deals .content.top {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Categories

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  section.categories .categories {
    display: none;
  }
  section.categories .mobile {
    display: block;
  }
}
/********************************************************************************************* 

x. Deal

*********************************************************************************************/
@media only screen and (max-width: 1000px) {
  section.deal .columns {
    margin: 0 -15px;
  }
  section.deal .columns .column .inside {
    padding: 0 15px;
  }
  section.main-categories .navigation li:after {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  section.deal .columns {
    flex-direction: column;
  }
  section.deal .columns .column {
    width: 100%;
  }
  section.deal .columns .column:first-child {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Main Categories

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  #main-categories {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width: 1000px) {
  #main-categories {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 900px) {
  section.main-categories .navigation li,
  #main-categories .navigation li {
    width: 50%;
  }
  #main-categories .navigation li {
    width: 50%;
  }
  #main-categories .navigation li .inside {
    padding: 20px;
  }
  #main-categories .navigation li .inside a .image {
    margin-bottom: 15px;
  }
  #main-categories .navigation li:after {
    top: 30px;
    bottom: 30px;
    height: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #main-categories a[href="#main-categories"] {
    right: 15px;
  }
}
@media only screen and (max-width: 500px) {
  section.main-categories .navigation li {
    width: 50%;
  }
  section.main-categories .navigation li .inside,
  #main-categories .navigation li .inside {
    padding: 30px;
  }
  section.main-categories .navigation li .inside a .image,
  #main-categories .navigation li .inside a .image {
    max-width: 65%;
  }
}
/********************************************************************************************* 

x. Search

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  #search {
    padding: 60px;
  }
  #search a[href="#search"] {
    top: 60px;
    right: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  #search {
    padding: 30px;
  }
  #search a[href="#search"] {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #search form input[type=text] {
    font-size: 1.5rem;
    height: 60px;
  }
}
/********************************************************************************************* 

x. Slick

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  .slick.images {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 1500px) {
  .slick.image .content {
    padding: 80px;
  }
  .slick.images .inside {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .slick.image .background, .big-img.image .background {
    right: 40vw;
  }
  .slick.image .content, .big-img.image .content {
    margin: 0 0 0 60vw;
  }
}
@media only screen and (max-width: 1100px) {
  .slick.image .background, .big-img.image .background {
    right: 50vw;
  }
  .slick.image .content, .big-img.image .content {
    margin: 0 0 0 50vw;
  }
  footer .footer-logo {
    border: none !important;
  }
  /*
  	#main-categories a[href="#main-categories"] {
  		right: 40px;	
  	}
  */
}
@media only screen and (max-width: 1000px) {
  .slick.image .background, .big-img.image .background {
    position: relative;
    right: 0;
  }
  .slick.image .background .image, .big-img.image .background .image {
    display: block;
  }
  .slick.image .content, .big-img.image .content {
    margin: 0;
    padding: 30px;
  }
  .slick.images .inside, .big-img.image .inside {
    padding: 0 15px;
  }
  .slick.image .background, .big-img.image .background {
    width: 100%;
  }
  .slick.image .slide, .big-img.image .slide {
    min-height: 0;
    display: block !important;
  }
  section.locations, section.full-section {
    flex-wrap: wrap;
  }
}
/********************************************************************************************* 

x. Text

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.text .columns .column {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  section.text .columns {
    flex-direction: column;
  }
  section.text .columns .column {
    width: 100%;
  }
  section.text .columns .column:first-child {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Text + Image

*********************************************************************************************/
@media only screen and (max-width: 1000px) {
  section.text-image.text-position-left .columns,
  section.text-image.text-position-right .columns {
    flex-direction: column;
  }
  section.text-image.text-position-left .columns .column,
  section.text-image.text-position-right .columns .column {
    width: 100%;
  }
  section.text-image.text-position-left .columns .column:first-child,
  section.text-image.text-position-right .columns .column:first-child {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Smaller than 1024px

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  input,
  textarea {
    border-radius: 0;
    -webkit-appearance: none;
  }
}
/********************************************************************************************* 

x. Smaller than 768px

*********************************************************************************************/
@media only screen and (max-width: 768px) {
  .tribe-events .tribe-events-calendar-month__day {
    padding-left: 0 !important;
  }
  .tribe-events .tribe-events-calendar-month__day-cell--mobile {
    padding-top: 12px;
  }
  .tribe-events .tribe-events-header {
    height: 200px;
    overflow: visible;
  }
  .content p {
    font-size: 1.2em;
  }
  .content p.star.chamber-member {
    font-size: 0.9em;
  }
  ul#nav li a {
    font-size: 1.4em;
    line-height: 1.8em;
  }
  section.categories.menu-nav .categories {
    display: block;
  }
  .categories.menu-nav .categories .navigation li a span {
    top: 0;
  }
}
/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
@keyframes wiggle {
  0% {
    transform: rotate(-3deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
  }
}
/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
html, body {
  font: 300 16px ff-tisa-sans-web-pro, sans-serif;
  color: #76777b;
  width: auto;
  height: auto;
  background: white;
}

a {
  color: #6099af;
  text-decoration: none;
}
a:hover {
  color: #f6b334;
}
a img {
  border: none;
}

.center {
  text-align: center;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6099af;
  font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #6099af;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f6b334;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-weight: 400;
}
h1.gray-color,
h2.gray-color,
h3.gray-color,
h4.gray-color,
h5.gray-color,
h6.gray-color {
  color: #76777b;
}
h1.gray-color a,
h2.gray-color a,
h3.gray-color a,
h4.gray-color a,
h5.gray-color a,
h6.gray-color a {
  color: #76777b;
}
h1.gray-color a:hover,
h2.gray-color a:hover,
h3.gray-color a:hover,
h4.gray-color a:hover,
h5.gray-color a:hover,
h6.gray-color a:hover {
  color: #f6b334;
}

.tribe-events-notices {
  display: none !important;
}

.tribe-events-schedule {
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
}

h1 {
  color: #6099af;
  font-size: 2.2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.375em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.125em;
}

.image.actual-width img,
.image.actual-width svg {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.image img,
.image svg {
  width: 100%;
  height: auto;
  display: block;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.cover img {
  opacity: 0;
}

a.cover {
  display: block;
}

.left {
  float: left;
}

p {
  line-height: 2em;
}
p.address a {
  color: #f6b334;
}
p.address a:before {
  content: "\f34a";
  font-family: "IonIcons";
  font-size: 22px;
  font-weight: normal;
  margin: 0 10px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
p.phone-number a {
  color: #f6b334;
}
p.phone-number a:before {
  content: "\f13e";
  font-family: "IonIcons";
  font-size: 22px;
  font-weight: normal;
  margin: 0 10px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
p.small {
  font-size: 0.8em;
}
p.star {
  color: #f6b334;
  display: none;
}
p.star:before {
  content: "\f384";
  font-family: "IonIcons";
  font-size: 16px;
  font-weight: normal;
  margin: 0 10px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
p.star.chamber-member {
  display: block;
}
.lighter {
  opacity: 0.4;
}

.right {
  float: right;
}

strong {
  font-weight: 700;
}

svg {
  display: block;
  overflow: hidden;
}

.uppercase {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.wrapper, .event-tickets .tribe-tickets__rsvp-wrapper {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.wrapper.small, .event-tickets .tribe-tickets__rsvp-wrapper.small {
  width: 800px;
}

.tribe-common .wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-blog .content .wrapper {
  width: auto !important;
}

.tribe-events-c-top-bar__datepicker {
  text-align: center;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
  display: inline-block;
}

/********************************************************************************************* 

x. Margin + Padding

*********************************************************************************************/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content table,
.content ul {
  margin-bottom: 30px;
}
.content h1.minimal-margin,
.content h2.minimal-margin,
.content h3.minimal-margin,
.content h4.minimal-margin,
.content h5.minimal-margin,
.content h6.minimal-margin,
.content ol.minimal-margin,
.content p.minimal-margin,
.content table.minimal-margin,
.content ul.minimal-margin {
  margin-bottom: 10px;
}

.content h1.product-name {
  margin-bottom: 15px;
}
.content hr {
  height: 2px;
  border: none;
  width: 100%;
  clear: both;
  float: left;
  background: #f6b334;
  margin: 60px 0;
}

.gray-important {
  color: #76777b !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.small-margin {
  margin-bottom: 30px !important;
}

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/********************************************************************************************* 

x. Content

*********************************************************************************************/
.content.white * {
  color: white;
}
.content.white a:hover {
  opacity: 0.8;
}
.content a {
  text-decoration: underline;
}
.content a.no-underline {
  text-decoration: none;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  text-decoration: none;
}
.content table {
  width: auto;
  height: auto;
}
.content table td {
  line-height: 2em;
  padding: 0 20px 0 0;
}
.content table td:last-child {
  padding-right: 0;
}
.content ol,
.content ul {
  margin-left: 20px;
}
.content ol li,
.content ul li {
  margin-bottom: 5px;
}
.content ol.buttons,
.content ul.buttons {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.content ol.buttons.inline li a.button,
.content ul.buttons.inline li a.button {
  color: #6099af;
  text-align: center;
  font-size: 0.875em;
  background: transparent;
  padding: 0;
  display: block;
}
.content ol.buttons.inline li a.button:hover,
.content ul.buttons.inline li a.button:hover {
  color: #6099af;
}
.content ol.buttons.inline li a.button.space-for-icon,
.content ul.buttons.inline li a.button.space-for-icon {
  width: auto;
  margin: 0;
}
.content ol.buttons.inline li a.button .icon,
.content ol.buttons.inline li a.button .label,
.content ul.buttons.inline li a.button .icon,
.content ul.buttons.inline li a.button .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.content ol.buttons.inline li a.button .icon,
.content ul.buttons.inline li a.button .icon {
  margin: 0 10px 0 0;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
  right: 0;
}
.content ol.buttons.inline li a.button .icon svg,
.content ul.buttons.inline li a.button .icon svg {
  width: 20px;
}
.content ol.buttons li,
.content ul.buttons li {
  margin: 0 0 10px 0;
}
.content ol.buttons li:last-child,
.content ul.buttons li:last-child {
  margin-bottom: 0;
}
.content ol.buttons li.current-menu-item a.button,
.content ul.buttons li.current-menu-item a.button {
  background: #819e93;
}
.content ol.buttons li a.button,
.content ul.buttons li a.button {
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.content ol.buttons li a.button.space-for-icon,
.content ul.buttons li a.button.space-for-icon {
  width: calc(100% - 60px);
  margin: 0 0 0 60px;
}
.content ol.buttons li a.button:hover .icon svg,
.content ul.buttons li a.button:hover .icon svg {
  fill: #6099af;
}
.content ol.buttons li a.button .icon,
.content ul.buttons li a.button .icon {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
}
.content ol.buttons li a.button .icon svg,
.content ul.buttons li a.button .icon svg {
  fill: #6099af;
  width: 40px;
  height: auto;
}
.content ol li,
.content ul li {
  line-height: 1.5em;
}

.categories.menu-nav {
  border-top: 2px solid #fff;
  text-align: center;
}
.categories.menu-nav .categories .navigation {
  text-align: center;
}
.categories.menu-nav .categories .navigation li a {
  position: relative;
}
.categories.menu-nav .categories .navigation li a span {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  top: -1px;
  margin-left: 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.categories.menu-nav .categories .navigation li a span:before {
  content: "";
  height: 2px;
  width: 10px;
  background: #f6b334;
  position: absolute;
  left: 0;
  top: 4px;
}
.categories.menu-nav .categories .navigation li a span:after {
  height: 10px;
  width: 2px;
  background: #f6b334;
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
}
.categories.menu-nav .categories .navigation li a.active {
  color: #f6b334 !important;
}
.categories.menu-nav .categories .navigation li a.active span {
  transform: rotate(45deg);
}
.categories.menu-nav .children .wrapper {
  text-align: center;
  justify-content: center;
}

.bump-up {
  margin-top: -80px;
}

.content > :last-child {
  margin-bottom: 0;
}

/********************************************************************************************* 

x. Header

*********************************************************************************************/
header {
  padding: 70px 0 0 0;
  margin-bottom: 2px;
  overflow: hidden;
  border-top: 10px solid #f6b334;
}
header .hamburger {
  width: 30px;
  height: 17px;
  display: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 50px;
}
header .hamburger:hover .line {
  background: #6099af;
}
header .hamburger .line {
  width: 100%;
  height: 2px;
  background: #f6b334;
  display: block;
  position: absolute;
  left: 0;
}
header .hamburger .line:first-child {
  top: 0;
}
header .hamburger .line:last-child {
  bottom: 0;
}
header .navigation.right {
  list-style: none;
  position: relative;
  top: -50px;
}
header .navigation.right li {
  border-bottom: 1px solid #bcbcbc;
  text-align: right;
}
header .navigation.right li:last-child {
  border-bottom: none;
}
header .navigation.right li.current-menu-item a {
  color: #bcbcbc;
}
header .navigation.right li.current-menu-item a .icon svg {
  fill: #6099af;
}
header .navigation.right li a {
  color: #bcbcbc;
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-transform: uppercase;
  padding: 7px 0;
  display: block;
}
header .navigation.right li a:hover {
  color: #f6b334;
}
header .navigation.right li a:hover .icon svg {
  fill: #6099af;
}
header .navigation.right li a .icon,
header .navigation.right li a .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
header .navigation.right li a .icon {
  margin: 0 10px 0 0;
}
header .navigation.right li a .icon svg {
  fill: #898B8E;
}
header .navigation.right li.search a:after {
  content: "\f4a5";
  font-family: "IonIcons";
  color: #f6b334;
  margin-left: 5px;
  font-size: 1.2em;
  position: relative;
  top: 1px;
}
header .neighborhood-logo {
  width: 300px;
  height: auto;
  display: block;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
header .support-local-logo {
  width: 220px;
  height: auto;
  background: #6099af;
  background: linear-gradient(180deg, #6099af 0%, #6099af 100%);
  padding: 25px 25px 25px 0;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
header .support-local-logo:before {
  content: "";
  width: 9999px;
  height: auto;
  background: #6099af;
  background: linear-gradient(180deg, #6099af 0%, #6099af 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
header .support-local-logo svg {
  fill: white;
}
header #header-minimal {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 999;
  top: 0;
  padding-top: 60px;
  border-top: 10px solid #f6b334;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: -420px;
}
header #header-minimal .neighborhood-logo {
  max-width: 240px;
}
header #header-minimal .navigation.right li {
  display: inline-block;
  border-bottom: none;
  border-left: 1px solid #bcbcbc;
  padding-left: 10px;
  margin-left: 10px;
}
header #header-minimal .navigation.right li:first-of-type {
  border-left: none;
}
header #header-minimal .navigation.right li a {
  padding: 0;
}
header #header-minimal ul#nav {
  margin-top: 40px;
}
header #header-minimal .search-bar {
  top: -70px;
}

header #header-minimal #main-categories {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  background: #fff;
}
header #header-minimal #main-categories .wrapper {
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.scrolled header #header-minimal {
  top: 0;
}
button.tribe-common-c-btn-icon:disabled {
  opacity: 0.3 !important;
}

.big-wave {
  position: relative;
}
.big-wave:after {
  content: "";
  height: 220px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/big-wave.png);
  background-repeat: repeat-x;
  opacity: 0.3;
}

.page-template-general .slick.image .slide {
  background: #819e93;
}

footer .footer-logo {
  border-right: 1px solid #bcbcbc;
  border-left: 1px solid #bcbcbc;
}
footer .footer-logo .inside {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .footer-logo .inside .image {
  max-width: 240px;
  margin-bottom: 30px;
}
footer h5 {
  letter-spacing: 0.05em;
  font-size: 1em;
  line-height: 1em;
  font-family: yorkten-slab-normal, sans-serif;
  color: #bcbcbc;
  margin-bottom: 10px !important;
  font-weight: 200;
}
footer .navigation {
  list-style: none;
  position: relative;
  top: -30px;
  width: 50%;
  margin: 0 !important;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .navigation li {
  border-bottom: 1px solid #bcbcbc;
  text-align: left;
}
footer .navigation li:last-child {
  border-bottom: none;
}
footer .navigation li.current-menu-item a {
  color: #bcbcbc;
}
footer .navigation li.current-menu-item a .icon svg {
  fill: #6099af;
}
footer .navigation li a {
  color: #fff;
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-transform: uppercase;
  padding: 7px 0;
  display: block;
}
footer .navigation li a:hover {
  color: #f6b334;
}
footer .navigation li a:hover .icon svg {
  fill: #6099af;
}
footer .navigation li a .icon,
footer .navigation li a .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
footer .navigation li a .icon {
  margin: 0 10px 0 0;
}
footer .navigation li a .icon svg {
  fill: #898B8E;
}

/********************************************************************************************* 

x. Main

*********************************************************************************************/
main {
  overflow: hidden;
}
main section {
  margin: 0 0 80px 0;
}
main section.full-width:last-child {
  margin-bottom: 0;
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
footer {
  background: #76777B;
  padding: 80px 0;
  overflow: hidden;
}
footer .columns {
  display: flex;
  align-items: flex-start;
}
footer .columns .column {
  position: relative;
  overflow: hidden;
}
footer .columns .column:last-child:after {
  display: none;
}
footer .columns .column:after {
  content: "";
  width: 1px;
  height: 9999;
  background: white;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
footer .columns .column .inside {
  padding: 30px 30px;
}
footer .content a {
  text-decoration: none;
}
footer .credits {
  font-size: 0;
  list-style: none;
}
footer .credits li {
  font-size: 0.75rem;
  text-transform: uppercase;
  border-right: 1px solid white;
  padding: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer .credits li:last-child {
  border-right: none;
}
footer .credits li a {
  color: white;
}
footer .credits li a:hover {
  opacity: 0.8;
}
footer .social-media {
  margin-left: 0;
}
footer .social-media li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer .social-media li a {
  width: 40px;
  height: auto;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
footer .social-media li a:hover svg {
  fill: #6099af;
}
footer .social-media li a svg {
  fill: #f6b334;
  width: 40px;
  height: auto;
}
footer p.footnote {
  width: 100%;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  margin-bottom: 0;
}
footer .sl-bit {
  font-size: 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}
footer .sl-bit p {
  margin: 0 !important;
}
footer .sl-bit img {
  float: left;
  display: block;
  width: 50px;
  margin-right: 20px;
}
footer form input[type=email] {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  border: none;
  color: #6099af !important;
}
footer form {
  position: relative;
}
footer form input[type=submit] {
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
}
footer form input[type=submit]:hover {
  background: #f6b334;
}

/********************************************************************************************* 

x. Notification

*********************************************************************************************/
.notification {
  padding: 30px 0;
}
.notification.error {
  background: #AE0000;
}
.notification.success {
  background: #37B57F;
}

/********************************************************************************************* 

x. Arrow

*********************************************************************************************/
a.arrow-left {
  text-decoration: none;
  display: block;
}
a.arrow-left:before {
  content: "\f282";
  font-family: "IonIcons";
  font-weight: normal;
  margin: 0 10px 0 0;
}
a.arrow-right {
  text-decoration: none;
  display: block;
}
a.arrow-right:after {
  content: "\f284";
  font-family: "IonIcons";
  font-weight: normal;
  margin: 0 0 0 10px;
}

/********************************************************************************************* 

x. Button

*********************************************************************************************/
section.locations .map-text .tribe-venue-url a {
  color: white;
  letter-spacing: 0.075em;
  font-size: 0.875em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
  background: #f6b334;
  padding: 15px 40px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  *display: inline;
}
section.locations .map-text .tribe-venue-url a:hover {
  background: #6099af;
  border: none;
}

a.button {
  color: white;
  letter-spacing: 0.075em;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
  background: #f6b334;
  padding: 15px 40px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  font-weight: 700;
  *display: inline;
}
a.button.inverted {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
a.button:hover {
  background: #6099af;
  border: none;
}
a.link {
  padding: 15px 15px 20px 15px;
  letter-spacing: 0.075em;
  background-image: url(../img/wave-small.svg);
  -webkit-background-size: 112px 6px;
  background-size: 112px 6px;
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  font-family: yorkten-slab-normal, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  /*
  		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%236099af' stroke-width='3' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  		background-position: 0 100%;
  	    background-size: 20px 12px;
  	    background-repeat: repeat-x;
  */
}
a.gray-button {
  background: #76777b;
}

.tribe-events-related-events-title, .tribe-related-events, .recurringinfo {
  display: none !important;
}

.slide a.button {
  margin-bottom: 30px;
}
.slide a.button:hover {
  background: #fff;
  color: #f6b334;
}

.search-results section.search {
  background: #6099af;
}
.search-results section.search form {
  color: #fff;
}
.search-results section.search form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-results section.search form ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-results section.search form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.search-results section.search form :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-results section.search form input[type=text] {
  color: #fff;
  border-color: #fff;
}

#results {
  margin-top: 40px;
}

.search-list {
  margin-top: 30px;
  list-style-type: none;
}
.search-list li {
  padding: 20px 0;
  border-top: 1px solid #6099af;
}
.search-list li a {
  color: #f6b334;
}

/********************************************************************************************* 

x. Nav

*********************************************************************************************/
ul#nav {
  background: #76777b;
  text-align: center;
  padding: 15px;
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
ul#nav li {
  display: inline-block;
}
ul#nav li a {
  padding: 0 20px;
  color: #fff;
  letter-spacing: 0.075em;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
}
ul#nav li a:hover {
  color: #f6b334;
}
ul#nav li.biz-search a:after {
  /*
  					content: "\f4a5";
  					font-family: 'IonIcons';
  					color: $gold;
  					margin-left: 5px;	
  					font-size: 1.2em;	
  					position: relative;	
  					top: 1px;	
  */
}
ul#nav li.current-menu-item a {
  color: #f6b334;
}

.slide .content h1 {
  margin-bottom: 20px;
}
.slide .content h1:after {
  content: "";
  height: 6px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/wave-small-white.svg);
  -webkit-background-size: 44px 6px;
  background-size: 44px 6px;
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 0.3;
}

.content h1:after {
  content: "";
  height: 6px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  background-image: url(../img/wave-small-blue.svg);
  -webkit-background-size: 44px 6px;
  background-size: 44px 6px;
  background-position: left bottom;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.content h1[style="text-align: center;"]:after, .content h1.center:after {
  background-position: center bottom;
}

.single-deal .content h1:after, .single-tribe_events .content h1:after {
  display: none;
}
.single-deal .buttons, .single-tribe_events .buttons {
  max-width: 500px;
}

div.title-bar {
  padding: 30px;
  margin-bottom: 80px;
}
div.title-bar.blue {
  background: #6099af;
}
div.title-bar.green {
  background: #819e93;
}
div.title-bar h1 {
  color: #fff;
  text-align: center;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.title-bar span {
  content: "";
  height: 6px;
  width: 45px;
  overflow: hidden;
  display: inline-block;
  background-image: url(../img/wave-small-white.svg);
  -webkit-background-size: 44px 6px;
  background-size: 44px 6px;
  margin: 0 5px;
  opacity: 0.3;
}

.tribe-events-calendar-month__multiday-event-bar-featured-icon {
  display: none !important;
}

/********************************************************************************************* 

x. Main Categories

*********************************************************************************************/
section.main-categories .navigation,
#main-categories .navigation, #main-categories-minimal .navigation {
  margin: -25px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  overflow: hidden;
}
section.main-categories .navigation li,
#main-categories .navigation li, #main-categories-minimal .navigation li {
  position: relative;
}
section.main-categories .navigation li.curated,
#main-categories .navigation li.curated, #main-categories-minimal .navigation li.curated {
  display: none;
}
section.main-categories .navigation li:after,
#main-categories .navigation li:after, #main-categories-minimal .navigation li:after {
  content: "";
  width: 1px;
  height: 9999px;
  background: #bcbcbc;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
section.main-categories .navigation li:before,
#main-categories .navigation li:before, #main-categories-minimal .navigation li:before {
  content: "";
  width: auto;
  height: 1px;
  background: #bcbcbc;
  position: absolute;
  top: 100%;
  left: 20px;
  right: 20px;
}
section.main-categories .navigation li .inside,
#main-categories .navigation li .inside, #main-categories-minimal .navigation li .inside {
  padding: 50px 25px;
}
section.main-categories .navigation li .inside a:hover .image,
#main-categories .navigation li .inside a:hover .image, #main-categories-minimal .navigation li .inside a:hover .image {
  animation: 1s wiggle ease infinite;
}
section.main-categories .navigation li .inside a:hover .label,
#main-categories .navigation li .inside a:hover .label, #main-categories-minimal .navigation li .inside a:hover .label {
  color: #f6b334;
}
section.main-categories .navigation li .inside a .image,
section.main-categories .navigation li .inside a .label,
#main-categories .navigation li .inside a .image,
#main-categories .navigation li .inside a .label, #main-categories-minimal .navigation li .inside a .image,
#main-categories-minimal .navigation li .inside a .label {
  display: block;
}
section.main-categories .navigation li .inside a .image,
#main-categories .navigation li .inside a .image, #main-categories-minimal .navigation li .inside a .image {
  max-width: 50%;
  margin: 0 auto 30px auto;
}
section.main-categories .navigation li .inside a .label,
#main-categories .navigation li .inside a .label, #main-categories-minimal .navigation li .inside a .label {
  color: #6099af;
  font-family: mr-eaves-sans, sans-serif;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
section.main-categories .wrapper,
#main-categories .wrapper, #main-categories-minimal .wrapper {
  background: white;
}
section.main-categories .wrapper:after, section.main-categories .wrapper:before,
#main-categories .wrapper:after,
#main-categories .wrapper:before, #main-categories-minimal .wrapper:after, #main-categories-minimal .wrapper:before {
  content: "";
  width: 9999px;
  height: auto;
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
}
section.main-categories .wrapper:after,
#main-categories .wrapper:after, #main-categories-minimal .wrapper:after {
  left: calc(100% - 5px);
}
section.main-categories .wrapper:before,
#main-categories .wrapper:before, #main-categories-minimal .wrapper:before {
  right: calc(100% - 5px);
}

#main-categories {
  margin: 0 0 80px 0;
  padding: 7px 0;
  display: none;
  overflow: hidden;
}
#main-categories .navigation {
  z-index: 9999;
}
#main-categories a[href="#main-categories"] {
  display: block;
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: 9999;
}
#main-categories a[href="#main-categories"]:hover svg {
  fill: #f6b334;
}
#main-categories a[href="#main-categories"] svg {
  fill: #76777b;
}
#main-categories .wrapper {
  padding: 50px 0;
}

/********************************************************************************************* 

x. Categories

*********************************************************************************************/
section.categories .categories {
  background: #819e93;
  padding: 30px;
}
section.categories .categories .navigation {
  margin: 0 0 -20px 0;
  list-style: none;
}
section.categories .categories .navigation li {
  margin: 0 30px 20px 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.categories .categories .navigation li.current-menu-item {
  background: #6b8279;
}
section.categories .categories .navigation li a {
  color: white;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.875em;
  text-transform: uppercase;
  display: block;
  font-family: yorkten-slab-normal, sans-serif;
  padding: 6px 10px;
}
section.categories .categories .navigation li a:hover {
  color: #f6b334;
}
section.categories .categories .navigation li.cat-curated {
  background: #fff;
}
section.categories .categories .navigation li.cat-curated a {
  color: #6b8279;
}
section.categories .content {
  padding: 0 0 30px 0;
}
section.categories .mobile {
  background: #819e93;
  padding: 30px;
  display: none;
}
section.categories.white-categories {
  background: transparent;
  padding: 0;
}
section.categories.white-categories .categories {
  background: transparent;
}
section.categories.white-categories .categories .navigation li a {
  color: #6099af;
  font-size: 1.2em;
}
section.categories.white-categories .categories .navigation li a:hover {
  color: #6099af;
}
section.categories.white-categories .categories .navigation li.current-menu-item a {
  color: #C38BD8;
}

.children {
  padding: 30px 0;
  border-top: 1px solid #fff;
  background: #819e93;
}
.children .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.children a {
  color: #fff;
  padding: 3px 10px;
  margin-right: 10px;
}
.children a:hover {
  color: #f6b334;
}
.children ul, .children li {
  list-style-type: none;
}

.childrens {
  display: none;
}

.grid-top {
  margin-top: -60px;
}

/********************************************************************************************* 

x. Form

*********************************************************************************************/
form a {
  text-decoration: underline;
}
form .checkboxes,
form .radios {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
form .checkboxes:last-child,
form .radios:last-child {
  margin: 0 0 -20px 0;
}
form .checkboxes li,
form .radios li {
  margin: 0 30px 20px 0;
}
form .checkboxes input[type=radio], form .checkboxes input[type=checkbox],
form .radios input[type=radio],
form .radios input[type=checkbox] {
  margin-right: 5px;
  display: inline-block;
}
form input[type=radio], form input[type=checkbox] {
  margin-right: 5px;
  display: inline-block;
}
form .grid {
  margin: 0 -20px -40px -20px;
  display: flex;
  flex-wrap: wrap;
}
form .grid .item {
  float: left;
}
form .grid .item.hidden {
  display: none;
}
form .grid .item.invalid *, form .grid .item.invalid-file * {
  color: #AE0000;
}
form .grid .item.invalid input[type=email],
form .grid .item.invalid input[type=password],
form .grid .item.invalid input[type=text],
form .grid .item.invalid input[type=url],
form .grid .item.invalid textarea, form .grid .item.invalid-file input[type=email],
form .grid .item.invalid-file input[type=password],
form .grid .item.invalid-file input[type=text],
form .grid .item.invalid-file input[type=url],
form .grid .item.invalid-file textarea {
  border-color: #AE0000;
}
form .grid .item.label .inside, form .grid .item.together .inside {
  padding-bottom: 20px;
}
form .grid .item .inside {
  padding: 0 20px 40px 20px;
  position: relative;
}
form input[type=submit] {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-transform: uppercase;
  background: #6099af;
  border: none;
  padding: 15px 70px;
  cursor: pointer;
}
form input[type=submit]:hover {
  color: white;
  background: #6099af;
}
form input[type=submit].delete {
  background: #AE0000;
  margin: 30px 0 0 0;
  padding: 10px 20px;
}
form input[type=submit].delete:hover {
  background: #7b0000;
}
form input[type=email],
form input[type=password],
form input[type=text],
form input[type=url] {
  color: #535353;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  width: 100%;
  height: 60px;
  border: 2px solid #6099af;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 0 25px;
  display: block;
}
form input[type=email]:invalid,
form input[type=password]:invalid,
form input[type=text]:invalid,
form input[type=url]:invalid {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
form input[type=email]:last-child,
form input[type=password]:last-child,
form input[type=text]:last-child,
form input[type=url]:last-child {
  margin-bottom: 0;
}
form .inline {
  padding: 0 0 0 40px;
  position: relative;
}
form .inline p {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
form label {
  text-align: left;
  margin: 0 0 10px 0;
  display: block;
}
form label.checkbox, form label.radio {
  margin: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
}
form .label {
  margin: 0 0 10px 0;
}
form .review-image {
  margin: 10px 0 0 0;
}
form .review.image img:last-of-type {
  display: none;
}
form .required {
  color: #AE0000;
  font-size: 14px;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
}
form textarea {
  color: #535353;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  width: 100%;
  height: 250px;
  border: 2px solid #6099af;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  padding: 25px;
  display: block;
  resize: none;
}
form textarea:invalid {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
form textarea:last-child {
  margin-bottom: 0;
}

.full-left {
  width: 100%;
  float: left;
}

/********************************************************************************************* 

x. Loader

*********************************************************************************************/
.loader {
  background-color: rgba(96, 153, 175, 0.9);
  background-image: url(../img/loader.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/********************************************************************************************* 

x. Search

*********************************************************************************************/
#search {
  color: #6099af;
  background: #6099af;
  background: linear-gradient(90deg, #6099af 0%, #6099af 100%);
  padding: 60px 100px;
  display: none;
  position: relative;
}
#search a[href="#search"] {
  display: block;
  position: absolute;
  top: 60px;
  right: 100px;
}
#search a[href="#search"]:hover {
  opacity: 0.5;
}
#search a[href="#search"] svg {
  fill: white;
  width: 15px;
  height: 15px;
}
#search form ::-webkit-input-placeholder {
  color: white;
  opacity: 1;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
  font-style: italic;
}
#search form ::-moz-placeholder {
  color: white;
  opacity: 1;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
  font-style: italic;
}
#search form :-ms-input-placeholder {
  color: white;
  opacity: 1;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
  font-style: italic;
}
#search form :-moz-placeholder {
  color: white;
  opacity: 1;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
  font-style: italic;
}
#search form input[type=text] {
  color: white;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
  font-size: 1.875em;
  font-style: italic;
  width: 100%;
  height: 80px;
  background: none;
  border: none;
  border-bottom: 2px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}

section.submit-event {
  margin-top: 60px;
}

/********************************************************************************************* 

x. Author

*********************************************************************************************/
section.author .columns {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}
section.author .columns .column .inside {
  padding: 0 25px;
}
section.author .columns .column .inside .columns {
  margin: 30px -35px 0 -35px;
  display: flex;
  justify-content: flex-start;
}
section.author .columns .column .inside .columns .column .inside {
  padding: 0 35px;
}
section.author .columns .column .inside .content .buttons {
  list-style: none;
}
section.author .columns .column .inside .content .buttons li {
  margin: 0 0 10px 0;
}
section.author .columns .column .inside .content .buttons li:last-child {
  margin-bottom: 0;
}
section.author .columns .column .inside .content .buttons li a.button {
  text-align: center;
  width: 70%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
section.author .columns .column .inside .content .buttons li a.button:after {
  content: "\f33b";
  font-family: "IonIcons";
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
section.author .columns .column .inside .content .line {
  width: 100%;
  height: 1px;
  max-width: 260px;
  background: #76777b;
  margin: 0 0 30px 0;
}
section.author .columns .column .inside .content .social-media,
section.author .columns .column .inside .content .share {
  margin-left: 0;
  list-style: none;
}
section.author .columns .column .inside .content .social-media li,
section.author .columns .column .inside .content .share li {
  color: #6099af;
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
section.author .columns .column .inside .content .social-media li:last-child,
section.author .columns .column .inside .content .share li:last-child {
  margin-right: 0;
}
section.author .columns .column .inside .content .social-media li a,
section.author .columns .column .inside .content .share li a {
  display: block;
}
section.author .columns .column .inside .content .social-media li a:hover svg,
section.author .columns .column .inside .content .share li a:hover svg {
  fill: #6099af;
}
section.author .columns .column .inside .content .social-media li a svg,
section.author .columns .column .inside .content .share li a svg {
  width: 35px;
  height: 35px;
  fill: #f6b334;
}
section.author .tip-jar {
  text-decoration: none;
  width: 240px;
  height: auto;
  min-height: 65px;
  padding: 0 0 0 75px;
  display: block;
  position: relative;
}
section.author .tip-jar .icon,
section.author .tip-jar .subtitle,
section.author .tip-jar .title {
  display: block;
}
section.author .tip-jar .icon {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
section.author .tip-jar .icon svg {
  fill: #f6b334;
}
section.author .tip-jar .subtitle {
  color: #535353;
  font-size: 0.8em;
  line-height: 1.25em;
}
section.author .tip-jar .title {
  color: #6099af;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  margin: 0 0 5px 0;
}

.content .info {
  padding: 20px 0;
  border-bottom: 1px solid #bcbcbc;
  color: #76777b;
  max-width: 260px;
}
.content .info a {
  color: #f6b334;
  text-decoration: none;
  font-weight: 400;
}
.content .info a:hover {
  color: #6099af;
}

.content .business-address {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.pin {
  float: left;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pin:after {
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 36px;
  font-weight: normal;
  color: #f6b334;
}

/********************************************************************************************* 

x. Back
x. Search
x. Title

*********************************************************************************************/
section.search,
section.title {
  color: white !important;
  background: #6099af;
  padding: 30px 0;
  font-size: 1.2em;
  font-weight: 300;
}
section.search form,
section.title form {
  width: 650px;
  height: auto;
  margin: 0 auto;
  position: relative;
  color: #6099af;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
}
section.search form ::-webkit-input-placeholder,
section.title form ::-webkit-input-placeholder {
  color: #6099af;
  opacity: 1;
}
section.search form ::-moz-placeholder,
section.title form ::-moz-placeholder {
  color: #6099af;
  opacity: 1;
}
section.search form :-ms-input-placeholder,
section.title form :-ms-input-placeholder {
  color: #6099af;
  opacity: 1;
}
section.search form :-moz-placeholder,
section.title form :-moz-placeholder {
  color: #6099af;
  opacity: 1;
}
section.search form .icon,
section.title form .icon {
  position: absolute;
  top: 15px;
  right: 0;
}
section.search form .icon svg,
section.title form .icon svg {
  width: 50px;
  height: auto;
  fill: white;
}
section.search form input[type=text],
section.title form input[type=text] {
  color: #6099af;
  font-size: 1.875em;
  font-weight: 300;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
  width: 100%;
  height: 80px;
  background: none;
  border: none;
  border-bottom: 1px solid #6099af;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}

section.search {
  background-color: transparent;
}

/********************************************************************************************* 

x. Businesses
x. Deals

*********************************************************************************************/
section.businesses,
section.deals {
  padding: 0 50px;
  overflow: hidden;
}
section.businesses .content.bottom,
section.deals .content.bottom {
  margin: 60px 0 0 0;
}
section.businesses .content.bottom .view-all a.button,
section.deals .content.bottom .view-all a.button {
  color: #6099af;
  background: none;
  border: 2px solid #6099af;
  padding-left: 70px;
  padding-right: 70px;
}
section.businesses .content.bottom .view-all a.button:hover,
section.deals .content.bottom .view-all a.button:hover {
  color: #6099af;
  border-color: #6099af;
}
section.businesses .content.top,
section.deals .content.top {
  margin: 0 0 60px 0;
}
section.businesses .grid,
section.deals .grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}
section.businesses .item.background-gray .content,
section.deals .item.background-gray .content {
  background: #EFEEEE;
  padding: 25px;
}
section.businesses .item .inside,
section.deals .item .inside {
  padding: 50px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.businesses .item .inside .content,
section.deals .item .inside .content {
  color: #76777B;
}
section.businesses .item .inside .content a.button,
section.deals .item .inside .content a.button {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.businesses .item .inside .content p a:not(.button),
section.deals .item .inside .content p a:not(.button) {
  color: #76777B;
}
section.businesses .item .inside .title h4,
section.deals .item .inside .title h4 {
  width: 100%;
}
section.businesses .item .inside .image,
section.deals .item .inside .image {
  margin: 0 0 30px 0;
  display: block;
}
section.businesses .item .inside .image.no-img,
section.deals .item .inside .image.no-img {
  position: relative;
  background: #f4f4f4;
}
section.businesses .item .inside .image .badge,
section.deals .item .inside .image .badge {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 66%;
}
section.businesses .item .inside .image .badge img,
section.deals .item .inside .image .badge img {
  width: 100%;
}

.tribe-events-event-image img {
  width: 100%;
  height: auto;
}

section.businesses .grid .item .inside .content {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

section.business-search .grid .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #6099af;
}
section.business-search .grid .item .inside {
  display: flex;
  padding: 30px 0;
}
section.business-search .grid .item .inside .address {
  margin-left: 60px;
  padding-right: 20px;
}
section.business-search .grid .item .inside .address p {
  font-weight: 400;
  font-size: 1.2em;
}
section.business-search .grid .item .inside .width-25 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
section.business-search .grid .item .inside .width-25.buttons {
  margin-left: 30px;
}
section.business-search .grid .item .inside .width-25.buttons li {
  width: 100%;
  display: block;
}
section.business-search .grid .item .inside .width-25.image {
  margin-right: 60px;
  margin-bottom: 0;
}

/********************************************************************************************* 

x. Line

*********************************************************************************************/
section.line {
  width: 100%;
  height: 90px;
  background: #819e93;
}

/********************************************************************************************* 

x. Pagination

*********************************************************************************************/
.pagination .navigation {
  list-style: none;
}
.pagination .navigation li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.pagination .navigation li.divider {
  width: 1px;
  height: 50px;
  background: #6099af;
}
.pagination .navigation li a {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

span.divide {
  color: #f6b334;
  margin: 0 10px;
}

.event-excerpt {
  text-align: left;
}

.single-tribe_events #tribe-events-pg-template {
  padding: 0 !important;
  max-width: none !important;
  margin: 0 !important;
}

/********************************************************************************************* 

x. Deal

*********************************************************************************************/
section.deal .columns, section.event .columns {
  margin: 0 -25px;
  display: flex;
}
section.deal .columns .column .inside, section.event .columns .column .inside {
  padding: 0 25px;
}
section.deal .columns .column .inside .content .buttons, section.event .columns .column .inside .content .buttons {
  margin-left: 0;
  list-style: none;
}
section.deal .columns .column .inside .content .buttons li, section.event .columns .column .inside .content .buttons li {
  margin: 0 0 10px 0;
}
section.deal .columns .column .inside .content .buttons li:last-child, section.event .columns .column .inside .content .buttons li:last-child {
  margin-bottom: 0;
}
section.deal .columns .column .inside .content .buttons li a.button, section.event .columns .column .inside .content .buttons li a.button {
  text-align: center;
  width: 70%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
section.deal .columns .column .inside .content .buttons li.is-button a, section.event .columns .column .inside .content .buttons li.is-button a {
  text-align: center;
  width: 70%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  color: white;
  letter-spacing: 0.075em;
  font-size: 0.875em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
  background: #f6b334;
  padding: 15px 40px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  *display: inline;
}
section.deal .columns .column .inside .content .buttons li.is-button a.inverted, section.event .columns .column .inside .content .buttons li.is-button a.inverted {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
section.deal .columns .column .inside .content .buttons li.is-button a:hover, section.event .columns .column .inside .content .buttons li.is-button a:hover {
  background: #6099af;
  border: none;
}
section.deal .columns .column .inside .content .email .button:after, section.event .columns .column .inside .content .email .button:after {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 0 10px;
}
section.deal .columns .column .inside .content .share, section.event .columns .column .inside .content .share {
  margin-left: 0;
  list-style: none;
}
section.deal .columns .column .inside .content .share li, section.event .columns .column .inside .content .share li {
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
section.deal .columns .column .inside .content .share li:last-child, section.event .columns .column .inside .content .share li:last-child {
  margin-right: 0;
}
section.deal .columns .column .inside .content .share li a, section.event .columns .column .inside .content .share li a {
  display: block;
}
section.deal .columns .column .inside .content .share li a:hover svg, section.event .columns .column .inside .content .share li a:hover svg {
  fill: #6099af;
}
section.deal .columns .column .inside .content .share li a svg, section.event .columns .column .inside .content .share li a svg {
  width: 35px;
  height: 35px;
  fill: #f6b334;
}
section.deal .columns .column .inside .content .store .button:after, section.event .columns .column .inside .content .store .button:after {
  content: "\f33b";
  font-family: "IonIcons";
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0 10px;
}

p.larger {
  font-size: 1.3em;
}

section.back {
  padding: 30px 0;
}
section.back a {
  color: #f6b334;
}
section.back a:hover {
  color: #6099af;
}

p.price {
  font-size: 1.25em;
}

.smaller {
  font-size: 0.875em;
}

/********************************************************************************************* 

x. Text

*********************************************************************************************/
section.text.background-purple {
  background: #6099af;
  background: linear-gradient(90deg, #6099af 0%, #6099af 100%);
  padding: 30px 0;
}
section.text .columns {
  margin: 0 -40px;
  display: flex;
}
section.text .columns .column .inside {
  padding: 0 40px;
}
section.text .content h1:after {
  display: none;
}

.full-width-image {
  position: relative;
}
.full-width-image img {
  display: block;
  width: 100%;
}
.full-width-image p.caption {
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #fff;
  margin: 0;
  font-size: 0.75em;
}

section.menus {
  text-align: center;
  display: flex;
  justify-content: center;
}
section.menus .dropdown {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  cursor: pointer;
}
section.menus .dropdown .droptop {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #6099af;
  border-top: 1px solid #6099af;
  letter-spacing: 0.075em;
  font-family: yorkten-slab-normal, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #6099af;
  text-align: center;
}
section.menus .dropdown .droptop span {
  width: 10px;
  height: 10px;
  position: relative;
  display: inline-block;
  top: -1px;
  margin-left: 5px;
}
section.menus .dropdown .droptop span:before {
  content: "";
  height: 2px;
  width: 10px;
  background: #f6b334;
  position: absolute;
  left: 0;
  top: 4px;
}
section.menus .dropdown .droptop span:after {
  height: 10px;
  width: 2px;
  background: #f6b334;
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
}
section.menus .dropdown ul.subdrop {
  text-align: left;
  list-style-type: none;
  padding: 20px;
  border: 1px solid #6099af;
  margin-top: -1px;
  background: #f2f2f2;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 8;
}
section.menus .dropdown ul.subdrop li a {
  font-size: 0.875em;
}
section.menus .dropdown:hover ul.subdrop {
  display: block;
}

.blog-content p.date {
  margin-bottom: 0;
}

.border-bottom {
  border-bottom: 2px solid #fff;
}

.cat-curated {
  display: none !important;
}

section.blue, section.green, section.gray {
  padding: 80px;
}
section.blue .wrapper, section.green .wrapper, section.gray .wrapper {
  max-width: 900px;
}
section.blue h1, section.blue h2, section.blue h3, section.blue p, section.blue ul, section.blue ol, section.green h1, section.green h2, section.green h3, section.green p, section.green ul, section.green ol, section.gray h1, section.gray h2, section.gray h3, section.gray p, section.gray ul, section.gray ol {
  color: #fff;
}
section.blue a, section.green a, section.gray a {
  color: #f6b334;
}
section.blue h1:after, section.green h1:after, section.gray h1:after {
  background-image: url(../img/wave-small-white.svg);
}

section.green h1:after {
  background-image: url(../img/wave-small-gray.svg);
  opacity: 0.2;
}

section.gray {
  background: #76777b;
}

section.blue {
  background: #6099af;
}

section.green {
  background: #819e93;
}

/********************************************************************************************* 

x. Text + Image

*********************************************************************************************/
section.text-image.text-position-left .columns {
  flex-direction: row-reverse;
}
section.text-image.text-position-right .columns {
  flex-direction: row;
}
section.text-image .columns {
  margin: 0 -40px;
  display: flex;
  align-items: flex-start;
}
section.text-image .columns .column .inside {
  padding: 0 40px;
}
section.text-image .event {
  border-bottom: 1px solid #B7B7B7;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
section.text-image .event:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
section.text-image .event h5 {
  font-weight: 400;
}
section.text-image .event p {
  line-height: 1.5em;
}

/********************************************************************************************* 

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 40px;
}

.alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 40px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/********************************************************************************************* 

x. Team

*********************************************************************************************/
/********************************************************************************************* 

x. Team

*********************************************************************************************/
.mix-container {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#team .mix, .team_container .mix {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mix {
  width: 320px;
  float: left;
  padding: 30px;
  display: flex;
}
.mix img {
  display: block;
}
.mix .mix-inside {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mix .mix-img {
  position: relative;
  z-index: 8;
}
.mix .mix-img img.illo {
  width: 100%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  z-index: 2;
  position: relative;
  margin-bottom: 30px;
}
.mix .mix-text {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 9;
  top: -2px;
}
.mix .mix-text p {
  margin-bottom: 10px;
}
.mix .mix-text h4 {
  margin-bottom: 5px;
}
.mix .mix-text a.button {
  display: block;
  margin-top: 20px;
}
.mix .mix-text p.view {
  font-size: 1.2em;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mix .mix-text p.view b {
  font-weight: 400;
}
.mix .mix-text p.view span {
  color: #f6b334;
  display: block;
  border-bottom: 5px solid transparent;
}
.mix .mix-inside p.view {
  cursor: pointer;
}
.mix .mix-inside p.view:hover span {
  border-bottom: 5px solid #f6b334;
}
.mix a.link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: block !important;
}
.show-mobile {
  display: none !important;
}

.person-title {
  margin-bottom: 20px;
}
.person-title h2 {
  font-size: 1.7em;
  font-weight: 500;
}
.person-title .divider {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  width: 2px;
  height: 30px;
  position: relative;
  top: 5px;
}
.person-title p.job {
  display: inline;
  font-weight: 500;
}
.team-members {
  padding: 10px;
}

.team-member {
  width: 16.66%;
  float: left;
  padding: 10px;
}
.team-member .tm-text {
  margin-top: 15px;
}
.team-member p.tm-name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.3em;
}
.team-member p.upper {
  font-size: 11px;
}
.team-member .tm-img img {
  width: 100%;
}

.full-information {
  display: none;
  text-align: center;
}
.full-information h2 {
  margin-bottom: 0;
}
.full-information .inside {
  padding: 20px 30px;
  text-align: left;
  max-width: 990px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.full-information .inside a.closeit {
  position: absolute;
  right: 40px;
  color: #bcbcbc;
}
.full-information .inside a.closeit:hover {
  color: #f6b334;
}
.sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 60px !important;
}
.sponsors .title-bar {
  width: 100%;
  margin-bottom: 40px;
}
.sponsors a.sponsor {
  padding: 20px;
  display: inline-block;
}
.sponsors a.sponsor img {
  max-width: 240px;
  height: auto;
}

.event-sponsors .sponsors a.sponsor img {
  max-width: 500px;
}

/********************************************************************************************* 

x. Video

*********************************************************************************************/
.video.block {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}
.video.block img {
  z-index: 9;
  position: relative;
  width: 100%;
}
.video.block .caption {
  position: absolute;
  width: 100%;
}
.video.block .vid {
  min-height: 400px;
  display: block;
}

.video-container {
  position: absolute;
  /* padding-bottom: 56.25%; */
  /* padding-top: 30px; */
  /* height: 0; */
  /* overflow: hidden; */
  top: 0;
  width: 100%;
  bottom: 10px;
  z-index: 7;
}

.gotit .video-container {
  z-index: 10;
}

.play {
  position: absolute;
  width: 140px;
  height: 140px;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  margin-left: -50px;
  margin-top: -50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #fff;
}
.play::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -20px;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #fff;
}
.play:hover::after {
  border-left-color: #fff;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.outs {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 1;
}
.outs.gone {
  opacity: 0;
}

#map {
  width: 65vw;
  display: block;
}
#map iframe {
  height: 100% !important;
}

.post-type-archive-deal #menu-item-3717 a {
  color: #f6b334;
}

.marker-inner {
  padding: 6px 10px;
  background: #76777b;
  min-width: 160px;
  display: block;
  text-align: center;
}
.marker-inner p {
  font-family: ff-tisa-sans-web-pro, sans-serif;
  font-weight: 300;
  font-size: 1.4em;
}

.tribe-events-cal-links {
  display: none;
}

section.locations, section.full-section {
  position: relative;
  background: #819e93;
  padding: 0;
  min-height: 30vw;
  display: flex !important;
}
section.locations .map-text, section.locations .img-text, section.full-section .map-text, section.full-section .img-text {
  border-left: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 35vw;
  padding: 80px;
}
section.locations .map-text a, section.locations .img-text a, section.full-section .map-text a, section.full-section .img-text a {
  color: #f6b334;
}
section.locations .map-text a.button, section.locations .img-text a.button, section.full-section .map-text a.button, section.full-section .img-text a.button {
  color: #fff;
}

.tribe-events-tooltip {
  display: none !important;
}

a.event-loc {
  color: #f6b334;
  font-weight: 400;
  font-size: 0.875em;
  text-decoration: none;
}
a.event-loc:hover {
  color: #6099af;
}

.loc-pin:after {
  content: "\f041";
  font-family: "FontAwesome";
}

.tribe-events-gmap {
  display: none;
}

abbr[title] {
  text-decoration: none;
}

img[src="http://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png"] {
  display: none;
}

button.gm-ui-hover-effect {
  visibility: hidden;
}

.tribe-events .tribe-events-calendar-month__day {
  position: relative;
  padding-left: 6px !important;
  border: none !important;
}
.tribe-events .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #819e93;
  pointer-events: none;
}

section.main-categories .navigation li:nth-of-type(4):after, section.main-categories .navigation li:nth-of-type(8):after {
  display: none;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
  z-index: 9;
}

.tribe-events .tribe-events-calendar-month__body {
  border: none !important;
}

.tribe-events .tribe-events-calendar-month__week {
  border: none !important;
}

#tribe-events-footer {
  display: none !important;
}

.tribe-events .tribe-events-calendar-month__events h3 {
  font-size: 0.875em;
  font-weight: 700;
}

.tribe-events-calendar-month__multiday-event-bar-inner {
  background: #6099af;
  color: #fff;
}
.tribe-events-calendar-month__multiday-event-bar-inner h3 {
  color: #fff;
  font-weight: 700;
}
.tribe-events-calendar-month__multiday-event-bar-inner h3 a {
  color: #fff !important;
}
.tribe-events-calendar-month__multiday-event-bar-inner:hover h3 {
  color: #f6b334 !important;
}
.tribe-events-calendar-month__multiday-event-bar-inner:hover h3 a {
  color: #f6b334 !important;
}

.tribe-events-c-top-bar__nav {
  position: absolute;
  right: 0;
}

.tribe-events-header__messages {
  display: none !important;
}

.tribe-events-calendar-month__multiday-event-bar:hover h3 {
  color: #f6b334 !important;
}

.tribe-events-calendar-month__calendar-event-datetime time {
  font-weight: 700;
  font-size: 0.875em;
}

.post-type-archive-tribe_events .tribe-events-tooltip-theme {
  display: none !important;
}

.tribe-events-calendar-month__header-column-title {
  text-align: center;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
  display: none !important;
}

.tribe-events .tribe-events-c-top-bar__datepicker-button {
  background: none;
  border: none;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
  font-size: 2.6em;
  color: #fff;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg {
  width: 20px;
  height: 32px;
  margin-left: 30px;
}

.tribe-events .tribe-events-header {
  background: #6099af;
  border-top: 2px solid #fff;
}

.tribe-events-page-template .slick.image .slide, .tribe-events-page-template .big-img.image .slide {
  background: #819e93;
}

.slick.image .slide {
  position: relative;
}

.cal-wrap {
  margin-top: 60px !important;
}

.tribe-events-c-view-selector {
  display: none;
}

.tribe-events .tribe-events-header__top-bar {
  margin-bottom: 0 !important;
  padding: 30px 0;
}

.tribe-events .tribe-events-header__events-bar {
  margin: 0 !important;
}

.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path {
  fill: #fff;
}

.tribe-events .tribe-events-c-breadcrumbs__list {
  position: absolute;
  left: 0;
  color: #fff;
  letter-spacing: 0.075em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  font-family: yorkten-slab-normal, sans-serif;
  bottom: 45px;
}
.tribe-events .tribe-events-c-breadcrumbs__list a {
  color: #f6b334;
}

.tribe-common button {
  border: none;
  background: none;
}

.clearfix {
  display: block;
  clear: both;
}

.tribe-events .tribe-events-c-breadcrumbs {
  margin-bottom: 0 !important;
}

.cal-filters {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px !important;
  z-index: 9;
}
.cal-filters a {
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 0.875em;
  position: relative;
  padding-left: 25px;
  margin-left: 20px;
}
.cal-filters a:before {
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
}
.cal-filters a.active:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "+";
  color: #6099af;
  font-size: 34px;
  line-height: 15px;
  font-weight: 300;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-template-login main {
  padding-top: 60px;
}

/********************************************************************************************* 

x. Imports

*********************************************************************************************/
/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
@keyframes wiggle {
  0% {
    transform: rotate(-3deg);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
@media only screen and (max-width: 1500px) {
  .wrapper:not(.small) {
    width: auto;
    padding: 0 50px;
  }
  .tribe-common .wrapper {
    width: 100%;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrapper:not(.small) {
    width: auto;
    padding: 0 30px;
  }
  section.locations .map-text, section.locations .img-text, section.full-section .map-text, section.full-section .img-text {
    width: 100%;
  }
  #map {
    width: 100%;
    height: 400px;
  }
  .slick.image .background, .big-img.image .background {
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  #team .mix {
    width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  section.deal .columns, section.event .columns {
    flex-wrap: wrap;
  }
  .width-10 {
    width: 100%;
  }
  .width-15 {
    width: 100%;
  }
  .width-20 {
    width: 100%;
  }
  .width-25 {
    width: 100%;
  }
  .width-30 {
    width: 100%;
  }
  .width-33 {
    width: 100%;
  }
  .width-35 {
    width: 100%;
  }
  .width-40 {
    width: 100%;
  }
  .width-45 {
    width: 100%;
  }
  .width-50 {
    width: 100%;
  }
  .width-55 {
    width: 100%;
  }
  .width-60 {
    width: 100%;
  }
  .width-65 {
    width: 100%;
  }
  .width-66 {
    width: 100%;
  }
  .width-70 {
    width: 100%;
  }
  .width-75 {
    width: 100%;
  }
  .width-80 {
    width: 100%;
  }
  .width-85 {
    width: 100%;
  }
  .width-90 {
    width: 100%;
  }
  .width-95 {
    width: 100%;
  }
  .width-100 {
    width: 100%;
  }
}
@media only screen and (max-width: 860px) {
  .wrapper.small {
    width: auto;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  html,
  body {
    font-size: 14px;
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content ol,
  .content p,
  .content ul {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .content ol.buttons.inline li a.button .icon,
  .content ul.buttons.inline li a.button .icon {
    display: none;
  }
}
/********************************************************************************************* 

x. Author

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.author .columns {
    margin: 0 -15px;
  }
  section.author .columns .column .inside {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 900px) {
  section.author .columns {
    flex-direction: column;
  }
  section.author .columns .column {
    width: 100%;
  }
  section.author .columns .column:first-child {
    margin: 0 0 20px 0;
  }
}
/********************************************************************************************* 

x. Button

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  a.button {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 500px) {
  a.button {
    line-height: 1.5em;
    padding: 10px 20px;
  }
}
/********************************************************************************************* 

x. Footer

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  footer .columns {
    margin: 0 -50px 30px -50px;
  }
  footer .columns .column .inside {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 1100px) {
  footer {
    padding: 30px 0;
  }
  footer .columns {
    margin: 0 -30px 15px -30px;
    flex-direction: column;
    align-items: center;
  }
  footer .columns .column {
    width: 45%;
    margin: 0 auto;
  }
  footer .columns .column .inside {
    padding: 15px 30px;
  }
  footer .neighborhood-logo {
    max-width: 70%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  footer .columns .column {
    width: 65%;
  }
}
@media only screen and (max-width: 500px) {
  footer .columns .column {
    width: 80%;
  }
}
@media only screen and (max-width: 400px) {
  footer .columns .column {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Form

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  form .grid .item.spacer.width-10 {
    display: none !important;
  }
  form .grid .item.spacer.width-20 {
    width: 10%;
  }
  form .grid .item.spacer.width-30 {
    width: 25%;
  }
  form .grid .item.width-40 {
    width: 50%;
  }
  form .grid .item.width-60 {
    width: 80%;
  }
}
@media only screen and (max-width: 1000px) {
  form .grid .item.spacer.width-30 {
    display: none !important;
  }
  form .grid .item.width-40 {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  form .grid {
    margin-bottom: -15px;
  }
  form .grid .item.spacer.width-20 {
    display: none !important;
  }
  form .grid .item.width-25,
  form .grid .item.width-33,
  form .grid .item.width-50,
  form .grid .item.width-60 {
    width: 100%;
  }
  form .grid .item .inside {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 600px) {
  form .checkboxes li,
  form .radios li {
    width: 50%;
  }
}
/********************************************************************************************* 

x. Header

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  header .hamburger {
    display: block;
  }
  header .navigation {
    pointer-events: none;
    background: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
  }
  #main-categories a[href="#main-categories"] {
    position: fixed;
    z-index: 9999;
  }
  header .navigation li {
    margin: 5px 0;
    display: block;
  }
  header .navigation li a {
    color: white;
    font-size: 1rem;
  }
  header .navigation li a .icon svg {
    fill: white;
  }
  header .neighborhood-logo {
    /*
    		width: 100%; 
    		height: auto;
    		position: relative;
    		max-width: 300px;	
    */
  }
  header .neighborhood-logo .image {
    height: auto;
    margin: 0 auto;
    display: block;
  }
  header .support-local-logo {
    margin: 0 auto;
    padding: 25px;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: 0;
  }
  header .support-local-logo:after {
    content: "";
    width: 9999px;
    height: auto;
    background: #7457A2;
    background: linear-gradient(180deg, #7457A2 0%, #8F5FA5 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
  }
  header.open .navigation {
    pointer-events: all;
    opacity: 1;
  }
  header.open .hamburger {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 9999;
  }
  header.open .hamburger .line {
    background: #f6b334;
  }
  header.open .hamburger:hover .line {
    background: #6099af;
  }
  header.open .hamburger .line:first-child,
  header.open .hamburger .line:last-child {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
  }
  header.open .hamburger .line:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header.open .hamburger .line:last-child {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .wrapper {
    height: 80px;
    margin-bottom: 70px;
  }
  header #main-header-explore ul#nav, header #header-minimal ul#nav {
    display: none;
  }
  header #main-header-explore ul#nav li, header #header-minimal ul#nav li {
    display: block;
    width: 100%;
  }
  header #main-header-explore ul#nav, header #header-minimal ul#nav {
    display: none;
  }
  header.open #main-header-explore ul#nav, header.open #header-minimal ul#nav {
    display: block;
  }
  header #header-minimal .wrapper {
    margin-bottom: 40px;
  }
  .show-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 860px) {
  header.open .hamburger {
    top: 30px;
    right: 30px;
  }
  header .hamburger {
    right: 30px;
  }
}
@media only screen and (max-width: 800px) {
  header .support-local-logo {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  header .neighborhood-logo {
    max-width: 200px;
  }
  header .neighborhood-logo .image {
    width: 200px;
  }
}
/********************************************************************************************* 

x. iCheck

*********************************************************************************************/
@media only screen and (max-width: 600px) {
  .icheckbox,
  .iradio {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    top: -1px;
  }
  .iradio.checked:after {
    width: 11px;
    height: 11px;
  }
}
/********************************************************************************************* 

x. Main

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  main section {
    margin: 0 0 50px 0;
  }
  .bump-up {
    margin-top: -50px !important;
  }
}
@media only screen and (max-width: 1000px) {
  main section {
    margin: 0 0 30px 0;
  }
  .bump-up {
    margin-top: -30px !important;
  }
}
/********************************************************************************************* 

x. Back
x. Search
x. Title

*********************************************************************************************/
@media only screen and (max-width: 780px) {
  section.back form,
  section.search form,
  section.title form {
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  section.back form,
  section.search form,
  section.title form {
    padding: 0 60px 0 0;
  }
  section.back form input[type=text],
  section.search form input[type=text],
  section.title form input[type=text] {
    font-size: 1.5rem;
    height: 60px;
  }
  section.back form .icon svg,
  section.search form .icon svg,
  section.title form .icon svg {
    width: 40px;
  }
}
/********************************************************************************************* 

x. Businesses
x. Deals

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.businesses,
  section.deals {
    padding: 0;
  }
  section.businesses .grid .item .inside,
  section.deals .grid .item .inside, section.businesses .item .inside, section.deals .item .inside {
    padding: 25px;
  }
  .cal-filters {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    text-align: center;
    margin: 10px 0 !important;
  }
  section.business-search .grid .item .inside .address p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 1000px) {
  section.businesses .grid .item .inside,
  section.deals .grid .item .inside, section.businesses .item .inside, section.deals .item .inside {
    padding: 15px;
  }
  section.business-search .grid .item .inside .address p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 800px) {
  section.businesses .grid .item,
  section.deals .grid .item {
    width: 50%;
  }
  section.businesses .item .inside {
    width: 100%;
  }
  section.deals .owl-carousel .item .inside {
    width: 100%;
  }
  section.business-search .grid .item .inside, section.business-search .grid .item {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  section.business-search .grid .item .inside {
    width: 100%;
    flex-wrap: wrap;
    padding: 30px;
  }
  section.business-search .grid .item .inside .width-25.image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  section.business-search .grid .item .inside .address {
    margin-left: 0;
    margin-bottom: 20px;
  }
  section.businesses .grid .item .inside, section.deals .grid .item .inside, section.businesses .item .inside, section.deals .item .inside {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  section.businesses .grid .item,
  section.deals .grid .item {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  section.businesses .content.bottom,
  section.deals .content.bottom {
    margin: 30px 0 0 0;
  }
  section.businesses .content.top,
  section.deals .content.top {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Categories

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  section.categories .categories {
    display: none;
  }
  section.categories .mobile {
    display: block;
  }
}
/********************************************************************************************* 

x. Deal

*********************************************************************************************/
@media only screen and (max-width: 1000px) {
  section.deal .columns {
    margin: 0 -15px;
  }
  section.deal .columns .column .inside {
    padding: 0 15px;
  }
  section.main-categories .navigation li:after {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  section.deal .columns {
    flex-direction: column;
  }
  section.deal .columns .column {
    width: 100%;
  }
  section.deal .columns .column:first-child {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Main Categories

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  #main-categories {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width: 1000px) {
  #main-categories {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 900px) {
  section.main-categories .navigation li,
  #main-categories .navigation li {
    width: 50%;
  }
  #main-categories .navigation li {
    width: 50%;
  }
  #main-categories .navigation li .inside {
    padding: 20px;
  }
  #main-categories .navigation li .inside a .image {
    margin-bottom: 15px;
  }
  #main-categories .navigation li:after {
    top: 30px;
    bottom: 30px;
    height: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #main-categories a[href="#main-categories"] {
    right: 15px;
  }
}
@media only screen and (max-width: 500px) {
  section.main-categories .navigation li {
    width: 50%;
  }
  section.main-categories .navigation li .inside,
  #main-categories .navigation li .inside {
    padding: 30px;
  }
  section.main-categories .navigation li .inside a .image,
  #main-categories .navigation li .inside a .image {
    max-width: 65%;
  }
}
/********************************************************************************************* 

x. Search

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  #search {
    padding: 60px;
  }
  #search a[href="#search"] {
    top: 60px;
    right: 60px;
  }
}
@media only screen and (max-width: 1000px) {
  #search {
    padding: 30px;
  }
  #search a[href="#search"] {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (max-width: 700px) {
  #search form input[type=text] {
    font-size: 1.5rem;
    height: 60px;
  }
}
/********************************************************************************************* 

x. Slick

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  .slick.images {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 1500px) {
  .slick.image .content {
    padding: 80px;
  }
  .slick.images .inside {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .slick.image .background, .big-img.image .background {
    right: 40vw;
  }
  .slick.image .content, .big-img.image .content {
    margin: 0 0 0 60vw;
  }
}
@media only screen and (max-width: 1100px) {
  .slick.image .background, .big-img.image .background {
    right: 50vw;
  }
  .slick.image .content, .big-img.image .content {
    margin: 0 0 0 50vw;
  }
  footer .footer-logo {
    border: none !important;
  }
  /*
  	#main-categories a[href="#main-categories"] {
  		right: 40px;	
  	}
  */
}
@media only screen and (max-width: 1000px) {
  .slick.image .background, .big-img.image .background {
    position: relative;
    right: 0;
  }
  .slick.image .background .image, .big-img.image .background .image {
    display: block;
  }
  .slick.image .content, .big-img.image .content {
    margin: 0;
    padding: 30px;
  }
  .slick.images .inside, .big-img.image .inside {
    padding: 0 15px;
  }
  .slick.image .background, .big-img.image .background {
    width: 100%;
  }
  .slick.image .slide, .big-img.image .slide {
    min-height: 0;
    display: block !important;
  }
  section.locations, section.full-section {
    flex-wrap: wrap;
  }
}
/********************************************************************************************* 

x. Text

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.text .columns .column {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  section.text .columns {
    flex-direction: column;
  }
  section.text .columns .column {
    width: 100%;
  }
  section.text .columns .column:first-child {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Text + Image

*********************************************************************************************/
@media only screen and (max-width: 1000px) {
  section.text-image.text-position-left .columns,
  section.text-image.text-position-right .columns {
    flex-direction: column;
  }
  section.text-image.text-position-left .columns .column,
  section.text-image.text-position-right .columns .column {
    width: 100%;
  }
  section.text-image.text-position-left .columns .column:first-child,
  section.text-image.text-position-right .columns .column:first-child {
    margin: 0 0 30px 0;
  }
}
/********************************************************************************************* 

x. Smaller than 1024px

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  input,
  textarea {
    border-radius: 0;
    -webkit-appearance: none;
  }
}
/********************************************************************************************* 

x. Smaller than 768px

*********************************************************************************************/
@media only screen and (max-width: 768px) {
  .tribe-events .tribe-events-calendar-month__day {
    padding-left: 0 !important;
  }
  .tribe-events .tribe-events-calendar-month__day-cell--mobile {
    padding-top: 12px;
  }
  .tribe-events .tribe-events-header {
    height: 200px;
    overflow: visible;
  }
  .content p {
    font-size: 1.2em;
  }
  .content p.star.chamber-member {
    font-size: 0.9em;
  }
  ul#nav li a {
    font-size: 1.4em;
    line-height: 1.8em;
  }
  section.categories.menu-nav .categories {
    display: block;
  }
  .categories.menu-nav .categories .navigation li a span {
    top: 0;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/********************************************************************************************* 

x. Owl

*********************************************************************************************/
.owl-item {
  width: 33.33%;
}
.owl-item .item {
  float: left;
  width: 100%;
}
.owl-item .item .inside {
  padding: 50px;
  width: 100%;
  display: block;
}

.owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 30px;
  height: 30px;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  width: 30px;
  height: 30px;
  border-top: 5px solid #f6b334;
  border-left: 5px solid #f6b334;
  color: #fff;
  color: rgba(0, 0, 0, 0);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}
.owl-nav .owl-prev {
  float: left;
}
.owl-nav .owl-next {
  float: right;
  color: #f6b334;
}
.owl-nav .owl-next span {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tribe-events-calendar-month__calendar-event-datetime-featured-icon svg path {
  fill: #f6b334;
}

.event-sponsors .full-information .inside a.closeit {
  top: 0;
}

/********************************************************************************************* 

x. New cal styles

*********************************************************************************************/
#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar {
  border: none;
}

.tribe-events-calendar th {
  background: none;
  font-family: yorkten-slab-normal, sans-serif;
  font-weight: 300;
  color: #6099af;
  font-size: 1.5em;
}

#tribe-events-content .tribe-events-calendar td {
  position: relative;
  padding: 10px 0;
}
#tribe-events-content .tribe-events-calendar td:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid #819e93;
  pointer-events: none;
}

.tribe-common .tribe-common-c-btn-border {
  background: #f2f2f2;
}
.tribe-common .tribe-common-c-btn-border .tribe-common button {
  color: #76777b !important;
}

.tribe-events-c-subscribe-dropdown__export-icon {
  display: none;
}

#tribe-bar-form {
  display: none;
}

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: transparent;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-] > a {
  font-size: 1.5em;
}

/*# sourceMappingURL=style.css.map */
