/* match colors UWS-1855 */

/* using important because previous css on uvmicros.microsite.uvconsolidated-dark.css has !important */

.uv-event-itemlist {
    padding-bottom: 0;
    padding-top: 0;
}

.uv-eventinfo .uv-panel {
    background-color: #30232e;
}

.fa-facebook:before, .fa.fa-twitter:before, .fa-link:before,
.fa-clock-o:before, .fa-map-marker:before,
.uv-copyspan,
.uv-panel .uv-panelbody.uv-panelinfo h2:not(.uv-venuebrandcolor) {
    color: white;
}

.uv-panel .uv-panelbody.uv-panelinfo h2.uv-venuebrandcolor {
    color: #fade03;
    font-weight: 500;
}

.uv-panel .uv-panelbody.uv-panelinfo p {
    color: #a7a4a6;
}

.uv-event-itemtypebody .uv-event-itemlist,
.uv-event-itemtypebody .uv-event-itemlist .uv-event-item:nth-child(odd) {
    background-color: #463343 !important;
}

.uv-event-itemlist .uv-event-item:nth-child(even) {
    background-color: #30232d;
}

.uv-eventbook .uv-event-itemtypeheader,
.uv-eventbook .uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader,
.uv-eventbook .uv-event-itemtypeheader:hover,
.uv-eventbook .uv-event-itemtype:nth-child(even) .uv-event-itemtypeheader:hover,
.uv-event-itemtype:first-child .uv-event-itemtypeheader {
    background: #394D91;
    border-radius: 0;
    border-color: transparent;
}

/* using important because previous css on uvmicros.microsite.uvconsolidated-dark.css has !important */
.uv-eventbook .uv-event-itemtypeheader .uvtitle{
    background-color: transparent !important;
}

.uv-event-item .uvinfo .uvname,
.fa-info-circle:before,
.uv-event-item .uvinfo .uvhighlight,
.uv-event-item .uvitemsel .uvsellabel,
.uv-event-item .uvpricelabel,
.uv-event-item .uvprice > span {
    color: white;
}

.uv-event-itemtype {
    margin-bottom: 12px;
}

a.uv-btn.uv-btn-event3d.uv-btn-external-link{
    background: white;
    color: black;
    border: transparent;
    border-style: solid;
    border-width: 2px;
}

a.uv-btn.uv-btn-event3d.uv-btn-external-link span{
    font-weight: 500;
    text-transform: uppercase;
}

a.uv-btn.uv-btn-event3d.uv-btn-external-link:hover{
    background: black;
    color: white;
    border: white;
    border-style: solid;
    border-width: 2px;
}

/* View map button */
a.uv-btn.uv-btn-event3d:nth-child(odd) {
    background: black;
    border: #d3d3d326;
    border-style: solid;
    border-width: 1px;
    text-transform: uppercase;
}

.uv-event-item .uvactions a{
    background-color: #394D91;
    border-radius: 0;
    color: white;
}

body .uv-event-item .uvactions a:hover{
    background-color: transparent;
    color: white;
}

.uv-event-item .uvactions a,
body .uv-event-item .uvactions a:hover{
    border-color: #394D91;
    border-style: solid;
    border-width: 2px;
}

/* .uv-event-itemlist .uv-event-item::after {
    position: absolute;
    display: block;
    content: " ";
    height: 1px;
    width: 95%;
    width: calc(100% - 2em);
    background-color: #00000017;
    left: 1em;
    bottom: 0;
} */

/* Color corrections */
.uv-pop-mapitem .uv-pop-header .ddate,
.uv-pop-mapitem .uv-pop-header .uvcapacity strong {
    color: white;
}

.uv-mappopwarning > div {
    color: black;
}

/* Had to use important because uvmicros has it */
.uv-pop-body .uvitemsidebar .uvmapiteminfo .uvtitle {
    background-color: transparent !important;
}

/* End of match colors for UWS-1855 */

/* UWS-2636 */
body .uws-event-title .uwsddate .uwsdtime::before{
    content: "at";
}

body .uws-event-title .uwsddate .uwsdtime {
    margin-left: 0.3em;
}

body .uws-event-info .uwsinfobox .uwsddate .uwsdtime::before{
    content: "at";
}
/* end of UWS-2636 */