/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/



/* agenda */

.nectar-badge.text-color-ffffff .nectar-badge__inner {
  color: #ffffff;
}
.padding-amount-small .nectar-badge__inner {
  padding: .5em 1em;
}
.nectar-badge__inner {
  display: inline-block;
  line-height: 1;
  color: #fff;
  border-radius: 20px;
}

.wpb_wrapper > div:last-child {
  margin-bottom: 0;
}

.nectar-display-block {
  display: block;
}

.single-event .heading-title {
  display: none;
}

.single-event .blog_next_prev_buttons {
  display: none;
}

.single-event .comments-section {
  display: none;
}

#vsel a {
  color:#000000;
  text-decoration:none;
  transition:color .3s
}
#vsel a:hover {
  color: #740bed !important;
}