#nbc-datepicker {
	color: black;
}

.attraction-datepicker {
	display: flex;
	align-items: center;
	padding: 20px;
	border: 1px solid white;
	justify-content: center;
}

.attraction-datepicker > span {
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.attraction-datepicker input {
	margin-bottom: 0 !important;
}

.attraction-datepicker i {
	font-size: 20px;
	margin-left: 10px;
}

.att-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	padding: 10px;
}

.att-row .col {
	padding: 10px;
}

.att-row p,
.att-row a {
	color: #fff;
	font-size: 16px;
	font-family: "Raleway",sans-serif;
	margin-bottom: 0;
}

.att-row .logo {
	flex-basis: 14%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.att-row .times,
.att-row .desc {
	flex-basis: 43%;
}

#attraction-time-output {
	margin: 20px 0;
}

.att-row .times {
	text-align: center;
}

.att-row .times a,
.att-row .times{
	font-family: "Raleway",sans-serif;
	font-size: 16px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	#Content .att-row img {
		max-width: 100%;
	}
	}

@media screen and (max-width: 600px) {
	.att-row {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.att-row p, .att-row a {
		text-align: center;
	}
	
	#Content .att-row img {
		max-width: 180px;
	}
}