/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600&display=swap');
body{
    font-family: 'Rubik', sans-serif;
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 400;
    background: #f7f7f7;

}
a{
    text-decoration: none;
    transition: all .5s ease-out;
}
a:hover{
    text-decoration: none;
    opacity: .8;
    color: inherit
}
ul li{
    margin-bottom: 10px;
}
.fullwidth{
    width: 100% !important;
}
.mt-0{
    margin-top: 0 !important;
}
.mt-5{
    margin-top: 5px !important;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-15{
    margin-top: 15px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.pb-20{
    padding-bottom: 20px !important;
}
/*select, input[type="text"] {
    border: 1px solid #ddd;
    padding: 10px 5px 10px 10px;
    border-radius: 20px;
    width: 100%;
    box-shadow: 2px 2px 20px #f7f7f7;
    outline: none
}*/
.search-wrapper {
    display: flex;
    border: 1px solid #fff;
    border-radius: 20px;
align-items: center;
    background: #fff;
    position: relative;
    margin: 10px 0 0;
    max-width: 500px;
    height: 32px;
    box-sizing: content-box;
    clear: both;
    float: right;
    width: 100%;
}
.search-wrapper input[type="text"] {
    border:none;
    padding: 10px 5px 10px 10px;
    width: 100%;
    background: transparent;
    outline: none;
}
.container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1200px
}
.collapse.navbar-collapse{
    display: block !important;
    padding-left: 0;
}
.sidebar ul{
    padding: 0;
    margin: 40px 0
}
.sidebar ul li{
    list-style-type: none;
}
.sidebar ul li a{
/*	color: inherit;*/
    color: #730000;
	font-weight:500;
    display: block;
    padding: 5px;
    margin: -5px 0 0 -5px;
    width: calc(100% + 10px);
}
.sidebar ul li a:hover, .sidebar ul li a:focus, .sidebar ul li a:active{
    background: #730000;
    color: #fff !important;
}
.search-title{
    background: #730000;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.search-wrapper select, .search-wrapper .custom-select{
    border: none;
    padding: 0 20px 0 10px;
    margin: 0 0 0 5px;
    outline: none;
    -webkit-appearance: none;
    background-image: url('arrow-down.png');
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right center;
}
.search-wrapper .custom-select{
    position: relative;
    float: left;
    cursor: pointer;
}
.custom-select-options{
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    background: #fff;
    padding: 15px 0 5px;
    z-index: 9;
    min-width: 143px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.custom-select-options>span{
    padding: 5px 10px;
    cursor: pointer;
    transition: all .2s ease-out;
    display: block;
}
.custom-select-options>span:hover{
    color: #730000;
}
.custom-select-options hr{
    margin: 7px 0
}
span#custom-selected {
    width: 100%;
    white-space: nowrap;

}
/*.search-wrapper select:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background-image: url('arrow-down.png');
    background-size: 100%;
    background-repeat: no-repeat;
}*/
.search-wrapper select::-ms-expand {
    display: none;

}
.search-wrapper>form {
    width: 100%;
    padding-right: 7px;
    margin: 0 0 0 10px;
    height: 100%;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}
#date-form {
    width: 100%;
    margin: 0 0 0 10px;
    padding-right: 7px;
    height: 100%;
    display: none;
    padding-left: 10px;
    border-left: 1px solid #ddd
}
/*.search-wrapper>form:after{
    content: '';
   background: #730000;
    height: 16px;
    display: inline-block;
    float: right;
    margin: -23px 0 0 0;
    width: 1px;
}*/
.search-button{
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    position: absolute;
    right: -15px;
    top: 0
}
.search-wrapper>form .search-button{
    right: 15px;
}
.search-wrapper>form .search-button.hidden{
    display: none;
}
.search-button input{
    background-image: url(search.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 0;
    outline: none;
}
#date-form .search-button{
    /*display: none;*/
    right: 15px;
}
#date-form.selected .search-button, .search-wrapper>form.selected .search-button{
    display: block;
}

.search-separator{
    text-align: center;
    margin: 0 0 5px;
}
#date-form {
    position: relative;
}
.ui-datepicker-trigger {
    position: absolute;
    top: 8px;
    right: 45px;
    width: 15px;
}
.ui-widget-header{
    background-color: #fff !important;
    border: none;
    background-image: none !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #730000 !important;
    background: #730000 !important;
    color: #fff !important;
}
.ui-widget-content {
    border: 1px solid #f3f3f3;
    background: #fff;
    padding: 10px;
    min-width: 200px;
    margin-left: -35px;
    box-sizing: content-box;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid transparent;
    background: #fff;
    font-weight: bold;
    color: inherit;
    outline: none;
    border-radius: 50%;
    text-align: center;
    width: 24px;
    height: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    color:#5D5D5D;
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    width: auto;
    overflow: visible;
    background: none;
    height: auto;
    display: block;
    padding: 0;
}
.ui-datepicker-buttonpane.ui-widget-content {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.ui-widget-header .ui-icon{
background-image: url(arrow-angle.png);
    background-position: center;
    background-size: 20px;
}
.ui-datepicker-next .ui-icon{
    transform: rotate(180deg)
}
.ui-datepicker-title {
    color: #3e3e3e;
    padding-bottom: 10px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
    border: none;
}
.sidebar-ad{
    margin-top: 30px
}
header{
    background: #730000;
    padding: 20px 0;
}
header .logo{
    margin-left: -35px;
    /*margin-top: -18px;*/
    margin-top: 0;
    display: block;
}
header .logo + h2{
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0;
}
header iframe{
    float: right
}
.header-ad {
    text-align: right;
    min-height: 90px;
}
.header-ad>div, .header-ad iframe{
    max-width: 100%;
    min-width: 728px
}
.header-ad *{
    max-width: 100%;
}
.header-ad iframe img{
    width: 100%;
}
.sub-header{
    background: #5b5b5b;
    padding: 10px 0
}
.sub-header h2 {
    font-size: 15px;
    color: #fff;
    margin: 10px 0;
}
/* Added by MLM for sub header in HeaderAd */
.header-description {
    font-size: 14px; /* Example size */
    color: #fff; /* Example color */
    margin: 10px 0 0;
    /* Add any additional styling you want here */
}
.page-info h1 {
    color: #730000;
    font-size: 25px;
    font-weight: bold;
}
.section-title{
    font-size: 20px;
    font-weight: 600;
    color: rgba(62, 62, 62, 1);
    margin: 32px 0 20px;
}
/*MLM added this to change the spacing of the top margin for the Related Articles Section*/
.section-title-articles{
    font-size: 20px;
    font-weight: 600;
    color: rgba(62, 62, 62, 1);
    margin: 32px 0 20px;
	margin-top: 0px;
}
.section-title a{
    font-size: inherit;
    color: inherit;
}
.title{
    color: #fff;
    font-size: 14px;
    padding: 10px 7px;
    /* border-left: 4px solid #730000; */
    margin: 0 0 15px;
    /* font-weight: bold; */
    text-align: center;
/* border-top-left-radius: 5px;*/
}
.block-title{
    background: #730000
}
.post:not(.short-post) {
box-shadow:0px 0px 20px 10px #f3f3f3;
border-radius: 5px;
overflow: hidden;
margin-bottom: 30px;
    background: #fff;
}
.post:not(.short-post) .post-content{
padding: 0 15px 15px;
}
.featured-post figure {
    height: 250px;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    object-fit: cover;
    max-width: 425px;
}
.featured-post figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post img{
width: 100%
}
.post-content h4{
float: left;
width: 80%;
    font-size: 17px;
    padding-right: 20px;
    color: #3e3e3e;
    font-weight: 600;
}
.post-content h4 a{
    color: inherit
}
.post-content .theatre-name{
float: right;
width: 20%;
font-size: 13px;
}
.featured-post .post-content .theatre-name{
    float: none;
    clear: both;
    width: 100%;
    margin: 0 0 10px -5px;
}
.post:not(.short-post) .theatre-name{
font-size: 12px;
margin-top: 10px;
}
.short-post .post-content .theatre-name, .short-post .post-content h4{
width: 100%;
padding-right: 0;
}

.post-content .theatre-name a{
color: #5D5D5D

}
.post-content .theatre-name:before{
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
background: #72e285;
display: inline-block;
margin: 6px 5px 0;
float: left;
}
.post-content p{
clear: both;
}
.short-post{
    padding: 0 2px 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    min-height: 53px;
    width: 100%;
}
.short-post h4{
font-size: 13px;
margin: 5px 0;
}
.short-post .theatre-name{
font-size: 12px;
}
.featured-table{
width: 100%
}
.post-content .arrow-link{
display: flex;
align-items: center;
margin-top: 10px
}

.short-post .post-content .arrow-link{
margin-top: 0
}
.arrow{
width: 25px !important;
margin-left: 5px
}
.post.post-list-item{
    display: flex;
}
.post.post-list-item figure{
    /*width: 30%;
    margin-right: 20px;
    max-width: 200px;
    max-height: 200px;*/
    padding: 15px;
    width: 205px;
    height: 205px;
}
.news-list-wrapper .post.post-list-item figure {
    max-width: 295px;
    max-height: 176px;
	width: 295px;
}

.post.post-list-item.single-theatre figure{
max-height: none
}
.post.post-list-item figure img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.post.post-list-item.single-theatre figure img, .post.post-list-item.audition figure img{
    height: auto;
    object-fit: unset;
}
.post.post-list-item .post-content{
    width: 70%;
    padding: 15px;
}
.post.post-list-item .post-title {
    font-size: 18px;
}
.post.post-list-item.audition .post-title {
    font-size: 16px;
}
.post.post-list-item .theatre-name{
    width: 100%;
    float: none;
    margin: 10px 0 10px -5px;
}
.post.post-list-item .open-date {
    font-size: 12px;
    float: right;
}
.pagination {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    justify-content: center;
    margin: 0 15px;
}
.post-single{
    margin-top: 20px
}
.post-single .post-content{
    padding: 15px;
}
.post-single .post-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.post-single .post-content .theatre-name {
    float: right;
    width: auto;
}
.post-single.playdetail-single .post-title{
    flex-wrap: wrap;
}
.post-single.playdetail-single .post-content .theatre-name {
    float: left;
    width: 100%;
    clear: both;
    margin-left: 10px;

}
.post-single .post-content  .theatre-name:before {
    margin-top: 6px;
}
.post-single .theatre-address{
    margin-bottom: 20px;
    font-size: 12px;
}
.post-single .section-title{
    margin: 15px 0 0;
}
.post-single figure{
    padding: 15px 15px 15px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.single-news figure.single-post-img {
    float: right;
    padding: 0 0 10px 20px;
}
.single-news .post-content p{
    clear: none;
}
.post-single .play-date {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 0;
}
.post-single .single-post-details {
    padding: 0 0 20px;
    border-top: 1px solid #eae8e8;
    margin: 0 15px;
}
.post-single .btn-group>span {
    margin-top: 15px;
    display: inline-block;
}
.btn-primary {
    /* color: #fff;
    background-color: #730000; */
	color: #000;
    background-color: #FF9B35;
    border-color: #730000;
}

.btn-premium{
    background: #e0c220;
border-color: #e0c220
}
.btn-premium a{
    color: #730000;
    text-decoration: none;
}
.btn-primary:hover, .btn-premium a:hover {
    color: #fff !important;
    background-color: rgba(62, 62, 62, 1);
    border-color: rgba(62, 62, 62, 1);
    text-decoration: none !important;
}
.daysTable {
    margin: 15px 0;
    border: 1px solid #f7f7f7;
    column-count: 2;
    break-inside: avoid;
}
.daysTable .daysTableRow:nth-of-type(odd){
    background:#f7f7f7
}
.daysTable .daysTableRow{
    padding:5px 10px;
    display: flex;
    align-items: center;
    break-inside: avoid;
}
.daysTable .day-name{
    font-weight: bold;
    float: left;
    width: 100px;
    font-size: 12px;
}
.stubhNew{
    display: block;
    margin-top: 15px;
}
#star-rating-div {
    color: inherit !important;
    font-family: inherit !important;
}
#star-rating-div label{
    font-family: inherit !important;
}
.reviews {
    clear: both;
}
.review {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #eee;
}
.review:last-of-type{
    border-bottom: none;
}
.review .bodyBold {
    font-family: inherit;
    font-size: 14px !important;
    line-height: normal;
    font-weight: bold;
    color: inherit;
}
p.review {
    font-family: inherit;
    font-weight: normal;
    color: inherit;
    margin: 0
}
.review .bodyBoldEmph {
    line-height: inherit;
}
/* Added by MLM for Featured Show style on Home Page */
h3.bodyBoldEmph { 
	box-sizing: border-box;
	color: #3e3e3e;
	float: left;
	font-family: Rubik, sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: normal;
	padding-right: 20px;
	width: 80%;
}
@media only screen and (max-width: 991px) { 
	h3.bodyBoldEmph { 
		width: 100%;
	}
}
h3.bodyBoldEmph a { 
    box-sizing: border-box;
    color: #3e3e3e; /* Regular link color */
    cursor: pointer;
    font-family: Rubik, sans-serif;
    font-size: 17px; /* Assuming you want to keep the font size consistent */
    font-weight: 600;
    text-decoration: none;
    transition: all 0.5s ease-out 0s;
}

h3.bodyBoldEmph a:hover { 
    color: #730000; /* Color change on hover */
    opacity: 0.8; /* Opacity change on hover */
    text-decoration: none; /* Ensuring no underline on hover */
}
/* End of added section by MLM */

/* Added section by MLM for Popular Shows Play Titles section */
 h3.fullwidth, h3.fullwidth a {
    font-size: 17px; /* Matches the desired size */
    color: #3e3e3e; /* Default text color, including links */
    font-weight: 600; /* Matches the desired weight */
    line-height: 18.7px;
    padding-right: 20px;
    width: 80%; /* Adjusted for non-media query scenarios */
}

h3.fullwidth a:hover { 
    color: #730000; /* Color change on hover */
    opacity: 0.8; /* Opacity change on hover */
    text-decoration: none; /* Ensuring no underline on hover */
}

@media only screen and (max-width: 991px) { 
	h3.fullwidth, h4.fullwidth { 
		width: 100%;
	}
}

/* End section by MLM for Popular Shows Play Titles section */


.review .review-author{
    float: right;
    font-size: 12px !important;
    font-weight: bold;
}
.review-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 12px;
}
.myclass {
    font-family: inherit !important;
}
#chart-wrapper{
    margin-top: 20px;
    max-width: 415px;
}
#chart-wrapper ul li {
    margin-bottom: 5px;
}
.chart li {
    height: 20px;
}
.chart li.past .bar {
  /*  background: #e0c220 none repeat scroll 0 0; */
  background: #FF9B35 none repeat scroll 0 0;
}

.chart li.past .number {
    color: inherit;
    font-family: inherit;
}
.rating .glyphicon-star-empty:before{
/*content: '';
    background-image: url(star-filled.png);
    background-size: contain;
    width: 20px;
    height: 20px;*/
}
    /*.arrow-link:after{
    content: '';
    display: inline-block;
    background-image: url(arrow.png);
    background-size: 100% 100%;
    width: 5px;
    height: 20px
    }*/
.rating-container .star:first-of-type{
    margin-left: 0 !important;
}
#star-rating-div .label {
    margin-top: 10px;
    float: left;
    padding: 5px;
}
#star-rating-div .glyphicon{
  font-size: 16px;
}

.btn-twitter{
    background: #1da1f2;
    border-color:  #1da1f2;
    margin: 0 0 40px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.recommendation {
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 20px 10px #f3f3f3;
    border-radius: 5px;
    margin-top: 30px;
    clear: both;
    display: inline-block;
}
.recommendation .section-title{
    margin-top: 0
}
.article{
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee
}
.article h4 {
    font-size: inherit;
    font-weight: bold;
}
.videogallery {
    text-align: center;
    position: relative;
    margin: 15px 5px;
}
.videogallery .videothumb img {
    display: block;
    width: 100%;
}
.videogallery .videothumb{

}
.white-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 600px;
    margin: 20px auto;
    border-radius: 5px;
    overflow: hidden;
}
.white-popup video{
    width: 100%;
}
.single-post-img{
    position: relative;
}
.videolink{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}
.videolink img{
    width: auto !important;
    height: auto !important;
}
.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}
.title-wrapper, .subtitle-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subtitle-wrapper {
    margin-bottom: 10px;
}
.subtitle {
    color: #730000;
    font-size: 20px;
    font-weight: bold;
}
.theatre-address {
    margin-top: 10px;
}
footer .footer{
    background: #1D293F;
    padding: 40px 0 20px;
    color: #fff;
    margin-top: 50px
}
.footer-ad{
    text-align: center;
    margin-top: 50px;
}
.footer-ad>div{
    /*max-width:468px; height:60px;*/
    margin: 0 auto;
}
footer h3{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a{
    color: #8c97ac;
}
footer a:hover{
    color: #e2e2e2
}
footer ul{
    margin: 0;
    padding: 0;
}
footer ul li{
    list-style-type: none;
}
.sub-footer>div{
    border-top: 1px solid #676767;
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
    color: #868686;
    max-width: 1145px;
}
footer .col-md-4:last-of-type{
    margin-top: 55px;
}
.footer-logo{
    margin: 10px 0 20px
}
.footer-text{
    color: #8c97ac;
    max-width: 350px;
    margin: 0 0 20px;
    line-height: 1.7;
}
.mobile-menu-header, #quicklinks, #search{
    display: none;
}
.menu-overlay{
    display: none;
}
.horizontal-tabs {
    margin-top: 15px;
}
.horizontal-tabs ul{
    padding: 0;
    margin: 0;
}
.horizontal-tabs li{
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0
}
.horizontal-tabs li a{
   padding: 5px 10px;
}
#contact {
    background: #f7f7f7;
    margin-top: 15px;
}
#contact .contact-wrapper{
    padding:10px 30px 30px
}
.sidebar-box-wrapper{
    padding:0 15px 20px
}
.sidebar-box{
    background: #f7f7f7;
}
.sidebar-box .title{
    text-align: left;
    padding: 10px 15px;
}
.date-block strong{
    display: inline-block;
    width: 50px;
}
.audition .post-description>div>strong {
    margin-top: 20px;
    display: block;
}
.audition .theatre-name{
    width: auto !important;
}
.auditions-meta{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-wrapper{
    max-width: 500px;
}
.mc-field-group, .indicates-required {
    margin-bottom: 15px;
}
.sidebar-tabs{
    margin-top: 30px;
}
.sidebar-tabs ul{
    margin-left: 0;
    padding-left: 0
}
.sidebar-tabs li{
    list-style-type: none;
}
.mb-5{
    margin-bottom: 5px !important;
}
.playlist-wrapper{
    background: #fff;
    min-height: 100px;
    box-shadow: 0px 0px 20px 10px #f3f3f3;
    border-radius: 5px;
    margin-bottom: 10px;
}
.playlist-wrapper .title{
    text-align: left !important;
    padding-left: 15px;
}
.playlist-wrapper .play-list{
    padding: 0 15px 15px;
}
.review-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.main-review{
    box-shadow: 0px 0px 20px 10px #efecec;
    border-radius: 5px;
    background: #fff;
    min-height: 180px;
}
.review-item:last-of-type{
    border-bottom: none
}
.main-review p{
    padding: 0 10px 10px;
}
.review-num {
    font-size: 11px;
}
#rating-barchart li:nth-of-type(8),#rating-barchart li:nth-of-type(5),#rating-barchart li:nth-of-type(6),#rating-barchart li:nth-of-type(7){
    display: none;
}
.single-review,.single-review .post-content{
    padding: 0
}
.single-review .block-title a{
    color: #fff;
}
.single-review .main-review h3, .single-review .main-review>div{
    padding-left: 10px;
}
.single-review .main-review h3, .single-review .main-review p, .single-review .main-review>div{
    text-align: left;
}
.single-review + .reviews .col-md-8{
    margin-top: -120px;
}
.review-hover{
    /*display: none;*/
    background: #fff;
    position: absolute;
    width: 300px;
    padding: 0 0 10px;
    z-index: 0;
    border: 1px solid #730000;
    top: 30px;
    left: 0;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .5ms ease-out;
}
.review-item a:hover +.review-hover{
    /*display: block;*/
    opacity: 1;
    z-index: 9;
}
.review-hover-title {
    background: #730000;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 5px;
}
.review-hover p{
    padding: 0 10px;
    font-size: 13px;
}
.rating-left{
    float: left;
    width: 50%;
}
.rating-right{
    float: right;
    width: 40%;
}
.rating-right .rating-disabled .rating {
    cursor: inherit;
}
.rating-right>a{
    color: inherit;
}
.single-news img{
    width: 100%;
    height: auto;
}
.single-news .post-content img{
    margin: 0 0 20px;
}
.align-center{
    align-items: center;
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.title-right{
    position: relative;
    float: right;
    clear: both;
    font-size: 13px;
}
.title-right a{
    font-weight: normal;

}
.title-right:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #72e285;
    display: inline-block;
    margin: 6px 5px 0;
    float: left;
}
.news-list{
    margin-bottom: 10px;
}
.news-list:last-of-type{
    margin-bottom: 50px;
}
.inner-form {
    padding: 10px 15px 20px
}
.inner-form .form-group{
    display: flex;
    align-items: center;
}
.inner-form .form-group label{
    float: left;
    width: 30%;
}
.form-group>.form-control-wrapper{
    width: 70%;
}
.form-control-wrapper {
    position: relative;
}
.inner-form .ui-datepicker-trigger{
    right: 10px;
}
.form-control-wrapper .form-control{
    width: 100%
}
.form-separator{
    float: right;
    position: absolute;
    right: -7px;
    top: 7px;
}
.inner-form select {
    outline: none;
    -webkit-appearance: none;
    background-image: url(arrow-down.png) !important;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 98% center;
    padding-right: 20px;
}
.search-results span.date {
    float: right;
    font-size: 12px;
    margin-top: 3px;
}
.theatre-list>div{
    padding: 0 2px 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}
.theatre-list>div:last-of-type{
    border-bottom: none;
}
.bg-container{
    box-shadow: 0px 0px 20px 10px #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
}
.no-bg{
    background: transparent;
}
.playlist-wrapper .search-results {
    padding: 0 15px;
}
.playlist-wrapper.no-bg .search-results{
padding: 0;
    margin-top: 20px;
}
.playlist-wrapper .post.post-list-item{
    /*box-shadow: none;*/
    /*margin: 0;*/
    /*border-radius: 0;*/
}
.playlist-wrapper .search-results  .post.post-list-item figure{
    /*padding-left: 0*/
}
 .playlist-wrapper>p{
    padding: 0 15px
}
.playlist-wrapper .search-address{
     justify-content: space-between;
    margin-bottom: 10px
 }
.playlist-wrapper .search-address .theatre-name{
    width: auto;
    margin: 0;
    padding: 0;
}
.playlist-wrapper .theatre-name:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #72e285;
    display: inline-block;
    margin: 6px 5px 0;
    float: left;
}
.closed-shows {
    padding: 10px 15px;
}
.closed-shows .theatre-name {
    display: block;
    margin-left: -5px;
}
#calendar_details .post.post-single{
    margin-top: 0;
    padding: 15px;
}
#calendar_details .post-content{
    padding: 0 !important;
}
#calendar_details .meta {
    clear: both;
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}
#calendar_details  .post-content .theatre-name {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-left: -5px;
    margin-top:5px;
}
#calendar_details .post-content h4{
    float: left;
    width: auto;
    margin-top: 2px;
    margin-bottom: 0;
}
#calendar_details .time {
    font-size: 12px;
    /* margin-left: 10px; */
}
#calendar_details .date {
    float: right;
    font-size: 12px;
    margin-top: 2px;
}
.opening-search-form .form-group{
    position: relative;
}
.opening-search-form .search-button {
    right: 5px;
}
.headerNav img{
    width: 15px;
}
a.headerNav.nav-right img {
    transform: rotate(
            180deg
    );
}
.calendar-result {
    margin-bottom: 20px;
}
#restaurant-list .post-title{
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#restaurant-list .directions {
    font-size: 13px;
    font-weight: normal;
}

#restaurant-list .distance {
    margin: 5px 0;
    font-size: .9em;
    color: #949494
}
#restaurant-list .theatre-address {
    margin-top: 5px;
    font-size: .9em;
}
.tic-top-list .mobile-img, .review-img-mobile, .playdetail-mobile-img, .single-theatre-mobile-img, .audition-mobile-img{
    display: none !important;
}
.playdetail-single  .theatre-name {
}
.playdetail-single .theatre-name:before {
    margin-left: -10px;
}
.playdetail-single .post-title{
    align-items: unset;
}
#div-gpt-ad-1364246675488-5, #div-gpt-ad-1364246675488-6{
    margin-bottom: 10px;
}

.news-date {
 margin-bottom: 10px;}
tr.tn_results_header_text td {
    padding: 10px 0 !important;
}
tr.tn_results_pages td {
    padding: 20px 0 10px;
}
.event-info-disclaimer {
    margin-top: -75px;
}
.event-info-disclaimer li {
    margin: 0;
}
.seatics{
    font-family: inherit
}
.desktop-drop-shadow {
    box-shadow: none;
}
.event-info-ctn {
    height: auto !important;
}
.footer{
    display: block !important;
    text-align: left !important;
}
.event-info-guarantee-show {
    font-size: 14px;
    margin-bottom: 5px;
}
.recent-news .post {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0 !important;
}
.recent-news .post:not(.short-post) .post-content{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.recent-news .post-content p{
    margin-bottom: 0
}
.holiday-plays .post.post-list-item .post-title a{
    max-width: 70%;
    display: inline-block;
    line-height: 1.2;
}
.holiday-plays  .post.post-list-item .open-date {
    margin-top: 2px;
}
.table{
    font-size: 1em;
}
.table-striped>tbody>tr:hover {
    background: #e8e8e8;
    transition: all .5s ease-out;
}
.download-link{
    display: flex;
    align-items: center;
}
.download-link img{
    width: 20px !important;
    height: auto;
    margin: 0 5px 0 0 !important;
}
.download-link span{
    margin-left: 5px;
}
.gm-style-iw-d .row {
    margin-left: 0;
    margin-right: 0;
}
.gm-style-iw-d img {
    width: auto;
}
.gm-style-iw-d h4{
    float: none;
    width: 100%;
}
input#pac-input {
    padding: 10px;
    min-width: 250px;
}
@media only screen and (max-width: 991px) {
    body{
        overflow-x: hidden
    }
   .video-preview .videogallery{
        margin: 0
    }
    header .logo{
        margin-left: 0
    }
    .playdetail-mobile-img{
        display: block !important;
        float: right !important;
        margin-right: 0 !important;
        padding-right: 15px !important;
        max-width: 170px !important;
    }
   .single-theatre-mobile-img{
        display: block !important;
        float: right !important;
        margin-right: 0 !important;
        padding-right: 15px !important;
        max-width: 170px !important;
        padding-top: 20px !important;
       min-width: 155px;
    }
    .audition-mobile-img {
        display: block !important;
        float: right !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
        max-width: 170px !important;
        padding-top: 0 !important;
        min-width: 170px;
        max-height: none !important;
    }
    .playdetail-single .single-post-img>img, .single-theatre>figure, .audition>figure{
        display: none
    }
    .playdetail-single .post-title{
        padding-left: 15px;
        padding-right: 10px;
    }
    .playdetail-single .post-content{
        display: inline;
        padding: 0 15px;
    }
    .playdetail-single .post-description{
        padding: 0 15px !important;
    }
    .playdetail-single .section-title{
        margin-top: 0
    }
    .playdetail-single .post-content p {
        clear: none;
    }
    .playdetail-single .play-date, .playdetail-single span p.detailBody{
        padding-left: 15px
    }
    .single-post-rating-section {
        overflow-x: hidden;
    }
    .theatre-list {
        margin-bottom: 20px;
    }
    .single-theatre .title-wrapper{
        display: block;
        padding-left: 15px;
    }
    .single-theatre .post-content p, .audition .post-content p {
        clear: none;
    }
    .audition .post-content p{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .single-theatre .theatre-address{
        padding-left: 15px;
    }
    .search-results span.date {
        float: none;
        display: block;
    }
    .rating-left, .rating-right{
        clear: both;
        width: 100%;
    }
    .single-review + .reviews .col-md-8{
        margin-top: 0
    }
    .audition .title-wrapper{
        flex-wrap: wrap;
    }
    .form-separator {
        float: none;
        position: static;
        display: block;
        margin: 5px 0;
    }
    .inner-form .form-group label, .form-group>.form-control-wrapper {
        width: 100%;
    }
    .inner-form .form-group {
        flex-wrap: wrap;
    }
    header iframe {
        float: none;
        margin: 0 auto;
        display: block;
        min-width: 0;
    }
    .mobile-fixed-top {
        position: fixed;
        top: 0;
        z-index: 48;
        width: 100vw;
        background: #730000;
        left: 0;
    }
    .mobile-fixed-top+div{
        margin-top: 30px;
    }
        /*  .footer-ad>div {
              max-width: 100%;
              height: auto;
          }
          .footer-ad iframe{
              width: 100%
          }*/
    header .logo img {
        max-width: 200px;
        height: auto;
        margin: 0 auto 0;
        display: block;
    }
    button.navbar-toggle.collapsed {
        z-index: 9;
        position: absolute;
        left: 10px;
        top: -6px;
        display: block;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    #slide-navbar-collapse {
        position: fixed;
        top: -1px;
        left: -100%;
        z-index: 999;
        width: 280px;
        height: 100%;
        background-color: #fff;
        padding: 0;
        overflow: auto;
    }
    #slide-navbar-collapse.show{
        left: 0
    }
    .mobile-menu-header{
        display: block;
        background: #730000;
        padding: 5px 10px;
        color: #fff;
        position: relative;
    }
    .mobile-header-ad{
        text-align: center;
        min-height: 50px;
        /*margin-top: 55px*/
    }
    #close {
        position: absolute;
        top: 9px;
        left: 15px;
        width: 15px;
    }
    #search {
        position: absolute;
        top: 7px !important;
        right: 20px !important;
        width: 55px;
        text-align: right;
        z-index: 9;
        padding: 3px 20px;
    }

    #close svg, #search svg{
        fill: #fff;
    }
    #search svg{
        width: 20px
    }
    .mobile-menu-header strong{
        display: block;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }
    #slide-navbar-collapse .sidebar ul li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }
    #slide-navbar-collapse .sidebar ul li a{
        padding-left: 15px;
        margin-left: 0
    }
    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
    }
    .collapse-menu-active, #page-container{
        /*width: calc(100% - 260px);*/
        overflow-x: hidden;
    }

    .sub-header{
        display: none;
    }
    #quicklinks{
        /*margin-top: 44px;*/
        width: 100vw;
        z-index: 5;
        background-color: #730000;
        display: flex;
        justify-content: space-between;
        text-align: center;
        margin: 5px 0 0 -20px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    #quicklinks a {
        display: inline-block;
        flex: 1 1 auto;
        text-align: center;
        padding: 5px;
        color: #fff;
        margin-right: -5px;
        border-right: 1px solid #aaa;
        text-decoration: none;
    }
    #search{
        display: block;
    }
    .search-wrapper, .search-wrapper+.sidebar,.search-title{
        display: none;
    }
    .search-wrapper{
        background: #fff;
        position: fixed;
        top: 28px;
        left: 0;
        width: 100vw;
        z-index: 999;
        padding: 30px 20px 55px;
        box-shadow: 1px 1px 5px #ddd;
        border-radius: 0;

    }
    .search-wrapper>form, #date-form form{
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 0;
        padding-right: 20px;
        border-left: 0;
    }
    .search-wrapper>form{
        margin: 10px 0 0;
        padding-left: 0;
    }
    .search-wrapper select{
        margin: 0 0 5px;
    }
    #date-form{
        width: 100%;
        border-left: 0;
        margin: 10px 0 0;
        padding-left: 0;
    }
    .search-wrapper form select{
        margin: 0 5px 0 8px !important;
    }
   header .search-button{
        display: block !important;
        position: static;
        margin: -10px 0 3px -35px;
    }
    .search-wrapper>form:after{
        display: none;
    }
    .search-wrapper input[type="text"] {
        border: 1px solid #ddd;
        border-radius: 20px;
        margin: 0 0 15px 0 !important;
        font-size: inherit;
        width: calc(100% - 15px);
    }
    main {
        /*margin-top: 80px;*/
    }
    .post:not(.short-post) .post-content h4{
        width: 100%
    }
    .post:not(.short-post) .post-content .theatre-name{
        width: 100%;
        margin-top: 5px;
        font-size: inherit;
        margin-left: 0
    }
    .featured-post .post-content .theatre-name{
        /*margin-bottom: 5px;*/
    }
    .audition .post-content .theatre-name{
        margin-bottom: 0;
        width: 100% !important;
    }
   .ui-datepicker-trigger{
        display: none;
    }
    #div-gpt-ad-1604584520761-0 *{
       max-width: 100% !important;
    }
    .menu-overlay, .sidebar-ad, header .logo + h2{
        display: none;
    }
    .featured-post figure, .featured-post figure img {
        height: auto;
        max-width: 100%;
    }
    .ui-widget-content{
        margin-left: 0;
        z-index: 999;
    }
    iframe{
        max-width: 100%
    }
    #mainImageOutline{
        max-width: 100% !important;
        height: auto !important;
    }
    .post-single .post-title{
        flex-wrap: wrap;
    }

    .playdetail-single .theatre-name {
        text-align: left;
    }
    .recommendation{
        text-align: center;
    }
    footer .col-md-4:last-of-type{
        margin-top: 0
    }
    .auditions-meta{
        margin-top: 1px;
    }
    #search-select {
        margin: -5px 0 15px;
    }
    footer ul {
        column-count: 2;
    }
   /* .timetable .bg-container{
        padding: 15px 15px 15px 15px;
    }*/
    .timetable .bg-container .col-md-6{
        padding-right: 5px;
        padding-left: 5px;
    }
    .recent-news .post:not(.short-post) .post-content{
        padding-bottom: 20px;
    }
    .holiday-plays .post.post-list-item .post-title a{
        max-width: none;
    }
    .bottom-desc{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 500px) {
    .title-wrapper, .subtitle-wrapper{
        flex-wrap: wrap;
    }
    .horizontal-tabs {
        margin: 0 0 5px;
        text-align: center;
        width: 100%;
    }
    .news-list-wrapper .post-title{
        margin-top: -5px
    }
   .news-list-wrapper .post-title a{
       font-size: 14px;
   }
    #restaurant-list .post-title{
        flex-wrap: wrap;
        margin-top: -5px;
    }
    #restaurant-list .directions {
        display: block;
        width: 100%;
    }
    #restaurant-list .meta-bottom {
        padding-left: 15px;
    }
    .daysTable{
        column-count: 1
    }
    #chart-wrapper ul li {
        font-size: 12px;
    }
    .single-review .main-review h3, .single-review .main-review>div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .post-single.single-review figure, .review-img-mobile{
        display: block !important;
    }
    .review-img-mobile {
        margin-bottom: 10px;
    }
    .post-single.single-review #img-review{
        float: none;
        display: none;
    }
    .tic-top-list .mobile-img{
        display: inline !important;
    }
    .tic-top-list figure:last-of-type{
        display: none;
    }
    .tic-top-list .theatre-address {
        margin-top: 0;
        display: flex !important;
    }
    .reviews-rating{
        padding: 0 15px;
    }
    .title-right {
        margin-top: 10px;
    }
    .align-center{
        flex-wrap: wrap;
    }
    .post.post-list-item{
        display: block;
    }
    /*.post.post-list-item figure, .post.post-list-item .post-content{
        width: 100%;    max-width: 100% !important;
        max-height: none !important;
        padding-right: 15px;
        display: inline-block;
    }*/
    .post.post-list-item figure{
        max-width: 170px;
        /*max-height: 120px !important;*/
        padding-right: 15px;
        float: left;
        overflow: hidden;
        margin-bottom: 8px;
        min-width: 155px;
    }
   .audition .post-content{
        width: 100% !important;
        max-width: none !important;
        max-height: none !important;
    }
   .audition .subtitle-wrapper {
       flex-wrap: wrap;
       /*width: 100%;*/
   }
    .audition .subtitle-wrapper .subtitle {
        width: 100%;
    }
    .post.post-list-item .post-content {
        width: calc(100% - 120px);
        display: inline;
    }
    .post-description, .theatre-name + .post-meta {
        padding: 0 15px;
    }
    .post-single .post-description,
    .audition .post-description{
        padding: 0
    }
    .single-news .post-description p {
        /*padding: 0 15px;*/
    }
    .post.post-list-item.single-theatre figure{
        padding: 0 20px 0 10px;
    }
    .post-content .theatre-name:before{
        margin-left: 0
    }
    .post.post-list-item figure{
        height: auto;
        max-height: none;
    }
    .post.post-list-item.single-theatre figure{
        min-width: 170px;
    }
    .post.post-list-item figure img {
        height: auto
    }
    .post.post-list-item.audition figure img {
        object-fit: unset;
        height: auto;
        width: 100%;
    }
    .single-news figure.single-post-img{
        padding-left: 0;
        width: 100%;
    }
    .news-date {
        /*margin-bottom: 10px;*/
    }
    .post.post-list-item .open-date {
        font-size: 15px;
        float: none;
        display: block;
      /*  float: left;
        width: 100%;
        margin: 5px 0 10px;*/
    }

    #thumbnails {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .chart li .number {
        top: -17px !important;
        padding-left: 5px;
    }
    .holiday-plays .post.post-list-item .post-title {
        font-size: 18px;
        display: inline-block;
        width: calc(100% - 170px);
        float: right;
    }
    .holiday-plays .post.post-list-item .theatre-name{
        padding-right: 5px
    }
    .podcast-list-pagination{
        display: block;
        text-align: center;
    }
    .pagination a {
        margin-top: 10px;
        display: inline-block;
    }
/* MLM added to move discount tickets button over in mobile*/	
	a.btn.btn-primary.mt-15{
    margin-left: 15px;
}
/* MLM added for mobile version of performance spotlight images */
.news-list-wrapper .post.post-list-item figure {
    max-width: 204px;
    max-height: 170px;
	width: 204px;
}

	
}
.bblue {  font-family: inherit; font-size: 10px; line-height: normal; font-weight: normal}
.bblue a:link {text-decoration: underline; color: blue}
.bblue a:visited {text-decoration: underline; color: blue}
.bblue A:hover {text-decoration: underline; color: #740101}


.bbluereview {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: bold}
.bbluereview a:link {text-decoration: underline; color: blue}
.bbluereview a:visited {text-decoration: underline; color: blue}
.bbluereview A:hover {text-decoration: underline; color: #740101}



.sortby {font-family: inherit; font-size: 12px; line-height: normal; font-weight: normal; color: #FF9B35; link: = #ffffff; alink: = #FFFFFF}
.body {  font-family: inherit; font-size: 10px; line-height: normal; font-weight: normal; color: #5D5D5D}
.body A:hover {text-decoration: underline; color: #740101}

.redbody {  font-family: inherit; line-height: normal; font-weight: normal; color: #730000}


.detailbody {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: normal}


.playing {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: normal; color: #730000}

.detailhead {  font-family: inherit; font-size: 15px; line-height: normal; font-weight: bold; color: #000000}

.bodyBold { font-family: inherit; font-size: 10px; line-height: normal; font-weight: bold; color: #5D5D5D}

.bodyBoldTICtop { font-family: inherit; font-size: 14px; line-height: 16px; font-weight: bold; color: #5D5D5D}

a {  color: #730000}
.bodyBoldEmph {  line-height: normal; }
.bodyBoldEmph A:hover {color: #740101;}


.bodyDetailLink { font-family: inherit; font-size: 12px; line-height: normal; font-weight: normal; color: #000000}
.bodyDetailLink A:hover {text-decoration: underline; color: #740101}


/*.footer { font-family: inherit; font-size: 9px; line-height: 12px; font-weight: normal; color: #730000; text-decoration: none}*/
.leftNav { font-family: inherit;  line-height: normal; font-weight:400;  text-decoration: none}

.tableHead { font-family: inherit; font-size: 11px; line-height: 16px; font-weight: bold; color: #FFFFFF; background-color: #730000; left: 15px; clip:  rect(   )}

.seatingHead {
    font-family: inherit;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #730000;
    left: 15px;
    clip:  rect(   );
    text-indent: 35px;
}


.seatingMulti {
    font-family: inherit;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #730000;
    left: 15px;
    clip:  rect(   );
    text-indent: 10px;
}


/* Change by MLM to Open and Close play names on home page */
h3.openCloseName  a {
    font-size: 13px; /* Matches the desired size */
    color: #3e3e3e; /* Ensures text color is consistent */
    font-weight: 600; /* Ensures font weight is consistent */
    line-height: 14.3px; /* Ensures line height is consistent */
    width: 100%; /* Adjusted for specific layout needs */
	margin: 5px 0px;
    /* Add any other properties that were specifically set for h4.fullwidth */
}

@media only screen and (max-width: 991px) { 
    .openCloseName h3 { 
        width: 100%;
    }
}

/* Additionally, target the a tags within for consistent hover behavior */
 h3 .openCloseName a {
    color: #3e3e3e; /* Default color */
    text-decoration: none;
    transition: all 0.5s ease-out 0s;
}

h3 .openCloseName h3 a:hover a:hover {
    color: #730000; /* Color change on hover */
    opacity: 0.8;
}
/* END change by MLM to Open and Close play names on home page */

.openCloseName { font-family: inherit;  line-height: 14pt; font-weight: 400; color: #730000}
.openCloseName A:link {text-decoration: none}
.openCloseName A:visited {text-decoration: none}
.openCloseName A:active {text-decoration: none}

.openCloseTheatre { font-family: inherit; font-size: 10px; line-height: 14pt; font-weight: normal; color: #5D5D5D}
.openCloseTheatre A:link {text-decoration: none}
.openCloseTheatre A:visited {text-decoration: none}
.openCloseTheatre A:active {text-decoration: none}
.openCloseTheatre A:hover {text-decoration: underline; color: #740101}


.quickFind { font-family: inherit; font-size: 11px; line-height: normal; font-weight: bold; color: #730000; text-decoration: none }

.qfShow { font-family: inherit; font-size: 11px; line-height: normal; font-weight: bold; color: #730000; text-decoration: none }


.reviewlistnew {
    font-family: inherit;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    color: #730000}
.reviewlistnew A:hover {text-decoration: underline; color: #740101}

.reviewlist {
    font-family: inherit;
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
    color: #000000;
}

.reviewlistbold {
    font-family: inherit;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    color: #000000;
}

.boxes {
    font-family: inherit;
    font-size: 12px;
    margin:0;
    padding:0;
    border-bottom: 1;
    border-bottom-color: #FF0000;
}

.boxes a:link, .boxes a:visited, .boxes a:active{
    color:black;
    background-color: #FFFFFF;
    border: 1px solid #FF0000;
    margin: 1px;
    text-decoration: none;
    padding: 1px 5px;
}

.boxes a:hover {
    color:white;
    background: #730000;
    border: 1px solid #FF0000;
    margin: 1px;
    text-decoration: none;
    padding: 1px 5px;
    border-bottom: 1;
}

.current {
    background-color: #730000;
    border: none;
    color: #fff;
    margin: 1px;
    padding: 5px 10px;
    border-radius: 5px;
}

.pagination a {
    background-color: #f2f0f3;
    border: none;
    color: #730000;
    font-weight: bold;
    margin: 1px;
    padding: 5px 10px;
    border-radius: 5px;
}
.pagination a:first-of-type {
    margin-left: 5px;
}
.pagination-all {
    margin-right: 15px;
}
.pagination-links {
    font-weight: bold;
}
.tableHeadAlt {
    font-family: inherit; font-size: 11px; line-height: 16px; font-weight: bold; color: #FFFFFF; background-color: #FF9B35; left: 15px; clip:  rect(   )
}

.bodyBold#740101 { font-family: inherit; font-size: 10px; line-height: normal; font-weight: bold; color: #730000}

.podcasthead {  font-family: inherit; font-size: 11px; line-height: normal; font-weight: normal; color: #5D5D5D}

.leftNavSearch { font-family: inherit;  line-height: normal; font-weight: normal; color: #730000; text-decoration: none}

.leftNavSearchHoliday { font-family: inherit;  line-height: normal; font-weight: normal; color: #FF0000 !important; text-decoration: none}

.Jeff#740101Head {font-family: inherit; color: #CC3333; font-size: 12px; font-weight: bold}

.Jeff#740101 {font-family: inherit; color: #CC3333; font-size: 10px; font-weight: normal}

.stubh {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: normal; color: blue}
.stubh a:link {text-decoration: underline; color: blue}
.stubh a:visited {text-decoration: underline; color: blue}
.stubh A:hover {text-decoration: underline; color: #740101}


.stubhNew {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: bold; color: blue}
.stubhNew a:link {text-decoration: underline; color: #730000}
.stubhNew a:visited {text-decoration: underline; color: #730000}
.stubhNew A:hover {text-decoration: underline; color: #740101}





.tictixHead {font-family: inherit; color: #730000; font-size: 12px; font-weight: bold}

.detailAudbody {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: normal; color: #000000}

.detailAudbodyBold {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: bold; color: #000000}

.detailAudSubHead {  font-family: inherit; font-size: 13px; line-height: normal; font-weight: bold; color: #000000}

.seating {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: bold; color: blue}
.seating a:link {text-decoration: underline; color: blue}
.seating a:visited {text-decoration: underline; color: blue}
.seating A:hover {text-decoration: underline; color: #740101}


.rafflink {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: bold; color: blue}
.rafflink a:link {text-decoration: none; color: blue}
.rafflink a:visited {text-decoration: none; color: blue}
.rafflink A:hover {text-decoration: none; color: #740101}

.seatselect {
    font-family: inherit; font-size: 12px; line-height: 16px; font-weight: bold; color: #FFFFFF; background-color: #FF9B35; left: 15px; clip:  rect(   )
}


/* set millions of background images */
.rbroundbox { background: url("https://www.theatreinboston.com/images/main/nt.gif") repeat; }
.rbtop div { background: url("https://www.theatreinboston.com/images/main/tl.gif") no-repeat top left; }
.rbtop { background: url("https://www.theatreinboston.com/images/main/tr.gif") no-repeat top right; }
.rbbot div { background: url("https://www.theatreinboston.com/images/main/bl.gif") no-repeat bottom left; }
.rbbot { background: url("https://www.theatreinboston.com/images/main/br.gif") no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
    width: 100%;
    height: 7px;
    font-size: 1px;
}
.rbcontent { margin: 0 7px; }



/*Added by Kris (Start) */
p.tableHead
{
    background-color:#730000;
    padding:5px;
    float:left;
    position:relative;
}

.right_box
{
    width:200px;
    margin:10px 0px;
    border-left:10px solid #FFFFFF;
    border-right:3px solid #FFFFFF;
    border-bottom:10px solid #FFFFFF;
}

table#playDetail
{
    display:inline;
}

table#playDetail tr td
{
    padding-bottom:5px;
}


table#playDetail tr td p
{
    margin:0px 0px 5px;
    padding:0px;
}

.hoz_rule
{
    clear:both;
    margin:0px ;
    height:1px;
    padding:2px 0px;
}
p.titleP
{
    font-family: inherit;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #730000;
    padding :5px 3px;
}

div.titleP
{
    font-family: inherit;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #730000;
    padding :5px 3px;
    display:block;
}

div.full_link
{
    margin:0px;
    width:45%;
    text-align:left;
    float:left;
    padding:0px;
}

div.reviewer
{
    margin:0px;
    width:45%;
    text-align:right;
    float:right;
    padding:0px;
    display:inline;
}

p.review
{
    margin: 0;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
    color: inherit;
}

p.pub
{
    margin-top:5px;
    margin-bottom:5px;
}
p.detailBody
{
    margin:4px 0px;
    font-family: inherit; font-size: 12px; line-height: normal; font-weight: normal; color: #000000;
}

.bottomPad
{
    padding-bottom:4px !important;
}

.topPad
{
    padding-top:4px !important;
}

strong.detailhead
{
    margin-bottom:5px !important;
    padding-bottom:5px !important;
}

p.bblue#theatreName
{
    margin-top:0px !important;
    padding-top:0px !important;
}

p#titleP
{
    margin-top:0px !important;
    margin-bottom:0px !important;
    padding-bottom:0px !important;
}
/*Added by Kris (End) */

.CastHead {
    font-family: inherit;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #730000;
    clip:  rect(   );
}


/* Added by Mark for Kooza Boston Page */
.tableHeadBoston { font-family: inherit; font-size: 11px; line-height: 16px; font-weight: bold; color: #FFFFFF; background-color: #AC4000; left: 15px; clip:  rect(   )}


.newswire {  font-family: inherit; font-size: 12px; line-height: normal; font-weight: normal; color: #026BA5}
.newswire a:link {text-decoration: underline; color: blue}
.newswire a:visited {text-decoration: underline; color: blue}
.newswire A:hover {text-decoration: underline; color: #740101}


/*Added by Cecilia Santos*/

#margin-bottom{
    margin-bottom:20px !important;
}

#play-right{
    width:200px;
    float:right;
    margin:-20 0 10px 35px;
    padding-bottom:10px;
}

#gray-box{
    width:180px;
    padding:10px;
    margin:15px 0;
    background:#ccc;
    clear:both;
    float:left;
}

#img-review{
    float:right;
    margin:0px !important;
    margin-top:30px !important;
    padding:0px !important;
}
.seating-list-item, .restaurants-list-item, .parking-list-item{
    display: flex;
    align-items: center;
    clear: both;
}
.seating-list-item:before{
   content: "";
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(/images/main/seating-chart-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 5px;
    margin: 0 7px 0 0;
}
.restaurants-list-item:before{
    content: "";
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(/images/main/theatre-dining.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 5px;
    margin: 0 7px 0 0;
}
.parking-list-item:before{
    content: "";
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(/images/main/theatre-parking.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-right: 5px;
    margin: 0 7px 0 0;
}


.post-title a h2 {
    font-size :18px;
    font-weight:700;
    margin: 0;
}

.short-post{
    min-height: 72px;
}
.short-post h3 {
    font-size: 13px;
    margin: 5px 0;
    font-weight: 400;
}
h3 .openCloseName a{
     color: #730000;
}
.post-title a h3{
    font-size: 18px !important;
    font-weight: 700;
    margin: 0;
}
header .logo + p {
    font-size: 14px;
    color: #fff;
    margin: 10px 0 0;
    line-height: 15px;
}
.rating-left a h2 {
    font-size: 14px;
    font-weight: 400;
    display: inline;
}
#page-container header .mobile-fixed-top  h1{
    margin: 0;
    line-height: 0px;
    color: transparent;
}
div.bg-container > div.review-item:nth-last-child(3) .review-hover{
    top: -60px;
    left: 200px;
}
div.bg-container > div.review-item:nth-last-child(2) .review-hover{
    top: -133px;
    left: 180px;
}
div.bg-container > div.review-item:nth-last-child(1) .review-hover{
    top: -180px;
    left: 270px;
}

@media only screen and (max-width: 991px){
     header .logo + p {
    display: none;
}
.mobile-header-ad{
    margin-top: 30px;
}
}
/*
#div-gpt-ad-1604584520761-0 {
    width: 100% !important;
    height: 90px !important;
}
#div-gpt-ad-1604584520761-0 iframe{
    width: 100% !important;
}*/


.section-title-text-decorated .section-title a{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    color: #730000;
    text-decoration: none;
    transition: all .5s ease-out;
}


.section-title-text-decorated .section-title a:hover{
   color: rgb(93, 93, 93)
}

.theatre-name a h3{
    font-size: 12px;
    line-height: 1.42857143;
    margin: 0;
}

h3.pub {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* New class for styling text similar to h1 added by MLM */
.styled-text { 
	box-sizing: border-box;
	color: #730000;
	font-family: Rubik, sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 27.5px;
	position: relative;
	margin-top: 20px;
}

/* Add these styles to your style.css file to fix the mobile alignment issue */

@media only screen and (max-width: 767px) {
  /* Add more space specifically between the text labels only */
  #chart-wrapper .col-xs-6:first-child {
    padding-top: 2px; /* Keep the same top padding */
  }
  #chart-wrapper ul.list-unstyled li {
    padding-bottom: 8px; /* Reduced from 12px to 8px */
    margin-bottom: 4px; /* Reduced from 6px to 4px */
    line-height: 1.2; /* Keep the same line height */
  }
  
  /* Keep alignment with first bar */
  #chart-wrapper .col-xs-6:first-child {
    padding-top: 2px; /* Keep the same top padding */
  }
  
  /* Make sure the bars stay exactly as they are */
  #chart-wrapper ul.chart.graph li {
    height: 20px; /* Original height */
    margin-bottom: 5px; /* Original spacing */
  }
}

/* For very small screens */
@media only screen and (max-width: 350px) {
  #chart-wrapper ul.list-unstyled li {
    padding-bottom: 10px; /* Increased from 7px to 10px for very small screens */
    margin-bottom: 6px; /* Slightly more margin for very small screens */
  }
}