.c-display-flag{
	margin-right: 4px;
}

.filterdrop ul a, .pointer{
  cursor: pointer;
}

.filters-btn span{
  color: #1b2029;
}

.filters-btn:hover span{
  color: #E98300;
  -webkit-transition: all 0.2s ease 0s;
}

.filters-btn.active span{
  color: white;
}

.date svg, .location svg{
  margin-right: 5px;
}

.selectedfiltersLookingForLookingFor ul {
  display: block;
  margin: 20px 0 10px; }

.selectedfiltersLookingFor li {
  display: inline-block; 
}
  
.selectedfiltersLookingFor li a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 500;
    padding: 7px 10px;
    height: 30px;
    border-radius: 3px;
    margin: 0 0 3px; 
}

.selectedfiltersLookingFor li a svg {
      fill: white;
      width: 12px;
      margin: 0 0 0 10px;
      top: 2px;
      position: relative; 
    }

.selectedfiltersLookingFor li.hide {
    display: none; 
}

.when-section-open{
  height: auto !important;
}

.ui-datepicker{
  z-index: 101 !important;
}

.cards.whats-on-cards{
  padding-top: 3em;
}

div.container.whats-on-special-container, div.content.whats-on-special-content{
  padding: 1em 0 2em 0;
  margin-bottom: 0;
}

div.content.whats-on-special-content:first-of-type{
  padding-bottom: 0;
}

div.container.whats-on-special-container:first-of-type{
    padding-top: 6em;
    padding-bottom: 0;
}

.more{
  padding-bottom: 5.5em;
}

div.card.single-event-with-priority{
  width: 38%;
}

.filterdrop.open .date input, .c-display-flag{
  cursor: pointer;
}

.card .cardcontent h3{
  color: #2b3341;
}

.card.card-dark .cardcontent h3{
  color: white;
}