
.store-wrapper .store-map-pin {
	border-radius: 100%;
	background: #00b499;
	display: flex;
	align-items: center;
	justify-content: center;
}

.store-wrapper .store-map-pin [class*=fa] {
	color: #fff;
	font-size: 20px;
}

.store-wrapper .store-content h4 {
	color: #00b499;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.store-wrapper .store-content p {
	line-height: 1.2;
	margin-bottom: 0;
}

.store-wrapper .store-phone {
	margin-top: 10px;
}

.store-wrapper .store-phone [class*=fa] {
	margin-right: 4px;
}

.stores-container.layout-list .store-wrapper {
	clear: both;
	margin-bottom: 40px;
	overflow: hidden;
}

.stores-container.layout-list .store-map-pin {
	height: 40px;
	width: 40px;
	margin-right: 12px;
}

.stores-container.layout-list .store-content, .stores-container.layout-list .store-map-pin {
	float: left;
}

.stores-container.layout-list .store-box-content:after {
	content: "";
	display: table;
	clear: both;
}

.stores-container.layout-list .store-content h4 {
	margin-bottom: 0;
	margin-top: 8px;
}

.stores-container.layout-list .store-content p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 400;
}

.stores-container.layout-grid {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.stores-container.layout-grid .store-image {
	margin-bottom: 15px;
}

.stores-container.layout-grid .store-image img {
	max-width: 100%;
	height: auto;
}

.stores-container.layout-grid .store-box-content {
	background: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .24);
	margin-bottom: 70px;
	padding-bottom: 24px;
	padding-top: 80px;
	position: relative;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.stores-container.layout-grid .store-map-pin {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}

.stores-container.layout-grid .store-map-pin [class*=fa] {
	font-size: 60px;
}

.stores-container.layout-grid .store-content {
	max-width: 200px;
	margin: auto;
}

.stores-container.layout-grid .store-content h4 {
	margin-bottom: 10px;
}

.stores-container.layout-grid .waze-link {
	display: block;
	margin-top: 20px;
}

@media screen and (min-width:768px) {
	.stores-container.layout-grid.col-layout-4 .store-wrapper {
		width: 25%;
	}
	
	.stores-container.layout-grid.col-layout-3 .store-wrapper {
		width: 33.33%;
	}
}

@media screen and (max-width:767px) and (min-width:601px) {
	.stores-container.layout-grid.col-layout-3 .store-wrapper, .stores-container.layout-grid.col-layout-4 .store-wrapper {
		width: 50%;
	}
}

@media screen and (min-width:601px) {
	.stores-container.layout-grid.col-layout-2 .store-wrapper {
		width: 50%;
	}
	
	.stores-container.layout-grid[class*=col-layout-] .store-wrapper {
		float: left;
	}
}

@media screen and (max-width:600px) {
	.stores-container.layout-grid .store-wrapper {
		margin-bottom: 100px;
	}
	
	.stores-container.layout-grid .store-wrapper:last-child {
		margin-bottom: 40px;
	}
}

.widget_store-content img {
	max-height: 100%;
	margin-bottom: 5px;
}

.widget_store-content p {
	margin-bottom: 2px;
}

.widget_store-content p.store-title {
	font-weight: 600;
}

.archive-store-wrapper:after {
	content: "";
	clear: both;
	display: table;
}

.archive-store-wrapper .store-box-content {
	float: left;
	margin-bottom: 30px;
}

@media screen and (min-width:769px) {
	.archive-store-wrapper .store-box-content {
		margin-left: 3%;
		width: 31.3%;
	}
	
	.archive-store-wrapper .store-box-content:nth-child(3n+1) {
		margin-left: 0;
		clear: left;
	}
}

@media screen and (max-width:768px) {
	.archive-store-wrapper .store-box-content {
		margin-left: 4%;
		width: 48%;
	}
	
	.archive-store-wrapper .store-box-content:nth-child(2n+1) {
		margin-left: 0;
		clear: left;
	}
}
