/**
 * Custom styles added for djSPUD.net
 */

 .djspud-event-container {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
    background: #2C2F36;
	margin-bottom:20px;
	height: 180px;
}

.djspud-event-image-div {
	box-sizing: border-box;
	max-width: 40%;
	justify-content: flex-end;
}	

.djspud-event-image {
	max-width: 100%;
	max-height:100%;
	float: right;
}

.djspud-event-entry {
	box-sizing: border-box;
	display:flex;
	flex-direction: column;
	margin-left: 10px;
	flex: 1;
}

.djspud-event-title {
	margin-bottom: initial;
	margin-bottom: 5px;
}

.djspud-event-title a {
	color: #C9D3E7;;
}

.djspud-event-data {
	font-family: "Nunito",sans-serif;
}

/* Media */
@media only screen and (max-width: 576px) {
	.djspud-event-title {
		font-size: 20px;
	}
	
	.djspud-event-data {
		font-size: 10px;
		line-height: 15px;
	}
}


@media only screen and (min-width: 576px) {
	.djspud-event-title {
		font-size: 20px;
	}
	
	.djspud-event-data {
		font-size: 10px;
		line-height: 15px;
	}
}

@media only screen and (min-width: 768px) {
	.djspud-event-title {
		font-size: 20px;
	}
	
	.djspud-event-data {
		font-size: 10px;
		line-height: 15px;
	}
}

@media only screen and (min-width: 992px) {
	.djspud-event-title {
		font-size: 22px;
	}
	
	.djspud-event-data {
		font-size: 12px;
		line-height: 18px;
	}

}

