/*
Plugin Name: GUM Locations
Plugin URI: http://groundupmedia.com/
Author: Jayson T. Cote - GroundUp Media
Author URI: http://groundupmedia.com/
Description:  
Version: 3.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gum-location
*/

.gum-loc.info-container {
	
}

.info-block		 {
	
}

.info-small {
	
}

.info-label {
	
}

.gumloc.search-form {
	margin: 16px 0;
	min-width: 250px;
	width: auto;
}

.gumloc.search-form select {
	background: transparent;
	padding: 8px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 36px;
	-webkit-appearance: none;
	max-width: 180px;
}

.gumloc.search-form select option {
	padding: 4px;
	width: auto;
}

.gumloc.search-form input[type=submit] {
	padding: 8px;
	margin: 0 4px;
	width: auto;
}

.gumloc.search-form a {
	padding: 8px;
	margin: 0 4px;
	width: auto;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.gumloc.five-sixths,
.gumloc.four-sixths,
.gumloc.one-fourth,
.gumloc.one-half,
.gumloc.one-sixth,
.gumloc.one-third,
.gumloc.three-fourths,
.gumloc.three-sixths,
.gumloc.two-fourths,
.gumloc.two-sixths,
.gumloc.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
	
}

.gumloc.one-half,
.gumloc.three-sixths,
.gumloc.two-fourths {
	width: 48.717948717948715%;
}

.gumloc.one-third,
.gumloc.two-sixths {
	width: 31.623931623931625%;
}

.gumloc.four-sixths,
.gumloc.two-thirds {
	width: 65.81196581196582%;
}

.gumloc.one-fourth {
	width: 23.076923076923077%;
}

.gumloc.three-fourths {
	width: 74.35897435897436%;
}

.gumloc.one-sixth {
	width: 14.52991452991453%;
}

.gumloc.five-sixths {
	width: 82.90598290598291%;
}

.gumloc.first {
	clear: both;
	margin-left: 0;
}

.wp-caption {
	
}

.wp-caption-text {
	
}

.related-posts {
	
}

.message.success {
	
}

.button {
	
}

@media only screen and (max-width: 800px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100% !important;
	}
}