/* Add top margin to header and hide page title only when on front page */
body.home.page-template-default header.entry-header { 
	margin-top: 1em;
}
body.home.page-template-default h1.entry-title {
	display: none;
}

/* Organize home page pictures into rows */
body.home.page-template-default .coloumn-2, body.home.page-template-default .coloumn-3 {
	text-align: center;
}

body.home.page-template-default .coloumn-2 p, body.home.page-template-default .coloumn-3 p {
	display: inline-block;
}

body.home.page-template-default .coloumn-2 img, body.home.page-template-default .coloumn-3 img {
	border-bottom: none;
	float: left;
	margin-right: 12px;
}

body.home.page-template-default .coloumn-2 p:last-of-type img, body.home.page-template-default .coloumn-3 p:last-of-type img {
	margin-right: 0px;
}


/* Hide full-sized images on mobile when page content is tabled */
body.page-template-default table td img.size-full {
	display: none;
}

/* Gallery styling */
.gallery_item.wac img, .sub_gallery.wac img {
	display: block;
	margin: 1em auto;
	clear: both;
}

.gallery_item.wac .edit_link, .sub_gallery.wac .edit_link {
	margin-bottom: 26px;
}

.gallery .cell-pos {
	max-width: 90%;
	height: auto;
}

@media all and (min-width: 768px) {
	.gallery_item.wac img {
		display: inline-block;
		padding-right: 12px;
	}
}

/* Return to top styling */
.sidebar-primary.widget-area .textwidget, .return_to_top {
	text-align: center;
	margin: 24px 0;
}

.sidebar-primary.widget-area .textwidget a, .return_to_top a {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
