/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Ticket Page Specific CSS */

.grayishorangeImp{
    color: #D6D1CA !important;
}
.rhpPackageSubBox .greyOutButton {
    color: #cccccc;
}
.ticketPageTemplate .pageSection p {
    margin-bottom: 0;
}
 
.ticketPageTemplate .pageSection {
    color: #999999;
}
.ticketPageTemplate .pageSection {
    width: 40%;
}

.package-link {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 215px;
    align-items: center;
    justify-content: center;
    display: flex;    
}
.ticketImageOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;    
}
.ticketImageOverlay2,
.ticketImageOverlay {
    background: transparent linear-gradient(180deg, #22222200 0%, #22222200 50%, #222222 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px 15px 0px 0px;
    opacity: 1;
    z-index: 111;
}
.ticketName {
    color: #222222 !important;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 12px 24px;
}

#ticketNavigation,
#ticketNavigation a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#ticketNavigation a:last-child{
    margin-right: 0px;
}
#ticketNavigation a {
    padding: 12px 24px;
    margin-right: 12px;
    width: 19.15%;
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    color: #33BEAD;
}
.rhpPackageSubBox.card.card-block.d-table-cell.align-middle{
    border: none;
}
.packageTagline h6{
    font-size: 14px;
}
.colorMustardYellow,
.packageTagline h6 {
    color: #D6D1CA;
}
.packageTagline h6, .packageHeadline h5 {
    text-decoration: none;
}
.packageHeadLine{
    font-size: 35px;
    letter-spacing: 0px;
}
.packageSubheadeline{
    font-size: 25px;
}
.vertTextOuter{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#vipBookmark {
    padding-top: 10%;
}

.packageRightCTA,
.packagePrice,
.packArrow,
.plusfees {
    max-width: 120px;
}
.packArrow i {
    color: #D6D1CA;
    width: 24px;
    margin: 0 auto;
    font-size: 32px;  
}
.packArrow,
.packArrow i {
    cursor: pointer;  
}
.packageRightCTA{
    display: flex;
    justify-content: center;
    align-items: center;    
}
.plusfees {
    font-size: 14px;
    letter-spacing: 0px;
    color: #D6D1CA;    
}
.packageWrapDetails.show{
    border-left: 0 !important;
    border-right: 0 !important;
}
.package-link.disabledDesc{
    border-bottom: 0px !important;
}
.rhp-package-cta a.btn {
    color: #222222;
    font-size: 13px;
    padding: 12px 12px;
    letter-spacing: 0.33px;
}


/* Ticket page template changes */
.page-template-ticketTemplate .pageTitle{
  letter-spacing: 12px;
  font-size: 2rem !important;
  font-family: 'Monty Bold' !important;
  color: #f3eb5f;
} 


/************** Media Query start here ************/
@media(max-width: 350px){
    .page-template-ticketTemplate .ticketHeadBack {
         font-size: 1.5rem !important;
    }
}

@media (max-width: 767px) {
    #packdescrow img {
        width: 100%;
    }
    .packagePrice h3 {
        font-size: 1.2em;
    }
    .customWidgetImg {
        height: 82px;
        width: 82px;
    }
    .vertTextOuter{
        align-items: center !important;
        text-align: center;
    }
    .packageRightCTA, 
    .packagePrice, 
    .plusfees{
        text-align: center !important;
        max-width: 100% !important;
    }
    .packArrow{
        max-width: 50px !important;
        margin: 0 auto;
    }
    .package-link {
        background-image: none !important;
        background-color: #222222;
        background-position: 100%;
        background-size: auto;
        padding: 24px 0;        
    }
    .customTopText{
        max-width: 100%;
    }
    #ticketNavigation a {
        padding: 12px 24px !important;
        margin-right: 0 !important;
        margin-bottom: 12px !important;
        width: 100% !important;
    }
    .mobileTicketInfo {
        font-size: 14px;
        font-family: 'Monty Regular' !important;
        line-height: 18px;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    /* package css */
    .packageRelateLink .packageRightCTA{
        border-bottom-left-radius: 0px !important;
    }
        
    .packVertText{
        position: absolute;
        bottom: 0;
        left: 0;  
        width: 100%;
        top: 0;  
        text-align: center;
        transform: rotate(-90deg);
        /* Legacy vendor prefixes that you probably don't need... */
        /* Safari */
        -webkit-transform: rotate(-90deg);
        /* Firefox */
        -moz-transform: rotate(-90deg);
        /* IE */
        -ms-transform: rotate(-90deg);
        /* Opera */
        -o-transform: rotate(-90deg);
        /* Internet Explorer */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);    
    }
}

/* col-md device width */
@media (min-width: 768px) and (max-width: 991px) {  
    .packVertText {
        left: 32px;
    }     
    .packageHeadLine {
        font-size: 22px;
    }

    .packageSubheadeline{
        font-size: 18px;
    }
    #ticketNavigation a {
        padding: 12px 12px !important;
        width: 18.65% !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .packVertText {
        top: 40px;
    }     
    .packageHeadLine {
        font-size: 20px;
    }    
    .packageSubheadeline{
        font-size: 16px;
    } 
}
/* col-lg device width */
@media (min-width: 992px) and (max-width: 1199px) {
    #ticketNavigation a {
        width: 19% !important;
    }
    .packVertText {
        left: 17px;
        padding: 12px 24px !important;
    }
}

.packageDescField{
    display: none;
}
.customTopText{
    padding: 2.25rem 0;
}
.fontMontyBlack{
    font-family: 'Monty Black' !important;
}
.fontMontyRegular{
    font-family: 'Monty Regular' !important;
}
.fontTahomaBold{
    font-family: 'Tahoma Bold' !important;
}

/* Changes font headline size on ticket packages (KM) */
.packageHeadLine {
	font-size: 25px!important;
}

@media screen and (min-device-width: 360) and (max-device-width: 850) {
.packageHeadLine {
	font-size: 20px!important;
}	
}