<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ex--item .m__whats-on-list-tile--content {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}
.ex--item .m__whats-on-list-tile--content p.title {
    margin-bottom: 10px;
}

.ex--item .m__whats-on-list-tile--content p.price {
    font-weight: bolder;
}

/* load more */

#expreriances-load-more .l__experiences-list--tiles--load-more {

    font-size: 16px;
    height: 75px;
    letter-spacing: 2.3px;
    line-height: 30px;
    margin: 30px auto 0;
    max-width: 100%;
    padding: 23px 0;
    width: 80%;

}


.ex-filters .row {
    height: 100px;
    padding: 15px 20px 0 !important;
}


#reset-filter {
    cursor: pointer;
    font-size: 14px;
    color: #898285;
    font-family: DomaineSansText-Light;
    border: none;
    background: none;
    padding-left: 0;
}

#restaurant-filter {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1080px) {
    #restaurant-filter {
        width: 100%;
        justify-content: center;

    }
}


@media only screen and (max-width: 1200px) {
    .ex-filters .row {
        height: auto;
    }

}



.m__ex_filter--holder input,  .m__ex_filter--holder select{
    width: 200px;

}



@media only screen and (max-width: 768px) {
    #restaurant-filter .m__whats-on-filter--holder {
        width: 100% !important;
    }

    #restaurant-filter .m__whats-on-filter--holder input,
    #restaurant-filter .m__whats-on-filter--holder select {
        width: 100% !important;
        border-bottom: 1px solid #E1DDDD;
        border-right: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .m__ex_filter--holder select:not([multiple]) {
        background-position-x: right !important;
    }

}
@media only screen and (max-width: 1080px) {
    .m__ex_filter--holder {
            width: 25%!important;

    }

}



.m__ex_filter--holder input {

    color: #898285;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    border: none;
    box-sizing: border-box;
    border-radius: 0 !important;
    padding: 18px 40px !important;
    text-align: left!important;

}



.m__ex_filter--holder select:not([multiple]) {

    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    background-image: url(https://www.danddlondon.com/wp-content/themes/groupsite-2019/library/images/graphics/select-arrow.svg);
    padding: 18px 40px;

}



.m__ex_filter--holder select  {

    color: #898285;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    border:none;
    border-right: 1px solid #E1DDDD;;
    box-sizing: border-box;
    border-radius: 0 !important;

}

.m__ex_filter--holder select:active {

}

*:focus {
    outline:0;
}


#expreriances-load-more button:disabled, button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

#expreriances-load-more button:disabled:hover, button[disabled]:hover {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}


.ex--item .m__whats-on-list-tile--image {
    background-color: #e1dddd !important;
}
</pre></body></html>