:root {
    --bg: #f5edd6;
    --bg-mid: rgba(245, 237, 214, 0.5);
    --lightgrey: #f9f9f9;
    --text: black;
}

html, body {
    min-height: 100%;
}

body {
	background-color: var(--bg);
    color: #362626;
    font-family: "Karla", sans-serif;
    font-size: 16px;
}

input, select {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Vollkorn", serif;*/
    /*font-weight: 400;*/
}

h1, h2 {
    font-size: 24px;
}

h4 {
    margin: 0;
}

a {
    color: var(--text);
}

img {
    fill: var(--text);
}

ul {
    padding-left: 0;
}

ul li {
    padding-left: 0;
}

#Header {
    padding: 1px 0 0;
}

#Wrapper {
    height: auto !important;
    min-height: 100%;
}

#Wrapper, #Footer {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}

#Footer {
    padding: 1rem;
}

#Footer p {
    color: var(--text);
}

/** NAVIGATION **/
#Navigation  {
    color: var(--text);
    background-color: var(--lightgrey);
    width: 100%;
    text-transform: uppercase;
    font-family: "Karla", sans-serif;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 1.38461538;
    max-width: 100%;
    padding: 1.92307692em 0;
}

#Navigation li{
    font-weight: initial;
    font-size: 13px;
}

#Navigation a {
    padding: 1.25rem;
}

a#LoginLink, a#Register, a#Logout {
    background-color: inherit;
    color: black;
}

#UserNav a {
    text-transform: capitalize;
}

#WeGotTickets-Logo {
    margin: 37px 0;
}

#WeGotTickets-Logo img {
    height: fit-content;
    max-width: 100%;
}

/** END NAVIGATION **/

/** PAGINATION **/
.pagination_current, a.pagination_link:hover, .pagination_link_text:hover {
    color: var(--text);
    background-color: #fff;
}

.pagination_blank {
    color: #ccc;
}

a.pagination_link, .pagination_link_text {
    color: #fff;
    background-color: var(--text);
}
/** END PAGINATION **/

.event_link {
    font-size: 16px;
}

.listing {
    background-color: #222222;
    border: 1px solid #777777;
}

.listing h2 {
    margin-top: 0;
}

.venue-details h4 {
    font-size: 12px;
    font-weight: normal;
}

.button, .Counter {
    border-color: transparent;
}

.button, button {
    background-color: var(--text);
    color: var(--lightgrey);
}

#faux-content-wrapper {
    margin-right: 0 !important;
}

.FAQOuter {
    border-color: var(--text);
}

.hideShowPassword-toggle {
    background-image: url('../../../images/wink_rust.png');
}

hr {
    background: var(--text);
}

.star-compliance img {
    background-color: var(--lightgrey);
    padding: 2px;
}

#Content {
    margin-right: 160px;
}

#Page {
    margin-right: -160px;
    padding: 0;
}

h1#skinH1 {
    font-size: 18px;
    text-transform: inherit;
    line-height: 24px;
    margin-bottom: 10px;
}

#RightColumn {
    width: 160px;
}

#login input[type="email"],
#guest input[type="email"],
#login input[type="password"] {
    width: 75%;
}

input#promoCode {
    width: 143px;
}

#promoform {
    margin-top: 10px;
}

#promoform .form-row {
    margin: 0 0 0 -5px;
    width: 155px;
}

#promoform p.warning {
    margin: 2px 0;
}

#RightColumn .filled {
    background-color: transparent;
}

label[for="TermsConditions"] {
    color: white !important;
}

.Counter,
input[name="qty[]"] {
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 26px;
    padding: 2px 0;
    vertical-align: middle;
    width: 50px;
    background-color: white;
    color: black;
}

.Counter {
    height: 34px;
}

input[name="+"], button[name="+"], input[name="-"], button[name="-"] {
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--lightgrey);
    font-size: 0;
    height: 34px;
    width: 34px;
    vertical-align: middle;
    border: none;
}

input[name="+"], button[name="+"] {
    background-image: url("../../../skins/default/images/icons/white/ico-expand.png");
    background-color: var(--text);
}

input[name="-"], button[name="-"] {
    background-image: url("../../../skins/default/images/icons/white/ico-collapse.png");
    background-color: var(--text);
}

#ticketsButton {
    margin-bottom: 10px;
    padding: 0 3rem;
    width: 100%;
}

.text-bottom {
    vertical-align: bottom;
}

.event-image img {
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
    height: auto;
}

.event-width {
    width: 100%;
}

.add,
.remove {
    background: url('../../../skins/default/images/icons/white/ico-arrow-right.png') no-repeat right 7px center var(--text)
}

.proceed {
    border-radius: 4px;
    background-color: var(--text);
    border: var(--text) 1px solid;
    color: var(--lightgrey);
    padding: 10px 25px;
    line-height: normal;
    transition: background-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
    margin-top: 10px;
}

@media (max-width: 1080px) {
    #Content {
        margin-right: 0;
    }

    #guest-logo img {
        max-width: 100vw;
    }

    #RightColumn {
        display: none;
    }

    #WeGotTickets-Logo {
        display: none;
    }

    .pagination_link_text .medium-hidden {
        display: inline;
    }

    .small-diptych {
        width: 50%;
    }

    .mobile-full-width, .small-full-width {
        width: 100%;
    }

    .small-hidden {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    #guest-logo img {
        width: 736px;
    }

    #ticketsButton {
        width: initial;
    }

    .event-image img {
        margin: 10px 0 0 0;
        width: 100%;
    }

    .event-width {
        width: 100%;
    }

    .medium-hidden {
        display: none !important;
    }

    .medium-40-percent {
        width: 40%;
    }

    .medium-60-percent {
        width: 60%;
    }

    .slick-dots li, .slick-dots li button, .slick-dots li button::before {
        width: 20px;
    }
}

table#variantdetails {
    width: 100%;
}

table#variantdetails .right {
    text-align: right;
}

table#variantdetails td.right{
    min-width: 100px;
}

table#variantdetails td{
    vertical-align: top;
}

table#variantdetails p {
    font-family: ProximaNova-Regular, "Open sans", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

#stayInformed {
    padding-left: 1em;
    font-size: 14px;
}

label[for="TermsConditions"] {
    color: var(--text) !important;
}

label[for="TermsConditions"] a {
    color: var(--text);
}

table.customer-details th {
    color: var(--text);
}

#basketTotal h3 {
    font-size: 16px;
}

.medium-diptych {
    width: calc(50% - 5px) !important;
}

li.about {
    background: rgba(0, 0, 0, 0) no-repeat scroll 2px 2px !important;
}

#uppernav {
    background-color: #333333;
    min-height: 42px;
    width: 100%;
}

#uppernav img {
    width: 100vw;
}

.center {
    text-align: center;
}

#MainNav {
    clear: both;
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 25px 0 0 10px !important;
}

#MainNav li {
    margin: 0;
}

.no-top-bottom-para-margins p {
    margin: 0.225rem 0;
}

.no-top-bottom-para-margins p:first-child {
    margin-top: 0;
}

.no-top-bottom-para-margins p:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 670px) {
    #MainNav { display: block; }

    #MainNav li {width: 100%; text-align: center}

    a#SearchLink,
    a#Basket,
    a#Register,
    a#LoginLink,
    a#Logout,
    a#Account,
    a#Tickets {
        padding: 0;
    }

    #Footer ul li {
        margin: 0;
        width: 100%;
    }
}

.form-row label, .form-row label * {
    /* we're on a black background */
    color: var(--lightgrey);
}

.form-row label:not([for="TermsConditions"]) a {
    color: var(--bg-mid);
}

.stripe-heading {
    background: var(--text);
    color: var(--lightgrey);
    margin: 2rem 0 1rem 0;
    padding: 0.5rem 0.75rem;
    font-size: 18px;
}

.button.add {
    background-image: url("../../../skins/default/images/icons/white/ico-expand.png");
    padding-right: 35px;
}

.BuyBox h3 {
    margin-top: 0;
}

#customerLoginWarning h2 {
    background-color: var(--text);
    color: var(--bg);
    font-size: 1.25rem;
}

.info {
    font-size: small;
}

.proceed {
    font-size: 13px;
}

label.initial {
    background: none;
    color: var(--text);
    font-weight: normal;
    height: auto;
    width: auto;
}

input.button[name="buy"] {
    padding: 0 2rem;
}

.blue-border {
    border: 1px solid var(--text) !important;
}

.rows > .row:not(:last-child) {
    padding-bottom: 1rem;
    border-bottom: 0.125rem solid var(--bg-mid);
    margin-bottom: 1rem;
}

.row label {
    color: var(--text);
    font-weight: bold;
}

@media screen and (min-device-width: 480px) {
    .row label {
        width: 8rem;
    }
}

.trender {
    display: block;
    float: left;
    height: 100%;
}

.trender a {
    display: block;
    position: relative;
    text-decoration: none;
}

.trender a.image {
    padding: 5px 10px 0;
}

.trender .info-wrapper {
    padding: 0 10px;
}

.trender .info-title {
    background-color: #fff;
    font-size: 13px;
    height: 48px;
    line-height: 16px;
    padding: 10px;
}

.trending-controls-wrapper,
.marketing-controls-wrapper {
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.trending-controls,
.marketing-controls-1,
.marketing-controls-2,
.marketing-controls-3 {
    display: inline-block;
    position: relative;
    text-align: center;
}

.trending-image-wrapper {
    position: relative;
}

ul.slick-dots {
    margin: 0;
    padding: 10px 25px 20px 25px;
}

.slick-dots li.slick-active button {
    background-image: url("../../../skins/exetercavern/images/carousel_a.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #43A6CF;
    opacity: 1;
}

.slick-dots li button {
    background-image: url("../../../skins/exetercavern/images/carousel_i.png");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 8px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.50;
    position: absolute;
    text-align: center;
    top: 0;
    width: 10px;
}

.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 10px;
}

.slick-dots li button {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 10px;
}

.slick-next, .slick-prev {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 10px;
    width: 20px;
}

.features .slick-next, .features .slick-prev {
    height: 100%;
    top: 0;
    width: 40px;
    z-index: 4;
}

.slick-prev {
    background-image: url("../../../skins/exetercavern/images/carousel_l.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-next {
    background-image: url("../../../skins/exetercavern/images/carousel_r.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-prev::before, .slick-next::before {
    color: #43a6cf;
    opacity: 1;
}

.slick-next {
    right: 0;
}

.no-js-features {
    position: relative;
    z-index: 2;
}

.js-features {
    z-index: 1;
}


.homepage-warning:not(:empty) {
    background-color: black;
    color: #fff;
    margin: 0 0 14px;
    padding: 1px;
    font-size: 14px;
}

.homepage-warning-ico {
    background-image: url("../../../skins/default/images/icons/white/ico-warning.svg");
    width: 24px;
    height: 24px;
    float: left;
    margin: 0.60em 0.75em 0.75em 0.75em;
}

.homepage-warning-mobile {
    background-color: black;
    color: #fff;
    margin-left: -10px;
    margin-top: -14px;
    width: 100%;
    padding: 20px 20px 30px 30px;
    font-size: 14px;
    font-weight: bold;
}

.homepage-warning-ico-mobile {
    background-image: url("../../../skins/default/images/icons/white/ico-warning.svg");
    width: 24px;
    height: 24px;
    float: left;
    margin: 8px 8px 0 0;
}

.homepage-warning a {
    text-decoration: underline;
    color: white;
}

.homepage-success {
    background-color: black;
    color: #fff;
    margin: 0 0 14px;
    padding: 1px;
    font-size: 14px;
}

.homepage-success > p {
    margin: 0.75rem;
}

.homepage-success-ico, .homepage-notice-ico {
    background-image: url("../../../skins/default/images/icons/white/ico-info-new.svg");
    width: 24px;
    height: 24px;
    float: left;
    margin: 0.60em 0.75em 0.75em 0.75em;
}

.homepage-notice {
    background-color: black;
    color: #fff;
    margin: 0 0 14px;
    padding: 1px;
    font-size: 14px;
}

.event-page-warning {
    background-color: black;
    color: #fff;
    margin-left: -10px;
    margin-top: 0;
    width: calc(100% - 30px);
    padding: 25px;
    font-size: large;
    font-weight: bold;
}

.event-page-warning:empty {
    display: none;
}

.trender .date {
    -webkit-box-shadow: 0 3px 2px 1px rgba(85, 85, 85, 0.6);
    -moz-box-shadow: 0 3px 2px 1px rgba(85, 85, 85, 0.6);
    box-shadow: 0 3px 2px 1px rgba(85, 85, 85, 0.6);
    border-top: 0;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    left: 16px;
    padding: 4px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 32px;
    background: #fff;
}
