/*
    Theme Name: KidsGuide Theme
    Theme URI: http://kidsguidemagazine.com
    Description: KidsGuide Magazine theme based on HTML5Blank
    Version: 0.0.1
    Author: Giovanni DiFeterici (@giodif)
    Author URI: http://giodif.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    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 20px; }

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

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

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

a img.alignleft {
  float: left;
  margin: 5px 20px 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 .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .swatches h2 {
    flex-basis: 100%;
    flex-shrink: 0; }

.swatch {
  flex-basis: 15%;
  padding-top: 15%;
  flex-grow: 0;
  background: black; }
  .swatch.aqua {
    background: #72c3ae; }
  .swatch.orange {
    background: #d57e3e; }
  .swatch.red {
    background: #d62635; }
  .swatch.yellow {
    background: #f2b358; }
  .swatch.violet {
    background: #98224c; }
  .swatch.blue {
    background: #27929b; }
  .swatch.gradaqua {
    background: linear-gradient(225deg, #72c3ae 0%, #2eba73 100%); }
  .swatch.gradorange {
    background: linear-gradient(45deg, #d57e3e 0%, #dc2513 100%); }
  .swatch.gradred {
    background: linear-gradient(45deg, #d62635 0%, #a70958 100%); }
  .swatch.gradyellow {
    background: linear-gradient(45deg, #f2b358 0%, #ff5f27 100%); }
  .swatch.gradviolet {
    background: linear-gradient(225deg, #98224c 0%, #8a0c82 100%); }
  .swatch.gradblue {
    background: linear-gradient(45deg, #27929b 0%, #10508e 100%); }
  .swatch.gradaquablue {
    background: linear-gradient(45deg, #72c3ae 0%, #27929b 100%); }
  .swatch.gradyelloworange {
    background: linear-gradient(45deg, #ffb54b 0%, #ed7a27 100%); }
  .swatch.gradorangered {
    background: linear-gradient(45deg, #d57e3e 0%, #d62635 100%); }
  .swatch.gradblueviolet {
    background: linear-gradient(45deg, #27929b 0%, #98224c 100%); }
  .swatch.gradredviolet {
    background: linear-gradient(45deg, #d62635 0%, #98224c 100%); }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: "Noto Serif", serif;
  font-size: 100%;
  line-height: 1.4;
  color: #515151;
  background-color: #ffffff; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #210305;
  margin-bottom: 0;
  margin-top: 2em; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.6em;
  font-weight: 400; }

a {
  color: #27929b; }
  a:hover {
    color: #98224c; }

small {
  font-style: italic;
  font-family: "Noto Serif", serif; }

img {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0; }

p {
  font-size: 0.9em; }
  @media screen and (min-width: 1000px) {
    p {
      font-size: 1em; } }

blockquote {
  color: #747474;
  background: #f0f0f0;
  font-family: "Noto Serif", serif;
  font-style: italic;
  position: relative;
  padding: 1em 2em;
  margin: 0; }
  @media screen and (min-width: 700px) {
    blockquote {
      margin: 1em 2em; } }
  blockquote:before {
    content: '"';
    font-size: 3em;
    line-height: 1em;
    margin: 0;
    color: #adadad;
    position: absolute;
    top: 0;
    left: 0; }
  blockquote:after {
    content: '"';
    font-size: 3em;
    line-height: 1em;
    margin: 0;
    color: #adadad;
    position: absolute;
    bottom: -0.4em;
    right: 0.3em; }

div.clear {
  clear: both;
  width: 0;
  height: 0; }

h1.page_title {
  font-size: 2.2em; }

.light_gray_bg {
  background-color: #f0f0f0; }

.support_copy {
  font-family: "Noto Serif", serif; }

.sidebar .page_title {
  margin-bottom: 1em; }

.content_section_header_title {
  font-weight: 300;
  font-size: 1.75em;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 0.5em auto;
  padding-top: 2em; }
  .billboard .content_section_header_title {
    text-align: left; }
  @media screen and (min-width: 1000px) {
    .content_section_header_title {
      font-size: 2.1em; } }

.content_section_header_subtitle {
  font-family: "Noto Serif", serif;
  color: #747474;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2em auto; }
  .billboard .content_section_header_subtitle {
    text-align: left; }
  @media screen and (min-width: 1000px) {
    .content_section_header_subtitle {
      line-height: 1.6; } }

.page_header {
  background-color: green;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 40%; }
  @media screen and (min-width: 1000px) {
    .page_header {
      padding-top: 30%; } }

.main_column .query_title div {
  width: 100%; }

.main_column .query_title span {
  font-size: 0.8em;
  font-weight: 300;
  color: #666; }

.template_header_image {
  width: 100%; }

.max-width-wrapper {
  max-width: 1200px;
  margin: 0 auto; }

.limited_width_content {
  padding: 1em 32px; }
  @media screen and (min-width: 1000px) {
    .site_header .limited_width_content {
      padding: 1em 0px; } }

@media screen and (min-width: 700px) {
  .two_col_layout {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-between; } }

.two_col_layout .main_column {
  padding-bottom: 4em; }
  @media screen and (min-width: 700px) {
    .two_col_layout .main_column {
      flex-grow: 0;
      flex-basis: 73%; } }

@media screen and (min-width: 700px) {
  .sidebar {
    min-height: 200px;
    flex-basis: 21%;
    flex-grow: 0;
    flex-shrink: 0; } }

.btn {
  font-family: "Oswald", sans-serif;
  background: #d57e3e;
  color: #ffffff;
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  margin: 0;
  text-decoration: none;
  font-weight: 300; }
  .btn:hover {
    color: #ffffff;
    background: linear-gradient(225deg, #72c3ae 0%, #2eba73 100%); }
  .btn.back_button {
    position: relative;
    padding-left: 1em;
    background: linear-gradient(90deg, #d57e3e 0%, #d62635 100%); }
    .btn.back_button:after {
      content: "";
      display: block;
      background: none;
      border: 1.21em solid transparent;
      border-right-color: #d57e3e;
      border-right-width: 0.75em;
      position: absolute;
      left: -1.95em;
      top: 0; }
    .btn.back_button:hover {
      background: linear-gradient(90deg, #72c3ae 0%, #27929b 100%); }
      .btn.back_button:hover:after {
        border-right-color: #72c3ae; }

ul.collection,
ul.collection li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }

ul.collection {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.collection h1 a, ul.collection h2 a, ul.collection h3 a, ul.collection h4 a, ul.collection h5 a, ul.collection h6 a {
    list-style: none;
    text-decoration: none;
    text-transform: none;
    font-weight: 700; }
  ul.collection img {
    padding-bottom: 0.5em; }
  ul.collection .collection_ad {
    padding-bottom: 0.75em;
    text-align: center;
    position: relative;
    flex-basis: 49%;
    flex-grow: 0; }
    @media screen and (min-width: 700px) {
      ul.collection .collection_ad {
        flex-basis: 22%;
        padding-bottom: 0; } }
    @media screen and (min-width: 700px) {
      .sidebar ul.collection .collection_ad {
        flex-basis: 100%; } }
    ul.collection .collection_ad a {
      display: block;
      position: relative;
      padding-top: 100%;
      margin-bottom: 0.75em; }
    ul.collection .collection_ad img {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    ul.collection .collection_ad h3 {
      display: none;
      text-transform: none;
      font-weight: 300;
      margin-top: 0.5em;
      padding: 0 10%;
      font-size: 1em; }
      @media screen and (min-width: 700px) {
        ul.collection .collection_ad h3 {
          display: block;
          font-size: 1.3em; } }
    ul.collection .collection_ad p {
      display: none;
      font-family: "Noto Serif", serif;
      font-size: 0.8em;
      color: #747474;
      padding: 0 10%; }
      @media screen and (min-width: 700px) {
        ul.collection .collection_ad p {
          display: block; } }

.ad_pos_source {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  transition: opacity 1.5s linear; }
  .ad_pos_source.single {
    position: relative;
    opacity: 1; }
  .ad_pos_source.visible {
    position: relative;
    opacity: 1; }

.a_container {
  padding-top: 2em;
  padding-bottom: 2em; }

.billboard {
  padding-bottom: 0;
  padding-top: 0; }
  @media screen and (min-width: 700px) {
    .billboard {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: no-wrap; } }

.billboard_content_wrapper {
  padding-bottom: 2em; }
  @media screen and (min-width: 700px) {
    .art_left .billboard_content_wrapper {
      order: 2; } }
  .billboard_content_wrapper .billboard_links a {
    font-family: "Oswald", sans-serif;
    display: block; }
    @media screen and (min-width: 700px) {
      .billboard_content_wrapper .billboard_links a {
        display: inline-block;
        margin-right: 0.5em; } }
    @media screen and (min-width: 1000px) {
      .billboard_content_wrapper .billboard_links a {
        font-size: 1.1em; } }
  .billboard_content_wrapper .content_section_header_title {
    padding-top: 0; }

.billboard_art {
  max-width: 280px;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 700px) {
    .art_left .billboard_art {
      order: 1;
      margin-left: 0;
      margin-right: 10%; } }
  @media screen and (min-width: 700px) {
    .billboard_art {
      margin-left: 10%;
      flex-basis: 40.5%;
      flex-shrink: 0;
      display: flex;
      flex-direction: column-reverse;
      align-content: flex-end; }
      .billboard_art div {
        flex-shrink: 1;
        flex-grow: 0; } }

.home_calendar_graphic {
  padding-top: 0;
  padding-bottom: 0; }

.site_header_wrapper {
  min-height: 50px; }

.site_header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  .mobile_open .site_header {
  background: #27929b;
  bottom: 0;
  height: 100%;}
  @media screen and (min-width: 1000px) {
    .site_header .limited_width_content {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-end; } }

.logo_container {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 0; }
  .mobile_open .logo_container {
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 2em;
    margin-bottom: 2em; }
  @media screen and (min-width: 700px) {
    .logo_container {
      flex-grow: 1;
      text-align: center;
      border-bottom: 1px solid #eee;
      padding-bottom: 1em; } }
  @media screen and (min-width: 1000px) {
    .logo_container {
      flex-basis: auto;
      display: flex;
      justify-content: center;
      flex-direction: column;
      border-bottom: none;
      padding-bottom: 0; } }

.logo {
  margin: 0;
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 180px; }
  .logo .mobile_logo {
    display: none; }
  .logo .desktop_logo {
    display: block; }
  .mobile_open .logo .mobile_logo {
    display: block; }
  .mobile_open .logo .desktop_logo {
    display: none; }



  @media screen and (min-width: 700px) {
    .logo {
      margin: 0 auto; }
      .mobile_open .logo .mobile_logo {
        display: none; }
      .mobile_open .logo .desktop_logo {
        display: block; } }
  @media screen and (min-width: 1000px) {
    .logo {
      width: 300px;
      max-width: 300px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding-right: 0.5em; } }
  .logo a {
    display: block;
    width: 100%; }

.mobile_nav_open_link {
  background: #fdb048; }
  .mobile_open .mobile_nav_open_link {
    display: none; }

.mobile_nav_close_link {
  display: none; }
  .mobile_open .mobile_nav_close_link {
    display: block; }

.mobile_nav_close_link,
.mobile_nav_open_link {
  width: 3em; }
  @media screen and (min-width: 700px) {
    .mobile_nav_close_link,
    .mobile_nav_open_link {
      display: none; } }

.site_navigation {
  flex-basis: 100%;
  display: none; }
  .site_navigation a {
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    color: white;
    display: block; }

.site_navigation {
  display: none;
  flex-wrap: no-wrap; }
  @media screen and (max-width: 699px) {
    .mobile_open .site_navigation {
      display: flex;
    }
  }
  @media screen and (min-width: 700px) {
    .site_navigation {
      display: block; } }
  @media screen and (min-width: 1000px) {
    .site_navigation {
      font-size: 1.2em; } }
  .site_navigation .nav_menu {
    flex-basis: 65%;
    font-size: 1.2em;
    text-transform: uppercase; }
    @media screen and (min-width: 700px) {
      .site_navigation .nav_menu {
        font-size: 1.1em;
        display: inline-block; } }
    .site_navigation .nav_menu a {
      margin-bottom: 0.5em;
      margin-left: 0.5em;
      padding-bottom: 0;
      font-weight: 300;
      display: block; }
      @media screen and (min-width: 700px) {
        .site_navigation .nav_menu a {
          padding: 0em 0.25em;
          display: inline-block;
          margin: 0; }
          .site_navigation .nav_menu a:hover {
            color: #fdb048; } }
      @media screen and (min-width: 1000px) {
        .site_navigation .nav_menu a {
          padding: 0em 0.5em; } }

.guides_menu_label {
  font-weight: 300;
  margin-bottom: 1em;
  color: white; }
  @media screen and (min-width: 700px) {
    .guides_menu_label {
      margin-bottom: 0;
      padding: 0.25em 0.5em;
      margin-right: 1em;
      background: #27929b;
      position: relative; }
      .guides_menu_label:after {
        display: block;
        content: "";
        position: absolute;
        left: 100%;
        width: 7px;
        height: 100%;
        top: 0;
        bottom: 0;
        background-image: url("./img/guide_notch.svg");
        background-size: 100% 100%;
        background-position: left center;
        background-repeat: no-repeat; } }

.guide_menu {
  font-size: 0.9em;
  flex-basis: 35%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 1em;
  margin-left: 1em;
  position: relative; }
  @media screen and (min-width: 700px) {
    .guide_menu {
      background: #72c3ae;
      padding: 0;
      margin-left: 0;
      display: flex;
      justify-content: space-between;
      border-left: none; } }
  .guide_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 300; }
  .guide_menu li {
    margin-bottom: 0.5em;
    display: block; }
    @media screen and (min-width: 700px) {
      .guide_menu li {
        flex-grow: 1;
        text-align: center;
        color: white;
        margin-bottom: 0; } }
  .guide_menu .list {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 700px) {
      .guide_menu .list {
        display: flex;
        flex-grow: 1;
        justify-content: space-between; }
        .guide_menu .list a {
          font-family: "Noto Serif", serif; } }
    .guide_menu .list > li {
      position: relative; }
      @media screen and (min-width: 700px) {
        .guide_menu .list > li > a {
          padding: 0.25em; }
          .guide_menu .list > li > a:hover {
            color: #27929b; } }

.sub-menu {
  display: none;
  position: absolute;
  background: white;
  width: 220%;
  left: -55%;
  top: 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 1000px) {
    .sub-menu {
      width: 360%;
      left: -130%; } }
  .visible .sub-menu {
    padding: 1em;
    display: block; }
  .sub-menu:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: calc( 50% - 6px);
    top: -8px;
    border-top: 4px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 4px solid white; }
  .sub-menu a {
    color: #27929b;
    display: block;
    padding: 1em 0.5em;
    font-size: 0.8em; }
    .sub-menu a:hover {
      color: #98224c; }
    @media screen and (min-width: 700px) {
      .sub-menu a {
        font-size: 1em;
        padding: 0.5em 0.25em; } }

@media screen and (min-width: 700px) {
  .header_search_bar {
    display: flex;
    padding: 0.5em 0; } }

@media screen and (min-width: 1000px) {
  .header_search_bar {
    font-size: 0.9em; } }

@media screen and (min-width: 1300px) {
  .header_search_bar {
    font-size: 1em; } }

@media screen and (min-width: 700px) {
  .header_search_bar .nav_submenu {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    flex-wrap: nowrap; } }

.header_search_bar .nav_submenu a {
  font-size: 1.2em;
  padding: 0 0.5em 0 0;
  flex-grow: 1; }
  @media screen and (min-width: 700px) {
    .header_search_bar .nav_submenu a {
      color: black; } }
  @media screen and (min-width: 1000px) {
    .header_search_bar .nav_submenu a {
      font-size: 1.1em; } }
  @media screen and (min-width: 1300px) {
    .header_search_bar .nav_submenu a {
      font-size: 1.2em; } }

.search_form {
  flex-basis: 100%;
  padding-bottom: 1em; }
  @media screen and (min-width: 700px) {
    .search_form {
      padding-bottom: 0; } }
  .search_form a {
    font-family: "Oswald", sans-serif;
    text-decoration: none;
    color: white;
    display: block; }

#site_search_form {
  flex-wrap: no-wrap;
  align-content: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: white;
  display: none; }
  @media screen and (min-width: 700px) {
    #site_search_form {
      display: flex; }
      #site_search_form.active_search_field_ec .search_input {
        display: block; } }
  #site_search_form input {
    border: 0;
    outline: 0;
    width: 100%; }
  #site_search_form .search_input {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 1; }
    #site_search_form .search_input input {
      font-size: 0.8em;
      line-height: 1em;
      height: 100%;
      padding: 0.5em 1em;
      border: 1px solid #fdb048; }
  #site_search_form .submit_button {
    flex-basis: 1.8em;
    height: 1.8em;
    flex-grow: 0;
    flex-shrink: 0; }
    @media screen and (min-width: 700px) {
      #site_search_form .submit_button {
        flex-basis: 2.2em;
        height: 2.2em; } }
    #site_search_form .submit_button button {
      display: block;
      position: relative;
      width: 100%;
      border: none;
      outline: none;
      background: linear-gradient(45deg, #ffb54b 0%, #ed7a27 100%);
      height: 100%;
      text-indent: -9999px; }
      #site_search_form .submit_button button span {
        background-image: url("./img/magnifier.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 40%;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.subpage_header_img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 10;
  margin: 0 auto;
  padding-top: 5em;
  transition: opacity 1s; }
  @media screen and (min-width: 700px) {
    .subpage_header_img {
      padding-top: 9em;
      padding-bottom: 4em; } }
  .subpage_header_img h1, .subpage_header_img p {
    color: white;
    text-align: center; }
  .subpage_header_img h1 {
    font-weight: 700;
    line-height: 1.2em;
    font-size: 2em;
    text-shadow: 0 4px 2px rgba(0, 0, 0, 0.3); }
    @media screen and (min-width: 700px) {
      .subpage_header_img h1 {
        font-size: 3.2em; } }
  .subpage_header_img p {
    font-size: 0.9em;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5); }
    @media screen and (min-width: 700px) {
      .subpage_header_img p {
        font-size: 1.2em; } }
  .subpage_header_img small {
    color: white;
    display: block;
    padding-bottom: 0.75em; }
  .subpage_header_img input {
    background: white;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0.5em;
    margin-bottom: 1em; }
  .subpage_header_img .limited_width_content {
    max-width: 1000px;
    margin: 0 auto; }

.featured_carousel {
  position: relative; }

.slides {
  padding-bottom: 4em; }
  @media screen and (min-width: 850px) {
    .slides {
      padding-bottom: 0; } }
  .slides .slide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    margin: 0 auto;
    max-height: 840px;
    transition: opacity 1s;
    display: flex;
    flex-direction: column;
    flex-wrap: no-wrap;
    justify-content: space-between; }
    .slides .slide.visible {
      opacity: 1;
      z-index: 20;
      position: relative; }
  .slides .slide_img {
    background-size: cover;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    display: relative;
    padding-top: 90%; }
    @media screen and (min-width: 560px) {
      .slides .slide_img {
        padding-top: 75%; } }
    @media screen and (min-width: 700px) {
      .slides .slide_img {
        padding-top: 50%; } }
    .slides .slide_img a {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }

.slide-text-goup {
  background: linear-gradient(45deg, #d62635 0%, #98224c 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  z-index: 900; }
  @media screen and (min-width: 850px) {
    .slide-text-goup {
      background: none; } }
  .slide-text-goup .slide {
    display: inline-block;
    text-decoration: none;
    flex-grow: 0;
    color: white;
    display: block;
    padding: 0;
    margin: 0;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    position: relative; }
    @media screen and (min-width: 850px) {
      .slide-text-goup .slide {
        background: linear-gradient(45deg, #d62635 0%, #98224c 100%); } }
    .slide-text-goup .slide.visible {
      opacity: 1;
      height: auto;
      width: auto;
      margin-right: 6em;
      padding: 1em 4em 1em 32px; }
      @media screen and (min-width: 700px) {
        .slide-text-goup .slide.visible {
          margin-right: 8em; } }
    .slide-text-goup .slide:after {
      content: "";
      background-image: url("./img/narrow_arrow.svg");
      background-size: auto 3em;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 4em; }
    .slide-text-goup .slide h2 {
      margin-bottom: 0.25em;
      font-weight: 300;
      color: white;
      font-size: 1.2em; }
    .slide-text-goup .slide p {
      margin: 0;
      font-weight: 300;
      font-family: "Noto Serif", serif;
      font-size: 0.9em; }

.marker_container {
  text-align: center;
  padding: 0.5em 0 2em 0; }
  .marker_container .marker {
    width: 0.55em;
    height: 0.55em;
    background: #adadad;
    border-radius: 50%;
    display: inline-block;
    margin: 0.025em;
    opacity: 0.8;
    transition: background-color 1s; }
    .marker_container .marker.active {
      background: #72c3ae;
      opacity: 1; }

.print_issues {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 2em; }
  .print_issues .current_issues_list_container {
    padding-top: 2em;
    max-width: 635px; }
    @media screen and (min-width: 700px) {
      .print_issues .current_issues_list_container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 auto; } }
  .print_issues .issue {
    flex-basis: 31%;
    margin: 0 2%;
    vertical-align: top; }
    .print_issues .issue a {
      display: block;
      text-decoration: none; }
    .print_issues .issue img {
      width: 80%;
      margin: 0 auto;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      border: 1px solid white; }
    .print_issues .issue p {
      font-family: "Noto Serif", serif;
      font-size: 0.7em; }
      @media screen and (min-width: 700px) {
        .print_issues .issue p {
          font-size: 1em; } }

@media screen and (min-width: 700px) {
  .guide_page_header .guide_page_header_inner {
    width: 70%;
    text-align: left;
    position: relative;
    z-index: 100; } }

@media screen and (min-width: 850px) {
  .guide_page_header .guide_page_header_inner {
    padding-top: 1em;
    padding-bottom: 1em; } }

@media screen and (min-width: 1000px) {
  .guide_page_header .guide_page_header_inner {
    padding-top: 2em;
    padding-bottom: 2em;
    width: 60%;
    text-align: center;
    margin: 0 auto; } }

.guide_page_header .limited_width_content {
  position: relative;
  text-align: center; }

.guide_page_header img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  bottom: 0; }
  .guide_page_header img.guide_page_header_img_left {
    display: none;
    left: 32px; }
    @media screen and (min-width: 1000px) {
      .guide_page_header img.guide_page_header_img_left {
        display: block; } }
  .guide_page_header img.guide_page_header_img_right {
    display: none;
    right: 32px; }
    @media screen and (min-width: 700px) {
      .guide_page_header img.guide_page_header_img_right {
        display: block; } }

.guide_page_header .guide_page_title {
  margin-top: 0.25em; }

.main_column .guide_search_container {
  text-align: center; }
  .main_column .guide_search_container h1 {
    font-weight: 300;
    font-size: 2.4em;
    margin-bottom: 0;
    padding-bottom: 0; }

#subguide_search_form {
  display: flex; }
  #subguide_search_form input, #subguide_search_form button {
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
    width: 100%; }
  #subguide_search_form .search_input {
    flex-basis: 50%;
    flex-grow: 1;
    height: 2.2em;
    background: green; }
    @media screen and (min-width: 700px) {
      #subguide_search_form .search_input {
        height: 3em; } }
    #subguide_search_form .search_input input {
      height: 100%;
      padding: 0.5em; }
  #subguide_search_form .submit_button {
    background: red;
    flex-basis: 2.2em;
    flex-grow: 0; }
    @media screen and (min-width: 700px) {
      #subguide_search_form .submit_button {
        flex-basis: 3em; } }
    #subguide_search_form .submit_button button {
      display: block;
      width: 100%;
      border: none;
      outline: none;
      background-color: #d57e3e;
      background-image: url("./img/magnifier.svg");
      background-position: center center;
      background-size: 40%;
      height: 100%;
      background-repeat: no-repeat;
      text-indent: -9999px; }

h1.guide_page_title {
  color: #210305; }
  h1.guide_page_title span {
    font-weight: 300;
    color: #27929b; }

.guide_collection.guide_page_guide_collection li {
  margin-bottom: 2em; }
  @media screen and (min-width: 560px) {
    .guide_collection.guide_page_guide_collection li {
      flex-basis: 32%; } }
  @media screen and (min-width: 1000px) {
    .guide_collection.guide_page_guide_collection li {
      flex-basis: 23%; } }

.guide_collection.guide_page_guide_collection .guide_img {
  width: 80%;
  padding-top: 80%; }

.guide_collection .collection {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding-top: 3em; }

.guide_collection ul li {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 48%;
  margin-bottom: 2em; }
  @media screen and (min-width: 560px) {
    .guide_collection ul li {
      flex-basis: 32%; } }
  @media screen and (min-width: 1000px) {
    .guide_collection ul li {
      flex-basis: 24%; } }

.guide_collection a {
  display: block;
  text-decoration: none; }

.guide_collection h4 {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.6em; }

.guide_collection p {
  margin-top: 0;
  color: #adadad;
  font-size: 0.7em; }
  @media screen and (min-width: 1000px) {
    .guide_collection p {
      font-size: 0.7em; } }

.guide_collection .guide_img {
  background-color: #210305;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #ddd;
  width: 90%;
  padding-top: 90%;
  margin: 0 auto;
  border-radius: 50%; }
  @media screen and (min-width: 700px) {
    .guide_collection .guide_img {
      width: 70%;
      padding-top: 70%; } }

.guide_page_guide_collection.light_gray_bg {
  margin-bottom: 3em; }

.subguide_collection {
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em; }
  .subguide_collection:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0; }
  .subguide_collection.main_column {
    border-bottom: none;
    border-right: 1px solid #ccc;
    padding-right: 2em; }
  .subguide_collection h2 {
    padding-bottom: 1em; }
  .subguide_collection p {
    font-size: 0.8em;
    max-width: 700px; }
  .subguide_collection .img_container {
    padding-top: 80%;
    background: orange; }
  .subguide_collection ul.collection {
    justify-content: flex-start; }
    .subguide_collection ul.collection li {
      margin-bottom: 1em;
      flex-basis: 31%;
      margin-right: 2%;
      text-align: center;
      background: white;
      border-radius: 4px;
      overflow: hidden;
      background: orange;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media screen and (min-width: 550px) {
        .subguide_collection ul.collection li {
          flex-basis: 22%; } }
      @media screen and (min-width: 700px) {
        .subguide_collection ul.collection li {
          flex-basis: 18.5%;
          margin-right: 1%; } }
      @media screen and (min-width: 850px) {
        .subguide_collection ul.collection li {
          flex-basis: 14%; } }
      @media screen and (min-width: 1000px) {
        .subguide_collection ul.collection li {
          flex-basis: 13%; } }
      .subguide_collection ul.collection li a {
        display: block;
        margin: 0;
        padding: 0;
        text-decoration: none; }
      .subguide_collection ul.collection li h4 {
        color: white;
        margin: 0;
        font-size: 0.8em;
        padding: 0.75em 0.5em; }

.guide_post_meta {
  list-style: none;
  margin: 0;
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin-left: -0.5em;
  flex-wrap: wrap; }
  .guide_post_meta li {
    border: 1px solid #adadad;
    flex-basis: 40%;
    flex-grow: 1;
    padding-bottom: 0.5em;
    margin-left: 0.5em;
    margin-bottom: 0.5em;
    padding: 1em; }
    .guide_post_meta li p {
      margin: 0 0.5em 0 0; }
    .guide_post_meta li a {
      display: inline-block; }

.calendar_featured_ad a {
  display: block; }

.calendar_featured_ad img {
  width: 100%; }

.event_data_span {
  margin: 0;
  font-style: italic;
  font-size: 0.8em; }

#tribe-bar-filters {
  display: block !important; }

.tribe-events-event-image a {
  display: block; }
  .tribe-events-event-image a img {
    width: 100%; }

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

#tribe-bar-form .tribe-bar-filters-inner {
  display: flex; }
  #tribe-bar-form .tribe-bar-filters-inner input {
    padding: 0.5em;
    height: 100%;
    width: 100%;
    border: 0;
    outline: 0;
    margin: 0; }

#tribe-bar-form .tribe-bar-date-filter,
#tribe-bar-form .tribe-bar-search-filter {
  flex-grow: 1;
  height: 2.2em;
  margin-right: 0.5em; }

#tribe-bar-form .tribe-bar-submit {
  flex-grow: 0; }
  #tribe-bar-form .tribe-bar-submit input {
    background: #d57e3e;
    color: white; }

#tribe-events-content h1 {
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0; }

#tribe-events-content h1.tribe-events-single-event-title {
  margin-bottom: 0.5em; }

.listing_content_box .tribe-events-event-meta {
  font-size: 0.8em;
  border: 1px solid #f0f0f0;
  margin: 1.5em 0 0 0;
  padding: 1em; }
  .listing_content_box .tribe-events-event-meta > div {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; }
    .listing_content_box .tribe-events-event-meta > div:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .listing_content_box .tribe-events-event-meta .label {
    display: inline-block;
    width: 30%;
    flex-basis: 30%;
    flex-shrink: 0;
    font-weight: 700; }
  .listing_content_box .tribe-events-event-meta .tribe-events-tooltip.recurring-info-tooltip {
    display: none; }
  .listing_content_box .tribe-events-event-meta .tribe-events-dates {
    display: flex;
    justify-content: flex-start; }
  .listing_content_box .tribe-events-event-meta .tribe-events-venue-details {
    display: flex;
    justify-content: space-between;
    padding-top: 1em;
    padding-bottom: 1em; }
    .listing_content_box .tribe-events-event-meta .tribe-events-venue-details .tribe-venue-address {
      flex-basis: 60%; }
    .listing_content_box .tribe-events-event-meta .tribe-events-venue-details .tribe-events-gmap-container {
      flex-basis: 30%; }

.tribe-events-cal-links a {
  display: inline-block;
  padding: 0.25em 0.75em;
  margin-right: 0.25em;
  text-decoration: none;
  background: #27929b;
  color: white;
  border-radius: 1em;
  text-align: center; }

.single-tribe_events .tribe-events-event-meta {
  margin: 0; }
  @media screen and (min-width: 1000px) {
    .single-tribe_events .tribe-events-event-meta {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-left: -1em;
      width: auto; } }
  .single-tribe_events .tribe-events-event-meta .row {
    display: flex;
    padding: 0.5em; }
    .single-tribe_events .tribe-events-event-meta .row:nth-child(odd) {
      background: #f0f0f0; }
  .single-tribe_events .tribe-events-event-meta .label {
    flex-basis: 30%; }
  .single-tribe_events .tribe-events-event-meta .value {
    flex-basis: 70%; }
  .single-tribe_events .tribe-events-event-meta a {
    word-break: break-all; }

.tribe-events-meta-group,
.tribe-events-venue-map {
  border: 1px solid #adadad;
  margin-bottom: 0.5em;
  font-size: 0.9em; }
  @media screen and (min-width: 1000px) {
    .tribe-events-meta-group,
    .tribe-events-venue-map {
      flex-basis: 31%;
      max-width: 50%;
      margin-left: 1em;
      margin-bottom: 2em;
      flex-shrink: 0;
      flex-grow: 1; } }
  .tribe-events-meta-group .tribe-events-single-section-title,
  .tribe-events-venue-map .tribe-events-single-section-title {
    font-size: 1.2em;
    font-weight: 300;
    border-bottom: 1px solid #f0f0f0;
    padding: 0.5em;
    margin-bottom: 0.5em; }

.tribe-events-venue-map {
  padding: 0; }

#tribe-events-content.tribe-events-list {
  margin-bottom: 0; }

.tribe-mini-calendar-event {
  font-size: 0.8em; }
  .tribe-mini-calendar-event .list-date {
    display: none; }
  .tribe-mini-calendar-event .tribe-events-title {
    font-size: 1em;
    margin: 0.5em 0; }
    .tribe-mini-calendar-event .tribe-events-title a {
      text-decoration: none; }
  .tribe-mini-calendar-event .tribe-events-duration {
    display: none; }

.single-tribe_events #tribe-events-footer li {
  width: auto; }

.site_footer {
  border-top: 1px solid rgba(173, 173, 173, 0.5);
  margin-top: 3em; }
  .site_footer > .limited_width_content {
    background-image: url("./img/sky_background.svg");
    background-position: center 100%;
    background-size: 100%;
    background-repeat: no-repeat; }

.copyright {
  padding-top: 5em;
  flex-basis: 100%;
  flex-shrink: 0; }
  .copyright small {
    padding: 1em 0;
    border-top: 1px solid #adadad;
    display: block;
    text-align: center; }

.redundant_navigation_wrapper {
  max-width: 635px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 700px) {
    .redundant_navigation_wrapper {
      padding-top: 2em;
      display: flex;
      flex-wrap: wrap; } }

.redundant_navigation {
  font-size: 0.8em; }
  @media screen and (min-width: 700px) {
    .redundant_navigation {
      flex-basis: 33%;
      vertical-align: top;
      padding: 0 1em;
      font-size: 0.9em;
      border-right: 1px solid #adadad; }
      .redundant_navigation:last-child {
        border-right: none; } }
  .redundant_navigation h3 {
    display: inline;
    font-size: 1em;
    font-weight: 300;
    text-transform: none; }
    @media screen and (max-width: 699px) {
      .redundant_navigation h3:after {
        content: ":";
        display: inline; } }
    @media screen and (min-width: 700px) {
      .redundant_navigation h3 {
        display: block;
        font-weight: 700;
        font-size: 1.3em;
        margin-bottom: 1em; } }
  @media screen and (min-width: 700px) {
    .redundant_navigation a {
      display: block;
      font-weight: 300;
      margin-bottom: 0.25em; } }

article {
  margin-bottom: 1em; }
  article .featured_image img {
    width: 100%; }
    .listing_content_box h3 {
        margin: 0 0 10px;
    }
  article .guide_post_contact {
      margin: 0;
      margin-top: 0.5em;
      font-size: 0.8em;
      display: inline;
      padding-right: 10px; }
    article .guide_post_contact a {
      display: inline-block;
      padding: 0.25em 0.75em;
      text-decoration: none;
      background: #27929b;
      color: white;
      border-radius: 1em;
      text-align: center; }
      article .guide_post_contact a:hover {
        background: #98224c; }
  article .addresses {
    font-size: 0.8em;
    padding-top: 1em;
    border-top: 1px solid #f0f0f0; }
    @media screen and (min-width: 700px) {
      article .addresses {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    article .addresses span {
      flex-basis: 100%;
      min-width: 33%;
      flex-shrink: 0; }
  article .guide_post_address {
    flex-grow: 1; }
  article .listing_content_box {
    border: 1px solid #f0f0f0;
    padding: 1em; }
  article.featured_post {
    box-shadow: 0 4px 7px rgba(116, 116, 116, 0.5);
    background: #fafafa; }
    article.featured_post .listing_content_box {
      border: none; }

.main_column h1 {
  font-size: 2em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 2px solid #f0f0f0; }

.type-tribe_events, .type-post {
  margin-bottom: 1em;
  margin-top: 1em; }
  .type-tribe_events h3, .type-post h3 {
    margin-bottom: 0.5em;
    line-height: 1em;
    text-transform: none; }
    .type-tribe_events h3 a, .type-post h3 a {
      text-decoration: none; }
  .type-tribe_events p:last-child, .type-post p:last-child {
    margin-bottom: 0; }
  .type-tribe_events .date, .type-post .date {
    font-size: 0.8em;
    font-style: italic;
    color: #747474; }
  .type-tribe_events .post_img_wrapper, .type-post .post_img_wrapper {
    float: left;
    width: 20%; }
  .type-tribe_events .post_text_content, .type-post .post_text_content {
    padding-left: 25%; }

h2.tribe-events-list-separator-month {
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 0.5em; }

.category_container {
  background: #eee;
  padding: 1em;
  margin-bottom: 1em; }
  .category_container a {
    display: block;
    padding: 0.25em;
    margin-bottom: 0.25em;
    text-decoration: none; }
    .category_container a:last-child {
      margin-bottom: 0; }

.signup_form {
  background: #aaa;
  padding: 2em; }
  .signup_form h4 {
    color: white;
    line-height: 1em;
    margin-bottom: 1em; }
  .signup_form form {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    background: white; }
    .signup_form form input {
      border: 0;
      outline: 0;
      width: 100%; }
    .signup_form form .signup_input {
      flex-basis: 80%;
      flex-grow: 1;
      flex-shrink: 1;
      height: 2.2em; }
      .signup_form form .signup_input input {
        font-size: 0.8em;
        line-height: 1em;
        height: 100%;
        padding: 0.5em 1em; }
    .signup_form form .signup_button {
      height: 2.2em;
      flex-grow: 0;
      flex-shrink: 0; }
      .signup_form form .signup_button button {
        display: block;
        color: white;
        width: 100%;
        border: none;
        outline: none;
        background-color: #d57e3e;
        height: 100%; }

.current_issues_layout {
  background-image: url("./img/sky_background.svg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat; }

.issue_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px; }
  .issue_list article {
    display: block;
    overflow: hidden;
    flex-grow: 0;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 0.8em;
    background: white;
    flex-basis: 100%;
    margin-bottom: 2em; }
    @media screen and (min-width: 560px) {
      .issue_list article {
        flex-basis: 48%; } }
    @media screen and (min-width: 700px) {
      .issue_list article {
        flex-basis: 32%; } }
    .issue_list article p {
      font-family: "Noto Serif", serif; }

.issue_thumbail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 126%;
  margin: 0 auto; }

.issue_content {
  padding: 1em; }

.issues_footer {
  margin-top: 0;
  border-top: none; }

.subscribe_popover {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: -200%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: top 1s ease; }
  .subscribe_popover.active {
    top: 0 !important; }
  .subscribe_popover h3 {
    font-family: "Noto Serif", serif;
    margin-bottom: 2em;
    font-size: 1em;
    text-transform: none;
    font-weight: 300; }

.subscribe_popover_close_link {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  transition: transform 0.5s ease; }
  .subscribe_popover_close_link:hover {
    transform: scale(1.2); }

.subscribe_popover_inner {
  max-width: 600px;
  flex-basis: 90%;
  flex-grow: 0;
  background: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  position: relative; }
  .subscribe_popover_inner h2 {
    text-align: center;
    font-size: 2em;
    margin: 0; }
  .subscribe_popover_inner form {
    background: white;
    padding: 1em 2em 2em 2em;
    text-align: center; }

.subscribe_popover_img {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block; }

.subscribe_popover_btn button {
  border: none;
  outline: none;
  display: block;
  margin: 0 auto; }

.main_column .back_button_title_bar {
  background: #f0f0f0;
  margin-bottom: 2em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif; }

.main_column .back_button {
  margin-right: 1em; }

.main_column .query_title {
  background: #f0f0f0;
  margin-bottom: 2em;
  padding: 0.5em;
  text-align: center; }
  @media screen and (min-width: 700px) {
    .main_column .query_title {
      padding: 1em; } }
  .main_column .query_title h1 {
    font-weight: 300;
    font-size: 2.4em;
    margin-bottom: 0;
    padding-bottom: 0; }
  .main_column .query_title div {
    margin-right: 0.5em; }
  .main_column .query_title .back_container {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }

.calendar_link {
  background: linear-gradient(45deg, #ffb54b 0%, #ed7a27 100%);
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  height: 100%;
  width: 4em;
  padding: 0;
  margin: 0; }
  @media screen and (min-width: 700px) {
    .calendar_link {
      width: 6em; } }

.calendar_link_icon, .calendar_link_close_icon {
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.calendar_link_icon {
  background-image: url("./img/calendar.svg");
  display: block; }
  .visible .calendar_link_icon {
    display: none; }

.calendar_link_close_icon {
  background-image: url("./img/x.svg");
  display: none; }
  .visible .calendar_link_close_icon {
    display: block; }

.tribe_mini_calendar_widget {
  position: absolute;
  bottom: calc( 100% + 10px);
  background: white;
  padding: 1em;
  font-size: 0.8em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  opacity: 0;
  right: 1000em;
  transition: opacity 0.5s ease; }
  .visible .tribe_mini_calendar_widget {
    display: block;
    opacity: 1;
    right: 1em; }
  .tribe_mini_calendar_widget:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    right: 2em;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-top: 10px solid white; }
  .tribe_mini_calendar_widget .tribe-events-has-events .tribe-mini-calendar-day-link:before {
    display: none; }
  .tribe_mini_calendar_widget h3 {
    display: none; }
  .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper {
    color: #515151;
    margin-bottom: 0; }
  .tribe_mini_calendar_widget .tribe-mini-calendar td,
  .tribe_mini_calendar_widget .tribe-mini-calendar th {
    border: none; }
  .tribe_mini_calendar_widget .tribe-mini-calendar td a {
    background: #27929b;
    color: white; }
    .tribe_mini_calendar_widget .tribe-mini-calendar td a:hover {
      background: linear-gradient(45deg, #ffb54b 0%, #ed7a27 100%); }
  .tribe_mini_calendar_widget .tribe-mini-calendar td .tribe-mini-calendar-no-event {
    opacity: 0.5; }
  .tribe_mini_calendar_widget .tribe-mini-calendar-nav {
    border: none; }
    .tribe_mini_calendar_widget .tribe-mini-calendar-nav tr:last-child {
      display: none; }
    .tribe_mini_calendar_widget .tribe-mini-calendar-nav .header_navigation_controls {
      padding-bottom: 0.5em; }
      .tribe_mini_calendar_widget .tribe-mini-calendar-nav .header_navigation_controls .tribe-mini-calendar-nav-link {
        padding: 0;
        display: block; }
        .tribe_mini_calendar_widget .tribe-mini-calendar-nav .header_navigation_controls .tribe-mini-calendar-nav-link span {
          margin: 0; }
      .tribe_mini_calendar_widget .tribe-mini-calendar-nav .header_navigation_controls div {
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap; }
        .tribe_mini_calendar_widget .tribe-mini-calendar-nav .header_navigation_controls div .ajax-loading-mini {
          display: none; }
        .tribe_mini_calendar_widget .tribe-mini-calendar-nav .header_navigation_controls div .tribe-mini-calendar-nav-link {
          display: block;
          padding: 0 0.5em; }
        .tribe_mini_calendar_widget .tribe-mini-calendar-nav .header_navigation_controls div #tribe-mini-calendar-month-0 {
          font-family: "Oswald", sans-serif;
          text-transform: uppercase;
          display: block;
          margin: 0; }

.pagination {
  text-align: right;
  padding-top: 0.5em;
  border-top: 1px solid #eee; }
  .pagination .page-numbers {
    display: inline-block;
    padding: 0.5em;
    border: 1px solid #27929b;
    text-decoration: none; }
    .pagination .page-numbers.current, .pagination .page-numbers.current:hover {
      color: #adadad;
      border: 1px solid #adadad; }
    .pagination .page-numbers:hover {
      border: 1px solid #98224c; }

#tribe-events-content {
  overflow: visible; }
  #tribe-events-content .tribe-events-nav-pagination {
    text-align: right;
    padding-top: 0.5em;
    border-top: 1px solid #eee; }
    #tribe-events-content .tribe-events-nav-pagination ul.tribe-events-sub-nav {
      padding: 0;
      margin: 0;
      text-align: right; }
      #tribe-events-content .tribe-events-nav-pagination ul.tribe-events-sub-nav li a {
        display: inline-block;
        text-align: center;
        padding: 0.5em;
        border: 1px solid #27929b;
        text-decoration: none; }
        #tribe-events-content .tribe-events-nav-pagination ul.tribe-events-sub-nav li a.current, #tribe-events-content .tribe-events-nav-pagination ul.tribe-events-sub-nav li a.current:hover {
          color: #adadad;
          border: 1px solid #adadad; }
        #tribe-events-content .tribe-events-nav-pagination ul.tribe-events-sub-nav li a:hover {
          border: 1px solid #98224c; }

.sidebar-widget {
  margin-bottom: 3em; }
  .sidebar-widget h3 {
    font-weight: 300;
    margin-bottom: 1em; }
  .sidebar-widget ul {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar-widget ul li {
      padding-bottom: 0.25em; }

.bubble_graphic_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -0.5em;
  padding: 1em 0; }
  @media screen and (min-width: 700px) {
    .bubble_graphic_container {
      background-image: url("img/home_calendar_graphic_2.svg");
      background-size: 100%;
      background-position: bottom center; } }

.bubble_outer {
  flex-basis: 40%;
  flex-grow: 1;
  margin-left: 0.5em;
  padding: 1em;
  margin-bottom: 1em;
  max-height: 280px;
  position: relative; }
  @media screen and (min-width: 700px) {
    .bubble_outer {
      padding: 0; } }
  .bubble_outer .bubble {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    text-align: center;
    width: 100%;
    border-radius: 50%;
    background-size: 100%;
    font-size: 0.8em;
    flex-shrink: 0; }
    .bubble_outer .bubble a {
      text-decoration: none; }
    @media screen and (min-width: 560px) {
      .bubble_outer .bubble {
        font-size: 1.1em; } }
    @media screen and (min-width: 700px) {
      .bubble_outer .bubble {
        width: 50%;
        font-size: 0.8em; } }
    @media screen and (min-width: 700px) {
      .bubble_outer .bubble {
        font-size: 1em; } }
  .bubble_outer .number {
    font-size: 3.4em;
    color: white;
    font-family: "Noto Serif", serif;
    padding-bottom: 0.125em;
    line-height: 1em; }
    @media screen and (min-width: 700px) {
      .bubble_outer .number {
        font-size: 4.5em; } }
  .bubble_outer .label {
    color: white;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    max-width: 85%;
    font-size: 1.1em;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: 0.5em; }
    @media screen and (min-width: 700px) {
      .bubble_outer .label {
        font-size: 1.2em; } }
  .bubble_outer .date {
    font-size: 0.8em;
    color: white;
    font-family: "Noto Serif", serif; }
  .bubble_outer.b1 .bubble {
    background: linear-gradient(45deg, #ffb54b 0%, #ed7a27 100%);
    max-width: 300px; }
    @media screen and (min-width: 700px) {
      .bubble_outer.b1 .bubble {
        font-size: 0.9em; } }
    @media screen and (min-width: 1000px) {
      .bubble_outer.b1 .bubble {
        width: 40%; } }
    @media screen and (min-width: 1000px) {
      .bubble_outer.b1 .bubble .label {
        font-size: 1.4em; } }
  .bubble_outer.b2 .bubble {
    background: linear-gradient(45deg, #d62635 0%, #98224c 100%); }
    @media screen and (min-width: 700px) {
      .bubble_outer.b2 .bubble {
        width: 60%; } }
    @media screen and (min-width: 1000px) {
      .bubble_outer.b2 .bubble {
        font-size: 1.3em; } }
  .bubble_outer.b3 .bubble {
    background: linear-gradient(45deg, #72c3ae 0%, #27929b 100%); }
    @media screen and (min-width: 700px) {
      .bubble_outer.b3 .bubble {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 0.9em; } }
    @media screen and (min-width: 1000px) {
      .bubble_outer.b3 .bubble .label {
        font-size: 1.6em; } }
  .bubble_outer.b4 .bubble {
    background: linear-gradient(45deg, #d57e3e 0%, #dc2513 100%);
    font-size: 0.9em; }
    @media screen and (min-width: 700px) {
      .bubble_outer.b4 .bubble {
        max-width: 120px;
        margin: auto 0 0 auto; } }
    .bubble_outer.b4 .bubble .label {
      padding-right: 1em;
      text-align: center;
      vertical-align: middle;
      position: relative; }
      .bubble_outer.b4 .bubble .label .calendar_arrow {
        background-image: url("./img/calendar_arrow.svg");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        width: 1em;
        height: 100%;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0; }
    .bubble_outer.b4 .bubble img {
      width: 30px;
      margin: 0 auto;
      padding-bottom: 1em; }

/*Comment Output*/
.comments h2, .comments h3 {
  font-weight: 300;
  padding-bottom: 0.5em;
  margin: 0; }

.comments ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.comments > ul li {
  margin-bottom: 1em; }
  .comments > ul li:last-child {
    margin-bottom: none; }

.comments .vcard {
  float: left;
  width: 2em;
  border-radius: 2em;
  overflow: hidden; }

.comments .comment-body-content {
  margin-left: 2.5em; }

.comments .comment-meta {
  font-size: 0.7em; }

.comments .comment {
  border: 1px solid rgba(173, 173, 173, 0.5);
  padding: 1em; }

.comments .reply {
  text-align: right;
  padding-bottom: 1em; }
  .comments .reply a {
    font-size: 0.8em;
    display: inline-block;
    text-align: center;
    border: 1px solid #d57e3e;
    color: #d57e3e;
    padding: 0.25em 0.5em;
    border-radius: 4px;
    text-decoration: none;
    background: white; }
    .comments .reply a:hover {
      color: #98224c;
      border: 1px solid #98224c; }

.comments #respond {
  padding-top: 2em; }

.comments .logged-in-as {
  text-align: right;
  margin-top: 0; }
  .comments .logged-in-as a {
    font-size: 0.8em;
    margin-left: 0.5em;
    display: inline-block;
    text-decoration: none;
    padding: 0.25em 0.5em;
    border-radius: 4px; }

.comments label[for="comment"] {
  display: none; }

.comments #comment {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  min-height: 300px;
  padding: 1em; }

.comments .form-submit {
  text-align: right; }

.comments #submit {
  display: inline-block;
  text-align: center;
  border: 1px solid #d57e3e;
  color: #d57e3e;
  padding: 0.5em 1em;
  border-radius: 4px;
  text-decoration: none; }
  .comments #submit:hover {
    color: #98224c;
    border: 1px solid #98224c; }

.bubble_outer a {
    border: none;
    text-decoration: none;
}
#tribe_events_filters_wrapper button.tribe-events-filters-group-heading {
    font-size: 0.8em !important;
    font-weight: 300 !important;
    color: #515151 !important;
    font-family: "Noto Serif", sans-serif !important;
}
#tribe_events_filters_wrapper button:focus {
    outline: none;
}
#tribe_events_filters_wrapper .tribe-events-filters-content.tribe-clearfix {
    margin-top: 35px !important;
}
#tribe_events_filters_wrapper label.tribe-events-filters-label {
    font-family: "Oswald", sans-serif;
    text-transform: none !important;
    box-shadow: none;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: center;
    display: block !important;
    float: none !important;
    padding: 0 0 15px !important;
    color: #515151 !important;
}
#tribe_events_filters_wrapper button.tribe_events_filters_close_filters.tribe-js-filters-toggle, .tribe-events-filters-horizontal .tribe_events_filter_control button+button {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #515151 !important;
    font-family: "Noto Serif", sans-serif !important;
}
.select2-drop-active .select2-results .select2-highlighted {
    background-color: #d57e3e !important;
}
#tribe-bar-form  .tribe-bar-submit {
    margin-right: 0 !important;
}
.tribe-events-single-section .tribe-events-meta-group {
    flex-basis: 31%;
    max-width: 50%;
    margin-left: 1em;
    margin-bottom: 2em;
    flex-shrink: 0;
    flex-grow: 1;
}
.page-template-template-guide-sub .main_column .query_title {
    padding: 1em;
    margin: 0 0 20px;
}
.page-template-template-guide-sub .calendar_featured_ad {
    margin: 0 0 20px;
}
.page-template-template-guide-sub .calendar_featured_ad.banner {
    margin: 0 0 40px;
}
.sidebar ul.collection .collection_ad a {
    display: block;
    position: relative;
    padding-top: 100%;
    margin-bottom: 15px;
}

#tribe_events_filters_wrapper.tribe-events-filters-vertical {
  float: none;
  margin-bottom: 0px;
  padding: 0 0 0px;
  width: 100%;
}
#tribe_events_filters_wrapper .tribe-events-filters-content.tribe-clearfix {
  margin-top: 20px !important;
  text-align:center;
  background: transparent;
  border: none;
}
#tribe_events_filters_wrapper .tribe-events-filters-content.tribe-clearfix .tribe_events_filter_item {
  display:inline-block;
  margin: 0;
  padding: 0;
  width: 20%;
  margin-right: -4px;
}
#tribe_events_filters_wrapper button.tribe-events-filters-group-heading {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #000 !important;
  font-family: "Oswald", sans-serif !important;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe-events-filters-group-heading:after {
  display:none;
}
#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
  background: #eee;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0px solid #DDD;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}
.tribe_events_filter_item.closed .tribe-events-filter-group {
  display: block !important;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical .tribe_events_filter_item.closed .tribe-filter-status {
  display: none !important;
}
.tribe-events-filter-group {
  border-bottom: 0px solid #e2e2e2;
}
.tribe-events-filter-group.tribe-events-filter-select {
  background: transparent;
  padding: 0px 0px 8px;
}
.select2-container .select2-choice {
  height: 32px;
  line-height: 32px;
  border-radius: 0px;
  border: 1px solid #EEE;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 0 3px;
}
.select2-container .select2-choice abbr {
  top: 9px;
}
#tribe_events_filters_wrapper .tribe-dropdown .select2-choice>.select2-chosen {
  text-align: left;
}
#tribe_events_filters_wrapper input[type=submit] {
  background: #d57e3e;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 32px;
  margin: 8px auto;
  padding: 0 10px;
  text-transform: none;
  line-height: 32px;
  width: 20%;
  border-radius: 0px;
  vertical-align: bottom;
  margin-right: -4px;
}
#tribe_events_filters_wrapper.tribe-events-filters-vertical a.btn-secondary {
  color: #d57e3e;
  background: transparent;
  font-size: 12px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}
#tribe-bar-form .tribe-bar-filters-inner input {
  font-family: "Noto Serif", serif;
}
#tribe-bar-form .tribe-bar-submit input {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  cursor:pointer;
}

.tribe-events-single ul.tribe-related-events {
  padding: 0px;
}
#tribe-events-content .tribe-events-nav-pagination ul.tribe-events-sub-nav {
  text-align: left;
}

.listing_content_box .tribe-events-event-meta {
  border: 0px solid #f0f0f0;
  padding: .5em 0px;
}
.listing_content_box .tribe-events-event-meta .tribe-events-venue-details {
  padding-top: .5em;
}
.single-tribe_events ul.tribe-events-sub-nav {
    display: none;
}
#tribe_events_filters_wrapper {
    display: block !important;
    position: relative !important;
}
.social-sharing.wcss-social-sharing.wcss-below-title.wcss-icon-enabled {
    display: none;
}
.addthis_inline_share_toolbox {
    padding: 20px 0 0;
}
.single-listings h2 {
    margin-top: 10px;
}
#tribe-filter-Day:before {
    content: 'Select';
    background: #fff;
    display: block;
    padding: 7px 5px;
    font-size: 12px;
    text-align: left;
    height: 30px;
    cursor: pointer;
}
#tribe-filter-Day ul {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
}
#tribe-filter-Day:after {
    background: url('https://kidsguidemagazine.com/wp-content/plugins/the-events-calendar/common/vendor/tribe-select2/select2.png') no-repeat -2px -4px;
    content: '';
    height: 13px;
    width: 10px;
    top: 0;
    position: absolute;
    right: 5px;
    top: 7px;
}
#tribe-events-content a.back_button.btn {
    cursor: pointer;
}
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form, .tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_wrapper .tribe-events-filters-label, .tribe-events-filter-view.tribe-filters-closed .tribe_events_filters_reset {
    display: block;
}
#tribe_events_filters_wrapper input[type=submit] {
    width: auto;
}

.redundant_navigation a {
  text-decoration: none;
}
.redundant_navigation {
  border-right: 1px solid #DDD;
}
.copyright small {
  border-top: 1px solid #DDD;
}

div.guide_search_container > img {
  width:100%;
}
.mobile_open .limited_width_content {
    position: relative;
}
.mobile_open .search_form {
    display: block;
    flex-basis: inherit;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: -56px;
}
.mobile_open form#site_search_form {
    display: block;
    width: 80%;
    padding: 0;
}
.mobile_open #site_search_form .submit_button {
    flex-basis: 1.8em;
    height: 1.8em;
    flex-grow: 0;
    flex-shrink: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 20%;
}
p.guide_post_contact.event-list {
    margin-left: -10px !important;
    padding: 0;
}
section.limited_width_content.col4ad .giuerw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.limited_width_content .col4ad .giuerw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.limited_width_content.col4ad .giuerw .giuerw-col {
    flex-basis: 22%;
    padding-bottom: 0;
}
section.limited_width_content .col4ad .giuerw  .giuerw-col {
    flex-basis: 22%;
    padding-bottom: 0;
}
.col4advertical {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.col4advertical .g {
    flex-basis: 100%;
    text-align: center;
    position: relative;
    flex-grow: 0;
}
.col4advertical a {
    margin: 0 0 15px;
    position: relative;
    display: block;
}

div.hometop-rotator, div.homebottom-rotator {
  position:relative;
}
div.hometop-rotate1, div.hometop-rotate2, div.hometop-rotate3, div.hometop-rotate4, div.hometop-rotate5,
div.homebottom-rotate1, div.homebottom-rotate2, div.homebottom-rotate3, div.homebottom-rotate4, div.homebottom-rotate5 {
  display:block;
  top:0px;
  left:0px;
  width:100%;
}
div.hometop-rotate2, div.hometop-rotate3, div.hometop-rotate4, div.hometop-rotate5,
div.homebottom-rotate2, div.homebottom-rotate3, div.homebottom-rotate4, div.homebottom-rotate5 {
  display:none;
}
.calendar_featured_ad.banner .giuerw-col:last-child {
    margin: 0;
}
.calendar_featured_ad.banner .giuerw-col {
    margin: 0 0 15px;
}
@media print
{
    .subscribe_popover {
        display: none;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    a[href]:after {
      content: none !important;
    }
}
@media only screen and (max-width: 999px) {
    .tribe-events-single-section .tribe-events-meta-group {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 772px) {
    #tribe_events_filters_wrapper .tribe-events-filters-content.tribe-clearfix {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
  #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal, .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-vertical {
      margin-bottom: 0;
      margin-top: 0;
  }
  div.light_gray_bg.a_container section.limited_width_content.col4ad, div.light_gray_bg.a_container section.limited_width_content .col4ad {
    padding-top:0px;
    padding-bottom:0px;
  }
  section.limited_width_content.col4ad .giuerw .giuerw-col, section.limited_width_content .col4ad .giuerw .giuerw-col {
    flex-basis: 48%;
    margin:15px 0px;
  }
  section.limited_width_content.col4ad .giuerw .giuerw-col a, section.limited_width_content .col4ad .giuerw .giuerw-col a {
    display:block;
  }
  section.limited_width_content.col4ad .giuerw .giuerw-col a img, section.limited_width_content .col4ad .giuerw .giuerw-col a img {
    display:block;
    width:100%;
  }
}

@media screen and (max-width: 699px) {
  .guide_menu li {
    margin-bottom: 0em;
  }
  .sub-menu a {
    padding: .3em .7em;
  }
  .col4advertical {
    flex-direction: row;
    }
    .col4advertical .giuerw-4 {
        max-width: 100%;
        width: 46%;
    }
    .col4advertical .giuerw {
        max-width: 100%;
        width: 46%;
    }
}
@media only screen and (max-width: 580px) {

    .col4advertical .giuerw img {
        width: 100%;
    }
}
@media only screen and (max-width: 550px) {
  #tribe_events_filters_wrapper .tribe-events-filters-content.tribe-clearfix .tribe_events_filter_item {
    width: 50%;
  }
  #tribe-filter-Day:before {
    margin: 0 0 0 1px;
  }
  #tribe-bar-form .tribe-bar-filters-inner {
    display: block;
  }
  #tribe-bar-form .tribe-bar-date-filter, #tribe-bar-form .tribe-bar-search-filter {
    margin-bottom: 5px;
  }
  .guide_post_meta li {
    flex-basis: 100%;
  }
}
