body {
	font-size: 12px;
}


#container {
	min-width: 320px;
	padding-top: 110px; /* header's height */
}

.mobile-hide {
	display: none !important
}


.post-item.align-right .grid-info:before,
.post-item.align-left .grid-info:before {
	top: -20px;
	left: 50%;
	margin-left: -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #FFF;	
	border-top: none;
}


.post-item.align-left .grid-info:before,
.post-item.align-right .grid-info:before {
	content: none;
}

.column,
.full-col,
.half-col,
.quarter-col,
.two-third-col,
.three-quarter-col,
.third-col {
	float: none;
	width: 100%;
}


#header {
	height: 110px;
	
}


#hamburger {
	top: 60px;
}

