/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
  .thumb--row{
 	min-height: 1px;
 	width: 100%;
 	clear: both;
 }
 
 
.location-thumb--wrapper{
 	min-height: 1px;
 	display: inline-block;
 	width: 27%;
 	margin-right: 2%;
 	vertical-align: top;
}
 
 
.location-info--wrapper{
 	min-height: 1px;
  	display: inline-block;
 	width: 70%;
 	vertical-align: top;
}
 
.branch-thumb-item{
 	display: block;
 	height: 100px;
 	text-decoration: none;
 	background-size: cover;
 	background-repeat: no-repeat;
 	background-position: center center;	
 	margin: 10px 0 30px 0;
}

 
@media(min-width: 768px){
  
 	.locations--map-wrapper{
 		min-height: 1px;
 		display: inline-block;
 		width: 50%;
 		vertical-align: top;
 	}
 
 	.locations--thumb-list{
 		min-height: 1px;
  		display: inline-block;
 		width: 43%;
 		margin-right: 5%;
 		vertical-align: top;
 	}
 
 	.location--information{
 		min-height: 1px;
 		display: inline-block;
 		width: 45%;
 		margin-right: 6%;
 		vertical-align: top;
	}
 
 	.location--map{
 		min-height: 1px;
 		display: inline-block;
 		width: 48%;
 		vertical-align: top;
 	}
}

.location--information-wrapper{
	padding: 15px 0;
}

.location--info-list{
	margin: 30px 0;
	padding: 0;
	list-style: none;
}

.location--label{
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.location--label-info{
	color: #666;
	margin: 8px 0 5px 0;
	font-weight: 300;
}

.location--info-list-item{
	font-size: 16px;
	margin-bottom: 30px;
}

.location--info-list-item a{
	font-weight: bold;
	text-decoration: none;
}

.location--btn{
	margin: 8px 0;
	display: block;
	font-size: 16px;
}

.location-info--title{
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	margin-top: 10px;
    display: block;
}

.location-details--link{
	margin-top: 8px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}