.vertical.medium-horizontal.menu.dropdown,
.mobile-menu,
.top-bar ul{
  background:  #ff1db7;
}
.rivi::after{
  border-top-color: #ff1db7;
}
.frontPicTone{
  background: rgba(234, 234, 234, 0.8);
}
.frontPic h1, h1.page-title {
  color: rgba(20, 37, 57, 1);
}
.frontStory{
  background: #fab9e5;
}
.frontHalfStripe{
  background: #fde1f4;
}
.articleImg {
  background: rgba(234, 234, 234, 0.8);
}
.vertical.medium-horizontal.menu.dropdown{
  margin-left: 11.75rem;
}

.langRow a{
  color: #8A73B3;
}
@media (min-width: 40rem) {
  .rivi-logo img {
    height: 6rem;
    margin-left: 0.2rem;
  }
}
@media (min-width: 40rem) and (max-width: 200rem) {
  .rivi-logo img {
    margin-left: 0.2rem;
  }
  .vertical.medium-horizontal.menu.dropdown {
    margin-left: 11.9375rem;
  }
}
@media screen and (max-width: 39.9375em){
  .rivi-logo img {
    height: 4.375rem;
    margin-left: 0.8rem;
  }
  .mobile-menu {
    margin-left: 9.375rem;
  }
}

.bg--img-color{
  background-image: url(../images/bg-image.png);
  background-repeat: no-repeat;
  background-color: #142539;
  margin-top: -5.375rem;
  padding: 1rem 0;
  color: #fff;
  margin-bottom: 5rem;
}
.page-top-title{
  font-size: 3.5rem;
  line-height: 4.75rem;
  color: #FFFFFF;
  font-family: 'Abril Fatface', cursive;
  padding-bottom: 4rem;
  padding-top: 1rem;
}
.hero--description{
  font-size: 1.5rem;
line-height: 1.5625rem;
font-weight: 400;
}
.category-box{
  border: 1px solid ;
  padding: 2.5rem 1.5rem;
  font-size: 2.25rem;
  line-height: 1.75rem;
  text-decoration: none !important;
  width: 100%;
}
.category1{
  color: #6CB253 !important;
  border-color: #6CB253;
}
.category2{
  color: #D93B53 !important;
  border-color: #D93B53;
}
.category3{
  color: #F5A04E !important;
  border-color: #F5A04E;
}
.category4{
  color: #B25EBF !important;
  border-color: #B25EBF;
}
.category5{
  color: #36839D !important;
  border-color: #36839D;
}
.category6{
  color: #A69B84 !important;
  border-color: #A69B84;
}
.searchWrap{
    background: #f3f3f4;
}
.input-group-button button{
    background-color: #9c9fa4;
}
.article-footer .tags a {
  color: #000;
  text-decoration: none !important;
}

.category--box--block .column-block a{
  text-decoration: none !important;
}
.category--box--block{
  padding-bottom: 1rem;
  padding-top: 5rem;
}
.category--title{
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
}
.category-post-link{
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-decoration-line: underline;
  color: #000000;
}
.category--post-list-title{
  padding-bottom: 2rem;
  font-weight: bold;
  font-size: 2.25rem;
  line-height: 1.75rem;
}
.category-post-list a:not(:first-child) {
  padding-left: 7px;
  word-break: break-all;
}
.category--more--link {
  margin-top: 1rem;
  text-decoration: underline;
}
/* event table */


table tbody tr:nth-child(even) {
    background-color: transparent;
}
#tribe-events-content .tribe-events-calendar td{
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.tribe-events-calendar thead,
.tribe-events-calendar th{
    background-color: transparent;
}
table tbody, table tfoot, table thead,
#tribe-events-content .tribe-events-calendar td, #tribe-events-content table.tribe-events-calendar{
    border-color: #C8DFF1 !important;
}
.entry-content ul li::before{
    display: none;
}
.tribe-events-viewmore{
    text-align: center;
    border: none;
    position: relative;
    z-index: 1;
    margin: 0;
}
.tribe-events-viewmore a{
    text-decoration: none !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 300;
    color: #36839D;
    line-height: 50px;
}
.tribe-events-viewmore a .day_totoal_event_number{
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    display: block;
}

.tribe-events-calendar td.tribe-events-future div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{
    background-color: transparent;
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
    color: #C8DFF1;
    position: relative;
    z-index: 1;
}


div#stage {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.4s transform ease;
    transform-origin: bottom center;
    z-index: -1;
  }
  
  .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: wave 15s linear infinite;
            animation: wave 15s linear infinite;
  }
  .wave--front {
    z-index: 2;
    color: #C8DFF1;
  }
  .wave--back {
    z-index: 1;
    color: #C8DFF1;
    animation-direction: reverse;
  }
  
  .water {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80%;
    background: currentColor;
  }
  .water:first-child{
      bottom: -1px;
  }
  .water svg {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 99.9%;
  }
  
  .water:first-of-type {
    transform: translate(-99.8%, 0);
  }
  
  svg {
    fill: currentColor;
  }
  
  @-webkit-keyframes wave {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(50%, 0.5em, 0);
    }
    100% {
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes wave {
    0% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(50%, 0.5em, 0);
    }
    100% {
      transform: translate3d(100%, 0, 0);
    }
  }
  @-webkit-keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  @-webkit-keyframes pulseAway {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.4);
    }
  }
  @keyframes pulseAway {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.4);
    }
  }

.column-gap-small{
  margin-bottom: 2rem;
}





  /* calendar hole day */

  .tribe-events-day .tribe-events-day-time-slot .type-tribe_events{
    margin-left: 0 !important;
  }
 
  .tribe-events-venue-details{
    display: inline !important;
  }
  #tribe-events-content .tribe-updated {
    display: inline !important;
}

.tribe-events-list .type-tribe_events{
  padding-right: .9375rem;
    padding-left: .9375rem;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child){
  float: left;
}

.forced-full-width{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.tribe-events-title-bar{
  background-color: #142539;
  padding: 3.5rem 0 2rem;
  margin-top: -3.85rem;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events{
  padding-bottom: 0;
  border-bottom: none;
}
/* #tribe-events-header,
.tribe-events-day-time-slot-heading{
  display: none;
} */

.tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading{
  margin-right: .9375rem;
  margin-left: .9375rem;
}

/* all event on single date */
.tribe-events-list .tribe-events-loop .tribe-events-event-image{
  width: 100% !important;
  margin: 0 0 1rem !important;
  max-height: 203px;
  overflow: hidden;
}
.tribe-events-list .tribe-events-list-event-title a{
  font-size: 1.125rem ;
  line-height: 1.5625rem;
  font-weight: 700;
  color: #000000;
}
.tribe-events-loop .tribe-events-event-meta{
  font-size: 1.125rem ;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #000000;
}
.tribe-events-related-events-title,
.tribe-related-events{
  display: none;
}
.featured-image {
  margin-bottom: 1rem;
  max-width: 16.875rem;
  width: 100%;
  height: 11.75rem;
  display: flex;
  align-items: center;
}
/* single */
.articleImg{
  background: rgb(20,37,57);
  height: auto;
  margin-top: -3.375rem;
  position: relative;
}

.articleImg .hdr h1{
  font-size: 3.5rem;
  line-height: 4.75rem;
  color: #FFFFFF;
  hyphens: auto;
}

.articleImg .show-for-large {
  display: block !important;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group{
  width: 100%;
}
.single-tribe_events .tribe-events-event-meta{
  background: transparent;
  border: none;
}

.event-details--area{
  background-color: rgba(20, 37, 57, 0.2);
  padding: 2rem 0;
}
.purchase--ticket--button{
  background: #142539;
  border-radius: 3px;
  padding: 0.5rem 0;
  display: block;
  color: #fff !important;
  text-align: center;
}


/* category page */
.listHdrWrap{
  background-color: #142539 !important;
  margin-top: -3.375rem;
  padding-top: 3.5rem;
  padding-bottom: 0.5rem;
}
.tribe-events-page-title{
  text-align: left;
}
.tribe-events-page-title span{
  text-align: left;
  font-size: 3.5rem;
  line-height: 4.75rem;
}
.tribe-events-page-title a{
  font-weight: bold;
  font-size: 1.125rem !important;
  line-height: 1.5625rem;
  opacity: 0.5;
  font-family: 'PT Sans', sans-serif;
  position: relative;
  bottom: -8px;
}
.column-block img{
  border: none;
}

.category--listing .eventTime, .category--listing .eventPlace{
  display: inline;
  font-size: 1.125rem;
  font-weight: 400;
}

.events-category .column-block a div h4{
  color: #000000 !important;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
#tribe-events-footer,
#tribe-events-header{
  display: none;
}

.tribe-organizer-url-label,
.tribe-organizer-url{
  display: none;
}
.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-event-categories-label{
  font-size: 1.125rem ;
  line-height: 1.5625rem;
  font-weight: 700;
  color: #000000;
  opacity: 0.5;
}
.tribe-events-event-categories-label,
.tribe-events-meta-group .tribe-events-single-section-title{
  margin: 0;
}
.tribe-events-event-categories a,
.tribe-organizer a{
  font-size: 1.125rem ;
  line-height: 1.5625rem;
  font-weight: 4700;
  color: #000000;
  opacity: 0.5;
}

.tribe-events-day .tribe-events-title-bar {
    padding-top: 5rem;
}

.map-location{
  display: flex;
  align-items: center;
}
@media (min-width: 64rem) {
  .single .articleImg img{
    position: absolute;
    top: 0;
    left: 0;
  }
  .articleImg .hdr {
    position: relative !important;
    bottom: auto !important;
    width: 100%;
    padding: 3.125rem 0.5rem 1.5625rem;
  }
}
@media (max-width: 61.9375rem){
	.single-post .articleImg .hdr {
    padding: 1.5625rem 0.5rem 0;
  }
  .media-credit.media-credit-isokuva {
    position: relative;
    bottom: auto;
    right: auto;
    padding-bottom: 1.5625rem;
}
  .events-single .articleImg .hdr {
    padding: 3.125rem 0.5rem 1.5625rem;
    position: relative !important;
    bottom: auto !important;
  }
  
}
@media (max-width: 47.9375rem) {
  .articleImg .hdr h1 {
    font-size: 8vw;
    line-height: 11vw;
  }

}