@media only screen and (min-width: 1px) and (max-width: 500px) {
	
body {
	font-size: .9em;
}

/** ASSETS **/

.button {
	font-size: .8em;
}

/** HOME **/

.home .title {
	font-size: 1.2em;
}

/** ABOUT **/

.about {
	padding: 2em;
}

/** BUSINESS **/

.business {
	padding: 2em;
}

.coalition_gallery {
	margin: 2em -1em;
	text-align: center;
}

.coalition_gallery img,
.coalition_gallery.small img, {
	width: 32%;
}

.columns {
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    padding: 0 2em;
}

.coalition_form {
	padding: 2em;
}

/** JOIN **/

.join {
	padding: 2em 1em;
}

/** ENDORSEMENTS **/

.endorse {
	padding: 2em .5em;
}

.endorsement {
	padding: 0 2.5em;
}

.endorse .title {
	font-size: 1em;
}

/** VOICES **/

.voices {
	padding: 2em 0;
}

.voices .button {
	margin: .5em;
}

.voices .container {
	padding: 0 2em;
}

.voices .container:nth-child(2) {
	padding: 0 .5em;
}

.voices .voices_container {
	padding: 0 2em;
	margin: 2em 0 0;
}

.voices .voice {
	padding: 0 .5em;
}

.voices.category_voices .voice {
	padding: 1.5em;
}

/** NEWS & TWITTER **/

.news {
	padding: 2em 0 0;
}

.news .container .column {
	display: block;
	width: 100%;
	float: none;
	border-right: none;
	padding: 0 2em;
	vertical-align: top;
}

.news .container .column .center {
	text-align: center
}

.news .container .column:nth-child(1) .news_story {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
}

.news .container .column:nth-child(2) {
	border-left: none;
}

.news .news_story {
	padding: 1.5em 0;
}

.news .news_story:hover .thumb .overlay {
	background-color: rgba(0,0,0,0);
}

.news .news_story .thumb .button {
	display: none
}

.news .news_story .title {
	font-size: 1em;
}

.news .news_story .text {
	font-size: .8em;
}

.news .news_story p {
	margin: 0
}

.news .container .column:last-child {
	padding: 2em;
	margin-top: 2em;
	margin-bottom: -1px;
}

.news .container .column:last-child .text {
	color: #000
}

.news .container .column:last-child .button {
	color: #fff !important;
	background-color: #000;
	border: 2px solid #000;
}

/** PAGE AND SINGLE **/

.page .container {
	padding: 0 2em;
}

.buffer {
	margin: 2em 0;
}

hr {
	margin: 1.5em auto;
}


.page .title {
	font-size: 1.3em;
}

.page span.text {
	font-size: 1em;
}

/** CATEGORY **/

.prev,.next,.page-numbers {
	font-size: .6em;
}

/** NEWS CATEGORY **/

.cat_news {
	margin: 0 -2em;
	width: -moz-calc(100% + 4em) !important;
    width: -webkit-calc(100% + 4em) !important;
    width: calc(100% + 4em) !important;
}

.cat_news .news_story {
	padding: 1.5em;
}

.cat_news .news_story .cat_side {
	padding-left: 1.5em;
}

.cat_news .news_story .title {
	font-size: 1em;
}

.cat_news .news_story .text {
	font-size: .8em;
}

}