/*
Theme Name:  CVNM Custom Style Sheet
Description: Events Styles
Version:      1.0.0
////// Use version numbers to prompt browsers to re-cache the stylesheet when we update your theme
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Events */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.ecs-event {
    /* width: 30%!important; */
    background: #efefef;
    /* padding: 10px!important; */
    /* border-radius: 30px 0; */
}

h2.ecs-event-title {
    font-size: 1.5em;
    line-height: 1.25;
    margin: 10px 0 ;
}

.ecs-thumbnail {
    height: 150px;
    overflow: hidden;
    /* border-top: solid 10px #dd6622; */
    /* border-radius: 30px 0 0; */
}

.ecs-thumbnail img {
    vertical-align: middle;
}


.ecs-event .summary {
    padding: 0 20px;
}

.ecs-events.ecs-grid.ecs-grid-1 .ecs-event .ecs-date {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 35px;
    background: #d62;
    /* display:inline-block; */
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
    padding: 15px;
    border-radius: 50%;
    height: 70px;
    text-align: left;
    color: #fff;
    vertical-align: top;
    margin: 0 11px 0 0px;
}

.ecs-excerpt {
    display: inline-block;
    /* width: 60%; */
}

.ecs-events.ecs-grid.ecs-grid-1 .ecs-event img {
    width: 100%;
    margin-top: -41%;
}

body .ecs-events.ecs-grid.ecs-grid-1 .ecs-button a {
    background-color: #dd6622;
    border: 2px solid #dd6622;
    background-image: none;
    border-radius: 70px;
    box-shadow: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
    padding: 6px 9px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    zoom:1; width: 100%;
    transition: all 0.2s linear;
}

body .ecs-events.ecs-grid.ecs-grid-1 .ecs-button a:hover {
    background-color: #ffffff;
    border: 2px solid #dd6622;
    color: #dd6622;
    transition: all 0.2s linear;
}

.single-tribe_events .tribe-events-content {
    max-width: 100%;
    padding: 0;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}

.single-tribe_events .tribe-events-event-image {
    clear: none;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
}
