/*
 * Events Form
 */

.widget-events .form-container {
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: solid 3px #fff;
}
.widget-events .form-container input[type="submit"] {
	padding-left: 0;
	padding-right: 0;
}
.widget-events .form-container .row {max-width: 1010px;}
.widget-events .time-window {margin-bottom: 20px;}
.widget-events .time-window .button {
	width: 100%;
	margin-bottom: 10px;
	background-color: transparent;
}
@media only screen and (min-width: 40.063em){
	/* > 641px  */ 
	.widget-events .form-container {
		padding-left: 0;
		padding-right: 0;
		padding-top: 26px;
		padding-bottom: 10px;
	}
	.widget-events .form-container input[type="text"],
	.widget-events .form-container input[type="search"],
	.widget-events .form-container select {margin-bottom: 25px;}
	.widget-events .form-container form .columns:last-child {padding-left: 0;}
	.widget-events .time-window {text-align: center;}
	.widget-events .time-window .button {
		display: inline-block;
		width: auto;
	}
	.widget-events .time-window .button:not(:last-child) {margin-right: 20px;}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 

}



/*
 * Events Item
 */
.widget-events .list-item {}
.widget-events .list-item .image-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.widget-events .list-item .image-container img {
	width: 100%;
	position: relative;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.widget-events .list-item .image-container:hover img {transform: scale(1.08);}
.widget-events .list-item .content-container {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 7px 15px;
}
.widget-events .list-item .image-gradient-dark::before {
	height: 61%;
}
.widget-events .list-item .title {
	font-size: 21px;
	line-height: 27px;
	font-family: 'AromaNo2LTW01-Regular';
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}
.widget-events .list-item .location {
	display: none;
	font-size: 18px;
	line-height: 21px;
	font-family:'Avenir Next LT W01 Bold';
	color: #f8971d;
	font-weight: 500;
}
.widget-events .list-item .date-banner {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #211645;
	color: #fff;
	padding: 8px 10px 12px;
	margin: auto;
	height: 101px;
}
.widget-events .list-item .date-banner .day {
	font-family: 'Triump W01 Bold1499955';
	font-size: 41px;
	border-bottom: solid 2px #fff;
	line-height: 41px;
	padding-bottom: 4px;
}
.widget-events .list-item .date-banner .month {
	font-family:'Triump W01 Regular1499947';
	font-size: 25px;
	text-transform: uppercase;
	line-height: 26px;
	padding-top: 7px;
	font-weight: 500;
}
@media only screen and (min-width: 40.063em){
	/* > 641px  */ 
	.widget-events .list-item .title {
		margin-bottom: 13px;
		padding-left: 60px;
	}
	.widget-events .list-item .location {display: block;}
	.widget-events .list-item .content-container {padding: 7px 21px 17px;}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 
	.widget-events .list-item .title {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 5px;
	}
	.widget-events .list-item .location {
		font-size: 21px;
		line-height: 29px;
		padding-left: 20%;
	}
	.widget-events .list-item .date-banner {bottom: 0;}
}
/*
 * Events List Layout
 */

.widget-events {margin-bottom: 25px;}
.widget-events .event-items {margin-top: 15px;}
.widget-events .event-items > .row > .columns {padding: 0 10px;}
@media only screen and (min-width: 40.063em){
	/* > 641px  */ 
	.widget-events .event-items {
		margin-bottom: 15px;
		margin-top: 25px;
	}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 
	.widget-events .event-items {margin-top: 50px;}
	.widget-events .event-items > .row > .columns {padding: 0 15px;}
}



/*
 * Events Form
 */

.widget-events .form-container {
	padding-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: solid 3px #fff;
}
.widget-events .form-container input[type="submit"] {
	padding-left: 0;
	padding-right: 0;
}
.widget-events .form-container .row {max-width: 1010px;}
.widget-events .time-window {margin-bottom: 20px;}
.widget-events .time-window .button {
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
}
.widget-events .time-window .button.active {
	background: #fff;
	color: #2b285d;
}
@media only screen and (min-width: 40.063em){
	/* > 641px  */ 
	.widget-events .form-container {
		padding-left: 0;
		padding-right: 0;
		padding-top: 26px;
		padding-bottom: 10px;
	}
    .widget-events .form-container input[type="text"],
	.widget-events .form-container input[type="search"],
	.widget-events .form-container select {margin-bottom: 25px;}
	.widget-events .form-container form .columns:last-child {padding-left: 0;}
	.widget-events .time-window {text-align: center;}
	.widget-events .time-window .button {
		display: inline-block;
		width: auto;
	}
	.widget-events .time-window .button:not(:last-child) {margin-right: 20px;}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */ 

}
