
.deliverytime {
	display: none;
}
#ziplookup {
	margin-left: 10px;
}
#ziplookup h3 {
	font-weight: bold;
}
#ziplookup .inner h3 {
    color: #000;
    font-size: 24px;
    text-transform: none;
    display: block;
    float: none;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
#ziplookup .inner h4 {
	text-align: left;
    margin-top: 20px;
    font-size: 19px;
    display: inline-block;
}
#ziplookup .inner h4 span {
	color: #82196d !important;
	font-size: 19px !important;
	font-weight: bold !important;
}
#ziplookup .inner span.time {
	text-align: center;
    color: #82196d !important;
    font-weight: bold;
    font-size: 19px !important;
    margin-top: 20px;
    display: inline-block;
}
#ziplookup .inner .zipcode {
	height: 50px;
    padding-right: 40px;
    border: 1px solid #d5d5d5;
    background: #f0f0f0;
    line-height: 40px;
    font-family: 'Source Sans Pro';
    color: #757575;
    padding: 0 28px 0 18px;
    font-weight: bold;
    width: 69%;
}
#ziplookup .inner .search-zipcode {
	height: 50px;
	vertical-align: top;
	width: 30%;
	font-weight: bold;
	font-size: 15px;
}
#ziplookup .inner .ziplookup-bottom {
	display: inline-block;
	width: 100%;
	margin-top: 35px;
}
.zip-fancy .fancybox-skin {
	background: #fff;
	height: 300px !important;
}
@media only screen and (max-width: 771px) {
	#ziplookup {
		padding: 0 15px;
		margin-left: 0;
	}
	#ziplookup .inner .zipcode {
		width: 100%;
		display: block;
	}
	#ziplookup .inner .search-zipcode {
		display: block;
		width: 100%;
		margin-top: 15px;
	}
}