/*!
Theme Name: Inxhibit
Theme URI: http://www.inxhibit.com
Author: Leanda Ryan
Author URI: http://www.inxhibit.com
Description: A Minimal WordPress Theme for Photographers, Artists, Designers and People Who Make Things. Inxhibit is a responsive WordPress theme perfect for showcasing your work.

Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inxhibit
Tags: two-columns, left-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, threaded-comments

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.

Inxhibit incorporates code from the following third-party resources:

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

Font Awesome by Dave Gandy
Font Awesome is licensed under the following: (Font: SIL OFL 1.1, CSS: MIT License)
http://fortawesome.github.io/Font-Awesome/

kirki by Aristeides Stathopoulos
Kirki is licensed under GPLv2
http://kirki.org

Isotope by Metafizzy
Isotope is licensed under GNU GPL license v3
http://isotope.metafizzy.co

matchHeight
jquery.matchHeight.js is licensed under The MIT License (MIT)
http://brm.io/jquery-match-height/

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Layout
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
   ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  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 {
  margin: 0.67em 0;
}

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

small {
  font-size: 70%;
}

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-appearance: textfield;
  box-sizing: content-box;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #1A1919;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.entry-title {
  margin: 0;
  font-size:1.5em;
}

.page-title {
  margin: 0 0 1.5em;
  font-size: 1em;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 1.5em;
  border-left: 2px solid #1A1919;
  padding: 0 1em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f3f3f3;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# 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: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #999;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

table {
  border-collapse: collapse;
}

td, th {
  border: 1px solid #1A1919;
  padding:1em;
  text-align: left;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #999 #999 #999;
  border-radius: 2px;
  background: #999;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  font-size: .875em;
  padding: .6em 1em .5em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #1A1919 #1A1919 #1A1919;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #1A1919 #1A1919 #1A1919;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #999;
  border: 1px solid #1A1919;
  border-radius: 2px;
  font-size: 1em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #999;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 4px;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1A1919;
  text-decoration: none;
}
a:visited {
  color: #1A1919;
}
a:hover, a:focus, a:active {
  color: #999;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#menu-wrap {
  clear: both;
  margin-bottom: 2.5em;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation h3 {
  font-size: 1em;
  margin-bottom: 0;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  margin-bottom: 35px;
  padding-left: 0;
}
.main-navigation ul ul {
  margin-left: 1em;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle {
  background-color: transparent;
  border: none;
  float: right;
  font-size: 6em;
  height: 52px;
  overflow: hidden;
  padding: 0;
  text-align: right;
  width: 52px;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
body {
  background-color: #fff;
  max-width: 1340px;
}

.sidebar {
  background-color: #F3F3F3;
  padding-left: 3.7313433%;
  padding-right: 3.7313433%;
  margin-bottom: 2.5em;
  width: 100%;
}
@media screen and (min-width: 50em) {
  .sidebar {
    float: left;
    max-width: 400px;
    width: 29.8507463%;
    min-height: 100vh;
    margin-bottom: 0;
  }
}

#secondary {
  display: none;
}
@media screen and (min-width: 50em) {
  #secondary {
    display: block;
  }
}

#content {
  padding-left: 3.7313433%;
  padding-right: 3.7313433%;
}
@media screen and (min-width: 50em) {
  #content {
    float: left;
    padding-top: 4em;
    width: 70.1492537%;
  }
}

.site-main {
  margin: 0;
}

.site-content .widget-area {
  float: left;
  overflow: hidden;
  width: 25%;
}

/* Header and Custom Logo */
.site-branding {
  text-align: center;
  clear: both;
  overflow: hidden;
}
@media screen and (min-width: 50em) {
  .site-branding {
    clear: left;
    float: left;
    text-align: left;
  }
}

.site-title {
  font-size:  10em;
  margin-top: .5em;
}
@media screen and (min-width: 50em) {
  .site-title {
    margin-top: 2.5em;
  }
}

.site-logo {
  margin: 1em auto 0;
  width: 10%;
}
@media screen and (min-width: 50em) {
  .site-logo {
    margin-top: 2em;
	  margin-bottom: 2em;
    width: 100%;
  }
  .site-logo img {
    width: 15%;
  }
}

.site-description {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 22px;
}
@media screen and (min-width: 50em) {
  .site-description {
    text-align: left;
    margin-bottom: 40px;
  }
}

.social-icons {
  border-top: 1px solid #1A1919;
  font-size: 1.5em;
  padding-top: 30px;
}
.social-icons ul {
  margin: 0;
  padding: 0;
}
.social-icons ul li {
  list-style: none;
  float: left;
  width: 14.285714286%;
}

/* Footer */
.site-footer {
  background-color: #F3F3F3;
  padding-left: 3.7313433%;
}
@media screen and (min-width: 50em) {
  .site-footer {
    clear: both;
    width: 29.8507463%;
  }
}

.site-info {
  margin: 1em 0;
}
.site-info p {
  margin: 0;
  font-size: 1em;
}

/* Project Grid Layout */
.grid .hentry {
  margin: 0 0 2em;
}

.grid-item {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 25em) {
  .grid-item {
    width: 48%;
  }
}
@media only screen and (min-width: 64em) {
  .grid-item {
    width: 22%;
  }
}
.grid-item h2 {
  font-size: 1em;
  margin-top: .5em;
}

.gutter-sizer {
  width: 4%;
}

/* Project Image Grid Layout */
.image-grid .hentry {
  margin: 0 0 1.5%;
}

.image-grid-item {
  width: 100%;
}
@media only screen and (min-width: 25em) {
  .image-grid-item {
    width: 48%;
  }
}
@media only screen and (min-width: 64em) {
  .image-grid-item {
    width: 32%;
  }
}

.image-gutter-sizer {
  width: 2%;
}

/* Project List Layout */
.list .hentry {
  margin: 0 0 4em;
  border-bottom: 1px solid #1A1919;
}

/*--------------------------------------------------------------
# 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: 1rem;
  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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter, .alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.widget-title {
  font-size: 10em;
  margin-bottom: 0;
}

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

.widget_search input[type="search"] {
  width: 100%;
}

/* Calendar widget. */
.widget_calendar table th, .widget_calendar table td {
  border: 1px solid #1A1919;
}
.widget_calendar caption {
  margin-bottom: .5em;
}

.widget_calendar th, .widget_calendar td {
  text-align: center;
  vertical-align: middle;
}

/* Recent Comments widget. */
.widget_recent_comments li {
  border-bottom: 1px solid #1A1919;
  padding: .5em 0;
}
.widget_recent_comments li:last-child {
  border-bottom: none;
}

.widget_recent_entries li {
  border-bottom: 1px solid #1A1919;
  padding: .5em 0;
}
.widget_recent_entries li:last-child {
  border-bottom: none;
}

.widget_rss li {
  border-bottom: 1px solid #1A1919;
  padding: .5em 0;
}
.widget_rss li:last-child {
  border-bottom: none;
}
.widget_rss img {
  display: none;
}

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

.hentry {
  margin: 0 0 4em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-meta {
  font-size: 1em;
}

.entry-footer {
  border-top: 1px solid #1A1919;
  padding-top: 1em;
  font-size: 1em;
}
.entry-footer span {
  margin-right: .5em;
}
.entry-footer span:after {
  margin-left: .5em;
  content: "\2022";
}
.entry-footer span:last-child:after {
  content: "";
}

.page .entry-footer {
  border-top: none;
}

.sticky {
  border: 1px solid black;
  padding: 1em;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title {
  font-size: 1.17em;
}

#comments {
  margin-top: 2.5em;
  padding-top: 1em;
  border-top: 1px solid #1A1919;
}

ol.comment-list {
  margin-left: 0;
}

.comment-author {
  border-top: 1px solid #1A1919;
  margin-bottom: 1em;
  padding-top: 1em;
}
.comment-author img {
  margin-right: 1em;
  vertical-align: middle;
}

.comment-metadata {
  font-size: .875em;
  margin-top: .5em;
}

.reply {
  font-size: .875em;
  margin-bottom: 1em;
}

.pingback {
  border-top: 1px solid #1A1919;
  padding: 1em 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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%;
}

.wp-audio-shortcode {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  font-size: .875em;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

figure.wp-caption.alignleft, figure.wp-caption.alignright {
  margin: 1em 0;
}

figure.wp-caption.aligncenter, figure.wp-caption.alignnone {
  margin: 1em auto;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  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;
  font-size: .875em;
}
