/*----------------- GLOBAL -----------------*/
h1.pageTitle:before {
    content: "\25ba";
    font-size: 22px;
    color: #ffb30f;
    margin-right: 5px;
    vertical-align: middle;
}
.scForm input[type=text] {
    border-radius: 4px;
}
.scForm button {
    width: 100%;
}
/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #d35151;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
}
.ctaNav .blockInnerContent {
    text-align: center;
    font-size: 16px;
}
.ctaNav .blockInnerContent a {
    color: #f4a700;
    text-decoration: underline;
}
.ctaNav .blockText {
    padding-right: 4%;
    padding-left: 4%;
}
/*----------------- HOME -----------------*/
/*FEATURE SLIDER*/
.eventColl-item--slideshow1 .eventColl-content {
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    padding: 10px;
}

/*---------------- TICKETS ------------------*/
.eventColl--gridView3 .eventColl-dateInfo {
    background-color: rgba(255,179,14,.95);
    color: #000000;
}
.eventColl--gridView3 .eventColl-img {
    background-size: contain;
}