.custom-left-border-1:before {
    content: '';
    /*position: absolute;*/
    /*top: 50%;*/
    left: -25px;
    height: 60%;
    border-left: 1px solid var(--grey-500);
}

#header .header-nav-main nav > ul > li > a{
    padding: 0.5rem .5rem;
    color: var(--secondary);
}


 @media (min-width: 992px) { /* lg breakpoint */
    .vh-lg-100 {
      height: 100vh !important;
    }

    .vh-lg-40 {
        height: 40vh !important;
    }

    .vh-lg-50 {
        height: 50vh !important;
    }

    .vh-lg-65 {
        height: 65vh !important;
    }

    .vh-lg-75 {
        height: 75vh !important;
    }

    #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active,
    #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.is-active
    {
        background: var(--secondary);
        color: var(--secondary-inverse);
    }
  }

.vh-65 {
    height: 65vh !important;
}

.hs-300 {
    height: 300px !important;
}

.hs-250 {
    height: 250px !important;
}

.rounded-25 {
    border-radius: 25px !important;
}

.text-color-secondary.apply-color-children p,.text-color-secondary.apply-color-children,.text-color-secondary.apply-color-children ul li,
.text-color-secondary.apply-color-children h1,.text-color-secondary.apply-color-children h2,.text-color-secondary.apply-color-children h3,
.text-color-secondary.apply-color-children h4,.text-color-secondary.apply-color-children h5,.text-color-secondary.apply-color-children h6{
    color:var(--secondary);
}

.text-color-light.apply-color-children p,.text-color-light.apply-color-children,.text-color-light.apply-color-children ul li,
.text-color-light.apply-color-children h1,.text-color-light.apply-color-children h2,.text-color-light.apply-color-children h3,
.text-color-light.apply-color-children h4,.text-color-light.apply-color-children h5,.text-color-light.apply-color-children h6{
    color:var(--light);
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
}

.two-lines {
  line-height: 1.3em;                     /* define line-height relative to font */
  min-height: calc(1.3em * 2);            /* two lines tall */
  max-height: calc(1.3em * 2);
  /*overflow: hidden;*/                       /* prevent extra text overflow */
}


::selection {
	color: var(--secondary-inverse);
	background: var(--secondary);
}

#header .header-btn-collapse-nav
{
    background: var(--secondary);
}

.fieldset {
    min-width: 0;
    margin-block: var(--sp1);
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-block: 0;
    padding-inline-start: 0;
    padding-inline-end: 0;
    color: inherit;
    border: solid 1px var(--dark);
    border-radius: var(--border-radius);
    background-color: var(--trnsparent);
}

.fieldset__legend {
    float: left;
    width: 100%;
    color: var(--light);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    background-color: var(--dark);
    font-size: var(--font-size-l);
    font-weight: 700;
    line-height: var(--line-height-base);
}

.sign-up label:not(.error){
    color: var(--dark);
}

.sign-up label.form-required::after {
  content: " *";           /* Adds a space and asterisk */
  color: #dc3545;          /* Red color, same as text-color-danger */
  font-weight: bold;        /* Optional */
}

.sign-up details summary{
    color: var(--dark);
}

.login-form-wrapper .form-item-name{
    margin-bottom: 1rem;
}

.login-form-wrapper .form-item-pass{
    width: 100% !important;

}

#toolbar-administration #toolbar-bar{
	z-index: 1100;
}

.webform-submission-event-ticket-purchase-form label{
    color: #000000; 
}

.webform-submission-event-ticket-purchase-form input[type="number"]:read-only{
    background-color: #ffffff; /* Light gray background */
    color: #000000;              /* Darker text */
    border: none;   /* Subtle border */
    box-shadow: none;
}



.webform-submission-event-ticket-purchase-form .form-item:has(input[name="total_amount_display"]),
.webform-submission-event-ticket-purchase-form .form-item:has(input[name="ticket_price_display"]) {
  position: relative;
}

.webform-submission-event-ticket-purchase-form .form-item:has(input[name="total_amount_display"])::before,
.webform-submission-event-ticket-purchase-form .form-item:has(input[name="ticket_price_display"])::before {
    content: "£";
    position: absolute;
    left: 10px;
    top: 34px;
    font-size: 17px;
    color: #000000;
}

.webform-submission-event-ticket-purchase-form input[name="total_amount_display"],
.webform-submission-event-ticket-purchase-form input[name="ticket_price_display"] {
  padding-left: 22px;
}

.placeholder{
    background-color: #ffffff !important;
    opacity: 1 !important;
}

.user-form .field--name-field-subscription-package{
    display: none;
}

.forum-topics-list{
    width: 100%;
    
}