/* 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 */
}


html {
    background:url(../images/body_bg.jpg) repeat;
}

body {
    background-color: transparent;
    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: #D84018;
}
a:hover, ul.menu li.account ul li a:hover, #page-footer-wrapper #page-footer a:hover {
    color:#F58F2A;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#page-title-wrapper {
    background:#000;
    background-position: center;
    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:205px;
    width:370px;
    }
    #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 -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;
    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: #D84018;
    border: 2px solid #D84018;
    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: #F58F2A;
    border: 2px solid #F58F2A;
    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 #D84018;
    color:#D84018;
    }
    a.details:hover, .empty-cart-wrapper a:hover, #day-filter:hover {
    background-color: #fff !important;
    border: 2px solid #F58F2A !important;
    color: #F58F2A !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 #D84018;
    color: #D84018;
    }
    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 #F58F2A;
    color: #F58F2A;
    -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 #D84018;
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 a img {
  width: auto;
}

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



.cart-preview.toggla {
  background-color: #d3ebee;
}

.cart-preview.toggla label.title::after {
  content: "Tickets you have added to the cart for this event";
  font-size: 12px;
  display:block;
  font-family: 'Source Sans Pro', sans-serif;
}
.cart-preview.toggla label.title a {
  font-size: 0;
}
.cart-preview.toggla label.title a:after {
  font-size: 26px;
  content:"Tickets Selection";
}

.cart-preview.toggla th.ticket-selected-type,
.cart-preview.toggla .ticket-selected-action.text-right {
  font-size: 0;
  }
  .cart-preview.toggla th.ticket-selected-type::after {
  font-size: 19px;
  content: "Type";
  }

.cart-preview-strap, .cart-preview-strap a {
  font-size: 0;
  }
  .cart-preview-strap a:after {
  font-size: 14px;
  content:"View Cart";
  }



h1.page-title.page-id-checkout::after {
  content:"Cart";
  }
  h1.page-title.page-id-checkout span {
  display: none;
  }

form#formConfirm::before{
  content:"To checkout, please complete the information below.";
  float: right;
  color: #D84018;
}

form#formConfirm h3 {
  margin-top:10px;
}


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

/***/
/* mouse cursor default all over the plan */
.drawing-board td:hover {
   cursor: default;
    }
/* border on all seats */
td.seat, td.unavailable {
  border-color:#fff !important;
  }
/* remove tick box */
td.seat input[type="checkbox"] {
  -webkit-appearance: initial;
  appearance: initial;
  width: 14px;
  height: 14px;
  border: none;
  position: relative;
  }
/* tick in PLAN for ticked seats */
input[type="checkbox"]:checked {
  background: rgba(255,255,255,0) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='16px'><text x='5' y='10' fill='white' font-size='11'>✔</text></svg>") no-repeat !important;
  }
/* no blue halo on selected seats */
td.seat, td.unavailable {
  border-radius: 10px;
  height: 16px !important;
  width: 16px !important;
  }
  td.unavailable {
  opacity: 0.2;
  }
td.seat input[type="checkbox"]:focus {
  outline:0;
  }
/* tick in CART for seats added to cart */
.cart-preview .ticket {
  background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='16px'><text x='3' y='12' fill='black' font-size='11'>✔</text></svg>") no-repeat !important;
  padding-left: 20px;
  line-height: 11px;
  overflow: hidden;
  }
/* hashed seats in PLAN for sold seats */
.drawing-board .sold {
  background-color: #999;
  background-size: 4px 4px;
  background-image: repeating-linear-gradient(135deg, #fff 0, #fff 1px, #999 0, #999 50%);
  }
/* tick in PLAN for selected seats */
.drawing-board .sold.reserved-by-user {
  background: #000 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='16px'><text x='5' y='10' fill='white' font-size='11'>✔</text></svg>") no-repeat !important;
      }
/* cross in PLAN for seats next to sold ones */
   .drawing-board .covid {
    background: #eee url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='16px'><text x='5' y='9' fill='red' font-size='6'>❌</text></svg>") no-repeat !important;
     }
/***/

.category_1332 .drawing-board {
    background-image:url(../images/legend_plan.jpeg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 40px;
}


/* hide hidden seats */
td.area-admin-discretion {
  background-color: #fff !important;
}


/***** Hide drop down option *****/
option[value="1332"]{
    display:none;
    }

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

#formConfirm h3:nth-child(2):after {
  content: "Donation";
}
#formConfirm h3:nth-child(2) span {
  display: none;
}
#formConfirm .handlers:before {
  content: "The ProArts Playhouse need your continued support to survive and thrive for years to come. All donations are greatly appreciated.";
}
.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 {
  display: none;
}
.auth-net-review .row:nth-of-type(3) .review-label:after {
  content: "Donation";
}.auth-net-review .row:nth-of-type(3) .review-label {
  float:left;
  margin: 5px;
  font-size: 14px;}

#page-footer-wrapper {
    background: none;
    background-color: transparent;
    color: #fff;
    width: 100%;
    font-size:14px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    }
    #page-footer-wrapper #page-footer {
    color:#fff;
    margin:0 auto;
    }
    #page-footer-wrapper #page-footer a{
    color: #fff;
    }
    #page-footer-wrapper #page-footer a:hover{
    color: #fff;
    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: 599px) {
    div.fblike {
        width:100% !important;
        margin-bottom: 15px;
    }
}

@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 */
    /*** Header backlink ***/
    #page-title h1 {
      height:100%;
      text-indent: 0;
    }
    #page-title h1 a {
      display: block;
      height: 100%;
      width: 100%;
    }
    #page-title h1 a span {
      display: none;
    }
    /***/

.parent_event_list .parent_event_140447 {
    border: 1px solid #dedede;
    padding: 10px;
    background-color: #fff;
    width: calc(100% - 20px);
  }

.parent_event_140447 .fblike,
.parent_event_140447 .button.details,
.parent-id-140447 .event-date-list-available,
.category_995 .seat_select label,
.category_995 .header_ticket_title span,
.category_995 .header_ticket_available,
.category_995 .ticket_available {
  display: none;
}
.parent_event_140447 a {
  color: #01AEB1;
}

.parent_event_140447 a.button,
.parent-id-140447 a.btn,
.category_995 .button {
    background-color: #01AEB1;
    border: 2px solid #01AEB1;
    color: #fff;
  }
  .parent_event_140447 a.button:hover,
  .parent-id-140447 a.btn:hover,
  .category_995 .button:hover {
      background-color: #83D8DB;
      border: 2px solid #83D8DB;
      color: #fff;
    }


.parent-id-140447 th.event-date-list-start-date::before {
  content: "Performance ";
}
.item-date-event-id-140447::before {
  content:"for ";
}
.item-time-event-id-140447::after {
  content:" Performance";
}


.parent_event_140447 .home-action-buttons a.button {
  font-size: 0;
  }
  .parent_event_140447 .home-action-buttons a.button::before {
  font-size: 14px;
  content:"Buy";
  }

.parent-id-140447 .event-date-list-action a.btn {
  font-size: 0;
  }
  .parent-id-140447 .event-date-list-action a.btn::before {
  font-size: 14px;
  content:"Select";
  }

/**/

.custom-field label {
  width:100%;
}

/*
.custom_fields {
  margin-bottom:20px;
}
.custom_fields .custom-field:nth-last-of-type(1) label:after {
  content:"\A\A- Patrons are required to follow all CDC, local and state guidelines regarding masks and social distancing between groups/parties at all times while on-premises. \A- Patrons will refrain from attending if suffering from symptoms including fever, cough, or shortness of breath and will contact ProArts to reschedule their tickets.";
  white-space: pre-wrap;
  font-size: 14px;
}
*/

  .parent-id-152189 .event-date-list-start-time,
  .parent-id-152189 .event-date-list-start-date,
  .item-time-event-id-152189,
  .item-date-event-id-152189 {
    display: none;
    }
  .parent-id-152189 td.event-date-list-start-date:before,
  .item-date-event-id-152189 .event-date-list-start-date{
    display: none;
    }
  .parent_event_152189 h3,
  .parent_event_152189 .fblike,
  .parent_event_152189 .button {
    display: none;
    }
  .parent_event_list .parent_event_152189 {
    padding:10px 20px 5px;
    margin: 10px 0 25px -20px;
    }
  .parent_event_list .parent_event_152189 {
    border-top: 8px dotted #81D5D7;
    border-bottom: 8px dotted #81D5D7;
    }
