/*
Theme Name: artis
Theme URI: http://sesentaycuatro.com
Author: Andres Conrado Montoya Acosta
Author URI: http://sesentaycuatro.com
Description: A clean and simple theme for artists.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artis
Domain Path: /languages/

artis is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font: 16px/1 sans-serif;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0; }

main,
li {
  display: block; }

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

b,
strong {
  font-weight: bold;
  font-weight: 700; }

a,
button {
  color: inherit;
  transition: .3s; }

a {
  text-decoration: none;
  background-color: transparent; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

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

dfn {
  font-style: italic; }

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

hr {
  -moz-box-sizing: content-box;
  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;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none; }

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: 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: #202020;
  font-family: "Source Sans Pro", "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0; }
  h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    font-weight: 300; }

p {
  margin-bottom: 1rem; }

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

blockquote {
  margin: 0 1.5rem; }

address {
  margin: 0 0 1.5rem; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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: 0.9375rem; }

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

mark, ins {
  background: #ffffc0;
  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: #ffffff;
  /* 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: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem; }

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

ul {
  list-style-type: circle; }

ol {
  list-style-type: decimal; }

li {
  display: list-item; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5rem 1.5rem; }

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

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  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: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  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: 3px; }

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu */
.mobile-toggle {
  text-align: right; }

.main-navigation {
  position: fixed;
  top: 120px;
  right: 0;
  left: 0;
  height: 0;
  padding: 0 2rem;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 11; }
  .main-navigation.active {
    top: 60px;
    bottom: 0;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-navigation ul ul {
      margin: 0.75rem 0 0 0.75rem; }
  .main-navigation li {
    display: block;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #ffffff;
    border-top: 1px solid #ddd; }
  .main-navigation a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    text-decoration: none;
    color: #767676;
    width: 100%;
    display: block; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a {
    font-weight: 700; }

/* Big menu. */
@media screen and (min-width: 48em) {
  .mobile-toggle {
    display: none; }

  .main-navigation {
    position: static;
    padding: inherit;
    bottom: auto;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    background-color: transparent;
    overflow: visible; }
    .main-navigation.active {
      bottom: 0;
      overflow: visible; }
    .main-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: right; }
      .main-navigation ul ul {
        transition: opacity .3s ease;
        opacity: 0;
        height: 0;
        overflow: hidden;
        position: absolute;
        right: -0.75rem;
        top: 28px; }
        .main-navigation ul ul ul {
          transition: opacity .3s ease;
          opacity: 0;
          width: 0;
          overflow: hidden;
          left: -335px;
          right: 0;
          top: -0.75rem; }
        .main-navigation ul ul li {
          display: block;
          width: 300px;
          padding: 0.5rem 0.75rem;
          background-color: #ffffff; }
          .main-navigation ul ul li:hover, .main-navigation ul ul li:focus {
            background-color: #eee; }
          .main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul {
            opacity: 1;
            width: auto;
            overflow: initial; }
          .main-navigation ul ul li a {
            width: 300px;
            text-align: right; }
    .main-navigation li {
      display: inline;
      position: relative;
      margin-left: 1.5rem;
      text-align: right;
      border: 0 none;
      padding: 0; }
      .main-navigation li:hover > a, .main-navigation li:focus > a {
        color: #000; }
      .main-navigation li:hover > ul, .main-navigation li:focus > ul {
        opacity: 1;
        height: auto;
        overflow: initial; }
      .main-navigation li > a {
        display: inline-block;
        width: auto;
        line-height: 60px; }
      .main-navigation li.menu-item-has-children > a:after {
        font-family: 'Ionicons';
        content: '\f3d0';
        margin-left: 0.3em; }
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a {
      font-weight: 700; } }
.sub-menu > li > a {
  display: inline;
  line-height: 1em; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

/* Social menu */
.menu-social ul {
  float: right;
  text-align: center;
  list-style: none; }
.menu-social li {
  position: relative;
  display: inline-block;
  line-height: 40px; }
  .menu-social li a::before {
    display: inline-block;
    padding: 0 0 0 0.5rem;
    vertical-align: top;
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    color: #ccc;
    -webkit-font-smoothing: antialiased;
    content: '\f0c0'; }
  .menu-social li a:hover::before {
    color: #bbb; }
  .menu-social li a[href*="facebook.com"]::before {
    content: '\f230'; }
  .menu-social li a[href*="twitter.com"]::before {
    content: '\f099'; }
  .menu-social li a[href*="dribbble.com"]::before {
    content: '\f17d'; }
  .menu-social li a[href*="plus.google.com"]::before {
    content: '\f0d5'; }
  .menu-social li a[href*="pinterest.com"]::before {
    content: '\f231'; }
  .menu-social li a[href*="github.com"]::before {
    content: '\f113'; }
  .menu-social li a[href*="tumblr.com"]::before {
    content: '\f173'; }
  .menu-social li a[href*="youtube.com"]::before {
    content: '\f16a'; }
  .menu-social li a[href*="flickr.com"]::before {
    content: '\f16e'; }
  .menu-social li a[href*="vimeo.com"]::before {
    content: '\f194'; }
  .menu-social li a[href*="instagram.com"]::before {
    content: '\f16d'; }
  .menu-social li a[href*="linkedin.com"]::before {
    content: '\f0e1'; }
  .menu-social li a[href*="behance.net"]::before {
    content: '\f1b4'; }
  .menu-social li a[href*="soundcloud.com"]::before {
    content: '\f1be'; }

/* Filter Menu */
/* Mobile */
#filter-menu {
  position: fixed;
  z-index: 4;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: none; }
  #filter-menu .filters {
    background: rgba(0, 0, 0, 0.9);
    font-size: 11px;
    color: #fff;
    display: block; }
    #filter-menu .filters a {
      display: inline-block; }
      #filter-menu .filters a#filter-current {
        display: none;
        position: absolute;
        left: 0;
        top: 0; }
  #filter-menu .filters.list {
    display: none; }
  #filter-menu ul, #filter-menu li {
    list-style: none;
    margin: 0px;
    display: inline; }
  #filter-menu a {
    color: #fff;
    display: block;
    line-height: 40px;
    padding: 0 0.5rem;
    white-space: nowrap; }
    #filter-menu a:hover {
      background-color: rgba(51, 51, 51, 0.8); }
    #filter-menu a#filter-all {
      font-weight: 700;
      width: 100%;
      display: block; }

/* Desktop */
@media screen and (min-width: 48em) {
  #filter-menu {
    bottom: 60px;
    left: 2rem;
    right: 2rem;
    width: auto;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    #filter-menu .filters {
      width: auto; }
      #filter-menu .filters a {
        display: inline-block; }
    #filter-menu .filters.list {
      display: none; }
    #filter-menu ul, #filter-menu li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
    #filter-menu a {
      padding: 0 0.75rem; }
      #filter-menu a#filter-all span {
        display: inline; } }
/* Post navigation */
.nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }
  .artis-post-navigation .nav-links {
    font-size: 3rem; }

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

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

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

.aligncenter {
  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%; }

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-description {
  display: none; }

.home .nav-links, .page-template-page-portfolio .nav-links, .archive .nav-links {
  display: none; }
.home.custom-background, .page-template-page-portfolio.custom-background, .archive.custom-background {
  background-image: none !important;
  background-color: inherit; }
.home .hentry, .page-template-page-portfolio .hentry, .archive .hentry {
  background-color: #111;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative; }
  .home .hentry .permalink, .page-template-page-portfolio .hentry .permalink, .archive .hentry .permalink {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .home .hentry .permalink .hitarea, .page-template-page-portfolio .hentry .permalink .hitarea, .archive .hentry .permalink .hitarea {
      width: 100%;
      height: 100%; }
  .home .hentry .padding, .page-template-page-portfolio .hentry .padding, .archive .hentry .padding {
    background-color: rgba(0, 0, 0, 0.7);
    height: auto;
    margin: 100% 0 0 0; }
  .home .hentry .entry-header, .page-template-page-portfolio .hentry .entry-header, .archive .hentry .entry-header {
    margin-bottom: 0.75rem; }
  .home .hentry .entry-title, .page-template-page-portfolio .hentry .entry-title, .archive .hentry .entry-title {
    font-size: 1.3em; }
    .home .hentry .entry-title:after, .page-template-page-portfolio .hentry .entry-title:after, .archive .hentry .entry-title:after {
      margin-top: 0.5rem;
      display: block;
      content: "";
      height: 1px;
      background-color: #ffffff;
      width: 30%;
      opacity: .7; }
    .home .hentry .entry-title a, .page-template-page-portfolio .hentry .entry-title a, .archive .hentry .entry-title a {
      color: #ffffff; }
      .home .hentry .entry-title a:hover, .page-template-page-portfolio .hentry .entry-title a:hover, .archive .hentry .entry-title a:hover {
        color: #ddd; }
  .home .hentry .entry-content, .page-template-page-portfolio .hentry .entry-content, .archive .hentry .entry-content {
    font-weight: 300; }
  .home .hentry .entry-footer, .page-template-page-portfolio .hentry .entry-footer, .archive .hentry .entry-footer {
    font-size: 90%; }
    .home .hentry .entry-footer p, .page-template-page-portfolio .hentry .entry-footer p, .archive .hentry .entry-footer p {
      margin: 0; }
    .home .hentry .entry-footer a, .page-template-page-portfolio .hentry .entry-footer a, .archive .hentry .entry-footer a {
      color: #ddd;
      font-weight: 300; }
@media screen and (min-width: 48em) {
  .home .hentry, .page-template-page-portfolio .hentry, .archive .hentry {
    background-color: #111;
    color: #ffffff;
    height: 240px;
    height: 33vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative; }
    .home .hentry .permalink, .page-template-page-portfolio .hentry .permalink, .archive .hentry .permalink {
      display: block;
      position: absolute;
      z-index: 2;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      .home .hentry .permalink hitarea, .page-template-page-portfolio .hentry .permalink hitarea, .archive .hentry .permalink hitarea {
        width: 100%;
        height: 100%; }
    .home .hentry .padding, .page-template-page-portfolio .hentry .padding, .archive .hentry .padding {
      background-color: transparent;
      height: 100%;
      margin: 0; }
    .home .hentry.has-post-thumbnail .entry-title, .home .hentry.has-post-thumbnail .entry-content, .home .hentry.has-post-thumbnail .entry-footer, .page-template-page-portfolio .hentry.has-post-thumbnail .entry-title, .page-template-page-portfolio .hentry.has-post-thumbnail .entry-content, .page-template-page-portfolio .hentry.has-post-thumbnail .entry-footer, .archive .hentry.has-post-thumbnail .entry-title, .archive .hentry.has-post-thumbnail .entry-content, .archive .hentry.has-post-thumbnail .entry-footer {
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0); }
    .home .hentry.has-post-thumbnail:hover .entry-title, .home .hentry.has-post-thumbnail:hover .entry-content, .home .hentry.has-post-thumbnail:hover .entry-footer, .home .hentry.has-post-thumbnail:focus .entry-title, .home .hentry.has-post-thumbnail:focus .entry-content, .home .hentry.has-post-thumbnail:focus .entry-footer, .page-template-page-portfolio .hentry.has-post-thumbnail:hover .entry-title, .page-template-page-portfolio .hentry.has-post-thumbnail:hover .entry-content, .page-template-page-portfolio .hentry.has-post-thumbnail:hover .entry-footer, .page-template-page-portfolio .hentry.has-post-thumbnail:focus .entry-title, .page-template-page-portfolio .hentry.has-post-thumbnail:focus .entry-content, .page-template-page-portfolio .hentry.has-post-thumbnail:focus .entry-footer, .archive .hentry.has-post-thumbnail:hover .entry-title, .archive .hentry.has-post-thumbnail:hover .entry-content, .archive .hentry.has-post-thumbnail:hover .entry-footer, .archive .hentry.has-post-thumbnail:focus .entry-title, .archive .hentry.has-post-thumbnail:focus .entry-content, .archive .hentry.has-post-thumbnail:focus .entry-footer {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      transition: opacity 0.2s ease-in 0.2s; }
    .home .hentry.has-post-thumbnail:hover .padding, .home .hentry.has-post-thumbnail:focus .padding, .page-template-page-portfolio .hentry.has-post-thumbnail:hover .padding, .page-template-page-portfolio .hentry.has-post-thumbnail:focus .padding, .archive .hentry.has-post-thumbnail:hover .padding, .archive .hentry.has-post-thumbnail:focus .padding {
      background-color: #111;
      transition: background-color 0.2s ease-out; }
    .home .hentry .entry-content, .page-template-page-portfolio .hentry .entry-content, .archive .hentry .entry-content {
      font-weight: 300;
      background-color: #111; }
    .home .hentry .entry-footer, .page-template-page-portfolio .hentry .entry-footer, .archive .hentry .entry-footer {
      background-color: #111;
      font-size: 90%; }
      .home .hentry .entry-footer p, .page-template-page-portfolio .hentry .entry-footer p, .archive .hentry .entry-footer p {
        margin: 0; }
      .home .hentry .entry-footer a, .page-template-page-portfolio .hentry .entry-footer a, .archive .hentry .entry-footer a {
        color: #ddd;
        font-weight: 300; } }

.blog .content-area, .category .content-area, .search .content-area, .page.page-template-default .content-area, .single .content-area {
  padding: 0 1rem; }
  @media screen and (min-width: 75em) {
    .blog .content-area, .category .content-area, .search .content-area, .page.page-template-default .content-area, .single .content-area {
      padding: 0; } }
.blog .hentry, .category .hentry, .search .hentry, .page.page-template-default .hentry, .single .hentry {
  margin-top: 2rem;
  text-align: left; }
.blog .padding, .category .padding, .search .padding, .page.page-template-default .padding, .single .padding {
  background-color: rgba(255, 255, 255, 0.9); }
.blog .entry-header, .category .entry-header, .search .entry-header, .page.page-template-default .entry-header, .single .entry-header {
  margin: 2rem 0; }
.blog .entry-title, .category .entry-title, .search .entry-title, .page.page-template-default .entry-title, .single .entry-title {
  font-size: 2em; }
  .blog .entry-title a, .category .entry-title a, .search .entry-title a, .page.page-template-default .entry-title a, .single .entry-title a {
    color: #000; }
    .blog .entry-title a:hover, .category .entry-title a:hover, .search .entry-title a:hover, .page.page-template-default .entry-title a:hover, .single .entry-title a:hover {
      color: #F92672; }
.blog .entry-footer, .category .entry-footer, .search .entry-footer, .page.page-template-default .entry-footer, .single .entry-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between; }
.blog:last-of-type, .category:last-of-type, .search:last-of-type, .page.page-template-default:last-of-type, .single:last-of-type {
  margin-bottom: 2rem; }

.page-header {
  color: #000; }
  .page-header .page-title {
    padding: 2rem 0; }

body.custom-background {
  background-size: cover;
  background-attachment: fixed; }

.sticky .padding {
  background-color: rgba(230, 219, 116, 0.9); }

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

.page-links {
  clear: both; }

.entry-title {
  font-weight: 300;
  margin: 0; }

/*
 * Post types & formats
 */
/* Portfolio post type */
/* Desktop */
@media screen and (min-width: 48em) {
  .single-portfolio.admin-bar .portfolio {
    top: 92px; } }
@media screen and (max-width: 782px) {
  .single-portfolio.admin-bar .portfolio {
    top: 106px; } }
/*Video Post format*/
.single-format-video .entry-content p:first-child {
  display: none; }

/* Maximun width for paragraphs in posts */
@media screen and (min-width: 48em) {
  .single .entry-content p, .single .entry-content hr, .single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6, .single .entry-content table, .single .entry-content blockquote, .single .entry-content pre, .single .entry-content code, .single .entry-content ul, .search .entry-content p, .search .entry-content hr, .search .entry-content h1, .search .entry-content h2, .search .entry-content h3, .search .entry-content h4, .search .entry-content h5, .search .entry-content h6, .search .entry-content table, .search .entry-content blockquote, .search .entry-content pre, .search .entry-content code, .search .entry-content ul, .page .entry-content p, .page .entry-content hr, .page .entry-content h1, .page .entry-content h2, .page .entry-content h3, .page .entry-content h4, .page .entry-content h5, .page .entry-content h6, .page .entry-content table, .page .entry-content blockquote, .page .entry-content pre, .page .entry-content code, .page .entry-content ul {
    max-width: 50%; } }
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

.sidebar, .sidebar a {
  color: #ffffff; }

.widget-area {
  background-color: #eee;
  padding: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  font-size: 80%; }
  .widget-area aside {
    padding-right: 1rem;
    flex: 1; }
    .widget-area aside h1 {
      font-weight: 300; }
    .widget-area aside ul {
      list-style: none;
      margin: 0; }
      .widget-area aside ul li {
        margin: 0.5rem 0; }

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

.bypostauthor {
  display: block; }

.comments-wrapper {
  background-color: #ffffff;
  padding: 2rem; }

.comments-area {
  text-align: left; }

/*--------------------------------------------------------------
## Custom styles
--------------------------------------------------------------*/
/* Header */
.site-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0 1rem;
  background-color: #ffffff; }
  @media screen and (min-width: 48em) {
    .site-header {
      padding: 0 2rem; } }
  .site-header .row {
    height: 60px; }

.admin-bar .site-header {
  top: 32px; }

@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed; }

  .admin-bar .site-header {
    top: 46px; } }
/* Site title */
.site-title {
  font-size: 12px;
  font-size: 1.2rem;
  clear: none; }
  .site-title h1 a, .site-title h1 a:active, .site-title h1 a:visited, .site-title h1 a:hover {
    color: #202020; }

/* Footer */
.site-footer {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding: 0 2rem;
  background-color: #ffffff; }
  .site-footer .site-info {
    font-size: 80%;
    line-height: 40px; }

/* Site content */
.site-content {
  margin-top: 60px;
  margin-bottom: 40px; }

/* Scroll loader */
#infscr-loading {
  padding: 0.75rem;
  position: fixed;
  bottom: 40px;
  right: 0;
  left: 0;
  height: 32px;
  background-color: #ffffff;
  text-align: center; }

@media screen and (min-width: 48em) {
  #infscr-loading {
    z-index: 20;
    padding: 0;
    bottom: 0;
    height: 40px;
    background-color: transparent; }
    #infscr-loading img {
      margin-top: 4px; } }
/* page loader */
@media screen and (max-width: 782px) {
  .js #preloader {
    top: 106px !important; }

  .admin-bar .main-navigation.active {
    top: 106px !important; } }
.js #preloader {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 40px;
  right: 0;
  overflow: visible;
  z-index: 9999;
  background: #ffffff url("img/ellipsis.gif") no-repeat center center; }

.js .admin-bar #preloader {
  top: 92px; }
.js .admin-bar .main-navigation.active {
  top: 92px; }

/* Header search */
input[type="search"] {
  box-sizing: border-box;
  width: 100%; }

.search-box-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.search-box {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  text-align: center; }

.admin-bar .search-box {
  top: 92px; }

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

.search-box .search-field {
  max-width: 362px;
  padding: 1rem 3rem;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  background-color: #fff;
  border: 0; }

.error404 .search-submit,
.search .search-submit,
.search-box .search-submit {
  display: none; }

.search-toggle {
  margin-left: 20px;
  cursor: pointer;
  color: #aaa; }

.search-toggle:hover,
.search-toggle:active {
  color: #ddd; }

.search-toggle.active {
  color: #66D9EF; }

/* Custom utilities */
.light {
  font-weight: 300; }

.bold {
  font-weight: 700; }

.padding {
  padding: 2rem; }

.padding-double {
  padding: 4rem; }

.padding-half {
  padding: 1rem; }

.nopadding {
  padding: 0 !important; }

.nomargin {
  margin: 0 !important; }

.noscroll {
  overflow: hidden; }

.active {
  display: block; }

.inactive {
  display: none; }

.is-hidden {
  visibility: hidden; }

.not-found {
  margin: 4rem 0; }

.error-404 {
  font-size: 6em; }
  .error-404 input {
    font-size: 0.5em; }
  .error-404 p {
    font-weight: 700; }

.circle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 2rem;
  vertical-align: middle;
  display: inline-block; }

.circle .ion-ios-arrow-left, .circle .ion-ios-arrow-right {
  line-height: inherit; }

.circle .ion-ios-arrow-left {
  margin-left: -2px; }

.circle .ion-ios-arrow-right {
  margin-right: -2px; }

/* Shortcodes */
.su-spoiler p {
  margin: 0; }

.transparent-black {
  background-color: rgba(17, 17, 17, 0.8);
  color: #eee; }

.transparent-white {
  background-color: rgba(238, 238, 238, 0.8);
  color: #111; }

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

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

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

/*--------------------------------------------------------------
# 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,
figure {
  max-width: 100%; }

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: -1rem;
  margin-right: -1rem; }
  .gallery:first-child {
    margin-top: 0; }
  .gallery:last-child {
    margin-bottom: 0; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 1.5rem; }
  .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: 0.8rem; }

/*# sourceMappingURL=style.css.map */
