/* AGaramondPro-Italic-regular - latin */
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'AGaramondPro-Italic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/AGaramondPro-Italic.eot'); /* IE9 Compat Modes */
  src: local('AGaramondPro-Italic Regular'), local('AGaramondPro-Italic-Regular'),
       url('../fonts/AGaramondPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AGaramondPro-Italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/AGaramondPro-Italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/AGaramondPro-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AGaramondPro-Italic.svg#AGaramondPro-Italic') format('svg'); /* Legacy iOS */
}


body {
    background-color: #fff;
    margin:0;
    font-family: arial, sans-serif;
    margin-top: 30px;
}
h1 {
    font-size: 24px;
}
h3 {
    font-size: 24px;
}
h1, h2, h3, .cart-title {
    font-family: 'AGaramondPro-Italic', sans-serif;
    text-shadow: none;
}

a, ul.menu li.account ul li a {
color: #8F207B;
}
a:hover, ul.menu li.account ul li a:hover, #page-footer-wrapper #page-footer a:hover {
    color:#1A4473;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#page-title-wrapper {
    background:#fff;
    background-position: center;
    max-width:100%;
    padding:0;
    width:100%;
    margin:0 auto;
    }
    #page-title {
    background-image:url(../images/header.jpg);
    background-position: center top;
    background-size: 100%;
    height:280px;
    width:1000px;
    }
    #page-title h1 {
    height:0;
    margin:0;
    padding: 0;
    }

#page-content-wrapper {
    width:100%;
    padding:0;
}
    #page-content {
        width:auto;
        padding: 0 15px 15px;
        background-color: rgba(255,255,255,0.9);
        margin-top: 25px;
    }


    #above-content {
      background-color: transparent;
      border: 1px solid transparent;
      border-top: 5px solid transparent;
      border-bottom: 1px solid #ccc;
      padding: 0 0 2px 0;
      }


div.content-wrapper .body img {
    float:right;
    margin:0 0 10px 10px;
    }

#crumbs {background-color: transparent; width:auto;}
#crumbs li.first {padding-left:0.25em;}
#crumbs li a, ul.menu li.account ul li a, ul.menu li.cart a {color:#000;}
#crumbs li a:hover, ul.menu li.account ul li a:hover, ul.menu li.cart a:hover, #crumbs li {color:#777;}
#crumbs li a {background: url(../images/crumbs.png) no-repeat right -86px;}
li.crumb.first a:after {
    content:"What's On";
}
li.crumb.first a span {
    display:none;
}
.field select {
    width:100px !important;
}
.custom-field textarea {
    height:80px;
}

ul.menu li.account {
    background-color: transparent;
    border-left: 1px solid transparent;
}
ul.menu li.logged-in ul {
    background-color: #ddd;
}
ul.menu ul {
    border:1px solid #ddd;
}
ul.menu li.logged-in ul, ul.menu li.logged-out ul {
    background: #ddd;
}
ul.menu li.account:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
}

/* Rounded buttons */
.button, .event-date-list a, input[type="submit"], a.checkout-home, #formSeatSelection .button, #day-filter {
    background-color: #8F207B;
    border: 2px solid #8F207B;
    color: #fff;
    font-weight:700;
    margin-bottom: 5px;
    padding: 8px 16px;
    font-size: 12px;
    text-transform: uppercase;
    }
    .button:hover, #formSeatSelection .button:hover, .content #formConfirm .button:hover, .content .button:hover, .event-date-list a:hover, input.button:hover, input[type="submit"]:hover, a.checkout-home:hover, a.checkout-home:hover {
    background-color: #1A4473;
    border: 2px solid #1A4473;
    color:#fff;
    -webkit-transition: all 0.3s linear;
    -ms-transition: available 0.3s linear;
    transition: all 0.3s linear;
    }
    a.details, .empty-cart-wrapper a, #day-filter {
    background-color: #fff;
    border: 2px solid #8F207B;
    color:#8F207B;
    }
    a.details:hover, .empty-cart-wrapper a:hover, #day-filter:hover {
    background-color: #fff !important;
    border: 2px solid #1A4473 !important;
    color: #1A4473 !important;
    -webkit-transition: all 0.3s linear;
    -ms-transition: available 0.3s linear;
    transition: all 0.3s linear;
    }
    a.button.buttonM.bDefault.tableButton, a.button.buttonM.bRed.tableButton, a.checkout-home, .voucher-activate a  {
    background-color: #fff;
    border: 2px solid #8F207B;
    color: #8F207B;
    }
    a.button.buttonM.bDefault.tableButton:hover, a.button.buttonM.bRed.tableButton:hover, a.checkout-home:hover, .voucher-activate a:hover {
    background-color: #fff;
    border: 2px solid #1A4473;
    color: #1A4473;
    -webkit-transition: all 0.3s linear;
    -ms-transition: available 0.3s linear;
    transition: all 0.3s linear;
    }

    .voucher-activate a {
    width:140px;
    text-align: center;
    }
    .voucher-activate input[type=text], .voucher-activate .field label {
    width:115px;
    }

    #formSeatSelection .button {
    height:36px;
  }
    .form-payment .payment-payment-text {
    line-height: 20px;
    font-size: 14px;
    }
/***/

.voucher-activate a {
width:150px;
text-align: center;
padding: 8px 7px;
margin-left:5px;
border-radius: 0px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.voucher-activate .field label {
width:100px;
}
.voucher-activate input[type=text] {
width:100px;
}
.voucher-activate .field {
border: 2px solid #1A4473;
border-radius: 0px;
padding: 0px 0 0px 10px;
width: fit-content;
margin:0 5px 10px;
}
.voucher-activate .field label {
margin-top:3px;
font-size: 14px;
}
.voucher-activate input[type="submit"] {
padding: 3px 7px 5px;
border-radius: 0px;
margin: 2px;
}



.parent_event .image {
    width: 92px;
    height: 92px;
    overflow: hidden;
    position: relative;
    }
    .parent_event .image a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    }
    .parent_event .image a img {
    width: auto;
    height:auto;
    min-height:92px;
    min-width: 92px;
    width:92px;
    height:auto;
    }

table.table-formatted td {
border-bottom: 1px solid #dedede;
}
div.toggla label {
    background: none;
    padding: 0;
}
div.toggla label a {
    color:#333;
    cursor: text;
}
div.map {
    padding: 0;
    border:none;
}

#drawing-board-container {
    background-color: #fff;
}

.drawing-board .sold {
    background: #fff url(../images/cross.png) no-repeat center center;
    }
    .drawing-board .sold.reserved-by-user {
    background: url(https://thelittleboxoffice.com/themes/grey/images/seat-res-by-user.png) no-repeat;
    }
    .drawing-board .sold:hover {
    border-color:#fff;
    cursor: default;
    }

.area-table div:nth-of-type(1) {
  display: none;
}
.area-table div:nth-of-type(2) {
  font-size:0;
  }
  .area-table div:nth-of-type(2) strong{
  font-size:15px;
  }
.area-table div:nth-of-type(3)::before {
  content: "Seat ";
  }

div.pick-selector div.ticket-admittance div.ticket {
  color: #000;
}

.image {
    float: left !important;
    margin: 5px 10px 5px 0;
}

.plan-select, .cart-image-wrapper, .header_area_title, .area_title, .header_ticket_admittance, .ticket_admittance, .voucher-activate {
    display: none;
}


#page-footer-wrapper {
    background: none;
    background-color: transparent;
    color: #999;
    width: 100%;
    font-size:14px;
    font-family: 'AGaramondPro-Italic', sans-serif;
    font-weight: 700;
    }
    #page-footer-wrapper #page-footer {
    color:#999;
    margin:0 auto;
    }
    #page-footer-wrapper #page-footer a{
    color: #999;
    }
    #page-footer-wrapper #page-footer a:hover{
    color: #999;
    cursor: text;
    }
    #page-footer-wrapper #page-footer a.contact-us-link, #page-footer-wrapper #page-footer a.terms-link, #page-footer-wrapper #page-footer a.privacy-link{
    color: #111;
    cursor: pointer;
    font-size:16px;
    }
    #page-footer-wrapper #page-footer a.contact-us-link:hover, #page-footer-wrapper #page-footer a.terms-link:hover, #page-footer-wrapper #page-footer a.privacy-link:hover {
    color: #777;
    }

/* payment page */
.field label {
        width: 28%;
    }
    .form-payment input {
        width: 54%;
    }
    .form-payment input#payment-button {
        width:197px;
    }
    .form-payment .input-card-code {
        width: 25px;
        margin: 0 10px 10px 0;
    }
    .form-payment .cvc-detail {
        margin-left: 0;
    }
    .form-payment .expiry-date select {
        width: 71px;
    }
    .form-payment select {
        width: 150px;
    }
    .form-payment .expiry-date select {
        width: 71px;
        margin: 0 10px 5px 0;
    }
    .form-payment .expiry-date select:nth-child(2) {
        margin-left: 0;
    }
    .form-payment select {
        width: 130px;
    }


/* responsive code */

@media only screen and (max-width: 650px) {
    div.fblike {
        width:100% !important;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 999px) {
    div.fblike {
        width:100% !important;
        margin-bottom: 15px;
    }
    #page-title {
        height:28vw;
        width:100%;
      }
}

@media only screen and (min-width: 1000px) {
    #page-content {
        width:930px;
    }
    #page-footer-wrapper #page-footer {
        width:930px;
    }
}

ul.menu li.logged-in ul {
    width: 120px;}
ul.menu li.logged-out ul {
    width: 160px;}
    /***/


.category-item-828 .button,
.category_828 .button {
  display: none;
}
.category_828 .button.details {
  display: block;
}
