/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* Ticket Widget-2 */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */


#ticket-widget-2-container {
    font-family: 'Roboto Condensed';
    position: absolute;
    
    /* resize: */
    top: 200px;
    left: 636px;
    width: 322px;
    height: 45px;
    
	overflow: hidden;	
    cursor: default;
    opacity: 1;
     /* background-color: red;*/
}

#ticket-widget-2-bg {
    position: absolute;
    
    /* resize: */
    top: 0px;
    right: 0px;
    width: 320px;
    height: 90px;
    
    /*background-image: url(tw_bg1.png); */
    background-repeat: no-repeat;
    background-position: 0 0;
    /*background: rgba(255, 0, 0, 0.5);*/
    opacity: 1;
}

#see-more-ticket-widget-2 {
    position: absolute;
    top: 26;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 1;
    display: flex;
    align-items: center;
}

/*Style of Theater name on Ticket-Widget-2*/
p#theater-name-ticket-widget-2,
p#theater-name2-ticket-widget-2 {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 0 3px;
    line-height: 13px;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

p#theater-name-ticket-widget-2 {
    position: absolute;
    top: 7px;
    left: 0px;
}

#show-times-ticket-widget-2 {
    top: 24px !important;
    left: 0px;
    width: 177px;
    height: 50px;
    position: absolute;
    opacity: 1;
    overflow: hidden;
    /*background-color: red;*/
    padding-top: 1px; /* DL: fix for mobile (border was cut off) */
}

p#theater-name2-ticket-widget-2 {
    position: absolute;
    top: 48px;
    left: 0px;
}

#show-times2-ticket-widget-2 {

    top: 65px !important;
    left: 0px;
    width: 162px;
    height: 50px;
    position: absolute;
    opacity: 1;
    overflow: hidden;
}


/*Style of Show Times on Ticket-Widget-2*/
a#show-times-ticket-widget-2_a,
a#show-times2-ticket-widget-2_a {
    border: 1px solid #fff;
    color: white;
    /*background-color: black;*/
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 3px;
    margin-right: 0px;
    padding-left: 2px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
    text-decoration: none;
    width: 40px;
    text-align: center;
    letter-spacing: .01em;
    border-radius: 0px;
}

/*Style of Mouse Hover Show Times on Ticket-Widget-2 */
a#show-times-ticket-widget-2_a:hover,
a#show-times2-ticket-widget-2_a:hover {
    background: white;
    color: black;
    border: 1px solid white;
}

/*Style of see more button on Ticket-Widget-2*/
a#see-more-btn-ticket-widget-2 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(end_cta.png);
    background-size: contain;
    width: 144px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 109px;
    margin-right: 0px;
    overflow: hidden;
    /*border-radius: 3px;*/

}

#see-more-btn-ticket-widget-2 {
    top: 21px !important;
    left: 178px;
    width: 109px;
    position: absolute;
}

/* ======================================================== */
/* ======================================================== */
/* Ticket Widget-2  END */
/* ======================================================== */
/* ======================================================== */


/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* Ticket-Widget-1 */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
#ticket-widget-1-container {
    position: absolute;
    bottom: 0px;
    /* resize */
    left: 0px;
    width: 100%;
    /* resize */
    height: 33px;
    /* resize 
    background-image: url(cta2.png); */
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0;
    cursor: pointer;
}

#see-more-ticket-widget-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33px;
    z-index: 3;
    /* background-image: url(cta_text1.png);  */
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 1;
    display: flex;
    align-items: center;
    padding-left: 350px;
    padding-right: 2px;
    padding-top: 0px;
    width: calc(100% - 350px);
}

/*Style of theater name on Ticket-Widget-1*/
p#theater-name-ticket-widget-1 {
    color: white;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 0 3px;
    line-height: 13px;
    max-width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*Style of show times on Ticket-Widget-1*/
a#show-times-ticket-widget-1_a {
    border: 1px solid white;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    margin-left: 3px;
    margin-right: 0px;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
    text-decoration: none;
    width: 40px;
    text-align: center;
    letter-spacing: .05em;
    padding-top: 1px;
    height: 11px;
}

/*Style of mouse hover show times on Ticket-Widget-1*/
a#show-times-ticket-widget-1_a:hover {
    background: #a32a2c;
    color: white;
}

/*Style of see more button on Ticket-Widget-1*/
#see-more-btn-ticket-widget-1 {
    text-decoration: none;
    cursor: pointer;
    background-image: url(see_more.png);
    height: 20px;
    width: 119px;
    background-position: right center;
    background-repeat: no-repeat;
    flex: 1;
    min-width: 119px;
    margin-right: 45px;
    margin-top: 1px;

    border-radius: 2;

}

/* ======================================================== */
/* ======================================================== */
/* Ticket-Widget-1 END*/
/* ======================================================== */
/* ======================================================== */
