@charset "UTF-8";

.gh-walklist-map {
	padding: 0;
}

@media(max-width: 767px) {
	.gh-walklist-outer {
		height: 100%;
		
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.gh-walklist-list {
		height: auto;
		overflow: auto;
		overflow-x: hidden;
		
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	
	.gh-walklist-map {
		height: 300px;
		margin: auto 0 0 0;
		display: block !important;
		
		 -webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media(max-width: 576px) {
	.gh-walklist-list {
		border: 1px solid #dedede;
		min-height: 200px;
	}
	
	.gh-walklist-map {
		margin-top: 10px;
		margin-left: 5px;
		margin-right: 15px;
		width: auto;
	}
}

@media(min-width: 768px) {
	.gh-walklist-outer {
		height: 100%;
	}
	
	.gh-walklist-list {
		height: 100%;
		overflow: auto;
		overflow-x: hidden;
	}
}

.gh-walklist-walk {
	border: 1px solid #dedede;
	margin: 5px 0;
	padding: 5px;
	transition: border 0.5s, box-shadow 0.25s;
	display: block;
	color: #333333;
}

.gh-walklist-walk:first-child {
	margin-top: 0;
}

.gh-walklist-walk:last-child {
	margin-bottom: 0;
}

.gh-walklist-walk:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
	border-color: #007bff;
	text-decoration: none;
}

.gh-walklist-walk > .media {
	margin-right: 10px;
}

.gh-walklist-shortdesc {
	font-size: 10pt;
	text-align: justify;
}

.gh-walkinfo {
	border-radius: 4px;
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	font-size: 8pt;
}