.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.u-fixed {
    position: fixed;
    width: 100%;
}
/*cont.*/

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 80%;
    background: #000 url(../images/gradient.jpg) bottom center repeat-x;
    margin: 0;
    background-attachment: fixed;
}
img {
    border: 0px;
    display: block;
}
ul.nostylelist {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
}
ul.usedforlinks {
    width: 940px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.usedforlinks li {
    list-style: none;
    display: inline;
    float: left;
}
p.none {
    margin: 0px;
    padding: 0px;
}
#skiplinks {
    display: none;
}
#content {
    text-align: center;
    transition: transform .5s ease;
    overflow: hidden;
}
.mobile-menu {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 300px;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    background: #252525 url(../images/gradient.jpg) top center repeat-x;
    transform: translateX(-300px);
    transition: transform .5s ease;
}
.mobile-navigation ul {
    margin: 0;
    padding: 0 0 20px;
}
.mobile-navigation li {
    margin: 8px 0;
    list-style: none;
}
.mobile-navigation a,
.mobile-navigation a:visited,
.mobile-navigation a:active {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
    font-weight: bold;
}
.mobile-social {
    padding: 10px 0;
}
.mobile-toolbar .unit-account-actions {
    margin: 18px 0 0;
    float: none;
    display: block;
    background-color: transparent;
    padding: 0;
}
.mobile-toolbar .unit-account-actions ul > li {
	display: block;
	float: none;
	margin-left: 0;
	margin-bottom: 3px;
}

.mobile-toolbar .unit-account-actions ul > li > a {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 5px;
}
#page_container {
    width: 95%;
    max-width: 975px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #000000;
    padding-bottom: 50px;
    color: #fff;
    text-rendering: optimizeLegibility;
}
#page_holder {
    text-align: left;
    background-color: #000000;
    color: #fff;
    padding: 0 25px;
}
#home_topnav {
    height: 93px;
    margin: 11px auto 30px auto;
}
#home_topnav_logo {
    margin-right: 30px;
    float: left;
    margin-top: 0px;
    top: 12px;
    left: 12px;
}
#home_topnav_logo h1,
#home_topnav_logo div {
    margin: 0px;
    padding: 0px;
}
#home_topnav_logo a {
    display: block;
    width: 93px;
    height: 93px;
    text-indent: -9999px;
    background-image: url(../images/sadlers-wells-logo-white.png);
    background-image: none, url(../images/sadlers-wells-logo-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#home_topnav_navigation {
    width: 360px;
    float: left;
    margin-left: 165px;
    margin-top: 10px;
}
#home_topnav_navigation ul {
    width: 120px;
    float: left;
    margin: 0px;
    padding: 0px;
}
#home_topnav_navigation ul li {
    list-style: none;
    font-size: 110%;
    margin-bottom: -1px;
}
#home_topnav_navigation ul li a {
    background-color: #000;
    color: #B1B1B1;
    text-decoration: none;
    font-weight: bold;
    padding-left: 7px;
}
#home_topnav_navigation ul li a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: underline;
    background-image: url(../images/bw-arrow-inv-top.gif);
    background-repeat: no-repeat;
}
#home_topnav_navigation ul li a.current,
#home_topnav_navigation ul li a.section {
    background-color: #000;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    background-image: url(../images/bw-arrow-inv-top.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#header-container {
    overflow: hidden;
    width: 925px;
    height: 93px;
    margin: 11px auto 50px auto;
    height: 93px;
}
.header-search-container:after {
    content: "";
    display: table;
    clear: both;
}
#header-navigation {
    text-align: left;
    overflow: hidden;
}
#header-nav-links {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#header-nav-links ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#header-nav-links li {
    display: inline-block;
    margin-right: 20px;
    zoom: 1;
    *display: inline;
}
#header-nav-links li a,
a:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
#header-nav-links li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#header-search-container {
    overflow: hidden;
}
#header-social {
    float: right;
    text-align: right;
    margin-top: 3px;
}
.social-icons a,
.social-icons a:visited {
    color: #ffffff;
    margin-left: 5px;
    opacity: 1.0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.social-icons a:hover {
    color: #ffffff;
    margin-left: 5px;
    opacity: 0.8;
}
#header-search {
    float: left;
    width: 60%;
}
#header-search .input,
.submit {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px 5px;
    font-size: 15px;
    border-radius: 0;
    -webkit-appearance: none;
}
#header-search .input {
    border: 1px solid lightgray;
    background: #cecece;
    height: 30px;
}
#header-search .submit {
    background: #bdbdbd url(../images/search.svg) no-repeat 50%;
    border: 1px solid transparent;
    text-indent: -99em;
    text-transform: capitalize;
    width: 30px;
    cursor: pointer;
    margin-left: -3px;
    background-size: 18px;
}
.social-icons a {
    width: 21px;
    height: 21px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21px;
}
.social-icons a span {
    text-indent: -9999999px;
    overflow: hidden;
    display: block;
    text-align: left;
}
.social-icons__email-us {
    background-image: url(../images/envelope-white.svg);
}
.social-icons__facebook {
    background-image: url(../images/facebook-white.svg);
    background-size: 17px !important;
}
.social-icons__twitter {
    background-image: url(../images/twitter-white.svg);
}
.social-icons__youtube {
    background-image: url(../images/youtube-white.svg);
}
.type-video-landing .unit-account-actions {
    margin: 15px 45px 0 20px;
}
#h2pagetitle-booking {
    margin-top: 2px;
}
#h2pagetitle-booking-title {
    margin-top: 30px;
    margin-left: 110px;
    margin-bottom: 36px;
}
#flashpanel_holder .flashpanel {
    float: left;
}
#flashpanel_holder {
    margin-top: 40px;
    margin-left: 5px;
    height: 285px;
}
.m10l {
    margin-left: 10px;
}
.m25l {
    margin-left: 25px;
}
.m20l {
    margin-left: 20px;
}
.m15l {
    margin-left: 15px;
}
.m5l {
    margin-left: 5px;
}
.m16l {
    margin-left: 16px;
}
.m1l {
    margin-left: 1px;
}
.m14t {
    margin-top: 12px;
}
.m14b {
    margin-bottom: 12px;
}
.m0t {
    margin-top: 0px;
}
.m28t {
    margin-top: 28px;
}
.m121l {
    margin-left: 121px;
}
.m15t {
    margin-top: 15px;
}
.mm1t {
    margin-top: -1px;
    clear: left
}
.mm10t {
    margin-top: -10px;
}
.mm88t {
    margin-top: -88px;
}
.p8l {
    padding-left: 8px;
}
.p10l {
    padding-left: 0px;
}
.bigger {
    font-size: 120%;
    padding: 4px;
}
.noshow {
    display: none;
}
#mainpanels {
    width: 100%;
    clear: both;
    background-color: #000000;
    color: #fff;
    padding-top: 0px;
    margin-left: 2px;
    position: relative;
}
.toggle-filters {
	display: none;
	position: absolute;
	right: 10px;
	z-index: 195;
	color: #fff;
	font-size: 11px;
    border: none;
	background-color: transparent;
	top: 0;
    background-image: url(../images/menu-white.svg);
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 24px;
    padding: 4px 10px 5px 30px;
}
.toggle-filters.is-toggled {
    background-image: url(../images/cross-white.svg);
    background-size: 20px;
    background-position: 4px center;
}
#mainpanels #lhs_panel {
    clear: both;
    width: calc(100% - 233px);
    float: left;
    font-size: 95%;
}
.search #mainpanels #lhs_panel {
    width: 716px;
}
#mainpanels a.link {
    color: #EF361C;
    text-decoration: none;
}
#mainpanels a.link:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
}
#mainpanels_widepanel a.link {
    color: #EF361C;
    text-decoration: none;
}
#mainpanels_widepanel a.link:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
}
#mainpanels #lhs_panel #searchresults a.readmore {
    background-color: #000;
    background-color: #EF3327;
    color: #fff;
    padding: 2px;
    text-decoration: none;
    position: relative;
}
#mainpanels #lhs_panel #searchresults a.readmore:hover {
    background-color: #fff;
    color: #ef3327;
    text-decoration: none;
}
#mainpanels #lhs_panel #searchresults a {
    background-color: #000;
    color: #EF3327;
    text-decoration: none;
}
#mainpanels #lhs_panel #searchresults a:hover {
    color: #EF3327;
    text-decoration: underline;
}
.tabs {
    width: 700px;
    height: 32px;
    font-size: 90%;
}
.tabs .tab {
    width: 171px;
    height: 32px;
    text-align: center;
    background-image: url(../images/tab.jpg);
    background-repeat: no-repeat;
    padding-top: 10px;
    float: left;
}
.tabs .tab a {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}
.tabs .tab a:hover {
    background-color: transparent;
    color: #B3B3B3;
    text-decoration: none;
}
.tabs .tab h2 {
    background-color: transparent;
    color: #B3B3B3;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.tabs2 {
    width: 100%;
    height: 32px;
    font-size: 90%;
}
.tabs2 .tab {
    width: 171px;
    height: 32px;
    text-align: center;
    background-image: url(../images/tab.jpg);
    background-repeat: no-repeat;
    padding-top: 10px;
    float: left;
}
.tabs2 .tab a {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}
.tabs2 .tab a:hover {
    background-color: transparent;
    color: #B3B3B3;
    text-decoration: none;
}
.tabs2 .tab h2 {
    background-color: transparent;
    color: #B3B3B3;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.alttab {
    float: left;
    font-size: 85%;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
    padding: 12px 0;
    margin-top: 40px;
    margin-bottom: 30px;
}
.pagination .rhs {
    margin-left: auto;
    text-align: right;
}
.pagination a {
    background-color: #000;
    color: #EF3327;
    text-decoration: none;
    font-weight: bold;
}

#header-social a, a:visited {
    opacity: 1.0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.pagination a:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
}
.pagination a {
    margin-left: 2px;
    margin-right: 2px;
}
.pagination a {
    margin-left: 2px;
    margin-right: 2px;
}
.paginationDots {
    margin-left: 1px;
    margin-right: 1px;
    color: #EF3327;
}
.no-pagination {
    margin-top: 40px
}
.widepanel {
    width: 460px;
}
.homepanel_show {
    padding-bottom: 20px;
    border-bottom: 1px solid #3F3F3F;
    margin-bottom: 20px;
}
.homepanel_show:before {
    content: "";
    display: table;
    clear: both;
}
.homepanel_show_panel {
    width: 270px;
    float: left;
    margin: 0px;
    text-align: left;
}
.homepanel_show_panel_picture {
    width: calc(100% - 270px);
    margin: 0;
    padding: 0 15px 0 0;
    float: left;
    box-sizing: border-box;
}
.homepanel_show_panel_picture img {
    width: 100%;
}
.homepanel_show_panel .blurb {
    margin-top: 5px;
}
.homepanel_show_panel .textholder {
    min-height: 127px;
    padding-bottom: 10px;
}
.homepanel_show_panel p {
    margin: 0px;
    padding: 0px;
}
.homepanel_show.odd .homepanel_show_panel_picture {
    float: right;
    padding: 0 0 0 15px;
}
.homepanel_show.even .homepanel_show_panel {
    float: right;
}
.homepanel_show_panel .title {
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.homepanel_show_panel .meta,
.whatsonchunk .meta {
    color: #858585;
    line-height: 1.4em;
}
.button {
    margin: 0px;
    padding: 0px;
    display: block;
    font-size: 11px;
}
.button a {
    background-color: #EF3327;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    padding: 0px;
}
.button a:hover {
    background-color: #ffffff;
    color: #EF3327;
}
.button a.booktickets {
    background-color: #EF361C;
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    padding: 0 10px;
}

.button a.readmore {
    background-color: #EF361C;
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    padding: 0 10px;
}
.button a.playclip {
    background-color: #EF361C;
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    padding: 0 10px;
}
.button a:hover {
    background-color: #fff !important;
    color: #EF361C !important;
    text-decoration: none !important;
}
.button a.booktickets-large {
    background-color: #EF361C;
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    padding: 0 12px;
}
.button a.booktickets-large:hover {
    background-color: #fff !important;
    color: #EF361C !important;
    text-decoration: none !important;
}
.homepanel_show_panel p {
    margin-top: 0px;
    padding-top: 0px;
}
.homepanel_show_panel_div {
    clear: both;
    display: block;
    border-top: 1px solid #3F3F3F;
    margin-top: 0px;
    margin-bottom: 17px;
    height: 1px;
    width: 100%;
}
#mainpanels #rhs_panel {
    width: 208px;
    float: left;
}
.type-whats-on-page #mainpanels #rhs_panel {
    padding-top: 35px;
}
#mainpanels #rhs_panel .panel {
    display: block;
    clear: both;
    border-top: 1px solid #2F2F2F;
    margin-top: 10px;
    padding-top: 15px;
}
#mainpanels #rhs_panel .panel.first {
    border-top: 0;
    padding-top: 0;
    margin-top: 3px;
}
#mainpanels #rhs_panel .panel h3.title {
    margin-top: 0px;
    padding-top: 0px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 100%;
}
#mainpanels #rhs_panel .panel p.blurb {
    height: 80px;
}
#mainpanels #rhs_panel .panel img {
    float: right;
    margin-bottom: 16px;
}
#mainpanels #rhs_panel .tabs {
    width: 100%;
    height: 32px;
}
#mainpanels #rhs_panel .tabs .tab {
    width: 208px;
    height: 32px;
    text-align: center;
    background-image: url(../images/tab-wide.jpg);
    background-repeat: no-repeat;
    padding-top: 10px;
    float: left;
}
#mainpanels #rhs_panel .tabs .tab a {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
}
#mainpanels #rhs_panel .tabs .tab a:hover {
    background-color: transparent;
    color: #ffffff;
    text-decoration: underline;
}
#mainpanels #rhs_panel .panel a {
    color: #EF3327;
    text-decoration: none;
}
#mainpanels #rhs_panel .panel a:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
}
#mainpanels #rhs_panel .calendar {
    clear: both;
    margin-top: 19px;
    background-color: #000000;
    text-align: center;
}
#bottom_footer_images {
    clear: both;
}
#footer {
    position: relative;
    width: 944px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    font-size: 90%;
    font-weight: bold;
    padding: 10px;
    clear: both;
}
#footer a {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 100%;
}
#footer a:hover {
    background-color: #ffffff;
    color: #242424;
}
#footer a.rss {
    float: right;
    background: url(../images/rss-icon.gif) top left no-repeat;
    padding-left: 25px;
    padding-top: 3px;
    margin-top: -3px;
    height: 18px;
}
#footer a.rss:hover {
    background-color: #ffffff;
    color: #242424;
}
#footer-container {
    position: relative;
    display: block;
    width: 95%;
    max-width: 925px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-top: 1px solid #3f3f3f;
    padding-top: 20px;
    margin-top: 35px;
    margin-bottom: 25px;
}
#footer-links-container {
    border-bottom: 1px solid #3f3f3f;
    overflow: hidden;
}
#footer-contact-container {
    border-bottom: 1px solid #3f3f3f;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}
.footer-contact-block {
    float: left;
    list-style: none;
    text-align: left;
    width: 36.333%;
    margin: 0px;
    padding: 0px;
}
.fcb-right {
    width: 27.333%;
}
.footer-block {
    float: left;
    list-style: none;
    text-align: left;
    width: 20%;
    height: 150px;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
}
.footer-block h3 {
    font-size: 15px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    color: #ffffff;
}
.footer-contact-block h3 {
    font-size: 12px;
    margin: 0px;
    padding-bottom: 5px;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
}
.footer-contact-block p {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    line-height: normal;
    margin-bottom: 5px;
}
.footer-contact-block span {
    font-weight: normal;
    font-size: 12px;
}
.footer-contact-block .footer-reg-c {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}
.footer-block ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-block li {
    font-size: 12px;
    padding: 2px 2px 0px 0px;
}
.footer-block li a,
a:visited {
    text-decoration: none;
    color: #ffffff;
    font-weight: normal
}
.footer-block li a:hover {
    text-decoration: none;
    color: #EF361C;
}
.footer-line {
    width: 100%;
    height: 1px;
    background-color: #3f3f3f;
}
.ace-footer-img {
    background: url(../images/ace_logo_white.png) no-repeat 0 0;
    width: 100%;
    height: 71px;
    background-size: contain;
}
.barclays-footer-img {
    background: url(../images/barclays_logo_white.png) no-repeat 0 0;
    width: 100%;
    height: 44px;
    background-size: contain;
    background-position: right;
    margin: 25px 0 20px;
}
p.join-mailing-text {
    font-weight: normal;
    font-size: 12px;
    padding: 0px;
    margin: 3px 0px 6px;
}
.join-mailing-list {
    float: left;
    padding-top: 2px;
}
a.join-mailing-link {
    float: left;
    margin: 0px 4px 0 0;
}
a.join-mailing-link,
a:visited.join-mailing-link {
    color: #cdcdcd;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    background-color: #3d3d3d;
    border-radius: 3px;
    padding: 4px 6px;
    line-height: 17px;
    transition: background-color 0.3s ease;
    margin-top: 5px;
}
a:hover.join-mailing-link {
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    background-color: #7b7b7b;
}
#footer-copyright p {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 25px;
}
#footer-copyright p.footer-reg-c {
    font-weight: normal;
    margin-top: 10px;
}
i.fa.fa-envelope.footer-envelope {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
ul.blocksnavlinks {
    margin-bottom: 18px;
}
.blocksnavlinks li {
    display: inline-block;
    margin-left: 0px;
    color: #7a7a7a;
}
.blocksnavlinks li a {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}
.blocksnavlinks li a:hover {
    text-decoration: none;
    color: #EF361C;
}
div.clearer {
    clear: both;
    display: block;
    width: 1px;
    height: 1px;
}
#perf_lhs {
    width: calc(100% - 225px);
    float: left;
    margin-top: 25px;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 20px;
}
#perf_lhs.quotes {
    border-bottom: 0px;
}
#perf_lhs.extras {
    border-bottom: 0px;
}
#perf_lhs img,
#perf_lhs .google-map-embed {
    margin-bottom: 10px;
}
.google-map-embed {
    display: block;
}
.area-account-actions {
    overflow: hidden;
}
#new_booknow {
    float: left;
    width: 100px;
    margin-top: 17px;
}
#new_booknow .archived-label {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}
#perf_lhs_navigation.showpage {
    clear: both;
    width: 100%;
    margin-top: -7px;
    padding: 18px 0 0;
    height: 30px;
    background: transparent url(../images/subnav_background.jpg) left top repeat-x;
    margin-bottom: 30px;
    white-space: nowrap;
}
#whatsonarea div#perf_lhs_navigation {
    margin-top: 42px;
}
.type-multibuy-page #whatsonarea div#perf_lhs_navigation {
    margin-top: 21px;
}
.type-multibuy-page #lhs_panel {
    margin-top: 5px;
}
#mainpanels #perf_lhs_navigation a.link {
    color: #B3B3B3;
}
#mainpanels #perf_lhs_navigation a:hover.link {
    color: #fff;
    text-decoration: underline;
    background-color: #000;
}
#perf_lhs_navigation ul.toplevel,
#perf_lhs_navigation ul.toplevel li {
    margin-bottom: 5px;
    margin-top: 1em;
}
#perf_lhs_navigation ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    margin-top: 0;
}
.section-whats-on #perf_lhs_navigation ul {
    margin-top: 1em;
}
#perf_lhs_navigation ul li {
    display: block;
    margin-bottom: 6px;
    font-size: 99%;
}
#perf_lhs_navigation ul li a {
    color: #B3B3B3;
    text-decoration: none;
    padding-left: 10px;
    display: block;
}
#perf_lhs_navigation ul li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    background-image: url(../images/bw-arrow-inv-top.gif);
    background-position: 1px -2px;
    background-repeat: no-repeat;
    padding-left: 10px;
}
#perf_lhs_navigation ul li a.current {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    background-image: url(../images/bw-arrow-inv-top.gif);
    background-position: 1px -2px;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-color: transparent;
}
#perf_lhs_navigation ul li a.current:hover {
    color: #fff;
    text-decoration: none;
    background-image: url(../images/bw-arrow-inv-top.gif);
    background-position: 1px -2px;
    background-repeat: no-repeat;
    background-color: transparent;
}
#perf_lhs_navigation ul li ul {
    list-style: none;
    margin: 17px 0px 20px 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 0px;
    padding-left: 0px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}
#perf_lhs_navigation ul li ul li {
    margin: 5px;
    font-size: 100%;
}
#perf_lhs_navigation ul li ul li a.active {
    background: none;
}
#perf_lhs_navigation ul.showsubnav {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0px;
    width: 100%;
}
#perf_lhs_navigation ul.showsubnav li {
    margin-bottom: 0;
    font-size: 99%;
    width: 94px;
    overflow: hidden;
    min-width: 94px;
    height: 30px;
    font-weight: bold;
    display: inline-block;
}
#perf_lhs_navigation ul.showsubnav li a {
    text-align: center;
    color: #B3B3B3;
    text-decoration: none;
    display: block;
    height: 29px;
    background: transparent url(../images/navigation_background1.png) right top no-repeat;
    line-height: 29px;
    padding-left: 3px;
    padding-right: 3px;
}
#perf_lhs_navigation ul.showsubnav li.active a {
    background: transparent url(../images/navigation_chosen.png) right top no-repeat;
    height: 33px;
}
#perf_lhs_navigation ul.showsubnav li a:hover {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    display: block;
    height: 29px;
    background: transparent url(../images/navigation_background1.png) right top no-repeat;
    line-height: 29px;
    padding-left: 5px;
    padding-right: 5px;
}
#perf_lhs_navigation ul.showsubnav li.active a:hover {
    background: transparent url(../images/navigation_chosen.png) right top no-repeat;
    height: 33px;
}
#perf_lhs_navigation ul.showsubnav li.spaceritem {
    width: 5px;
    min-width: 5px;
}
#perf_lhs_navigation ul.showsubnav li.firstitem a {
    background: transparent url(../images/navigation_first.png) right top no-repeat;
}
#perf_lhs_navigation ul.showsubnav li.lastitem a {
    background: transparent url(../images/navigation_last.png) right top no-repeat;
}
#perf_lhs_navigation ul.showsubnav li.firstitem.active a,
#perf_lhs_navigation ul.showsubnav li.lastitem.active a {
    background: transparent url(../images/navigation_chosen.png) right top no-repeat;
}
#perf_lhs .tabs {
    padding-bottom: 36px;
}
#perf_lhs_content {
    width: 100%;
    text-decoration: none;
    padding-right: 20px;
}
#booking_lhs {
    width: 700px;
    float: left;
    font-size: 95%;
}


#booking_lhs em {
    color: #b1b1b1;
}
/**
 * Override content area link colours
 * for .theme-black pages.
 */

.theme-black #mainpanels a,
.theme-black #lhs_panel a,
.theme-black #rhs_panel a,
.theme-black #booking_lhs_content a {
    color: #EF361C;
    text-decoration: none;
}
.theme-black #mainpanels a:hover,
.theme-black #lhs_panel a:hover,
.theme-black #rhs_panel a:hover,
.theme-black #booking_lhs_content a:hover {
    color: #fff;
    background-color: #EF3327;
    text-decoration: none;
}
.theme-black #mainpanels .addthis_toolbox a:hover {
    background-color: transparent;
}
.theme-black #mainpanels #lhs_panel .homepanel_show_panel a {
    color: #fff;
}
.theme-black #mainpanels #lhs_panel .homepanel_show_panel a:hover {
    background-color: transparent;
    text-decoration: underline;
}
.theme-black #mainpanels #lhs_panel #whatsonarea #perf_lhs_navigation a {
    color: #B3B3B3;
}
.theme-black #mainpanels #lhs_panel #whatsonarea #perf_lhs_navigation a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
}
.theme-black #mainpanels #lhs_panel #whatsonarea #mainarea .area-production-list a {
    color: #fff;
}
.theme-black #mainpanels #lhs_panel #whatsonarea #mainarea .area-production-list a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
}
.theme-black #mainpanels #rhs_panel .area-homepage-calendar .calendar a {
    color: #fff;
}
.theme-black #mainpanels #rhs_panel .area-homepage-calendar .calendar a:hover {
    background-color: transparent;
}
.theme-black #booking_lhs_content .shop_copy_holder .button a {
    background-color: #EF361C;
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    padding: 0 10px;
}
.theme-black #booking_lhs_content .shop_copy_holder .button a:hover {
    color: #EF361C !important;
}

.quote {
    border-top: 1px solid #9a9a9a;
    padding: 10px 0px 10px 0px
}
.quote dd {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #EC3527;
    font-style: italic;
}
.quote dt,
.quote-author {
    color: #a6a6a6;
    font-size: 11px;
}
#perf_lhs blockquote {
    padding: 10px 0px 10px 0px;
    margin-right: 0;
    margin-left: 0;
}
#perf_lhs blockquote p {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #EC3527;
    font-style: italic;
}
#perf_lhs blockquote footer {
    color: #a6a6a6;
    font-size: 11px;
}
#perf_rhs .quote dd {
    font-size: 18px;
    padding: 0px 5px 0px 5px;
}
#perf_rhs .quote dt {
    color: #a6a6a6;
    font-size: 11px;
    padding: 0px 5px 0px 5px;
}
div.quotes .quote {
    border-bottom: none;
    border-top: none;
}
div.quotes .quote dd {
    font-style: normal;
    font-weight: bold;
    font-size: 120%;
}
#perf_lhs dl.quote {
    border-top: 0px;
}
#perf_rhs dl.quote {
    border-top: 1px solid #3f3f3f;
}
#comp {
    border-top: 1px solid #3A0D08;
    border-bottom: 1px solid #3A0D08;
}
#comp dd {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    color: #ffffff;
    font-weight: normal;
}
#perf_rhs {
    float: left;
    width: 220px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 20px;
}
#perf_rhs h3 {
    margin: 0px;
    padding: 0px;
    padding-top: 00px;
    font-size: 110%;
}
#perf_rhs h2 {
    margin: 0px;
    padding: 0px;
}
#perf_rhs p {
    margin-top: 3px;
    padding-top: 0px;
}
.venue-details {
	font-family: Helvetica, Arial, sans-serif;
}
#h2theatrelocation h2,
#h2theatrelocation h3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
#h2theatrelocation h2 {
    font-size: 20px;
}

#h2theatrelocation.vcard h2 {
    font-size: 18px;
}

#h2theatrelocation .show_date {
    color: #ccc;
    font-size: 15px;
}
#perf_rhs .panel {
    padding-top: 0;
    margin-top: -18px;
}
#perf_rhs .panel a,
#perf_lhs_content a {
    color: #EF3327;
    text-decoration: none;
    font-size: 12px;
}
#perf_rhs .panel a:hover,
#perf_lhs_content a:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
}
#perf_rhs_banners {
    float: right;
    width: 207px;
    margin-top: 25px;
}
#perf_rhs_banners.showpage {
    margin-top: 4px;
}
#perf_rhs_banners.search {
    margin-top: 6px;
}
#relatedshows_holder {
    float: left;
    width: 66.6%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
#somethingdifferent_holder {
    float: left;
    width: 33.3%;
}
.related_shows {
    width: 48%;
    float: left;
    margin-right: 2%;
    margin-top: 10px;
}
#somethingdifferent_holder .related_shows {
	width: 98%;

}
#relatedshows_holder .end {
    margin-right: 0;
}
.related_shows h4 {
    margin: 0px;
    padding: 0px;
    font-size: 110%;
    font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.related_shows p.info {
    display: block;
    color: #858585;
    margin: 0px;
    padding: 0px;
    margin: 0px;
    margin-top: 2px;
}
.related_shows p.blurb {
    display: block;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#galleryblock img {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
}
div.gallery_text {
    margin-bottom: 12px;
}
div.gallery_text h4 {
    margin-top: 0;
    margin-bottom: 8px;
}
div.gallery_text a.gal_select img {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
div.gallery_text p {
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 10px;
    width: 40%;
}
#perf_bot_banners {
    clear: left;
    padding-top: 41px;
    margin-bottom: 13px;
    width: 100%;
    max-width: 700px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.artist_profile {
    border-bottom: 1px solid #3F3F3F;
    padding: 1px;
    margin-top: 15px;
    margin-bottom: 2px;
}
.profile_image {
    width: 110px;
    height: 140px;
    float: left;
}
.profile_text {
    float: left;
    width: 220px;
    margin-left: 5px;
}
.profile_text_wide {
    float: left;
    width: 330px;
}
.artist_profile a {
    color: #EE3427;
    text-decoration: none;
}
.artist_profile a:hover {
    background-color: #EE3427;
    color: #fff;
}
input.submitbutton {
    border: 0px;
    background-color: #EE3427;
    color: #fff;
    cursor: pointer;
    clear: both;
}

#whatsonarea {
    margin-top: 0px;
}
#whatsonarea #perf_lhs_navigation {
    margin-top: 55px;
    width: 120px;
    float: left;
}
#whatsonarea #perf_lhs_navigation ul li,
.section-assisted-shows #perf_lhs_navigation ul li {
    line-height: 15px;
}
#whatsonarea #mainarea {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    width: calc(100% - 130px);
    float: left;
}
.monthlist {
    width: 100%;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
    height: 24px;
    margin-top: 22px;
    padding-top: 6px;
    margin-left: 0px;
    margin-bottom: 36px;
    white-space: nowrap;
}
.monthlist ul {
    margin-left: 0px;
    padding-left: 5px;
}
.monthlist ul,
.monthlist ul li {
    list-style: none;
    display: inline;
    margin-right: 4px;
    margin-left: 2px;
}
.monthlist a {
    color: #EF3327;
    text-decoration: none;
    font-size: 100%;
}
.monthlist a:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
}
#mainarea a.whitewo,
.monthlist a.whitewo {
    color: #ffffff;
    text-decoration: none;
    font-size: 100%;
}
#mainarea a.whitewo:hover,
.monthlist a.whitewo:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
}
.monthlist a.redwo {
    color: #EF3327;
    text-decoration: none;
    font-size: 100%;
}
.monthlist a.redwo:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
}
#whatsonarea div.monthlist {
    margin-bottom: 26px;
    position: relative;
}
#whatsonarea div.monthlist:after {
	content: "";
	width: 50px;
	height: 32px;
	position: fixed;
	right: 0;
	z-index: 300;
	background: linear-gradient(to left, #000 0%, transparent 100%);
	margin-top: -7px;
}
#whatsonarea div.monthlist ul {
	padding-right: 40px;
}
#whatsonarea div.monthlistbottom {
    margin-top: 14px;
}
#basket {
    clear: both;
    margin-left: 10px;
    *margin-top: -10px;
    font-weight: bold;
}
#basket a {
    color: #cccccc;
    text-decoration: none;
}
#basket a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#basket span#basketitems {
    font-weight: bold;
}
#mainarea .matw,
.type-extras .matw {
    width: 430px;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 0px;
}
.type-extras #mainpanels {
    margin-top: -5px;
}
.type-extras #rhs_panel {
    margin-left: 0;
}
.type-extras #lhs_panel {
    margin-top: 1px;
}
.type-extras #rhs_panel .area-feature-boxes {
    margin-top: 40px;
}
.extras-intro {
    width: 665px;
}
#whatsonpanelcontent .matw {
    width: 320px;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 0px;
}
#whatsonarea .matw {
    width: 320px;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 0px;
}
#archive_area .matw {
    width: 300px;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 0px;
}
#mainarea {} #changearea {} #archive_area {
    clear: both;
    margin-top: 20px;
}
ul.blacknav li {
    line-height: 90%;
}
ul.blacknav .section {
    border-bottom: 1px solid #888;
    padding-top: 3px;
    padding-bottom: 8px;
    margin-bottom: 1em !important;
}
ul.blacksubnav {
    margin-left: 5px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    padding-bottom: 8px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 8px;
}
ul.blacksubnav li {
    margin: 0px;
    padding: 3px;
    display: inline-block;
}
#perf_lhs_navigation ul.blacksubnav li {
    margin: 0px;
    padding: 3px;
    margin-left: 3px;
}
.shop_image_holder {
    width: 160px;
    margin-right: 10px;
    float: left;
}
.shop_image_holder img {
    margin-top: 0px;
}
.shop_copy_holder {
    width: calc(100% - 180px);
    max-width: 450px;
    float: left;
    margin: 0px;
    padding: 0px;
}
.shop_copy_holder .button a {
    padding: 2px;
    margin-top: 5px;
}
.shop_copy_holder h3{
    margin-bottom: 10px;
}
.type-shop #mainpanels #rhs_panel {
    margin-top: 23px;
}
hr {
    border: 0px;
    border-top: 1px solid #858585;
    height: 1px;
}
.editable {
    display: inline;
}
#emailregister {
    width: 206px;
    /*background:#fff url(../images/reg-bot.jpg) 0 100% no-repeat;*/

    color: #000;
    margin-top: 0px;
    padding-bottom: 10px;
    visibility: visible;
    z-index: 500;
    position: relative;
}
#emailregister input {
    border: 1px solid #000000;
}
#email_wrapper {
    width: 206px;
    z-index: 1000;
    position: absolute;
    top: -28px;
    left: 0;
    background: #fff url(../images/reg-bot.jpg) 0 100% no-repeat;
}
#email_form {
    width: 100%;
}
#email_form div.email_buttons {
    width: 87%;
    padding-top: 10px;
}
#email_form div.email_buttons div {
    padding-top: 8px;
}
#email_form input {
    margin: 4px 10px 5px 0;
    color: #797979;
    width: 300px;
}
#email_form input#go {
    width: 80px;
}
.regbutton_rhs {
    width: 206px;
    background-image: url(./images/tab-wide.jpg);
}
.emailreg_alt {
    background-image: url('../images/reg-top.jpg');
    text-align: center;
    padding-top: 5px;
}
.regbutton_rhs_alt {
    margin-left: 13px;
    width: 206px;
    background-image: url(./images/tab-wide.jpg);
}
.emailreg_chunk {
    background-image: url('../images/reg-top.jpg');
    background-position: 0 0px;
    text-align: center;
    padding-top: 8px;
    font-size: 110%;
}
.perf_text {
    color: #ccc;
    font-size: 95%;
    padding: 10px;
    border-bottom: 1px solid #fff;
}
#loadablearea {
    padding-bottom: 13px;
    width: 100%;
}
#booking_lhs_content hr {
    margin-top: 18px;
    margin-bottom: 18px;
}
.moreatwellsbit {
    clear: both;
    padding-bottom: 30px;
}
.whatsonpanelone {
    display: block;
    clear: both;
    height: 120px;
    margin-top: 0px;
    margin-left: 10px;
}
.whatsonpanelicon {
    float: left;
    width: 40px;
    margin-top: 5px;
}
.whatsonpanelcontent {
    float: left;
    width: calc(100% - 50px);
}
.whatsonpanelcontent p {
    margin-top: 0px;
}
.whatsonpanelcontent .bookingsubpanel {
    padding-top: 0px;
}
.whatsonpanelcontent .bookingsubpanel h3 {
    margin: 0px 0px 0px 0px;
}
.whatsonchunk {
    display: block;
    clear: both;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 110%;
    padding-bottom: 20px;
    border-bottom: 1px solid #3F3F3F;
    margin-bottom: 20px;
}
.whatsonchunk.first {
	border-top: 1px solid #3F3F3F;
	padding-top: 20px;
	margin-top: 20px;
}
.whatsonchunk_img {
    float: left;
    width: 222px;
}
.whatsonchunk_img a {
	display: block;
}
.whatsonchunk_img img {
	width: 100%;
}
.whatsonchunk_bulk {
    float: left;
    width: 280px;
    margin-left: 10px;
}
.whatsonchunk_bulk .whatson_title {
    margin: 0px;
    padding: 0px;
}
.whatsonchunk_bulk .whatson_title img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 2px;
}
.whatsonchunk_bulk .meta {
    color: #858585;
    margin-top: 2px;
    padding-top: 2px;
}
.touringchunk {
    display: block;
    clear: both;
    height: 120px;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 110%;
    border-bottom: 1px solid #858585;
    width: 540px;
}
.touringchunk_img {
    float: left;
    width: 222px;
    padding-top: 10px;
}
.touringchunk_bulk {
    float: left;
    width: 308px;
    margin-left: 10px;
}
input {
    border: 0px;
}
.searchshow_panel {
    display: block;
    clear: both;
    margin-left: 0px;
    font-size: 110%;
}
.searchshow_panel_image {
    float: left;
    width: 222px;
    padding-top: 7px;
    margin-bottom: 29px;
}
.searchshow_panel_chunk {
    float: left;
    width: 278px;
    margin-left: 7px;
    margin-bottom: 29px;
}
.searchshow_panel_textbit {
    margin: 0px;
    padding: 0px;
    margin-top: 7px;
}
.searchshow_panel_otherbit {
    color: #858585;
    margin-top: 2px;
    padding-top: 2px;
}
#perf_rhs .panel {
    background: transparent;
}
#perf_rhs .panel a.peacock-theatre_link {
    color: #009EC5;
}
#perf_rhs .panel a.peacock-theatre_link:hover {
    color: #fff;
    background-color: #009EC5;
}
#perf_rhs .panel ul.swextra li a.peacocktheatre_link {
    background: transparent url(/images/bluearrow.gif) left center no-repeat;
    padding-left: 10px;
}
#perf_rhs .panel a.coliseum_link {
    color: #fff;
}
#perf_rhs .panel a.coliseum_link:hover {
    color: #fff;
    background-color: #3F0163;
}
#mainpanels #lhs_panel #searchresults {
    margin-top: 7px;
}
#mainpanels #lhs_panel #searchresults #changearea2 {
    margin-top: 34px;
}
#mainpanels #lhs_panel #searchresults #changearea2 div.pagination {
    margin-top: 25px;
    margin-bottom: 20px;
}
#mainpanels #lhs_panel #searchresults #changearea2 p strong a {
    display: block;
    margin-top: 27px;
    font-size: 110%;
    margin-bottom: 10px;
}
#mainpanels #lhs_panel #searchresults #changearea2 div.botpagination {
    margin-top: 35px;
}
#mainarea td {
    color: #fff;
    font-size: 12px;
}
.smalltext {
    font-size: 90%;
}
.smallertext {
    font-size: 80%
}
.verysmalltext {
    font-size: 70%;
}
br.cleared {
    clear: both;
}
.fright {
    float: right;
}
ul.topfivelist {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
ul.topfivelist li {
    margin-left: 0px;
    padding-left: 0px;
}
ul.topfivelist li a {
    color: #EF3327;
    text-decoration: none;
}
ul.topfivelist li a:hover {
    color: #fff;
    background-color: #EF3327;
    text-decoration: none;
}
table.redlinks a {
    font-size: 12px;
    color: #EF3327;
    text-decoration: none;
}
table.redlinks a:hover {
    font-size: 12px;
    color: #fff;
    background-color: #EF3327;
    text-decoration: none;
}
.fright {
    float: right;
}
ul.topfivelist {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
ul.topfivelist li {
    margin-left: 0px;
    padding-left: 0px;
}
ul.topfivelist li a {
    color: #EF3327;
    text-decoration: none;
}
ul.topfivelist li a:hover {
    color: #fff;
    background-color: #EF3327;
    text-decoration: none;
}
table.redlinks a {
    font-size: 12px;
    color: #EF3327;
    text-decoration: none;
}
table.redlinks a:hover {
    font-size: 12px;
    color: #fff;
    background-color: #EF3327;
    text-decoration: none;
}
#content ul.dance-styles {
    float: left;
    list-style-type: circle;
    margin: 0 10px 10px 0;
    width: 210px;
}
#content ul.dance-styles li {
    list-style-type: circle;
    margin: 10px 0;
}
.dance-styles a,
.dance-link a {
    color: #EF3327;
    text-decoration: none;
}
.dance-styles a:hover,
.dance-link a:hover {
    text-decoration: none;
    background-color: #EF3327;
    color: #fff;
}
.dance-link {
    margin-left: 0px;
    margin-top: 0;
    padding-left: 5px;
    list-style: none;
}
.dance-link li {
    margin-bottom: 10px;
}
.dance-styles span {
    color: #999;
}
div.textholder div.title a.whitelink,
div.whatsonchunk_bulk p a,
div.matw a,
div.touringchunk a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.textholder div.title a.whitelink:hover,
div.whatsonchunk_bulk p a:hover,
div.matw a:hover,
div.touringchunk a:hover {
    text-decoration: underline;
}
div.homepanel_show_panel div.textholder div.title p a {
    font-family: Helvetica, Arial, sans-serif;
}
ul.moreaboutdance {
    display: inline;
    list-style: none;
}
ul.moreaboutdance li {
    float: left;
    margin-right: 5px;
}
#footer a.footerimagelink {
    background: transparent;
}
#footer a.footerimagelink:hover {
    background: transparent;
}
table.redlinks a.nohover {
    background: transparent;
}
table.redlinks a.nohover:hover {
    background: transparent;
}
div.sadlersscreentop {
    width: 208px;
    background: transparent url(../images/screenbg-top.png) top left no-repeat;
}
div.sadlersscreenmid {
    width: 208px;
    background: transparent url(../images/screenbg-middle.png) top left repeat-y;
    padding-left: 10px;
}
div.sadlersscreenbot {
    width: 208px;
    background: transparent url(../images/screenbg-bottom.png) bottom left no-repeat;
    height: 20px;
    padding: 10px 0px 10px 13px;
    margin-bottom: 13px;
}
div.sadlersscreentop h3 {
    padding: 10px 0px 10px 10px;
    margin: 0px;
    font-size: 1.0em;
}
a.redlink {
    color: #EF3327;
    text-decoration: none;
}
a.redlink:hover {
    text-decoration: underline;
}
div#perf_rhs_banners div.mm1t {
    clear: both;
}
div#perf_rhs a {
    color: #ef3326;
    text-decoration: none;
}
div#perf_rhs .calendar a {
    color: #ffffff;
    position: relative;
}
div#perf_rhs a:hover {
    text-decoration: underline;
}
div.vjs-big-play-button {
    width: 156px !important;
    height: 105px !important;
    top: 50% !important;
    left: 50% !important;
    position: absolute !important;
    margin-top: -55px !important;
    margin-left: -78px !important;
}
ul.flashaltlinks {
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
}
ul.flashaltlinks li {
    float: left;
    margin-left: 10px;
}
div.dataholder_prod {
    width: 100%;
    padding: 5px 10px;
    background: rgba(144, 11, 0, 0.6);
    height: 35px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
div.dataholder_prod p {
	line-height: inherit !important;
	margin: 0;
}
div.dataholder_sadlerswells {
    background: rgba(144, 11, 0, 0.6);
    position: absolute;
    bottom: 0;
}
div.dataholder_barbican {
    background: rgba(144, 11, 0, 0.6);
}
div.dataholder_peacock-theatre {
    background: rgba(0, 161, 199, 0.6);
}
div.dataholder_lilianbaylis {
    background: rgba(144, 11, 0, 0.6);
}
#quotes iframe object {
    width: 100% !important;
}
#showpage_contentarea {
    float: left;
    width: calc(100% - 250px);
}
#showpage_contentarea p {
	line-height: 1.5em;
}
#unit-production-info #showpage_contentarea {
	float: none;
	width: 100%;
}

#perf_lhs.booking #showpage_contentarea,
#perf_lhs.extras #showpage_contentarea {
    width: 405px;
    padding-right: 50px;
}
div#perf_lhs_content h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
div.booking div#perf_lhs_content h3 {
    font-weight: bold;
    font-size: 14px;
}
div#h2pagetitle h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0px;
    font-weight: normal;
}
.primary-type-extras div#h2pagetitle h2 {
    margin-top: 0;
}

.production-tab-content.section-details {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
div#h3pagetitle h3 {
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0 0 4px 0;
}
div#h2pagetitle h2 span.normal {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
}
div#h3pagedate h3 {
    color: #ffffff;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
div#h2relatedshows {
	width: 100%;
}
div#h2relatedshows h2 {
    color: #ffffff;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
div#h2somethingdifferent h2 {
    color: #ffffff;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
#perf_rhs h3.swextra {
    margin-top: 20px;
    padding: 0px;
}
#swextraspanel ul {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
#swextraspanel ul li {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
#swextraspanel ul li a {
    background: transparent url(../images/redarrow.gif) left center no-repeat;
    padding-left: 10px;
}
#swextraspanel ul li a:hover {
    background: transparent url(../images/redarrow-hover.gif) left center no-repeat;
    padding-left: 10px;
}
div.addthispanel {
	float: left;
	min-width:74px;
    position: relative;
    z-index: 2;
    margin-left: 10px;
    padding-top: 5px;
}
.google_plusone_iframe_widget {
    width: 35px !important;
}
#galleryblock a {
    margin: 5px;
    display: block;
    float: left;
}
#galleryblock a:hover{
	background-color: transparent !important;
}
#galleryblock a img {
    display: block;
    border: 1px solid #9a9a9a;
    height: 102px;
    max-width: 100%;
    height: auto;
}
.bookingsubpanel {
    padding-top: 10px;
}
.bookingsubpanel h3 {
    margin: 0px 0px 10px 0px;
}
.bookingsubpanel-multibuy-text .disclaimer {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    margin-right: 5px;
    font-weight: bold;
}
a {
    outline: none;
}
#maingalleryimageholder {
    clear: left;
    max-height: 380px;
    display: block;
    margin: 0 auto;
}
#maingalleryimageholder img {
	max-width: 100%;
}
#swextraspanel {
    display: table-cell;
    vertical-align: bottom;
}
#sampleemailholder {
    margin-top: 0px;
    border: 1px solid #3f3f3f;
    width: 600px;
}
#registertab {
    border: 0px;
    width: 200px;
    float: left;
    border: 0px solid blue;
    margin-top: 5px;
    margin-bottom: 2px;
}
#registertab p {
    margin-top: 0px;
    margin-bottom: 3px;
}
#registertab p a {
    color: #EF3326;
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px 0 0;
}
#registertab p a:hover {
    text-decoration: underline;
}
input#gosubmit {
    background: #EB3728;
    color: #ffffff;
    font-weight: bold;
    width: 60px;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
}
input#gosubmit:hover {
    background: #ffffff;
    color: #EB3728;
}
h3.ticketofficeheader {
    margin: 0 4px 0 0;
    display: inline-block;
    vertical-align: bottom;
}
#perf_rhs .panel span.ticketofficenumber {
    color: #cccccc;
    padding-left: 2px;
}
#home_topnav_searchsite {
    width: 262px;
    float: left;
    margin-left: 36px;
    margin-top: 10px;
}
#searchSite {
    float: left;
}
#home_topnav_searchsite label {
    background-color: #000;
    color: #EF3622;
    font-weight: bold;
    font-size: 110%;
    display: block;
    margin-bottom: 15px;
}
.searchlabel {
    background-color: #000;
    color: #EF3622;
    font-weight: bold;
    font-size: 110%;
}
#searchInput,
input#Search {
    width: 218px;
}
#searchSubmit {
    border: 0px;
    background-color: #000000;
    color: #EF3326;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    width: 25px;
    padding: 0;
    text-align: center;
}
#searchSubmit:hover {
    background-color: #ffffff;
    color: #000000;
}
#performancePanel {
    background: black;
    position: relative;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
    height: 0;
    width: auto;
    max-width: none;
    padding-bottom: 54.4%;
}
#performancePanel.video {
    font-size: 0;
    line-height: 0;
}
#performancePanel .video_frame,
#performancePanel .video_frame_yt {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    background: #000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}
#performancePanel.video .video_frame {
    display: block;
}
#performancePanel .video-play-icon {
    width: 100%;
    height: 100%;
    background: transparent url(../images/YouTube-icon_128px.png) no-repeat center;
    margin: 0 auto;
    position: absolute;
    z-index: 0;
    top: 0;
    display: none;
}
.homepage-video .video-play-icon {
    width: 128px;
    height: 90px;
    position: absolute;
    background: transparent url(../images/YouTube-icon_128px.png) no-repeat top center;
    margin-right: -64px;
    right: 254px;
    z-index: 10001;
    top: 40%;
    display: none;
}
#performancePanel .video-play-icon.loading {
    background: transparent url(../images/ajax-loader-dark.gif) no-repeat center;
}
.homepage-video .video-play-icon.loading {
    position: absolute;
    margin-right: -64px;
    right: 254px;
    background: transparent url(../images/ajax-loader-dark.gif) no-repeat top center;
}
#performancePanel img {} #perf_lhs_content.bookingpage p {
    margin-top: 0px;
}
h3.searchtitle {
    color: #ffffff;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    margin-left: 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px solid #212121;
}
div#searchfilters {
    width: 660px;
    border-bottom: 1px solid #212121;
    padding: 5px;
    padding-left: 0px;
}
h4.searchsubtitle {
    color: #ffffff;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    margin-top: 5px;
    clear: both;
    padding-top: 10px;
    margin-bottom: -20px;
}
.searchholder {
    clear: both;
    display: block;
    padding-bottom: 20px;
}
.searchholder ul {
    list-style: none;
    padding-left: 0;
}
p.fltrght {
    float: right;
    clear: both;
}
#searchresults {
    width: 660px;
}
div.searchholder {
    display: block;
    clear: both;
    border-bottom: 1px solid #212121;
    padding-bottom: 20px;
    margin-left: 0px;
}
div.searchholder div.catlink {
    clear: both;
    float: right;
    position: relative;
    background: transparent url(../images/redarrow.gif) left center no-repeat;
    padding-left: 10px;
    top: 10px;
    right: 2px;
}
div.searchholder.single div.catlink {
    margin: 0px;
    top: -5px;
}
div.searchholder ul li div {
    padding-bottom: 20px;
}
span.matchcounter {
    font-size: 14px;
    color: #ccc;
}
div.sponsorlogo {
    margin: 10px 0px 10px 0px
}
#perf_lhs_content a.addthis_button:hover {
    background-color: #000;
}
#perf_lhs_content a.addthis_button_facebook:hover {
    background-color: #000;
}
#perf_lhs_content a.addthis_button_twitter:hover {
    background-color: #000;
}
.sadlers-carousel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 20000em;
    position: relative;
}
.sadlers-carousel li {
    float: left;
}
.skyscraper-carousel {
    width: 206px;
    height: 560px;
    margin-top: 108px;
    overflow: hidden;
}
.skyscraper-carousel .slide {
    width: 206px;
    height: 100%;
    position: absolute;
}
.skyscraper-carousel .button-booktickets,
.skyscraper-carousel .button-readmore,
.skyscraper-carousel .button-readmore {
    position: relative;
}
.skyscraper-carousel .button-booktickets {
    top: -150px;
    left: 20px;
}
.skyscraper-carousel .button-readmore {
    top: -122px;
    left: -66px;
}
.mpu-carousel {
    width: 206px;
    height: 160px;
    overflow: hidden;
}
.mpu-carousel .slide {
    width: 206px;
    height: 160px;
}
.homepageperformancewrapper {
    position: relative;
}
.homepageperformancepagination {
    position: absolute;
    top: 12px;
    right: 25px;
}
.homepageperformancepagination span {
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    cursor: pointer;
}
.homepageperformancepagination span.active {
    background-color: #FFF;
}
.homepageperformancewrapper.js-playing .homepageperformancepagination {
    display: none;
}
.homepageperformancewrapper .videoclose {
    width: 35px;
    height: 35px;
    display: block;
    background: url(../images/close.png) top right no-repeat;
    background-size: 35px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
    z-index: 30;
}
.homepageperformancewrapper.js-playing .videoclose {
    display: block;
}
.homepageperformancecarousel {
    width: 100%;
    height: 284px;
    border-top: 1px solid #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
    overflow: hidden;
    margin: 20px 0 2px 0;
    position: relative;
}

.jcarousel-prev,
.jcarousel-next {
    position: absolute;
    bottom: 68%;
    background-color: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -99999px;
    display: none;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
}
.jcarousel-prev:focus,
.jcarousel-next:focus {
    outline: none;
}
.jcarousel-prev {
    left: 0;
    background-image: url(../images/chevron-left.svg);
}
.jcarousel-next {
    right: 0;
    background-image: url(../images/chevron-right.svg);
}
.homepageperformancepanel {
    width: 925px;
    height: 284px;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
}
.homepageperformancepanel.has-gradient:before {
    content: "";
    width: 25%;
    height: 284px;
    background: linear-gradient(to right, #000 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 335px;
}
.homepageperformancepanel .content {
    padding: 0 0 0 25px;
    width: 310px;
    height: 100%;
}
.homepageperformancepanel.has-gradient .content {
	background-color: #000;
}
.homepageperformancepanel.js-playing .subtitle,
.homepageperformancepanel.js-playing .title,
.homepageperformancepanel.js-playing .suffix-date,
.homepageperformancepanel.js-playing .body {
    position: relative;
    z-index: 10;
}
.homepageperformancepanel .button a {
    font-family: Helvetica, Arial, sans-serif;
}
.homepageperformancepanel .subtitle,
.homepageperformancepanel .suffix-date,
.homepageperformancepanel .body {
    font-family: Helvetica, Arial, sans-serif;
}
.homepageperformancepanel .title {
    font-family: Helvetica, Arial, sans-serif;
}
.homepageperformancepanel .subtitle {
    font-size: 18px;
    line-height: 20px;
    padding: 25px 0px 10px 0;
    margin: 0px;
}
.homepageperformancepanel .title {
    font-size: 52px;
    line-height: 55px;
    padding: 0 0px 20px 0;
    margin: 0px;
}
.homepageperformancepanel.long-title .title {
    font-size: 34px;
    line-height: 38px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.homepageperformancepanel .suffix-date {
    font-size: 19px;
    line-height: 25px;
    padding: 0px 0px 10px 0;
    margin: 0px;
}
.homepageperformancepanel .buttonholder {
    position: absolute;
    bottom: 20px;
    left: 25px;
    width: 100%;
    z-index: 10;
}
.homepageperformancepanel .button a {
    font-size: 15px;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    width: auto;
    height: auto;
    text-indent: 0;
    line-height: 25px;
    padding: 0 10px;
    margin-right: 5px;
}
.homepageperformancepanel .button a:hover,
.homepageperformancepanel.black-text .button a:hover {
    background-color: #FFF;
    color: #EF361C;
}
.homepageperformancepanel.black-text .subtitle,
.homepageperformancepanel.black-text .title,
.homepageperformancepanel.black-text .suffix-date,
.homepageperformancepanel.black-text .body,
.homepageperformancepanel.black-text .button a {
    color: #000000;
}
.homepageperformancepanel.black-text .button a {
    border-color: #000000;
}
.homepage-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 284px;
    background: url(../images/ajax-loader-dark.gif) 50% 50% no-repeat #000;
    background-color: rgba(0, 0, 0, 0.85);
    display: none !important;
    text-align: right;
    z-index: 20;
}
.homepageperformancepanel.js-playing .homepage-video {
    display: block !important;
}
strong.astitle {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    white-space: nowrap;
    margin-left: -30px;
}
.registerbutton {
    float: left;
    margin-left: 165px;
}
#video_container iframe {
    border: 0px;
}
/*cookie styles*/

#cookiewrapper {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #1f1f1f;
    border-top: 2px solid #2d2d2d;
    text-align: center;
}
#cw_lhs {
    width: 75%;
    float: left;
}
#cw_rhs {
    width: 25%;
    float: left;
}
#cookiewrapper p {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
}
#cookiewrapper p a {
    color: #ff0000;
    text-decoration: none;
}
#cookiewrapper p a:hover {
    text-decoration: underline;
}
a#accept_button {
    margin: 15px;
    text-decoration: none;
    padding: 10px;
    position: relative;
    top: 15px;
    color: #afafaf;
    border: 1px solid #afafaf;
}
a#accept_button:hover {
    color: #fff;
    border: 1px solid #ff0000;
    background-color: #EF3327;
}
div.h2extratitle h2 {
    color: #ffffff;
    font-size: 22px;
    font-family: Helvetica, Arial, sans-serif;
    padding-right: 70px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
}
.videopage div.addthispanel,
.type-video-landing div.addthispanel {
    float: none;
}
.no-video {
    margin-top: 160px;
    text-align: center;
}
.type-home-page div.addthispanel {
    float: left;
}
span.book-status {
    display: none;
}
.area-feature-boxes .unit-block {
    float: left;
    margin-bottom: 20px;
}
.area-feature-boxes .unit-block.first {
    float: none;
}
.area-feature-boxes img {
    max-width: 100%;
    height: auto;
}
.type-home-page .area-feature-boxes {
    border-top: 1px solid #2F2F2F;
    padding-top: 15px;
}
.type-home-page .unit-block {
    border-bottom: 1px solid #2F2F2F;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.area-site-advert ul {
    margin: 0;
    padding: 0;
}
.area-site-advert .unit-advert {
    padding-top: 15px;
    margin: 15px 0;
    list-style: none;
    border-top: 1px solid #2F2F2F;
    position: relative;
}
.type-production .area-site-advert {
    padding-top: 246px;
    position: absolute;
    top: 150px;
}
.type-production .area-site-advert .unit-advert:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.unit-advert .actions {
    position: absolute;
    bottom: 100px;
    padding-left: 20px;
}
.unit-advert .actions .button a,
.theme-black #mainpanels .unit-advert .actions .button a {
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
    float: none;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
}
.unit-advert .actions .button a:hover,
.theme-black #mainpanels .unit-advert .actions .button a:hover {
    color: #EF3327;
    background-color: #fff;
}
.unit-advert .actions .book-button {
    margin-bottom: 6px;
}
.type-extras a.morelink:link {
    color: #EF361C;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.type-extras a.morelink:visited {
    color: #EF361C;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.type-extras a.morelink:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.type-extras #abc span.space {
    background: black;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
.review .rating {
    display: inline-block;
    position: relative;
}
.review .description {
    font-style: normal;
    font-weight: bold;
}
.review .description p {
    display: inline;
    font-size: 15px;
}
.review .meta {
    font-size: 11px;
    color: #a6a6a6;
    text-transform: uppercase;
}
.review .meta a {
    color: #EF3327;
    text-decoration: none;
}
.review .meta a:hover {
    background-color: #EF3327;
    color: #fff;
    text-decoration: none;
}
.review cite,
.review .meta i {
    font-style: normal;
}
.review .article-name {
    text-transform: lowercase;
}
#perf_lhs .review blockquote {
    margin: 0 0 0 0;
    padding-bottom: 4px;
}
#perf_lhs .review blockquote p {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}
.rating-stars span {
    background: url(../images/star-rating.png) no-repeat;
    display: block;
    width: 90px;
    height: 15px;
    position: relative;
    top: 1px;
}
.rating-stars .rating-value-5 {
    width: 90px;
}
.rating-stars .rating-value-4 {
    width: 72px;
}
.rating-stars .rating-value-3 {
    width: 54px;
}
.rating-stars .rating-value-2 {
    width: 36px;
}
.rating-stars .rating-value-1 {
    width: 18px;
}
.rating-stars .rating-value-0 {
    width: 0;
}
.rating-stars span i {
    display: none;
}
.panel .review {
    border-top: 1px solid #3f3f3f;
}
.section-press {
    margin-bottom: 60px;
}
#perf_rhs .sponsorlogo a:hover {
    background: none;
}

.type-booking-information-page #perf_lhs_navigation {
    width: 120px;
    float: left;
}

.type-booking-information-page #booking_lhs_content {
    margin-left: 22px;
    width: calc(100% - 138px);
    float: left;
}

.type-shop #booking_lhs {
    width: 100%;
    padding-top: 20px;
}


.type-information-page div#h2pagetitle h2 {
    font-size: 26px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    margin-bottom: 9px;
}
.type-information-page #perf_lhs_navigation {
    clear: none;
    width: 116px;
    float: left;
    margin-top: 30px;
    margin-left: -8px;
}
.type-information-page #perf_lhs_navigation ul {
    padding-left: 0;
}
.type-information-page #mainpanels {
    clear: none;
    float: left;
    margin-left: 22px;
    width: calc(100% - 130px);
    position: relative;
}
.type-information-page #mainpanels #lhs_panel {
    width: 54.592%;
    float: left;
    font-size: 95%;
    clear: none;
}
.type-information-page #mainpanels #lhs_panel img {
    max-width: 100%;
}
.type-information-page #mainpanels #lhs_panel.wide {
    width: 100%;
    max-width: 434px;
}
.type-information-page #mainpanels #rhs_panel {
    width: 36.73%;
    float: right;
    margin-left: 0;
    padding-top: 42px;
}
.type-information-page #mainpanels #rhs_panel .area-feature-boxes .unit-block div {
    max-width: 100%;
}
.type-information-page #lhs_panel .media,
.type-booking-information-page #lhs_panel .media {
    margin-bottom: 18px;
}
.type-information-page .m41l {
    margin-left: 69px;
}
.type-booking-information-page #mainpanels {
    clear: none;
    float: left;
    margin-left: 0;
    width: calc(100% - 229px);
    position: relative;
}
.type-booking-information-page #perf_lhs_navigation {
    clear: none;
    width: 116px;
    float: left;
    margin-top: 0;
    margin-left: -8px;
}
.type-booking-information-page div#h2pagetitle h2 {
    font-size: 26px;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0 0 9px 130px;
    font-weight: normal;
}
.type-booking-information-page #perf_lhs_navigation ul {
    padding-left: 0;
}
.type-booking-information-page #mainpanels #booking_lhs {
    width: 100%;
    float: left;
    font-size: 95%;
    clear: none;
}


.type-booking-information-page #mainpanels #lhs_panel.wide {
    width: 100%;
    max-width: 434px;
}
a.has-results {
    position: relative;
}
a.has-results:hover .calendar-events {
    display: block !important;
    text-align: left;
    padding: 3px;
}
a.has-results .calendar-events {
    position: absolute;
    z-index: 1000;
    left: -55px;
    top: -30px;
    background: white;
    color: black;
    width: 150px;
    display: none;
}
.calendar tbody td.has-results.previous-month {
    background-image: none;
}
a.has-results .calendar-events span {
    text-align: left;
}
.type-user-defined-form #mainpanels_widepanel {
    clear: both;
    max-width: 690px;
    float: left;
    font-size: 95%;
}
.type-user-defined-form #lhs_panel_widepanel {
    clear: both;
    width: 500px;
    margin-left: 120px;
    padding-top: 20px;
}
.type-user-defined-form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
.type-user-defined-form .field {
    margin-bottom: 20px;
}
.type-user-defined-form .field.text label,
.type-user-defined-form .field.email label,
.type-user-defined-form .field.dropdown label,
.type-user-defined-form .field.checkbox label {
    float: left;
    margin-top: 3px;
    width: 180px;
}
.type-user-defined-form .field.requiredField label::after {
    content: "*";
}
.type-user-defined-form .field.text input,
.type-user-defined-form .field.email input,
.type-user-defined-form .field.dropdown input {
    width: 192px;
}
.type-user-defined-form .field.checkbox input,
.type-user-defined-form .field.dropdown input {
    margin-right: 192px;
}
.type-user-defined-form .field.checkbox input {
    margin-left: 0px;
}
.type-user-defined-form .field.textarea textarea {
    max-width: 410px;
    width: 94%;
}
.type-user-defined-form .action {
    background-color: #CF0101;
    font: bold 100% 'Arial', helvetica, sans-serif;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
}
.type-user-defined-form label.required {
    color: #d20000;
    display: block;
    font-weight: bold;
}
.type-user-defined-form .field:before,
.type-user-defined-form .field:after {
    content: " ";
    display: table;
}
.type-user-defined-form .field:after {
    clear: both;
}
.type-user-defined-form .field {
    *zoom: 1;
}
.hidden {
    display: none;
}
#content #sign_up {
    display: none;
}
.shows-in-season li {
    margin: 0px 0px 10px;
}
.area-attachments-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.area-attachments-list li {
    margin-bottom: 6px;
}
.area-attachments-list h2 {
    margin-bottom: 0.2em;
}
.primary-type-search-page .lpvhimage {
    position: relative;
}
.primary-type-search-page .lpvhimage .play-button {
    position: absolute;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background: url(../images/play-icon.png) left top no-repeat;
}
.primary-type-search-page a:hover .play-button {
    background-position: left bottom;
}
/***  Products  ***/

#product {
    padding: 20px 0 0 0;
}
#product h1 {
    font-size: 24px;
    margin: 0;
}
#product h2 {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    color: #b1b1b1;
    .font-size: 18px;
}
#product h3 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.product-gallery {
    float: left;
    width: 100px;
}
.product-gallery ul {
    margin: 0;
    padding: 0;
}
.product-gallery ul li {
    list-style: none;
    width: 80px;
    padding: 0;
    margin: 0 0 10px 0;
    position: relative;
}
.product-gallery ul li img {
    border: 1px solid #9a9a9a;
}
.product-gallery ul li .gallery-play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/gallery-play-icon.png") center center no-repeat;
    opacity: 0.8;
}
.product-gallery ul li .gallery-play-icon:hover {
    opacity: 1;
}
.type-product #page_container {
    padding-bottom: 30px;
}
.product-image {
    float: left;
    width: 44%;
    margin-right: 4%;
}
.product-image img {
    max-width: 100%;
}
.product-information {
    float: left;
    width: 40%;
}
.type-product #rhs_panel {
    display: none;
}
.product-information blockquote {
    margin: 10px 0;
}
.product-information blockquote strong {
    font-weight: bold;
    color: #C91818;
    font-size: 16px;
}
.product-details-container {
    padding: 10px;
    background: #fff;
    color: #000;
}
.product-details {
    width: 190px;
    float: left;
}
.price-container {
    width: 150px;
    float: right;
    text-align: right;
}
.price-container p {
    margin: 0;
}
.price-container .price {
    font-size: 20px;
    font-weight: bold;
}
#shop-widget {
    padding: 20px 0 0 0;
}
#shop-widget iframe {
    border: 0;
    outline: none;
    width: 360px;
    overflow: hidden;
}
#h2pagetitle {
    position: relative;
    z-index: 1;
}
.back-to-shop {
    margin: 10px 0;
    display: inline-block;
}
#brightcovevideo iframe {
    border: 0px;
}
/* This is a hack to make brightcove video player have a centralised button across all pages */

.vjs-big-play-button {
    margin-top: -55px !important;
    margin-left: -78px !important;
    top: 50% !important;
    left: 50% !important;
    width: 156px !important;
    height: 105px !important;
}
.primary-type-google-search-page {
    background-color: black;
}
.gsc-tabHeader.gsc-tabhInactive {
    color: white !important;
}
.gsc-tabHeader.gsc-tabhActive {
    color: white !important;
}
.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
    background-color: rgb(60, 60, 60) !important;
    border-color: rgb(0, 0, 0) !important;
}
/*  ========================================================================== */
/*  @group Helpers */
/*  ========================================================================== */

.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}
.mail2signup {
    background: #000;
    padding: 20px;
    width: 300px;
    margin-top: -20px;
}
.mail2signup #validation {
    color: red;
    padding-top: 14px;
}
.mail2signup .field {
    overflow: hidden;
}
.mail2signup label {
    color: #fff;
    display: block;
    padding-bottom: 10px;
    float: left;
    width: 20%;
    position: relative;
    top: 4px;
}
.mail2signup .input {
    clear: none;
    display: block;
    float: right;
    width: 75%;
}
.mail2signup .input input {
    display: block;
    width: 100%;
    height: 22px;
    padding-left: 5px;
    padding-right: 5px;
}
.mail2signup #SubmitButton,
.mail2signup .btnStyle {
    margin-top: 20px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: #EF361C;
    padding: 3px 15px;
    margin-left: 25%;
}

.production-header {
	display: -ms-flexbox;
    display: -webkit-box;
	display: flex;
	padding-bottom: 15px;
}
.production-details {
	padding-right: 40px;
	flex-grow: 1;
}
.production-details .show_date {
	color: #858585;
	line-height: 1.4em;
	font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 5px 0 10px;
}
.production-details .archived-label {
    background-color: transparent;
    color: #fff !important;
    font-family: Helvetica, Arial, sans-serif;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
    float: left;
    border: 1px solid #fff;

}
.venue-details {
	width: 200px;
	flex-shrink: 0;
}

.section-press .review {
	width: 100%;
}

.mobile-social,
.mobile-navigation,
.mobile-toolbar,
.toggle-nav,
.toggle-search,
.toggle-nav,
.view-all-productions,
.whatsonpanelone--mobile {
    display: none;
}

#mainpanels p iframe {
	max-width: 100%;
}


#h2theatrelocation a.peacock-theatre_link {
    color: #009EC5;
}

#h2theatrelocation a.peacock-theatre_link:hover {
	background-color: #009EC5;
}

.related_shows .mobile-cta { display: none; }

 {
    display: none;
}

.toggle-section-nav {
    display: none;
    position: absolute;
    right: 10px;
    margin-top: 20px;
    z-index: 100;
    border: none;
    color: #fff;
    font-size: 11px;
    background-color: transparent;
    background-image: url(../images/menu-white.svg);
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 24px;
    padding: 4px 10px 5px 30px;
}
.toggle-section-nav.is-toggled {
    background-image: url(../images/cross-white.svg);
    background-size: 20px;
    background-position: 4px center;
}

@media screen and (min-width: 769px) {
	.fluid-width-video-wrapper {
		width: 500px !important;
    	padding-top: 40% !important;
    }
}

@media screen and (max-width: 975px) {
	#mainpanels {
        margin-left: 0;
    }
    #mainpanels #lhs_panel,
    #mainpanels #rhs_panel {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
	#whatsonarea #perf_lhs_navigation {
		display: none;
		float: none;
	}
	#whatsonarea #mainarea {
		width: 100%;
		margin: 0 !important;
		float: none;
	}
	.area-site-advert {
        background-color: #242424;
        margin: 0 -2.6%;
        padding: 20px 20px 10px;
        box-sizing: border-box;
    }
    .type-whats-on-page .area-site-advert {
    	display: none;
    }
    #perf_rhs_banners {
    	display: none;
    }
    #perf_lhs {
    	width: 100%;
    	float: none;
    	border-bottom: 0;
		padding-bottom: 0;
    }
    .area-site-advert .unit-advert {
        border-top: none;
        float: left;
        padding: 0 10px 10px;
        margin: 0;
        width: 25%;
        box-sizing: border-box;
    }
    .area-site-advert .unit-advert img {
        width: 100%;
    }
    .area-homepage-calendar {
        padding-bottom: 20px;
    }
    .whatsonchunk_img {
    	width: calc(100% - 380px);
    	padding: 0 15px 0 0;
    	box-sizing: border-box;
    }
    .whatsonchunk_bulk {
    	width: 380px;
    	margin-left: 0;
    }
    .toggle-filters {
		display: block;
	}
	#whatsonarea div#perf_lhs_navigation.is-toggled {
		display: block;
		margin-top: 20px;
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #888;
	}
	#showpage_contentarea, #perf_rhs,
	.production-calendar .calendar {
		width: 100%;
	}
	#perf_rhs {
		margin-left: 0;
		padding-left: 0;
		border-top: 1px solid #3f3f3f;
		padding-top: 15px;
		margin-top: 15px;
	}
	#h2theatrelocation iframe {
		width: 100%;
	}
	#h2theatrelocation h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	#perf_rhs #h2theatrelocation {
		display: none;
	}
	#perf_bot_banners {
		max-width: 100%;
	}

}
@media screen and (max-width: 768px) {
    body {
        background-image: none;
    }
    #page_holder {
        padding: 0;
    }
    #page_container {
        padding-bottom: 0;
        padding-top: 64px;
    }
    #header-social,
    #header-nav-links,
    .desktop-toolbar {
        display: none;
    }
    .is-toggled #content {
        transform: translateX(300px);
    }
    .is-toggled .mobile-menu {
        transform: translateX(0);
    }
    .mobile-social,
    .mobile-navigation,
    .mobile-toolbar,
    .toggle-nav,
    .toggle-search {
        display: block;
    }
    .toggle-nav {
        background-color: transparent;
        background-image: url(../images/menu-white.svg);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 24px;
        padding: 0 0 0 26px;
        border: none;
        color: #fff;
        font-size: 16px;
        position: relative;
        z-index: 10;
        font-weight: bold;

        &:focus {
            outline: none;
        }
    }
    .toggle-nav.is-toggled {
        background-image: url(../images/cross-white.svg);
        background-size: 20px;
        background-position: 3px center;
    }
    .toggle-search {
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
        padding: 0;
        background-image: url(../images/search-white.svg);
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -99999999px;
        width: 24px;
        height: 24px;
        margin-left: auto;
        position: relative;
        z-index: 10;
    }
    .toggle-search.is-toggled {
        background-image: url(../images/cross-white.svg);
        background-size: 20px;
    }
    #home_topnav {
        margin: 0;
        padding: 20px 2.5%;
        text-align: center;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 24px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        width: 95%;
        background-color: #000;
    }
    #home_topnav_logo {
        position: absolute;
        margin-right: 0;
        width: 95%;
    }
    #home_topnav_logo a {
        height: 40px;
        background-position: center;
        margin: 0 auto;
    }
    #header-search-container {
        background: #000;
        position: absolute;
        top: 64px;
        left: 0;
        z-index: 300;
        padding: 10px 2.5%;
        width: 100%;
        box-sizing: border-box;
        display: none;
    }
    #header-search-container.is-toggled {
        display: block;
    }
    #header-search {
        float: none;
        width: auto;
    }
    #header-search .input {
        width: calc(100% - 32px);
    }
    #mainpanels {
		box-sizing: border-box;
		padding-top: 20px;
	}
	div#h2pagetitle h2 {
		font-size: 20px;
	}
	.toggle-filters {
		top: 30px;
	}
	#whatsonarea #mainarea #h2pagetitle {
		background-color: #242424;
		padding: 10px 2.5%;
		margin: 0 -2.5%;
	}
	div.addthispanel {
		display: none;
	}
	.production-details .button a,
	.production-details .archived-label {
		float: none;
		display: inline-block;
	}
    .homepageperformancecarousel {
        height: auto;
        border-bottom: none;
        margin: 0 0 2px 0;
    }
    .homepageperformancepagination {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        padding-bottom: 30px;
    }
    .homepageperformancepanel {
        width: 100%;
        max-width: 768px;
        height: auto;
        text-align: center;
        background-size: 160%;
        background-position: 100% 0;
    }
    .homepageperformancepanel.has-gradient:before {
        content: none;
    }
    .homepageperformancepanel.has-gradient .content {
    	background-color: transparent;
    }
    .homepageperformancepanel .content {
        width: 100%;
        padding: 48% 0 0;
    }
    .homepageperformancepanel .content .inner {
        background-color: #000;
        padding: 20px 2.5%;
    }
    .homepageperformancewrapper {
        margin: 0 -2.6%;
    }
    .homepageperformancepanel .buttonholder {
        position: relative;
        left: auto;
        bottom: auto;
        padding-top: 20px;
    }
    .homepageperformancepanel .buttonholder .button {
        display: inline-block;
    }
    .homepageperformancepanel .buttonholder .button-clip {
        display: none;
    }
    .homepageperformancepanel .button a {
        float: none !important;
    }
    .homepageperformancepanel .subtitle {
        padding: 0 0 5px;
        font-size: 14px;
        line-height: 16px;
    }
    .homepageperformancepanel .title {
        font-size: 30px;
        line-height: 1.4em;
        padding-bottom: 10px;
    }
    .homepageperformancepanel.long-title .title {
        font-size: 20px;
        line-height: 1.4em;
    }
    .homepageperformancepanel .suffix-date {
        padding-top: 0;
        font-size: 14px;
        line-height: 16px;
    }
    .whatsonpanelone {
    	height: auto;
    }
    .whatsonpanelicon {
    	padding-bottom: 10px;
    }
    .type-home-page .pagination {
        display: none;
    }
    .view-all-productions {
        display: block;
        padding: 20px;
        background-color: #1d1d1d;
        color: #fff !important;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        margin: 0 -2.6%;
    }
    .area-site-advert .unit-advert {
    	width: 50%;
    	padding: 0 10px 20px 0;
    }
    .area-site-advert .unit-advert:nth-child(even) {
        padding: 0 0 20px 10px;
    }

    .social-icons iframe {
        width: 270px;
        display: block;
        margin: 0 auto;
    }
    #footer-container {
        margin: 0 auto;
        padding-top: 0;
    }
    #footer-links-container {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .footer-block {
        width: 33.3%;
    }
    .footer-contact-block {
        width: 33.3%;
    }
    #footer-contact-container {
        border-bottom: none;
        padding-bottom: 0;
        overflow: visible;
    }
    .footer-contact-block {
        margin-bottom: 30px;
        width: 50%;
    }
    .fcb-right {
        display: block;
        float: none;
        width: auto;
        background-color: #1d1d1d;
        clear: both;
        margin: 0 -2.6%;
        padding: 20px 0 10px;
    }
    .ace-footer-img {
        background-position: center;
        background-size: 300px;
    }
    .barclays-footer-img {
        background-position: center;
        margin: 30px 0 20px;
        background-size: 170px;
        height: 50px;
    }
    #footer-copyright {
        background-color: #1d1d1d;
        margin: 0 -2.6%;
        text-align: center;
        padding: 20px 0;
    }
    #footer-copyright p {
        margin: 0;
    }
    .whatsonchunk_img {
    	width: calc(100% - 300px);
    }
    .whatsonchunk_bulk {
    	width: 300px;
    }
    #galleryblock {
    	overflow: hidden;
    }
    #galleryblock .content-inner {
    	white-space: nowrap;
	    overflow-y: scroll;
	    width: 100%;
    }
    #galleryblock .gallery {
    	display: inline-block;
    	width: 120px;
    	float: none;
    }
    #relatedshows_holder,
    #somethingdifferent_holder {
    	width: 100%;
    	float: none;
    	display: block;
    }

    #h2relatedshows,
    #h2somethingdifferent {
    	background-color: #1d1d1d;
        margin: 0 -2.6%;
        width: auto;
        padding: 10px 2.5%;
    }
    .related_shows {
    	width: 100%;
    	margin: 20px 0;
    	display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .related_shows .media-container{
    	order: 0;
    	margin: 0 20px 0 0;
    }
    .related_shows .header{
    	order: 1;
    	width: calc(100% - 240px);
    }
    .related_shows .mobile-cta {
    	display: block;
    	padding-top: 10px;
    }
    .related_shows p.blurb ,
    .related_shows .cta {
    	display: none;
    }
    .homepanel_show .playclip {
        display: none;
    }
    .jcarousel-prev,
    .jcarousel-next {
        display: block;
    }
    #perf_lhs_navigation.showpage {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 47px;
    }
    .monthlist {
        overflow-y: scroll;
    }
    .type-information-page #mainpanels {
        margin-left: 0;
        padding-right: 22px;
        box-sizing: border-box;
        padding-top: 20px;
    }
    .type-information-page #mainpanels #lhs_panel {
        width: 65%;
    }
    .type-information-page #mainpanels #rhs_panel {
        width: 25%;
        padding-top: 35px;
    }
    .type-information-page #perf_lhs_navigation {
        float: right;
        margin-top: 40px;
    }
    .quote dd {
        font-size: 16px;
    }

    .type-information-page div#h2pagetitle h2,
    .type-booking-information-page div#h2pagetitle h2 {
        font-size: 20px;
        padding-right: 115px;
        margin: 0;
    }

    .type-booking-information-page #mainpanels {
        width: 100%;
    }
    .type-booking-information-page #perf_lhs_navigation {
        float: right;
    }

    .type-booking-information-page #booking_lhs_content {
        max-width: 434px;
        margin-left: 0;
    }
    #product h1 {
        font-size: 20px;
    }
    .product-image {
        width: 34%;
    }
    .product-information {
        width: 62%;
    }

}
@media screen and (max-width: 620px ) {
	.homepanel_show.last,
	.whatsonchunk.last {
        border-bottom: none;
    }
    .homepanel_show_panel,
    .homepanel_show_panel_picture {
        width: 100%;
        margin: 0;
        padding: 0 !important;
        float: none !important;
    }
    .homepanel_show_panel_picture,
    .whatsonchunk_img {
        padding-bottom: 20px !important;
    }
    .homepanel_show_panel .textholder {
        min-height: 0;
        padding-bottom: 20px;
    }
    .homepanel_show_panel .title,
    div.whatsonchunk_bulk p a {
        font-size: 14px;
    }
    .homepanel_show_panel .meta,
    .whatsonchunk .meta {
        font-size: 12px;
    }
    #maingalleryimageholder {
    	height: 290px;
    }
    #maingalleryimageholder img {
    	height: auto;
    	max-height: 280px;
    }
    div#h2relatedshows h2,
    div#h2somethingdifferent h2{
    	font-size: 16px;
    }
    .type-information-page #mainpanels #lhs_panel {
        width: auto;
        float: none;
    }
    .type-information-page #rhs_panel {
        display: none;
    }
    .product-image {
        width: 24%;
    }
    .product-information {
        width: 72%;
    }
    .jcarousel-prev, .jcarousel-next {
        bottom: 70%;
    }
}
@media screen and (max-width: 520px) {
    .homepageperformancepanel {
        max-width: 520px;
    }
    .homepanel_show_panel .meta .artist,
    .homepanel_show_panel .meta .venue,
    .homepanel_show_panel .blurb {
        display: none;
    }
    .homepanel_show_panel {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    .homepanel_show_panel .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .whatsonchunk_bulk .whatson_title {
    	margin-bottom: 5px;
    }
    .homepanel_show_panel .meta,
    .whatsonchunk .meta {
        font-size: 12px;
    }
    .whatsonchunk .meta {
	    margin-top: 0px;
	    padding-top: 0px;
	}
    .homepanel_show_panel .button,
    .whatsonchunk .button {
        display: none;
    }
    .homepanel_show_panel .textholder {
        width: calc(100% - 130px);
        padding-bottom: 0;
    }
    .homepanel_show_panel .button.read-more-container,
    .whatsonchunk .button.read-more-container {
        display: block;
        margin-left: auto;
    }
    .homepanel_show_panel .button a.readmore,
    .whatsonchunk .button a.readmore{
        font-size: 15px;
        height: 26px;
        line-height: 27px;
    }
    .footer-block,
    .footer-contact-block {
        width: 50%;
    }
    .fcb-right {
        width: auto;
    }
    .ace-footer-img {
        background-size: 250px;
    }
    .barclays-footer-img {
        background-position: center;
        margin: 20px 0;
        background-size: 140px;
    }
    div.whatsonchunk_bulk p a {
    	font-size: 15px;
    	line-height: 1.3em;
        margin-bottom: 5px;
    }
    .whatsonchunk_img {
    	width: calc(100% - 220px);
    }
    .whatsonchunk_bulk {
    	width: 220px;
    }
    #mainpanels #lhs_panel #whatsonarea #mainarea .area-production-list a.booktickets {
    	font-size: 12px;
    	height: 21px;
    	line-height: 22px;
    }
    .whatsonpanelone {
    	display: none;
    }
    .whatsonpanelone--mobile {
    	display: block;
    	background-color: #242424;
	    padding: 10px 2.5%;
	    margin: 0 -2.5%;
    }
    .production-header,
    .production-details .button a {
    	display: block;
    }
    .production-details {
    	padding: 0 0 20px;
    }
    #imageholderforgallery {
    	margin: 0 -2.6%;
    }
    .related_shows .media-container {
    	width: 35%;
    	margin-right: 5%;
    }
    .related_shows .media-container img {
    	max-width: 100%;
    }
    .related_shows .header{
    	width: 60%;
    }
    .related_shows .mobile-cta  .button a {
    	font-size: 10px;
    	height: 18px;
    	line-height: 18px;
    }
    .type-user-defined-form .field.text input,
    .type-user-defined-form .field.email input,
    .type-user-defined-form .field.dropdown input {
        width: 95%;
    }
    .shop_image_holder {
        width: 100px;
    }
    .shop_image_holder img {
        max-width: 100%;
    }
    .shop_copy_holder {
        width: calc(100% - 120px);
        max-width: 450px;
        float: left;
        margin: 0px;
        padding: 0px;
    }
    #product h1 {
        font-size: 18px;
    }
    .product-image,
    .product-information {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .product-image img {
        max-width: 200px;
    }
    .jcarousel-prev, .jcarousel-next {
        bottom: 70%;
    }


}
@media screen and (max-width: 490px) {
	#performancePanel {
		height: 0;
		margin: 0 -2.6%;
		width: auto;
		max-width: none;
		padding-bottom: 65.4%;
	}
}
@media screen and (max-width: 480px ) {
    .type-information-page #mainpanels,
    .type-booking-information-page #booking_lhs_content {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .type-information-page #perf_lhs_navigation,
    .type-booking-information-page #perf_lhs_navigation {
        float: none;
        display: none;
        width: auto;
        margin: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        padding-top: 20px;
    }
    #perf_lhs_navigation.is-toggled {
        display: block;
    }
    .toggle-section-nav {
        display: block;
    }
    .type-booking-information-page .toggle-section-nav {
        margin-top: -24px;
        right: 0;
    }
    .jcarousel-prev, .jcarousel-next {
        bottom: 74%;
    }
}
@media screen and (max-width: 400px) {
    .homepageperformancepanel {
        max-width: 400px
    }
}

/* ==========================================================================
   Homepage Carousel - Slick
   ========================================================================== */

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.slick-dots li {
    margin: 0 3px;
    padding: 0;
    width: 14px;
    height: 14px;
    display: block;
}
.slick-dots li button {
    background: none;
    border: 1px solid #fff;
    width: 14px;
    height: 14px;
    text-indent: -99999px;
    border-radius: 10px;
    display: block;
    padding: 0;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}


/* ==========================================================================
   Homepage Carousel
   ========================================================================== */

.homepage-carousel {
    margin: 0 -25px;
}
.homepage-carousel__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .homepage-carousel {
        margin: 0 -2.6%;
    }
}


/* ==========================================================================
   Homepage Carousel - Item
   ========================================================================== */

.carousel-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    background-size: cover;
    background-position: center;
    position: relative;
}
.carousel-item__media {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-item__image {
    max-width: 100%;
}
.carousel-item__content {
    width: 100%;
    padding: 30px 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 324px;
    box-sizing: border-box;
}
.carousel-item__prefix {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 22px;
    line-height: 25px;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.carousel-item__suffix {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.carousel-item__title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 42px;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    margin: 5px 0;
}
.carousel-item__title--long {
    font-size: 32px;
    line-height: 1.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.carousel-item__description {
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}
.carousel-item__description p{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
}
.carousel-item__footer {
    padding-top: 15px;
}
.carousel-item__button {
    font-family: Helvetica, Arial, sans-serif;
    display: inline-block;
    font-size: 15px;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 5px 10px 0;
    text-decoration: none;
}
.carousel-item__button:hover,
.carousel-item__button:hover {
    background-color: #FFF;
    color: #EF361C;
}

.carousel-item__button--trailer {
    border: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-family: Helvetica, Arial, sans-serif;
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 12px;
    padding-left: 28px;
    margin-right: 0;
}

.carousel-item__button--trailer:hover {
    background-image: url(../images/play-red.svg);
}

.carousel-item--banner .carousel-item__media {
    display: none;
}


@media screen and (min-width: 769px) {
    .carousel-item--dark {
        color: #000;
    }

    .carousel-item--dark .carousel-item__button {
        color: #000;
        border-color: #000;
    }
    .carousel-item--dark .carousel-item__button:hover {
        background-color: #000;
        color: #fff;
    }
}

.homepage-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ajax-loader-dark.gif) 50% 50% no-repeat #000;
    background-color: rgba(0, 0, 0, 0.85);
    display: none !important;
    text-align: right;
    z-index: 20;
}

.carousel-item.js-playing .homepage-video,
.carousel-item.js-playing .videoclose {
    display: block !important;
}

.carousel-item .videoclose {
    width: 38px;
    height: 38px;
    display: block;
    background-image: url(../images/close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    background-color: rgba(0,0,0,.75);
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 30;
}

@media screen and (min-width: 769px) {
    .carousel-item.has-image .carousel-item__media {
        width: calc(100% - 400px);
    }
    .carousel-item.has-image .carousel-item__image {
        max-width: 100%;
    }
    .carousel-item.has-image .carousel-item__content {
        width: 400px;
        text-align: left;
    }
    .carousel-item.has-image .carousel-item__description {
        width: 100%;
        text-align: left;
    }
}


@media screen and (max-width: 950px) {
    .carousel-item.has-image .carousel-item__media {
        width: calc(100% - 280px);
    }
    .carousel-item.has-image .carousel-item__content {
        width: 280px;
    }
    .carousel-item__prefix {
        font-size: 16px;
    }
    .carousel-item__suffix {
        font-size: 14px;
    }
    .carousel-item__title {
        font-size: 30px;
        line-height: 1.4em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .carousel-item__title--long {
        font-size: 26px;
        line-height: 1.4em;
    }
    .carousel-item__description p {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .carousel-item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .carousel-item.has-image {
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }
    .carousel-item.has-image .carousel-item__media {
        -ms-order: 1;
        order: 1;
        width: 100%;
        padding-bottom: 56%;
    }
    .carousel-item.has-image .carousel-item__content {
        -ms-order: 2;
        order: 2;
        width: 100%;
        padding: 20px 10px;
    }
    .carousel-item__content {
        min-height: 0;
    }
    .carousel-item--banner {
        background-image: none !important;
    }
    .carousel-item--banner .carousel-item__media {
        display: block;
    }
    .carousel-item__title {
        font-size: 30px;
    }
    .carousel-item__title--long {
        font-size: 26px;
    }

    .carousel-item__button--trailer {
        top: 15px;
        bottom: auto;
    }
    .homepage-video {
        height: 100%;
    }
    .homepage-video iframe {
        width: 100%;
        top: 50%;
        margin-top: -162px;
        position: relative;
    }

}

@media screen and (max-width: 520px) {
    .carousel-item__title {
        font-size: 24px;
    }
    .carousel-item__title--long {
        font-size: 20px;
    }
    .carousel-item__prefix {
        font-size: 14px;
    }
    .carousel-item__description {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .carousel-item__title {
        font-size: 20px;
    }
    .carousel-item__title--long {
        font-size: 16px;
    }
}


.unit-calendar {
    position: relative;
    margin-top: 39px;
    font-family: Helvetica, Arial, sans-serif;
    overflow: hidden;
}
.unit-calendar__controls {
    text-align: center;
    position: relative;
}

.unit-calendar__controls .previous-month,
.unit-calendar__controls .next-month {
    position: absolute;
    top: -1px;
    font-size: 25px;
    color: #EF361C;
    cursor: pointer;
    width: 20px;
    line-height: 15px;
}
.unit-calendar__controls .previous-month:hover {
    color: #fff;
}
.unit-calendar__controls .next-month:hover {
    color: #fff;
}
.unit-calendar__controls .previous-month {
    left: 0;
}
.unit-calendar__controls .next-month {
    right: 0;
}

.unit-calendar .days .headers {
    padding-top: 12px;
    padding-bottom: 12px;
}

.unit-calendar .day-header {
    box-sizing: border-box;
    font-size: 11px;
    width: 14.28%;
    display: inline-block;
    text-align: center;
    color: #666666;
    font-weight: bold;
}
.unit-calendar .days-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 198px;
    display: inline-block;
}

.unit-calendar .days-container .days {
    position: absolute;
    left: 0;
    width: 100%;
    height: 198px;
    transition: left .5s;
}

.unit-calendar .days-container .days .day,
.unit-calendar .days-container .days .empty {
    box-sizing: border-box;
    width: 14.28%;
    display: inline-block;
    padding: 6px 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    color: #666;
    background-color: #222;
    font-weight: bold;
    font-size: 12px;
}

.unit-calendar .days-container .days .day.event {
    color: #fff;
    cursor: pointer;
}
.unit-calendar .days-container .days .day.event:hover {
    color: #fff;
    background-color: #EF361C;
}
.unit-calendar .days-container .days .day.today {
    color: #EF361C;
}
.unit-calendar .days-container .days .day.last-month,
.unit-calendar .days-container .days .day.next-month {
    color: #444;
    background-color: #000;
    cursor: default;
}

.unit-calendar .days-container .days .day.last-month:hover,
.unit-calendar .days-container .days .day.next-month:hover {
    color: #444;
    background-color: #000;
}
.unit-calendar--widget .days-container .events {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 198px;
    transition: left .5s;
}
.unit-calendar--widget .days-container.show-events .days {
    left: -100%;
}
.unit-calendar--widget .days-container.show-events .events {
    left: 0;
}
.unit-calendar--widget .days-container .events .events-list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 170px;
}
.unit-calendar--widget .days-container .events .headers {
    position: relative;
}
.unit-calendar--widget .days-container .events .event-header {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 8px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #333;
}
.unit-calendar--widget .days-container .events .x-button {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    line-height: 1;
    padding: 7px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../images/cross-white.svg);
    background-repeat: no-repeat;
    background-position: center 13px;
    background-size: 15px;
    opacity: 0.75;
}
.unit-calendar--widget .days-container .events .x-button:hover {
    opacity: 1;
}

.unit-calendar--widget .days-container .events .event {
    color: #fff !important;
    display: block;
    padding: 8px;
    border-bottom: 1px solid #333;
    position: relative;
}
.unit-calendar--widget .days-container .events .event:hover {
    background-color: #333 !important;
}

.unit-calendar--widget .days-container .events .event h4 {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
}
.unit-calendar--widget .days-container .events .event time {
    font-size: 10px;
}



.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}


.events-list > .scroll-element,
.events-list > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.events-list > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.events-list > .scroll-element .scroll-element_track { display: none; }
.events-list > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.events-list:hover > .scroll-element .scroll-bar,
.events-list > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.events-list > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.events-list > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.events-list > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.events-list > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }

.events-list > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.events-list > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.events-list > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.events-list > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.events-list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.events-list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }

/**
 * Digital Stage
 */
.type-digital-stage .area-site-advert {
    padding-top: 131px;
}

.type-digital-stage.has-branding .area-site-advert {
    padding-top: 148px;
}

.type-digital-stage #h2theatrelocation h2 {
    text-align: right;
}

.type-digital-stage #h2theatrelocation img {
    float: right;
}

@media screen and (max-width: 520px) {
    .type-digital-stage #h2theatrelocation img {
        float: none;
        display: none;
    }

    .type-digital-stage #h2theatrelocation h2 {
        text-align: left;
    }
}

.type-digital-stage div.dataholder_sadlerswells {
    display: none;
}

.type-digital-stage a.playclip {
    z-index: 1000;
    height: 390px;
    display: block;
    position: absolute;
    width: 700px;
}

.type-digital-stage .addthispanel {
    margin-left: 0px;
}

.type-digital-stage a.playclip:hover {
    background-color: transparent !important;
}

@media screen and (min-width: 976px) {
    .type-production #loadablearea {
        min-height: 980px;
    }
}



/*Digital Stage Intro */

.digital-stage-intro {
    margin-bottom: 30px;
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 598px) {
    .digital-stage-intro {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 598px) {
    .digital-stage-intro__media {
        min-width: 510px;
    }
}

.digital-stage-intro__media img {
    width: 100%;
    height: auto;
}

.digital-stage-intro__content {
    margin-top: -60px;
}

@media screen and (min-width: 415px) {
    .digital-stage-intro__content {
        margin-top: -120px;
    }
}

@media screen and (min-width: 598px) {
    .digital-stage-intro__content {
        margin-top: 0;
        margin-right: -165px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

.digital-stage-intro__header {
    max-width: 440px;
}

.digital-stage-intro__description {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .digital-stage-intro__description {
        font-size: 16px;
        margin-bottom: 25px;
    }
}

.digital-stage-intro__description p {
    margin: 0 0 14px;
}

@media screen and (min-width: 768px) {
    .digital-stage-intro__description p {
        margin: 0 0 16px;
    }
}

.digital-stage-intro__description p:last-child {
    margin-bottom: 0;
}

.digital-stage-intro__title {
    font-size: 18px;
    margin: 0 0 5px;
}

@media screen and (min-width: 768px) {
    .digital-stage-intro__title {
        font-size: 28px;
        margin: 0 0 10px;
    }
}

.digital-stage-intro__subtitle {
    font-size: 16px;
    margin: 0 0 10px;
}

@media screen and (min-width: 768px) {
    .digital-stage-intro__subtitle {
        font-size: 20px;
        margin: 0 0 15px;
    }
}

.digital-stage-intro__cta {
    display: flex;
}

.digital-stage-intro__cta .btn {
    padding: 8px 15px;
    border: 1px solid #fff;
    font-weight: bold;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
    color: #000;
    background-color: #fff;
}

.digital-stage-intro__cta .btn-primary {
    margin-left: 10px;
}

/* Digital Stage List */

.digital-stage-list {
    -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 415px) {
    .digital-stage-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -9px;
    }
}

@media screen and (min-width: 768px) {
    .digital-stage-list {
        margin: 0 -17px;
    }
}

.digital-stage-list__item {
    margin: 30px 0;
}

@media screen and (min-width: 415px) {
    .digital-stage-list__item {
        width: calc(50% - 18px);
        margin: 9px;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .digital-stage-list__item {
        width: calc(50% - 34px);
        margin: 17px;
    }
}

.digital-stage-list__item a {
    padding-bottom: 15px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .digital-stage-list__item a {
        padding-bottom: 30px;
    }
}

.digital-stage-list__item a:after {
    content: "";
    background-color: #333;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.digital-stage-list__item a:hover:after {
    height: 3px;
    background-color: #EF3327;
}

.digital-stage-list__media {
    border: 1px solid #333;
    position: relative;
    margin-bottom: 25px;
    transition: border-color 0.5s ease-in-out;
}

a:hover .digital-stage-list__media {
    border-color: #fff;
}

.digital-stage-list__media img {
    width: 100%;
    height: auto;
}

.digital-stage-list__media .label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.digital-stage-list__body {
    font-size: 14px;
    line-height: 1.4em;
}

@media screen and (min-width: 768px) {
    .digital-stage-list__body {
        font-size: 16px;
    }
}

.digital-stage-list__body .title {
    margin: 0;
    line-height: 1.2em;
    margin-bottom: 5px;
    transition: color 0.5s ease-in-out;
    font-size: 18px;
}

a:hover .digital-stage-list__body .title {
    color: #EF3327;
}

@media screen and (min-width: 768px) {
    .digital-stage-list__body .title {
       font-size: 24px;
       margin-bottom: 10px;
    }
}

.digital-stage-list__body .time {
    display: block;
    margin: 0 0 10px;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .digital-stage-list__body .time {
        margin-bottom: 25px;
    }
}

.digital-stage-list__body .archived {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 6px 3px;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .digital-stage-list__body .archived {
        font-size: 10px;
        margin-bottom: 25px;
        padding: 5px 10px;
    }
}

.digital-stage-list__body .description { 
    margin: 0;
}

/* Donation Panel */

.donation-panel {
    color: #fff;
    background-color: #EF3327;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
    margin: 15px -10px;
}

@media screen and (min-width: 415px) {
    .donation-panel {
        padding: 20px;
        display: flex;
        margin: 15px 0;
    }
}

@media screen and (min-width: 768px) {
    .donation-panel {
        padding: 30px;
        margin: 0 0 36px 0;
    }
}

.donation-panel__cta {
    margin-top: 15px;
}

@media screen and (min-width: 415px) {
    .donation-panel__cta {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35%;
        flex-direction: column;
        margin-left: 34px;
    }
}

.donation-panel__cta a {
    padding: 8px 15px;
    border: 1px solid #fff;
    font-weight: bold;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
    display: block;
    text-align: center;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .donation-panel__cta a {
        display: inline;
    }
}


.donation-panel p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 14px;
}

.donation-panel p:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .donation-panel p {
        font-size: 16px;
        margin: 0 0 16px;
    }
}



/* Digital Stage Content */

.digital-stage-content {
    -webkit-font-smoothing: antialiased;
    margin: 36px 0;
}

.digital-stage-content p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 14px;  
}

@media screen and (min-width: 768px) {
    .digital-stage-content p {
        font-size: 16px;
        margin: 0 0 16px;  
    }
}

.digital-stage-content h2 {
    font-size: 32px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .digital-stage-content h2 {
        font-size: 42px;
    }
}

.digital-stage-content h3 {
    font-size: 18px;
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .digital-stage-content h3 {
        font-size: 24px;
    }
}


/* Theme color stuff for Digital Stage */


.theme-black #mainpanels .digital-stage-list__item a {
    color: #fff;
}

.theme-black #mainpanels .digital-stage-list__item a:hover {
    background-color: transparent;
}

.theme-black #mainpanels .donation-panel__cta  a {
    color: #fff;
}

.theme-black #mainpanels .donation-panel__cta a:hover {
    background-color: #fff;
    color: #EF3327;
}

.theme-black #mainpanels .digital-stage-intro__cta .btn {
    transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out;
    color: #000;
}

.theme-black #mainpanels .digital-stage-intro__cta .btn:hover {
    background-color: #fff;
    border-color: #EF3327;
    color: #EF3327;
}

.theme-black #mainpanels .digital-stage-intro__cta .btn-primary {
    color: #fff;
    background-color: #EF3327;
    border-color: #EF3327;
}

.theme-black #mainpanels .digital-stage-intro__cta .btn-primary:hover {
    color: #fff;
    background-color: #EF3327;
    border-color: #fff;   
}

