/*
 * GUIDE PAGE
*/

article.guide_pages,
article.event_pages {
	padding: 5em 0;
}

article.guide_pages .row,
article.event_pages .row  {
	align-items: center;
}

.form-title {
	text-align: center;
}

.form-subtitle {
	text-align: center;
}

article.guide_pages .attachment-large,
article.event_pages .attachment-large {
	margin-bottom: 2em;
}

/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1310px) { 
	
}

@media (max-width: 1199px){
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}