/**
 * Event2 Shortcode
 */

a {
    color: black;
}

a:hover,
a:focus {
    color: lighten(black, 10%);
}

.entry-content a {
    box-shadow: none;
}

.event2-event_image {
    margin-bottom: 15px;
}

.event2-event_date {
    font-size: 13px;
	color: lighten(black, 10%);
}

.entry-content a {
	box-shadow: none;
}

.event2-event_image {
	margin-bottom: 15px;
}

.event2-event_date:hover,
.event2-event_title:hover > a {
    text-decoration: underline;
}

.event2-event_date {
    display: block;
    margin-bottom: 10px;
}

.entry-content h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
}

.event2-event_title > a {
    display: block;
	text-decoration: underline;
}

.event2-event_date {
	display: block;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0;
}

.event2-event_title > a {
	display: block;
  display: -webkit-box;
  max-height: 81px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event2-whatson-post {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .event2-whatson-post-all {
        overflow: hidden;
        margin: -15px;
    }

    .event2-whatson-post {
        width: 50%;
        float: left;
        padding: 15px;
        padding-top: 33.3333%;
        margin-bottom: 0;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .event2-whatson-post:after {
        content: "";
        clear: both;
    }

    .event2-event_image:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #ed360f;
        transform: translateY(100%);
        transition: all ease 0.45s;
        z-index: 5;

        opacity: 0;
        visibility: hidden;
    }

    .event2-event_image  {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        background: gray;
        overflow: hidden;
        z-index: 1;
    }

    .event2-event_image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .event2-event_main {
        position: absolute;
        padding: 40px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        z-index: 10;
        transition: all ease 0.5s;
    }

    .event2-whatson-post:hover .event2-event_image:before,
    .event2-whatson-post:focus .event2-event_image:before {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .event2-whatson-post .event2-event_date,
    .event2-whatson-post .event2-event_title > a {
        color: white;
    }
}

/* event-form-search */
.event-form-search {
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.event-form-search button[type=button] {
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    margin: 10px;
    border-radius: 0;
    border: 1px solid #ed360f;
    background: #ed360f;
    font-size: 14px;
    letter-spacing: 1.5px;
    outline: none;
    transition: all ease 0.3s;
}

.event-form-search button[type=button]:hover,
.event-form-search button[type=button]:hover {
    background: white;
    color: #ed360f;
}

.event-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin: 10px 0;
    background: #f3f3f3;
    border-color: #f3f3f3;
    outline: none;
}

@media (min-width: 480px) {
    .event-select {
        width: auto;
        min-width: 200px;
        margin: 10px;
    }
}


/* .event2-pagination */
.event2-pagination {
	text-align: center;
	margin: 20px 0;
	clear: both;
}

.event2-pagination > .page-numbers {
	color: #ccc;
	font-size: 18px;

	display: inline-block;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	transition: all ease 0.3s;
}

.event2-pagination > .page-numbers:hover,
.event2-pagination > .page-numbers:focus {
	color: #ed360f;
}

.event2-pagination > .page-numbers.current {
	color: black !important;
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.event2-whatson-post {
		width: 50%;
		float: left;
		padding: 15px;
		padding-top: 33.3333%;
		margin-bottom: 0;
		position: relative;
		display: block;
		overflow: hidden;
	}

	.event2-whatson-post:after {
		content: "";
		clear: both;
	}

	.event2-event_image:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #ed360f;
		transform: translateY(100%);
		transition: all ease 0.45s;
		z-index: 5;

		opacity: 0;
		visibility: hidden;
	}

	.event2-event_image  {
		position: absolute;
		top: 15px;
		right: 15px;
		bottom: 15px;
		left: 15px;
		background: gray;
		overflow: hidden;
		z-index: 1;
	}

	.event2-event_image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.event2-event_main {
		position: absolute;
		padding: 40px;
		right: 15px;
		bottom: 15px;
		left: 15px;
		z-index: 10;
		transition: all ease 0.5s;
	}

	.event2-whatson-post:hover .event2-event_image:before,
	.event2-whatson-post:focus .event2-event_image:before {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.event2-whatson-post .event2-event_date,
	.event2-whatson-post .event2-event_title > a {
		color: white;
	}
}
