﻿.eventPage-container {
    width: 100%;
    display: inline-block;
    margin-top: 95px;
}

.eventPage-articleContainer {
    margin-bottom: 60px;
}

.eventArticleImg {
    width: 100%;
}

.eventPage-header {
    font-size: 36px;    
    font-family: "Oswald";
    padding-bottom: 8px;
    text-transform: uppercase;
    padding-left: 0;
}

.eventPage-topHeader {
    margin-bottom: 20px;
    border-bottom: 2px solid #888888;
}

.eventPage-event {
    border-top: 2px solid #383838;
    padding-top: 30px;
    padding-bottom: 30px;
}
.eventPage-eventWrapper {
    padding: 22px 0 22px 22px;
}
.eventPage-title {
    font-size: 36px;
    font-family: "Oswald";
    min-height: 106px;
}
.eventPage-day {
    font-size: 36px;
    font-weight: bold;
}
.eventPage-month {
    font-size: 36px;
    font-weight: 300;
}
.eventPage-locationMarker{
    width: 18px;
}
.eventPage-location{
    font-size: 13px;
    text-transform: uppercase;
}

.eventLocationLink {
    color: white;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .border-lg-right, .border-lg-mid {
        border-left: 2px solid #383838;
    }
}

@media (max-width: 991px) {
    .eventPage-header {
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .border-sm-right {
        border-left: 2px solid #383838;
    }
}

@media (min-width: 852px) and (max-width: 866px) {
    .eventPage-container {
        margin-top: 193px;
    }
}

@media (min-width: 426px) {
    .eventArticleImgText > img {
        width: 18px;
    }
}

@media (max-width: 425px) {
    .eventArticleImgText {
         font-size: 14px; 
    }

    .eventArticleImgText > img {
         width: 15px; 
    }
}

@media (max-width: 380px) {
    .eventArticleImgText {
         font-size: 13px; 
    }
}
@media (max-width: 365px) {
    .eventArticleImgText {
         font-size: 12px; 
    }
}

.eventPage-articleImgContainer {
    position: relative;      
    width: 100%;
}

.eventArticleImgText {
    color: white;
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    width: 100%;
}

.eventArticleImgText:hover,
.eventArticleImgText:focus,
.eventLocationLink:hover,
.eventLocationLink:focus {
    text-decoration: none;
}

.eventArticleImgText > img {
    margin-right: 8px;
    padding-bottom: 3px;
}

.eventFooter-locationMarker {
    height: 42px;
    margin-right: 8px;
    float: left;
}

.eventItem.notFirst {
    margin-top: 60px;
}

.vertical_middle {
    vertical-align: -webkit-baseline-middle;
}