@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

ul, ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/**
 * Typecsset
 *
 * Typecsset is a small, unopinionated library for creating beautifully set type
 * on the web. Typecsset gives perfect vertical rhythm at any configurable font
 * size, as well as many other typographical niceties.
 */
/*------------------------------------*\
    #SHARED
\*------------------------------------*/
/**
 * A lot of elements in Typecsset need to share some declarations (mainly for
 * vertical rhythm), so we `@extend` some silent classes.
 */
h1, h2, h3, h4, h5, h6, ul, ol, dd, p, address, pre, blockquote, table {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, ul, ol, dd, p, address, pre, blockquote, table {
  margin-bottom: 24px;
  margin-bottom: 1.3333333333rem; }

/*------------------------------------*\
    #BASE
\*------------------------------------*/
/**
 * 1. Set the base element’s `font-size` to the value of your choosing. Set in
 *    ems, assuming a browser default of 16px.
 * 2. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your project’s
 *    base font size.
 */
body {
  margin: 0; }

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
h1 {
  font-size: 48px;
  font-size: 2.6666666667rem;
  line-height: 1; }

h2 {
  font-size: 36px;
  font-size: 2rem;
  line-height: 1.3333333333; }

h3 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  line-height: 1.6; }

h4 {
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 1; }

h5 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 1.2; }

h6 {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.3333333333; }

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
li > ul,
li > ol {
  margin-bottom: 0; }

/*------------------------------------*\
    #PARAGRAPHS
\*------------------------------------*/
/**
 * Not strictly a paragraph, but probably doesn’t need its own section.
 */
/*------------------------------------*\
    #CODE
\*------------------------------------*/
/**
 * 1. Fix an odd quirk whereby, without this, code blocks are rendered at a
 *    font-size smaller than 1em.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* [1] */ }

/*------------------------------------*\
    #QUOTES
\*------------------------------------*/
/**
 * 1. Hang the opening quote of the blockquote.
 */
blockquote {
  text-indent: -0.41em;
  /* [1] */ }

/**
 * Set up quote marks on quoting elements. This is very English-based, so we are
 * using “, ”, ‘, and ’ quotes.
 */
blockquote {
  quotes: "“" "”";
  margin-left: 48px;
  margin-left: 2.6666666667rem; }
  blockquote p:before {
    content: "“";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "”";
    content: close-quote; }

q {
  quotes: "‘" "’" "“" "”";
  /**
     * If an element opens with an inline quote, let’s hang that.
     */ }
  q:before {
    content: "‘";
    content: open-quote; }
  q:after {
    content: "’";
    content: close-quote; }
  q q:before {
    content: "“";
    content: open-quote; }
  q q:after {
    content: "”";
    content: close-quote; }
  q:first-child {
    display: inline-block;
    text-indent: -0.22em; }

/*------------------------------------*\
    #TABLES
\*------------------------------------*/
/**
 * Crude table styles; tables are very difficult to keep on the baseline.
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  padding: 12px; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
* {
  box-sizing: border-box; }

/*********************
CLEARFIXIN'
*********************/
.clearfix, .group {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .group:before, .group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .group:after {
    clear: both; }

/*********************
TOOLS
*********************/
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

html, body {
  font-size: 18px;
  line-height: 24px; }

.site__container {
  overflow: hidden; }

.site__content {
  position: relative;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  background: #fff; }

.site__content__map {
  position: relative;
  height: 0;
  padding-bottom: 40.8823529412%;
  background: url(../img/riverside-map3.jpg) center top no-repeat;
  background-size: 100% auto;
  border: solid 4px #b4c6d2;
  border-bottom-width: 0; }
  @media (min-width: 769px) {
    .site__content__map {
      overflow: hidden; } }
  .site__content__map:before {
    content: '';
    position: absolute;
    left: -4px;
    bottom: calc(-20% + 4px);
    width: calc(100% + 8px);
    height: 20%;
    border-top: solid 4px #b4c6d2;
    background-color: #fff;
    transform-origin: 0% 0%;
    transform: rotate(-3deg); }

.site__inner {
  position: relative;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px; }
  @media (min-width: 481px) {
    .site__inner {
      padding-left: 40px;
      padding-right: 40px; } }

/*********************
TYPOGRAPHY
*********************/
@media (min-width: 769px) {
  .article__group__main {
    float: left;
    width: 62.5%; } }

.article__group__sidebar {
  margin-bottom: 40px;
  padding: 20px; }
  .single-businesses .article__group__sidebar {
    background: none; }
  @media (min-width: 769px) {
    .article__group__sidebar {
      float: left;
      margin-top: 40px;
      margin-left: 5%;
      width: 32.5%; } }
  .article__group__sidebar .widget {
    margin-bottom: 40px; }
    .article__group__sidebar .widget:last-child {
      margin-bottom: 0; }

.article {
  position: relative;
  padding: 40px 0; }
  .home .article {
    padding: 0; }
  .article + .article {
    border-top: solid 2px #ececec; }

.article__body h1, .article__body h2, .article__body h3, .article__body h4 {
  margin: 1em 0 10px;
  line-height: 1.25; }
  .article__body h1:first-child, .article__body h2:first-child, .article__body h3:first-child, .article__body h4:first-child {
    margin-top: 0; }

.article__body p {
  margin-top: 1em; }
  .article__body p:first-child {
    margin-top: 0; }

.article__body h1 {
  font-size: 22.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0D8CAB; }
  @media (min-width: 769px) {
    .article__body h1 {
      font-size: 40.5px; } }
  @media (min-width: 1025px) {
    .article__body h1 {
      font-size: 60.75px; } }

.article__body h2 {
  font-weight: normal;
  font-family: "League Gothic", sans-serif;
  font-size: 22.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ed1c80; }
  @media (min-width: 769px) {
    .article__body h2 {
      font-size: 40.5px; } }

.article__body h1 + h2 {
  margin-top: 0; }

.article__body h3 {
  font-weight: normal;
  font-family: "League Gothic", sans-serif;
  font-size: 36.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #01323d; }
  @media (min-width: 769px) {
    .article__body h3 {
      font-size: 40.5px; } }

.article__body img {
  max-width: 100%;
  height: auto;
  margin: 20px 0; }
  .article__body img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .article__body img + * {
    margin-top: 20px; }

.article__body p, .article__body li {
  color: #4f4f4f;
  font-family: "PT Serif", serif;
  margin-bottom: 20px; }
  .article__body p:last-child, .article__body li:last-child {
    margin-bottom: 0; }

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

.article__body iframe {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.article__body a {
  color: #0D8CAB; }
  .article__body a:hover, .article__body a:focus {
    color: #09657c; }

.article__heading {
  margin-bottom: 10px;
  font-family: "League Gothic", sans-serif;
  font-weight: normal;
  font-size: 22.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.25; }
  .article__heading:last-child {
    margin-bottom: 0; }
  @media (min-width: 769px) {
    .article__heading {
      font-size: 44px; } }
  .article__heading a {
    text-decoration: none;
    color: #0D8CAB; }
    .article__heading a:hover, .article__heading a:focus {
      color: #09657c; }

.article__heading--business {
  font-size: 40.5px; }
  @media (min-width: 769px) {
    .article__heading--business {
      font-size: 48.6px; } }

.article__meta {
  margin-bottom: 40px;
  font-size: 16px;
  color: #aaa; }
  .article__meta .post-categories {
    display: inline; }
    .article__meta .post-categories li {
      display: inline; }
      .article__meta .post-categories li:before {
        padding: 0 5px;
        content: '•'; }
      .article__meta .post-categories li:first-child:before {
        content: '';
        padding: 0; }
    .article__meta .post-categories a {
      text-decoration: none;
      color: #aaa; }
      .article__meta .post-categories a:hover, .article__meta .post-categories a:focus {
        color: #ed1c80; }

.article__meta__sep {
  display: inline;
  vertical-align: top;
  padding: 0 5px; }
  .article__meta__sep:before {
    content: '•'; }

.wp-caption {
  margin-bottom: 40px;
  max-width: 100% !important; }
  .wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .wp-caption.aligncenter img {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0; }

.article__body p.wp-caption-text {
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }

.tribe-bar-collapse-toggle-full-width,
.tribe-bar-filters,
.tribe-bar-disabled,
#tribe-events-bar,
.tribe-events-notices {
  display: none !important; }

.tribe-events-sub-nav {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  zoom: 1;
  padding-left: 0 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
  .tribe-events-sub-nav:before, .tribe-events-sub-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .tribe-events-sub-nav:after {
    clear: both; }
  .single .tribe-events-sub-nav {
    display: none; }
  .article__body .tribe-events-sub-nav li {
    font-family: "Montserrat", sans-serif; }

.tribe-events-nav-previous {
  float: left; }
  .tribe-events-nav-previous span {
    display: none; }

.tribe-events-nav-next {
  float: right; }
  .tribe-events-nav-next span {
    display: none; }

#tribe-events .ajax-loading {
  display: none !important; }

#tribe-events-content .tribe-events-calendar {
  text-align: left; }
  @media (max-width: 680px) {
    #tribe-events-content .tribe-events-calendar thead tr {
      display: none; } }
  #tribe-events-content .tribe-events-calendar td {
    position: relative;
    padding: 5px;
    border-color: #fff;
    background: #ececec; }
    @media (max-width: 680px) {
      #tribe-events-content .tribe-events-calendar td {
        display: none;
        width: 100%;
        height: auto;
        border: none;
        border-bottom: solid 10px #fff;
        background: #ececec; }
        #tribe-events-content .tribe-events-calendar td:last-child {
          margin-bottom: 0; } }
    #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-] {
      font-family: "League Gothic", sans-serif;
      font-weight: normal;
      font-size: 16px;
      padding: 5px; }
      @media (max-width: 680px) {
        #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-] {
          text-align: right;
          color: #01323d; } }
  #tribe-events-content .tribe-events-calendar .tribe-events-present {
    background: #ed1c80;
    color: #fff; }
    #tribe-events-content .tribe-events-calendar .tribe-events-present div[id*=tribe-events-daynum-] {
      background: none;
      color: #fff; }
    #tribe-events-content .tribe-events-calendar .tribe-events-present .tribe-events-month-event-title a {
      color: #fff; }
  #tribe-events-content .tribe-events-calendar .tribe-events-past {
    opacity: 0.5; }
    #tribe-events-content .tribe-events-calendar .tribe-events-past:hover {
      opacity: 1; }
  #tribe-events-content .tribe-events-calendar .tribe-events-future {
    background: #b4c6d2; }
    #tribe-events-content .tribe-events-calendar .tribe-events-future div[id*=tribe-events-daynum-] {
      background: none; }
  @media (max-width: 680px) {
    #tribe-events-content .tribe-events-calendar .tribe-events-thismonth.tribe-events-has-events {
      display: block; } }
  #tribe-events-content .tribe-events-calendar .tribe-events-othermonth {
    opacity: 0.15;
    visibility: hidden; }
    #tribe-events-content .tribe-events-calendar .tribe-events-othermonth:hover {
      opacity: 1; }
    @media (max-width: 680px) {
      #tribe-events-content .tribe-events-calendar .tribe-events-othermonth {
        display: none; } }
  #tribe-events-content .tribe-events-calendar .tribe-events-month-event-title {
    margin-bottom: 0;
    font-family: "PT Serif", serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none; }
    #tribe-events-content .tribe-events-calendar .tribe-events-month-event-title a {
      font-size: 1em;
      text-decoration: none;
      color: #01323d; }
      #tribe-events-content .tribe-events-calendar .tribe-events-month-event-title a:hover, #tribe-events-content .tribe-events-calendar .tribe-events-month-event-title a:focus {
        text-decoration: underline; }

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  margin-left: 0;
  margin-right: 0;
  border-bottom-color: rgba(255, 255, 255, 0.5); }

#tribe-events-content table.tribe-events-calendar {
  margin-bottom: 40px;
  border-color: #aaa;
  border-width: 0; }

#tribe-events-content {
  margin-bottom: 0;
  text-align: center; }
  @media (max-width: 680px) {
    #tribe-events-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 440px; } }

.tribe-events-ical {
  margin-top: 20px;
  display: inline-block; }

.single .tribe-events-back {
  display: none; }

.single .tribe-events-single-event-title {
  margin-top: 0; }

.single .recurringinfo,
.single .tribe-events-divider,
.single .tribe-events-cost,
.single-tribe_events #tribe-events-header,
.tribe-events-map #tribe-events-header {
  display: none; }

.single-tribe_events .tribe-events-event-image {
  margin-bottom: 0; }

.single-tribe_events .tribe-events-single-event-description {
  margin-bottom: 0; }

.single .tribe-events-cal-links {
  display: block;
  clear: both; }
  .single .tribe-events-cal-links a {
    display: inline-block;
    margin-left: 40px; }
    .single .tribe-events-cal-links a:first-child {
      margin-left: 0; }

@media (min-width: 681px) {
  .single-tribe_events .tribe-events-event-meta {
    float: left;
    margin: 40px 0;
    width: calc(47.5% - 20px);
    margin-left: 40px; }
    .single-tribe_events .tribe-events-event-meta.primary {
      margin-left: 0; }
    .single-tribe_events .tribe-events-event-meta.secondary {
      margin-bottom: 0; } }

.single-tribe_events .tribe-events-venue-map {
  margin-top: 40px;
  width: 100%; }
  .single-tribe_events .tribe-events-venue-map img {
    margin: 0;
    border: none;
    box-shadow: none; }

.tribe-events-address {
  font-style: normal; }
  .tribe-events-address .tribe-events-gmap {
    display: block; }

.tribe-events-single-section,
.tribe-events-cal-links {
  font-family: "PT Serif", serif; }

.tribe-events-single-section a {
  word-break: break-word; }

.callout__group {
  margin: 40px 0 20px; }
  @media (min-width: 769px) {
    .home .callout__group {
      margin-top: -140px; } }
  @media (min-width: 1025px) {
    .home .callout__group {
      margin-top: -280px; } }
  @media (min-width: 1281px) {
    .home .callout__group {
      margin-top: -320px; } }

.callout {
  z-index: 5;
  position: relative;
  margin: 20px auto;
  width: 300px;
  max-width: 100%; }
  .callout:before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 110%;
    left: -5%;
    height: 100%;
    border: solid 2px #ed1c80;
    box-shadow: 0 0 0 10px #b4c6d2;
    background: #b4c6d2;
    transform-style: preserve-3d;
    transform-origin: center center 0px; }
  .callout .callout__content {
    z-index: 10;
    position: relative;
    padding: 20px 20px 40px;
    font-family: "PT Serif", serif;
    line-height: 1.3; }
    .callout .callout__content > *:last-child {
      margin-bottom: 0; }
    .callout .callout__content h1 {
      margin-top: 0;
      margin-bottom: 10px;
      font-family: "League Gothic", sans-serif;
      font-weight: normal;
      font-size: 36.5px;
      text-align: center;
      text-transform: uppercase;
      color: #ed1c80; }
    .callout .callout__content h2 {
      line-height: 1.3; }
    .callout .callout__content p, .callout .callout__content li {
      font-size: 16px; }
  .callout p {
    margin: 0 0 1em;
    line-height: 1.25em;
    color: #01323d; }
    .callout p:last-child {
      margin-bottom: 0; }
  .callout li {
    line-height: 1.25em;
    color: #01323d; }

.callout--right:before {
  transform: matrix3d(1, -0.03, 0, -0.0001, 0.03, 1, 0, -0.0001, 0, 0, 1, 0, 0, 0, 0, 1); }

.callout--right .callout__content {
  margin-bottom: -20px; }
  .callout--right .callout__content h1 {
    margin-top: 20px; }

.callout--left:before {
  transform: matrix3d(1, 0.03, 0, 0.0001, -0.03, 1, 0, 0.0001, 0, 0, 1, 0, 0, 0, 0, 1); }

.callout--company_profile {
  max-width: 100%; }

.home .callout--whats_happening {
  margin-top: -100px; }
  @media (min-width: 681px) {
    .home .callout--whats_happening {
      margin-top: -240px;
      top: 60px;
      right: 60px; } }
  @media (min-width: 769px) {
    .home .callout--whats_happening {
      top: 0;
      right: -2.5%;
      float: right;
      margin-top: 20px;
      width: 42.5%;
      max-width: 344px; } }
  @media (min-width: 1281px) {
    .home .callout--whats_happening {
      right: -15%; } }

.sidebar .callout--whats_happening {
  margin-bottom: 60px; }

.callout--featured_business {
  z-index: 50; }
  .home .callout--featured_business {
    margin-top: 120px; }
    @media (min-width: 681px) {
      .home .callout--featured_business {
        margin-top: 200px; } }
    @media (min-width: 769px) {
      .home .callout--featured_business {
        margin-top: 80px;
        left: -5%;
        float: left;
        width: 42.5%;
        max-width: 344px; } }
    @media (min-width: 1281px) {
      .home .callout--featured_business {
        left: -15%; } }
  .sidebar .callout--featured_business {
    margin-bottom: 60px; }

.callout__image {
  display: block;
  margin: 0 0 20px;
  max-width: 100%;
  height: auto;
  border: solid 2px #000; }

.callout__heading {
  margin: 0 0 20px;
  font-family: "PT Serif", serif;
  font-size: 22.5px;
  font-weight: normal;
  color: #01323d; }
  .callout__heading a {
    text-decoration: none;
    color: #01323d; }
    .callout__heading a:hover {
      text-decoration: underline; }

.callout_subheading {
  margin-bottom: 5px;
  font-size: 16px; }

.callout__hours__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  font-size: 14px; }
  .callout__hours__item strong {
    font-weight: normal; }
  .callout__hours__item span {
    margin-left: auto;
    padding-left: 20px;
    margin-right: 0;
    white-space: nowrap; }

.callout__address {
  font-size: 14px; }

.callout__contact__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 14px; }
  .callout__contact__item:last-child {
    margin-bottom: 0; }
  .callout__contact__item .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    text-align: center; }
  .callout__contact__item a {
    color: #01323d; }
    .callout__contact__item a:hover, .callout__contact__item a:focus {
      color: #000; }

.callout__social {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: block;
  margin-bottom: 0; }

.callout__social__item {
  display: inline-block;
  vertical-align: top;
  font-size: 28.125px;
  margin: 0 5px; }
  .callout__social__item a {
    text-decoration: none;
    color: #01323d; }
    .callout__social__item a:hover, .callout__social__item a:focus {
      color: #000; }

.letter-search {
  z-index: 40;
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  background: #ed1c80; }
  @media (min-width: 681px) {
    .letter-search {
      top: 0;
      font-size: 18px; } }
  .letter-search a {
    display: inline-block;
    padding: 0 4px 0;
    text-decoration: none;
    color: #fff; }
    @media (min-width: 1025px) {
      .letter-search a {
        padding: 0 5px; } }
    .letter-search a.current-letter {
      background: #e1cc7b;
      color: #01323d; }
    .letter-search a:hover {
      text-decoration: underline; }
  .letter-search .no-link {
    padding: 0 4px 0;
    color: #f47bb5; }

.form-category {
  line-height: 16px; }
  .form-category #cat {
    -webkit-appearance: none;
    display: block;
    margin: 10px 0;
    padding: 5px 10px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-align: center;
    outline: 0;
    border: solid 1px #fff;
    border-radius: 0;
    background: #ed1c80;
    color: #fff; }
    @media (min-width: 681px) {
      .form-category #cat {
        float: left;
        width: 48.75%;
        margin-bottom: 0; } }
  .form-category input {
    font-family: "Montserrat", sans-serif;
    font-size: 12px; }

.directory__search {
  position: relative;
  margin: 10px 0 0; }
  @media (min-width: 681px) {
    .directory__search {
      float: left;
      width: 48.75%;
      margin-left: 2.5%;
      margin-bottom: 0; } }

#searchterm {
  display: block;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  font-size: 16px;
  border: solid 1px #fff;
  background: #ed1c80;
  color: #fff;
  outline: 0; }
  #searchterm:focus {
    background: #f14b9a; }
  #searchterm::placeholder {
    color: #fff; }

#searchsubmit {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  height: 100%;
  font-size: 16px;
  outine: 0;
  border: none;
  background: #fff;
  color: #ed1c80; }

.directory-list-fields,
.entry-content ul.directory-list-fields {
  margin: 0;
  padding: 0;
  list-style: none; }
  .directory-list-fields .directory-list-field,
  .entry-content ul.directory-list-fields .directory-list-field {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px; }
  .directory-list-fields .directory-list-address,
  .entry-content ul.directory-list-fields .directory-list-address {
    margin-bottom: 0; }
  .directory-list-fields .directory-list-phone,
  .entry-content ul.directory-list-fields .directory-list-phone {
    margin-top: 0; }

.directory__category,
.entry-content ul.directory__category {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0; }

.directory__category__item,
.entry-content ul li.directory__category__item {
  position: relative;
  float: left;
  margin-left: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: bold;
  list-style: none !important;
  text-transform: uppercase; }
  .directory__category__item:before,
  .entry-content ul li.directory__category__item:before {
    content: '•';
    padding-right: 10px;
    color: #aaa; }
  .directory__category__item:first-child,
  .entry-content ul li.directory__category__item:first-child {
    margin-left: 0; }
    .directory__category__item:first-child:before,
    .entry-content ul li.directory__category__item:first-child:before {
      display: none;
      content: ''; }

.directory__meta {
  margin: 0 !important; }

.widget_mailchimpsf_widget .mc_var_label {
  display: none; }

.widget_mailchimpsf_widget #mc_message {
  margin: 10px 0;
  font-size: 14px;
  color: #fff; }

.widget_mailchimpsf_widget .mc_error_msg {
  display: block;
  padding: 10px;
  background: #0D8CAB;
  color: #fff; }

.widget_mailchimpsf_widget .mc_success_msg {
  display: block;
  padding: 10px;
  font-weight: normal;
  background: #ed1c80;
  color: #fff; }

.widget_mailchimpsf_widget .mc_input {
  display: block;
  margin: 20px 0;
  padding: 10px 10px;
  width: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  border: solid 1px #e1cc7b;
  background: #fff;
  color: #01323d; }
  .widget_mailchimpsf_widget .mc_input:focus {
    outline: none;
    border-color: #75631b; }

.widget_mailchimpsf_widget .mc_signup_submit {
  text-align: left; }

.widget_mailchimpsf_widget #mc_signup_submit {
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #0D8CAB;
  color: #fff; }
  .widget_mailchimpsf_widget #mc_signup_submit:hover {
    border-color: #fff;
    background: #09657c;
    color: #fff; }
  .widget_mailchimpsf_widget #mc_signup_submit:focus {
    outline: 0; }

.map__container {
  position: relative;
  width: 100%;
  height: 320px;
  background-color: #ececec; }
  @media (min-width: 681px) {
    .map__container {
      height: 0;
      padding-bottom: 56.25%; } }
  .map__container .acf-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .map__container .gm-style .gm-style-iw {
    min-width: 190px;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    color: #252525; }
    .map__container .gm-style .gm-style-iw p {
      margin-bottom: 0;
      min-width: 140px;
      max-width: 200px; }
  .article__body .map__container img {
    margin-top: 0;
    margin-bottom: 0; }

.map__marker {
  display: none; }

.map__container__embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.embed__container {
  position: relative;
  margin-bottom: 40px;
  height: 0;
  padding-bottom: 56.25%; }
  .embed__container:last-child {
    margin-bottom: 0; }
  .embed__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.magazine__embed {
  position: relative;
  margin-bottom: 40px;
  height: 0;
  padding-bottom: 50%; }
  .magazine__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.nav__container {
  position: relative; }
  @media (max-width: 680px) {
    .nav__container {
      top: 5%; } }

.nav__toggle {
  z-index: 50;
  position: absolute;
  top: -25px;
  left: 0;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border: solid 2px #01323d;
  box-shadow: 5px 5px 0 0 #01323d;
  cursor: pointer;
  background: #0D8CAB;
  color: #fff;
  transform-origin: 0% 0%;
  transform: rotate(-3deg); }
  .nav__toggle:hover, .nav__toggle:focus {
    background: #09657c; }
  .nav__toggle:active {
    background: #0D8CAB; }
  @media (min-width: 681px) {
    .nav__toggle {
      display: none; } }
  .nav__toggle .fa {
    margin-right: 3px; }

.nav__toggle--active {
  top: -20px;
  left: 5px;
  box-shadow: none; }

.nav__primary {
  font-size: 0;
  text-align: center;
  transition: opacity 0.2s; }
  @media (max-width: 680px) {
    .nav__primary {
      position: absolute;
      top: -5px;
      left: 0;
      width: 100%;
      left: 0;
      visibility: hidden;
      opacity: 0;
      padding-top: 20px;
      background: #b4c6d2;
      box-shadow: 0 0 0 2px #01323d, 5px 5px 0 0 rgba(1, 50, 61, 0.5); } }
  @media (min-width: 681px) {
    .nav__primary {
      display: flex; } }

@media (max-width: 680px) {
  .nav__primary--active {
    visibility: visible;
    opacity: 1; } }

.nav__primary__menu {
  margin: 0;
  font-size: 0;
  text-align: center; }
  @media (max-width: 480px) {
    .nav__primary__menu {
      overflow: auto;
      max-height: calc(100vh - 220px); } }
  @media (min-width: 481px) and (max-width: 680px) {
    .nav__primary__menu {
      overflow: auto;
      max-height: calc(100vh - 280px); } }
  @media (min-width: 681px) {
    .nav__primary__menu {
      display: flex;
      justify-content: space-between;
      width: calc(100% - 120px);
      height: 44px;
      background: #b4c6d2; } }
  @media (min-width: 769px) {
    .nav__primary__menu {
      height: 60px;
      width: calc(100% - 150px); } }

.nav__primary__menu__item.main-menu-item {
  position: relative;
  font-family: "League Gothic", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  min-height: 44px;
  text-align: left; }
  @media (min-width: 681px) {
    .nav__primary__menu__item.main-menu-item {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      height: 100%; } }
  @media (min-width: 1025px) {
    .nav__primary__menu__item.main-menu-item {
      font-size: 22.5px; } }
  .nav__primary__menu__item.main-menu-item:hover .sub-menu, .nav__primary__menu__item.main-menu-item:focus-within .sub-menu {
    display: block; }
  @media (min-width: 681px) {
    .nav__primary__menu__item.main-menu-item:hover, .nav__primary__menu__item.main-menu-item:focus-within {
      background: #0D8CAB; }
      .nav__primary__menu__item.main-menu-item:hover > a, .nav__primary__menu__item.main-menu-item:focus-within > a {
        color: #fff; }
        .nav__primary__menu__item.main-menu-item:hover > a:before, .nav__primary__menu__item.main-menu-item:focus-within > a:before {
          background-color: #0D8CAB; } }
  .nav__primary__menu__item.main-menu-item > a {
    display: flex;
    align-items: center;
    z-index: 5;
    position: relative;
    padding: 0 10px;
    height: 100%;
    min-height: inherit;
    text-decoration: none;
    border-bottom: none;
    background: none;
    color: #01323d; }
    .nav__primary__menu__item.main-menu-item > a > span {
      display: block;
      width: 100%; }
    .nav__primary__menu__item.main-menu-item > a:before {
      z-index: 1;
      content: '';
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      height: 10px; }
    @media (min-width: 681px) {
      .nav__primary__menu__item.main-menu-item > a {
        padding: 0 10px; } }
    @media (min-width: 769px) {
      .nav__primary__menu__item.main-menu-item > a {
        padding: 0 15px; } }
    .nav__primary__menu__item.main-menu-item > a:hover, .nav__primary__menu__item.main-menu-item > a:focus {
      background: #01323d;
      color: #fff; }
      @media (min-width: 681px) {
        .nav__primary__menu__item.main-menu-item > a:hover, .nav__primary__menu__item.main-menu-item > a:focus {
          background-color: #0D8CAB; }
          .nav__primary__menu__item.main-menu-item > a:hover:before, .nav__primary__menu__item.main-menu-item > a:focus:before {
            background: #0D8CAB; } }
  .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent,
  .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.link--events,
  .psingle-tribe_events .nav__primary__menu__item.main-menu-item.link--events,
  .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent {
    background: #ed1c80; }
    .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent > a,
    .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.link--events > a,
    .psingle-tribe_events .nav__primary__menu__item.main-menu-item.link--events > a,
    .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent > a {
      color: #fff; }
      .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent > a:hover:before, .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent > a:focus:before,
      .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.link--events > a:hover:before,
      .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.link--events > a:focus:before,
      .psingle-tribe_events .nav__primary__menu__item.main-menu-item.link--events > a:hover:before,
      .psingle-tribe_events .nav__primary__menu__item.main-menu-item.link--events > a:focus:before,
      .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent > a:hover:before,
      .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent > a:focus:before {
        display: block; }
  .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.link--blog > a:before,
  .single-tribe_events .nav__primary__menu__item.main-menu-item.link--blog > a:before {
    display: none; }
  .nav__primary__menu__item.main-menu-item.current_page_parent, .nav__primary__menu__item.main-menu-item.current_page_item, .nav__primary__menu__item.main-menu-item.current-menu-ancestor {
    background: #ed1c80; }
    @media (min-width: 681px) {
      .nav__primary__menu__item.main-menu-item.current_page_parent, .nav__primary__menu__item.main-menu-item.current_page_item, .nav__primary__menu__item.main-menu-item.current-menu-ancestor {
        background: #0D8CAB; } }
    .nav__primary__menu__item.main-menu-item.current_page_parent > a, .nav__primary__menu__item.main-menu-item.current_page_item > a, .nav__primary__menu__item.main-menu-item.current-menu-ancestor > a {
      background: #ed1c80;
      color: #fff; }
      @media (min-width: 681px) {
        .nav__primary__menu__item.main-menu-item.current_page_parent > a:hover, .nav__primary__menu__item.main-menu-item.current_page_parent > a:focus, .nav__primary__menu__item.main-menu-item.current_page_item > a:hover, .nav__primary__menu__item.main-menu-item.current_page_item > a:focus, .nav__primary__menu__item.main-menu-item.current-menu-ancestor > a:hover, .nav__primary__menu__item.main-menu-item.current-menu-ancestor > a:focus {
          background: #0D8CAB; }
          .nav__primary__menu__item.main-menu-item.current_page_parent > a:hover:before, .nav__primary__menu__item.main-menu-item.current_page_parent > a:focus:before, .nav__primary__menu__item.main-menu-item.current_page_item > a:hover:before, .nav__primary__menu__item.main-menu-item.current_page_item > a:focus:before, .nav__primary__menu__item.main-menu-item.current-menu-ancestor > a:hover:before, .nav__primary__menu__item.main-menu-item.current-menu-ancestor > a:focus:before {
            background: #0D8CAB; }
        .nav__primary__menu__item.main-menu-item.current_page_parent > a:before, .nav__primary__menu__item.main-menu-item.current_page_item > a:before, .nav__primary__menu__item.main-menu-item.current-menu-ancestor > a:before {
          background: #ed1c80; } }
  .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog,
  .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog {
    background: none; }
    .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a,
    .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a {
      background: none;
      color: #01323d; }
      .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:hover, .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:focus,
      .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:hover,
      .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:focus {
        background: #01323d;
        color: #fff; }
        @media (min-width: 681px) {
          .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:hover, .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:focus,
          .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:hover,
          .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:focus {
            background: #0D8CAB; } }
        .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:hover:before, .single-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:focus:before,
        .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:hover:before,
        .post-type-archive-tribe_events .nav__primary__menu__item.main-menu-item.current_page_parent.link--blog > a:focus:before {
          background: #0D8CAB; }
  @media (min-width: 681px) {
    .nav__primary__menu__item.main-menu-item .sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 180px;
      background-color: #d4dee5; } }
  @media (min-width: 769px) {
    .nav__primary__menu__item.main-menu-item .sub-menu {
      width: 220px; } }

.nav__primary__menu__item.sub-menu-item {
  font-family: "PT Serif", serif;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none; }
  .nav__primary__menu__item.sub-menu-item > a {
    display: flex;
    align-items: center;
    z-index: 5;
    position: relative;
    padding: 10px;
    padding-left: 20px;
    height: 100%;
    text-decoration: none;
    border-bottom: none;
    background: none;
    color: #01323d; }
    .nav__primary__menu__item.sub-menu-item > a:hover, .nav__primary__menu__item.sub-menu-item > a:focus {
      background: #01323d;
      color: #fff; }
    @media (min-width: 681px) {
      .nav__primary__menu__item.sub-menu-item > a {
        padding-left: 20px;
        padding-right: 20px; }
        .nav__primary__menu__item.sub-menu-item > a:hover, .nav__primary__menu__item.sub-menu-item > a:focus {
          background: #0D8CAB; } }
    .nav__primary__menu__item.sub-menu-item > a > span {
      display: block;
      width: 100%; }

.nav__social {
  float: right; }
  @media (min-width: 681px) {
    .nav__social {
      width: 120px; } }
  @media (min-width: 769px) {
    .nav__social {
      width: 150px; } }

.nav__social__menu {
  margin: 0;
  display: flex;
  justify-content: center; }
  @media (min-width: 681px) {
    .nav__social__menu {
      height: 100%; } }

.nav__social__menu__item {
  width: 40px;
  margin: 0;
  font-size: 22.5px; }
  .nav__social__menu__item:first-child {
    margin-left: 0; }
  @media (min-width: 681px) {
    .nav__social__menu__item {
      margin: 0;
      font-size: 22.5px;
      height: 100%; } }
  @media (min-width: 769px) {
    .nav__social__menu__item {
      width: 50px; } }
  .nav__social__menu__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding: 0 10px;
    text-decoration: none;
    color: #01323d; }
    .nav__social__menu__item a:hover, .nav__social__menu__item a:focus {
      color: #ed1c80; }
    @media (min-width: 681px) {
      .nav__social__menu__item a {
        height: 100%;
        background: #0D8CAB;
        color: rgba(255, 255, 255, 0.7); }
        .nav__social__menu__item a:hover, .nav__social__menu__item a:focus {
          color: #fff; } }

.nav {
  position: relative;
  margin: 0 auto;
  max-width: 1020px; }

.post-type-archive-businesses .subnav-directory,
.single-businesses .subnav-directory,
.post-type-archive-tribe_events .link--events {
  background: #ed1c80; }
  .post-type-archive-businesses .subnav-directory > a,
  .single-businesses .subnav-directory > a,
  .post-type-archive-tribe_events .link--events > a {
    color: #fff; }
    @media (min-width: 681px) {
      .post-type-archive-businesses .subnav-directory > a:before,
      .single-businesses .subnav-directory > a:before,
      .post-type-archive-tribe_events .link--events > a:before {
        background: #ed1c80; } }

.post-type-archive-tribe_events .nav > li.link--blog {
  background: none; }
  .post-type-archive-tribe_events .nav > li.link--blog > a {
    color: #01323d; }
    .post-type-archive-tribe_events .nav > li.link--blog > a:hover {
      color: #fff; }

.nav-container .nav ul.sub-menu,
.nav-container .nav li ul.children {
  position: absolute;
  top: 57px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  border: none;
  background: #ed1c80; }
  .nav-container .nav ul.sub-menu li,
  .nav-container .nav li ul.children li {
    float: left;
    padding: 0;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px; }
    .nav-container .nav ul.sub-menu li:first-child,
    .nav-container .nav li ul.children li:first-child {
      margin-left: 10px; }
    .nav-container .nav ul.sub-menu li a,
    .nav-container .nav li ul.children li a {
      display: block;
      padding: 10px 15px;
      width: auto;
      border: none;
      border-right: solid 2px #01323d;
      background: none;
      color: #01323d; }
      .nav-container .nav ul.sub-menu li a:hover,
      .nav-container .nav li ul.children li a:hover {
        color: #fff; }
      .nav-container .nav ul.sub-menu li a:last-child,
      .nav-container .nav li ul.children li a:last-child {
        border-right: none; }
    .nav-container .nav ul.sub-menu li.current_page_parent a,
    .nav-container .nav ul.sub-menu li.current_page_item a,
    .nav-container .nav li ul.children li.current_page_parent a,
    .nav-container .nav li ul.children li.current_page_item a {
      color: #fff; }

.nav-container .nav li.current_page_parent ul {
  display: block;
  background: #ed1c80; }

.page-template-page-directory-php .nav-container .nav ul.sub-menu,
.page-template-page-directory-php .nav-container .nav li ul.children {
  z-index: 1;
  display: none !important;
  background: #fc0; }

.page__header {
  padding: 40px 0 10px;
  border-bottom: solid 2px #ececec; }

.page__heading {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 26.5px;
  text-transform: uppercase;
  color: #0D8CAB; }
  @media (min-width: 681px) {
    .page__heading {
      font-size: 40.5px; } }
  .page-template-page-directory .page__heading,
  .single-businesses .page__heading,
  .tax-business_category .page__heading {
    padding-top: 160px; }
    @media (min-width: 681px) {
      .page-template-page-directory .page__heading,
      .single-businesses .page__heading,
      .tax-business_category .page__heading {
        padding-top: 60px; } }
  .page__heading span {
    display: block;
    font-size: 16px;
    color: #ed1c80; }

.page-navigation,
.wp-prev-next {
  padding-top: 20px;
  border-top: solid 2px #ececec; }

.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */ }
  .bones_page_navi li {
    float: left;
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .bones_page_navi li a {
      padding: 0 4px;
      display: block;
      text-decoration: none;
      position: relative;
      color: #0D8CAB; }
      .bones_page_navi li a:hover, .bones_page_navi li a:focus {
        text-decoration: none;
        border-bottom: solid 1px #ed1c80;
        color: #ed1c80; }
  .bones_page_navi li.bpn-current {
    padding: 0;
    position: relative;
    color: #0D8CAB;
    border-bottom: solid 1px #0D8CAB; }
    .bones_page_navi li.bpn-current a {
      /* hovering on current page link */ }
  .bones_page_navi li.bpn-prev-link,
  .bones_page_navi li.bpn-next-link {
    font-weight: 700; }
    .bones_page_navi li.bpn-prev-link a,
    .bones_page_navi li.bpn-next-link a {
      padding: 0; }
  .bones_page_navi li.bpn-prev-link a:hover,
  .bones_page_navi li.bpn-next-link a:hover,
  .bones_page_navi li.bpn-first-page-link a:hover,
  .bones_page_navi li.bpn-last-page-link a:hover {
    background: none; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
.sidebar__group {
  margin-top: 20px; }

.sidebar__group__item {
  margin: 20px 0;
  padding: 20px;
  min-height: 400px;
  background: #b4c6d2; }
  @media (min-width: 681px) and (max-width: 1024px) {
    .sidebar__group__item {
      float: left;
      width: 47.5%;
      margin-left: 5%;
      overflow: hidden; }
      .sidebar__group__item:nth-child(2n+1) {
        margin-left: 0; }
      .sidebar__group__item:last-child:nth-child(odd) {
        width: 100%; } }
  @media (min-width: 1025px) {
    .sidebar__group__item {
      float: left;
      width: 31.6666666667%;
      margin-left: 2.5%;
      overflow: hidden; }
      .sidebar__group__item:first-child {
        margin-left: 0; } }

.widget {
  font-size: 16px;
  color: #4f4f4f; }
  .widget > *:last-child {
    margin-bottom: 0; }

.widgettitle {
  font-size: 22.5px;
  font-weight: normal;
  font-family: "League Gothic", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ed1c80; }

.widget {
  font-family: "PT Serif", serif; }
  .widget li {
    margin-bottom: 10px; }
    .widget li:last-child {
      margin-bottom: 0; }
  .widget a {
    color: #4f4f4f; }
    .widget a:hover, .widget a:focus {
      color: #01323d; }

.widget_mailchimpsf_widget .mc_input {
  font-family: "PT Serif", serif;
  border-color: #4f4f4f; }
  .widget_mailchimpsf_widget .mc_input::placeholder {
    color: #aaa; }

.widget_mailchimpsf_widget #mc_unsub_link {
  text-align: left; }

.widget_categories .current-cat a {
  color: #970c4f; }

.widget_categories .current-cat:after {
  content: '•';
  color: #ed1c80; }

.tribe-events-adv-list-widget .type-tribe_events {
  margin-bottom: 20px; }
  .tribe-events-adv-list-widget .type-tribe_events:last-child {
    margin-bottom: 0; }

.tribe-events-adv-list-widget .list-date {
  display: none; }

.tribe-events-adv-list-widget .tribe-events-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: none; }

.tribe-events-adv-list-widget .tribe-events-duration {
  font-size: 14px; }

ul.ess-buttons {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  line-height: 1.5em; }
  .single-tribe_events ul.ess-buttons {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
  ul.ess-buttons li {
    display: inline-block;
    margin: 0; }
  ul.ess-buttons a.ess-button {
    display: inline-block;
    padding-right: 0.25em;
    padding-bottom: 0.5em;
    text-decoration: none;
    border: none; }

.ess-button-inner,
.ess-social-count {
  display: inline-block;
  padding: 0.1em 0.6em;
  color: #ffffff;
  border-radius: 3px; }

.ess-share-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.ess-buttons--text .ess-share-text,
.ess-buttons--count .ess-share-text {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  margin-left: 5px;
font-family: "Montserrat", sans-serif;}

.ess-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: #ffffff;
  vertical-align: -0.1em; }

.ess-button:visited .ess-button-inner,
.ess-button:visited .ess-social-count {
  color: #ffffff; }

.ess-button--facebook .ess-button-inner,
.ess-button--facebook .ess-social-count {
  background: #3b5998; }

.ess-button--facebook:hover .ess-button-inner,
.ess-button--facebook:hover .ess-social-count, .ess-button--facebook:active .ess-button-inner,
.ess-button--facebook:active .ess-social-count, .ess-button--facebook:focus .ess-button-inner,
.ess-button--facebook:focus .ess-social-count {
  background: #4466ae; }

.ess-button--twitter .ess-button-inner,
.ess-button--twitter .ess-social-count {
  background: #00aced; }

.ess-button--twitter:hover .ess-button-inner,
.ess-button--twitter:hover .ess-social-count, .ess-button--twitter:active .ess-button-inner,
.ess-button--twitter:active .ess-social-count, .ess-button--twitter:focus .ess-button-inner,
.ess-button--twitter:focus .ess-social-count {
  background: #0dbdff; }

.ess-button--gplus .ess-button-inner,
.ess-button--gplus .ess-social-count {
  background: #dd4b39; }

.ess-button--gplus:hover .ess-button-inner,
.ess-button--gplus:hover .ess-social-count, .ess-button--gplus:active .ess-button-inner,
.ess-button--gplus:active .ess-social-count, .ess-button--gplus:focus .ess-button-inner,
.ess-button--gplus:focus .ess-social-count {
  background: #e16353; }

.ess-button--pinterest .ess-button-inner,
.ess-button--pinterest .ess-social-count {
  background: #cb2027; }

.ess-button--pinterest:hover .ess-button-inner,
.ess-button--pinterest:hover .ess-social-count, .ess-button--pinterest:active .ess-button-inner,
.ess-button--pinterest:active .ess-social-count, .ess-button--pinterest:focus .ess-button-inner,
.ess-button--pinterest:focus .ess-social-count {
  background: #de2c33; }

.ess-button--email .ess-button-inner,
.ess-button--email .ess-social-count {
  background: #999999; }

.ess-button--email:hover .ess-button-inner,
.ess-button--email:hover .ess-social-count, .ess-button--email:active .ess-button-inner,
.ess-button--email:active .ess-social-count, .ess-button--email:focus .ess-button-inner,
.ess-button--email:focus .ess-social-count {
  background: #a8a8a8; }

.ess-button--link .ess-button-inner,
.ess-button--link .ess-social-count {
  background: #999999; }

.ess-button--link:hover .ess-button-inner,
.ess-button--link:hover .ess-social-count, .ess-button--link:active .ess-button-inner,
.ess-button--link:active .ess-social-count, .ess-button--link:focus .ess-button-inner,
.ess-button--link:focus .ess-social-count {
  background: #a8a8a8; }

.ess-button--link:hover .ess-share-link-wrap, .ess-button--link:active .ess-share-link-wrap, .ess-button--link:focus .ess-share-link-wrap {
  opacity: 1;
  visibility: visible; }

.ess-image-wrap {
  position: relative;
  display: inline-block;
  width: auto;
  line-height: 0;
  max-width: 100%; }
  .ess-image-wrap > a {
    display: inline-block;
    max-width: 100%; }
  .ess-image-wrap:hover .ess-buttons, .ess-image-wrap:active .ess-buttons, .ess-image-wrap:focus .ess-buttons {
    opacity: 1;
    visibility: visible; }
  .ess-image-wrap .ess-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin-bottom: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }

.ess-share-link-wrap {
  position: absolute;
  bottom: 100%;
  right: 0;
  padding-right: 0.25em;
  padding-bottom: 0.5em;
  width: 150%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.ess-share-link {
  box-sizing: border-box;
  padding: 0.1em 0.6em;
  width: 100%;
  color: #222222;
  background: #ffffff;
  border: none;
  border-radius: 3px; }

.tweet-container {
  font-size: 14px;
  color: #fff; }
  .tweet-container ul, .tweet-container li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .tweet-container a {
    color: #ed1c80;
    text-decoration: none; }
    .tweet-container a:hover {
      text-decoration: underline; }
  .tweet-container .timestamp {
    margin-bottom: 0;
    color: #01323d; }
    .tweet-container .timestamp span {
      padding-right: 5px; }
    .tweet-container .timestamp a {
      color: #01323d; }

.tweets-sidebar {
  margin-top: 40px; }
  .tweets-sidebar .tweet-container {
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #ececec; }
    .tweets-sidebar .tweet-container ul, .tweets-sidebar .tweet-container li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .tweets-sidebar .tweet-container a {
      color: #e1cc7b;
      text-decoration: none; }
      .tweets-sidebar .tweet-container a:hover {
        text-decoration: underline; }
    .tweets-sidebar .tweet-container .timestamp {
      color: #01323d; }
      .tweets-sidebar .tweet-container .timestamp span {
        padding-right: 5px; }
      .tweets-sidebar .tweet-container .timestamp a {
        color: #01323d; }

.site__header {
  z-index: 100;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 20px #b4c6d2; }
  @media (min-width: 681px) {
    .site__header {
      border-top-width: 40px; } }
  .site__header > .site__inner {
    max-width: 1020px; }
    @media (min-width: 681px) {
      .site__header > .site__inner {
        padding-left: 0;
        padding-right: 0; } }
  .site__header:before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: -50%;
    width: 200%;
    height: 100vw;
    background-color: #b4c6d2;
    transform: rotate(-3deg); }
    @media (min-width: 481px) {
      .site__header:before {
        bottom: 15px; } }
    @media (min-width: 681px) {
      .site__header:before {
        bottom: 110px; } }
    @media (min-width: 769px) {
      .site__header:before {
        bottom: 130px; } }
    @media (min-width: 1025px) {
      .site__header:before {
        bottom: 160px; } }

.site__logo {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 380px; }
  @media (min-width: 481px) {
    .site__logo {
      max-width: 480px; } }
  @media (min-width: 769px) {
    .site__logo {
      max-width: 600px; } }
  @media (min-width: 1025px) {
    .site__logo {
      margin-bottom: 70px;
      max-width: 840px; } }
  .site__logo img {
    display: block;
    width: 100%;
    height: auto;
    transform: translateZ(0) rotate(-3deg); }

.site__footer {
  position: relative;
  margin: 0;
  height: 140px;
  background-color: #b4c6d2; }
  .site__footer:before {
    content: '';
    display: block;
    position: absolute;
    left: -50%;
    top: 0;
    width: 200%;
    height: 100%;
    background-color: #b4c6d2;
    transform-origin: 100% 0%;
    transform: rotate(0.75deg); }
  .site__footer .site__inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.site-by-wmt {
  display: block;
  margin: 0 auto; }

body {
  font-family: "Montserrat", sans-serif;
  background: #062c36 url(../img/bg.svg) center top no-repeat;
  background-size: 100% auto; }

.wrap {
  width: 100%; }

#content {
  position: relative;
  margin: -10px auto 0;
  padding: 60px 30px 30px;
  width: 1024px;
  background: #fff;
  color: #252525; }

.promo {
  position: absolute;
  top: 720px;
  left: 7px;
  width: 285px;
  margin: 0; }

#main h2, #main .entry-title {
  margin: 1em 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  color: #01323d; }
  #main h2 a, #main .entry-title a {
    color: #0D8CAB;
    text-decoration: none; }
    #main h2 a:hover, #main .entry-title a:hover {
      text-decoration: underline; }

#main .event-list .entry-title {
  margin-top: 0; }

#main h3 {
  margin: 1em 0;
  font-size: 18px;
  font-weight: bold;
  color: #01323d; }

#main .byline {
  margin: 0 0 1em; }

#main p.link-back {
  margin: -1em 0 0;
  color: #0D8CAB; }
  #main p.link-back a {
    text-decoration: none;
    color: #0D8CAB; }
    #main p.link-back a:hover {
      text-decoration: underline; }

.event-time-label {
  float: left;
  width: 90px; }

.entry-content {
  position: relative; }
  .entry-content ul {
    margin: 1em 0 2em;
    list-style: disc;
    padding-left: 1.4em; }
    .entry-content ul:first-child {
      margin-top: 0; }
    .entry-content ul li {
      margin: 1em 0; }
    .entry-content ul li li {
      list-style: circle; }
  .entry-content .event-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .entry-content .event-list .event-list-item {
      padding: 0 0 1em; }
    .entry-content .event-list .event-list-image {
      display: block;
      float: right;
      margin: 8px 0 0 20px;
      margin-right: 20px; }
      .entry-content .event-list .event-list-image img {
        margin: 0; }
    .entry-content .event-list .event-list-item-title {
      margin: 0; }
  .entry-content .summary-list {
    padding: 0;
    list-style: none; }
    .entry-content .summary-list .summary-list-item {
      padding: 0 0 1em;
      border-bottom: solid 1px #ccc; }
    .entry-content .summary-list .summary-list-image {
      display: block;
      float: left;
      margin: 8px 20px 0 0;
      margin-right: 20px; }
      .entry-content .summary-list .summary-list-image img {
        margin: 0;
        border: solid 5px #ed1c80; }
    .entry-content .summary-list .summary-list-item-title {
      margin: 0; }
  .entry-content .summary-list-businesses .summary-list-header {
    float: left;
    clear: both;
    margin: 20px 0 10px;
    font-size: 21.6px;
    font-family: "League Gothic", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 100%;
    color: #01323d; }
    .entry-content .summary-list-businesses .summary-list-header:first-child {
      margin-top: 0; }
  .entry-content .summary-list-businesses .summary-list-item {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: none; }
    @media (min-width: 681px) {
      .entry-content .summary-list-businesses .summary-list-item {
        float: left;
        width: 50%; } }
  .entry-content .sidebar-main {
    float: left;
    margin: 0 40px 0 0;
    width: 390px;
    color: #fff; }
    .entry-content .sidebar-main .widget {
      margin: 0;
      padding: 0; }
    .entry-content .sidebar-main ul {
      margin: 10px 0 0; }
    .entry-content .sidebar-main li {
      margin: 0 0 0.25em; }
    .entry-content .sidebar-main a {
      color: #fff; }
  .entry-content .widgettitle {
    margin-bottom: 0;
    padding-bottom: 6px;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 28px;
    border-bottom: none;
    color: #0D8CAB; }

#logo {
  margin: 20px auto 0;
  width: 999px;
  height: 145px;
  background: url(../img/welcome-to-riverside.png); }
  #logo a {
    display: block;
    width: 999px;
    height: 157px; }

.header .wrap {
  position: relative; }

.header .widget {
  margin: 0; }

.sidebar--social {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0; }

.menu-social-media-links-container {
  margin: 0; }
  .menu-social-media-links-container .menu-item {
    float: left;
    margin-right: 6px;
    width: 32px;
    height: 32px;
    background: #01323d;
    border-radius: 30px; }
  .menu-social-media-links-container .tw a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -999em;
    background: url(../img/icon-twitter.png) center center no-repeat; }
    .menu-social-media-links-container .tw a:hover {
      background-image: url(../img/icon-twitter-hover.png); }
  .menu-social-media-links-container .yt a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -999em;
    background: url(../img/icon-youtube.png) center center no-repeat; }
    .menu-social-media-links-container .yt a:hover {
      background-image: url(../img/icon-youtube-hover.png); }
  .menu-social-media-links-container .fb a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -999em;
    background: url(../img/icon-facebook.png) center center no-repeat; }
    .menu-social-media-links-container .fb a:hover {
      background-image: url(../img/icon-facebook-hover.png); }
