html {
  background-color: #fff;
  background-image:url(../images/body_bg.jpg);
  background-size: cover;
}

body {
    background-color: transparent;
    margin:0;
}
h1 {
    font-size: 22px;
}
h1, h2, h3, table.table-formatted th {
    font-family: arial, sans-serif;
}

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

#page-title-wrapper {
    background:transparent;
    background-position: center;
    max-width:100%;
    padding:0;
    width:100%;
    margin:0 0;
    }
    #page-title {
    background-image:url(../images/header.png);
    background-position: top left;
    padding-top:5px;
    height:125px;
    width:auto;
    }
    #page-title h1 {
    height:0;
    margin:0;
    padding: 0;
    }

#page-content-wrapper {
    width:100%;
    padding:0;
}
    #page-content {
        width:auto;
        padding: 15px;
        background-color: #eee;
    }

#above-content {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 3px 2px;
    margin: 0px;
    }

.image {
    box-shadow: 0 0 5px #ccc;
    }

div.content-wrapper .body img {
    float:right;
    margin:0 0 10px 10px;
    box-shadow: 0 0 5px #ccc;
    }

#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 center;}
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 {
    background-color: #395BAA;
    border: 2px solid #395BAA;
    color: #fff;
    font-weight:400;
    margin-bottom: 5px;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    }
    .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: #333;
    border: 2px solid #333;
    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 {
    background-color: #fff;
    border: 2px solid #395BAA;
    color:#395BAA;
    }
    a.details:hover, .empty-cart-wrapper a:hover {
    background-color: transparent !important;
    border: 2px solid #333 !important;
    color: #333 !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 #395BAA;
    color: #395BAA;
    }
    a.button.buttonM.bDefault.tableButton:hover, a.button.buttonM.bRed.tableButton:hover, a.checkout-home:hover, .voucher-activate a:hover {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;
    -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;
    padding: 8px 7px;
    margin-left:5px;
    border-radius: 4px;
    font-size: 14px;
    }
    .voucher-activate .field label {
    width:100px;
    }
    .voucher-activate input[type=text] {
    width:100px;
    }
    .voucher-activate .field {
    border: 2px solid #395BAA;
    border-radius: 4px;
    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;
    }

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

.parent_event .image a img {
  width: 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;
}

.plan-select, .cart-image-wrapper {
    display: none;
}


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

#page-footer-wrapper {
    background: none;
    background-color: transparent;
    color: #999;
    width: 100%;
    font-size:13px;
    }
    #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: #395BAA;
    cursor: pointer;
    }
    #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: #333;
    }


    /* ******* */

    #formConfirm h3:nth-child(2):after {
      content: "Donation";
    }
    #formConfirm h3:nth-child(2) span {
      display: none;
    }
    #formConfirm .handlers:before {
      content: "All donations will be 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 {
      font-size: 0;
    }
    .auth-net-review .row:nth-of-type(3) .review-label label:before {
      content: "Donation";
      font-size: 14px;
    }


/* 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;
    }
    .image {
      display: none;
    }
}

@media only screen and (min-width: 980px) {
    #page-title {
        width:980px;
        padding-top:0px;
    }
    #page-content {
        width:980px;
    }
    #page-footer-wrapper #page-footer {
        width:980px;
    }
}

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