/*
 * Theme Name: GunBroker
 *
 * Layout: Content
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

/*
.img, .content {
	float: left;
	width: 50%;
}

#secondary {
	display: none;
}

.col-md-4 {
    background: #FFF;
	box-shadow: 4px 4px 4px #ccc;
	min-height: 500px;
	width: 32%;
	margin: 0 0.5%;
}

.main-content .col-md-9 {
	background: #FFF;
	padding: 0;
}

.main-content h2 {
	font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	font-size: 24px;
	color: #006B05;
}

h5, .h5 {
    font-size: 10px;
}

.main-content p {
	font-family: "Lato" Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	font-size: 14px;
	color: #555555;
}
*/

.content {
	padding: 20px;
}
