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



body {
    background-color: #eee;
    margin:0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
h1 {
    font-size: 24px;
}
h3 {
    font-size: 28px;
}
h1, h2, h3, table.table-formatted th {
    font-family: 'Source Sans Pro', sans-serif;
    text-shadow: none;
}

a, ul.menu li.account ul li a {
color: #F07E02;
}
a:hover, ul.menu li.account ul li a:hover, #page-footer-wrapper #page-footer a:hover {
    color:#51A939;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#page-title-wrapper {
    background:url(../images/header_bg.jpg);
    background-position: top center;
    background-size: cover;
    max-width:100%;
    padding:0;
    width:100%;
    margin:0 auto;
    }
    #page-title {
    background-image:url(../images/header.png);
    background-position: center top;
    background-size: 100%;
    height:260px;
    width:620px;
    }
    #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; font-family: 'Source Sans Pro', sans-serif;}
#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 -82px;}
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;
    font-family: 'Source Sans Pro', sans-serif;
}
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: #F07E02;
    border: 2px solid #F07E02;
    color: #fff;
    font-weight:700;
    margin-bottom: 5px;
    padding: 8px 16px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    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: #51A939;
    border: 2px solid #51A939;
    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 #F07E02;
    color:#F07E02;
    }
    a.details:hover, .empty-cart-wrapper a:hover, #day-filter:hover {
    background-color: #fff !important;
    border: 2px solid #51A939 !important;
    color: #51A939 !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 #F07E02;
    color: #F07E02;
    }
    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 #51A939;
    color: #51A939;
    -webkit-transition: all 0.3s linear;
    -ms-transition: available 0.3s linear;
    transition: all 0.3s linear;
    }

    .voucher-activate a {
    width: fit-content;
    text-align: center;
    padding: 8px 16px;
    margin-left:5px;
    font-size: 14px;
    font-weight:700;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    }
    .voucher-activate .field label {
    width:84px;
    }
    .voucher-activate input[type=text] {
    width:100px;
    padding: 7px 7px 8px;
    }
    .voucher-activate .field {
    border: 2px solid #F07E02;
    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;
    margin: 2px 2px 2px -1px;
    }

/***/

.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 #51A939;
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;
}


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;
}

.parent_event .image a img {
    width: 100px;
}


#formConfirm h3:nth-child(2):after {
  content: "Donation";
}
#formConfirm h3:nth-child(2) span {
  display: none;
}
#formConfirm .handlers:before {
  content: "If you can, please give a donation to our partner charity Phyllis Tuckwell Hospice Care, who look after those living with advanced or terminal illness in our area.";
}
.handlers .handler {
  margin-top: 15px;
}
.handler-fee{
  display: none;
}
#formConfirm h3:nth-of-type(2) span,
.fees-total-description-transaction span {
  display: none;
}
#formConfirm h3:nth-of-type(2):after,
.fees-total-description-transaction:after {
  content: "Donation";
}
.auth-net-review .row:nth-of-type(3) .review-label label {
  font-size: 0;
}
.auth-net-review .row:nth-of-type(3) .review-label label:before {
  content: "Donation";
  font-size: 14px;
}


/* ticket fees */
.place-selection .header_ticket_fee, .place-selection .ticket_fee, .ticket-select-fee {
  display: table-cell;
}

#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;
    }



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

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


#page-footer-wrapper {
    background: none;
    background-color: transparent;
    color: #999;
    width: 100%;
    font-size:14px;
    font-family: 'Source Sans Pro', 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;
    }
    #page-title {
        background-size: 96vw;
        height:40vw;
        width:auto;
      }
}

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

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

    /* event specific code donation */

        .category_filter,
        .category_838 .button.details,
        .category_838 .button span,
        .category_838 .event-date-list-action a span,
        .category_838 .event-date-list-start-time,
        .category_838 .event-date-list-available,
        .category_838 .header_ticket_available,
        .category_838 .ticket_available,
        .category_838 .item-date,
        .category_838 .item-time,
        .category_838 .header_ticket_admittance,
        .category_838 .ticket_admittance,
        .category_838 .header_ticket_price,
        .category_838 .ticket_price,
        .category_838.parent_event .button,
        .category_838 .address,
        .category_838 .map,
        .category_838 .content-social,
        .category_838 .event-view a:nth-of-type(1),
        .category_838 .page-title,
        .category_838 #crumbs .crumb,
        .category_838 .plan-select.toggla.widget,
        .category_838 .header_ticket_fee,
        .category_838 .ticket_fee  {
            display: none;
        }

        .category_838 #crumbs .crumb.first,
        .category_838 #crumbs .crumb.last {
          display: block;
        }

        .category_838 div.toggla label {
          background: none;
          padding: 0;
        }
        .category_838 div.toggla label a:hover {
          cursor: default;
        }


        .category_838 .header_ticket_title,
        .category_838 .ticket_title {
          text-align: right;
          width:70%;
        }

        .category_838 .button:after,
        .category_838 .event-date-list-action a:after{
            content:"Donate";
        }

        .category_838 h3 a {
            color: #EE7F00;
        }
        .category_838 h3 a:hover {
            color: #EE7F00;
        }

        .category_838 .teaser a,
        .category_838 .event-view a,
        .category_838 .place-selection .button {
          background-color: #EE8204;
          border: 1px solid #EE8204;
          color: #fff;
          margin-bottom: 5px;
          padding: 8px 16px;
          font-size: 14px;
          font-family: Verdana, sans-serif;
          cursor: pointer;
          float: right;
          margin-left: 5px;
          font-weight: 100;
          margin-top: 5px;
          }
          .category_838 .teaser a:hover,
          .category_838 .event-view a:hover,
          .category_838 .place-selection .button:hover {
          background-color: #53A83F;
          border: 1px solid #53A83F;
          color:#fff;
          -webkit-transition: all 0.3s linear;
          -ms-transition: available 0.3s linear;
          transition: all 0.3s linear;
        }

        .category_838 .event-date-list-start-date {
          font-size: 0px;
          }
          .category_838 td.event-date-list-start-date:before {
          content:"Proceed to select the amount you want to donate";
          font-size:15px;
        }

        .category_838.parent_event {
          background-color: #fff;
          padding:10px;
          width: calc(100% - 20px);
        }

        .category_838 .toggla label a {
          font-size: 0px
          }
          .category_838 .toggla label a::after {
          content: "Donation Options";
          font-size: 26px;
        }

        .category_838 .header_ticket_title {
          font-size: 0px
          }
          .category_838 .header_ticket_title::after {
          content: "Amount";
          font-size: 19px;
        }

/****** TEMPORARY HIDING DONATIONS *******/

#formConfirm h3:nth-of-type(2),
.handlers,
.fees-total,
.auth-net-review .row:nth-of-type(3) {
  display: none;
}

.event-date-list-start-time,
.item-time {
  display: none;
}

/*** ***/
.page-id-home .content-wrapper .parent_event:after {
  content:" \A  \A Next Fringe Festival will take place in July 2024 with tickets available from September 2023.";
      white-space: pre-line;
}


/* event specific code donation */

    .category_filter,
    .category_1288 .button span,
    .category_1288 .event-date-list-action a span,
    .category_1288 .event-date-list-start-time,
    .category_1288 .event-date-list-available,
    .category_1288 .header_ticket_available,
    .category_1288 .ticket_available,
    .category_1288 .item-date,
    .category_1288 .item-time,
    .category_1288 .header_ticket_admittance,
    .category_1288 .ticket_admittance,
    .category_1288 .header_ticket_fee,
    .category_1288 .ticket_fee,
    .category_1288 .address,
    .category_1288 .map,
    .category_1288 a.button,
    .category_1288 .content-social,
    .category_1288 .event-view a.button,
    .category_1288 .page-title,
    .category_1288 #crumbs .crumb  {
        display: none;
    }

    .category_1288 a.button.details {
      display: inline;
      font-size: 0;
      }
      .category_1288 a.button.details::after {
      font-size: 14px;
      content:"Details";
    }

    .category_1288 #crumbs .crumb.first,
    .category_1288 #crumbs .crumb.last {
      display: block;
    }

    .category_1288 .header_ticket_title,
    .category_1288 .ticket_title {
      width:70%;
    }

    .category_1288 .button:after,
    .category_1288 .event-date-list-action a:after{
        content:"Buy";
    }

    .category_1288 h3 a {
        color: #F07E02;
    }
    .category_1288 h3 a:hover {
        color: #51A939;
    }

    .category_1288 .teaser em a,
    .category_1288 .event-view em a,
    .category_1288 .place-selection .button {
      background-color: #F07E02;
      border: 2px solid #F07E02;
      color: #fff;
      margin-bottom: 5px;
      padding: 8px 16px;
      font-size: 14px;
      font-family: 'Source Sans Pro', sans-serif;
      cursor: pointer;
      float: right;
      margin-left: 5px;
      font-weight: 100;
      margin-top: 12px;
      font-style: normal;
      font-weight: bold;
      text-transform: uppercase;
      }
      .category_1288 .teaser a:hover,
      .category_1288 .event-view a:hover,
      .category_1288 .place-selection .button:hover {
      background-color: #51A939;
      border: 2px solid #51A939;
      color:#fff;
      -webkit-transition: all 0.3s linear;
      -ms-transition: available 0.3s linear;
      transition: all 0.3s linear;
    }

    .category_1288 .event-date-list-start-date {
      font-size: 0px;
      }
      .category_1288 td.event-date-list-start-date:before {
      content:"Proceed to select the print size you want to buy";
      font-size:15px;
    }

    .category_1288.parent_event {
      background-color: #fff;
      padding:10px;
      width: calc(100% - 20px);
    }

    .category_1288 .toggla label a {
      font-size: 0px
      }
      .category_1288 .toggla label a::after {
      content: "Options";
      font-size: 26px;
    }

    .category_1288 .header_ticket_title {
      font-size: 0px
      }
      .category_1288 .header_ticket_title::after {
      content: "Sizes";
      font-size: 19px;
    }

    .category_1288 table .event_date:nth-of-type(n+3) {
      display:none;
    }

/* Option 2 */
/* event specific code donation */
    .category_filter,
    .category_1301 .home-action-buttons a span,
    .category_1301 .event-date-list-action a span,
    .category_1301 .event-date-list-start-time,
    .category_1301 .event-date-list-available,
    .category_1301 .header_ticket_available,
    .category_1301 .ticket_available,
    .category_1301 .item-date,
    .category_1301 .item-time,
    .category_1301 .header_ticket_admittance,
    .category_1301 .ticket_admittance,
    .category_1301 .header_ticket_fee,
    .category_1301 .ticket_fee,
    .category_1301 .address,
    .category_1301 .map,
    .category_1301 .content-social,
    .category_1301 .page-title,
    .category_1301 #crumbs .crumb  {
        display: none;
    }

    .category_1301 a.button.details,
    .category_1301 .event-view a.button {
      display: inline;
      font-size: 0;
      }
      .category_1301 a.button.details::after {
      font-size: 14px;
      content:"Details";
    }

    .category_1301 #crumbs .crumb.first,
    .category_1301 #crumbs .crumb.last {
      display: block;
    }

    .category_1301 .header_ticket_title,
    .category_1301 .ticket_title {
      width:70%;
    }

    .category_1301 .button:after,
    .category_1301 .event-view a.button:after,
    .category_1301 .event-date-list-action a:after{
        content:"Buy";
        font-size: 14px;
    }

    .category_1301 h3 a {
        color: #F07E02;
    }
    .category_1301 h3 a:hover {
        color: #51A939;
    }

    .category_1301 .teaser em a,
    .category_1301 .event-view em a {
      display: none;
    }


    .category_1301 .event-view em a,
    .category_1301 .place-selection .button {
      background-color: #F07E02;
      border: 2px solid #F07E02;
      color: #fff;
      margin-bottom: 5px;
      padding: 8px 16px;
      font-size: 14px;
      font-family: 'Source Sans Pro', sans-serif;
      cursor: pointer;
      float: right;
      margin-left: 5px;
      font-weight: 100;
      margin-top: 12px;
      font-style: normal;
      font-weight: bold;
      text-transform: uppercase;
      }
      .category_1301 .teaser a:hover,
      .category_1301 .event-view a:hover,
      .category_1301 .place-selection .button:hover {
      background-color: #51A939;
      border: 2px solid #51A939;
      color:#fff;
      -webkit-transition: all 0.3s linear;
      -ms-transition: available 0.3s linear;
      transition: all 0.3s linear;
    }

    .category_1301 .event-date-list-start-date {
      font-size: 0px;
      }
      .category_1301 td.event-date-list-start-date:before {
      content:"Proceed to select the print size you want to buy";
      font-size:15px;
    }

    .category_1301.parent_event {
      background-color: #fff;
      padding:10px;
      width: calc(100% - 20px);
    }

    .category_1301 .toggla label a {
      font-size: 0px
      }
      .category_1301 .toggla label a::after {
      content: "Options";
      font-size: 26px;
    }

    .category_1301 .header_ticket_title {
      font-size: 0px
      }
      .category_1301 .header_ticket_title::after {
      content: "Sizes";
      font-size: 19px;
    }

    .category_1301 table .event_date:nth-of-type(n+3) {
      display:none;
    }
.category_1301 #crumbs .crumb:nth-of-type(3) span {
  display:none;
}
.category_1301 #crumbs .crumb:nth-of-type(3)::after {
  content:"Details";
}


#crumbs li.crumb:nth-of-type(4) {
  font-size: 0;
}
#crumbs li.crumb:nth-of-type(4)::after {
  font-size: 16px;
  content: "Artwork";
  line-height: 2.3em;
  padding-left: 0.75em;
}
