/* HTML elements */
@font-face {
	font-family: 'TrajanPro';
	src: url('fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/TrajanPro-Regular.woff') format('woff'), url('fonts/TrajanPro-Regular.ttf') format('truetype'), url('fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	min-height: 100vh;
}
p {
	margin-bottom: 33px;
}
blockquote {
	font: italic 16px/30px Georgia, 'Times New Roman', Times, serif;
	color: #878787;
	padding-left: 25px;
	padding-right: 25px;
	border-width: 1px;
}
blockquote.pull-right {
	padding-right: 0;
	padding-left: 25px;
	margin-left: 25px;
	width: 334px;
	text-align: left;
	border-right: 0;
	border-left: 1px solid #cdcdcd;
}
blockquote.pull-left {
	padding-left: 0;
	padding-right: 25px;
	margin-right: 25px;
	width: 334px;
	text-align: right;
	border-left: 0;
	border-right: 1px solid #cdcdcd;
}
a {
	transition: color .3s;
}
a:focus,
a:active {
	outline: 0;
}
a:focus {
	color: #333;
}
a:not(.no-effect) {
	position: relative;
}
a:not(.no-effect):hover,
a:not(.no-effect):active,
a:not(.no-effect):focus {
	text-decoration: none;
}
a:not(.no-effect):before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -3px;
	left: 0;
	background-color: #333;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition: all .3s ease-in-out;
}
a:not(.no-effect):hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
img {
	max-width: 100%;
	height: auto;
	transition: opacity .2s;
}
label {
	font-weight: normal;
}
textarea,
input[type='text'],
input[type='url'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='search'] {
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
}
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: #4d4d4d;
	letter-spacing: 2px;
	background: none;
	border: 1px solid #333;
	border-radius: 1px;
	transition: all .3s;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.button:hover {
	color: #fff;
	text-decoration: none;
	background: #333;
}
/**
 * Hover effect for button and .button only
 * @see http://tympanus.net/Development/CreativeButtons/
 * @see http://stackoverflow.com/a/4660434/371240
 */
button,
.button {
	/* Fill color style (black background */
}
button:after,
.button:after {
	display: block;
	content: '';
	position: absolute;
	z-index: -1;
	transition: all .3s;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #333;
}
button:hover,
.button:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}
button:hover:after,
.button:hover:after {
	width: 100%;
}
button.fill,
.button.fill {
	background: #333;
	color: #fff;
}
button.fill:after,
.button.fill:after {
	display: none;
}
button.fill:hover,
.button.fill:hover {
	color: #fff;
	background: #000;
}
.button:before {
	display: none;
}
/**
 * Hover effect for images, mimic the effect for buttons.
 */
figure {
	position: relative;
	overflow: hidden;
}
figure:after {
	display: block;
	content: '';
	position: absolute;
	transition: all .3s;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .2);
}
figure:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}
figure:hover:after {
	width: 100%;
}
svg {
	vertical-align: middle;
	transition: all .3s;
	fill: currentColor;
}
:focus,
:active {
	outline: none;
}
/* Social icons */
.socials {
	list-style: none;
	margin: 0;
	padding: 0;
}
.socials li {
	display: inline-block;
	margin-right: 15px;
}
.socials li:last-child {
	margin-right: 0;
}
.socials em {
	display: none;
}
.socials a:before {
	display: none;
}
.socials a:after {
	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']:after {
	content: '\f09a';
}
.socials a[href*='twitter.com']:after {
	content: '\f099';
}
.socials a[href*='plus.google.com']:after {
	content: '\f0d5';
}
.socials a[href*='linkedin.com']:after {
	content: '\f0e1';
}
.socials a[href*='instagram.com']:after {
	content: '\f16d';
}
.socials a[href*='yelp.com']:after {
	content: '\f1e9';
}
.socials a[href*='youtube.com']:after {
	content: '\f167';
}
.socials a[href*='flickr.com']:after {
	content: '\f16e';
}
.socials a[href*='pinterest.com']:after {
	content: '\f0d2';
}
.socials a[href*='github.com']:after {
	content: '\f09b';
}
.socials a[href*='vimeo.com']:after {
	content: '\f27d';
}
.socials a[href*='dribbble.com']:after {
	content: '\f17d';
}
.socials a[href*='wordpress.com']:after {
	content: '\f19a';
}
.socials a[href*='tumblr.com']:after {
	content: '\f173';
}
.socials a[href*='codepen.io']:after {
	content: '\f1cb';
}
.socials a[href*='skype.com']:after {
	content: '\f17e';
}
.socials a[href*='reddit.com']:after {
	content: '\f1a1';
}
.socials a[href*='stumbleupon.com']:after {
	content: '\f1a4';
}
.socials a[href*='pocket.com']:after {
	content: '\f265';
}
.socials a[href*='foursquare.com']:after {
	content: '\f180';
}
#page .socials a,
.mobile-sidebar .socials a {
	color: #818181;
	border-bottom: 0;
}
#page .socials a:hover,
.mobile-sidebar .socials a:hover {
	color: #333;
}
/* Dropdown */
.dropdown {
	margin-bottom: 0;
}
.dropdown dd,
.dropdown dt,
.dropdown ul {
	margin: 0;
	padding: 0;
}
.dropdown dt {
	line-height: 1;
	margin-bottom: 10px;
	font-weight: normal;
	position: relative;
}
.dropdown dt::after {
	content: '';
	display: block;
	border: 4px solid transparent;
	border-top-color: inherit;
	position: absolute;
	z-index: 9;
	right: -12px;
	top: 50%;
	margin-top: -2px;
}
.dropdown dd {
	position: relative;
}
.dropdown a:hover,
.dropdown a:focus,
.dropdown a:active {
	text-decoration: none;
}
.dropdown a:before {
	display: none;
}
.dropdown dt a {
	color: inherit;
}
.dropdown dd ul {
	background: #fff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 180px;
	list-style: none;
	z-index: 99;
	padding: 6px 0;
	max-height: 300px;
	overflow: auto;
}
.dropdown .value {
	display: none;
}
.dropdown dd a {
	padding: 6px 13px;
	display: block;
	line-height: 1;
	font-size: 12px;
	color: inherit;
}
.dropdown dd a:hover {
	font-weight: bold;
}
/* WordPress must-have styles */
.alignnone {
	margin: 30px 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
	display: block;
	margin: 1em auto;
}
.alignright {
	float: right;
	margin: 30px -97px 30px 30px;
	max-width: 457px;
}
.alignleft {
	float: left;
	margin: 30px 30px 30px -97px;
	max-width: 457px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #e0e0e0;
	padding: 5px;
	max-width: 100%;
	text-align: center;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-height: 100%;
}
.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 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 {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.gallery {
	margin: 0 -15px 33px -15px;
	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;
}