/*Imports are as followed:*/
@import url("/resources/css/calendar-73b9da9c3ac7c9c1e27d8170ff452751.css");
@import url("/resources/css/checkout-c147dc5cc99708626c7c918630194649.css");
@import url("/resources/css/user-information-0beb5d91e259876883f1fb899f332be4.css");
@import url("/resources/css/confirmation-9fb80b9e1837941d3c3b978ebc4e1a03.css");
@import url(/resources/css/accountinfo-34f7c063677aca1296d1aa94e076bc71.css);
@import url(/resources/css/cart-528d6b0164de56a689f74ea5c002e09b.css);




#headline{
    position: relative;
}
.timer-header, .timer-message{
    color: black;
}

#timer-container{
    padding: .75rem 1rem;
}

.timer-wrapper{
    background-color: #98C7C1;
    font-weight: bold;
    color: #000;
}

.breadcrumb-row-container{
    margin           : auto;
    background-color : #F6FAFB;
    padding          : 1rem 0;
    max-width        : 100%;
}

.breadcrumb-row-container .breadcrumb{
    background-color : transparent;
}

.breadcrumb-row-container .breadcrumb{
    list-style : decimal inside none;
}

.breadcrumb-row-container .breadcrumb .breadcrumb-box{
    opacity      : 0.5;
    /*text-transform: uppercase;*/
    /*font-size: 12px;*/
    width        : auto;
    margin-right : 3%;
}

.breadcrumb-row-container .breadcrumb .breadcrumb-box::after{
    top         : 1px;
    right       : -16px;
    content     : "\f105";
    position    : relative;
    display     : inline-block;
    font-family : "Font Awesome 5 Free";
    font-weight : 900;
    font-size   : 15px;
}

.breadcrumb-row-container .breadcrumb .breadcrumb-box:last-child::after{
    content : '';
}

.breadcrumb-row-container .breadcrumb .breadcrumb-box.active{
    opacity : 1;
}

.header-bg{
    z-index: 0;
    left: 0;
    top: 0;
}

.header-container{
    position: relative;
    z-index: 1;
}

ul, ol{
    list-style-type : none;
}

input{
    line-height      : normal;
    background-color : transparent;
}

body{
    background  : #F6FAFB;
    font-family : Cabin, Arial, Helvetica, sans-serif;
    font-weight : 400;
    overflow-x: hidden;!important;
}

input[type="submit"]{
    cursor : pointer;
}

.loader{
    border-color : rgb(84, 119, 15) rgba(126, 173, 146, 0.2) rgba(126, 173, 146, 0.2) !important;
}

#loader{
    background-color : rgba(0, 0, 0, 0.6);
}

#box-wrap{
    margin             : 0 auto;
    background         : #F6FAFB;
    width              : 100vw;
    max-width          : 1000px;
    -webkit-box-shadow : 0 0 9px rgba(0, 0, 0, 0.4);
    -moz-box-shadow    : 0 0 7px rgba(0, 0, 0, 0.4);
    box-shadow         : 0 0 7px rgba(0, 0, 0, 0.4);
}

p{
    margin         : 0 0 21px 0;
    color          : #666e74;
    font-family    : inherit;
    letter-spacing : 0.25px;
}
.sitename{
    font-size: 1em;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

a{
    color           : #3a8c83;
    text-decoration : none;
}

a:hover{
    /*color           : #ffffff;*/
    text-decoration : none;
}

.group-title{
    font-size   : 28px;
    font-weight : 300;
    color: #3a8c83;
}

.fa-shopping-cart{
    color: #3a8c83;
}

.tickets-list-header{
    font-size : 14px;
}

h1.ticket-headline-text{
    color          :#3a8c83;
    font-size      : 46px;
    margin         : 20px 12px;
    position       : relative;
    font-weight    : 200;
    letter-spacing : -0.03em
}

h6.phone-icon p{
    color          :#3a8c83;
}

/*==========header styling===========*/
#header{
    position          : relative;
    background-image: url("/resources/images/header2-686e7b9647ced60d1fb5df8d1028c429.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /*height            : 210px;*/
}
#header:after{
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); !* Opera 11.10+ *!*/
    /*background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); !* IE10+ *!*/
    /*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); !* W3C *!*/
}

.contact_email{
    font-weight: 700;
}

.header-navbar img{
    max-width : 100%;
}

img.phone-icon, img.email-icon{
    width: 15px;
}

/*icon styling*/
.contact-icon-style{
    display        : inline;
    margin         : 0px;
    padding        : 7px;
    vertical-align : middle;
    margin-top     : -7px;
    color: #3a8c83;
    font-weight: bold;

}

.contact_phone{
    color           : #096F64;
    font-weight: 700;
}

/*=======navbar styling=========*/
ul.nav-list{
    list-style-type  : none;
    margin           : 0;
    padding          : 0;
    overflow         : hidden;
    background-color : #3a8c83;
    /*border-top       : 1px solid #202020;*/
    /*border-bottom    : 3px solid #222;*/
    height           : 43px;
    margin-bottom    : -3px;
}

.nav-list li{
    border-right : 1px solid #555;;
}

.nav-item a{
    color : #000;
}

.nav-list li a{
    display         : block;
    color           : white;
    text-align      : center;
    padding         : 14px 16px;
    text-decoration : none;
}

.nav{
    padding-left : 0px;
}

.nav-tabs{
    border-bottom : none;
}

.nav-and-breadcrumbs{
    max-width   : 100%;
    margin-left : 0px;
}

.navbar-nav{
    flex-direction : row;
}

.nav-page {
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #ececea;
}

.nav-page a{

    color            : #3a8c83;
    background-color : #ececea;
    padding          : 16px 25px;
    display          : inline-block;
    font-weight      : normal;
    transition       : .4s all;
    font-style       : normal;
    letter-spacing   : 2px;
    /*font-family      : Arial, Helvetica, sans-serif;*/
    font-size        : 13px;
}

.nav-page a:hover{
    background-color : #fffdfd;
    text-decoration  : none;
}

.nav-page.active a{
    color            : #3a8c83;
    background-color : #F6FAFB;
}

.mobile-nav-tabs{
    list-style : none;
    display    : none;
    padding    : 5px;
}

/*modal color*/

button.close{
    color: #3a8c83;
}

/*footer styles*/
footer{
    width: 100%;
    padding: 10px 0 0 0;
    background-image: url(/resources/images/Trees_ftbg-a413fd7ad1e3f2957fa4dc782fb295d2.jpg);
    height: 25vh;
    background-size: cover;
    background-repeat: no-repeat;
}


/*.footer-wrapper{*/
/*    margin                  : 0 auto;*/
/*    position                : relative;*/
/*    padding                 : 26px 0 18px;*/
/*    text-align              : right;*/
/*    border-top-right-radius : 2px;*/
/*    border-top-left-radius  : 1px;*/
/*    top: 10rem;*/

/*}*/

.powered-vivaticket-logo{
    width : 220px;
}

.sitename{
    color : #333333;
}

.copyrights{
    color : #333333;
}

.page-container{
    margin           : auto;
    padding-top      : 1px;
    background-color : #f0f0f0;
}

.calendar-page{
    max-width        : 100%;
    margin           : auto;
    background-color : #F6FAFB;
    padding-bottom   : 1%;
}

.calendar-tables{
    margin : auto
}


/*-----button styles---------*/
.right-arrow{
    margin-right : 7px;
}

.pat-button{
    background-image: linear-gradient(180deg, #6da7a0 0%, #3a8c83 100%);
    color      : #ffffff !important;
    /*margin-bottom : 1rem;*/
    /*margin-right  : 1rem;*/
    margin-top : -5px;
    transition: 0.3s;
}
.pat_btn:hover{
    background-image: linear-gradient(180deg, #3a8c83 0%, #6da7a0 100%);
}

.webcart-checkout-btn{
    background-image: linear-gradient(180deg, #6da7a0 0%, #3a8c83 100%);
    color      : #ffffff !important;
    /*font-weight      : bold;*/

    text-align       : center;
    display          : inline-block;
    cursor           : pointer;
    transition       : 0.3s;
    width            : auto;
}

.webcart-checkout-btn:hover{
  background-image: linear-gradient(180deg, #3a8c83 0%, #6da7a0 100%);
  color: #ffffff;
}

.cart_buttons{
    margin-top      : 2rem;
    justify-content : space-between;
}

.webcart-clear-btn{
    background-image: linear-gradient(180deg, #6da7a0 0%, #3a8c83 100%);
    /*font-weight : bold;*/
    color      : #ffffff;
    text-align : center;
    display    : inline-block;
    cursor     : pointer;
    transition : 0.3s;
    width      : auto;
}

.webcart-clear-btn:hover{
    background-image: linear-gradient(180deg, #3a8c83 0%, #6da7a0 100%);

    color      : #ffffff;
}
.pat_btn_cofirmBtn{
    color: #3A8C83;
    font-size: 1rem!important;
}

/*----------Ticket styles----------*/
.value_tkt{
    width : 100px;
}

#ticketsSelection{
    /*border        : 1px solid #e5e5e5;*/
    border-top    : 0 none;
    margin-bottom : 6rem;
}

#tickets-list{
    padding : 10px;
}


.productRow,
.tickets-list-header{
    margin-left      : -10px;
    margin-right     : -10px;
    padding          : 8px;
    background-color :#F6FAFB;
}

.productRow.even,
.productRow.passprod:nth-of-type(even){
    background-color : #f0f0f0;
}

.qty-sel{
    border              : 1px solid #212529;
    padding             : 0 30px 0 .75rem;
    height              : calc(1.5625rem + 1px);
    display             : block;
    line-height         : 1.3;
    width               : 60px;
    max-width           : 100%;
    box-sizing          : border-box;
    margin              : 0;
    -moz-appearance     : none;
    -webkit-appearance  : none;
    appearance          : none;
    background-color    : #fff;
    background-image    : url('/resources/images/dropdown-a95fd1b9df696b56636dea7120ba5bfc.svg');
    background-repeat   : no-repeat, repeat;
    background-position : right .7em top 50%, 0 0;
    background-size     : .85em auto, 100%;
    color               : #212529;
    cursor              : pointer;
}

.qty-sel.disabled{
    cursor           : default;
    pointer-events   : none;
    background-color : #ececea;

}

.no-products-found{
    font-size   : 30px;
    padding-top : 2rem;
    text-align  : center;
}

/*.jconfirm.jconfirm-bootstrap .jconfirm-box{*/
/*    background-color :#3a8c83!important;*/
/*}*/
/*.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {*/
/*    color: #ffffff!important;*/
/*}*/

.modal-subheader{
    width       : 252px;
    padding     : .5rem;
    font-weight : bold;
    color : #3a8c83;
}

.passes-modal-subheader{
    width       : 193px;
    padding     : 1rem;
    font-weight : bold;
}

/*scroll to top*/
#return-to-top{
    position              : fixed;
    bottom: 92px;
    right: 31px;
  background-color: #000000;
    width                 : 30px;
    height                : 30px;
    display               : block;
    text-decoration       : none;
    -webkit-border-radius : 35px;
    -moz-border-radius    : 35px;
    border-radius         : 4px;
    display               : none;
    -webkit-transition    : all 0.3s linear;
    -moz-transition       : all 0.3s ease;
    -ms-transition        : all 0.3s ease;
    -o-transition         : all 0.3s ease;
    transition            : all 0.3s ease;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px;*/
    /*border: 2px solid white;*/
}

#return-to-top i{
    color              : #fff;
    margin             : 0;
    position           : relative;
    left               : 7px;
    top                : 5px;
    font-size          : 19px;
    -webkit-transition : all 0.3s ease;
    -moz-transition    : all 0.3s ease;
    -ms-transition     : all 0.3s ease;
    -o-transition      : all 0.3s ease;
    transition         : all 0.3s ease;
}



#return-to-top:hover i{
    color : #fff;
    top   : 2px;
}

/*---------info popup---------*/
.info-popover{
    display    : none;
    position   : fixed;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    background : rgba(0, 0, 0, .4);
    z-index    : 9999;
}

.popover-body, .popover-body2{
    background    : #ffffff;
    max-width     : 600px;
    width         : 95%;
    position      : absolute;
    border-radius : 5px;
    padding       : 15px;
}

.description{
    color   : #000;
    padding : .5rem;
}

.fas fa-times{
    color: #ffffff;
}
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.29);
}

.close-popover{
    cursor     : pointer;
    font-size : 1.3em;
    color      : #3a8c83;
}

.product-title{
    color : #3A8C83;
    font-size: 24px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
    color : #3a8c83;
}

.pat_btn{
    background-image: linear-gradient(180deg, #6da7a0 0%, #3a8c83 100%) !important;
    color: #ffffff !important;
    margin-top: -5px;
}

/*Audio eye button*/
button.triggerAccessible{
    position : fixed !important;
    right    : 10px !important;
    bottom   : 80px !important;

}


/*------media queries------*/


/* iPhone 5/SE----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 575.98px){
    #datepickerhead{
        padding-top : 0;
        text-align  : center;
    }

    #perfSelection{
        margin-top : 1rem;
    }

    .datepicker-inline{
        width      : 100%;
        margin-top : 1rem;

    }

    .breadcrumb-row-container{
        max-width : 100%;
    }

    .breadcrumb-row-container .breadcrumb .breadcrumb-box{
        margin-right : 7%;
    }

    .breadcrumb-row-container .breadcrumb .breadcrumb-box::after{
        right : -10px;
    }

    .group-title{
        text-align : center;
    }


    button.triggerAccessible{
        font-size : 11px !important;
    }


    .nav-and-breadcrumbs{
        margin-left : 0;
    }

    .footer-nav{
        flex-direction : column;
    }

    .logo{
        justify-content : center;
    }

    .copyrights, .sitename{
        display         : flex;
        justify-content : center;
    }


    .productRow{
        font-size : 12px;
    }

    .item-price{
        white-space : nowrap;
    }

    .qty-sel{
        width : 100%;
    }

}

@media (min-width : 576px) and (max-width : 767.98px){
    .breadcrumb-row-container .breadcrumb .breadcrumb-box::after{
        right : -8px;
    }

    .qty-sel{
        width : auto;
    }
}

/* media query for xs and sm devices */
@media only screen and (min-device-width : 320px) and (max-device-width : 767.98px){
    .contact-info a{
       font-weight: bold;
    }

    #header{
        padding : 20px 10px;
        height  : auto;
    }

    #box-wrap{
        width : 100%;
    }

    .mobile-nav-tabs li a{
        border : 1px solid #e5e5e5;
    }

    .nav-page.active a{
        width : 100%;
    }

    .nave-page a{
        width : 100%;
    }

    .mobile-nav-tabs li a{
        width : 100%;
    }

    .page-container{
        margin-top       : 1rem;
        padding-top      : 0;
        background-color : #ffffff;
    }

    .mobile-nav-tabs li a{
        border : 1px solid #e5e5e5;
    }

    .breadcrumb-row-container{
        max-width : 100%;
    }
}

@media (min-width : 768px) and (max-width : 991.98px){
    .qty-sel{
        width : auto;
    }
}

@media (min-width : 992px) and (max-width : 1199.98px){

}

@media (min-width : 1200px){
}

/* iphone 6,7,8 plus Landscape */
@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (-webkit-min-device-pixel-ratio : 2)
and (orientation : landscape){
    #perfSelection{
        /*width       : 50%;*/
        margin-top  : 4rem;
        margin-left : 1rem;
    }

    /*.footer-wrapper{*/
    /*    margin-left : -22rem;*/
    /*}*/

    .footer-nav{
        flex-direction : column;
    }

    .copyrights, .logo, .sitename{
        display         : flex;
        justify-content : center;
    }
}

/* iphone 6,7,8 Landscape */
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (-webkit-min-device-pixel-ratio : 2)
and (orientation : landscape){

    #perfSelection{
        width : 100%;
    }

    .footer-wrapper{
        margin-left : 0rem;
    }
}

/*iphone 5 Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (-webkit-min-device-pixel-ratio : 2)
and (orientation : landscape){

    #perfSelection{
        width : 100%;
    }

    .footer-wrapper{
        margin-left : 0rem;
    }
}

/*ipad*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px){

    #box-wrap{
        width : 100%;
    }

    a, .contact_phone{
        font-size : 14px;
    }


    .nav-and-breadcrumbs{
        margin-left : 0;
    }

}

@media only screen and (min-width : 1025px){
    .page-container{
        width : 1180px;
    }

    #box-wrap{
        max-width : 1180px;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen
and (min-width : 1024px)
and (max-height : 1366px)
and (-webkit-min-device-pixel-ratio : 1.5){
    .checkcart-grandtotal{
        margin-right : 2.8rem;
    }
}