html, body {
    font-family: 'GalanoRegular', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
    font-size: 100%;
    font-size: 16px;
    color: #1d1d1b;
    /*overflow-x: hidden;*/
    position: relative;
}
body.menu__open {
    overflow-y: hidden;
}

.u-tablet-up {
    display: none;
}

a, button {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.button {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 23px;
    display: inline-block;
}
.button:hover {
    color: #fff;
}
.button--arrow {
    padding: 8px 30px 8px 15px;
    position: relative;
}
.button--arrow:after {
    content: '';
    background: url(/wp-content/themes/dlwp/img/right-arrow-short.svg) no-repeat center center;
    background-size: 10px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 15px;
    display: inline-block;
}
.button--large {
    font-family: 'GalanoRegular', sans-serif;
    font-size: 1.875em;
    line-height: 1.1em;
    padding: 25px 0;
    text-align: center;
    width: 177px;
    height: 115px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.button--large:nth-child(2),
.button--large:nth-child(4) {
    margin-right: 0;
}
.button--large:nth-child(n+3) {
    margin-bottom: 0;
}
.button--wide {
    font-family: 'GalanoRegular', sans-serif;
    font-size: 1.125em;
    max-width: 100%;
    width: 374px;
    height: 57px;
    padding: 0 10px;
    line-height: 57px;
    display: block;
    margin-bottom: 10px;
}
.button--right {
    float: right;
}
.button:focus {
    color: #fff;
}

b, strong {
    font-family: 'GalanoSemiBold', sans-serif;
    font-weight: normal;
}

body {
    margin-top: 160px;
}
body.home {
    margin-top: 120px;
}
body.page-template-page--book,
body.page-template-page--spektrix,
body.page-template-page--checkout,
body.page-template-page--reset-password {
    margin-top: 120px;
}
/** header **/
header {
    z-index: 2500!important;
    position: fixed;
    width: 100%;
    top: 0;
}
.top__bar {
    background: #000;
    height: 40px;
    line-height: 40px;
}
.top__bar--guest {
    text-align: right;
}
.top__bar a {
    font-family: 'GalanoMedium', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.top__bar a:hover,
.top__bar a:focus {
    color: #fff;
}

.bottom__bar {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.logo {
    padding: 15px 0;
    max-width: 240px;
}
.logo--small {
    display: none;
    max-width: 35px;
}
.bottom__bar__buttons {
    text-align: right;
}
.bottom__bar__buttons__wrapper {
    float: right;
}
.search__button,
.menu__button,
.basket__button {
    display: block;
    float: left;
}
.search__button {
    width: 40px;
    height: 21px;
    padding: 30px 15px;
    margin-right: 20px;
    outline: none;
}
.search__button svg {
    width: 21px;
    height: 21px;
    margin-top: -11px;
    display: block;
}
.search__button:hover svg *,
.search__button--active * {
    stroke: #706f6f;
}
.menu__button {
    width: 27px;
    height: 15px;
    background: url(/wp-content/themes/dlwp/img/menu.svg) no-repeat center center;
    padding: 30px 15px;
    background-size: 27px;
    outline: none;
}
.basket__button {
    background: url(/wp-content/themes/dlwp/img/basket-empty.svg) no-repeat center center;
    background-size: 24px;
    width: 21px;
    height: 21px;
    padding: 30px 15px;
    margin-right: 5px;
    position: relative;
}
.basket__button span.item__count {
    display: none;
    position: absolute;
    /*top: 26px;*/
    font-size: 12px;
    /*right: 7px;*/
    width: 10px;
    height: 10px;
    bottom: 20px;
    right: 5px;
    top: auto;
}
.basket__button.has__items {
    background: url(/wp-content/themes/dlwp/img/basket-added.svg) no-repeat center center;
    background-size: 24px;
}
.basket__button.has__items span.item__count {
    display: block;
}

/** pre footer **/
.pre__footer {}
.pre__footer .pre__footer__message:first-child:last-child {
    background: #fff;
    color: #1d1d1b;
}
.pre__footer .pre__footer__message {
    background: #1d1d1b;
    color: #fff;
    padding: 6px 0;
}
.pre__footer .pre__footer__message + .pre__footer__message {
    background: #fff;
    color: #1d1d1b;
    text-align: right;
}

/** footer **/
footer {
    margin-top: 40px;
    background: #1d1d1b;
    color: #fff;
    padding-bottom: 20px;
}
footer a {
    color: #fff;
}

footer ul {
    list-style: none;
    margin: 0;
}
footer ul li a:hover {
    color: #c8c8c8;
}
.footer__first-row {
    padding-top: 20px;
}

/** social icons **/
.social__icons {}
.social__icons li {
    display: inline-block;
    padding: 30px 10px;
}
.social__icons li:first-child {
    padding-left: 0;
}
.social__icons li:last-child {
    padding-right: 0;
}
.i {
    display: block;
    width: 25px;
    height: 25px;
    background-size: 25px !important;
}
.i-facebook {
    background: url(/wp-content/themes/dlwp/img/facebook.svg) no-repeat center;
}
.i-instagram {
    background: url(/wp-content/themes/dlwp/img/instagram.svg) no-repeat center;
}
.i-twitter {
    background: url(/wp-content/themes/dlwp/img/twitter.svg) no-repeat center;
}
.i-vimeo {
    background: url(/wp-content/themes/dlwp/img/vimeo.svg) no-repeat center;
}
.i-linkedin {
    background: url(/wp-content/themes/dlwp/img/linkedin.svg) no-repeat center;
}
.i-vine {
    background: url(/wp-content/themes/dlwp/img/vine.svg) no-repeat center;
}
.i-youtube {
    background: url(/wp-content/themes/dlwp/img/youtube.svg) no-repeat center;
}

.footer__copy p,
.created_by {
    font-size: 10px;
    line-height: 12px;
}
.created_by:hover {
    color: #c8c8c8;
}
.footer__copy p {
    font-size: 12px;
    line-height: 16px;
}

.footer__logos {}
.footer__logos li {
    display: inline-block;
    margin-right: 20px;
}
.footer__logos li:last-child {
    margin-right: 0;
}
.footer__logos img {
    height: 55px;
    width: auto;
}

.footer__address p {
    line-height: 18px;
    font-size: 16px;
}

/** menu **/
.menu__close {
    background: url(/wp-content/themes/dlwp/img/close.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}
.menu {
    position: fixed;
    background: #000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    z-index: 5000;
    -webkit-transition: all 0.75s ease-in-out;
    -moz-transition: all 0.75s ease-in-out;
    -o-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out;
}
.menu.open {
    visibility: visible;
    opacity: 1;
}

.menu ul {
    list-style: none;
    margin: 0;
}
.menu ul.primary-menu {
    padding-top: 20px;
}
.menu ul li {}
.menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.875em;
    line-height: 2;
    position: relative;
}
.menu ul li.menu-item-has-children > a {
    padding-left: 30px;
}
.menu ul li.menu-item-has-children > a:before,
.menu ul li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    background-color: white;
    transition: transform 0.2s ease-out;
    border-radius: 1px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    top: 12px;
    left: 8px;
    width: 3px;
    height: 15px;
}
.menu ul li.menu-item-has-children > a:after {
    transform: rotate(90deg);
}
.menu ul.sub-menu {
    margin-left: 40px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu ul li.menu-item-has-children.open > a:before {
    transform: rotate(90deg) translateX(10px);
}
.menu ul li.menu-item-has-children.open > a:after {
    transform: rotate(270deg) translateX(-10px);
}
.menu .open ul.sub-menu {
    max-height: 9999px;
}
.menu ul.sub-menu a {
    font-size: 1.125em;
    line-height: 2.188em;
    text-transform: none;
}

/** search **/
.search__wrapper {
    position: relative;
}
.search {
    background: #5b5b5b;
    width: 390px;
    max-width: 100%;
    position: absolute;
    right: 0;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    max-height: 0;
    overflow: hidden;
    z-index: 2500;
}
.search__open {
    max-height: 1000px;
    overflow: visible;
}
.search__form {
    position: relative;
}
.search input[type="text"] {
    font-size: 1.125em;
    border: 0;
    background: #5b5b5b;
    color: #fff;
    outline: 0;
    box-shadow: none;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 90px;
    margin-bottom: 0;
}
.search input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
.search input[type="text"]:-moz-placeholder {
    color: #fff;
}
.search input[type="text"]::-moz-placeholder {
    color: #fff;
}
.search input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
.search button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px 50px 17px 0;
    background: url(/wp-content/themes/dlwp/img/arrow-right.svg) no-repeat 35px center;
    background-size: 21px;
    color: #fff;
    text-transform: uppercase;
    outline: 0;
}
.search__results {
    background: #706f6f;
    color: #fff;
    max-height: 64px;
    overflow: hidden;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
/** todo: change after testing */
.search__results--open {
    /*max-height: 500px;*/
    max-height: calc(100vh - 155px);
    overflow-y: scroll;
}
.search__results a {
    color: #fff;
    padding: 10px 0;
    position: relative;
}
.search__results a:hover,
.search__results a:focus {
    color: #c8c8c8;
}
.search__results__result__footer:empty {
    position: absolute;
    bottom: 8px;
    height: 20px;
    width: 20px;
    right: 0;
}
.search__results__header {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 0.750em;
    padding: 20px 20px 10px;
    display: none;
}
.search__results__content {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
}
.search__results--open .search__results__header,
.search__results--open .search__results__content {
    display: block;
}
.search__results__result {
    display: block;
    border-bottom: 1px solid #fff;
}
.search__results__result:last-child {
    border-bottom: 0;
}
.search__results__result__header {
    font-family: 'GalanoMedium', sans-serif;
    text-transform: uppercase;
    font-size: 0.625em;
}
.search__results__result__body {
    font-family: 'GalanoMedium', sans-serif;
    text-transform: uppercase;
    font-size: 1.125em;
    line-height: 1.25em;
}
.search__results__result__footer {
    font-size: 0.750em;
    background: url(/wp-content/themes/dlwp/img/arrow-right.svg) no-repeat right center;
    background-size: 20px;
}
.search__results__footer {
    text-align: right;
    padding: 20px;
}
.search__results a.search__close {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 0.625em;
    padding-right: 30px;
    text-transform: uppercase;
    background: url(/wp-content/themes/dlwp/img/close.svg) no-repeat right center;
    background-size: 17px;
}

/** blocks **/
.block {}
.block h2 {
    font-size: 2.250em;
    line-height: 1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.block--content h2,
.block--event_highlights--standard h2 {
    font-size: 1.750em!important;
    font-family: 'GalanoRegular', sans-serif;
    line-height: 1.1em;
}
.block--content h3 {
    font-size: 1.750em;
    font-family: 'GalanoMedium', sans-serif;
    line-height: 1.1em;
}
.block__wrapper {
    border-top: 1px solid #171714;
    border-bottom: 1px solid #171714;
    padding-top: 40px;
    padding-bottom: 40px;
}
.block + .block .block__wrapper {
    border-top: 0;
}
.block--heading + .block .block__wrapper,
.block--content + .block .block__wrapper {
    border-top: 1px solid #171714;
}
.block:last-child .block__wrapper {
    border-bottom: 0;
    padding-bottom: 0;
}
.block__wrapper--openings {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #171714;
    border-bottom: 1px solid #171714;
}
.block__wrapper--openings .large-4.medium-4 {
    padding-left: 0;
}

.page-template-page--default-full .content__row .block--accordion {
    border-bottom: 1px solid #171714;
    padding-bottom: 40px;
}
.content__row .block--accordion + .block--accordion {
    margin-top: 40px;
}

/** heading block **/
.block--heading {
    padding-top: 40px;
    padding-bottom: 20px;
    background: rgba(229,230,218,0.8);
}
.block--heading__image {
    padding-bottom: 0;
}
.block--heading h3 {
    font-family: 'GalanoLight', sans-serif;
    margin-bottom: 20px;
    font-size: 1.875em;
    line-height: 1em;
}
.block--heading p {
    font-size: 1.125em;
    line-height: 1.125em;
    margin-bottom: 10px;
}
.block--heading img {
    margin-top: 20px;
}

.block--openings {}
.block--openings h3 {
    font-size: 1.875em;
    line-height: 1em;
    margin-bottom: 10px;
}
.block--openings p {
    font-size: 1em;
    margin-bottom: 0;
}
.block--openings p span {
    width: 175px;
    display: inline-block;
}

.block__wrapper--latest_news,
.block__wrapper--click_through {}
.block__wrapper--latest_news p,
.block__wrapper--click_through p {
    font-size: 1em;
    line-height: 1.375em;
    margin-bottom: 20px;
}

.block--openings__weather {
    font-size: 18px;
    float: right;
    position: absolute;
    right: 0;
}
.block--openings__weather img {
    width: 40px;
    margin-top: -8px;
}
.block--openings__weather span {
    font-size: 14px;
}
/** weather colours **/
.block--openings__weather--01d {
    color: #e46e0c;
}
.block--openings__weather--01n {
    color: #45495d;
}
.block--openings__weather--02d {
    color: #e46e0c;
}
.block--openings__weather--02n {
    color: #45495d;
}
.block--openings__weather--03d,
.block--openings__weather--03n {
    color: #5156a2;
}
.block--openings__weather--04d,
.block--openings__weather--04n {
    color: #5156a2;
}
.block--openings__weather--09d {
    color: #e46e0c;
}
.block--openings__weather--09n {
    color: #45495d;
}
.block--openings__weather--10d,
.block--openings__weather--10n {
    color: #5156a2;
}
.block--openings__weather--11d,
.block--openings__weather--11n {
    color: #fecd63;
}
.block--openings__weather--13d,
.block--openings__weather--13n {
    color: #a2b8c8;
}
.block--openings__weather--50d,
.block--openings__weather--50n {
    color: #706f6f;
}



.block--link_through a {
    color: #fff !important;
}
.block--link_through__footer {
    padding: 10px;
}
.block--link_through__section {
    font-size: 1.125em;
    text-transform: uppercase;
}
.block--link_through__heading {
    font-size: 1.875em;
    line-height: 1em;
    margin: 2px 0;
}
.block--link_through__sub_heading {
    font-size: 1.125em;
}
.block--link_through span {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
    display: block;
    text-align: right;
    background: url(/wp-content/themes/dlwp/img/arrow-right.svg) no-repeat right 7px;
    padding-right: 30px;
    background-size: 20px;
    margin-top: 4px;
}

.block--shop {
    position: relative;
}
.block--shop .block__wrapper {
    min-height: 530px;
}
.block--shop .unslider {
    position: absolute;
    left: 0;
    right: 0;
}
.block--shop__item__name {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.250em;
    line-height: 1em;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    padding: 20px 20px 0 20px;
}
.block--shop__item__price {
    font-size: 1.250em;
    line-height: 1em;
    float: left;
}
.block--shop__item__visit {
    float: right;
    margin-top: -6px;
}
.block--shop__item__footer {
    padding: 10px 20px 0;
}

.block--social_feed__item {
    word-break: break-word;
    border-bottom: 1px solid #171714;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1em;
    line-height: 1.4em;
    padding-left: 40px;
    background-size: 25px!important;
}
.block--social_feed__item--last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.block--social_feed__item strong,
.block--social_feed__item a {
    /*font-family: 'GalanoMedium', sans-serif;*/
}
.block--social_feed__item a {
    /*text-decoration: underline;*/
}
.block--social_feed__item--twitter {
    background: url(/wp-content/themes/dlwp/img/twitter-dark.svg) no-repeat left 5px;
}
.block--social_feed__item--instagram {
    background: url(/wp-content/themes/dlwp/img/instagram-dark.svg) no-repeat left 5px;
}
.block--social_feed__item--facebook {
    background: url(/wp-content/themes/dlwp/img/facebook-dark.svg) no-repeat left 5px;
}

/** forms **/
.block--form .block__wrapper__inner {
    /*background: #e5e6da;*/
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
}
.block--form .block__wrapper__inner:before {
    /*background: #e5e6da;*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: -100vw;*/
    /*right: 100vw;*/
    /*display: block;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*z-index: -1;*/
    /*width: 300vw;*/
}
.form_group {
    position: relative;
    padding-bottom: 10px;
}
.form_group--checkbox {
    position: static;
}
.form_group label {
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease all;
    will-change: left, top, contents;
    top: 7px;
    font-size: 1em;
    line-height: 1.42857;
    opacity: 0.4;
    color: #1d1d1b;
    text-transform: uppercase;
}
.form_group.form_group--focused label,
.form_group.form_group--not-empty label {
    top: -9px;
    left: 0;
    font-size: 0.75em;
    line-height: 1.07143;
    opacity: 1;
}
.form_group.form_group--focused .form_item--checkbox label {
    position: relative;
    text-transform: none;
    opacity: 1;
    margin: 0;
    pointer-events: auto;
    transition: 0.3s ease all;
    will-change: left, top, contents;
    top: 7px;
    font-size: 1em;
    line-height: 1.42857;
}
.form_group--required label:after {
    content: '*';
    margin-left: 2px;
}
.form_group .form_item {
    border: 0;
    background-image: linear-gradient(rgba(29,29,27,0.2), rgba(29,29,27,0.2)), linear-gradient(rgba(29,29,27,0.2), rgba(29,29,27,0.2));
    background-size: 100% 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
}
.form_group.form_group--focused .form_item:not(.form_item--checkbox) {
    outline: none;
    background-image: linear-gradient(#1d1d1b, #1d1d1b), linear-gradient(#1d1d1b, #1d1d1b);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}

.form_group .form_item--checkbox {
    background-image: none;
}
.form_group .form_item--checkbox label {
    position: relative;
    text-transform: none;
    opacity: 1;
    margin: 0;
    pointer-events: auto;
}
.form_item--checkbox input[type="checkbox"] {
    position:absolute;
    width:23px;
    height:23px;
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    opacity:0;
}
.form_item--checkbox input[type="checkbox"] + label {}
.form_item--checkbox input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #c3c3c3;
    vertical-align: top;
}
.form_item--checkbox input[type="checkbox"] + label:after {
    content: '';
    width: 12px;
    height: 5px;
    position: absolute;
    top: 9px;
    left: 6px;
    border: 2px solid #1d1d1b;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.form_item--checkbox label:hover:after {
    opacity: 0.5;
}
/*.form_item--checkbox input[type="checkbox"]:hover + label:after {*/
    /*opacity: 0.5;*/
/*}*/
.form_item--checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.form_group--checkbox .form_item--checkbox {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.accordion__container {}
button.accordion__trigger {
    float: right;
    margin-bottom: 10px;
    background: url(/wp-content/themes/dlwp/img/down-arrow.svg) no-repeat right center;
    padding-right: 30px;
    background-size: 18px;
    outline: none;
}
.accordion__body {
    overflow: hidden;
    max-height: 0;
    width: 100%;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.accordion__container.accordion__container--open .accordion__body {
    max-height: 500px;
}
.block--grid--highlights .row .block--grid--highlights__item {
    margin-bottom: 40px;
}
.block--grid--highlights .row:last-child .block--grid--highlights__item {
    margin-bottom: 0;
}
.block--grid--highlights__row {
    margin-bottom: 40px;
}
.block--grid--highlights__row:last-child {
    margin-bottom: 0;
}
.block--grid--highlights__row .block--grid--highlights__item:first-child {
    padding-right: 10px;
}
.block--grid--highlights__row .block--grid--highlights__item:last-child {
    padding-left: 10px;
}
.block--grid--highlights__row .block--grid--highlights__item:first-child:last-child {
    padding-right: 20px;
    padding-left: 20px;
}

.block--grid--highlights__item .image__holder {
    position: relative;
    padding-bottom: 65.45%;
    height: 0;
    background: #1d1d1b;
    background-size: cover!important;
    background-position: center;
    display: block;
    margin-bottom: 10px;
}
.block--grid--highlights__item .image__holder:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.block--grid--highlights__item .image__holder:hover:after {
    opacity: 1;
}

.page-template-page--archive .block--grid--highlights__item a,
.blog__post__multi__left a {
    position: relative;
    display: block;
}
.page-template-page--archive .block--grid--highlights__item a:after,
.blog__post__multi__left a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.15);
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.page-template-page--archive .block--grid--highlights__item a:hover:after,
.blog__post__multi__left a:hover:after {
    opacity: 1;
}

.page-template-page--archive .block--grid--highlights__item img {
    margin-bottom: 0;
}
.page-template-page--archive .block--grid--highlights__item h2 {
    margin-top: 10px;
}
.page-template-page--archive .block--grid--highlights--list .block--grid--highlights__item h2 {
    margin-top: 0;
    width: 50%;
    float: right;
    max-height: 88px;
    overflow: hidden;
}
.page-template-page--archive .block--grid--highlights--list .block--grid--highlights__item h3 {
    width: 50%;
    float: right;
    margin-bottom: 0;
}
.page-template-page--archive .block--grid--highlights--list.block--grid--highlights .row .block--grid--highlights__item,
.page-template-page--archive .block--grid--highlights--list.block--grid--highlights .row:last-child .block--grid--highlights__item {
    margin-bottom: 20px;
}

.block--grid--highlights__item.block--grid--highlights__item--event .image__holder {
    padding-bottom: 109%;
}
.page-template-page--whats-on .block--grid--highlights__item .image__holder {
    padding-bottom: 109%;
}
.block--grid--highlights__item img {
    width: 100%;
    margin-bottom: 10px;
}
.block--grid--highlights__item small {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 5px;
    display: block;
}
.block--grid--highlights__item h2 {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.25em !important;
    line-height: 1.1em;
    margin-bottom: 0;
}
.block--grid--highlights__item h3 {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.25em;
}
.page-template-page--archive .block--grid--highlights__item h3 {
    margin-bottom: 20px;
}
.block--gridhighlights__item__buy {
    font-size: 1.250em;
    font-family: 'GalanoSemiBold', sans-serif;
    text-transform: uppercase;
    float: right;
}
.block--grid--highlights__item .price {
    font-size: 1.250em;
    font-family: 'GalanoMedium', sans-serif;
    text-transform: uppercase;
}


.page__title {
    font-size: 3.125em;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.single-event .page__title,
.single-exhibition .page__title {
    margin-top: -2px;
    font-size: 2.250em;
    line-height: 1em;
    /*font-family: 'GalanoMedium', sans-serif;*/
    font-family: 'GalanoRegular', sans-serif;
}
.single-event .page__title small,
.single-exhibition .page__title small {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 0.5em;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 5px;
    display: block;
    color: #1d1d1b;
    letter-spacing: -1px;
}
.standfirst {
    font-size: 1.625em;
    line-height: 1.15em;
    margin: 0;
    letter-spacing: 0;
}
.standfirst.searched {
    text-transform: uppercase;
}
.standfirst b {
    font-family: 'GalanoMedium', sans-serif;
}
.standfirst--event {
    font-size: 1em;
    line-height: 1em;
    margin: 20px 0;
}
.f {
    color: #76c8f1;
}
.standfirst--event p {
    font-size: 1.625em;
    line-height: 1.15em;
    margin: 0;
}

.page__header {
    margin-top: 40px;
    margin-bottom: 40px;
}
.content__row {
    margin-top: 40px;
}

.sub-navigation {}
.sub-navigation ul {
    list-style: none;
    margin: 0;
}
.sub-navigation ul li {
    margin-bottom: 10px;
}
.sub-navigation ul li a {
    text-transform: uppercase;
    font-size: 1.438em;
    line-height: 1.2em;
}
.sub-navigation ul li.current_page_item a {
    text-decoration: underline;
}
.block--event_highlights--related .large-6 h2:first-child {
    font-size: 2.250em !important;
}
.block .block--accordion__heading h2,
.block .block--accordion__heading h2:first-child,
.block .block--downloads__heading h2,
.block .block--downloads__heading h2:first-child,
.block .block__wrapper--click_through h2:first-child {
    font-size: 1.750em;
    font-family: 'GalanoRegular', sans-serif;
    line-height: 1.1em;
    /*text-transform: none;*/
    margin-bottom: 10px;
}
.page-template-default .block .block--accordion__heading h2 {
    font-size: 1.750em;
}
.block--accordion__item,
.block--downloads__item {
    border-top: 1px solid #1d1d1b;
}
.block--accordion__item:last-child,
.block--downloads__item:last-child {
    border-bottom: 1px solid #1d1d1b;
}
.block--accordion__item__heading,
.block--downloads__item__heading {
    display: block;
    width: 100%;
    font-size: 1.125em;
    font-family: 'GalanoMedium', sans-serif;
    padding: 10px 30px 10px 0;
    position: relative;
}
.block--accordion__item__heading span,
.block--downloads__item__heading span {
    font-family: 'GalanoRegular', sans-serif;
}
.block--accordion__item__heading:hover,
.block--accordion__item__heading:focus,
.block--downloads__item__heading:hover,
.block--downloads__item__heading:focus {
    color: #171714;
}
.block--accordion__item__heading:before,
.block--accordion__item__heading:after,
.block--downloads__item__heading:before,
.block--downloads__item__heading:after {
    content: "";
    position: absolute;
    background-color: #1d1d1b;
    transition: transform 0.2s ease-out;
    border-radius: 1px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    top: 15px;
    right: 6px;
    width: 2px;
    height: 12px;
}
.block--accordion__item__heading:after,
.block--downloads__item__heading:after {
    transform: rotate(90deg);
}
.block--accordion__item.open .block--accordion__item__heading:before,
.block--downloads__item.open .block--downloads__item__heading:before {
    transform: rotate(90deg);
}
.block--accordion__item.open .block--accordion__item__heading:after,
.block--downloads__item.open .block--downloads__item__heading:after {
    transform: rotate(270deg);
}
.block--accordion__item__heading--link {
    background: url(/wp-content/themes/dlwp/img/arrow-right-black.svg) no-repeat right center;
    background-size: 18px;
}
.block--accordion__item__heading--link:before,
.block--accordion__item__heading--link:after {
    display: none;
}

.block--accordion__item__content,
.block--downloads__item__content {
    display: none;
}
.block--accordion__item__content p:last-child {
    margin-bottom: 20px;
}
.block--accordion__heading h2 + p {
    /*margin-top: -10px;*/
}
.block--accordion__content--left .map__wrapper {
    margin: 20px 0;
}
.block--downloads {
    margin: 40px 0;
}
.block--downloads:first-child {
    margin-top: 0;
}
.block--downloads__item__content ul,
.content__area ul {
    list-style: none;
    margin: 0;
    font-size: 18px;
}
.block--downloads__item__content ul li,
.content__area ul li {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.block--accordion__item__content ul li:last-child,
.block--downloads__item__content ul li:last-child {
    border-bottom: 0;
}
.block--downloads__item__content a {
    background: url(/wp-content/themes/dlwp/img/download.svg) no-repeat right center;
    background-size: 16px;
    display: block;
    width: 100%;
}

.block--annoucement {
    font-size: 1.125em;
    width: 100%;
    color: #fff;
    padding: 7px 10px;
    margin: 40px 0;
}
.block--announcement.c-b-dlwp_yellow,
.block--announcement.c-b-auditorium_beige,
.block--announcement.c-b-auditorium_light_blue {
    color: #1d1d1b;
}

.pre_footer__row {
    margin-top: 40px;
}

.block--image_block {
    margin-bottom: 40px;
}
.block--image_block__item {}
.block--image_block__item h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.375em!important;
    line-height: 1.1em;
}

/*.block--contact_information,*/
.block--contact_information p {
    font-size: 1.125em;
    line-height: 1.5em;
    margin-bottom: 0;
}
.block--contact_information a {
    text-decoration: underline;
}
.block--contact_information__wrapper {
    border-top: 1px solid #000000;
    padding-top: 10px;
    word-break: break-word;
}

.block--logos {
    margin-bottom: 20px;
}
.block--logos__wrapper {
    border-top: 1px solid #1d1d1b;
}
.block--logos h2,
.block.block--logos h2:first-child {
    display: block;
    width: 100%;
    font-size: 1.125em;
    font-family: 'GalanoMedium', sans-serif;
    padding: 10px 0;
    position: relative;
    text-transform: none;
}
.block--logos__content ul {
    list-style: none;
    margin: 0;
}
.block--logos__content ul li {
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    float: left;
}
.block--logos__content ul li:last-child {
    margin-right: 0;
}
.block--logos__content ul li img {
    max-height: 58px;
    width: auto;
    position: relative;
}

.page__header__mobile {
    margin-top: 20px;
}

.header_image__row p,
.block--image p,
.blog__post__image p {
    font-size: 0.688em;
    margin-top: 5px;
    margin-bottom: 0;
    color: #1d1d1b;
}

.block--share {
    margin-top: 10px;
    margin-bottom: 20px;
}
.block--share ul {
    list-style: none;
    margin: 0;
}
.block--share ul li {
    display: inline-block;
    font-family: 'GalanoSemiBold', sans-serif;
    text-transform: uppercase;
    font-size: 1.125em;
    margin-right: 10px;
}
.block--share__icon {
    display: block;
    width: 17px;
    height: 17px;
    background-size: 17px !important;
}
.block--share__icon--facebook {
    background: url(/wp-content/themes/dlwp/img/facebook-dark.svg) no-repeat center;
}
.block--share__icon--linkedin {
    background: url(/wp-content/themes/dlwp/img/linkedin-dark.svg) no-repeat center;
}
.block--share__icon--twitter {
    background: url(/wp-content/themes/dlwp/img/twitter-dark.svg) no-repeat center;
}

h2.event__running {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.250em;
    line-height: 1.1em;
    margin: 20px 0;
}

.sidebar__event__links {
    width: 100%;
}
.sidebar__event__links ul {
    list-style: none;
    margin: 0;
    width: 100%;
}
.sidebar__event__links ul li {
    border-top: 1px solid #1d1d1b;
    width: 100%;
}
.sidebar__event__links ul li:last-child {
    border-bottom: 1px solid #1d1d1b;
}
.sidebar__event__links a,
.sidebar__event__links span {
    font-size: 1.125em;
    display: block;
    width: 100%;
    background: url(/wp-content/themes/dlwp/img/arrow-right-black.svg) no-repeat right 14px;
    background-size: 18px;
    padding: 5px 0;
}
.sidebar__event__links:not(.sidebar__event__links--booking) a {
    padding-right: 30px;
}


.sidebar__event__links--booking a,
.sidebar__event__links--booking span {
    background: none;
}
/*.sidebar__event__links--booking a span.info,
.sidebar__event__links--booking span span.info {
    float: left;
    width: 70%;
}*/

.sidebar__event__links--booking span span.book {
    text-transform: uppercase;
    color: #e34a37;
    font-family: 'GalanoSemiBold', sans-serif;
    text-align: right;
}
.sidebar__event__links--booking a span.book {
    text-transform: uppercase;
    font-family: 'GalanoSemiBold', sans-serif;
    width: 30%;
    text-align: right;
}

.sidebar__event__links--booking li {
    position: relative;
}
    .sidebar__event__links--booking a span.info,
    .sidebar__event__links--booking span span.info {
        width: 100%;
    }

    .sidebar__event__links--booking span span.book {
        width: auto;
        position: absolute;
        right: 0;
        top: 5px;
    }
    .sidebar__event__links--booking a span.book {
        width: auto;
        position: absolute;
        right: 0;
        top: 5px;
    }

/*.sidebar__event__links--booking a:after,
.sidebar__event__links--booking span:after {
    font-family: 'GalanoSemiBold', sans-serif;
    text-transform: uppercase;
    float: right;
}
.sidebar__event__links--booking a:after {
    content: 'Book';
}
.sidebar__event__links--booking span:after {
    content: 'Sold out';
    color: #e34a37;
}
.sidebar__event__links--booking span.free__event:after {
    display: none;
}*/

.single-event .header_image__row img,
.single-exhibition .header_image__row img {
    width:auto;
    max-height: 500px;
}

.video__wrapper,
.map__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    background: #1d1d1b;
    margin: 40px 0;
}
.video__wrapper .play {
    display: block;
    background: url(/wp-content/themes/dlwp/img/play.svg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 120px;
    z-index: 2;
}
.video__wrapper iframe,
.map__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.block--image {
    padding: 40px 0 20px;
}
.block--image img {
    width: 100%;
}

.multi__column {}
.multi__column .block {
    float: left;
}
.multi__column .block + .block {
    float: right;
}
.multi__column .block__wrapper {
    border: 0;
}
.multi__column .block--buttons--wide {
    width: calc(36% - 10px);
}
.multi__column .block--link_through {
    width: calc(64% - 10px);
}

.home__headings {
    position: relative;
}
.home__headings .block--heading {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}


.home__hero__image {
    height: 270px;
    width: 100%;
    background-size: cover !important;
    position: relative;
    margin-bottom: 80px;
}
.home__hero__image .block--heading {
    position: absolute;
    bottom: -80px;
    width: 100%;
    padding: 0 20px;
    background: rgba(229,230,218,1);
    z-index: 2000;
}
.home__hero__image .block--heading h3 {
    margin: 10px 0;
}
.home__hero__image .welcome__message {
    display: none;
}
.whats_on__button {
    position: absolute;
    right: 10px;
    top: 70px;
    z-index: 2000;
    padding-right: 60px;
}
.member__button {
    font-size: 0.8em;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 123px;
    z-index: 2000;
}

/** cookies **/
/** todo: finalise **/
.cookie__notice {
    background: #706f6f;
    color: #fff;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
}
.cookie__notice a,
.beta__notice a {
    font-family: 'GalanoSemiBold', sans-serif;
    text-decoration: underline;
}
.cookie__notice a:hover {
    color: #fff;
}
.cookie__notice__close {
    width: 22px;
    height: 22px;
    background: url(/wp-content/themes/dlwp/img/close.svg) no-repeat center;
    display: block;
    float: right;
}
/** beta **/
/** todo: finalise **/
.beta__notice {
    background: #feff2e;
    padding: 0 10px;
    color: #000000;
    position: absolute;
    top: 0;
width: 86%;
    max-width: 1100px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 0;
    line-height: 40px;
}
.beta__notice--show {
    max-height: 40px;
}
.beta__notice--seen {
    width: 61px;
}
.beta__link {
    display: inline-block;
}
.beta__notice a:hover {
    color: #000;
}
.beta__notice__info {
    display: inline;
}
.beta__notice--seen .beta__notice__info {
    opacity: 0;
    visibility: hidden;
}
.beta__notice--seen .beta__notice__close {
    opacity: 0;
    visibility: hidden;
}
.beta__notice__close {
    width: 22px;
    height: 22px;
    background: url(/wp-content/themes/dlwp/img/close-dark.svg) no-repeat center;
    display: block;
    float: right;
    margin-top: 8px;
}
.beta__notice a.beta__link {
    font-family: 'GalanoMedium', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.whats_on__filter__refine .form_group {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
}
.whats_on__filter__refine .form_group:last-child {
    margin-right: 0;
}
.whats_on__filter__refine .form_group .form_item--checkbox {
    margin-bottom: 5px;
    width: 50%;
    float: left;
}
.whats_on__filter__refine h3 {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.313em;
    text-transform: uppercase;
    margin-bottom: 0;
}
/* 42 */
.whats_on__filter {
    position: relative;
}
.whats_on__filter button {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.313em;
    outline: 0;
    border-radius: 0;
    background: #1d1d1b url(/wp-content/themes/dlwp/img/arrow-right.svg) no-repeat 89% center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px 10px 10px;
    background-size: 20px;
}
.whats_on__filter .accordion__trigger {
    float: right;
}
.tags__filtering--trigger span {
    float: right;
}

.whats_on__filter .accordion__trigger span.opened,
.whats_on__filter .accordion__trigger span.closed,
.tags__filtering--trigger span.opened,
.tags__filtering--trigger span.closed {
    padding-right: 20px;
    background-size: 12px !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.whats_on__filter .accordion__trigger span.opened,
.tags__filtering--trigger span.opened {
    background: url(/wp-content/themes/dlwp/img/arrow-up.svg) no-repeat right center;
    opacity: 0;
    display: none;
}
.whats_on__filter .accordion__trigger span.closed,
.tags__filtering--trigger span.closed {
    background: url(/wp-content/themes/dlwp/img/arrow-down.svg) no-repeat right center;
    opacity: 1;
    display: block;
}
.whats_on__filter .accordion__container--open span.opened,
.tags__filtering--trigger.opened span.opened {
    opacity: 1;
    display: block;
}
.whats_on__filter .accordion__container--open span.closed,
.tags__filtering--trigger.opened span.closed {
    opacity: 0;
    display: none;
}
.whats_on__filter select {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.063em;
    text-transform: uppercase;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e6e7db url(/wp-content/themes/dlwp/img/down-arrow.svg) no-repeat calc(100% - 10px) center;
    background-color: #e6e7db;
    background-size: 20px;
    width: 48.75%;
    margin-right: 20px;
    padding-right: 40px;
}
.whats_on__filter select[name="dates"] {
    width: 29.75%;
    margin-right: 0;
}
.whats_on__filter input[name="when"] {
    width: 5.75%;
    min-width: 48px;
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.063em;
    text-transform: uppercase;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #c3c3c3;
    background-size: 28px;
    margin-right: 20px;
    color: transparent;
    cursor: pointer;
}
.whats_on__filter select,
.whats_on__filter input[name="when"] {
    float: left;
    display: block;
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-clear-button {
    opacity: 0;
}
.whats_on__filter a:hover,
.whats_on__filter a:focus {
    color: #171714;
}

.whats_on__filter select[name="what"] + label,
.whats_on__filter select[name="dates"] + label {
    position: absolute;
    padding: 8px 100px 5px 6px;
    background: #e6e7db;
    top: 2px;
    left: 2px;
    pointer-events: none;
    color: #1d1d1b;
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.063em;
    text-transform: uppercase;
    line-height: 1em;
}
.whats_on__filter select[name="what"].altered + label,
.whats_on__filter select[name="dates"].altered + label {
    display: none;
}
.whats_on__filter select[name="dates"] + label {
    left: calc(48.75% + 22px);
}

.block--loading {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    max-height:0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.block--loading.block--loading--show {
    opacity: 1;
    visibility: visible;
    max-height: 50px;
}
.block--loading span {
    font-family: 'GalanoMedium', sans-serif;
}
.loader {
    margin: 100px auto 0;
    width: 75px;
}
.loader > div {
    width: 8px;
    height: 8px;
    background-color: #1d1d1b;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
    animation: sk-bouncedelay 1.7s infinite ease-in-out both;
    margin-right: 5px;
}
.loader > div:last-child {
    margin-right: 0;
}
.loader .loader__item--1 {
    -webkit-animation-delay: -0.60s;
    animation-delay: -0.60s;
}
.loader .loader__item--2 {
    -webkit-animation-delay: -0.40s;
    animation-delay: -0.40s;
}

.loader .loader__item--3 {
    -webkit-animation-delay: -0.20s;
    animation-delay: -0.20s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.whats_on__view__togglers {
    display: none;
    float: right;
}
.toggle_grid_view,
.toggle_list_view {
    display: block;
    float: left;
}
.toggle_list_view {
    margin-left: 20px;
}
.toggle_grid_view svg,
.toggle_list_view svg {
    fill: #706f6f;
    width: 28px;
}
.toggle_list_view svg {
    width: 30px;
}
.whats_on__view--active svg {
    fill: #000000;
}
.content__area .header_image__row {
    display: none;
}
.sidebar .header_image__row {
    display: none;
}
.header_image__row {
    margin-bottom: 20px;
}
.header_image__row img {
    width: 100%;
}

.block--event_highlights__wrapper {
    border-bottom: 1px solid #171714;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.block--event_highlights--standard .block--event_highlights__wrapper {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 40px;
}

.block--event_highlights + .block--event_highlights .block--event_highlights__wrapper {
    border-bottom: 0;
}
.row__highlights {
    margin-left: -10px!important;
    margin-right: -10px!important;
}
.row__highlights + .row__highlights {
    margin-top: 20px;
}

.block--event_highlights--exhibitions .price {
    display: none;
}

.block--event_highlights--exhibitions .single__event {
    width: 100%;
    float: none;
}
.block--event_highlights--exhibitions h3.heading {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.250em;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 0;
    margin-top: 15px;
}
.block--event_highlights__arrows {
    float: right;
}
.slick-arrow {
    display: none !important;
}
.slick__events {
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.slick__move {
    width: 21px;
    height: 36px;
    display: block;
    float: left;
}
.slick__move--prev {
    background: url(/wp-content/themes/dlwp/img/slide-left-arrow.svg) no-repeat center;
    margin-right: 80px;
}
.slick__move--next {
    background: url(/wp-content/themes/dlwp/img/slide-right-arrow.svg) no-repeat center;
}

.single-event .block--event_highlights__wrapper,
.single-exhibition .block--event_highlights__wrapper,
.single-archive .block--event_highlights__wrapper {
    border-top: 1px solid #171714;
}
.single-event .block--event_highlights > .row,
.single-exhibition .block--event_highlights > .row,
.single-archive .block--event_highlights > .row {
    margin-left: 0;
    margin-right: 0;
}

.blog__post__multi {
    border-bottom: 1px solid #000000;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.content__area .blog__post__multi:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog__post__multi h2 {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.500em;
    line-height: 1em;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 0;
    word-break: break-word;
}
.blog__post__multi span {
    font-family: 'GalanoMedium', sans-serif;
}
.blog__post__multi p {
    margin-bottom: 5px;
}
.blog__post__multi__left {
    padding-left: 0;
}
.blog__post__multi__right {
    padding-right: 0;
    padding-left: 0;
}
.blog__post__multi__view {
    font-family: 'GalanoSemiBold', sans-serif;
    font-size: 1.250em;
    text-transform: uppercase;
    float: right;
}
.blog__post__image {
    margin-top: 40px;
}

.single-post .pre_footer__row .block__wrapper {
    padding-top: 0;
    border-top: 0;
}

.sidebar__news__more h2 {
    font-size: 1.438em;
    text-transform: uppercase;
}

.tags__filtering {
    margin-top: 10px;
}
.tags__filtering input[type="checkbox"],
.tags__filtering input[type="radio"] {
    position:absolute;
    width:23px;
    height:21px;
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    opacity:0;
}
.tags__filtering input[type="checkbox"] + label,
.tags__filtering input[type="radio"] + label {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 0.875em;
    line-height: 1em;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #000000;
    display: block;
    float: left;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 0 10px 10px 0;
    padding: 5px 10px 3px;
}
.tags__filtering input[type="checkbox"]:checked + label,
.tags__filtering input[type="radio"]:checked + label {
    background: #000;
    color: #fff;
}
.archive__filter,
.blog__search__wrapper {
    position: relative;
}
.blog__search__wrapper {
    margin-top: 20px;
}
.archive__filter input[type="text"],
.blog__filter input[type="text"] {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #5b5b5b;
    box-shadow: none;
    border-radius: 0;
    background: url(/wp-content/themes/dlwp/img/search-thin.svg) no-repeat left center;
    background-size: 18px;
    padding-left: 30px;
}
.archive__filter input[type="text"] + label,
.blog__filter input[type="text"] + label {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 0.875em;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 50px;
}
.archive__filter select {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.063em;
    text-transform: uppercase;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e6e7db url(/wp-content/themes/dlwp/img/down-arrow.svg) no-repeat calc(100% - 10px) center;
    background-color: #e6e7db;
    background-size: 20px;
    margin-right: 20px;
}
.blog__filter input[type="text"] + label {
    left: 30px;
}
.archive__filter input[type="text"]:focus + label,
.archive__filter input[type="text"].not_empty + label,
.blog__filter input[type="text"]:focus + label,
.blog__filter input[type="text"].not_empty + label {
    display: none;
}
.archive__filter__sort {
    margin-top: -10px;
}
.archive__filter__sort span {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 0.875em;
    text-transform: uppercase;
    margin-right: 15px;
}
.archive__filter__sort span,
.archive__filter__sort a {
    display: block;
    float: left;
}

.archive__filter__sort svg {
    width: 39px;
    margin-top: 1px;
}
.archive__filter__sort .archive__filter__sort--name svg {
    width: 45px;
    margin-left: 10px;
}


/* grav forms */
.gform_wrapper .gform_body {
    width: 100% !important;
}
.gform_wrapper .gform_body h2 {
    font-size: 1.750rem !important;
}
.gform_wrapper {}
.gform_wrapper ul.gform_fields li.gfield {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 0;
    padding-right: 0!important;
}
.gform_wrapper .top_label .gfield_label,
.gform_wrapper .gfield_error .gfield_label {
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease all;
    will-change: left, top, contents;
    top: 7px;
    font-size: 1em;
    line-height: 1.42857;
    opacity: 0.4;
    color: #1d1d1b !important;
    text-transform: uppercase;
}
.gfield_label--no-absolute .gfield_label {
    position: unset!important;
}
.ginput_container_date--no-margin .gfield_date_dropdown_month,
.ginput_container_date--no-margin .gfield_date_dropdown_year {
    margin-top: 0!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
    border: 0;
    background-image: linear-gradient(rgba(29,29,27,0.2), rgba(29,29,27,0.2)), linear-gradient(rgba(29,29,27,0.2), rgba(29,29,27,0.2));
    background-size: 100% 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0.2s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0 !important;
    width: 100% !important;
    margin-bottom: 0;
}
.gform_wrapper select {
    border: 0;
    border-bottom: 2px solid rgb(29,29,27);
    float: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0 !important;
    width: 100% !important;
    background: url(/wp-content/themes/dlwp/img/down-arrow.svg) no-repeat calc(100% - 10px) center;
    /*background-color: #e6e7db;*/
    background-size: 20px;
    outline: 0;
    margin-bottom: 0;
    padding-right: 40px!important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper textarea:focus {
    outline: none;
    background-image: linear-gradient(#1d1d1b, #1d1d1b), linear-gradient(#1d1d1b, #1d1d1b);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}

.gform_wrapper ul.gform_fields li.gfield.form_group--focused label,
.gform_wrapper ul.gform_fields li.gfield.form_group--not-empty label {
    top: -9px;
    left: 0;
    font-size: 0.75em;
    line-height: 1.07143;
    opacity: 1;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    text-transform: uppercase;
    font-size: 1.250em;
    font-family: 'GalanoMedium', sans-serif;
    float: right;
    background: url(/wp-content/themes/dlwp/img/arrow-right-black.svg) no-repeat right 12px;
    background-size: 20px;
    padding-right: 30px;
    outline: 0;
    border: 0;
    color: #1d1d1b;
    width: auto!important;
    line-height: normal !important;
    margin-right: 0!important;
}
.gform_wrapper .gform_footer {
    margin: 0 !important;
    padding: 0 0 40px 0 !important;
}
.gform_wrapper .gfield_required {
    color: #ce2c17 !important;
}

.ginput_container_checkbox {}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    position: relative;
    border-bottom: 0;
    /*line-height: 2em !important*/
    padding: 5px 0 !important;
    overflow: visible!important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    position:absolute;
    width:23px;
    height:23px;
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
    outline:0;
    opacity:0;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #c3c3c3;
    vertical-align: top;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label:after {
    content: '';
    width: 12px;
    height: 5px;
    position: absolute;
    top: 9px;
    left: 6px;
    border: 2px solid #1d1d1b;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gform_wrapper ul.gfield_checkbox li label:hover:after {
    opacity: 0.5;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:hover + label:after {
    opacity: 0.5;
}
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.gform_wrapper .top_label li ul.gfield_checkbox,
.gform_wrapper .top_label li ul.gfield_radio {
    border-bottom: 1px solid rgba(29,29,27,0.2);
    padding-bottom: 10px;
    margin-top: -5px;
    width: 100%!important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 1em !important;
}
.gform_confirmation_wrapper {
    padding: 20px 0;
}
.gform_wrapper div.validation_error {
    display: none !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 0 !important;
    background-image: linear-gradient(#ce2c17, #ce2c17), linear-gradient(#ce2c17, #ce2c17)
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: 0!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    font-family: 'GalanoMedium', sans-serif;
    font-weight: normal;
    color: #ce2c17 !important;
 }
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 10px !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
    margin-bottom: 0!important;
    padding-top: 0!important;
}

.page-template-page--default-full .header_image__row {
    margin-bottom: 0;
}
.page-template-page--default-full .content__row {
    margin-top: 0;
}
.page-template-default .block--openings {
    margin-bottom: 40px;
}
.page-template-default .block--accordion,
.page-template-default .block--buttons,
.page-template-page--default-full .block--buttons {
    margin-bottom: 40px;
}

.header_image__wrapper {
    position: relative;
    padding-bottom: 42.45%;
    height: 0;
    background: #1d1d1b;
    background-size: cover!important;
    background-position: center;
}
.header_image__wrapper p {
    position: absolute;
    bottom: -20px;
}

.event--related_events {
    margin-top: 60px;
}
.page-template-page--default-full .block--event_highlights__wrapper {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.page-template-page--home .block--event_highlights .price,
.page-template-page--home .block--event_highlights .block--gridhighlights__item__buy {
    display: none;
}
.block--image_block__item__content .link {
    margin-top: 10px;
}
.page-template-page--hire-us-landing .page__header .standfirst {
    display: block;
}
.hire_us__filter {
    position: relative;
}
.hire_us__filter select {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.063em;
    text-transform: uppercase;
    border: 1px solid #c3c3c3;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e6e7db url(/wp-content/themes/dlwp/img/down-arrow.svg) no-repeat calc(100% - 10px) center;
    background-color: #e6e7db;
    background-size: 20px;
    margin-right: 20px;
    padding-right: 40px;
}
.hire_us__filter button {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.313em;
    outline: 0;
    border-radius: 0;
    background: #1d1d1b url(/wp-content/themes/dlwp/img/arrow-right.svg) no-repeat 89% center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 35px 10px 10px;
    background-size: 20px;
    float: right;
}
.hire_us__filter .shop_filter button {
    padding-right: 45px;
}
.hire_us__filter label {
    position: absolute;
    padding: 8px 100px 5px 6px;
    background: #e6e7db;
    top: 2px;
    left: 2px;
    pointer-events: none;
    color: #1d1d1b;
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.313em;
    text-transform: uppercase;
    line-height: 1em;
}
.hire_us__filter select.altered + label {
    display: none;
}
.hire_us__filter select[name="event_people"] + label {
    top: 57px;
}
.hire_us__filter label span {
    font-size: 12px;
    vertical-align: top;
    margin-top: -2px;
    display: inline-block;
    font-family: 'GalanoSemiBold', sans-serif;
    position: relative;
}
.hire_us__filter label span:after {
    content: '';
    width: 8px;
    height: 2px;
    background: #1d1d1b;
    display: block;
    position: absolute;
    top: 15px;
    left: 1px;
}

.block--accordion__item__profile__image {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.artists__filter {
    margin-bottom: 20px;
}
.artist_filter span {
    font-family: 'GalanoMedium', sans-serif;
    font-size: 1.313em;
    text-transform: uppercase;
    float: left;
    margin-right: 10px;
}
.artist_filter .tags__filtering {
    float: left;
    margin-top: 0;
}
.block--grid--highlights__item {
    padding-left: 10px;
    padding-right: 10px;
}
.block--event_highlights--exhibitions .block--grid--highlights__item:first-child {
    padding-left: 20px;
}
.block--event_highlights--exhibitions .block--grid--highlights__item:last-child {
    padding-right: 20px;
}
.home__hero__image--video__container {
    height: 100%;
    overflow: hidden;
}
.home__hero__image--video__container iframe {
    transform: scale(1.21);
}
.home__hero__image--multiple__container {
    overflow-x: hidden;
}
.home__hero__image--multiple__container,
.home__hero__image--multiple__container .slick-list,
.home__hero__image--multiple__container .slick-track {
    margin: 0;
    height: 100%;
    width: 100%;
}
.home__hero__image--multiple__container li {
    height: 100%;
    width: 100%;
    background-size: cover!important;
    background-position: top center;
    /*display: none;*/
    float: left;
    min-height: 1px;
    outline: none;
}

.home__hero .slick-dots {
    display: none !important;
}

.subscribe__form button {
    margin-top: 10px;
}
.block--grid--highlights__item {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.block--grid--highlights__item.already-visible {
    opacity: 1;
}
.come-in:not(.already-visible) {
    opacity: 1;
    transform: translateY(250px);
    animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
    animation-duration: 0.4s; /* So they look staggered */
}

@keyframes come-in {
    to { transform: translateY(0); }
}

.content__area .block--content:first-child div:first-child {
    margin-top: 0;
}
.content__area .block--content:first-child div:first-child .gform_body li:first-child {
    margin-top: 0;
}

.block--content p + .gform_wrapper {
    margin-top: 30px;
}

.block--accordion .link,
.block--content .link {
    margin-bottom: 10px;
}
p.archive__info {
    font-size: 0.8em;
    line-height: 1.25em;
}
.row__highlights--1 .columns {
    width: 100%;
}
.row__highlights--1 .block--grid--highlights__item.block--grid--highlights__item--event .image__holder {
    padding-bottom: 65.45%;
}
.row__highlights--1 .block--grid--highlights__item h3 br {
    /*display: none;*/
}

.calendar__icon {
    pointer-events: none;
    width: 28px;
    position: absolute;
    left: calc(78.75% + 27px);
    top: 7px;
}

.page-template-page--whats-on .block--grid--highlights .row {
    margin-left: -10px;
    margin-right: -10px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #0a0a0a;
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
    transition: background-color 5000s ease-in-out 0s;
    border-bottom: 2px solid rgba(29,29,27,0.2));
}
.search input:-webkit-autofill,
.search input:-webkit-autofill:hover,
.search input:-webkit-autofill:focus,
.search input:-webkit-autofill,
.search textarea:-webkit-autofill,
.search textarea:-webkit-autofill:hover,
.search textarea:-webkit-autofill:focus,
.search select:-webkit-autofill,
.search select:-webkit-autofill:hover,
.search select:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0 1000px #5b5b5b inset!important;
    transition: background-color 5000s ease-in-out 0s;
}


.page-template-page--archive .block--grid--highlights .row {
    margin-left: -10px;
    margin-right: -10px;
}

.book__sidebar h3 {
    font-size: 1.65em;
}

.book__sidebar .block__wrapper--openings {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 40px;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #171714 !important;
}

.page__header__wrapper {
    background: rgba(112,111,111,0.1);
    padding: 20px 0 15px;
}
.page__header__wrapper .page__header {
    margin-top: 0;
    margin-bottom: 0;
}
.page__header__wrapper .page__header .page__title {
    margin-bottom: 0;
}
h2.page__step {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 0 3px;
    letter-spacing: -1px;
    font-family: 'GalanoMedium', sans-serif;
    display: none;
}
p.credit {
    font-size: 0.688em;
    color: #1d1d1b;
}
.spektrix-basket-item-count {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%,-50%);
}
.my_account__link {
    margin-right: 0px;
}

.shop__wrapper {
    background: #e5e6da;
    margin-top: -150px;
    padding-top: 150px;
    padding-bottom: 100px;
}
.page-template-page--shop footer {
    margin-top: 0!important;
}
/*.page-template-page--shop iframe {*/
    /*height: 2000px!important;*/
/*}*/
.page-template-page--shop .header_image__row {
    margin-bottom: 0;
}

svg {
    /*shape-rendering: crispEdges;*/
}


.block--accordion__content,
.block--downloads__content,
.block--content ul,
.block--content ol {
    font-size: 18px;
}

.block--annoucement {
    line-height: 24px;
}
a.block--annoucement {
    display: block;
}
a.block--annoucement:hover {
    color: #fff;
}
.block--blog .row {
    margin-left: 0;
    margin-right: 0;
}
figure {
    margin: 10px 0 20px 0;
    max-width: 100%;
}
figcaption,
.wp-caption-text {
    font-size: 0.688em;
    margin-top: 5px;
    margin-bottom: 0;
    color: #1d1d1b;
}
.block--accordion + .block--content {
    margin-top: 20px;
}

.gform_confirmation_message {
    font-size: 18px;
}

.page-id-4 .block--event_highlights__wrapper {
    padding-top: 40px;
}
.gform_wrapper#gform_wrapper_6 .gform_footer {
    padding-top:20px!important;
    padding-bottom: 0!important;
}
#gform_6 input[type="submit"] {
    text-transform: uppercase;
    font-size: 1.250em;
    font-family: 'GalanoMedium', sans-serif;
    background-position: right 14px;
}
/** todo: temp hidden **/
.blog .tags__filtering {
    display: none;
}
.blog .blog__search__wrapper {
    margin-top: 0;
}
.gform_wrapper select {
    line-height: 1.3!important;
}
.page-template-page--archive .block--grid--highlights__item small {
    margin-bottom: 0;
    margin-top: 10px;
}
.page-template-page--archive .block--grid--highlights__item small + h2 {
    margin-top: 0;
}

#SpektrixIFrame {
    min-height: 150px;
}
.hire_us__filter {
    display: none;
}
#field_9_4 label,
#field_9_7 label {
    position: relative;
}

.redraw {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

/** content slider **/
.content__slider {
    overflow: hidden;
    margin-bottom: 35px !important;
    position: relative;
    padding-bottom:  10px;
}
.content__slider * {
    outline: none;
}
.content__slider li {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    pointer-events: none;
}
.content__slider__caption {
    font-size: 0.688em;
    margin-top: 5px;
    margin-bottom: 0;
    color: #1d1d1b;
    max-width: calc(100% - 60px);
}
.content__slider .slick-arrow {
    display: block !important;
    width: 14px;
    height: 15px;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-indent: -99999999999px;
}
.content__slider .slick-prev {
    background: url(/wp-content/themes/dlwp/img/slide-left-arrow.svg) no-repeat center;
    right: 30px;
}
.content__slider .slick-next {
    background: url(/wp-content/themes/dlwp/img/slide-right-arrow.svg) no-repeat center;
}

@media (max-width: 1024px) {
    .content__slider .slick-arrow {
        height: 22px;
        bottom: 0;
    }
}

.home__hero__caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}
@media (min-width: 1024px) {
    #tooltip {
        font-size: 12px;
        line-height: 14px;
        position:absolute;
        background: rgba(229,230,218,1);
        color:#ffffff;
        padding:8px;
        z-index: 2500;
        max-width: 355px;
    }
    #tooltip p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0;
    }
    #tooltip.black {
        background: #000;
    }
    #tooltip.white {
        background: #fff;
        color: #1d1d1b;
    }
}

.home__hero__caption {
    display: none!important;
}

.block--logos__content__wrapper {
    width: calc(100vw / 2 - 40px);
}

.home__hero__image--multiple a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.hero__iframe {
    width: 100%;
    height: 100%;
}

.home__hero__image video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    -webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size:100% 100%;
object-fit:cover;

-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size:cover;
}
.hero__video__wrapper {
    overflow: hidden;
}

/** this will need changing to correct form **/
#gform_4 {}
#field_4_8 label,
#field_4_9 label {
    position: relative;
}
#field_4_8 div.ginput_container {
    margin-top: 0;
}

#gform_4 .gfield_checkbox:before,
#gform_4 .gfield_checkbox:after {
        content: " ";
    display: table;
}
#gform_4 .gfield_checkbox:after {
    clear: both;
}

#gform_4 .gfield_checkbox li {
    float: left;
    width: 50%;
}
#gform_4 .gfield_checkbox li.gchoice--spacer,
#gform_4 .gfield_checkbox li.gchoice--wide {
    width: 100%;
}
.gchoice--spacer hr {
    margin: 1em 0;
}
#gform_wrapper_4.gform_wrapper .gfield_checkbox li label {
    max-width: calc(100% - 5px);
    display: block;
    padding-left: 35px;
    margin-right: 0;
}
#gform_wrapper_4.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
}
#gform_wrapper_4 .ginput_container_date{
    width: 100%;
}

body .gform_wrapper ul li.field_description_below#field_4_9 div.ginput_container_checkbox {
    margin-top: 30px;
}
.sidebar .custom-html-widget {
    margin-bottom: 40px;
}

.footer__address .footer__address {
    float: left;
}
.footer_1066 {
    float: right;
    width: 125px;
}
.footer_1066 img {
    height: 64px;
}
.fr_logo {
    margin-right: 12px;
}
.footer__address.u-tablet-down .footer_1066 {
    width: 90px;
}

.calendar.left .daterangepicker_input:before,
.calendar.right .daterangepicker_input:before {
    position: absolute;
    left: 30px;
    top: 3px;
}
.calendar.left .daterangepicker_input:before {
    content: 'From';
}
.calendar.right .daterangepicker_input:before {
    content: 'To';
}
.calendar.left .daterangepicker_input .input-mini {
    padding-left: 75px;
}
.calendar.right .daterangepicker_input .input-mini {
    padding-left: 53px;
}

.block--content a,
.block--accordion__item__content a {
    font-weight: 700;
}

header .social__icons {
    float: left;
    margin: 0;
    padding-top: 9px;
}
header .social__icons li {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-right:  5px;
}
header .social__icons .i {
    width: 20px;
    height: 20px;
    background-size: 20px !important;
}

.block--gallery_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 99999;
    transition: .25s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.block--gallery_overlay.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.block--gallery_overlay_close {
    position: absolute;
    top: 60px;
    right: 55px;
    width: 18px;
    height: 18px;
    background: url(../img/gallery-close.svg) no-repeat center;
}
.block--gallery_overlay_prev,
.block--gallery_overlay_next {
    width: 16px;
    height: 33px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.block--gallery_overlay_prev {
    background: url(../img/gallery-arrow-left.svg) no-repeat center;
    left: 50px;
}
.block--gallery_overlay_next {
    background: url(../img/gallery-arrow-right.svg) no-repeat center;
    right: 50px;
}
.block--gallery_overlay_image {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin: 0 auto;
    max-width: calc(100% - 300px);
    text-align: left;
    transition: .25s;
    opacity: 0;
}
.block--gallery_overlay_image.active {
    opacity: 1;
}
.block--gallery_overlay_image img {
    width: auto;
    max-height: calc(100vh - 250px);
}
.block--gallery_overlay_image p {
    font-size: 12px;
    line-height: 28px;
    color: #fff;
}
.block--gallery_panels {
    position: relative;
}
.block--gallery_panel {
    flex-flow: column wrap;
    flex-flow: row wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    max-height: 587px;
    margin-left: -15px;
    margin-right: -15px;
    opacity: 0;
    display: none;
}
.block--gallery_panel.active {
    display: flex;
    animation: fade-in 0.35s ease-in-out both;
}
.block--gallery_panel[data-images="4"] {
    max-height: 230px;
}
.block--gallery_panel[data-images="8"] {
    max-height: 400px;
}
.block--gallery_panel_image {
    width: calc((100% / 4) - 30px);
    margin: 0 15px 20px;
}

@keyframes fade-in {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.block--gallery_nav_prev,
.block--gallery_nav_next {
    width: 16px;
    height: 32px;
}
.block--gallery_nav_prev {
    background: url(../img/gallery-arrow-left-dark.svg) no-repeat center;
    float: left;
}
.block--gallery_nav_next {
    background: url(../img/gallery-arrow-right-dark.svg) no-repeat center;
    float: right;
}
.content__area ul.block--gallery_nav_pagination {
    text-align: center;
    margin-top: 30px;
}
.content__area ul.block--gallery_nav_pagination li {
    display: inline-block;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0 8px;
}
.block--gallery_nav_pagination li button {
    width: 25px;
    height: 25px;
    font-size: 17px;
    line-height: 25px;
    border-radius: 50%;
    transition: .25s;
}
.block--gallery_nav_pagination li.active button {
    color: #fff;
    font-weight: 700;
    background: #000;
}

.content__area a {
    text-transform: underline;
}

.PriceListTable, .Details table {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
    width: 100%;
}

input#ctl00_ContentPlaceHolder_Funds_ctl00_DonationAmount {
    margin: 0 0 2rem!important;
}

#ctl00_ContentPlaceHolder_SummaryViewControl_BillingAddressSummary {
    display: block;
    width: 50%;
}

#ctl00_ContentPlaceHolder_OtherPreferencesBullet {
    display: none;
}
