/* change password  */
.password-box{width: 50%;
    margin: 0 auto;
}
.password .form-control{
    height: 38px !important;
}
.enter-email{
    margin-bottom: 16px;
}
.enter-email small{
  text-transform: capitalize;
}
/* change password end */


/* get-info page  */
.info-area-box{
    border:1px solid #8a1419;
}
.info-area-box .info-head{
    background: #8a1419;
}
.ticket-option{
    border-color: green ;
}
.ticket-option .ticket-option-head{
    background: green;
}
.info-calender .view-calender{
    margin-bottom: 0;
    font-size: 12px;
    padding: 2px 6px;
    background: white;
    color: #8a1419;
}
.info-event{display: block;}
.share-via{
    text-align: center;
    text-transform: capitalize;
    position: relative;

}
.share-via span{
    padding: 0 8px;
    background-color: white;
    position: relative;
    z-index: 1;
}
.share-via::after{
    position: absolute;
    content: "";
    width: 100%;
    height: .5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #a7a7a7;
}
.share-via-area ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 12px 0;
}
.share-via-area ul li a{
    color: black;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 4px 10px ;
    position: relative;
    border: 2px dotted #acabab;
    border-radius: 4px;
    transition: all 0.7s ease-in-out;
}
.share-via-area ul li a i{
    position: absolute;
    padding: 6px;
    border-radius: 50% ;
    background: #96791e;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    transition: all 0.7s ease-in-out;
}
.share-via-area ul li a i.fa-facebook{
    padding: 6px 9px;
}
.share-via-area ul li a:hover i{background: #d4b349;}
.share-via-area ul li a:hover{border: 2px dotted #535353;}
.box-office-hrs .season-tickets P{
    border-bottom: none;
}
.box-office-hrs .season-tickets{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}
.box-office-hrs .season-tickets .login-view a{
    color: #686767;
    padding: 4px 6px;
    border: 1px solid #686767;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 4px;
}
.ticket-opt p{
    background: #e9e9e9;
    padding: 12px !important;
    text-transform: capitalize;
}
.ticket-opt .alert{
    margin: 12px !important;
}
.map-area{
    position: relative;
}
.profile-map h6{
    display: flex;
    flex-direction: column;
}
.map-area .open-google{
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.map-area .open-google a{
    text-transform: capitalize;
    padding: 6px 12px;
    background: #856602;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
}
.map-area iframe{
    width: 100%;
    height: 340px;
    border: none;
    position: relative;
}
/* get-info page end */