/*
Theme Name: Haribubba
Theme URI: http://www.harrymoyer.com
Author: Joey Heflich
Author URI: http://joeyheflich.com
Description: A portfolio theme for Harry Moyer.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haribubba
Tags: white, one-column, flexible-width, editor-style, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Haribubba is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
p {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0 0 1rem;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'PT Sans', Arial, serif;
}

body * {
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #222;
	clear: both;
	-ms-word-break: break-word;
    word-break: break-word;
}

p {
	margin-bottom: 1.6rem;
}

dfn, cite, em, i {
	font-style: italic;
}

address { 
	margin: 0 0 1.6rem;
}

pre {
	background: #efefef;
	border: 1px solid #aaa;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6rem;
	max-width: 100%;
	overflow: auto;
	padding: 1rem;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
	-ms-word-wrap: normal;
	word-wrap: normal;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.large-text {
	font-size: 1.8rem;
}

.huge-text {
	font-size: 2rem;
}

.uppercase {
	text-transform: uppercase;
}

.small-spacing {
	letter-spacing: 1px;
}

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

.text-right {
	text-align: right;
}

.light-bg {
	background-color: #fafafa;
}

@media screen and (min-width: 960px) {
	.large-text {
		font-size: 2.2rem;
	}

	.huge-text {
		font-size: 3rem;
	}
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #efefef; /* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.6rem;
}

ul, ol {
	margin-bottom: 1.6rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

ul ul { 
	list-style: circle; 
}

ul ul ul { 
	list-style: square; 
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6rem;
}

dt {
	font-weight: bold;
	line-height: 140%;
	color: #444;
}

dd {
	margin-left: 1.6rem;
	margin-right: 1.6rem;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin-left: 0;
	margin-right: 0;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9rem;
    width: 100%;
    margin-bottom: 1.6rem;
}

th, 
td {
	padding: 1%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
}

th {
	font-weight: bold;
	color: #444;
}

table tbody > tr:nth-child(even) { 
	background: #eee; 
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.has-border-top {
	border-top: 1px solid #ddd;
}

/*--------------------------------------------------------------
3.1 Spacing
--------------------------------------------------------------*/
.small-margins {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.small-margin-top {
	margin-top: 1rem;
}

.small-margin-bottom,
.gallery-item {
	margin-bottom: 1rem;
}

.small-padding {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.small-padding-top {
	padding-top: 1rem;
}

.small-padding-bottom {
	padding-bottom: 1rem;
}

.margins {
	margin-top: 1.6rem;
	margin-bottom: 1.6rem;
}

.margin-top,
.widget-area {
	margin-top: 1.6rem;
}

.margin-bottom,
.widget {
	margin-bottom: 1.6rem;
}

.single .metaslider {
	margin-bottom: 1.6rem !important;
}

.padding,
.primary-menu,
.social-menu {
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}

.padding-top {
	padding-top: 1.6rem;
}

.padding-bottom,
.site-header .widget_search,
.site-footer {
	padding-bottom: 1.6rem;
}

.large-margins {
	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
}

.large-margin-top {
	margin-top: 2.4rem;
}

.large-margin-bottom {
	margin-bottom: 2.4rem;
}

.large-padding {
	padding-top: 2.4rem;
	padding-bottom: 2.4rem;
}

.large-padding-top {
	padding-top: 2.4rem;
}

.large-padding-bottom {
	padding-bottom: 2.4rem;
}

.max-width {
	max-width: 56rem;
}

.comments-max-width {
	max-width: 100%;
}

.absolute {
	position: absolute;
}

@media screen and (min-width: 960px) {
	.small-margins {
		margin-top: 1.1rem;
		margin-bottom: 1.1rem;
	}

	.small-margin-top {
		margin-top: 1.1rem;
	}

	.small-margin-bottom,
	.gallery-item {
		margin-bottom: 1.1rem;
	}

	.small-padding {
		padding-top: 1.1rem;
		padding-bottom: 1.1rem;
	}

	.small-padding-top {
		padding-top: 1.1rem;
	}

	.small-padding-bottom {
		padding-bottom: 1.1rem;
	}

	.margins {
		margin-top: 1.76rem;
		margin-bottom: 1.76rem;
	}

	.margin-top,
	.widget-area {
		margin-top: 1.76rem;
	}

	.margin-bottom,
	.widget {
		margin-bottom: 1.76rem;
	}

	.single .metaslider {
		margin-bottom: 1.76rem !important;
	}

	.padding,
	.primary-menu,
	.social-menu {
		padding-top: 1.76rem;
		padding-bottom: 1.76rem;
	}

	.padding-top {
		padding-top: 1.76rem;
	}

	.padding-bottom,
	.site-header .widget_search,
	.site-footer {
		padding-bottom: 1.76rem;
	}

	.large-margins {
		margin-top: 2.64rem;
		margin-bottom: 2.64rem;
	}

	.large-margin-top {
		margin-top: 2.64rem;
	}

	.large-margin-bottom {
		margin-bottom: 2.64rem;
	}

	.large-padding {
		padding-top: 2.64rem;
		padding-bottom: 2.64rem;
	}

	.large-padding-top {
		padding-top: 2.64rem;
	}

	.large-padding-bottom {
		padding-bottom: 2.64rem;
	}

	.comments-max-width {
		max-width: 92%;
	}
}

@media screen and (min-width: 1200px) {
	.small-margins {
		margin-top: 1.375rem;
		margin-bottom: 1.375rem;
	}

	.small-margin-top {
		margin-top: 1.375rem;
	}

	.small-margin-bottom,
	.gallery-item {
		margin-bottom: 1.375rem;
	}

	.small-padding {
		padding-top: 1.375rem;
		padding-bottom: 1.375rem;
	}

	.small-padding-top {
		padding-top: 1.375rem;
	}

	.small-padding-bottom {
		padding-bottom: 1.375rem;
	}

	.margins {
		margin-top: 2.2rem;
		margin-bottom: 2.2rem;
	}

	.margin-top,
	.widget-area {
		margin-top: 2.2rem;
	}

	.margin-bottom,
	.widget {
		margin-bottom: 2.2rem;
	}

	.single .metaslider {
		margin-bottom: 2.2rem !important;
	}

	.padding,
	.primary-menu,
	.social-menu {
		padding-top: 2.2rem;
		padding-bottom: 2.2rem;
	}

	.padding-top {
		padding-top: 2.2rem;
	}

	.padding-bottom,
	.site-header .widget_search,
	.site-footer {
		padding-bottom: 2.2rem;
	}

	.large-margins {
		margin-top: 3.3rem;
		margin-bottom: 3.3rem;
	}

	.large-margin-top {
		margin-top: 3.3rem;
	}

	.large-margin-bottom {
		margin-bottom: 3.3rem;
	}

	.large-padding {
		padding-top: 3.3rem;
		padding-bottom: 3.3rem;
	}

	.large-padding-top {
		padding-top: 3.3rem;
	}

	.large-padding-bottom {
		padding-bottom: 3.3rem;
	}
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 3px solid;
	border-color: #444;
	border-radius: 1px;
	background: transparent;
	color: #444;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 0.6rem 4%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fafafa;
	background: #444;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	color: #fafafa;
	background: #222;
	border-color: #222;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    padding: 0;
    border: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 3px solid;
	border-color: #444;
	border-radius: 1px;
	background: transparent;
	line-height: 1.5;
	padding: 0.4375rem 0.125rem 0.5rem 0.5625rem;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0.25rem 0.25rem 0.25rem 0.5625rem;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.widget .search-form,
.error-search {
	text-align: center;
}

.widget .search-field {
	width: 86%;
}

.error-search .search-form {
	margin: 0 auto;
}

.error-search input[type="search"] {
	width: 80%;
	height: 48px;
	display: inline-block;
	margin: 0;
	padding: 0 0 0 0.5rem;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 1.3125rem;
	font-weight: normal;
	line-height: 2.625rem;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-right: none;
}

.error-search button {
	height: 48px;
	line-height: 1.625;
	max-width: 15%;
	max-width: calc(100% - 85%);
	vertical-align: middle;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-left: 3%;
	padding-right: 2%;
	text-align: right;
}

.error-search button:hover {
	color: #c13526;
	background: transparent;
}

.wpcf7 {
	margin: 0;
	padding: 0;
}
.wpcf7-response-output {
	margin: 1rem auto 1rem;
	padding: 0.5rem;
	border: 1px solid #ededed;
	border-radius: 2px;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.wpcf7-mail-sent-ok {
	color: #3c763d;
	border-color: #d6e9c6;
	background-color: #dff0d8; /* green */
}
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked {
	color: #a94442;
	border-color: #ebccd1;
	background-color: #f2dede; /* red */
}
.wpcf7-validation-errors {
	color: #8a6d3b;
	border-color: #faebcc;
	background-color: #fcf8e3; /* yellow */
}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-not-valid-tip {
	display: inline-block;
	padding: 0.25rem 0;
	text-transform: uppercase;
	color: #d9534f;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #faf9f7;
	padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
.wpcf7 .ajax-error {
	display: none;
}
.wpcf7 .placeheld {
	color: #888;
}
.cf7-fields {
	border: none;
	margin: 0;
	padding: 0;
}
.cf7-col,
.cf7-row--textarea {
	margin-bottom: 1rem;
}
.cf7-name,
.cf7-subject,
.cf7-email,
.cf7-website,
.cf7-org {
	width: 100%;
}
.cf7-fields .wpcf7-text.wpcf7-not-valid {
	border-color: #d9534f;
}
.cf7-form-wrapper {
	position: relative;
}
.wpcf7-textarea {
	padding: 0.25rem 0.25rem 0.25rem 0.5625rem;
}

@media screen and (min-width: 600px) {
	.cf7-col--left {
		float: left;
		padding-right: 16px;
	}
	.cf7-col--right {
		float: right;
		padding-left: 16px;
	}
	.cf7-col {
		width: 50%;
	}
	.cf7-col,
	.cf7-row--textarea {
		margin-bottom: 1.5rem;
	}
	.wpcf7-response-output {
		margin: 1.5rem auto 1.5rem;
		padding: 0.5rem 1rem;
	}
  .wpcf7-form.invalid {
    padding-top: 2rem;
  }
	.wpcf7-not-valid-tip {
		display: block;
		position: absolute;
		top: -2.75rem;
		left: 0;
		width: 100%;
		padding: 0.25rem;
	}
  .cf7-icon {
    top: 4px;
  }
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #cc3300;
	text-decoration: none;
}

a:visited {
	color: #8f2400;
}

a:hover,
a:focus,
a:active {
	color: #ff4000;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a,
.list-overlay,
.attachment-squared {
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/*--------------------------------------------------------------
5.2 Main Menu
--------------------------------------------------------------*/
.sidebar {
	position: relative;
	background-color: #fafafa;
}

#secondary {
	display: none;
}

.menu-toggle {
	position: absolute;
	top: 1rem;
	right: 1.2rem;
	padding: 0.6rem 1rem;
}

.site-branding {
	padding-top: 1.6rem;
	border-bottom: 1px solid #ddd;
}

.site-title,
.site-description {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin: 0;
	line-height: 1.2;
	text-align: left;
	margin-left: 1.2rem;
}

.site-title {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 400;
}

.site-title a {
	color: #222;
}

.site-description {
	color: #666;
	font-size: 1rem;
	font-weight: 300;
}

.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation a,
.main-navigation a:visited {
	color: #444;
}

.primary-menu-items,
.social-menu-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu,
.social-menu {
	border-bottom: 1px solid #ddd;
}

.primary-menu-items li {
	display: block;
	padding: 0;
	margin-top: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.primary-menu-items li:first-child {
	margin-top: 0;
}

.primary-menu-items a {
	padding: 0.4rem 0;
}

.primary-menu-items a:hover,
.primary-menu-items a:focus,
.primary-menu-items a:active {
	background-color: #efefef;
}

.site-content {
	width: 96%;
	margin: 1.6rem auto;
}

@media screen and (min-width: 960px) {
	.menu-toggle {
		display: none;
	}

	.site-title,
	.site-description {
		text-align: center;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		position: absolute;
		top: 0;
		left: 0;
		width: 28%;
		max-width: 322px;
		padding: 2rem 1.2rem 0;
	}

	.sidebar:before {
		content: "";
		width: 28%;
		max-width: 322px;
		display: block;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #fafafa;
		z-index: -1;
	}

	.wrapper {
		margin-left: 28%;
	}

	.site-content {
		width: 94%;
		max-width: 1100px;
		margin: 2rem auto;
	}

	#secondary {
		display: block !important;
	}
}

@media screen and (min-width: 1150px) {
	.sidebar {
		width: 322px;
		padding: 2rem 3rem 0;
	}

	.sidebar:before {
		width: 322px;
	}

	.wrapper {
		margin-left: 322px;
	}

	.site-content {
		margin: 3rem auto 2rem;
	}

	.site-title {
		font-size: 1.75rem;
	}

	.site-title a {
		color: #222;
	}

	.site-description {
		font-size: 1.125rem;
	}
}

/*--------------------------------------------------------------
5.3 Social Menu
--------------------------------------------------------------*/
.social-menu {
	text-align: center;
}

.social-menu-items li {
	display: inline-block;
}

.social-menu-items li {
	margin-left: 1rem;
}

.social-menu-items li:first-child {
	margin-left: 0;
}

.social-menu-items li a:before {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-family: 'Fontawesome';
    font-size: 2.2rem;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '\f1d0';
}

.social-menu-items a:hover,
.social-menu-items a:focus,
.social-menu-items a:active {
	color: #aaa;
}

.social-menu-items li a[href*="facebook.com"]::before { 
	content: '\f082'; 
}

.social-menu-items li a[href*="flickr.com"]::before { 
	content: '\f16e'; 
}

.social-menu-items li a[href*="plus.google.com"]::before { 
	content: '\f0d4'; 
}

.social-menu-items li a[href*="gmail.com"]::before {
	content: '\f199';
}

.social-menu-items li a[href*="instagram.com"]::before { 
	content: '\f16d'; 
}

.social-menu-items li a[href*="pinterest.com"]::before { 
	content: '\f0d3'; 
}

.social-menu-items li a[href*="reddit.com"]::before { 
	content: '\f1a2'; 
}

.social-menu-items li a[href*="tumblr.com"]::before { 
	content: '\f174'; 
}

.social-menu-items li a[href*="twitter.com"]::before { 
	content: '\f081'; 
}

.social-menu-items li a[href*="vimeo.com"]::before { 
	content: '\f194'; 
}

.social-menu-items li a[href*="youtube.com"]::before { 
	content: '\f166'; 
}

@media screen and (min-width: 960px) {
	.social-menu-items li {
		margin-left: 0.8rem;
	}

	.social-menu-items li a:before {
	    font-size: 1.8rem;
	}
}

@media screen and (min-width: 1020px) {
	.social-menu-items li a:before {
		font-size: 2.2rem;
	}
}

/*--------------------------------------------------------------
5.4 Paging Navigation
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.6rem;
}

.home .comment-navigation,
.home .posts-navigation,
.home .post-navigation,
.archive .comment-navigation,
.archive .posts-navigation,
.archive .post-navigation,
.search-results .comment-navigation,
.search-results .posts-navigation,
.search-results .post-navigation {
	padding: 0 2%;
}

.nav-previous a,
.nav-next a {
	display: block;
	padding: 0.8rem 1rem;
	background-color: #fafafa;
}

.nav-previous a,
.nav-next a,
.nav-previous a:visited,
.nav-next a:visited {
	color: #444;
}

.nav-previous a:hover,
.nav-next a:hover,
.nav-previous a:focus,
.nav-next a:focus {
	color: #fafafa;
	background-color: #444;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	margin-bottom: 1.6rem;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
}

@media screen and (min-width: 960px) {
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		width: 48%;
		margin-bottom: 0;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
	}
}	

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.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. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.center {
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
.alignright,
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 600px) {
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.6rem;
	}

	.alignright {
		display: inline;
		float: right;
		margin-left: 1.6rem;
	}

	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.post-in-list:before,
.post-in-list:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.nav-links:before,
.nav-links:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.post-in-list:after,
.entry-content:after,
.comment-content:after,
.nav-links:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.site-header .widget-title {
	font-size: 1rem;
	text-transform: uppercase;
}

.site-header .widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header .widget-area li {
	margin-bottom: 0.375rem;
}

.site-header .widget-area a:hover,
.site-header .widget-area a:focus,
.site-header .widget-area a:active {
	text-decoration: underline;
}

.site-header .widget_search {
	border-bottom: 1px solid #ddd;
}

.site-header .widget_archive,
.site-header .widget_categories,
.site-header .widget_calendar,
.site-header .widget_meta,
.site-header .widget_pages,
.site-header .widget_tag_cloud,
.site-header .widget_recent_comments,
.site-header .widget_recent_entries {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
}

.main-navigation .widget_recent_entries {
	text-align: center;
}

@media screen and (min-width: 960px) {
	.main-navigation .widget_recent_entries {
		text-align: left;
	}
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.6rem;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.6rem 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.6rem;
}

.post-in-list,
.in-sarchive {
	position: relative;
	margin: 0 0 1.6rem;
	background-color: #fafafa;
	overflow: hidden;
}

.attachment-squared,
.featured-link {
	display: block;
}

.list-content,
.list-overlay {
	position: absolute;
	padding: 8%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.list-overlay {
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.88);
	opacity: 0;
}

.responsive-square {
	padding-bottom: 99.5%;
}

.post-in-list:hover .list-overlay,
.post-in-list:focus .list-overlay,
.overlay-link:focus .list-overlay {
	display: block;
	opacity: 1;
}

.list-description,
.list-title {
	color: #333;
	font-size: 0.875rem;
	margin: 0;
}

.overlay-link:focus .list-content,
.post-in-list:hover .list-content,
.post-in-list:focus .list-content,
.post-in-list:hover .list-content .list-description,
.post-in-list:hover .list-content .list-title,
.post-in-list:focus .list-content .list-description,
.post-in-list:focus .list-content .list-title,
.overlay-link:focus .list-content .list-title,
.overlay-link:focus .list-content .list-description {
	color: #cc3300;
	background-color: #ffffff;
}

.list-title {
	margin-bottom: 0.8rem;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (min-width: 500px) {
	.post-in-list,
	.in-sarchive {
		float: left;
		width: 45.5%;
		width: calc(50% - 4%);
		margin: 0 2% 4%;
	}
}

@media screen and (min-width: 900px) {
	.list-description,
	.list-title {
		font-size: 0.9375rem;
	}
}

@media screen and (min-width: 1100px) {
	.list-description,
	.list-title {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1400px) {
	.list-description,
	.list-title {
		font-size: 1.2rem;
	}
}

.single .format-standard,
.single .format-image,
.single .format-gallery,
.single .format-aside,
.attachment .type-attachment,
.page .type-page,
.content-padding {
	padding: 4% 2% 2%;
	background-color: #fafafa;
}

.search-results .hentry {
	position: relative;
	padding: 4% 2%;
	background-color: #fafafa;
}

.search-results .hentry *:not(.search-bg),
.search-results .hentry *:not(.search-bg) {
	z-index: 2;
	position: relative;
}

.search-bg {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.05;
}

/* Typography */
.entry-title,
.page-title {
	margin-bottom: 0.4rem;
	font-size: 1.5rem;
	color: #444;
}

.entry-title {
	text-transform: uppercase;
}

.archive .entry-title,
.archive .page-title,
.search-results .entry-title {
	margin-top: 0;
}

.featured-image-link:hover .attachment-squared,
.featured-image-link:focus .attachment-squared {
	opacity: 0.78;
}

.entry-subtitle,
.taxonomy-description,
.taxonomy-description p {
	margin-top: 0;
	margin-bottom: 0;
	color: #666;
	font-style: italic;
}

.taxonomy-description {
	font-size: 0.9375rem;
}

.entry-subtitle {
	font-size: 1rem;
}

.entry-featured-image img {
	display: block;
	margin: 0 auto;
}

.image-wrap {
	text-align: center;
}

.has-no-image {
	margin: 0 auto;
	padding-left: 4%;
	padding-right: 4%;
}

.cat-links,
.tags-links {
	margin: 0;
}

.small-footer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	font-size: 0.9375rem;
}

.entry-content a,
.page-content a,
.tags-links a {
	text-decoration: underline; 
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 { 
	margin: 0 auto .4em;
}

.entry-content h1,
.page-content h1 {
    font-size: 2.2rem;
}

.entry-content h2,
.page-content h2 {
    font-size: 2em;
}

.entry-content h3,
.page-content h3 {
    font-size: 1.8rem;
}

.entry-content h4,
.page-content h4 {
    font-size: 1.6rem;
}

.entry-content h5,
.page-content h5 {
    font-size: 1.4rem;
}

.entry-content h6,
.page-content h6 {
    font-size: 1.2rem;
}

.entry-attachment img {
	display: block;
	margin: 0 auto;
}

/* Blockquotes */
blockquote {
    padding: 1rem 2rem;
	margin: 0 0 1.6rem;
    font-style: italic;
    background-color: #efefef;
}

blockquote.alignleft {
    float: left;
    width: 50%;
    padding: 1em 0 0;
    margin-right: 2em;
}

blockquote.alignright {
    float: right;
    width: 50%;
    padding: 1em 0 0;
    margin-left: 2em;
}

blockquote em { 
    font-style: normal; 
}

blockquote cite {
    display: block;
    margin-top: 1.6rem;
    margin-left: 20%;
    font-style: normal;
    line-height: 1.5;
}

@media screen and (min-width: 500px) {
	.has-no-image .list-description {
		display: none;
	}
}

@media screen and (min-width: 960px) {
	.single .format-standard,
	.single .format-image,
	.single .format-gallery,
	.single .format-aside,
	.page .type-page,
	.attachment .type-attachment,
	.content-padding {
		padding: 4% 4% 2%;
	}

	.search-results .hentry {
		padding: 4%;
	}

	.entry-title,
	.page-title {
		font-size: 1.5rem;
	}

	.entry-subtitle {
		font-size: 1.1rem;
	}

	.entry-content h1,
	.page-content h1 {
	    font-size: 3rem;
	}

	.entry-content h2,
	.page-content h2 {
	    font-size: 2.6rem;
	}

	.entry-content h3,
	.page-content h3 {
	    font-size: 2.4rem;
	}

	.entry-content h4,
	.page-content h4 {
	    font-size: 2rem;
	}

	.entry-content h5,
	.page-content h5 {
	    font-size: 1.6rem;
	}

	.entry-content h6,
	.page-content h6 {
	    font-size: 1.2rem;
	}

	.error-copy {
		padding: 0 10%;
	}
}

@media screen and (min-width: 1150px) {
	.entry-title,
	.page-title {
		font-size: 1.75rem;
	}

	.entry-subtitle {
		font-size: 1.2rem;
	}

	.entry-content p,
	.page-content p {
		font-size: 1.25rem;
	}

	.has-no-image .list-description {
		display: block;
		overflow: hidden;
		max-height: 190px;
		font-size: 1rem;
	}

	.taxonomy-description {
		font-size: 1rem;
	}

	.small-footer {
		width: 60%;
		font-size: 1rem;
	}

}

@media screen and (min-width: 1330px) {
	.has-no-image .list-description {
		max-height: 280px;
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
	padding: 2%;
	background-color: #fafafa;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
10.4 Footer
--------------------------------------------------------------*/
.site-footer {
	width: 96%;
	margin: 0 auto;
	font-size: 0.875rem;
	text-align: center;
	color: #666;
}

.site-footer span {
	display: block;
}

@media screen and (min-width: 960px) {
	.site-footer {
		width: 94%;
		max-width: 1100px;
		font-size: 1rem;
	}

	.site-footer span {
		display: inline;
	}
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.6rem;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.6rem;
}

.gallery img {
	display: block;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin-left: 1%;
	margin-right: 1%;
}

.gallery .gallery-item {
	max-width: 98%;
}

.gallery-caption {
	display: block;
	margin-top: 0.4rem;
	padding: 0.4rem 0;
	font-size: 0.9375rem;
	background-color: #efefef;
}

@media screen and (min-width: 500px) {
	.gallery-columns-1 .gallery-item {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 48%;
	}

	.gallery-columns-3 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-9 .gallery-item {
		max-width: 31.333%; 
	}

	.gallery-columns-4 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item {
		max-width: 23%;
	}
}

@media screen and (min-width: 1120px) {
	.gallery-columns-5 .gallery-item {
		width: 18%;
	}

	.gallery-columns-6 .gallery-item {
		width: 14.666%;
	}

	.gallery-columns-7 .gallery-item {
		width: 12.285%;
	}
					
	.gallery-columns-8 .gallery-item { 
		width: 10.5%;
	}

	.gallery-columns-9 .gallery-item {
		width:  9.111%;
	}
}

/*--------------------------------------------------------------
13.0 Animations
--------------------------------------------------------------*/
.faded-post {
	opacity: 0;
}
.fade-post {
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}