div.ribbonitem, div.ribbonitem-last, div.ribbonitem-first {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 60px;
    margin-left: 10px;
    margin-right: 10px;
}

.navbar-brand.logo-control img.logo-img {
    max-height: none;
}


#ytdrow {
    height: 12px;
    line-height: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    margin-bottom: 2px;
    vertical-align: top;
   
}

.ytdfirstrow {
    height: 10px;
    line-height: 10px;
    padding-top: 0px;
    padding-bottom: 0px;

    margin-bottom: 2px;
    vertical-align: top;
  	border-top: 2px solid #8ebf42;
    
    
}

#ytdsep {

border-top-style: solid;
    border-top-color: #c3c3c6;
border-top-width: 5px;
line-height: 2px;
height: 2px;
padding-top: 0px;
    padding-bottom: 0px;
margin-bottom: 2px;

    
}
.liability-release {
    font-size: 12px;
    width: 600px;
}

.com-dpcalendar-bookingform__series dp-booking-series {
    display: none;
}

.dp-ticket__amount {
    display: inline-block;
}



/* This following CSS enables the re-arrangement of the blocks on the DP Calendar event form display as described here:
https://joomla.digital-peak.com/documentation/dpcalendar/menu-items/menu-item-event
There are four columns wide
Default layouts are found in this css: /media/com_dpcalendar/css/dpcalendar/views/event/default.css
 */





.com-dpcalendar-event__description {
    grid-column: 1/4;
    grid-row: 4;
}

.com-dpcalendar-event__weather {
    grid-column: 1/4;
    grid-row: 11;
}


.com-dpcalendar-event__information {
    grid-column: 1 / 4;
    grid-row: 9;
}

.com-dpcalendar-event__route {
    grid-column: 1/4;
    grid-row: 10;
}

.com-dpcalendar-event__image {
    grid-column: 1;
    grid-row: 2;
}


/*
.com-dpcalendar-event:not(.has-bookings):not(.has-series):not(.has-locations):not(.has-schedule) .com-dpcalendar-event__description {
    grid-column: 3 / 4;
}


.com-dpcalendar-event:not(.has-description) .com-dpcalendar-event_small {
    grid-row: 6;
    grid-column: 3/4;
}
*/

.com-dpcalendar-event__cta {
    grid-column:  3/ 4;
    grid-row: 5;
}



.com-dpcalendar-event__tickets {
    grid-column: 1 / 3;
    grid-row: 7/8;
}

.com-dpcalendar-event__booking {
    grid-row: 6;
    grid-column: 1/4;
}


.com-dpcalendar-event__locations {
    grid-column: 1 / 4;
    grid-row: 12/13;
}


figure figcaption {
    background-color: transparent;
    color: #0d6efd;
    font-size: 1rem;

}

.icon-angle-down:before {
   content: "\e007";
 }

.js-stools-container-bar {
  padding: 10px 20px;
}
.js-stools-container-bar .btn-toolbar {
  justify-content: flex-end;
}
.js-stools-container-bar .btn-toolbar > * {
  margin: 4px 0;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.js-stools-container-bar .btn-toolbar .js-stools-btn-clear {
  background-color: #30638d;
  border: 0;
}
.js-stools-container-bar .ordering-select {
  display: flex;
}

.js-stools-container-filters {
 
  display: none;
  padding: 0 20px;
  margin-bottom: 20px;
}
.js-stools-container-filters-visible {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  padding: 10px;
  background-color: white;
}

.js-stools-container-filters > * {
  margin: 4px 0;
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

.js-stools-field-list + .js-stools-field-list {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}

.chosen-container.chosen-container-single {
  max-width: 100%;
  font-size: 1rem;
}
.chosen-container.chosen-container-single .chosen-single {
  display: inline-block;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.81rem 4rem 0.81rem 1rem;
  line-height: 1.5;
  color: #22262a;
  vertical-align: middle;
  background: #eaedf0 url("../images/select-bg.svg") no-repeat right 1rem center;
  background-image: none \9 ;
  background-size: 116rem;
  border: 1px solid #ced4da;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
}
.chosen-container.chosen-container-single .chosen-single abbr {
  top: 10px;
}
.chosen-container.chosen-container-single .chosen-single:focus {
  border-color: #8894aa;
  outline: none;
}
.chosen-container.chosen-container-single .chosen-single:disabled {
  cursor: not-allowed;
  background-color: #eaedf0;
}
.chosen-container.chosen-container-single .chosen-single div b {
  background: none !important;
}
.chosen-container.chosen-container-single .chosen-drop {
  background: white;
  border: 1px solid #ced4da;
}
.chosen-container.chosen-container-single .chosen-results li {
  line-height: calc(1rem + .3rem);
}
.chosen-container.chosen-container-single.chosen-container-active .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container.chosen-container-multi .chosen-choices {
  max-width: 100%;
  min-height: calc(1.5em + 1.2rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
  background-image: white;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  padding: 5px 33px 5px 10px;
  color: white;
  background: var(--primary);
  border: 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background-image: none !important;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
  position: absolute;
  top: 6px;
  right: 5px;
  font-size: 1rem;
  color: white;
  content: "×";
}

.chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none;
}

.chosen-container-single {
  width: auto !important;
}

.liability-release {
    font-size: 12px;
    width: 600px;
}

.klatest_rbn .klatest-subject  a {
	font-weight: normal;
	font-size: 15px;
        font-family: sans-serif;
}

.klatest_rbn
.klatest-items {
  margin-left: 0px;
}

.klatest_rbn
.klatest-itemdetails li.klatest-posttime {
	display:inline;
        font-weight: bold;
}

.klatest_rbn
.knewchar{
    visibility: hidden;
}

.t4-masthead .container {

  padding-bottom: 0rem;
}
/* Need to allow subscriptions in configuration so that every post gets notified */
.kbutton-subscribe {
  display: none; 
}

iframe {
   
    border-width: 0px;
    border-style: none;
    
}
/* to put some whitespace around the avatar on the engage comments */
div.akengage-commenter-avatar-container {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/* suppress the display of the stages numbers on the booking form - not needed */
.com-dpcalendar-bookingform .dp-steps {
    display: none;}

#Liability_Release {
    max-width: 900px;
}

body.modal-open .modal {
    height: 100vh !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* following css hides the megamenu when screen size gets narrow and the other menu kicks in. It completely supresses  megamenu on booking form?
.t4-megamenu.collapse:not(.show) {
  overflow: hidden;
  }
Problem this also suppressed the drop down menus
*/
/* this partially works but only one level of drop down shows
.t4-megamenu.collapse:not(.show) {
  overflow: hidden;
  }


header .brand {
    height: auto;
}

Need to look to put this in the https://wabonline.net/wabtest1/plugins/system/t4/admin/theme/css/style.css
file



.btn-secondary, .js-stools-container-bar .btn, .tag-category .filters .btn-group .btn {
  color: blue;
  background-color: #6c757d;
  border-color: #6c757d;
}
*/

