/* HTML elements */
*,
*:before,
*:after {
	transition: all .3s;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
blockquote {
	font-style: italic;
	color: #939393;
	text-align: center;
	border: 0;
}
blockquote:before,
blockquote:after {
	display: block;
	content: '';
	position: relative;
	width: 30px;
	border-top: 2px solid #818181;
	margin: 15px auto;
}
blockquote.pull-right,
blockquote.pull-left {
	max-width: 360px;
	border: 0;
}
blockquote.pull-right:before,
blockquote.pull-left:before,
blockquote.pull-right:after,
blockquote.pull-left:after {
	display: none;
}
blockquote cite {
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
}
a:focus,
a:active {
	outline: 0;
}
a:focus {
	color: #333;
}
a:hover img {
	opacity: .85;
}
img {
	max-width: 100%;
	height: auto;
	transition: opacity .3s;
}
label {
	font-weight: normal;
}
th,
td {
	padding: 3px 8px;
	border: 1px solid #e1e1e1;
}
textarea,
input[type='text'],
input[type='url'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='search'] {
	border: 1px solid #e1e1e1;
	width: 100%;
	padding-left: .6em;
	padding-right: .6em;
	box-sizing: border-box;
}
textarea:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='password']:focus,
input[type='search']:focus {
	outline: 0;
}
textarea {
	height: 12em;
	display: block;
}
button,
input[type='button'],
input[type='submit'],
.button {
	display: inline-block;
	padding: 0 25px;
	line-height: 40px;
	position: relative;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	background: #333;
	border: 0;
	border-radius: 1px;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.button:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}
svg {
	vertical-align: middle;
	fill: currentColor;
}
:focus,
:active {
	outline: none;
}
/* Social icons */
.socials {
	list-style: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	display: inline-block;
	position: relative;
	background: #fff;
}
.socials li {
	display: inline-block;
	margin-right: 15px;
}
.socials li:last-child {
	margin-right: 0;
}
.socials em {
	display: none;
}
.socials a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.socials a[href*='facebook.com']:before {
	content: '\f09a';
}
.socials a[href*='twitter.com']:before {
	content: '\f099';
}
.socials a[href*='plus.google.com']:before {
	content: '\f0d5';
}
.socials a[href*='linkedin.com']:before {
	content: '\f0e1';
}
.socials a[href*='instagram.com']:before {
	content: '\f16d';
}
.socials a[href*='yelp.com']:before {
	content: '\f1e9';
}
.socials a[href*='youtube.com']:before {
	content: '\f167';
}
.socials a[href*='flickr.com']:before {
	content: '\f16e';
}
.socials a[href*='pinterest.com']:before {
	content: '\f0d2';
}
.socials a[href*='github.com']:before {
	content: '\f09b';
}
.socials a[href*='vimeo.com']:before {
	content: '\f27d';
}
.socials a[href*='dribbble.com']:before {
	content: '\f17d';
}
.socials a[href*='wordpress.com']:before {
	content: '\f19a';
}
.socials a[href*='tumblr.com']:before {
	content: '\f173';
}
.socials a[href*='codepen.io']:before {
	content: '\f1cb';
}
.socials a[href*='skype.com']:before {
	content: '\f17e';
}
.socials a[href*='reddit.com']:before {
	content: '\f1a1';
}
.socials a[href*='stumbleupon.com']:before {
	content: '\f1a4';
}
.socials a[href*='pocket.com']:before {
	content: '\f265';
}
.socials a[href*='foursquare.com']:before {
	content: '\f180';
}
/* WordPress must-have styles */
.alignnone {
	margin: 30px 0;
}
.aligncenter,
.aligncenter img {
	display: block;
	margin: 30px auto;
}
.alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.wp-caption {
	text-align: center;
	max-width: 100%;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	font-size: 11px;
	margin: 5px 0 0;
}
.bypostauthor {
	display: block;
}
.sticky {
	display: block;
}
.wp-playlist-item .wp-playlist-caption,
.wp-playlist-item .wp-playlist-item-length {
	line-height: 2.5;
}
.entry-content .wp-playlist,
.entry-summary .wp-playlist {
	padding-bottom: 0;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	height: auto;
	left: 5px;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.gallery {
	margin: 30px auto;
	clear: both;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 15px;
}
.gallery-item img {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.mce-content-body .socials em {
	display: inline;
	margin-right: 5px;
}