body {
    background-image:url('../img/bg.png');
    background-repeat:repeat;
}
p {
    margin: 0 0 20px;
}
.navbar {
    background-image:url('../img/bg.png');
    background-repeat:repeat;
    padding:10px 0;
}
.jumbotron {
    background-color: transparent;
    padding: 70px 0 0 0;
}
.footer {
    margin-top: 40px;
    padding: 40px 0;
}
.event {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
}
.event + .event {
    padding-top: 30px;
}
.event .date {
    margin-bottom: 7px;
    color: #2a6496;
}

/* tambahan untuk style theme */
h1, .h1, h2, .h2, h3, .h3 {
    font-weight: bold;
}
.breadcrumb {
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    color: #636363;
    padding: 0px;
    margin-bottom:0px;
}
.breadcrumb a {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding:1px 5px;
}

/* -- tambahan untuk widget booking -- */
.product_total {
    border: 1px solid #BFC9D9;
    border-radius: 8px;
    padding: 30px 30px 35px;
}
.sidebar {
    position: sticky;
    align-self: flex-start;
    top: 80px;
}

.price-wrap {
    font-size: 16px;
    font-weight: 500;
}
.ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #BFC9D9;
}
.ttl_prcbox {
    display: flex;
    justify-content: space-between;
}
.ttl_prcbox .price-selected {
    width: 50%;
}
.price_ori {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1em;
    width: 50%;
}
.price-wrap .prc {
    font-size: 24px;
    display: block;
    font-weight: 900;
    text-align: right;
}
.price_ori span.regular-price, .price-nominal span {
    font-size: 13px;
    font-weight: normal;
    display: block;
    text-decoration: line-through;
}
.price_ori span.nominal {
    font-size: 18px;
}
a.order-now, button.order-now {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.ttl_note {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}
a.order-now, button.order-now {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.wp-block-button__link:not(.has-background) {
    color: #000000;
    background-color: #f6bd05;
}
a, button, input {
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
}
button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px;
}
button:hover, input[type=button], input[type=reset], input[type=submit] {
    background: #000000;
    color: #fff;
}
@media (min-width: 1025px) {
.hide-on-desktop {
    display: none !important;
}
}