/* Jazz theme - for designers */
/* Colour 1 */
/* Main colour used for buttons, links and borders. */
.arlo#arlo .arlo-color1,
.arlo#arlo a:hover,
.arlo#arlo a.arlo-template-name,
.arlo#arlo a.arlo-template-name:hover,
.arlo#arlo .page-numbers:not(.next):not(.prev):hover,
.arlo#arlo .page-numbers.current:not(.next):not(.prev),
.arlo#arlo .upcoming .arlo-places-remaining,
.arlo#arlo .arlo-button.arlo-waiting-list:hover,
.arlo#arlo .button.arlo-waiting-list:hover,
.arlo#arlo .arlo-event_tags-list > li,
.arlo#arlo .arlo-event-offers .discount,
.arlo#arlo .arlo-social-media a:hover,
.arlo .arlo-widget-upcoming a:hover,
.arlo .arlo-categories-widget li a:hover,
.arlo#arlo a,
.arlo#arlo a.next.page-numbers:hover, 
.arlo#arlo .arlo-list.event-search .arlo-next-running a:hover,
.arlo#arlo .arlo-list.catalogue .arlo-next-running a:hover,
.arlo#arlo .upcoming .arlo-event-name a:hover {
    color: var(--blue);
}

.arlo#arlo .arlo-background-color1,
.arlo#arlo .button.arlo-register,
.arlo#arlo .arlo-list.catalogue .arlo-next-running a.arlo-register,
.arlo#arlo .arlo-category-list a,
.arlo#arlo .button.arlo-register,
.arlo#arlo .arlo-button.arlo-register,
.arlo#arlo .arlo-button,
.arlo#arlo .arlo-list.event-search .arlo-next-running a.arlo-register,
.arlo#arlo .arlo-suggest-template-container .arlo-suggest-templates .arlo-suggest-template-event-link a.arlo-register {
    background-color: var(--blue);
}

.arlo#arlo .arlo-border-color1,
.arlo#arlo .arlo-list.catalogue .arlo-cf.arlo-catalogue-event,
.arlo .arlo-categories-widget li a,
.arlo .arlo-widget-upcoming .arlo-cal.arlo-left,
.arlo#arlo .arlo-suggest-template-container .arlo-suggest-templates tr,
.arlo#arlo .arlo-suggest-template-container .arlo-suggest-templates tr td:first-of-type {
    border-left-color: var(--blue);
    border-right-color: var(--blue);
    border-top-color: var(--blue);
    border-bottom-color: var(--blue);
}

/* Colour 4 */
/* Highlight colour used for discounts. */

.arlo#arlo .arlo-color4 {
    color: var(--blue);
}

.arlo#arlo .arlo-background-color4 {
    background-color: var(--blue);
}

.arlo-cf {
	background-color: white!important;
}