@import 'https://fonts.googleapis.com/css?family=Quantico';

.mod-featured {
    color: #fff;
    font-weight: 700;
    left: -44px;
    padding: 4px 45px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 16px;
    transform: rotate(-45deg);
    background: #ee413c;
    z-index: 10;
}

#jomevents-mod-items-default .category {
    color: #fff;
    font-size: 1.2rem;
}

#jomevents-mod-items-default .dates-container {
    font-size: 1.2rem;
    opacity: 0.8;
}

#jomevents-mod-items-default .address {
    font-size: 1.2;
    font-weight: 400;
    letter-spacing: 0.1rem;
}

    /*LIST*/
#jomevents-mod-list .jv-mod-date-wrapper {
    background: url("images/date.png");
    display: block;
    width: 73px;
    height: 73px;
}

#jomevents-mod-list .jv-mod-date {
    display: block;
    width: 73px;
    height: 73px;
    font-size: 32px;
    line-height: 70px;
    text-align: center;
    font-family: 'Quantico';
}

#jomevents-mod-list .date-featured {
    background: url("images/date_f.png")!important;
    color: #fff;
}

#jomevents-mod-list .jv-mod-date-month {
    font-size: 16px;
} 

#jomevents-mod-list .date-bar {
    background: #e2e2e2;
    height:1px; 
    margin-top:34px;
    width: 90%;
    margin-left: 4%;
    position: absolute;
    top: 0;
}

#jomevents-mod-list .date-featured .date-bar {
    background: #f37272;
}

#jomevents-mod-list .jv-mod-title h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#jomevents-mod-list .jv-mod-title {
    border-bottom: 1px solid #efefef
}


#jomevents-mod-list .jv-mod-address-wrapper {
    font-size: 16px;
}

#jomevents-mod-list .jv-mod-address-wrapper .jv-mod-hour {
    font-size: 20xp;
    color: #c62b02;
    font-weight: bold;
}

#jomevents-mod-list .jv-mod-object {
    color: #6b92bd
}

/* Slideshow */

.jc-slideshow .jv-caption {
    background: #000;
    opacity: 0.5;
} 


.jc-slideshow .jv-caption h3, 
.jc-slideshow .mod-jv-slide-address {
    padding: 5px;
    margin: 5px;
    color: #fff!important
}

.jc-slider-arrow-left, .jc-slider-arrow-right, .jssora03ldn, .jssora03rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(images/a03.png) no-repeat;
    overflow: hidden;
}

.jc-slider-arrow-left {
    background-position: -11px -41px;
}

.jc-slider-arrow-right {
    background-position: -71px -41px;
}

.jc-slider-arrow-left:hover {
    background-position: -131px -41px;
}

.jc-slider-arrow-right:hover {
    background-position: -191px -41px;
}

/* for 700px or less */
@media screen and (max-width: 600px) {

    .mod-jv-item-cell-first {
        width: auto!important;
        float: none;
    }

    .mod-jv-item-cell-middle {
        width: auto!important;
        float: none;
        margin-left: 0px;
    }
	
	.mod-jv-item-cell-last {
        width: auto!important;
        float: none;
    }

}