﻿.ContainerSlider {
    height: 350px;
    margin-top: 20px;
}

    .ContainerSlider .wrapperContent {
        height: 350px;
        min-height: unset;
    }

.Blog {
    float: left;
    margin: 0.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.Blog-1 {
    width: 49.5%;
    height: 100.5%;
}

.Blog-2 {
    width: 49.5%;
    height: 49.5%;
}

.Blog-3 {
    width: 24.5%;
    height: 49.5%;
}

.Blog-Content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: white;
}

    .Blog-title a {
        font-weight: 400;
        color: white;
        font-size: 18px;
        text-shadow: 1px 1px 2px #333;
        transition: .5s color ease-in-out;
        display: block;
    }

        .Blog-title a:hover {
            color: #02cdab;
            text-decoration: none;
        }

.Blog-Teacher {
    margin-bottom: 5px;
    text-transform: uppercase;
}

    .Blog-Teacher a {
        padding: 5px 10px;
        color: white;
        background-color: #b57619;
        display: inline-block;
        font-size: 12px;
        margin-right: 5px;
    }

#rightEventsNews img {
    float: left;
    width: 30%;
    margin: 0 8px 15px 0;
}
#rightEventsNews p{
    padding: 0px !important;
    line-height: 15px;
}

    #rightEventsNews p a {
        transition: .5s color ease-in-out;
    }
        #rightEventsNews p a:hover {
            text-decoration: none;
            color: #02cdab;
        }


.entry {
    display: block;
}

    .entry .entry-info {
        font-size: 12px;
        margin-top: 8px;
    }