
/**
 * The builtin column class CSS file for Genesis Columns Advanced.
 * This file can be disabled using the gca_load_column_styles filter.
 *
 * Width: 100%
 * Gutter: 2.564102564102564%
 * Link: http://www.nickdiego.com/plugins/genesis-columns-advanced/
 ----------------------------------------------------------------------------- */

/* Column Classes
--------------------------------------------- */
.five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, .two-fourths, .two-fifths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 2.5641025641026%;
}

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

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

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

.one-fourth {
	width: 23.076923076923%;
}

.three-fourths {
	width: 74.358974358974%;
}

.one-fifth {
	width: 17.948717948718%;
}

.two-fifths {
	width: 38.461538461538%;
}

.three-fifths {
	width: 58.974358974359%;
}

.four-fifths {
	width: 79.487179487179%;
}

.one-sixth {
	width: 14.529914529915%;
}

.five-sixths {
	width: 82.905982905983%;
}

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

/* Media Queries
--------------------------------------------- */
@media only screen and (max-width: 800px) {
	.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
		margin: 0;
		width: 100%;
	}
}

/* Utility Classes
--------------------------------------------- */
.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
	content: " ";
	display: table;
}

.vertical-spacer {
	clear: both;
	margin-bottom: 30px;
}

.columns-container {
	clear: both;
	overflow: hidden;
}
