/*
Theme Name: magdeleine
Theme URI: https://magdeleine.co/
Author: Pasquale Vitiello
Author URI: http://pasqualevitiello.com
Description: Hi-Res Photos - Copyright Free
Version: 1.1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magdeleine
Domain Path: /languages/
Tags:

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.

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

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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.67em 0;
}
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 {
  -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;
}
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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #39ad48;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1280px;
  }

  .main-content-area {
    padding-right: 30px !important;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: 0%;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: 0%;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: 0%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: 0%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 479px) {
  .photo-thumb {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .right-text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/*--------------------------------------------------------------
E quì comincia il mio codice!
--------------------------------------------------------------*/

::selection {
  background: #FFB342;
  color: #fff;
}

::-moz-selection {
  background: #FFB342;
  color: #fff;
}

::-webkit-input-placeholder {
   color: #78716c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #78716c;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #78716c;
}

:-ms-input-placeholder {
   color: #78716c;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 18px;
  }
}

input,
textarea,
.button {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.photo-thumb a:after,
.photo-thumb a .overlay,
.photo-thumb a figcaption {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #78716c;
  background-color: #fafaf9;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
}

/* Glyph, by Harry Roberts */

hr {
  padding: 0;
  border: none;
  border-top: solid 1px #e7e5e4;
  color: #d6d3d1;
  text-align: center;
  max-width: 18%;
  max-resolution: 1em 0;
}

hr:after {
  content: "◊";
  display: inline-block;
  position: relative;
  top: -0.9em;
  font-size: 1.05em;
  padding: 0 0.25em;
  color: #78716c;
  background: #fafaf9;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

a {
  color: #292524;
}

a:hover {
  color: #39ad48;
  text-decoration: none;
}

header.classic {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;  
  background: #fff;
  border-bottom: solid 1px #f5f5f4;  
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

@media screen and (max-width: 782px) {
  body.admin-bar header.classic {
    top: 46px;
  }
  html #wpadminbar {
    z-index: 10000 !important;
  }
}

.land .logo {
  width: 300px;
  height: auto;
}

.land .logo path {
  fill: #fff;
}

.classic .logo path {
  fill: #292524;
}

header.classic h1 {
  float: left;
  margin: 0;
  font-family: 'Lobster Two', 'cursive';
}

header.classic h1 a {
  display: block;
  font-size: 70px;
  line-height: 72px;
}

header.classic h2.headline {
  font-weight: 400;
  float: left;
  text-transform: uppercase;
  font-size: 0.75em;
  padding-left: 1em;
  margin-top: 1.7em;
  clear: none;
}

header h2.headline .icon {
  line-height: 1.8;
}

.header-right {
  line-height: 1;
}

.header-right a {
  display: inline-block;
}

.header-right .icon {
  display: inline-flex;
}

a.right-icon {
  display: inline-flex;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;  
  padding-left: 20px;
  color: #78716c !important;
}

.right-icon .icon {
  font-size: 1.3em;
  color: #d6d3d1;
}

.right-icon .icon.icon-publish {
  font-size: 1.2em;
}

.right-icon:hover .icon {
  color: #39ad48;
}

.right-text {
  vertical-align: middle;
  font-size: 0.875em;
  text-transform: uppercase;
  padding-left: 8px;
}

.main-content {
  padding-top: 5em;
  margin-bottom: 1em;
}

#nav ul,
ul.nav-color,
.nav-thumbs,
.category-links,
.resolution,
.size,
.single-palette {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.5em;
}

.post-navigation .sidebar-title,
.popular-photos .sidebar-title {
  margin-bottom: 0.5em;
}

.related .sidebar-title {
  margin-bottom: 0.5em;
  text-align: center;
}

.resolution,
.size {
  color: #292524;
}

.lowercase {
  text-transform: lowercase;
}

.spacer {
  padding: 0 0.2em;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.single .sd-content ul {
  margin-bottom: 1.5em !important;
}

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
  padding: 6px !important;
}

.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {
  margin: 4px 3px 5px 0 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
}

.landing .sharedaddy {
  position: absolute;
  bottom: 1em;
  left: 2em;
}

.landing .sd-content ul {
  margin: 0 !important;
}

.landing .sd-content ul li a.sd-button:before {
  /*font: normal 12px/1 'Genericons';*/
}

.landing .sd-content ul li a.sd-button {
  margin-bottom: 0 !important;
}

.landing .sd-social-icon .sd-button span.share-count {
  /*font-size: 6px;*/
}

.landing .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
background: rgba(255, 255, 255, 0.1) !important;
}

div.sharedaddy h3.sd-title:before {
  border: none !important;
}

input,
textarea {
  font-size: 0.875em;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

input:not([type=submit]):not([type=file]),
textarea {
  padding: 0.2em 1em;
  border-radius: 3px;
  outline: none;
  border: 1px solid #d6d3d1;
  color: #292524;
}

input:not([type=submit]):not([type=file]):focus,
textarea:focus {
  border: 1px solid #39ad48;
}

input[type="search"] {
  padding: 0.2em 1em 0.2em 2.2em !important;
}

input[type="submit"]:focus {
  border: none !important;
  outline: none !important;
}

#primary {
  margin-bottom: 1em;
}

#searchform-submit {
  display: none !important;
}

#nav input[type="search"] {
  width: 100%;
}

#nav form.search-form,
.page-content form.search-form {
  position: relative;
}

#nav form.search-form .icon,
.page-content form.search-form .icon {
  color: #a8a29e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.4em;
  font-size: 1.1em;
  line-height: 47px;
}

.sidebar-title {
  font-size: 0.875em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}

.sidebar-title .icon,
.main-title .icon,
.label .icon {
  color: #a8a29e;
  padding-right: 0.5em;
  font-size: 1.083em;
}

.nav-category li,
.nav-tag li,
.nav-size li,
.category-links,
.resolution,
.size {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 2;
}

.nav-color {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.nav-color li {
  display: inline-flex;
  margin: 4px;
}

.nav-color li a {
  display: block;
}

.nav-color li a span.color-name {
  display: none;
}

.nav-color li a span.color-shape {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; 
}

.nav-color li a span.color-shape:after,
.single-palette li a span.color-shape:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 49%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(49%,rgba(255,255,255,0.05)), color-stop(50%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(255,255,255,0.05) 0%,rgba(255,255,255,0.05) 49%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.1) 100%); /* W3C */
}

.nav-color li a span.color-shape:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;  
}

.nav-color li.nav-red a span.color-shape {
  background-color: #FF2525;
}

.nav-color li.nav-orange a span.color-shape {
  background-color: #FF930F;
}

.nav-color li.nav-yellow a span.color-shape {
  background-color: #FFED1B;
}

.nav-color li.nav-green a span.color-shape {
  background-color: #1EAC1E;
}

.nav-color li.nav-cyan a span.color-shape {
  background-color: #39D5E2;
}

.nav-color li.nav-blue a span.color-shape {
  background-color: #3737FF;
}

.nav-color li.nav-purple a span.color-shape {
  background-color: #AA3AAA;
}

.nav-color li.nav-pink a span.color-shape {
  background-color: #FFA3B3;
}

.nav-color li.nav-white a span.color-shape {
  background-color: #ffffff;
}

.nav-color li.nav-gray a span.color-shape {
  background-color: #808080;
}

.nav-color li.nav-black a span.color-shape {
  background-color: #111111;
}

.nav-color li.nav-brown a span.color-shape {
  background-color: #A53E2A;
}

.nav-color li.nav-blackwhite a span.color-shape {
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 49%, rgba(17,17,17,1) 50%, rgba(17,17,17,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(49%,rgba(255,255,255,1)), color-stop(50%,rgba(17,17,17,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(17,17,17,1) 50%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(17,17,17,1) 50%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(17,17,17,1) 50%,rgba(17,17,17,1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49%,rgba(17,17,17,1) 50%,rgba(17,17,17,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.single-palette li a span.color-shape.alice-blue {
  background-color: #F0F8FF;
}

.single-palette li a span.color-shape.antique-white {
  background-color: #FAEBD7;
}

.single-palette li a span.color-shape.aquamarine {
  background-color: #7FFFD4;
}

.single-palette li a span.color-shape.azure {
  background-color: #F0FFFF;
}

.single-palette li a span.color-shape.beige {
  background-color: #F5F5DC;
}

.single-palette li a span.color-shape.bisque {
  background-color: #FFE4C4;
}

.single-palette li a span.color-shape.black {
  background-color: #000000;
}

.single-palette li a span.color-shape.blanched-almond {
  background-color: #FFEBCD;
}

.single-palette li a span.color-shape.blue {
  background-color: #0000FF;
}

.single-palette li a span.color-shape.blue-violet {
  background-color: #8A2BE2;
}

.single-palette li a span.color-shape.brown {
  background-color: #A52A2A;
}

.single-palette li a span.color-shape.burlywood {
  background-color: #DEB887;
}

.single-palette li a span.color-shape.cadet-blue {
  background-color: #5F9EA0;
}

.single-palette li a span.color-shape.chartreuse {
  background-color: #7FFF00;
}

.single-palette li a span.color-shape.chocolate {
  background-color: #D2691E;
}

.single-palette li a span.color-shape.coral {
  background-color: #FF7F50;
}

.single-palette li a span.color-shape.cornflower-blue {
  background-color: #6495ED;
}

.single-palette li a span.color-shape.cornsilk {
  background-color: #FFF8DC;
}

.single-palette li a span.color-shape.crimson {
  background-color: #DC143C;
}

.single-palette li a span.color-shape.cyan {
  background-color: #00FFFF;
}

.single-palette li a span.color-shape.dark-blue {
  background-color: #00008B;
}

.single-palette li a span.color-shape.dark-cyan {
  background-color: #008B8B;
}

.single-palette li a span.color-shape.dark-goldenrod {
  background-color: #B8860B;
}

.single-palette li a span.color-shape.dark-gray {
  background-color: #A9A9A9;
}

.single-palette li a span.color-shape.dark-green {
  background-color: #006400;
}

.single-palette li a span.color-shape.dark-khaki {
  background-color: #BDB76B;
}

.single-palette li a span.color-shape.dark-magenta {
  background-color: #8B008B;
}

.single-palette li a span.color-shape.dark-olive-green {
  background-color: #556B2F;
}

.single-palette li a span.color-shape.dark-orange {
  background-color: #FF8C00;
}

.single-palette li a span.color-shape.dark-orchid {
  background-color: #9932CC;
}

.single-palette li a span.color-shape.dark-red {
  background-color: #8B0000;
}

.single-palette li a span.color-shape.dark-salmon {
  background-color: #E9967A;
}

.single-palette li a span.color-shape.dark-sea-green {
  background-color: #8FBC8F;
}

.single-palette li a span.color-shape.dark-slate-blue {
  background-color: #483D8B;
}

.single-palette li a span.color-shape.dark-slate-gray {
  background-color: #2F4F4F;
}

.single-palette li a span.color-shape.dark-slate-cyan {
  background-color: #2F3D4F;
}

.single-palette li a span.color-shape.dark-turquoise {
  background-color: #00CED1;
}

.single-palette li a span.color-shape.dark-violet {
  background-color: #9400D3;
}

.single-palette li a span.color-shape.deep-pink {
  background-color: #FF1493;
}

.single-palette li a span.color-shape.deep-sky-blue {
  background-color: #00BFFF;
}

.single-palette li a span.color-shape.dim-gray {
  background-color: #696969;
}

.single-palette li a span.color-shape.dodger-blue {
  background-color: #1E90FF;
}

.single-palette li a span.color-shape.firebrick {
  background-color: #B22222;
}

.single-palette li a span.color-shape.floral-white {
  background-color: #FFFAF0;
}

.single-palette li a span.color-shape.forest-green {
  background-color: #228B22;
}

.single-palette li a span.color-shape.fuchsia {
  background-color: #FF00FF;
}

.single-palette li a span.color-shape.gainsboro {
  background-color: #DCDCDC;
}

.single-palette li a span.color-shape.ghost-white {
  background-color: #F8F8FF;
}

.single-palette li a span.color-shape.gold {
  background-color: #FFD700;
}

.single-palette li a span.color-shape.goldenrod {
  background-color: #DAA520;
}

.single-palette li a span.color-shape.gray {
  background-color: #808080;
}

.single-palette li a span.color-shape.green {
  background-color: #008000;
}

.single-palette li a span.color-shape.green-yellow {
  background-color: #ADFF2F;
}

.single-palette li a span.color-shape.honeydew {
  background-color: #F0FFF0;
}

.single-palette li a span.color-shape.hot-pink {
  background-color: #FF69B4;
}

.single-palette li a span.color-shape.indian-red {
  background-color: #CD5C5C;
}

.single-palette li a span.color-shape.indigo {
  background-color: #4B0082;
}

.single-palette li a span.color-shape.ivory {
  background-color: #FFFFF0;
}

.single-palette li a span.color-shape.khaki {
  background-color: #F0E68C;
}

.single-palette li a span.color-shape.lavender {
  background-color: #E6E6FA;
}

.single-palette li a span.color-shape.lavender-blush {
  background-color: #FFF0F5;
}

.single-palette li a span.color-shape.lawn-green {
  background-color: #7CFC00;
}

.single-palette li a span.color-shape.lemon-chiffon {
  background-color: #FFFACD;
}

.single-palette li a span.color-shape.light-blue {
  background-color: #ADD8E6;
}

.single-palette li a span.color-shape.light-coral {
  background-color: #F08080;
}

.single-palette li a span.color-shape.light-cyan {
  background-color: #E0FFFF;
}

.single-palette li a span.color-shape.light-goldenrod {
  background-color: #FAFAD2;
}

.single-palette li a span.color-shape.light-gray {
  background-color: #D3D3D3;
}

.single-palette li a span.color-shape.light-green {
  background-color: #90EE90;
}

.single-palette li a span.color-shape.light-pink {
  background-color: #FFB6C1;
}

.single-palette li a span.color-shape.light-salmon {
  background-color: #FFA07A;
}

.single-palette li a span.color-shape.light-sea-green {
  background-color: #20B2AA;
}

.single-palette li a span.color-shape.light-sky-blue {
  background-color: #87CEFA;
}

.single-palette li a span.color-shape.light-slate-gray {
  background-color: #778899;
}

.single-palette li a span.color-shape.light-steel-blue {
  background-color: #B0C4DE;
}

.single-palette li a span.color-shape.light-yellow {
  background-color: #FFFFE0;
}

.single-palette li a span.color-shape.lime {
  background-color: #00FF00;
}

.single-palette li a span.color-shape.lime-green {
  background-color: #32CD32;
}

.single-palette li a span.color-shape.linen {
  background-color: #FAF0E6;
}

.single-palette li a span.color-shape.maroon {
  background-color: #7F0000;
}

.single-palette li a span.color-shape.medium-aquamarine {
  background-color: #66CDAA;
}

.single-palette li a span.color-shape.medium-blue {
  background-color: #0000CD;
}

.single-palette li a span.color-shape.medium-orchid {
  background-color: #BA55D3;
}

.single-palette li a span.color-shape.medium-purple {
  background-color: #9370DB;
}

.single-palette li a span.color-shape.medium-sea-green {
  background-color: #3CB371;
}

.single-palette li a span.color-shape.medium-slate-blue {
  background-color: #7B68EE;
}

.single-palette li a span.color-shape.medium-spring-green {
  background-color: #00FA9A;
}

.single-palette li a span.color-shape.medium-turquoise {
  background-color: #48D1CC;
}

.single-palette li a span.color-shape.medium-violet-red {
  background-color: #C71585;
}

.single-palette li a span.color-shape.midnight-blue {
  background-color: #191970;
}

.single-palette li a span.color-shape.mint-cream {
  background-color: #F5FFFA;
}

.single-palette li a span.color-shape.misty-rose {
  background-color: #FFE4E1;
}

.single-palette li a span.color-shape.moccasin {
  background-color: #FFE4B5;
}

.single-palette li a span.color-shape.navajo-white {
  background-color: #FFDEAD;
}

.single-palette li a span.color-shape.navy {
  background-color: #000080;
}

.single-palette li a span.color-shape.old-lace {
  background-color: #FDF5E6;
}

.single-palette li a span.color-shape.olive {
  background-color: #808000;
}

.single-palette li a span.color-shape.olive-drab {
  background-color: #6B8E23;
}

.single-palette li a span.color-shape.orange {
  background-color: #FFA500;
}

.single-palette li a span.color-shape.orange-red {
  background-color: #FF4500;
}

.single-palette li a span.color-shape.orchid {
  background-color: #DA70D6;
}

.single-palette li a span.color-shape.pale-goldenrod {
  background-color: #EEE8AA;
}

.single-palette li a span.color-shape.pale-green {
  background-color: #98FB98;
}

.single-palette li a span.color-shape.pale-turquoise {
  background-color: #AFEEEE;
}

.single-palette li a span.color-shape.pale-violet-red {
  background-color: #DB7093;
}

.single-palette li a span.color-shape.papaya-whip {
  background-color: #FFEFD5;
}

.single-palette li a span.color-shape.peach-puff {
  background-color: #FFDAB9;
}

.single-palette li a span.color-shape.peru {
  background-color: #CD853F;
}

.single-palette li a span.color-shape.pink {
  background-color: #FFC0CB;
}

.single-palette li a span.color-shape.plum {
  background-color: #DDA0DD;
}

.single-palette li a span.color-shape.powder-blue {
  background-color: #B0E0E6;
}

.single-palette li a span.color-shape.purple {
  background-color: #800080;
}

.single-palette li a span.color-shape.purple-blue {
  background-color: #A020F0;
}

.single-palette li a span.color-shape.red {
  background-color: #FF0000;
}

.single-palette li a span.color-shape.rich-maroon {
  background-color: #B03060;
}

.single-palette li a span.color-shape.rosy-brown {
  background-color: #BC8F8F;
}

.single-palette li a span.color-shape.royal-blue {
  background-color: #4169E1;
}

.single-palette li a span.color-shape.saddle-brown {
  background-color: #8B4513;
}

.single-palette li a span.color-shape.salmon {
  background-color: #FA8072;
}

.single-palette li a span.color-shape.sandy-brown {
  background-color: #F4A460;
}

.single-palette li a span.color-shape.sea-green {
  background-color: #2E8B57;
}

.single-palette li a span.color-shape.seashell {
  background-color: #FFF5EE;
}

.single-palette li a span.color-shape.sienna {
  background-color: #A0522D;
}

.single-palette li a span.color-shape.silver {
  background-color: #C0C0C0;
}

.single-palette li a span.color-shape.sky-blue {
  background-color: #87CEEB;
}

.single-palette li a span.color-shape.slate-blue {
  background-color: #6A5ACD;
}

.single-palette li a span.color-shape.slate-gray {
  background-color: #708090;
}

.single-palette li a span.color-shape.snow {
  background-color: #FFFAFA;
}

.single-palette li a span.color-shape.spring-green {
  background-color: #00FF7F;
}

.single-palette li a span.color-shape.steel-blue {
  background-color: #4682B4;
}

.single-palette li a span.color-shape.tan {
  background-color: #D2B48C;
}

.single-palette li a span.color-shape.teal {
  background-color: #008080;
}

.single-palette li a span.color-shape.thistle {
  background-color: #D8BFD8;
}

.single-palette li a span.color-shape.tomato {
  background-color: #FF6347;
}

.single-palette li a span.color-shape.turquoise {
  background-color: #40E0D0;
}

.single-palette li a span.color-shape.violet {
  background-color: #EE82EE;
}

.single-palette li a span.color-shape.wheat {
  background-color: #F5DEB3;
}

.single-palette li a span.color-shape.white {
  background-color: #FFFFFF;
}

.single-palette li a span.color-shape.white-smoke {
  background-color: #F5F5F5;
}

.single-palette li a span.color-shape.yellow {
  background-color: #FFFF00;
}

.single-palette li a span.color-shape.yellow-green {
  background-color: #9ACD32;
}

.nav-tag li,
.category-links.tags li {
  display: inline-block;
  margin-right: 6px;
}

.nav-tag li a:before,
.category-links.tags li a:before {
  content: '#';
}

.single-palette li {
  display: inline-block;
}

.single-palette li a span.color-name {
  display: none;
}

.single-palette li a span.color-shape {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #fff;
}

.single-palette li:first-child a span.color-shape,
.single-palette li:first-child a span.color-shape:after {
  border-radius: 3px 0 0 3px;
}

.single-palette li:last-child a span.color-shape,
.single-palette li:last-child a span.color-shape:after {
  border-radius: 0 3px 3px 0;
}

.nav-thumbs .photo-thumb,
.no-photo-thumb {
  width: 50%;
  float: left;
}

.nav-thumbs .photo-thumb figure {
  position: relative;
}

.no-photo-thumb {
  position: relative;
}

.nav-thumbs .photo-thumb figcaption,
.no-photo-thumb,
.thumbs .photo-thumb figure a.photo-link .overlay {
  visibility: hidden;
}

.nav-thumbs .photo-thumb figcaption.ready,
.no-photo-thumb.ready,
.thumbs .photo-thumb figure a.photo-link .overlay.ready {
  visibility: visible;
}

.no-photo-thumb img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;  
  width: 100%;
  background: #e7e5e4;
}

.no-photo-thumb span {
  position: absolute;
  top: 37%;
  left: 0;
  width: 100%;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.857em;
  color: #a8a29e;
}

.nav-thumbs .photo-thumb.prev-thumb,
.no-next-thumb,
.no-next-thumb span {
  padding-left: 6px;
}

.nav-thumbs .photo-thumb.next-thumb,
.no-prev-thumb,
.no-prev-thumb span {
  padding-right: 6px;
}

.exploring {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875em;
  margin-bottom: 0.2em;
}

.exploring a:not(.delete-exploring) {
  color: #39ad48;
  text-decoration: underline;
}

.exploring a:not(.delete-exploring):hover {
  text-decoration: none;
}

a.delete-exploring {
  color: #C4C3B2;
}

a.delete-exploring:hover {
  color: #ff4949;
  text-decoration: none;
}

a.delete-exploring .icon,
a.no-ref .icon {
  color: #a8a29e;
  font-size: 1.083em;
  line-height: 1.8;
  margin-right: 0.333em;
}

.exploring a.no-ref {
  color: #78716c;
  text-decoration: none;
}

.exploring a.no-ref:hover {
  color: #39ad48;
}

.single .photo-meta {
  margin-top: 28px;
}

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

.author-info {
  display: inline-flex;
}

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

.single .button.download {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .photo-meta {
    display: flex;
    justify-content: space-between;
  }

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

  .single .photo-love {
    display: flex;
    align-items: center;
    justify-content: end;
  }  

  .single .photo-love a {
    order: 1;
  }

  .single .photo-love .icon {
    display: inline-flex;
  }

  .single .photo-love .main-title {
    margin-right: 8px;
  }
}

.thumbs .photo-thumb {
  margin-bottom: 15px;
}

.photo-thumb img,
.big-photo-thumb img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #F7F7F3;
}

.big-photo-thumb img {
  -webkit-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
  -moz-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
  -o-box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
}

.photo-thumb img {
  -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  -o-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
}

.nav-thumbs .photo-thumb img {
  -webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.2), 0 1px 2px -1px rgb(0 0 0 / 0.2);
  -moz-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.2), 0 1px 2px -1px rgb(0 0 0 / 0.2);
  -o-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.2), 0 1px 2px -1px rgb(0 0 0 / 0.2);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.2), 0 1px 2px -1px rgb(0 0 0 / 0.2);
}

.photo-thumb.ads {
  margin-bottom: 1.5em;
}

.photo-thumb.ads img {
  width: auto;
  box-shadow: none;
  display: block;
  margin: 0 auto;
}

.photo-thumb.ads a {
  font-size: 0.8em;
  color: #78716c;
}

.photo-thumb.ads-ext {
  margin-bottom: 1.5em;;
}

.ads-ext a {
  font-size: 0.8em;
  color: #78716c;
  line-height: 1.4;
  display: block;
}

.nav-links a {
  font-size: 0.8em;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1 !important;
  margin-bottom: 1em;
  padding: 0.7em 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #39ad48;
  -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  -o-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  border: 0;
}

.nav-links a:hover {
  background-color: #229f32;
}

body .bsa_it.one,
body #carbonads > span {
  display: block;
  line-height: 1.2;
  text-align: center;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

body .carbon-text {
  display: block;
  padding-top: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}

body .one .bsa_it_ad .bsa_it_t {
  color: #292524;
  padding-top: 14px;
  display: block;
  font-weight: bold;
}

body .bsa_it.one .bsa_it_p a,
body .photo-thumb.ads a.carbon-poweredby {
  font-size: 10px;
}

body .bsa_it.one .bsa_it_p a:hover {
  color: #39ad48;
}

.sidebar-title.ads-title {
  margin-bottom: 0.4em;
}

.thumbs .photo-thumb figure {
  position: relative;
}

.photo-thumb a.photo-link {
  display: block;
  position: relative;
  color: #fff;
  margin-bottom: 4px;
}

.photo-thumb figure a.photo-link:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 85, 78, 0.5, 0.45)), color-stop(20%, rgba(100, 94, 85, 0.45)), color-stop(100%, rgba(36, 43, 39, 0.55)));
  background: -webkit-linear-gradient(rgba(90, 85, 78, 0.45) 0%,rgba(100, 94, 85, 0.45) 20%,rgba(36, 43, 39, 0.55) 100%);
  background: -moz-linear-gradient(rgba(90, 85, 78, 0.45) 0%,rgba(100, 94, 85, 0.45) 20%,rgba(36, 43, 39, 0.55) 100%);
  background: -o-linear-gradient(rgba(90, 85, 78, 0.45) 0%,rgba(100, 94, 85, 0.45) 20%,rgba(36, 43, 39, 0.55) 100%);
  background: linear-gradient(rgba(90, 85, 78, 0.45) 0%,rgba(100, 94, 85, 0.45) 20%,rgba(36, 43, 39, 0.55) 100%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;  
}

.editors-label {
  font-family: 'Barlow Condensed', sans-serif;
  background-color: #39ad48;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 2px 10px;
  position: absolute;
  top: 12px;
  left: 9px;
  z-index: 1000;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);
}

.editors-label:after {
  left: 0px;
  top: -6px;
  border-width: 3px 3px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) #B0BE91 #B0BE91 rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.photo-thumb a figcaption {
/*  z-index: 3;
  color: rgba(255,255,255,0.7);
  font-size: 0.8em;
  font-family: 'brandon_grotesque_regularRg';
  line-height: 1.5;*/
}

.thumbs .photo-thumb figcaption:before,
.thumbs .photo-thumb figcaption:after {
  content: "";
  display: table;
}

.thumbs .photo-thumb figcaption:after {
  clear: both;
}

.thumbs .photo-thumb figcaption .photo-author,
.thumbs .photo-thumb figcaption .category-author {
  float:left;
}

.thumbs .photo-thumb figcaption .photo-author a ,
.thumbs .photo-thumb figcaption .category-author a {
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
}

.thumbs .photo-thumb .overlay,
.popular-photos .photo-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}

.thumbs .photo-thumb .overlay .icon,
.popular-photos .photo-thumb .overlay .icon {
  font-size: 1.8em;
  line-height: 1;
  padding: 0 0.05em;
}

.thumbs .photo-thumb .overlay .zoom,
.popular-photos .photo-thumb .overlay .zoom {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8em;
}

.nav-thumbs .photo-thumb a figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  color: rgba(255,255,255,0.7);
  font-size: 0.8em;
  line-height: 1.5;
}

.nav-thumbs .photo-thumb a figcaption span.icon {
  color: #FFF;
  font-size: 1.5em;
  line-height: 1;
  padding-top: 0.2em;
}

.photo-thumb figure a.photo-link:after,
.thumbs .photo-thumb figure a.photo-link .overlay,
.popular-photos .photo-thumb figure a.photo-link .overlay,
.nav-thumbs .photo-thumb figure a figcaption {
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity:0;
}

.photo-thumb figure a:hover.photo-link:after,
.photo-thumb figure a.istock-last.photo-link:after,
.thumbs .photo-thumb figure a.photo-link:hover .overlay,
.popular-photos .photo-thumb figure a.photo-link:hover .overlay,
.nav-thumbs .photo-thumb figure a:hover figcaption {
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity:1;
}

.thumbs .photo-thumb .photo-love-sm {
  float:right;
}

.thumbs .photo-thumb .photo-love-sm .main-title {
  display: inline;
  padding-left: 0.25em;
}

.thumbs .photo-thumb .photo-love-sm .main-title ,
.thumbs .photo-thumb .photo-love-sm .main-title .love-word {
  display: none;
}

.popular-photos .photo-thumb {
  float: left;
  width: 50%;
}

.popular-photos .photo-thumb a.photo-link {
  margin-bottom: 12px;
}

.popular-photos .photo-thumb:nth-child(even) {
  padding-right: 6px;
}

.popular-photos .photo-thumb:nth-child(odd) {
  padding-left: 6px;
}

@media (min-width: 768px) {
  .popular-photos .photo-thumb .overlay .icon {
    font-size: 1.250em;
  }
  .popular-photos .photo-thumb .overlay .zoom  {
    display: none;
  }
}

/* Parte relativa all'avatar */

.thumbs .photo-thumb img.avatar {
  width: 1.250em;
  height: 1.250em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  float: left;
  margin-right: 0.5em;
  margin-top: 0.250em;
}

.single .big-photo-thumb img.avatar,
.author-block img.avatar {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
  margin-right: 16px;
}

.avatar-default {
  display: none !important;
}

.single figure {
  margin-bottom: 0;
  position: relative;
}

.single h2.author,
.author h2.author {
  font-weight: 400;
  text-align: center;
  font-size: 2em;
  line-height: 1;
  margin: 0;
  margin-bottom: 12px;
}

.license {
  position: absolute;
  top: 0.250em;
  right: 0.25em;
  color: #fff;
  background-color: rgba(36, 43, 39, 0.3);
  padding: 0.2em 0.3em;
  line-height: 1;
  font-size: 1.250em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  z-index: 999;
}

.license-symbol {
  display: inline-block;
}

.license a {
  color: #fff;
}

.license a:hover {
  color: #fff;
}

.author h2.author {
  margin-top: 0;
}

.single h2.author span,
.author h2.author span {
  font-weight: 500;
  text-transform: uppercase;
  color: #292524;
}

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

.landing .social {
  color: rgba(255, 255, 255, 0.5);
}

.landing .social li a {
  color: rgba(255, 255, 255, 0.85);
}

.landing .social li a:hover {
  color: #FFF;
}

.single .social ul,
.author .social ul,
.landing .social ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 32px;
  line-height: 1;
}

.social li::after,
.site-social li::after {
  content: '\a0\2022\a0';
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  color: #d6d3d1;
}

.social li:last-child::after,
.site-social li:last-child::after {
  content: '';
  display: none;
}

.single .social li,
.author .social li,
.landing .social li {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
}

.single .social li a,
.author .social li a {
  color: #78716c;
}

.single .social li a:hover,
.author .social li a:hover {
  color: #39ad48;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  line-height: 1 !important;
  margin-bottom: 1em;
  padding: 0.7em 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #39ad48;
  -webkit-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  -moz-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  -o-box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.2), 0 2px 4px -2px rgb(0 0 0 / 0.2);
  border: 0;
}

.button:hover {
  color: #fff;
  background-color: #239531;
}

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

.button.disabled,
.button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-title {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 0;
}

.source-url {
    text-align: center;
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.photo-love {
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
  margin-bottom: 1em;
}

.photo-love .icon {
  font-size: 2em;
  line-height: 1;
}

.photo-love .people {
  color: #292524;
}

.photo-love a,
.thumbs .photo-thumb .photo-love-sm a {
  color: #a8a29e;
}

.photo-love a:hover,
.photo-love a.liked {
  color: #ef4444;
}

.thumbs .photo-thumb .photo-love-sm a:hover,
.thumbs .photo-thumb .photo-love-sm a.liked {
  color: #ef4444;
}

.thumbs .photo-thumb .photo-love-sm a .icon {
  line-height: 1;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.credits-land {
  color: rgba(255,255,255,0.7);
  position: absolute;
  bottom: 1em;
  right: 2em;
  font-size: 0.857em;
}

.credits-land a {
  color: #fff;
  text-decoration: none;
}

.credits-land a:hover {
  text-decoration: underline;
}

.legend {
 border-top: solid 1px #f5f5f4;
}

.legend p {
 text-align: center;
 font-size: 0.8em;
 -webkit-transition: color 0.2s ease;
 -moz-transition: color 0.2s ease;
 -o-transition: color 0.2s ease;
 transition: color 0.2s ease;
}

.legend span {
margin: 0 20px;
}

.legend p:hover {
 color: #292524;
}

.site-info-top {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
}

.site-footer {
  text-align: center;
  padding: 1em 0;
  background: #fff;
  border-top: solid 1px #f5f5f4;
  font-size: 0.75em;
  text-transform: uppercase;
}

.site-footer .icon {
  color: #ef4444;
}

.site-footer .site-social ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.site-footer .site-social li {
  font-size: 0.857em;
  display: inline-block;
}

/* Tooltips Bootstrap */

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}


/* Off-canvas navigation */

.js-nav .single #inner-wrap .main-content,
.js-nav #inner-wrap .main-content .primary {
  pointer-events: none;
}

.js-nav .nav-btn {
  color: #39ad48;
}

#outer-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 480px) {
  .editor-others .editors-label {
    font-size: 0.625em;
  }
}

@media screen and (max-width: 480px) {
  .credits-land {
    right: auto;
    left: 2em;
    bottom: 3.500em;
  }
}

@media screen and (min-width: 1200px) {
  body:not(.single) .nav-btn {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  #nav {
    position: absolute;
    top: 0;
    display: none;
  }
  .js-ready #nav {
    display: block;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav .close-btn {
    display: none;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
  }
  .js-ready #nav {
    height: 100%;
    width: 300px;
    background: #FFF;
    border-left: solid 1px #f5f5f4;
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav {
    right: -300px;
  }
  .js-ready #inner-wrap {
    right: 0;
  }
  .js-nav #inner-wrap {
    right: 300px;
  }
  .csstransforms3d.csstransitions.js-ready #nav {
    padding-top: 5em;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    right: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 300ms ease;
    -moz-transition: -moz-transform 300ms ease;
    -o-transition: -o-transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Off-canvas navigation - Replica per SINGLE POST */
.single #nav {
  position: absolute;
  top: 0;
  display: none;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.js-ready .single #nav {
  display: block;
}
.single #nav:not(:target) {
  z-index: 1;
  height: 0;
}
.single #nav .close-btn {
  display: none;
}
.single #nav .block {
  position: relative;
  padding: 0;
}
.single #nav li {
  position: relative;
}
.js-ready .single #nav {
  height: 100%;
  width: 300px;
  background: #FFF;
  border-left: solid 1px #f5f5f4;
}
.js-ready .single #nav .block {
  background: transparent;
}
.js-ready .single #nav {
  right: -300px;
}
.js-ready .single #inner-wrap {
  right: 0;
}
.js-nav .single #inner-wrap {
  right: 300px;
}
.csstransforms3d.csstransitions.js-ready .single #nav {
  padding-top: 5em;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-ready .single #inner-wrap {
  right: 0 !important;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 300ms ease;
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  transition: transform 300ms ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.csstransforms3d.csstransitions.js-nav .single #inner-wrap {
  -webkit-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
}
.csstransforms3d.csstransitions.js-nav .single #nav .block {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Fluidbox - Lightbox plugin style */

.fluidbox {
  outline: none;
}
.fluidbox-overlay {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: .25s ease-in-out;
}
.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: .25s ease-in-out;
}
.fluidbox-ghost {
  background-size: cover;
  background-position: center center;
  position: absolute;
  transition: .25s ease-in-out;
}

a.lightbox.fluidbox-opened {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}

a.lightbox {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.lightbox-open {
  /*overflow: hidden;*/
}


/* Landing page */

html{ /* Per fixare background landing */
  height:100%;
  min-height:100%;
}
body{ /* Per fixare background landing */
  min-height:100%;
}

body.landing {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding-top: 0 !important;
}

body.landing:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 85, 78, 0.45)), color-stop(20%, rgba(100, 94, 85, 0.45)), color-stop(100%, rgba(36, 43, 39, 0.55)));
  background: -webkit-linear-gradient(rgba(90, 85, 78, 0.45) 0%,rgba(100, 94, 85, 0.45) 20%,rgba(36, 43, 39, 0.55) 100%);
  background: -moz-linear-gradient(rgba(90, 85, 78, 0.45) 0%,rgba(100, 94, 85, 0.45) 20%,rgba(36, 43, 39, 0.55) 100%);
  background: -o-linear-gradient(rgba(90, 85, 78, 0.45) 0%,rgba(100, 94, 85, 0.45) 20%,rgba(36, 43, 39, 0.55) 100%);
  background: linear-gradient(rgba(90, 85, 78, 0.45) 0%,rgba(100, 94, 85, 0.45) 20%,rgba(36, 43, 39, 0.55) 100%)
}

.main-content-landing header {
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 40%;
  margin-top: -10em;
}

header.land {
  margin-bottom: 2em;
  font-size: 1.2em;
}

header.land h1 {
  text-align: center;
  margin: 0;
  padding-top: 1em;
  line-height: 1;
}

header.land h1 a {
  color: #fff;
}

.headline-land {
  font-size: 0.857em;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

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

.content-land ul.nav-color {
  margin-bottom: 0;
}

.landing .search-form,
.browse {
  position: relative;
  margin: 0 auto;
  width: 240px;
}

.browse {
  text-align: center;
}

a.browseall {
  color: #fff;
  text-decoration: underline;
}

a.browseall:hover {
  color: #fff;
  text-decoration: none;
}

.landing form.search-form input {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  color: #fff;
}

.landing form.search-form input:focus {
  border: 1px solid #fff;
}

.landing form.search-form .icon {
  position: absolute;
  top: 0.15em;
  left: 0.8em;
  font-size: 1.286em;
  color: rgba(255, 255, 255, 0.7);
}

.landing form.search-form input::-webkit-input-placeholder {
   color: rgba(255, 255, 255, 0.7);
}

.landing form.search-form input:-moz-placeholder {
   color: rgba(255, 255, 255, 0.7);
}

.landing form.search-form input.landing form.search-form input::-moz-placeholder {
   color: rgba(255, 255, 255, 0.7);
}

.landing form.search-form input:-ms-input-placeholder {
   color: rgba(255, 255, 255, 0.7);
}

.landing .hint {
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3em;
}

.landing .hint.hint-color {
  margin-bottom: 0.5em;
}

.landing .button {
  font-size: 0.857em;
  width: 100%;
  padding: 0.8em 1.5em 0.7em 1.5em;
  box-shadow: none;
  margin-bottom: 2em;
  background: rgba(255,255,255,0.2);
}

.landing .button:hover {
  background-color: #39ad48;
}

.photographer {
  text-align: center;
}

.photographer img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  vertical-align: top;
  margin-top: 0.150em;
  margin-bottom: 0.500em;
  border: 4px solid rgba(255,255,255,0.3);
}

.photographer .prename a {
  font-size: 0.857em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}

.photographer .prename a:hover {
  color: #FFF;
}

.photographer h2 {
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.landing footer {
  position: absolute;
  bottom: 1em;
  width: 100%;
}

.paging-navigation {
  margin-top: 24px;
}


/* Altre pagine */

h1.page-title,
h1.entry-title {
  font-size: 2em;
  text-transform: uppercase;
  color: #292524;
  font-weight: 400;
  margin: 0;
}

.page-content p {
  margin-top: 0;
}

.entry-content p {
  font-size: 0.857em;
  line-height: 1.4;
}

.entry-content p strong {
  font-weight: normal;
  text-decoration: underline;
}

.search-results .exploring-search span {
  color: #39ad48;
}

.wpcf7 .label {
  margin-top: 1em;
  font-size: 0.8em;
  text-transform: uppercase;
  padding-left: 1.5em;
}

.wpcf7 .label.label-nopad {
  padding: 0;
  margin: 0;
}

.wpcf7 input,
.wpcf7 textarea {
  font-size: 0.857em;
}

.wpcf7 input[type="file"] {
  line-height: 1;
}

.asterix {
  color: #FF4949;
}

.intro {
  margin-bottom: 2em;
}

span.wpcf7-not-valid-tip {
  color: #FF4949 !important;
  font-size: 0.857em !important;
}

.wpcf7-submit {
  margin-top: 1em;
}

div.wpcf7-validation-errors {
  color: #FF4949 !important;
  border: none !important;
}

div.wpcf7-mail-sent-ok {
  color: #39ad48 !important;
  border: none !important;
}

div.wpcf7-response-output {
  margin: 0 0 1em 0 !important;
  padding:0 !important;
}

.wpcf7-quiz-label {
  display: block;
  padding-left: 1.5em;
}

.authorise {
  margin-top: 1em;
}

.send .ajax-loader {
  display: none;
}


/* Progress bar su CF7 */

#progressbox {
  position:relative;
  width:100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display:none;
  text-align:left;
  background-color: rgba(0,0,0,0.1);
  margin-top: 1em;
}

#progressbar {
  height: 2.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #F16846;
  width:1%;
}

#statustxt {
  top: 0.25em;
  left:50%;
  position:absolute;
  display:inline-block;
  color: #fff;
}

#output2 {
  display: none;
  width: 400px;
  height: 20px;
}

img#wpstats{
  display:none;
}


/* Icons provided by Fontastic */

@font-face {
  font-family: "frameland-font";
  src:url("fonts/frameland-font.eot");
  src:url("fonts/frameland-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/frameland-font.woff") format("woff"),
    url("fonts/frameland-font.ttf") format("truetype"),
    url("fonts/frameland-font.svg#frameland-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "frameland-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "frameland-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  vertical-align: middle;
  display: inline-block;
  /*line-height: 1;*/
}

.icon-bucket:before {
  content: "\66";
}
.icon-camera:before {
  content: "\67";
}
.icon-cc-pd:before {
  content: "\68";
}
.icon-cc-zero:before {
  content: "\6a";
}
.icon-doc-text-inv:before {
  content: "\74";
}
.icon-droplet:before {
  content: "\79";
}
.icon-floppy:before {
  content: "\42";
}
.icon-heart:before {
  content: "\4d";
}
.icon-heart-empty:before {
  content: "\4e";
}
.icon-light-up:before {
  content: "\58";
}
.icon-link:before {
  content: "\59";
}
.icon-map:before {
  content: "\31";
}
.icon-publish:before {
  content: "\34";
}
.icon-resize-full:before {
  content: "\36";
}
.icon-resize-small:before {
  content: "\37";
}
.icon-search:before {
  content: "\22";
}
.icon-share:before {
  content: "\24";
}
.icon-cancel-squared:before {
  content: "\2f";
}
.icon-tag:before {
  content: "\3a";
}
.icon-picture:before {
  content: "\3b";
}
.icon-right:before {
  content: "\3c";
}
.icon-right-bold:before {
  content: "\3d";
}
.icon-left:before {
  content: "\3e";
}
.icon-left-bold:before {
  content: "\3f";
}
.icon-adjust:before {
  content: "\40";
}
.icon-plus:before {
  content: "\5e";
}
.icon-frame:before {
  content: "\7b";
}
.icon-frame-empty:before {
  content: "\7c";
}
.icon-heart-download:before {
  content: "\5f";
}
.icon-light-off:before {
  content: "\60";
}
.icon-light-on:before {
  content: "\7d";
}
.icon-frame-lens:before {
  content: "\7e";
}
.icon-eye:before {
  content: "\63";
}
.icon-user:before {
  content: "\62";
}
.icon-mail:before {
  content: "\64";
}
.icon-menu:before {
  content: "\61";
}
.icon-cc:before {
  content: "\65";
}
.icon-cc-by:before {
  content: "\69";
}
.icon-cc-nc:before {
  content: "\6b";
}
.icon-cc-nc-eu:before {
  content: "\6c";
}
.icon-cc-nc-jp:before {
  content: "\6d";
}
.icon-cc-nd:before {
  content: "\6e";
}
.icon-cc-sa:before {
  content: "\6f";
}
.icon-cc-remix:before {
  content: "\70";
}
.icon-cc-share:before {
  content: "\71";
}
.icon-unsplash:before {
  content: "\72";
}


/*! NProgress (c) 2013, Rico Sta. Cruz
 *  http://ricostacruz.com/nprogress */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #39ad48;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #39ad48, 0 0 5px #39ad48;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #39ad48;
  border-left-color: #39ad48;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.dominant-color,
.color-palette {
  display: inline-block;
}

.swatch,
.swatch-similar {
  width: 40px;
  height: 40px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-palette li a span.color-shape {
    display: block;
    width: 22px;
    height: 18px;
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .arrow-legend {
    display: none;
  }
  .headline {
    display: none;
  }  
}


/* Dynamic Cookie Blocker */
.landing .cn-bottom {
  bottom: auto !important;
  top: 0;
}

#cookie-notice {
  background-color: rgba(41, 39, 38, 0.9) !important;
  color: #FFF;
}

.landing #cookie-notice .button.wp-default {
  width: auto;
  border: none;
}

#cookie-notice .button.wp-default {
	font-size: inherit;
    font-weight: 700;
	font-family: inherit;
	text-shadow: none;
	background: rgba(255,255,255,0.2);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
	color: #FFF;
	cursor: pointer;
	line-height: 22px;
	padding: 2px 10px;
	text-decoration: none;
	white-space: nowrap;
	margin-bottom: 0;
	text-transform: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

#cookie-notice .button.wp-default:hover,
#cookie-notice .button.wp-default:focus {
	background: rgba(255,255,255,0.3);
	color: #FFF;
}

.cookie-notice-container {
    padding: 16px 10px;
}

#cn-notice-text a {
    color: #FFF;
    text-decoration: underline;
}

#cn-close-icon {
    display: none;
}


/* Wix ads style */
.wix-sponsor {
  margin-bottom: 1.5em;
  text-align: center;
}

.wix-sponsor-inner {
  display: block;
  line-height: 1.2;
  text-align: center;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.wix-sponsor img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
}

.wix-link {
  font-size: 0.8em;
  color: #78716c;
}

/* BSA banner on single posts */
.bsa-cpc #_default_ {
  position: relative;
  margin: 2em 0;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5;
}

.bsa-cpc .default-ad {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 1px 4px;
  color: hsla(0, 0%, 20%, .3);
  text-transform: uppercase;
  font-size: 10px;
}

.bsa-cpc ._default_ {
  display: block;
  overflow: hidden;
  padding: 1em;
  line-height: 1.5;
}

.bsa-cpc a {
  color: #78716c;
  text-decoration: none;
}

.bsa-cpc a:hover {
  color: #39ad48;
}

.bsa-cpc .default-image img {
  display: block;
  float: left;
  width: 40px;
  border-radius: 7.5%;
}

.bsa-cpc .default-title,
.bsa-cpc .default-description {
  display: block;
  margin-left: calc(40px + 10px);
  max-width: calc(100% - 220px);
}

.bsa-cpc .default-title {
  text-transform: uppercase;
  letter-spacing: .01em;
  font-size: .9em;
  font-family: 'Barlow Condensed', sans-serif;
}

.bsa-cpc .default-description {
  font-size: .9em;
}

.bsa-cpc .default-image:after {
  position: absolute;
  top: calc(50% - 20px);
  right: 2em;
  padding: .5em 1em;
  border-radius: 1.286em;
  background-color: #44403c;
  color: #fff;
  content: "Learn More";
  text-transform: uppercase;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .bsa-cpc .default-title,
  .bsa-cpc .default-description {
    max-width: calc(100% - 180px);
  }

  .bsa-cpc .default-image:after {
    font-size: 14px;
    right: 1em;
  }
}

.bsa-cpc .default-image:hover:after {
  background-color: #afa8a3;
}

/* New BSA top sponsor - Temp */

.bsa-cpc-inline #_default_ {
  position: relative;
  margin-bottom: 2em;
  padding: .4em 1em .5em;
  border: solid 1px #c9c7c1;
  border-radius: 3px;
  background-color: #e0ded7;
  font-size: 14px;
  line-height: 1.5;
}

.bsa-cpc-inline .default-ad {
  display: none;
}

.bsa-cpc-inline ._default_ {
  display: inline;
  overflow: hidden;
  line-height: 1.5;
}

.bsa-cpc-inline ._default_ > * {
  vertical-align: middle;
}

.bsa-cpc-inline a {
  color: hsl(40, 2%, 48%);
  text-decoration: none;
}

.bsa-cpc-inline a:hover {
  color: inherit;
}

.bsa-cpc-inline .default-image {
  display: none;
}

.bsa-cpc-inline .default-title:after {
  content: " — ";
}

.bsa-cpc-inline .default-title,
.bsa-cpc-inline .default-description {
  display: inline;
}

.bsa-cpc-inline .default-title {
  position: relative;
  margin-left: 8px;
}

.bsa-cpc-inline .default-title:before {
  position: relative;
  top: -1px;
  left: -8px;
  padding: 2px 5px;
  border: solid 1px #39ad48;
  color: #39ad48;
  content: "Sponsor";
  text-transform: uppercase;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  line-height: 1;
}

.istock {
    margin-bottom: 24px;
    padding: 6px 12px;
    padding-bottom: 0;
    background: #f5f5f4;
    border: 1px solid #e7e5e4;
    border-radius: 3px;    
}

.blog .istock {
  margin-left: 15px;
  margin-right: 15px;
}

.istock-placeholder {
  margin-bottom: 15px;
  visibility: hidden;
}

.istock .sidebar-title {
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.istock .sidebar-title::after {
  content: '';
  width: 50px;
  height: 13px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='13'%3E%3Cpath fill='%23292524' fill-rule='evenodd' d='M3.559 12.755H1.224V4.04h2.335v8.714Zm2.24-3.36c.72.79 1.814 1.383 2.963 1.383 1.078 0 1.833-.665 1.833-1.58 0-1.617-2.334-1.815-4.023-2.802-.988-.576-1.78-1.438-1.78-2.858C4.792 1.293 6.861 0 8.943 0c1.275 0 2.461.306 3.647 1.186L11.333 2.98c-.504-.466-1.348-.824-2.175-.824-.914 0-1.94.393-1.94 1.363 0 2.031 5.803 1.401 5.803 5.642 0 2.226-1.995 3.771-4.258 3.771-1.688 0-3.25-.7-4.544-1.886l1.58-1.652Zm14.475 3.36c-.304.107-1.006.178-1.455.178-1.401 0-2.424-.467-3.018-1.257-.449-.593-.647-1.364-.647-2.605V6.017H12.73V4.041h2.425V1.616h2.336v2.425h2.874v1.977H17.49v3.321c0 .542.089.864.288 1.098.231.27.61.43 1.184.43.341 0 .792-.052.953-.089l.36 1.977Zm5.18-8.893c2.639 0 4.633 2.03 4.633 4.545s-1.995 4.526-4.634 4.526c-2.64 0-4.635-2.011-4.635-4.526 0-2.515 1.995-4.546 4.635-4.546Zm0 6.917c1.364 0 2.297-1.06 2.297-2.372 0-1.312-.933-2.39-2.298-2.39-1.366 0-2.299 1.078-2.299 2.39 0 1.311.933 2.371 2.3 2.371Zm13.855.197c-1.025 1.365-2.32 1.957-3.953 1.957-2.694 0-4.67-2.011-4.67-4.526 0-2.533 2.03-4.546 4.688-4.546 1.51 0 2.856.702 3.664 1.743l-1.652 1.455c-.466-.61-1.166-1.041-2.012-1.041-1.347 0-2.353 1.06-2.353 2.389 0 1.365.989 2.371 2.408 2.371.951 0 1.706-.575 2.083-1.15l1.797 1.348Zm5.252-3.018 4.797 4.797h-3.145L42.53 8.98v3.774h-2.334V.18h2.334v6.683l3-2.822h3.29l-4.26 3.917h.001ZM2.363 3.24a1.528 1.528 0 1 0 0-3.055 1.528 1.528 0 0 0 0 3.055Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.istock-container .row {
  margin-left: -6px;
  margin-right: -6px;
}

.istock .col-sm-2,  
.istock .col-sm-3 {
  padding-left: 6px;
  padding-right: 6px;
}

.istock-container .photo-thumb {
  display: none;
}

.istock-container .photo-thumb a.photo-link {
  margin-bottom: 0;
}

.istock-container .photo-thumb a::before {
    content: '';
    display: block;
    padding-bottom: 66.66%;
    width: 100%;
}

.istock-container .photo-thumb img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.istock-view-more {
    height: 40px;
    top: calc(50% - 20px);
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #FFF;
    z-index: 999;
}

.istock-02 {
  margin-bottom: 0;
  margin-top: 24px;
}

.istock-title {
  display: flex;
  flex-direction: column;
}

.istock-coupon {
  display: inline-flex;
  margin-bottom: 0.75em;
  margin-top: -0.4em;
}

.istock-coupon span {
  font-size: 0.75em;
  background-color: #79716d;
  color: #fff;
  padding: 0 4px;
  line-height: 1.4;
  border-radius: 3px;
}

/* .istock-container 
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(90, 85, 78, 0.5, 0.45)), color-stop(20%, rgba(100, 94, 85, 0.45)), color-stop(100%, rgba(36, 43, 39, 0.55)));
  background: -webkit-linear-gradient(rgba(90, 85, 78, 0.45) 0%, rgba(100, 94, 85, 0.45) 20%, rgba(36, 43, 39, 0.55) 100%);
  background: -moz-linear-gradient(rgba(90, 85, 78, 0.45) 0%, rgba(100, 94, 85, 0.45) 20%, rgba(36, 43, 39, 0.55) 100%);
  background: -o-linear-gradient(rgba(90, 85, 78, 0.45) 0%, rgba(100, 94, 85, 0.45) 20%, rgba(36, 43, 39, 0.55) 100%);
  background: linear-gradient(rgba(90, 85, 78, 0.45) 0%, rgba(100, 94, 85, 0.45) 20%, rgba(36, 43, 39, 0.55) 100%); */

@media (min-width: 768px) {

  .related .sidebar-title {
    text-align: left;
  }

  .istock-title {
    flex-direction: row;
    align-items: center;
  }

  .istock-coupon {
    margin-left: 12px;
    margin-top: 0;
    margin-bottom: 0.4em;
  }
}

.istock-banner {
  margin-bottom: 1.5em;
}

.istock-banner img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.istock-related {
  font-size: 0.75em;
  margin-bottom: 15px;
}

.istock-related > div {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.istock-related span,
.istock-related a {
  margin: 4px;
}

.istock-related a {
  background-color: #fff;
  border: 1px solid #e7e5e4;
  padding: 3px 8px;
  line-height: 1.4;
  border-radius: 3px;
}
