/* 
	Fix to make custom snippet areas have the same width  as snippet area main
	Also keeps column width when using the grid (row, z_columns)
*/
.columns {
	max-width: 917px;
}
.row {
	max-width: 917px;
}
.row .z_columns {
	padding-left: 0;
	padding-right: 0;
}

/***********************************************
**				  START Maintop		  **
***********************************************/

.maintop {
	margin-bottom: 5.5em;
}

/* Margins for Mobile display */
@media only screen and (max-width: 600px) {
	.maintop {
		margin-bottom: 2em;
	}
}

/***********************************************
**				  END: Maintop		  **
***********************************************/


/***********************************************
**				  START: Sidebar	 		  **
***********************************************/

/* Makes sure sidebar keeps to the left */
#sidebar { 
	float:left;
}

/* Creates borders and increase padding */
.latest_posts_synced li { 
	border-bottom: 1px solid grey;
	padding-top: 0.5em;
}

.latest_posts_synced li:first-child { 
	border-bottom: 1px solid grey; 
	padding-top: 0em;
}

/* Margins for Mobile display */
@media only screen and (max-width: 600px) {
	.sidebar {
		margin-bottom: 2em;
	}
}

h1 {
	margin-bottom:0.7em;
}

h2 {
	margin-bottom:0.6em;
}

h3 {
	margin-bottom:0.5em;
}



/***********************************************
**				  END: Sidebar	 		  **
***********************************************/


/***********************************************
**				  START:  Blogg		      **
***********************************************/

/* Change margins and paddings on blogg posts */
#blog article {
	margin-bottom: 5.5em;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	#blog article {
		padding-left: 0.9375em!important;
		padding-right: 0.9375em!important;
	}
}


#blog article header h2 {
	font-size: 30px;
}

#blog article small {
	font-size: 12px;
	margin: -7px 0 12px;
}

#blog article::after{
	display: none;
}

/***********************************************
**				  END: Blogg	 		      **
***********************************************/