@charset "UTF-8";
/*
Theme Name: Uptown 2023
Description: Uptown 2023
Version: 100.7
*/


body.page-template-trade h1.banner__title {
    max-width:100% !important;
    text-align:left !important;
    font-size:45px !important;
}

body.page-template-resident h1.banner__title {
    max-width:100% !important;
    text-align:center !important;
    font-size:45px !important;
}

.maxWidth--narrow1234>div>div {
    width:50% !important;
    text-align:left;
    padding:0 25px 0 0 !important;
    margin:0 !important;
}

.maxWidth--narrow1234>div>div:last-child {
    padding:0 0 0 25px !important;
}

.maxWidth--narrow1234>div {
    display:flex;
    align-items:end;
    text-align:left;
}

.maxWidth--narrow1234>div>div ul {
    padding:0 0 20px 0 !important;
    margin:0 !important;
}

.maxWidth--narrow1234>div>div ul>li {
    margin:0 0 15px 0 !important;
    padding:0 0 0 25px !important;
    position:relative;
    list-style-type:none;
}

.maxWidth--narrow1234>div p {
    margin:0 0 20px 0 !important;
}

.maxWidth--narrow1234>div>div:first-child ul:last-child {
    padding-bottom:0 !important;
}

.maxWidth--narrow1234>div>div:first-child ul:last-child>li:last-child {
    margin:0 !important;
}

.maxWidth--narrow1234>div>div ul>li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

.tradeform form br {
    display:none !important;
}

.tradeform form input[type="text"], .tradeform form input[type="email"],
.tradeform form textarea {
    font-family: Roboto !important;
    width: 100% !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    height: 45px !important;
    display: block;
    padding: 0 20px;
    border-radius:0 !important;
    border:0 !important;
    color:#000 !important;
    outline:none !important;
}

.tradeform form textarea {
    height: 145px !important;
    padding: 20px;
    resize:none !important;
}


.tradeform form input[type="text"]::placeholder, .tradeform form input[type="email"]::placeholder,
.tradeform form textarea::placeholder {
    color:#000 !important;
}

.tradeform form span.wpcf7-form-control-wrap {
    margin:0 0 15px 0 !important;
    display:block;
}

.wpcf7-submit {
    background: var(--desktopTicketButtonBackgroundColor);
    color: var(--desktopTicketButtonTextColor);
    text-transform: uppercase;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 12px 50px;
    border: 0 !important;
    outline: none !important;
}

.tradeform form p {
    margin:0 !important;
}

.posrelcstm {
    position:relative;
}

.posrelcstm h5 {
    position:absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 30px;
    font-weight: 500 !important;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index:9;
}

/*.posrelcstm .blockLink__imageFrame:before {
    opacity:0 !important;
    opacity:0.15 !important;
    content: "";
    display: block;
    background: var(--blockLinkHoverOverlay);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 4;
    pointer-events: none;
}*/

@media only screen and (min-width: 981px) {
  .blockLinksGrid--5>:not(hr) {
      width: calc(20% - 35px) !important;
  }
  
  .featuredArtists .blockLinksGrid--5 .blockLink__imageFrame {
      height:220px !important;
  }
}

@media only screen and (min-width: 981px) {
    
    body:not(.home) .banner__title img {
        max-width:600px !important;
    }
    
}

@media only screen and (max-width: 980px) {
    body.page-template-trade h1.banner__title,
    body.page-template-resident h1.banner__title {
        font-size:30px !important;
    }
}

@media only screen and (max-width: 600px) {
     body.page-template-trade h1.banner__title,
     body.page-template-resident h1.banner__title {
        font-size:25px !important;
    }
    
    .maxWidth--narrow1234>div {
        display:block !important;
    }
    
    .maxWidth--narrow1234>div>div {
        width:100% !important;
    }
    
    .maxWidth--narrow1234>div>div:last-child {
        padding:0 !important;
    }
    
    .maxWidth--narrow1234>div>div:last-child {
        margin-top:50px !important;
    }
}

.mainpageccms p strong {
	color:#ffe84c !important;
}


select.wpcf7-form-control.wpcf7-select {
    
    width: 100% !important;
    border: 0;
    height: 45px;
    padding: 0 20px;
    font-family: Roboto !important;
    width: 100% !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    height: 45px !important;
    display: block;
    padding: 0 20px;
    border-radius: 0 !important;
    border: 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    outline: none !important;
    appearance:none !important;
    -webkit-appearance:none !important;
    background-image:url(https://uptownfestival.co.uk/wp-content/uploads/2023/03/download.svg123.png) !important;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 97%;

}

/*body.page-id-519 h1.banner__title {
    display:none;
}

body.page-id-519 .mainpageccms a {
    background: var(--desktopTicketButtonBackgroundColor);
    color: var(--desktopTicketButtonTextColor);
    box-shadow: 0 0 30px rgba(0,0,0,calc(var(--desktopTicketButtonBoxShadow)/400));
    border-radius: calc(0.015em*var(--desktopTicketButtonSpacing)/100*var(--desktopTicketButtonRoundedEdges));
    border: calc(1px*var(--desktopTicketButtonBorderThickness)) solid var(--desktopTicketButtonBorderColor);
    padding: calc(0.6rem*var(--desktopTicketButtonSpacing)/100) calc(1.6rem*var(--desktopTicketButtonSpacing)/100);
    font-size: calc(1rem*var(--desktopTicketButtonTextScale)/100);
    font-weight: var(--ticketsButtonFontWeight);
    line-height:1;
    display:inline-block;
    text-transform:uppercase;
}*/

video {
    background:#000;
}

.navwidspclcls {
    margin-top:25px !important;
}

.navwidspclcls a {
    color:var(--mobileMenuTextHoverColor) !important;
}

.mainpageccms table {
    height:auto !important;
    width:100% !important;
    border-collapse: collapse;
}

.mainpageccms table * {
    font-size:20px !important;
    font-weight:400 !important;
}

.mainpageccms table tbody tr td {
    padding:20px !important;
    border:1px solid #999;
}

body.page-id-822 .mainpageccms h3 {
    color:#ffe84c !important;
}

.maxWidth--narrow1234.maxWidth--narrow1234alignmid>div>div:last-child {
    padding:0 !important;
}

.maxWidth--narrow1234.maxWidth--narrow1234alignmid>div {
    justify-content:center !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #009fe0;
    padding: 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.maxWidthgaltabs #tabs {
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:none !important;
}

.maxWidthgaltabs .ui-tabs .ui-tabs-panel {
    padding:30px 0 0 0 !important;
    border-radius:0 !important;
}


.maxWidthgaltabs .ui-widget-header {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.maxWidthgaltabs .ui-widget-header>li {
    font-family: Roboto !important;
    border: 0 !important;
    border-radius: 0 !important;
    font-size: 18px;
    text-transform: uppercase;
    background: #000 !important;
    color: #fff !important;
}

.maxWidthgaltabs .ui-widget-header>li a {
    color: #fff !important;
    text-transform:uppercase;
}

.maxWidthgaltabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #ee397c !important;
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}

.faq__answer p {
    color:#fff !important;
}

.fiftyFifty__imageWrap.image5050col .plotLazyLoadFrame:before {
    width: calc(100% + 1px);
      height: 20px;
      left: 10px;
      bottom: 0;
      transform: translatey(100%) skewx(45deg);
      content: '';
  background: #ee397c;
  position: absolute;
  border-radius: 0 0 0 10px;
}

.fiftyFifty__imageWrap.image5050col .plotLazyLoadFrame:after {
    width: 20px;
  height: 100%;
  right: 0;
  transform: translatex(100%) skewy(45deg);
  top: 10px;
      content: '';
  background: #ee397c;
  position: absolute;
      border-radius: 0 10px 0 0;
}

.image5050col img, .image5050col .plotLazyLoadFrame {
    border-radius:0 !important;
}

section.altColourScheme .fiftyFifty__imageWrap.image5050col .plotLazyLoadFrame:after,
section.altColourScheme .fiftyFifty__imageWrap.image5050col .plotLazyLoadFrame:before {
    background:#ffed08 !important;
}

.image5050col .plotLazyLoadFrame {
    overflow:unset;
}

@media only screen and (min-width: 641px) {
    
    .footer__legalMenu {
        display:flex;
        align-items:center;
        justify-content:space-between;
    }
    
    .maxw641postr {
        text-align:right !important;
    }
}

@media only screen and (max-width: 575px) {
    video {
        height:320px !important;
    }
    
    .mainpageccms table {
            overflow: hidden;
            overflow-x: scroll;
            display: block;
    }
}

.wpcf7-checkbox {
    margin: 25px 0 !important;
    display: block;
}

.wpcf7-checkbox>.wpcf7-list-item {
    display: block;
    margin: 0 !important;
    text-align:left;
    padding-left:calc(50% - 100px) !important;
}

.wpcf7-checkbox>.wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 20px;
    display: inline-block;
    line-height: 1.5 !important;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 15px 0 !important;
}

.wpcf7-checkbox>.wpcf7-list-item label .wpcf7-list-item-label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #fff !important;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.wpcf7-checkbox>.wpcf7-list-item label .wpcf7-list-item-label:after {
    left: 6px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
    position: absolute;
}


.wpcf7-checkbox>.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-checkbox>.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
    display: block;
}

p.big--ptext {
    font-family: var(--headingsFontFamily);
    color: var(--bannerTextColor);
    font-size: 34px;
    line-height: 1.25 !important;
}

@media only screen and (max-width: 575px) {
    p.big--ptext {
        font-size: 24px;
    }
}
