.cisc-button {
  background-color: #F5D551;
  text-transform: uppercase;
  font-weight: bold; }
  .cisc-button > span {
    color: black; }

.site-logo {
  background: black;
  padding: 1em 1em;
  margin-top: -1em;
  height: 243px;
  width: 173px; }

/*
.site-logo {
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform-style: preserve3d;
          transform-style: preserve3d;
  -webkit-transform-origin: 0 250px;
          transform-origin: 0 250px;
  -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);
          transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);
  -webkit-animation-name: wave;
          animation-name: wave;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
          animation-timing-function: cubic-bezier(0.16, 0.14, 0.82, 0.73);
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes wave {
  0% {
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);
  }
  20% {
    box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
  }
  40% {
    box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);
  }
  60% {
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
  }
  80% {
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(16deg);
  }
  100% {
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);
  }
}

@keyframes wave {
  0% {
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);
  }
  20% {
    box-shadow: 4px 5px 15px 0 rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
  }
  40% {
    box-shadow: 4px 5px 20px 0 rgba(0, 0, 0, 0.4);
    transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(-22deg);
  }
  60% {
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(0deg);
  }
  80% {
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.3);
    transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(16deg);
  }
  100% {
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, 0.1);
    transform: translate3d(0, 0, 0) rotateZ(0deg) rotateY(22deg);
  }
}

*/
body {
  background-color: #F8F8F8;
  color: #363636; }

a {
  color: #F5D551; }
  a:hover, a:focus {
    color: #f8e181; }

blockquote cite {
  color: rgba(54, 54, 54, 0.8); }

.entry-content table th, .entry-content table td {
  border-bottom: 1px solid #e0e0e0; }
.entry-content table th {
  background-color: #F5D551; }

input,
textarea {
  border: 1px solid #e0e0e0; }
  input:hover, input:focus,
  textarea:hover,
  textarea:focus {
    border-color: #F5D551; }

.buttons {
  display: flex; }
  .buttons .item-btn {
    flex: 1 0 50%;
    position: inherit;
    left: inherit;
    bottom: inherit;
    color: black; }
    .buttons .item-btn:nth-child(even) {
      border-left: 1px solid black; }

.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  background-color: #F5D551; }
  .btn:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  button:hover,
  .button:hover {
    background: #f3cc2a; }

#page {
  border-color: #F5D551; }

#navigation > li ul a:hover,
#navigation > li ul .sfHover > a {
  color: #FFF;
  background: #F5D551; }
#navigation > li > a:hover,
#navigation > li.sfHover > a,
#navigation > li.sfHover > a:active,
#navigation > li.current_page_item > a,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-parent > a,
#navigation > li.current > a {
  border-bottom: 2px solid #F5D551; }
#navigation > li ul a {
  color: #363636;
  background: #FFF;
  border-bottom: 1px solid #e0e0e0; }
#navigation ul {
  border: 3px solid #e0e0e0; }

.section-title:after,
.widget-title:after {
  border-bottom: 1px solid #F5D551; }

.event-container h2 {
  text-align: center;
  font-size: 2em;
  text-transform: uppercase; }
  .event-container h2 span {
    font-weight: bold; }
.event-container h3 {
  text-align: center; }
.event-container .all-events {
  display: flex;
  justify-content: center; }
  .event-container .all-events .item-btn {
    position: relative;
    left: inherit;
    color: black; }

.gallery-container h2 {
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  color: white; }
  .gallery-container h2 span {
    font-weight: bold; }
.gallery-container h3 {
  text-align: center;
  color: white;
  margin-bottom: 1em; }
.gallery-container .view-all {
  display: flex;
  justify-content: center; }
  .gallery-container .view-all .item-btn {
    position: relative;
    left: inherit;
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 0.5em 2em; }

.about-vso .container .col-md-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0; }
.about-vso .container h3 {
  text-transform: uppercase;
  font-size: 2em;
  position: relative;
  top: 35px; }
  .about-vso .container h3 span:nth-child(odd) {
    font-weight: bold; }
  .about-vso .container h3:before, .about-vso .container h3:after {
    content: '';
    background-color: white;
    height: 2px;
    width: 1000px;
    position: absolute;
    top: 50%;
    opacity: 1; }
  .about-vso .container h3:before {
    right: 110%; }
  .about-vso .container h3:after {
    left: 110%; }
.about-vso .container p:first-of-type {
  background: rgba(0, 0, 0, 0.3);
  padding: 2em;
  border-left: 2px solid white;
  border-right: 2px solid white; }
.about-vso .container .cisc-button {
  position: relative;
  top: -37px;
  background: #eb4f86;
  text-transform: uppercase; }
  .about-vso .container .cisc-button:before, .about-vso .container .cisc-button:after {
    content: '';
    background-color: white;
    height: 2px;
    width: 1000px;
    position: absolute;
    top: 50%;
    opacity: 1; }
  .about-vso .container .cisc-button:before {
    right: 110%; }
  .about-vso .container .cisc-button:after {
    left: 110%; }

.support-vso .container .col-md-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0; }
.support-vso .container h3 {
  text-transform: uppercase;
  font-size: 2em; }
  .support-vso .container h3 span:nth-child(odd) {
    font-weight: bold; }
.support-vso .container p:first-of-type {
  font-size: 1.5em;
  margin: 1em 2em 2em; }

.item-thumb {
  background-color: #242424; }
  .item-thumb:before {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.15); }
  .item-thumb:hover:before {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.25); }

.item-meta {
  border-top: 1px solid #e0e0e0; }
  .item-meta th, .item-meta td {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0; }
  .item-meta td {
    border-right: 1px solid #e0e0e0; }

.item-timer .count {
  border: 1px solid #e0e0e0; }
  .item-timer .count b {
    color: #F5D551; }

.entry-title a {
  color: #363636; }
  .entry-title a:hover {
    color: #F5D551; }

.entry-meta,
.entry-time {
  color: #363636; }

#paging > span, #paging a,
.page-numbers li > span,
.page-numbers li a {
  background-color: #e0e0e0;
  color: #363636; }
  #paging > span.current, #paging a.current,
  .page-numbers li > span.current,
  .page-numbers li a.current {
    background-color: #F5D551;
    color: #FFF; }
#paging span.current,
#paging a:hover,
.page-numbers li span.current,
.page-numbers li a:hover {
  color: #FFF;
  background-color: #F5D551; }

.filters-nav .btn {
  background-color: #e0e0e0;
  color: #363636; }
  .filters-nav .btn:hover {
    color: #FFF;
    background-color: #F5D551; }
.filters-nav a.selected {
  color: #FFF;
  background-color: #F5D551; }

.tracklisting .track {
  border: 1px solid #e0e0e0; }
  .tracklisting .track:last-child {
    border: 1px solid #e0e0e0; }
  .tracklisting .track:hover, .tracklisting .track.playing {
    border-color: #F5D551; }
    .tracklisting .track:hover .sm2_link, .tracklisting .track.playing .sm2_link {
      color: #FFF;
      background-color: #F5D551; }
    .tracklisting .track:hover .track-no, .tracklisting .track.playing .track-no {
      color: #F5D551; }

.sm2_link {
  color: #333;
  background-color: #e0e0e0; }
  .sm2_link:hover, .sm2_link:focus {
    color: #FFF;
    background-color: #F5D551; }
  .sm2_link.sm2_playing {
    background-color: #F5D551;
    color: #FFF; }

.sm2_link {
  color: #333; }
  .sm2_link.sm2_playing {
    color: #FFF; }

.track-no {
  color: #bababa; }

.ci-soundplayer-play {
  background-color: #F5D551; }

.ci-soundplayer-controls .ci-soundplayer-prev,
.ci-soundplayer-controls .ci-soundplayer-next {
  background-color: #d5d5d5;
  color: #363636; }
  .ci-soundplayer-controls .ci-soundplayer-prev:hover,
  .ci-soundplayer-controls .ci-soundplayer-next:hover {
    color: #333; }

.ci-soundplayer-meta .track-bar {
  background-color: #D5D5D5; }
.ci-soundplayer-meta .progress-bar {
  background-color: #F5D551; }
.ci-soundplayer-meta .load-bar {
  background-color: #3e3e3e; }

.form-allowed-tags,
.comment-notes {
  color: rgba(54, 54, 54, 0.8); }

.widget ul li {
  border-bottom: 1px solid #e0e0e0; }

.widget ul ul.children li:first-child {
  border-top: 1px solid #e0e0e0; }

.shop-actions {
  border-bottom: 1px solid #e0e0e0; }

.sale-wrap {
  background: #F5D551; }

.onsale {
  background: #F5D551; }

.quantity input {
  background-color: #F5D551; }

.woocommerce-tabs .tabs {
  border-bottom: 1px solid #e0e0e0; }
  .woocommerce-tabs .tabs li a {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #363636; }
  .woocommerce-tabs .tabs li.active a {
    color: #FFF;
    background-color: #F5D551; }

.shop_attributes th, .shop_attributes td {
  border-bottom: 1px solid #e0e0e0; }
.shop_attributes tr:first-child th, .shop_attributes tr:first-child td {
  border-top: 1px solid #e0e0e0; }

.shop_table th,
.shop_table td {
  border-bottom: 1px solid #e0e0e0; }

.cart_totals th, .cart_totals td {
  border-bottom: 1px solid #e0e0e0; }

.woocommerce-checkout .woocommerce-info {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.payment_box {
  border: 1px solid #e0e0e0; }

.order_details {
  background: #e0e0e0; }
  .order_details li {
    border-bottom: 1px solid #e0e0e0; }

.woocommerce-message,
.woocommerce-info {
  background: #e0e0e0; }

.widget ul.product_list_widget li {
  border-bottom: 1px solid #e0e0e0; }

.price_slider {
  background: #fafafa; }
  .price_slider .ui-slider-range {
    background: #d6d6d6;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; }
  .price_slider .ui-slider-handle {
    background: #F5D551; }

.entry-content table {
  border: 1px solid #e0e0e0; }
  .entry-content table caption,
  .entry-content table th,
  .entry-content table td {
    border-bottom: 1px solid #e0e0e0; }
  .entry-content table th {
    background-color: #F5D551; }
  .entry-content table tr:nth-child(2n) {
    background-color: #d8d8d8; }

.footer-separator {
  background-color: #F5D551; }

.woocommerce-MyAccount-navigation-link a {
  border-bottom: 1px solid #e0e0e0; }
  .woocommerce-MyAccount-navigation-link a::after {
    color: #363636; }
.woocommerce-MyAccount-navigation-link.is-active a {
  color: #363636; }

@media (max-width: 767px) {
  .item-fullwidth .item-info {
    background-color: #e0e0e0; } }

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

.tribe-events-single-event-description {
  .btn, input[type="button"], input[type="submit"], input[type="reset"], button, .button {
    background-color: #380E6A;
    color: #ffffff;
    font-size: 18px;
  }
  .btn:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  button:hover,
  .button:hover {
    background: #f3cc2a; }
}