
.geobase-list article { 
	margin-bottom: 10px; 
	padding: 10px; 
}

.filterlist-horizontal { }
.filterlist-horizontal .filterlist-available { display: table; table-layout: fixed; width:100%; border-collapse: separate;}
.filterlist-horizontal .geobase-filter { display: table-cell; float: none; width: 30%; padding-right: 10px; }
.filterlist-horizontal .geobase-filter:last-child { padding-right: 0; width: 10%;}

.filterlist-horizontal .geobase-filter.geobase-filter-submit {
		width:10%;
		vertical-align:bottom;
		padding-bottom:20px;
		text-align:right;
		padding-top: 43px;  /* This is a temporary hack to make the search button line up */
	}

.filterlist-horizontal  #clear-filters-wrapper{ display:none; }
.filterlist-horizontal  form{ display:inline; }
.filterlist-horizontal input { box-sizing:border-box; }

body .select2-container-multi .select2-choices{ border:0; background:none;}
body .select2-container-multi .select2-choices .select2-search-choice{ background: rgba(240,255,240,1); padding: 9px 5px 9px 18px;}
body .select2-container-multi.select2-container-active .select2-choices{border:0; box-shadow:none; background-color: #f7f8fa; outline: none;}
body .select2-container-multi .select2-search-choice-close {left:3px;top:8px;}
body .select2-drop-active{ border-color:#f7f8fa; }
body .select2-container.select2-container-multi{ 
		display: block;
		min-height: 40px;
		line-height: 40px;
		padding: 0;
		margin-bottom: 14px;
		font-size: 1em;
		color: #5c6b80;
		border-radius: 3px;
		vertical-align: middle;
		box-shadow: none;
		border: 0;
		width: 100%!important;
		max-width: 400px;
		font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
		background-color: #eaedf2;
		-webkit-transition: background-color 0.24s ease-in-out;
		transition: background-color 0.24s ease-in-out;
    }
.filterlist-horizontal h2{ font-size:inherit; font-weight:bold; line-height:inherit; white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.filterlist-vertical {}
.filterlist-vertical .geobase-filter-text #search_geobase{ 
	width: 85%;
	float: left;
	margin-right: 0px;
	box-sizing: border-box;
}
.filterlist-vertical .geobase-filter-text #geobase-submit{ 
	float: right;
	width: 15%;
	height: 40px;
	margin: 0px;
	color: #FFFFFF;
	background-color: #666666;
	border-radius: 0px;
	box-sizing: border-box;
}

.filterlist-horizontal #geobase-submit{ 
	float: right;
	height: 40px;
	color: #FFFFFF;
	background-color: #666666;
	border-radius: 0px;
	box-sizing: border-box;
}

.filterlistbox .filters {
	margin-left: 10px;
}

.filterlistbox .filtered-by-title {
	font-size: 1.75em;
    line-height: 1.4em;
    margin-bottom: 0.375em;
    margin-right: 15px;
}

.filterlistbox .filtervalue {
    background-color: #EEEEEE;
    padding: 2px 6px;
    border: 1px solid #5c6b80;
    border-radius: 4px;
    margin-right: 5px;
}

.geobase-filter .filter-display-show {
	padding: 3px 0px 9px 18px;
}

/* remove unnecessary select2 search style */
.select2-search { display: none; }

/* RESPONSIVE FILTERS */
@media (max-width: 767px){
	.filterlist-horizontal .filterlist-available, .filterlist-horizontal .geobase-filter{ display:block; width:100%;}	
}

@media (max-width: 480px) {
	.filterlist-horizontal .geobase-filter.geobase-filter-submit {
		width: 100%;
		padding-top: 10px;		
		margin-bottom: 10px;
	}
	.filterlist-horizontal #geobase-submit {
		width: 100%;				
	}
}

/*
	geobase group gtxcel_fixedfield_type will automatically place the 
	choice type as a class in a div wrapper around the content.  These
	are placeholders for custom css styling for those wrappers
*/

.geobase-list .gtx_geobase_a_level { 
	background: #fff3b2; 
}

.gtx_geobase_b_level {

}

.gtx_geobase_c_level {

}


.geobase-images-wrapper {
	margin-bottom: 24px;
}
.geobase-images-wrapper .geobase-image-row {
	line-height: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.geobase-images-wrapper .geobase-image-row.single {
	text-align: left;
}

.geobase-images-wrapper .geobase-image-row .geobase-image {
	display: inline-block;
	/* don't specify padding as that will ruin the layout algorithm */
	/* margin left/right is defined programmatically in geobase.php */
	margin-top: 0px;
	margin-bottom: 0px;
}
.geobase-images-wrapper .geobase-image-row.single .geobase-image {
	max-width: 50%;
}
.geobase-images-wrapper .geobase-image-row .geobase-image img {
	width: 100%;
	display: block;
}

.geobase-wrapper .crop .inner-thumb-wrap {
	overflow: hidden;
	position: relative;
	height: 0;
	width: 100%;
}

.geobase-wrapper .inner-thumb-wrap .post-thumb {
	overflow: hidden;
	object-fit: cover;
	object-position: 50% 50%;
}

.geobase-wrapper .crop .inner-thumb-wrap .post-thumb {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	height: 100%;
}