.location-info, .location-info a {
    color: #fff;
}
.location-info .location-name {
    font-weight: normal;
    font-size: 90px;
}
.location-info .location-address i.fa {
	float: left;
	display: inline-block;
	font-size: 36px;
	width: 2em;
	line-height: 36px;
	text-align: center;
}
.location-info .location-phone a {
	float: left;
	display: inline-block;
	text-decoration: none;
	line-height: 36px;
}
.location-info .location-phone i.fa {
	float: left;
	display: inline-block;
	font-size: 36px;
	width: 2em;
	line-height: 1em;
	text-align: center;
}
.location-info .location-hours i.fa {
	float: left;
	display: inline-block;
	font-size: 36px;
	width: 2em;
	line-height: 1.25em;
	text-align: center;
}
.location-info .location-hours .zEditorHTML {
	float: left;
}
.location-info .location-reservation.z-button {
	    color: #fff;
    z-index: 999;
    position: relative;
    background-color: #b38257;
    padding: 15px 30px;
    border-radius: 5px;
    font-size:18px;
    width:280px;
} 


.location-map #mapContainerDiv {
    border: 10px solid rgba( 255, 255, 255, 0.75 );
    display: inline-block;
    width: 100%;
}
.location-map #mapContainerDiv iframe {
    float: left;
    width: 100%;
}



@media screen and (max-width: 1362px) {

}

@media screen and (max-width: 992px) {
	.location-info .location-name {
		text-align: center;
	}

	.location-info .location-buttons {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {
	.location-info {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.location-info .location-buttons-container {
		margin-left: 0;
	}
	.location-map {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.location-info .location-name {font-size: 56px;}
}
