.alignnone {
	margin: 30px 0 30px 0;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 30px auto 30px auto;
}
.alignright {
	float: right;
	margin: 30px 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 30px 30px 30px 0;
}


.hide-mobile {
	display: none;
}
@media (min-width: 600px) {
	.hide-mobile {
		display: block;
	}
}
.hide-tablet {
	display: none;
}
@media (min-width: 768px) {
	.hide-tablet {
		display: block;
	}
}
@media (min-width: 600px) {
	.show-mobile {
		display: none;
	}
}
@media (min-width: 768px) {
	.show-tablet {
		display: none;
	}
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) {
	.search .centered {
		padding-left: 10px;
	}
}
.pull-left,
.pull-right {
	float: none !important;
}
@media (min-width: 600px) {
	.pull-right {
		float: right !important;
	}
	.pull-left {
		float: left !important;
	}
}




.row {
	margin-left: -10px;
	margin-right: -10px;
}
@media (min-width: 600px) {
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
}
.row.push .cols-2:nth-child(1) {
	left: 50%;
}
.row.push .cols-2:nth-child(2) {
	right: 50%;
}
.content-thin,
.content-wide,
.cols,
.centered {
	width: 100%;
}
@media (min-width: 768px) {
	.content-thin {
		text-align: right;
		width: 25%;
	}
}
@media (min-width: 980px) {
	.content-thin {
		width: 20%;
	}
}
@media (min-width: 768px) {
	.cols-2 {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.cols-3 {
		width: 33.3333%;
	}
}
@media (min-width: 768px) {
	.cols-4 {
		width: 25%;
	}
}
.centered,
.content-thin,
.content-wide,
.cols {
	padding-left: 10px;
	padding-right: 10px;
}
@media (min-width: 600px) {
	.centered,
	.content-thin,
	.content-wide,
	.cols {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 768px) {
	.content-thin,
	.content-wide,
	.cols {
		float: left;
	}
}
.cols {
	margin-bottom: 30px;
	position: relative;
}
@media (min-width: 768px) {
	.content-wide,
	.centered {
		width: 75%;
	}
}
@media (min-width: 980px) {
	.content-wide,
	.centered {
		width: 60%;
	}
}


.wp-caption {
	max-width: 100%;
	padding: 6px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text {
	font-size: .875rem;
	margin: 0;
	padding: 6px 6px 0;
}


.gallery {
	margin: 20px -20px;
}
.gallery > p {
	height: 0;
	margin: 0;
}
.gallery-item {
	float: left;
	margin-bottom: 20px;
	padding: 0 20px;
}
.gallery-item .gallery-icon img {
	width: 100%;
}
.gallery-item .gallery-caption {
	display: none;
}
.gallery .gallery-item {
	margin-bottom: 20px;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: both;
}
