/*----------------
     Homepage   
-----------------*/

/* header-right position fix */

#t3-mainnav .head-right {
    right: 0;
}

/* Party button styling */

.custom .btn-party {
    
    padding: 15px;
    font-size: 1.2rem;
    border-radius: 10px;
    background-color: #f80039;
    color: white;
    line-height: 48px;
}

.custom .btn-party:hover {
        color: blue;    
        text-decoration: none;
    }

/* Main menu dropdown width */

.mega-dropdown-inner {
    min-width: 200px;
}

/*----------------------
      DT Register
 Open Play Registration
------------------------ */

 /* Finalize Group Button color */
.dth-btn.dth-btn-primary.complete-group {
    color: #fff;
    background-color: #ca4343;
    border-color: #bd3636;
}
.dth-btn.dth-btn-primary.complete-group:hover {
    color: #fff;
    background-color: #a93030;
    border-color: #8e2828;
}

/* Finalize Group Button position */
#dth-members-wrapper .btn-groups {
    text-align: center;
}

/*-------------------------- 
  Open Play Calendar View   
----------------------------*/

/* Calendar Responsiveness */

#dvCalMain {
    overflow-x: auto;
    min-width: 1200px;
}

/*--------------------------
    DT Register Checkout
----------------------------*/

/* Payment Gateway img styling */

#payment .control-label.joomart_gateway .payment-label > img {
    max-height: 60px;
}

/* -------------------------
        Walk Ins
---------------------------*/

/* Admission Fees table styling */

#admission-fees { 
    margin: 0 auto;
    width: 50%;
}

/* Hide event admission fee message
(hack because dt register doesn't refresh
 repeat events when you edit the original) */
 
.dth-topmsg {
    display: none;
}