/*! 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 {
  font-size: 100%;
  /* 1 */
  -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"] {
  /* 1 */
  -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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
body .col-full, body #wrapper, #tribe-events-pg-template, .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
  max-width: 980px;
}
body.rhp-rhino, body.page.rhp-rhino {
  background-image: url(http://catscradle.com/wp-content/uploads/2016/08/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  body .col-full, body #wrapper, #tribe-events-pg-template, .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 980px;
  }
}
@media only screen and (min-width: 980px) {
  body .col-full, body #wrapper, #tribe-events-pg-template, .events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 980px;
  }
}
.rhp-rhino #header-container {
  text-align: center;
  background-image: url(http://catscradle.com/wp-content/uploads/2016/08/bg_header_full.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.rhp-rhino #header-container #header {
  padding: 20px;
  background-image: none;
}
.rhp-rhino #header-container #header .rhino-header .rhino-social {
  clear: both;
}
.rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons {
  margin: 5px 0 0 0;
}
.rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon {
  display: inline-block;
  margin: 0 2px;
  width: initial;
  height: initial;
  vertical-align: middle;
}
.rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon img, .rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg {
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}
.rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon i.fa {
  font-size: 24px;
  line-height: 1;
  margin: 0 2px;
}
.rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon:first-child {
  margin-left: 0;
}
.rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon:last-child {
  margin-right: 0;
}
.rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info {
  margin-bottom: 20px;
}
.rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a {
  font-size: 16px;
}
.rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li {
  line-height: 1;
  vertical-align: middle;
}
.rhp-rhino ul.rhino-contact-info li {
  display: block;
  margin-bottom: 5px;
  vertical-align: middle;
}
.rhp-rhino ul.rhino-contact-info li:last-child {
  margin-bottom: 0;
}
.rhp-rhino ul.rhino-contact-info li .svg, .rhp-rhino ul.rhino-contact-info li span {
  display: inline;
  vertical-align: middle;
}
.rhp-rhino ul.rhino-contact-info li .svg {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
.rhp-rhino ul.rhino-contact-info li i.fa {
  font-size: 18px;
}
.rhp-rhino h3.nav-toggle {
  background-image: none;
  border: none;
}
.rhp-rhino h3.nav-toggle a, .rhp-rhino h3.nav-toggle:before {
  text-shadow: none;
  border: none;
}
.rhp-rhino #nav-container {
  border: none;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.rhp-rhino #nav-container #navigation {
  text-align: center;
}
.rhp-rhino #nav-container #navigation .menus {
  width: 100%;
  text-align: center;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav {
  margin: 0;
  padding: 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li {
  font-size: 18px;
  font-weight: bold;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li a {
  display: block;
  text-decoration: none;
  padding: 8px 16px;
  transition: 0.2s ease;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li:first-child, .rhp-rhino #nav-container #navigation .menus ul#main-nav li:last-child {
  border-left: 0;
  border-right: 0;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu {
  margin-left: 1px;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu li {
  font-size: 14px;
}
.rhp-rhino .widget h3 {
  font-size: 22px;
  border: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.rhp-rhino .widget embed, .rhp-rhino .widget iframe, .rhp-rhino .widget video {
  margin: 0 auto;
  display: inherit;
}
.rhp-rhino #meteor-slides {
  display: none;
}
.rhp-rhino #content {
  margin-top: 3em;
}
.rhp-rhino #sidebar .widget {
  padding: 20px;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list {
  border-bottom: 3px solid;
  font-size: 18px;
  margin-top: 0;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list li {
  padding: 12px 18px 9px 18px;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active {
  padding-top: 15px;
  padding-bottom: 12px;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item {
  border-top: 3px solid;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active {
  border-top: 3px solid;
  font-weight: bold;
}
.rhp-rhino .responsive-tabs h3.responsive-tabs__heading {
  padding: 12px 20px;
  margin-bottom: 0;
}
.rhp-rhino .responsive-tabs h3.responsive-tabs__heading.responsive-tabs__heading--active {
  border-top: 3px solid;
  font-weight: bold;
}
.rhp-rhino .responsive-tabs .responsive-tabs__panel {
  padding: 20px;
  display: block;
  border-bottom: 3px solid;
}
.rhp-rhino #footer-container {
  text-align: center;
  background-image: url(/wp-content/themes/cats_cradle/scss/);
  background-repeat: no-repeat;
  background-size: auto;
}
.rhp-rhino #footer-container #footer {
  border: none;
}
.rhp-rhino #footer-container #footer.col-full {
  padding: 0;
}
.rhp-rhino #footer-container #footer .rhino-footer-left .rhino-footer-logo {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.rhp-rhino #footer-container #footer .rhino-footer-left .rhino-footer-logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
.rhp-rhino #footer-container #footer .rhino-footer {
  margin-bottom: 10px;
}
.rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu {
  margin: 10px 0;
}
.rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid;
}
.rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li a {
  display: block;
  padding: 8px 0;
}
.rhp-rhino #footer-container #footer .rhino-social {
  padding: 10px 0 8px 0;
  margin-top: 10px;
}
.rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons {
  margin: 5px 0 0 0;
}
.rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon {
  display: inline-block;
  margin: 0 2px;
  width: 24px;
  height: 24px;
}
.rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon img, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg {
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
}
.rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon:first-child {
  margin-left: 0;
}
.rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon:last-child {
  margin-right: 0;
}
.rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon i.fa {
  font-size: 18px;
  line-height: 1;
}
.rhp-rhino #footer-container #footer .rhino-footer-right {
  margin-bottom: 10px;
}
.rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li {
  font-size: 14px;
  margin-right: 10px;
}
.rhp-rhino #footer-container #footer .col-left {
  width: 100%;
  float: none;
  display: block;
  text-align: center;
  clear: both;
  text-align: left;
}
.rhp-rhino #footer-container #footer .col-right {
  display: none;
}
.rhp-rhino article.post {
  padding-bottom: 20px;
}
.rhp-rhino blockquote, .rhp-rhino .entry blockquote {
  padding: 0 20px;
  margin: 10px 0 10px 20px;
  border-left: 3px solid;
  display: block;
  clear: both;
}
.rhp-rhino blockquote:before, .rhp-rhino .entry blockquote:before {
  display: none;
}
.rhp-rhino #credit {
  display: none;
}
.rhp-rhino #rockhouse-powered, .rhp-rhino #rockhouse-powered.col-full {
  width: 100%;
  max-width: 100% !important;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .rhp-rhino #header-container #header {
    padding: 20px;
  }
  .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info {
    width: auto;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    vertical-align: top;
  }
  .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li {
    text-align: right;
  }
  .rhp-rhino #header-container #header .rhino-header-right .rhino-social {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
  }
  .rhp-rhino #header-container #header .rhino-header-right .rhino-social ul.rhino-social-icons {
    margin: 0;
  }
  .rhp-rhino #header-container #header .rhino-header-right .rhino-social ul.rhino-social-icons li.rhino-social-icon {
    margin: 0;
  }
  .rhp-rhino #header-container #header .rhino-header-right .rhino-social ul.rhino-social-icons li.rhino-social-icon a {
    width: inherit;
    height: inherit;
  }
  .rhp-rhino #header-container #header #nav-container {
    display: inline-block;
    width: auto;
    float: right;
    clear: right;
  }
  .rhp-rhino #header-container #logo {
    max-width: 320px;
    height: auto;
    text-align: left;
  }
  .rhp-rhino #header-container #logo h1.site-title {
    margin-top: 0;
  }
  .rhp-rhino #header-container #logo img {
    width: 100%;
    height: auto;
  }
  .rhp-rhino #header-container .rhino-header {
    width: auto;
    float: right;
  }
  .rhp-rhino #header-container .rhino-header .rhino-header-right .rhino-contact-info {
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
  }
  .rhp-rhino #header-container .rhino-header .rhino-social {
    display: inline-block;
  }
  .rhp-rhino #header-container .rhino-header .rhino-social ul.rhino-social-icons {
    text-align: right;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li {
    text-align: left;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu {
    margin-left: 1px;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu li {
    font-size: inherit;
  }
  .rhp-rhino #footer-container {
    padding-top: 20px;
  }
  .rhp-rhino #footer-container #footer.col-full {
    padding: 0 20px;
  }
  .rhp-rhino #footer-container #footer .rhino-footer-left {
    width: auto;
    display: inline-block;
    float: left;
  }
  .rhp-rhino #footer-container #footer .rhino-footer-left .rhino-footer-logo {
    margin: 0 0 20px 0;
  }
  .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav {
    width: auto;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
  }
  .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu {
    margin: 0;
  }
  .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li.menu-item {
    display: inline-block;
    float: left;
    border-bottom: none;
    font-size: 18px;
  }
  .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li.menu-item a {
    padding: 8px 16px;
  }
  .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li.menu-item:last-child {
    border-right: none;
  }
  .rhp-rhino #footer-container #footer .rhino-footer-right {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid;
  }
  .rhp-rhino #footer-container #footer .rhino-footer-right .rhino-contact-info {
    display: inline-block;
    float: left;
    margin-top: 12px;
  }
  .rhp-rhino #footer-container #footer .rhino-footer-right .rhino-social {
    padding: 0;
    display: inline-block;
    float: right;
    background: none;
  }
  .rhp-rhino #footer-container #footer .rhino-social {
    background: none;
  }
  .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon {
    width: 16px;
    height: 16px;
  }
  .rhp-rhino ul.rhino-contact-info li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .rhp-rhino ul.rhino-contact-info li:last-child {
    margin-right: 0;
  }
  .rhp-rhino #meteor-slideshow, .rhp-rhino .meteor-slides .mslide, .rhp-rhino .meteor-shim {
    display: block;
  }
  .rhp-rhino #home-widget-container-main #meteor-slideshow, .rhp-rhino #home-widget-container-main .meteor-slides .mslide, .rhp-rhino #home-widget-container-main .meteor-shim {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1280px) {
  .rhp-rhino body.full-width #header, .rhp-rhino #nav-container, .rhp-rhino body.full-width #content, .rhp-rhino body.full-width #footer-widgets, .rhp-rhino body.full-width #footer, .rhp-rhino #content {
    padding-left: 0;
    padding-right: 0;
  }
}
body, body.page, body.rhp-rhino {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Arial;
  font-weight: normal;
}
body a:link, body.page a:link, body.rhp-rhino a:link, body a:visited, body.page a:visited, body.rhp-rhino a:visited, body ul.nav li.current_page_item a, body.page ul.nav li.current_page_item a, body.rhp-rhino ul.nav li.current_page_item a, body ul.nav li.current_page_parent a, body.page ul.nav li.current_page_parent a, body.rhp-rhino ul.nav li.current_page_parent a, body ul.nav li.current-menu-ancestor a, body.page ul.nav li.current-menu-ancestor a, body.rhp-rhino ul.nav li.current-menu-ancestor a, body ul.nav li.current-cat a, body.page ul.nav li.current-cat a, body.rhp-rhino ul.nav li.current-cat a, body ul.nav li.current-menu-item a, body.page ul.nav li.current-menu-item a, body.rhp-rhino ul.nav li.current-menu-item a {
  text-decoration: none;
  transition: 0.2s ease;
}
body a:link:hover, body.page a:link:hover, body.rhp-rhino a:link:hover, body a:visited:hover, body.page a:visited:hover, body.rhp-rhino a:visited:hover, body ul.nav li.current_page_item a:hover, body.page ul.nav li.current_page_item a:hover, body.rhp-rhino ul.nav li.current_page_item a:hover, body ul.nav li.current_page_parent a:hover, body.page ul.nav li.current_page_parent a:hover, body.rhp-rhino ul.nav li.current_page_parent a:hover, body ul.nav li.current-menu-ancestor a:hover, body.page ul.nav li.current-menu-ancestor a:hover, body.rhp-rhino ul.nav li.current-menu-ancestor a:hover, body ul.nav li.current-cat a:hover, body.page ul.nav li.current-cat a:hover, body.rhp-rhino ul.nav li.current-cat a:hover, body ul.nav li.current-menu-item a:hover, body.page ul.nav li.current-menu-item a:hover, body.rhp-rhino ul.nav li.current-menu-item a:hover, body a:link:focus, body.page a:link:focus, body.rhp-rhino a:link:focus, body a:visited:focus, body.page a:visited:focus, body.rhp-rhino a:visited:focus, body ul.nav li.current_page_item a:focus, body.page ul.nav li.current_page_item a:focus, body.rhp-rhino ul.nav li.current_page_item a:focus, body ul.nav li.current_page_parent a:focus, body.page ul.nav li.current_page_parent a:focus, body.rhp-rhino ul.nav li.current_page_parent a:focus, body ul.nav li.current-menu-ancestor a:focus, body.page ul.nav li.current-menu-ancestor a:focus, body.rhp-rhino ul.nav li.current-menu-ancestor a:focus, body ul.nav li.current-cat a:focus, body.page ul.nav li.current-cat a:focus, body.rhp-rhino ul.nav li.current-cat a:focus, body ul.nav li.current-menu-item a:focus, body.page ul.nav li.current-menu-item a:focus, body.rhp-rhino ul.nav li.current-menu-item a:focus {
  text-decoration: none;
}
body p, body.page p, body.rhp-rhino p, body ul, body.page ul, body.rhp-rhino ul, body ol, body.page ol, body.rhp-rhino ol, body li, body.page li, body.rhp-rhino li, body .entry, body.page .entry, body.rhp-rhino .entry, body .entry p, body.page .entry p, body.rhp-rhino .entry p, body h5, body.page h5, body.rhp-rhino h5, body h6, body.page h6, body.rhp-rhino h6, body #logo .site-description, body.page #logo .site-description, body.rhp-rhino #logo .site-description, body .widget p, body.page .widget p, body.rhp-rhino .widget p, body .tribe-events-calendar th, body.page .tribe-events-calendar th, body.rhp-rhino .tribe-events-calendar th {
  font-family: Arial;
}
body .widget p, body.page .widget p, body.rhp-rhino .widget p {
  font-size: 14px;
  line-height: 22px;
}
body #logo .site-title a, body.page #logo .site-title a, body.rhp-rhino #logo .site-title a, body h1, body.page h1, body.rhp-rhino h1, body h2, body.page h2, body.rhp-rhino h2, body h3, body.page h3, body.rhp-rhino h3, body .widget h3, body.page .widget h3, body.rhp-rhino .widget h3, body h4, body.page h4, body.rhp-rhino h4, body .page-title, body.page .page-title, body.rhp-rhino .page-title, body .post .title, body.page .post .title, body.rhp-rhino .post .title, body .page .title, body.page .page .title, body.rhp-rhino .page .title, body #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title, body.page #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title, body.rhp-rhino #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title, body #tribe-events-content .tribe-events-tooltip h4, body.page #tribe-events-content .tribe-events-tooltip h4, body.rhp-rhino #tribe-events-content .tribe-events-tooltip h4, body .responsive-tabs__list__item, body.page .responsive-tabs__list__item, body.rhp-rhino .responsive-tabs__list__item {
  font-family: Droid Sans;
}
body h5, body.page h5, body.rhp-rhino h5, body h6, body.page h6, body.rhp-rhino h6 {
  font-size: 14px;
}
body h6, body.page h6, body.rhp-rhino h6 {
  font-weight: normal;
}
body #tribe-events-content .tribe-events-tooltip h4, body.page #tribe-events-content .tribe-events-tooltip h4, body.rhp-rhino #tribe-events-content .tribe-events-tooltip h4 {
  font-size: 24px;
  line-height: 1.2;
}
body .rhino-event-datebox-date p, body.page .rhino-event-datebox-date p, body.rhp-rhino .rhino-event-datebox-date p, body #nav-container #navigation .menus ul#main-nav li, body.page #nav-container #navigation .menus ul#main-nav li, body.rhp-rhino #nav-container #navigation .menus ul#main-nav li, body #nav-container #navigation .menus ul#main-nav li a, body.page #nav-container #navigation .menus ul#main-nav li a, body.rhp-rhino #nav-container #navigation .menus ul#main-nav li a, body .tribe-events-list-separator-month, body.page .tribe-events-list-separator-month, body.rhp-rhino .tribe-events-list-separator-month {
  font-family: Droid Sans;
}
.rhp-rhino a.button.primary {
  font-size: 18px;
}
.rhp-rhino a.button.secondary, .rhp-rhino p.tribe-events-widget-link a, .rhp-rhino .rhino-widget-list p.tribe-events-widget-link a, .rhp-rhino input[type=submit], .rhp-rhino input.button, .rhp-rhino #tribe-bar-form .tribe-bar-submit input[type=submit] {
  font-size: 18px;
}
.rhp-rhino a.button.tertiary {
  font-size: 18px;
}
.rhp-rhino a.button.large {
  font-size: 18px;
  padding: 0.327em 1em;
}
.rhp-rhino a.button.medium, .rhp-rhino p.tribe-events-widget-link a, .rhp-rhino .rhino-widget-list p.tribe-events-widget-link a, .rhp-rhino #sidebar span.button.tertiary, .rhp-rhino #sidebar span.coming-soon, .rhp-rhino #sidebar span.sold-out, .rhp-rhino #sidebar span.free, .rhp-rhino #sidebar span.off-sale {
  font-size: 14px;
  padding: 0.327em 1em;
}
.rhp-rhino a.button.small {
  font-size: 12px;
  padding: 0.327em 1em;
}
.rhp-rhino a.button, .rhp-rhino a.comment-reply-link, .rhp-rhino #commentform #submit, .rhp-rhino .submit, .rhp-rhino input[type=submit], .rhp-rhino input.button, .rhp-rhino button.button, .rhp-rhino #wrapper .woo-sc-button, .rhp-rhino span.button, .rhp-rhino a.comment-reply-link, .rhp-rhino #commentform #submit, .rhp-rhino .submit, .rhp-rhino #wrapper .woo-sc-button, .rhp-rhino .rhino-widget-list p.tribe-events-widget-link a, .rhp-rhino .widget.tribe-events-list-widget p.tribe-events-widget-link a {
  font-family: Droid Sans;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0px;
  font-weight: bold;
  text-transform: none;
  border: none;
  text-align: center;
}
.rhp-rhino span.button.tertiary, .rhp-rhino span.coming-soon, .rhp-rhino span.sold-out, .rhp-rhino span.free, .rhp-rhino span.off-sale {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  font-family: Droid Sans;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  text-shadow: none;
  padding: 10px 0;
}
.rhp-rhino .rhino-event-more-info, .rhp-rhino .rhino-event-rsvp, .rhp-rhino .rhino-event-share {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.rhp-rhino .rhino-slide-right span.button.tertiary, .rhp-rhino .rhino-slide-right span.coming-soon, .rhp-rhino .rhino-slide-right span.sold-out, .rhp-rhino .rhino-slide-right span.free, .rhp-rhino .rhino-slide-right span.off-sale {
  padding: 20px 0;
}
.rhp-rhino .rhino-event-share .addthis_toolbox.addthis_default_style {
  text-align: center;
}
.rhp-rhino .rhino-event-share .addthis_toolbox.addthis_default_style .addthis_separator, .rhp-rhino .rhino-event-share .addthis_toolbox.addthis_default_style .at300b, .rhp-rhino .rhino-event-share .addthis_toolbox.addthis_default_style .at4-icon, .rhp-rhino .rhino-event-share .addthis_toolbox.addthis_default_style .at300bo, .rhp-rhino .rhino-event-share .addthis_toolbox.addthis_default_style .at300m, .rhp-rhino .rhino-event-share .addthis_toolbox.addthis_default_style .at300bs, .rhp-rhino .rhino-event-share .addthis_toolbox.addthis_default_style .addthis_counter {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.rhp-rhino .rhino-widget-list p.tribe-events-widget-link a, .rhp-rhino .widget.tribe-events-list-widget p.tribe-events-widget-link a {
  display: inline-block;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.rhp-rhino .tribe-events-list-widget {
  padding: 0;
}
.rhp-rhino .tribe-events-event-image, .rhp-rhino .tribe-events-list .tribe-events-event-image {
  width: auto;
  float: none;
  margin: 0;
}
.rhp-rhino .tribe-events-list .type-tribe_events {
  padding: 0;
}
.rhp-rhino p.tribe-events-widget-link {
  margin: 0;
}
.rhp-rhino .rhino-event-wrapper {
  padding: 20px;
}
.rhp-rhino .rhino-event-wrapper, .rhp-rhino .tribe-events-single, .rhp-rhino .widget.tribe-events-list-widget, .rhp-rhino #tribe-events-content table.tribe-events-calendar {
  display: block;
  margin-bottom: 20px;
  border-bottom: 3px solid;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-left, .rhp-rhino .tribe-events-single .rhino-event-left, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-left, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-left {
  display: none;
}
.rhp-rhino .rhino-event-wrapper p.rhino-event-tagline, .rhp-rhino .tribe-events-single p.rhino-event-tagline, .rhp-rhino .widget.tribe-events-list-widget p.rhino-event-tagline, .rhp-rhino #tribe-events-content table.tribe-events-calendar p.rhino-event-tagline {
  font-size: 14px;
  line-height: 110%;
  margin: 0 0 5px 0;
}
.rhp-rhino .rhino-event-wrapper h2.rhino-event-header, .rhp-rhino .tribe-events-single h2.rhino-event-header, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header, .rhp-rhino .rhino-event-wrapper h2.rhino-event-header a, .rhp-rhino .tribe-events-single h2.rhino-event-header a, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a {
  font-size: 24px;
  line-height: 110%;
  margin: 0 0 7px 0;
}
.rhp-rhino .rhino-event-wrapper h3.rhino-event-subheader, .rhp-rhino .tribe-events-single h3.rhino-event-subheader, .rhp-rhino .widget.tribe-events-list-widget h3.rhino-event-subheader, .rhp-rhino #tribe-events-content table.tribe-events-calendar h3.rhino-event-subheader {
  font-size: 18px;
  line-height: 110%;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: none;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-date-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-date-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-date-box, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-date-box, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-time-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-time-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-time-box, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-time-box, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-price-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-price-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-price-box, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-price-box, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-venue-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-venue-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-venue-box, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-venue-box {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-date-box p, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-date-box p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-date-box p, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-date-box p, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-time-box p, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-time-box p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-time-box p, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-time-box p, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-price-box p, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-price-box p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-price-box p, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-price-box p, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-venue-box p, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-venue-box p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-venue-box p, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-venue-box p, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-date-box i, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-date-box i, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-date-box i, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-date-box i, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-time-box i, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-time-box i, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-time-box i, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-time-box i, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-price-box i, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-price-box i, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-price-box i, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-price-box i, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-venue-box i, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-venue-box i, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-venue-box i, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-venue-box i {
  font-size: 16px;
  display: inline-block;
  margin: 0 1px;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-notes-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-notes-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-notes-box, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-notes-box {
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-notes-box p, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-notes-box p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-notes-box p, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-notes-box p {
  margin: 5px 0;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-right .rhino-event-list-cta, .rhp-rhino .tribe-events-single .rhino-event-right .rhino-event-list-cta, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-right .rhino-event-list-cta, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-right .rhino-event-list-cta {
  margin-bottom: 5px;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-right a.rhino-event-more-info, .rhp-rhino .tribe-events-single .rhino-event-right a.rhino-event-more-info, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-right a.rhino-event-more-info, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-right a.rhino-event-more-info {
  font-size: 14px;
}
.rhp-rhino .rhino-event-wrapper .tribe-events-content, .rhp-rhino .tribe-events-single .tribe-events-content, .rhp-rhino .widget.tribe-events-list-widget .tribe-events-content, .rhp-rhino #tribe-events-content table.tribe-events-calendar .tribe-events-content {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  clear: both;
  display: block;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-list-share, .rhp-rhino .tribe-events-single .rhino-event-list-share, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-list-share, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-list-share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0 0 0;
  margin: 5px 0 10px 0;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino .tribe-events-single .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino .rhino-event-wrapper .rhino-event-list-share .rhino-event-share, .rhp-rhino .tribe-events-single .rhino-event-list-share .rhino-event-share, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-list-share .rhino-event-share, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-list-share .rhino-event-share {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-list-share .rhino-event-share, .rhp-rhino .tribe-events-single .rhino-event-list-share .rhino-event-share, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-list-share .rhino-event-share, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-list-share .rhino-event-share {
  margin-right: 10px;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino .tribe-events-single .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-list-share a.rhino-event-rsvp {
  margin-top: 3px;
}
.rhp-rhino .rhino-event-wrapper p.tribe-events-widget-link, .rhp-rhino .tribe-events-single p.tribe-events-widget-link, .rhp-rhino .widget.tribe-events-list-widget p.tribe-events-widget-link, .rhp-rhino #tribe-events-content table.tribe-events-calendar p.tribe-events-widget-link {
  text-align: center;
  margin-bottom: 0;
}
.rhp-rhino #tribe-events-pg-template {
  padding: 40px 0 20px 0;
}
.rhp-rhino #tribe-events-pg-template #tribe-events-header {
  display: none;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single {
  padding: 20px;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-single-event-right .rhino-event-cta-box {
  position: fixed;
  width: 100%;
  display: block;
  bottom: 0;
  margin: 0 0 0 -20px;
  padding: 10px 20px 20px 20px;
  border-top: 3px solid;
  background-color: rgba(255, 255, 255, 0.9);
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-single-event-right .rhino-event-secondary-cta-box {
  display: none;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single #rhino-event-single-content {
  margin: 0 0 20px 0;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header, .rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a {
  font-size: 24px;
  line-height: 110%;
  margin: 0 0 7px 0;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single h3.rhino-event-subheader {
  font-size: 18px;
  line-height: 110%;
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: none;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-date-box, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-time-box, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-price-box, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-venue-box {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-date-box p, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-time-box p, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-price-box p, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-venue-box p, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-date-box i, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-time-box i, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-price-box i, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-venue-box i {
  font-size: 16px;
  display: inline-block;
  margin: 0 1px;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-secondary-cta-box {
  display: block;
  margin: 10px 0;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-notes-box {
  margin: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single a.rhino-event-rsvp {
  margin-bottom: 10px;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
  display: block;
  float: left;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, 0.3);
  margin-top: 12px;
  margin-right: 5px;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
  display: block;
  float: left;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.3);
  margin-top: 14px;
  padding-bottom: 5px;
  margin-right: 5px;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap a.button.st-toggle, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap a.button.st-toggle {
  text-align: left;
  font-size: 14px;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content {
  margin-top: 10px;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual {
  display: block;
  width: 100%;
  clear: both;
  overflow: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  list-style: none;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual h4, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual h4 {
  display: block;
  width: 100%;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates {
  display: inline-block;
  width: 100%;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates span.rhino-event-series-date, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates span.rhino-event-series-date {
  margin-right: 10px;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates span i.fa, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates span i.fa {
  margin-right: 3px;
}
.rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates-cta, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates-cta {
  display: block;
  width: 100%;
  margin-top: 5px;
}
.rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap {
  margin-top: 10px;
}
.rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap h4 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 420px) {
  .rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual h4, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual h4 {
    display: inline-block;
    width: 58%;
    float: left;
  }
  .rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates {
    display: inline-block;
    width: 58%;
    float: left;
  }
  .rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates span.rhino-event-series-date, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates span.rhino-event-series-date {
    margin-right: 10px;
  }
  .rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates-cta, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates-cta {
    display: inline-block;
    width: 40%;
    float: right;
    vertical-align: top;
    margin-top: -15px;
    clear: right;
  }
}
@media only screen and (min-width: 768px) {
  .rhp-rhino .widget.tribe-events-list-widget {
    padding: 0;
  }
  .rhp-rhino .rhino-event-wrapper, .rhp-rhino .tribe-events-single, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper {
    padding: 20px 2%;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left, .rhp-rhino .tribe-events-single .rhino-event-left, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left {
    display: inline-block;
    float: left;
    width: 27%;
    padding-right: 3%;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-datebox, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-datebox {
    display: inline-block;
    float: left;
    width: 30%;
    text-align: center;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox.no-thumbnail, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-datebox.no-thumbnail, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-datebox.no-thumbnail {
    width: 100%;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month {
    padding: 6px 0;
    margin: 0;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month p, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date {
    padding: 4px 0;
    margin: 0;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date p, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date p {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day {
    padding: 2px 0;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day p, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day p {
    font-size: 14px;
    line-height: 1;
    margin: 0;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-thumb, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-thumb, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-thumb {
    display: inline-block;
    float: right;
    width: 65%;
    height: auto;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-thumb img, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-thumb img, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-thumb img {
    width: 100%;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-thumb.no-thumbnail, .rhp-rhino .tribe-events-single .rhino-event-left .rhino-event-thumb.no-thumbnail, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left .rhino-event-thumb.no-thumbnail {
    display: none;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left.no-thumbnail, .rhp-rhino .tribe-events-single .rhino-event-left.no-thumbnail, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-left.no-thumbnail {
    width: 10%;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-center, .rhp-rhino .tribe-events-single .rhino-event-center, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-center {
    display: inline-block;
    float: left;
    width: 48%;
    padding-right: 3%;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-center.no-thumbnail, .rhp-rhino .tribe-events-single .rhino-event-center.no-thumbnail, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-center.no-thumbnail {
    width: 65%;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-date-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-date-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-center .rhino-event-date-box {
    display: none;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-right, .rhp-rhino .tribe-events-single .rhino-event-right, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-right {
    display: inline-block;
    float: right;
    width: 25%;
    max-width: 200px;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-list-share, .rhp-rhino .tribe-events-single .rhino-event-list-share, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-wrapper .rhino-event-list-share {
    text-align: left;
    margin-bottom: 0;
  }
  .rhp-rhino #tribe-events-pg-template {
    padding-top: 20px;
  }
  .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-single-event-right {
    display: inline-block;
    float: right;
    width: 35%;
    max-width: 360px;
    margin-bottom: 20px;
  }
  .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-single-event-right .rhino-event-cta-box {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0;
    background-color: transparent;
    border-top: none;
  }
  .rhp-rhino #tribe-events-pg-template .tribe-events-single #rhino-event-single-content {
    display: inline-block;
    float: left;
    width: 60%;
  }
  .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-secondary-cta-box {
    clear: both;
  }
  .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-secondary-cta-box a.button {
    width: auto;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
  }
  .rhp-rhino #tribe-events-pg-template .tribe-events-single a.rhino-event-rsvp {
    width: auto;
    display: inline-block;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-share {
    width: auto;
    display: inline-block;
    float: left;
    margin-left: 20px;
  }
  .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event_after_content_wrap {
    clear: both;
  }
  .rhp-rhino #tribe-events-pg-template .tribe-events-cal-links {
    display: none;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month {
    padding: 0;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-loop .tribe-events-content {
    padding: 20px 0;
    margin: 20px 0;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar {
    padding: 0;
    width: 100%;
    display: table;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar thead {
    width: 100%;
    display: table;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar thead th {
    padding: 6px 9px;
    position: relative;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar tbody.vcalendar {
    padding: 0;
    width: 100%;
    display: table;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar tbody.vcalendar tr {
    display: table-row;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar tbody.vcalendar td {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar {
    width: 100%;
    display: block;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .tribe-events-tooltip {
    padding: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .tribe-events-tooltip h4 {
    background-color: transparent;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .tribe-events-event-thumb {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .rhino-event-single-cta {
    display: block;
    width: 100%;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .rhino-event-single-cta a {
    padding-left: 0;
    padding-right: 0;
  }
  .rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual h4, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual h4 {
    width: 72%;
  }
  .rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates {
    width: 72%;
  }
  .rhp-rhino .rhino-event-wrapper .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates-cta, .rhp-rhino .rhino-single-event-right .wrapper.rhino-event-series-list-wrap .st-content ul.rhino-event-series-list li.rhino-event-series-individual .rhino-event-series-dates-cta {
    width: 27%;
  }
}
@media only screen and (min-width: 980px) {
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month {
    padding: 0;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar {
    padding: 0;
    width: 70%;
    display: inline-block;
    float: left;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .tribe-events-tooltip {
    width: 25%;
    display: inline-block;
    float: right;
    padding: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  }
  .rhp-rhino .tribe-events-notices {
    display: inline-block;
    float: right;
    clear: none;
    position: absolute;
    right: 10px;
    margin-top: 40px;
    width: 25%;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month {
    padding: 0;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar {
    padding: 0;
    width: 70%;
    display: inline-block;
    float: left;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .tribe-events-tooltip {
    width: 25%;
    display: inline-block;
    float: right;
    padding: 10px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  }
  .rhp-rhino .tribe-events-notices {
    display: inline-block;
    float: right;
    clear: none;
    position: absolute;
    right: 10px;
    margin-top: 40px;
    width: 25%;
  }
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol {
  margin: 10px 0 0 0;
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li {
  display: block;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li .rhino-events-widget-vitals {
  display: inline-block;
  width: 65%;
  float: left;
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li .rhino-events-widget-vitals h4 {
  font-size: 16px;
  margin: 0 0 5px 0;
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li .rhino-events-widget-vitals .duration {
  font-size: 14px;
  margin: 0 0 5px 0;
  font-weight: normal;
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li .rhino-events-widget-vitals .tribe-events-event-image {
  display: none;
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li .rhino-event-single-cta {
  display: inline-block;
  width: 30%;
  float: right;
}
.rhp-rhino .tribe-events-user-recurrence-toggle {
  display: none;
}
.rhp-rhino #tribe-events-content.tribe-events-month #rhp-calendar-sidebar {
  display: none;
}
.rhp-rhino #tribe-events-content.tribe-events-month #rhp-calendar-sidebar, .rhp-rhino #tribe-mobile-container {
  padding: 20px;
}
.rhp-rhino #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .tribe-events-event-thumb, .rhp-rhino #tribe-mobile-container .tribe-events-event-thumb {
  display: inline-block;
  float: right;
  width: 30%;
}
.rhp-rhino #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .tribe-events-event-thumb img, .rhp-rhino #tribe-mobile-container .tribe-events-event-thumb img {
  width: 100%;
  height: auto;
}
.rhp-rhino #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .rhino-event-single-cta, .rhp-rhino #tribe-mobile-container .rhino-event-single-cta {
  display: inline-block;
}
.rhp-rhino #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .rhino-event-single-cta a, .rhp-rhino #tribe-mobile-container .rhino-event-single-cta a {
  padding-left: 14px;
  padding-right: 14px;
}
.rhp-rhino #tribe-events .tribe-events-loop .tribe-events-content {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.rhp-rhino #tribe-bar-form .tribe-bar-views-inner {
  background: none;
}
.rhp-rhino #tribe-bar-form .tribe-bar-views-inner label {
  padding: 0;
}
.rhp-rhino #tribe-bar-form .tribe-bar-search-filter, .rhp-rhino #tribe-bar-form .tribe-bar-rhp-cat-filter, .rhp-rhino #tribe-bar-form .tribe-bar-rhp-venue-filter {
  width: 25%;
  float: left;
  margin-bottom: 0;
  padding: 15px;
}
.rhp-rhino #tribe-bar-form .tribe-bar-search-filter select, .rhp-rhino #tribe-bar-form .tribe-bar-rhp-cat-filter select, .rhp-rhino #tribe-bar-form .tribe-bar-rhp-venue-filter select {
  padding: 4px 6px;
  border: none;
  border-radius: 0;
  width: 100%;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  word-wrap: normal;
}
.rhp-rhino #tribe-bar-form .tribe-bar-view-list a.tribe-icon-month, .rhp-rhino #tribe-bar-form .tribe-bar-views-list span.tribe-icon-month, .rhp-rhino #tribe-bar-form .tribe-select2-results-views .tribe-icon-month {
  font-family: Arial;
  font-size: 14px;
}
.rhp-rhino #home-widget-container-main .widget {
  border-bottom: none;
}
.rhp-rhino #home-widget-container-above, .rhp-rhino .rhino-widget-area-below-nav {
  text-align: center;
}
.rhp-rhino #home-widget-container-above.col-full, .rhp-rhino .rhino-widget-area-below-nav.col-full {
  max-width: 100%;
}
.rhp-rhino #home-widget-container-above .widget, .rhp-rhino .rhino-widget-area-below-nav .widget {
  margin-bottom: 0;
}
.rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget {
  padding: 20px;
}
.rhp-rhino #sidebar .widget {
  border-bottom: 3px solid;
}
.rhp-rhino #footer-widgets-container #footer-widgets {
  border: none;
}
.rhp-rhino .widget_meteor-slides-widget {
  display: none;
}
.rhp-rhino .widget.widget_rhino_email_widget, .rhp-rhino #sidebar .widget.widget_rhino_email_widget, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget {
  text-align: left;
}
.rhp-rhino .widget.widget_rhino_email_widget p.rhino-email-embed, .rhp-rhino #sidebar .widget.widget_rhino_email_widget p.rhino-email-embed, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget p.rhino-email-embed, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget p.rhino-email-embed {
  display: none;
}
.rhp-rhino .widget.widget_rhino_email_widget .mc-field-group input.email, .rhp-rhino #sidebar .widget.widget_rhino_email_widget .mc-field-group input.email, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget .mc-field-group input.email, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget .mc-field-group input.email {
  width: 100%;
  display: block;
  padding: 11px 0;
  border: 1px solid;
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  border-radius: 0;
  margin-bottom: 3px;
}
.rhp-rhino .widget.widget_recent_entries ul {
  margin: 10px 0 0 0;
}
.rhp-rhino .widget.widget_recent_entries ul li {
  display: block;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.rhp-rhino .widget.widget_recent_entries ul li:last-child {
  border-bottom: none;
}
.rhp-rhino .widget.widget_recent_entries ul li a {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  font-family: Droid Sans;
}
.rhp-rhino .widget.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .rhp-rhino .widget_meteor-slides-widget {
    display: block;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow {
    margin: 0 auto;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow h3.rhino-slide-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow a h3.rhino-slide-title {
    text-decoration: none;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.meteor-slides a.rhino-slide-header, .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.meteor-slides h3.rhino-slide-title:hover {
    text-decoration: none;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.meteor-slides .mslide img {
    width: 100%;
    height: auto;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.meteor-slides .rhino-slide-left {
    text-align: center;
    padding: 0;
    width: 60%;
    margin: 20px;
    float: left;
    text-align: left;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.meteor-slides .rhino-slide-right {
    text-align: center;
    padding: 0 20px 20px 20px;
    width: 22%;
    margin: 20px;
    float: right;
    padding: 0;
    text-align: right;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.meteor-slides .meteor-buttons {
    text-align: center;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.meteor-slides .meteor-buttons a {
    display: inline-block;
    float: none;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-date, .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-time, .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-venue, .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-price, .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-slide-description, .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details i.fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-bottom: 0;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details i.fa {
    margin-right: 5px;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-date, .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-time {
    margin: 0 20px 0 0;
    display: inline;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow .rhino-slide-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    /* Fallback for web browsers that don't support RGBa */
    background-color: #000;
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    /* For IE 8*/
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-thumbnails-layout.meteor-slides .meteor-clip {
    width: 78%;
    display: inline-block;
    position: relative;
    float: left;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-thumbnails-layout.meteor-slides .meteor-buttons {
    width: 18%;
    height: auto;
    padding-right: 2%;
    clear: right;
    text-align: right;
    float: right;
    position: relative;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-thumbnails-layout.meteor-slides .meteor-buttons li {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 3% 0;
    list-style-type: none;
    float: right;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-thumbnails-layout.meteor-slides .meteor-buttons li a {
    background: none;
    width: auto;
    height: auto;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-thumbnails-layout.meteor-slides .meteor-buttons li img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
    z-index: 1;
    margin-top: 0;
    vertical-align: bottom;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-thumbnails-layout.meteor-slides .meteor-buttons li .color-overlay {
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.5;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-thumbnails-layout.meteor-slides .meteor-buttons li.activeSlide .color-overlay {
    background-color: transparent;
    opacity: 1;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-left-layout.meteor-slides .meteor-clip .rhino-slide-wrapper {
    width: 30%;
    height: 100%;
    top: 0;
    padding: 20px;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-left-layout.meteor-slides .meteor-clip .rhino-slide-wrapper .rhino-slide-left {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
    margin: 0 0 20px;
    text-align: left;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-left-layout.meteor-slides .meteor-clip .rhino-slide-wrapper .rhino-slide-right {
    width: 100%;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-left-layout.meteor-slides .meteor-clip .rhino-slide-wrapper .rhino-slide-right a.button {
    display: inline-block;
    width: auto;
  }
  .rhp-rhino .widget_meteor-slides-widget #meteor-slideshow.rhino-left-layout.meteor-slides .meteor-buttons {
    bottom: 0;
    z-index: 10000;
    text-align: left;
    padding: 0 0 20px 20px;
  }
  .rhp-rhino .widget.widget_rhino_email_widget .rhino-email-widget h3, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget .rhino-email-widget h3, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget .rhino-email-widget h3, .rhp-rhino .widget.widget_rhino_email_widget .rhino-email-widget p.rhino-email-details, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget .rhino-email-widget p.rhino-email-details, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget .rhino-email-widget p.rhino-email-details {
    display: inline-block;
    margin-right: 2%;
    float: left;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .rhp-rhino .widget.widget_rhino_email_widget p.rhino-email-details, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget p.rhino-email-details, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget p.rhino-email-details {
    margin-top: 0;
    width: 38%;
    vertical-align: middle;
  }
  .rhp-rhino .widget.widget_rhino_email_widget #mc_embed_signup, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget #mc_embed_signup, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget #mc_embed_signup {
    float: right;
    width: 40%;
  }
  .rhp-rhino .widget.widget_rhino_email_widget #mc_embed_signup .mc-field-group, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget #mc_embed_signup .mc-field-group, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget #mc_embed_signup .mc-field-group {
    float: right;
    vertical-align: middle;
    width: 100%;
    max-width: 400px;
    text-align: right;
  }
  .rhp-rhino .widget.widget_rhino_email_widget #mc_embed_signup .mc-field-group input.button.large.email, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget #mc_embed_signup .mc-field-group input.button.large.email, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget #mc_embed_signup .mc-field-group input.button.large.email, .rhp-rhino .widget.widget_rhino_email_widget #mc_embed_signup .mc-field-group input[type=submit], .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget #mc_embed_signup .mc-field-group input[type=submit], .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget #mc_embed_signup .mc-field-group input[type=submit] {
    width: auto;
    display: inline-block;
    float: right;
    width: 34%;
  }
  .rhp-rhino .widget.widget_rhino_email_widget #mc_embed_signup input.email, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget #mc_embed_signup input.email, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget #mc_embed_signup input.email {
    width: 64%;
    display: inline-block;
    text-align: left;
    padding-left: 12px;
    margin-bottom: 0;
    margin-right: 5px;
    float: left;
  }
  .rhp-rhino #sidebar .widget.widget_rhino_email_widget {
    text-align: left;
  }
  .rhp-rhino #sidebar .widget.widget_rhino_email_widget h3, .rhp-rhino #sidebar .widget.widget_rhino_email_widget p.rhino-email-details, .rhp-rhino #sidebar .widget.widget_rhino_email_widget #mc_embed_signup, .rhp-rhino #sidebar .widget.widget_rhino_email_widget .mc-field-group input.button.large.email, .rhp-rhino #sidebar .widget.widget_rhino_email_widget .mc-field-group input[type=submit] {
    display: block;
    width: 100%;
  }
  .rhp-rhino #sidebar .widget.widget_rhino_email_widget h3, .rhp-rhino #sidebar .widget.widget_rhino_email_widget p.rhino-email-details {
    margin-bottom: 5px;
  }
  .rhp-rhino #sidebar .widget.widget_rhino_email_widget p.rhino-email-embed {
    display: none;
  }
  .rhp-rhino #sidebar .widget.widget_rhino_email_widget .mc-field-group {
    margin-top: 10px;
  }
  .rhp-rhino #sidebar .widget.widget_rhino_email_widget .mc-field-group input.email {
    width: 100%;
    display: block;
    padding: 11px 0;
    border: 1px solid;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    border-radius: 0;
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .rhp-rhino .widget.widget_rhino_email_widget .mc-field-group, .rhp-rhino #sidebar .widget.widget_rhino_email_widget .mc-field-group, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget .mc-field-group, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget .mc-field-group {
    width: 100%;
    max-width: 100%;
  }
  .rhp-rhino .widget.widget_rhino_email_widget .mc-field-group input.email, .rhp-rhino #sidebar .widget.widget_rhino_email_widget .mc-field-group input.email, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget .mc-field-group input.email, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget .mc-field-group input.email {
    width: 75%;
    display: inline-block;
    float: left;
  }
  .rhp-rhino .widget.widget_rhino_email_widget .mc-field-group input[type=submit], .rhp-rhino #sidebar .widget.widget_rhino_email_widget .mc-field-group input[type=submit], .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget .mc-field-group input[type=submit], .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget .mc-field-group input[type=submit] {
    width: 20%;
    display: inline-block;
    float: right;
  }
}
body.rhp-rhino, body.page.rhp-rhino {
  background-color: #fff;
}
body.rhp-rhino a:link, body.rhp-rhino a:visited, body.rhp-rhino ul.nav li.current_page_item a, body.rhp-rhino ul.nav li.current_page_parent a, body.rhp-rhino ul.nav li.current-menu-ancestor a, body.rhp-rhino ul.nav li.current-cat a, body.rhp-rhino ul.nav li.current-menu-item a, body.rhp-rhino .post-entries a:link, body.rhp-rhino .post-entries a:visited, body.rhp-rhino .post-meta a:link, body.rhp-rhino .post-meta a:visited, body.rhp-rhino .post p.tags a:link, body.rhp-rhino .post p.tags a:visited, body.rhp-rhino #tribe-events-content a.rhino-event-more-info, body.rhp-rhino a.rhino-event-rsvp {
  color: #00acd6;
  text-decoration: none;
  transition: 0.2s ease;
}
body.rhp-rhino a:link:hover, body.rhp-rhino a:visited:hover, body.rhp-rhino ul.nav li.current_page_item a:hover, body.rhp-rhino ul.nav li.current_page_parent a:hover, body.rhp-rhino ul.nav li.current-menu-ancestor a:hover, body.rhp-rhino ul.nav li.current-cat a:hover, body.rhp-rhino ul.nav li.current-menu-item a:hover, body.rhp-rhino .post-entries a:link:hover, body.rhp-rhino .post-entries a:visited:hover, body.rhp-rhino .post-meta a:link:hover, body.rhp-rhino .post-meta a:visited:hover, body.rhp-rhino .post p.tags a:link:hover, body.rhp-rhino .post p.tags a:visited:hover, body.rhp-rhino #tribe-events-content a.rhino-event-more-info:hover, body.rhp-rhino a.rhino-event-rsvp:hover, body.rhp-rhino a:link:focus, body.rhp-rhino a:visited:focus, body.rhp-rhino ul.nav li.current_page_item a:focus, body.rhp-rhino ul.nav li.current_page_parent a:focus, body.rhp-rhino ul.nav li.current-menu-ancestor a:focus, body.rhp-rhino ul.nav li.current-cat a:focus, body.rhp-rhino ul.nav li.current-menu-item a:focus, body.rhp-rhino .post-entries a:link:focus, body.rhp-rhino .post-entries a:visited:focus, body.rhp-rhino .post-meta a:link:focus, body.rhp-rhino .post-meta a:visited:focus, body.rhp-rhino .post p.tags a:link:focus, body.rhp-rhino .post p.tags a:visited:focus, body.rhp-rhino #tribe-events-content a.rhino-event-more-info:focus, body.rhp-rhino a.rhino-event-rsvp:focus {
  text-decoration: none;
}
.rhp-rhino #header-container {
  background-color: #eee;
}
.rhp-rhino #header-container #header #logo {
  color: #fff;
}
.rhp-rhino #header-container #header #logo a {
  color: #fff;
}
.rhp-rhino #header-container #header #logo a:hover, .rhp-rhino #header-container #header #logo a:focus {
  text-decoration: none;
  color: #e0e0e0;
}
.rhp-rhino #header-container #header #logo .site-description {
  color: #00acd6;
}
.rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon img, .rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg, .rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon i.fa {
  color: #fff;
  fill: #fff;
}
.rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon img:hover, .rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg:hover, .rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon i.fa:hover, .rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon img:focus, .rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg:focus, .rhp-rhino #header-container #header .rhino-header .rhino-social ul.rhino-social-icons li.rhino-social-icon i.fa:focus {
  fill: #e0e0e0;
}
.rhp-rhino #header-container #header .rhino-header-right {
  color: #fff;
}
.rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li {
  color: #fff;
}
.rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li img, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li .svg {
  fill: #fff;
}
.rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited {
  color: #fff;
}
.rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a img, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited img, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a .svg, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited .svg, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a i.fa, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited i.fa {
  fill: #fff;
}
.rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a img:hover, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited img:hover, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a .svg:hover, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited .svg:hover, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a i.fa:hover, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited i.fa:hover, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a img:focus, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited img:focus, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a .svg:focus, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited .svg:focus, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a i.fa:focus, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited i.fa:focus {
  fill: #e0e0e0;
}
.rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:hover, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited:hover, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:focus, .rhp-rhino #header-container #header .rhino-header-right ul.rhino-contact-info li a:visited:focus {
  color: #e0e0e0;
  fill: #e0e0e0;
}
.rhp-rhino h3.nav-toggle {
  background-color: #fff;
}
.rhp-rhino #nav-container {
  background: #fff;
}
.rhp-rhino #nav-container #navigation .nav-home, .rhp-rhino #nav-container #navigation .nav-close, .rhp-rhino #nav-container #navigation ul.rss li a, .rhp-rhino #nav-container #navigation ul.cart a.cart-contents, .rhp-rhino #nav-container #navigation ul.nav-search a.search-contents {
  background-color: #fff;
}
.rhp-rhino #nav-container #navigation {
  background-color: #fff;
}
.rhp-rhino #nav-container #navigation h3 {
  color: #fff;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li:hover, .rhp-rhino #nav-container #navigation .menus ul#main-nav li:focus {
  color: #fff;
  background-color: #e0e0e0;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li a {
  color: #fff;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li a:hover, .rhp-rhino #nav-container #navigation .menus ul#main-nav li a:focus {
  color: #fff;
  background-color: #e0e0e0;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li.current_page_item a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current-menu-item a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current-cat a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current-menu-ancestor a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current_page_parent a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current_page_item a {
  color: #fff;
  background-color: #ebebeb;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a {
  color: #fff !important;
}
.rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a:hover, .rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a:focus {
  color: #fff !important;
  background-color: #d1d1d1 !important;
}
.rhp-rhino #footer-container {
  background-color: #fff;
}
.rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li {
  border-bottom: 1px solid #fff;
}
.rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li:hover, .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li:focus {
  background-color: #ebebeb !important;
}
.rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li a {
  color: #eee;
}
.rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li a:hover, .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li a:focus {
  background-color: #ebebeb !important;
}
.rhp-rhino #footer-container #footer .rhino-social {
  background: #fff;
}
.rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon img, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon i.fa {
  color: #eee;
  fill: #eee;
}
.rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon img:hover, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg:hover, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon i.fa:hover, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon img:focus, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg:focus, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon i.fa:focus {
  color: #cfcfcf;
  fill: #cfcfcf;
}
.rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li {
  color: #eee;
}
.rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li a, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li .svg, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li i.fa {
  color: #eee;
  fill: #eee;
}
.rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li a:hover, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li .svg:hover, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li i.fa:hover, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li a:focus, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li .svg:focus, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li i.fa:focus {
  color: #cfcfcf;
  fill: #cfcfcf;
}
.rhp-rhino #footer-container #copyright p {
  color: #eee;
}
.rhp-rhino #rockhouse-powered {
  background-color: #fff;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list {
  border-bottom: 3px solid #fff;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item {
  background: #eee;
  border-top: 3px solid #bbb;
  color: #6f6f6f;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item:hover {
  background: #dfdfdf;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active {
  background: #eee;
  border-top: 3px solid #fff;
  color: #fff;
}
.rhp-rhino .responsive-tabs ul.responsive-tabs__list li.responsive-tabs__list__item--active:hover {
  background: #eee;
}
.rhp-rhino .responsive-tabs h3.responsive-tabs__heading {
  background: #eee;
  border-top: 3px solid #bbb;
  color: #6f6f6f;
}
.rhp-rhino .responsive-tabs h3.responsive-tabs__heading:hover {
  background: #dfdfdf;
}
.rhp-rhino .responsive-tabs h3.responsive-tabs__heading.responsive-tabs__heading--active {
  background: #eee;
  border-top: 3px solid #fff;
  color: #fff;
}
.rhp-rhino .responsive-tabs h3.responsive-tabs__heading.responsive-tabs__heading--active:hover {
  background: #eee;
}
.rhp-rhino .responsive-tabs .responsive-tabs__panel {
  background: #eee;
  border-bottom: 3px solid #fff;
}
.rhp-rhino blockquote, .rhp-rhino .entry blockquote {
  border-left: 3px solid #fff;
}
@media only screen and (min-width: 768px) {
  .rhp-rhino #header-container #header #nav-container {
    background-color: transparent;
  }
  .rhp-rhino #header-container #header #nav-container #navigation {
    background-color: transparent;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li a {
    color: #fff;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li a:hover, .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li a:focus {
    color: #00acd6;
    background-color: transparent;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li:hover, .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li:focus {
    color: #00acd6;
    background-color: transparent;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li.menu-item-has-children:hover, .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li.menu-item-has-children:focus {
    background-color: #fff;
    color: #fff;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li.menu-item-has-children:hover a, .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li.menu-item-has-children:focus a {
    color: #fff;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li.current_page_item a, .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li.current-menu-item a {
    background-color: transparent;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li ul.sub-menu {
    background-color: #fff;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li ul.sub-menu li {
    color: #fff;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a {
    color: #fff !important;
  }
  .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a:hover, .rhp-rhino #header-container #header #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a:focus {
    color: #fff !important;
    background-color: #e0e0e0 !important;
  }
  .rhp-rhino #header-container #nav-container #navigation {
    background-color: #fff;
  }
  .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li:hover, .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li:focus {
    color: #fff;
    background-color: #e0e0e0;
  }
  .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li a {
    color: #fff;
  }
  .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li a:hover, .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li a:focus {
    color: #fff;
    background-color: #e0e0e0;
  }
  .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li.current_page_item a, .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li.current-menu-item a, .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li.current-cat a, .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li.current-menu-ancestor a, .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li.current_page_parent a, .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li.current_page_item a {
    color: #fff;
    background-color: #ebebeb;
  }
  .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li ul.sub-menu {
    background-color: #e0e0e0;
  }
  .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li ul.sub-menu li {
    color: #fff;
  }
  .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a {
    color: #fff !important;
  }
  .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a:hover, .rhp-rhino #header-container #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a:focus {
    color: #fff !important;
    background-color: #d1d1d1 !important;
  }
  .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li.menu-item a {
    color: #eee;
  }
  .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li.menu-item a:hover, .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li.menu-item a:focus {
    background-color: #ebebeb;
  }
  .rhp-rhino #footer-container #footer .rhino-footer .rhino-footer-nav .rhino-footer-menu ul.menu li.menu-item:last-child {
    border-right: none;
  }
  .rhp-rhino #footer-container #footer .rhino-social {
    background: #fff;
  }
  .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon img, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg {
    color: #eee;
    fill: #eee;
  }
  .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon img:hover, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg:hover, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon img:focus, .rhp-rhino #footer-container #footer .rhino-social ul.rhino-social-icons li.rhino-social-icon .svg:focus {
    color: #cfcfcf;
    fill: #cfcfcf;
  }
  .rhp-rhino #footer-container #footer .rhino-footer-right {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li {
    color: #eee;
  }
  .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li a, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li .svg {
    color: #eee;
    fill: #eee;
  }
  .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li a:hover, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li .svg:hover, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li a:focus, .rhp-rhino #footer-container #footer .rhino-footer-right ul.rhino-contact-info li .svg:focus {
    color: #cfcfcf;
    fill: #cfcfcf;
  }
  .rhp-rhino #footer-container #copyright p {
    color: #eee;
  }
  .rhp-rhino article.post {
    border-bottom: 1px solid #fff;
  }
  .rhp-rhino article.post h2.entry-title {
    color: #fff;
  }
  .rhp-rhino article.post h2.entry-title a:link, .rhp-rhino article.post h2.entry-title a:visited {
    color: #00acd6;
  }
  .rhp-rhino article.post h2.entry-title a:link:hover, .rhp-rhino article.post h2.entry-title a:visited:hover, .rhp-rhino article.post h2.entry-title a:link:focus, .rhp-rhino article.post h2.entry-title a:visited:focus {
    color: #007b99;
  }
  .rhp-rhino #rockhouse-powered {
    background-color: #fff;
    color: #eee;
  }
  .rhp-rhino #rockhouse-powered a {
    color: #eee;
  }
  .rhp-rhino #rockhouse-powered a:hover, .rhp-rhino #rockhouse-powered a:focus {
    color: #fff;
  }
  .rhp-rhino #tribe-events .tribe-events-button, .rhp-rhino #tribe-events .tribe-events-button:hover, .rhp-rhino #tribe_events_filters_wrapper input[type=submit], .rhp-rhino .tribe-events-button, .rhp-rhino .tribe-events-button.tribe-active:hover, .rhp-rhino .tribe-events-button.tribe-inactive, .rhp-rhino .tribe-events-button:hover, .rhp-rhino .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .rhp-rhino .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a, .rhp-rhino #tribe_events_filters_wrapper .tribe_events_slider_val, .rhp-rhino .single-tribe_events a.tribe-events-gcal, .rhp-rhino .single-tribe_events a.tribe-events-ical {
    background-color: #00acd6;
    background: #00acd6;
    color: #d6f7ff;
  }
  .rhp-rhino #tribe-events .tribe-events-button:hover, .rhp-rhino #tribe-events .tribe-events-button:hover:hover, .rhp-rhino #tribe_events_filters_wrapper input[type=submit]:hover, .rhp-rhino .tribe-events-button:hover, .rhp-rhino .tribe-events-button.tribe-active:hover:hover, .rhp-rhino .tribe-events-button.tribe-inactive:hover, .rhp-rhino .tribe-events-button:hover:hover, .rhp-rhino .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:hover, .rhp-rhino .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:hover, .rhp-rhino #tribe_events_filters_wrapper .tribe_events_slider_val:hover, .rhp-rhino .single-tribe_events a.tribe-events-gcal:hover, .rhp-rhino .single-tribe_events a.tribe-events-ical:hover, .rhp-rhino #tribe-events .tribe-events-button:focus, .rhp-rhino #tribe-events .tribe-events-button:hover:focus, .rhp-rhino #tribe_events_filters_wrapper input[type=submit]:focus, .rhp-rhino .tribe-events-button:focus, .rhp-rhino .tribe-events-button.tribe-active:hover:focus, .rhp-rhino .tribe-events-button.tribe-inactive:focus, .rhp-rhino .tribe-events-button:hover:focus, .rhp-rhino .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]:focus, .rhp-rhino .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a:focus, .rhp-rhino #tribe_events_filters_wrapper .tribe_events_slider_val:focus, .rhp-rhino .single-tribe_events a.tribe-events-gcal:focus, .rhp-rhino .single-tribe_events a.tribe-events-ical:focus {
    background-color: #007b99;
    background: #007b99;
  }
  .rhp-rhino .tribe-events-tooltip h4 {
    background-color: transparent;
    background: none;
  }
}
body.rhp-rhino, body.page.rhp-rhino {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666;
}
body.rhp-rhino a:link, body.page.rhp-rhino a:link, body.rhp-rhino a:visited, body.page.rhp-rhino a:visited, body.rhp-rhino ul.nav li.current_page_item a, body.page.rhp-rhino ul.nav li.current_page_item a, body.rhp-rhino ul.nav li.current_page_parent a, body.page.rhp-rhino ul.nav li.current_page_parent a, body.rhp-rhino ul.nav li.current-menu-ancestor a, body.page.rhp-rhino ul.nav li.current-menu-ancestor a, body.rhp-rhino ul.nav li.current-cat a, body.page.rhp-rhino ul.nav li.current-cat a, body.rhp-rhino ul.nav li.current-menu-item a, body.page.rhp-rhino ul.nav li.current-menu-item a {
  color: #00acd6;
}
body.rhp-rhino p, body.page.rhp-rhino p, body.rhp-rhino ul, body.page.rhp-rhino ul, body.rhp-rhino ol, body.page.rhp-rhino ol, body.rhp-rhino li, body.page.rhp-rhino li, body.rhp-rhino .entry, body.page.rhp-rhino .entry, body.rhp-rhino .entry p, body.page.rhp-rhino .entry p, body.rhp-rhino h5, body.page.rhp-rhino h5, body.rhp-rhino h6, body.page.rhp-rhino h6, body.rhp-rhino #logo .site-description, body.page.rhp-rhino #logo .site-description, body.rhp-rhino .widget p, body.page.rhp-rhino .widget p, body.rhp-rhino .tribe-events-calendar th, body.page.rhp-rhino .tribe-events-calendar th {
  color: #666;
}
body.rhp-rhino #logo .site-title a, body.page.rhp-rhino #logo .site-title a, body.rhp-rhino h1, body.page.rhp-rhino h1, body.rhp-rhino h2, body.page.rhp-rhino h2, body.rhp-rhino h3, body.page.rhp-rhino h3, body.rhp-rhino .widget h3, body.page.rhp-rhino .widget h3, body.rhp-rhino h4, body.page.rhp-rhino h4, body.rhp-rhino .page-title, body.page.rhp-rhino .page-title, body.rhp-rhino .post .title, body.page.rhp-rhino .post .title, body.rhp-rhino .page .title, body.page.rhp-rhino .page .title, body.rhp-rhino #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title, body.page.rhp-rhino #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title, body.rhp-rhino #tribe-events-content .tribe-events-tooltip h4, body.page.rhp-rhino #tribe-events-content .tribe-events-tooltip h4, body.rhp-rhino .responsive-tabs__list__item--active, body.page.rhp-rhino .responsive-tabs__list__item--active {
  color: #fff;
}
.rhp-rhino a.button.primary, .rhp-rhino input[type=submit].primary, .rhp-rhino input.button.primary {
  background: #e2aa00;
  color: #fff;
}
.rhp-rhino a.button.primary:hover, .rhp-rhino input[type=submit].primary:hover, .rhp-rhino input.button.primary:hover, .rhp-rhino a.button.primary:focus, .rhp-rhino input[type=submit].primary:focus, .rhp-rhino input.button.primary:focus {
  background: #b48700 !important;
}
.rhp-rhino a.button.secondary, .rhp-rhino p.tribe-events-widget-link a, .rhp-rhino .rhino-widget-list p.tribe-events-widget-link a, .rhp-rhino input[type=submit], .rhp-rhino input.button, .rhp-rhino #tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #fff;
  color: #fff;
}
.rhp-rhino a.button.secondary:hover, .rhp-rhino p.tribe-events-widget-link a:hover, .rhp-rhino .rhino-widget-list p.tribe-events-widget-link a:hover, .rhp-rhino input[type=submit]:hover, .rhp-rhino input.button:hover, .rhp-rhino #tribe-bar-form .tribe-bar-submit input[type=submit]:hover, .rhp-rhino a.button.secondary:focus, .rhp-rhino p.tribe-events-widget-link a:focus, .rhp-rhino .rhino-widget-list p.tribe-events-widget-link a:focus, .rhp-rhino input[type=submit]:focus, .rhp-rhino input.button:focus, .rhp-rhino #tribe-bar-form .tribe-bar-submit input[type=submit]:focus {
  background: #e8e8e8;
}
.rhp-rhino a.button.tertiary {
  background: rgba(102, 102, 102, .1);
  color: #ccc;
}
.rhp-rhino a.button, .rhp-rhino a.comment-reply-link, .rhp-rhino #commentform #submit, .rhp-rhino .submit, .rhp-rhino input[type=submit], .rhp-rhino input.button, .rhp-rhino button.button, .rhp-rhino #wrapper .woo-sc-button, .rhp-rhino span.button, .rhp-rhino a.comment-reply-link, .rhp-rhino #commentform #submit, .rhp-rhino .submit, .rhp-rhino #wrapper .woo-sc-button, .rhp-rhino .rhino-widget-list p.tribe-events-widget-link a, .rhp-rhino .widget.tribe-events-list-widget p.tribe-events-widget-link a {
  color: #fff;
}
.rhp-rhino span.button.tertiary, .rhp-rhino span.coming-soon, .rhp-rhino span.sold-out, .rhp-rhino span.free, .rhp-rhino span.off-sale {
  background: rgba(102, 102, 102, .1);
  color: #ccc;
}
.rhp-rhino .rhino-slide-right span.button.tertiary, .rhp-rhino .rhino-slide-right span.coming-soon, .rhp-rhino .rhino-slide-right span.sold-out, .rhp-rhino .rhino-slide-right span.free, .rhp-rhino .rhino-slide-right span.off-sale {
  background: #fff;
  color: #ccc;
}
@media only screen and (min-width: 768px) {
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li:hover, .rhp-rhino #nav-container #navigation .menus ul#main-nav li:focus {
    color: #fff;
    background-color: #e0e0e0;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li a {
    color: #fff;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li a:hover, .rhp-rhino #nav-container #navigation .menus ul#main-nav li a:focus {
    color: #fff;
    background-color: #e0e0e0;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current_page_item a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current-menu-item a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current-cat a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current-menu-ancestor a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current_page_parent a, .rhp-rhino #nav-container #navigation .menus ul#main-nav li.current_page_item a {
    color: #fff;
    background-color: #ebebeb;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu {
    background-color: #e0e0e0;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu li {
    color: #fff;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a {
    color: #fff !important;
  }
  .rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a:hover, .rhp-rhino #nav-container #navigation .menus ul#main-nav li ul.sub-menu li a:focus {
    color: #fff !important;
    background-color: #d1d1d1 !important;
  }
}
.rhp-rhino .tribe-events-list-separator-month {
  background-color: #eee;
  color: #222;
}
.rhp-rhino .tribe-events-notices {
  background-color: #fff;
  color: #fff;
  border: 1px solid #fcfcfc;
}
.rhp-rhino .tribe-events-notices ul li {
  color: #d9d9d9;
}
.rhp-rhino .rhino-event-wrapper, .rhp-rhino .tribe-events-single, .rhp-rhino .widget.tribe-events-list-widget, .rhp-rhino #tribe-events-content table.tribe-events-calendar {
  background-color: #eee;
  border-bottom: 3px solid #fff;
}
.rhp-rhino .rhino-event-wrapper p.rhino-event-tagline, .rhp-rhino .tribe-events-single p.rhino-event-tagline, .rhp-rhino .widget.tribe-events-list-widget p.rhino-event-tagline, .rhp-rhino #tribe-events-content table.tribe-events-calendar p.rhino-event-tagline {
  color: #00acd6;
}
.rhp-rhino .rhino-event-wrapper h2.rhino-event-header, .rhp-rhino .tribe-events-single h2.rhino-event-header, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header {
  color: #fff;
}
.rhp-rhino .rhino-event-wrapper h2.rhino-event-header a:link, .rhp-rhino .tribe-events-single h2.rhino-event-header a:link, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a:link, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a:link, .rhp-rhino .rhino-event-wrapper h2.rhino-event-header a:visited, .rhp-rhino .tribe-events-single h2.rhino-event-header a:visited, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a:visited, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a:visited, .rhp-rhino .rhino-event-wrapper h2.rhino-event-header a, .rhp-rhino .tribe-events-single h2.rhino-event-header a, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a {
  color: #fff;
}
.rhp-rhino .rhino-event-wrapper h2.rhino-event-header a:link:hover, .rhp-rhino .tribe-events-single h2.rhino-event-header a:link:hover, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a:link:hover, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a:link:hover, .rhp-rhino .rhino-event-wrapper h2.rhino-event-header a:visited:hover, .rhp-rhino .tribe-events-single h2.rhino-event-header a:visited:hover, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a:visited:hover, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a:visited:hover, .rhp-rhino .rhino-event-wrapper h2.rhino-event-header a:hover, .rhp-rhino .tribe-events-single h2.rhino-event-header a:hover, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a:hover, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a:hover, .rhp-rhino .rhino-event-wrapper h2.rhino-event-header a:link:focus, .rhp-rhino .tribe-events-single h2.rhino-event-header a:link:focus, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a:link:focus, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a:link:focus, .rhp-rhino .rhino-event-wrapper h2.rhino-event-header a:visited:focus, .rhp-rhino .tribe-events-single h2.rhino-event-header a:visited:focus, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a:visited:focus, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a:visited:focus, .rhp-rhino .rhino-event-wrapper h2.rhino-event-header a:focus, .rhp-rhino .tribe-events-single h2.rhino-event-header a:focus, .rhp-rhino .widget.tribe-events-list-widget h2.rhino-event-header a:focus, .rhp-rhino #tribe-events-content table.tribe-events-calendar h2.rhino-event-header a:focus {
  color: #ccc;
}
.rhp-rhino .rhino-event-wrapper h3.rhino-event-subheader, .rhp-rhino .tribe-events-single h3.rhino-event-subheader, .rhp-rhino .widget.tribe-events-list-widget h3.rhino-event-subheader, .rhp-rhino #tribe-events-content table.tribe-events-calendar h3.rhino-event-subheader {
  color: #00acd6;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-date-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-date-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-date-box, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-date-box, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-time-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-time-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-time-box, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-time-box, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-price-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-price-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-price-box, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-price-box {
  color: #666;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-date-box p, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-date-box p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-date-box p, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-date-box p, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-time-box p, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-time-box p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-time-box p, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-time-box p, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-price-box p, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-price-box p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-price-box p, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-price-box p, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-date-box i, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-date-box i, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-date-box i, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-date-box i, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-time-box i, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-time-box i, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-time-box i, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-time-box i, .rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-price-box i, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-price-box i, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-price-box i, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-price-box i {
  color: #666;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-notes-box, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-notes-box, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-notes-box, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-notes-box {
  border-top: 1px solid rgba(102, 102, 102, .1);
  color: #666;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-center .rhino-event-notes-box p, .rhp-rhino .tribe-events-single .rhino-event-center .rhino-event-notes-box p, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-center .rhino-event-notes-box p, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-center .rhino-event-notes-box p {
  color: #00acd6;
}
.rhp-rhino .rhino-event-wrapper .tribe-events-content, .rhp-rhino .tribe-events-single .tribe-events-content, .rhp-rhino .widget.tribe-events-list-widget .tribe-events-content, .rhp-rhino #tribe-events-content table.tribe-events-calendar .tribe-events-content {
  border-top: 1px solid rgba(102, 102, 102, .1);
}
.rhp-rhino .rhino-event-wrapper .rhino-event-list-share, .rhp-rhino .tribe-events-single .rhino-event-list-share, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-list-share, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-list-share {
  border-top: 1px solid rgba(102, 102, 102, .1);
}
.rhp-rhino .rhino-event-wrapper .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino .tribe-events-single .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-list-share a.rhino-event-rsvp, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-list-share a.rhino-event-rsvp {
  color: #00acd6 !important;
}
.rhp-rhino .rhino-event-wrapper .rhino-event-list-share a.rhino-event-rsvp:hover, .rhp-rhino .tribe-events-single .rhino-event-list-share a.rhino-event-rsvp:hover, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-list-share a.rhino-event-rsvp:hover, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-list-share a.rhino-event-rsvp:hover, .rhp-rhino .rhino-event-wrapper .rhino-event-list-share a.rhino-event-rsvp:focus, .rhp-rhino .tribe-events-single .rhino-event-list-share a.rhino-event-rsvp:focus, .rhp-rhino .widget.tribe-events-list-widget .rhino-event-list-share a.rhino-event-rsvp:focus, .rhp-rhino #tribe-events-content table.tribe-events-calendar .rhino-event-list-share a.rhino-event-rsvp:focus {
  color: #007b99;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-single-event-right .rhino-event-cta-box {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 3px solid #fff;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header {
  color: #fff;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a:link, .rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a:visited, .rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a {
  color: #fff;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a:link:hover, .rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a:visited:hover, .rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a:hover, .rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a:link:focus, .rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a:visited:focus, .rhp-rhino #tribe-events-pg-template .tribe-events-single h2.rhino-event-header a:focus {
  color: #ccc;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single h3.rhino-event-subheader {
  color: #00acd6;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-date-box, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-time-box, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-price-box {
  color: #666;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-date-box p, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-time-box p, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-price-box p, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-date-box i, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-time-box i, .rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-price-box i {
  color: #666;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-notes-box {
  border-top: 1px solid rgba(102, 102, 102, .1);
  border-bottom: 1px solid rgba(102, 102, 102, .1);
  color: #666;
}
.rhp-rhino #tribe-events-pg-template .tribe-events-single .rhino-event-notes-box p {
  color: #00acd6;
}
@media only screen and (min-width: 768px) {
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar {
    border: 1px solid #bbb;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar tbody.vcalendar td {
    border: 1px solid #bbb;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar tbody.vcalendar td.tribe-events-present div[id*=tribe-events-daynum-] {
    background-color: #fff;
    background: #fff;
    color: #fff;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month .tribe-events-calendar th {
    background-color: #00acd6;
    background: #00acd6;
    color: #fff;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .tribe-events-tooltip {
    background: #eee;
    background-color: #eee;
    border-bottom: 3px solid #fff;
  }
}
@media only screen and (min-width: 980px) {
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox, .rhp-rhino #home-widget-container.no-sidebar .rhino-event-left .rhino-event-datebox {
    color: #fff;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month, .rhp-rhino #home-widget-container.no-sidebar .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month {
    background-color: #00acd6;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month p, .rhp-rhino #home-widget-container.no-sidebar .rhino-event-left .rhino-event-datebox .rhino-event-datebox-month p {
    color: #fff;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date, .rhp-rhino #home-widget-container.no-sidebar .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date {
    background-color: #00acd6;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date p, .rhp-rhino #home-widget-container.no-sidebar .rhino-event-left .rhino-event-datebox .rhino-event-datebox-date p {
    color: #fff;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day, .rhp-rhino #home-widget-container.no-sidebar .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day {
    background-color: #fff;
  }
  .rhp-rhino .rhino-event-wrapper .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day p, .rhp-rhino #home-widget-container.no-sidebar .rhino-event-left .rhino-event-datebox .rhino-event-datebox-day p {
    color: #fff;
  }
  .rhp-rhino #tribe-events #tribe-events-content.tribe-events-month #rhp-calendar-sidebar .tribe-events-tooltip {
    background: #eee;
    background-color: #eee;
    border-bottom: 3px solid #fff;
  }
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li .rhino-events-widget-vitals h4 {
  color: #fff;
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li .rhino-events-widget-vitals h4 a {
  color: #fff;
}
.rhp-rhino #sidebar .widget.tribe-events-list-widget ol li .rhino-events-widget-vitals .duration {
  color: #00acd6;
}
.rhp-rhino #tribe-events .tribe-events-loop .tribe-events-content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.rhp-rhino #tribe-bar-form {
  background: #eee;
}
.rhp-rhino #tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: #d5d5d5;
}
.rhp-rhino #tribe-bar-form #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background: #bbb;
}
.rhp-rhino #tribe-bar-form .tribe-bar-search-filter select, .rhp-rhino #tribe-bar-form .tribe-bar-rhp-cat-filter select, .rhp-rhino #tribe-bar-form .tribe-bar-rhp-venue-filter select {
  background-color: #d5d5d5;
  color: #3c3c3c;
}
.rhp-rhino #home-widget-container-main .widget {
  background-color: transparent;
}
.rhp-rhino #sidebar .widget {
  background-color: #eee;
  border-bottom: 3px solid #fff;
}
.rhp-rhino #sidebar .widget h3 {
  color: #222;
}
.rhp-rhino #footer-widgets-container {
  background: #eee;
  color: #666;
}
.rhp-rhino #footer-widgets-container p {
  color: #666;
}
.rhp-rhino .widget.widget_rhino_email_widget, .rhp-rhino #sidebar .widget.widget_rhino_email_widget, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget {
  background-color: #00acd6;
}
.rhp-rhino .widget.widget_rhino_email_widget h3, .rhp-rhino #sidebar .widget.widget_rhino_email_widget h3, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget h3, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget h3, .rhp-rhino .widget.widget_rhino_email_widget p.rhino-email-details, .rhp-rhino #sidebar .widget.widget_rhino_email_widget p.rhino-email-details, .rhp-rhino #home-widget-container-above .widget.widget_rhino_email_widget p.rhino-email-details, .rhp-rhino .rhino-widget-area-below-nav .widget.widget_rhino_email_widget p.rhino-email-details {
  color: #fff;
}
.rhp-rhino input.email, .rhp-rhino textarea {
  background: #fff;
  color: #666;
  border: 1px solid #00c0f0;
}
.rhp-rhino .widget.widget_recent_entries ul li {
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}
.rhp-rhino .widget.widget_recent_entries ul li .post-date {
  color: #00acd6;
}
@media only screen and (min-width: 768px) {
  .rhp-rhino .widget.widget_meteor-slides-widget {
    background: #eee;
  }
  .rhp-rhino .widget.widget_meteor-slides-widget #meteor-slideshow h3.rhino-slide-title {
    color: #fff;
  }
  .rhp-rhino .widget.widget_meteor-slides-widget #meteor-slideshow a h3.rhino-slide-title {
    color: #fff;
  }
  .rhp-rhino .widget.widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-date, .rhp-rhino .widget.widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-time, .rhp-rhino .widget.widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-venue, .rhp-rhino .widget.widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-event-price, .rhp-rhino .widget.widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details p.rhino-slide-description, .rhp-rhino .widget.widget_meteor-slides-widget #meteor-slideshow .rhino-slide-details i.fa {
    color: #fff;
  }
  .rhp-rhino #sidebar .widget.widget_rhino_email_widget {
    background-color: #00acd6;
  }
  .rhp-rhino #sidebar .widget.widget_rhino_email_widget h3, .rhp-rhino #sidebar .widget.widget_rhino_email_widget p.rhino-email-details {
    color: #fff;
  }
  .rhp-rhino #sidebar .widget.widget_rhino_email_widget .mc-field-group input.email {
    background: #fff;
    color: #666;
    border: 1px solid #00c0f0;
  }
}
