/*
	Latitude by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
*/

/* Basic */

	html, body {
		min-width: 320px;
	}

	body, input, select, textarea {
		font-size: 11pt;
	}

/* Section/Article */

	section.features .intro, article.features .intro {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
	}

		section.features .intro .icon-bullets, article.features .intro .icon-bullets {
			display: block;
		}

/* List */

	ul.actions {
		margin: 0 0 2em 0;
	}

		ul.actions li {
			display: block;
			padding: 1em 0 0 0;
			text-align: center;
			width: 100%;
		}

			ul.actions li:first-child {
				padding-top: 0;
			}

			ul.actions li > * {
				margin: 0 !important;
				width: 100%;
			}

				ul.actions li > *.icon:before {
					margin-left: -2em;
				}

		ul.actions.small li {
			padding: 0.5em 0 0 0;
		}

			ul.actions.small li:first-child {
				padding-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		padding: 0;
	}

/* Wrapper */

	.wrapper {
		padding: 2em 1em !important;
	}

/* Banner */

	#banner {
		padding: 5em 2em 4em 2em;
	}

/* Intro */

	#intro {
		text-align: left;
	}

		#intro footer p {
			text-align: left;
		}