﻿/*
 * Author:	eMedia Campaigns 
 * Created:	20/11/2019
 *
 * 'Re-skin of venuenet site'
 */
header h1 a span {
  display: none;
}
header .side-collapse ul.show {
  list-style-type: none;
}
header .side-collapse ul.show a {
  white-space: inherit;
}
nav ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
  top: 95%;
}
.flexslider .sld-desc {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 11px;
}
.flexslider .sld-desc h4,
.flexslider .sld-desc p {
  font-size: 1rem !important;
  margin: 0;
  color: white;
  font-style: normal !important;
  text-shadow: 1px 1px 0 black;
  text-align: center;
}
.flexslider .sld-desc p {
  font-weight: normal !important;
}
div[id$="divContentColumnOne"] {
  padding-bottom: 20px;
}
a[id$=hlTandCs] {
  font-weight: inherit !important;
}
.content_column_two .list-group {
  margin-bottom: 2rem;
}
.bs-wizard {
  margin-top: 20px;
}
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
}
[id$="formRow"].card .icon-star {
  display: none;
}