@charset "UTF-8";
/* 
@include keyframes(my-animation) {
  0%, 100% {
    background-color: blue;
  }
  50% {
    background-color: red;
  }
}

*/
/*
body {
  @include animation(my-animation 10s infinite);
}
*/
@import url(../fonts/milda/stylesheet.css);
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.231;
  background-color: #fff;
}

body, button, input, select, textarea {
  font-family: "MontserratRegular", Arial, Helvetica, sans-serif;
  color: #2f2f2f;
}

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

a {
  color: #2f2f2f;
  text-decoration: none;
}

a:hover {
  color: #4f96b1;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a:visited {
  color: #4f96b1;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

html {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  height: 100%;
  font-family: "OblikClassicW01-Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home {
  margin-bottom: 0px;
}
body.inner {
  background-color: #ededed;
}

#view {
  min-height: 100vh;
}

#view-inner {
  min-height: 100vh;
  /* equal to footer height */
  margin-bottom: -75px;
}
#view-inner:after {
  content: '';
  display: block;
  height: 75px;
}

#header {
  position: fixed;
  width: 100%;
  zoom: 1;
  z-index: 2;
  background-color: #fff;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#header:before, #header:after {
  content: "";
  display: table;
}
#header:after {
  clear: both;
}
#header a {
  color: #2f2f2f;
}

#logo {
  font-weight: normal;
  float: left;
  margin: 0;
  height: 3.2em;
  width: 11em;
  overflow: hidden;
  margin-left: 2%;
  position: relative;
}

#logo a {
  font-family: 'blank';
  display: block;
  text-decoration: none;
  line-height: 0.0;
  position: relative;
}
#logo a i {
  display: block;
  top: 0.7em;
  left: 0em;
  position: absolute;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#logo a i:before {
  font-family: "neil-icon";
  content: "";
  font-weight: normal;
  font-size: 1.3em;
  display: block;
  line-height: 1.2;
  width: 1.3em;
  height: 1.3em;
  padding-left: 0.03em;
  padding-top: 0.03em;
  overflow: hidden;
  color: #fff;
  background-color: #2f2f2f;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#logo a strong, #logo a small {
  display: block;
  position: absolute;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
#logo a strong {
  background-image: url('../images/wordmark.svg?1494556581');
  width: 8.5em;
  height: 0.78em;
  top: 0.84em;
  display: block;
  overflow: hidden;
  left: 66px;
}
#logo a small {
  background-image: url('../images/artist.svg?1494556620');
  display: block;
  overflow: hidden;
  top: 2.15em;
  width: 4.7em;
  height: 1em;
  left: 70px;
}

#nav {
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 1.00em;
  letter-spacing: 0.08em;
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  padding-right: 2%;
  position: fixed;
  z-index: 3;
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  -moz-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
#nav ul {
  display: table;
}
#nav ul li {
  display: table-cell;
  padding-top: 1.8em;
  -moz-transition: padding-top 0.2s ease-in-out;
  -o-transition: padding-top 0.2s ease-in-out;
  -webkit-transition: padding-top 0.2s ease-in-out;
  transition: padding-top 0.2s ease-in-out;
}
#nav a {
  display: block;
  padding: 0.8em 1.2em;
  color: #000;
  position: relative;
}
#nav a:hover {
  color: #4f96b1;
}
#nav li.current_page_item a, #nav li.current-menu-item a, body.single.blog #nav #menu-item-52 a {
  background-color: #4f96b1;
  color: #fff;
}

.home #header {
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 40px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 40px;
}

.home #hero {
  background-color: #ededed;
}

.home #hero .slide {
  background-size: cover;
  background-position: center center;
}
.home #hero .slide .caption {
  position: absolute;
  bottom: 20%;
  left: 5%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  /*   @include translateY(200px);
  @include transition(opacity 0.2s ease-in-out,transform 0.2s ease-in-out);
  &.active {
    opacity: 1;
    @include translateY(0);    
  } */
}
.home #hero .slide .caption .info {
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 40px;
  font-size: 1.1em;
}
.home #hero .slide .caption .info .painting-title, .home #hero .slide .caption .info .painting-size {
  padding: 1em;
  color: #2f2f2f;
  display: table-cell;
  background-color: #fff;
  font-family: "mildaregular", "MontserratRegular", Arial, Helvetica, sans-serif;
}
.home #hero .slide .caption .info .painting-title {
  font-weight: bold;
  font-size: 1.1em;
  letter-spacing: 0.08em;
}
.home #hero .slide .caption .info .painting-size {
  background-color: #2f2f2f;
  color: #fff;
}
.home #hero .slide .caption .info .above {
  color: #a7a09e;
}
.home #hero .slide .caption a.more {
  padding: 1em;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: table-cell;
  font-size: 0.85em;
  color: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.home #hero .slide .caption a.more:after {
  font-family: "neil-icon";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 0.5em;
  line-height: 0;
  font-size: 0.8em;
  content: "";
}

.home #hero .shade {
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home #hero .slidetitle {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

.home #hero h1, .home #hero h2 {
  font-family: 'Milda';
  text-transform: uppercase;
  font-size: 6em;
  font-weight: normal;
  margin: 0;
  letter-spacing: 0.6em;
}

.home #hero h2 {
  font-size: 1.5em;
}

ul#hero-captions {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.inner #content article {
  margin-top: 8em;
}

#main {
  zoom: 1;
}
#main:before, #main:after {
  content: "";
  display: table;
}
#main:after {
  clear: both;
}

.home #footer {
  width: 100%;
  overflow: hidden;
}

#footer {
  width: 100%;
  background-color: #fff;
  color: #000;
  font-size: 0.8em;
  z-index: 2;
}
#footer .copyright {
  float: right;
  display: block;
  padding: 2.9em 1.5em;
  padding-right: 3em;
}

#footer-nav {
  float: right;
}
#footer-nav a {
  color: #fff;
  font-family: 'blank';
  padding: 2.1em 1.1em;
  display: block;
}
#footer-nav a:before {
  font-family: "neil-icon";
  font-size: 1.4em;
}
#footer-nav li.facebook a:before {
  content: "";
}
#footer-nav li.twitter a:before {
  content: "";
}
#footer-nav li.instagram a:before {
  content: "";
  font-size: 1.25em;
}
#footer-nav li.email a:before {
  content: "";
  font-size: 1.25em;
}

#footer-nav ul {
  display: table;
}
#footer-nav ul li {
  display: table-cell;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 12%;
}

.swiper-button-prev, .swiper-button-next, .lb-nav a.lb-next, .lb-nav a.lb-prev {
  background-color: rgba(255, 255, 255, 0.95);
  background-image: none;
  -moz-transition: -moz-transform 0.6s cubic-bezier(0, 0, 0.01, 0.99), padding 0.1s ease-in-out;
  -o-transition: -o-transform 0.6s cubic-bezier(0, 0, 0.01, 0.99), padding 0.1s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.01, 0.99), padding 0.1s ease-in-out;
  transition: transform 0.6s cubic-bezier(0, 0, 0.01, 0.99), padding 0.1s ease-in-out;
}
.swiper-button-prev:before, .swiper-button-next:before, .lb-nav a.lb-next:before, .lb-nav a.lb-prev:before {
  font-family: "neil-icon";
  font-size: 3em;
  color: #2f2f2f;
  line-height: 0.3;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.swiper-button-prev:hover:before, .swiper-button-next:hover:before, .lb-nav a.lb-next:hover:before, .lb-nav a.lb-prev:hover:before {
  color: #4f96b1;
}
html.touch .swiper-button-prev, html.touch .swiper-button-next, html.touch .lb-nav a.lb-next, .lb-nav html.touch a.lb-next, html.touch .lb-nav a.lb-prev, .lb-nav html.touch a.lb-prev {
  display: none;
}

.swiper-button-prev {
  left: 0;
  padding: 2.2em 3.2em 3.1em 0.0em;
}
.swiper-button-prev:before {
  content: "";
}
.swiper-button-prev:hover {
  padding-left: 0.2em;
  padding-right: 3.4em;
}

.swiper-button-next, .lb-nav a.lb-next, .lb-nav a.lb-prev {
  right: 0;
  padding: 2.2em 2.8em 3.1em 0.5em;
}
.swiper-button-next:before, .lb-nav a.lb-next:before, .lb-nav a.lb-prev:before {
  content: "";
}
.swiper-button-next:hover, .lb-nav a.lb-next:hover, .lb-nav a.lb-prev:hover {
  padding-left: 0.7em;
  padding-right: 3.0em;
}

.swiper-button-prev {
  margin-top: -42px;
}

.swiper-button-next {
  margin-top: -42px;
}

body.touch .gallery-thumbs .swiper-button-prev, body.touch .gallery-thumbs .swiper-button-next {
  display: none;
}

.gallery-thumbs .swiper-button-prev, .gallery-thumbs .swiper-button-next {
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery-thumbs:hover .swiper-button-prev, .gallery-thumbs:hover .swiper-button-next {
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled {
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}

.swiper-button-prev.swiper-button-disabled {
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

.swiper-pagination-bullet {
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  border: 1px solid #fff;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

body.works {
  background-color: #ededed;
}
body.works .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
body.works .swiper-slide {
  background-size: cover;
  background-position: center;
}
body.works .gallery-top {
  height: 85%;
  width: 100%;
  -moz-transition: height 0.2s ease-in-out;
  -o-transition: height 0.2s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
body.works .gallery-top .card {
  padding: 3%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
body.works .gallery-top .picture {
  width: 60%;
  height: 100%;
  box-sizing: border-box;
  text-align: right;
  -webkit-flex: 5.5;
  flex: 5.5;
  -webkit-order: 1;
  order: 1;
  margin: auto;
  -moz-transition: text-align 0.2s ease-in-out;
  -o-transition: text-align 0.2s ease-in-out;
  -webkit-transition: text-align 0.2s ease-in-out;
  transition: text-align 0.2s ease-in-out;
}
body.works .gallery-top .picture img {
  width: auto;
  max-width: 95%;
  height: auto;
  max-height: 100%;
  cursor: pointer;
}
body.works .gallery-top .details {
  -moz-transition: flex 0.2s ease-in-out;
  -o-transition: flex 0.2s ease-in-out;
  -webkit-transition: flex 0.2s ease-in-out;
  transition: flex 0.2s ease-in-out;
  -webkit-flex: 4.5;
  flex: 4.5;
  -webkit-order: 2;
  order: 2;
  position: relative;
}
body.works .gallery-top .details .summary {
  padding: 5% 7%;
  min-width: 50%;
  background-color: #e6e6e6;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
body.works .gallery-top .details .highlight-box {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #2f2f2f;
  padding: 0.8em 1.2em 0.6em;
  color: #fff;
  font-family: "mildaregular", "MontserratRegular", Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}
body.works .gallery-top .details .p-buy-it-now {
  display: table;
}
body.works .gallery-top .details .price {
  display: table-cell;
  margin: 1em auto;
  border: 1px solid #3e2b26;
  padding-left: 1.2em;
  padding-right: 1.2em;
}
body.works .gallery-top .details .p-print-price {
  margin-top: 1.5em;
}
body.works .gallery-top .details .sold {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-transform: uppercase;
  padding: 0.8em 1.1em;
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  background-color: #ac2322;
  color: #fff;
  font-size: 0.8em;
}
body.works .gallery-top .details .detail {
  font-family: "mildaregular", "MontserratRegular", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  margin-top: 0.65em;
  display: block;
}
body.works .gallery-top .details .buy-print {
  color: #cf8a78;
  font-size: 0.8em;
  letter-spacing: 0.08em;
  font-family: "MontserratRegular", Arial, Helvetica, sans-serif;
}
body.works .gallery-top .details .buy-print:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "neil-icon";
  margin-right: 0.6em;
  vertical-align: bottom;
  line-height: 0.5;
  font-size: 1.2em;
}
body.works .gallery-top .details .buy-print:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "neil-icon";
  margin-left: 0.4em;
  vertical-align: middle;
}
body.works .gallery-top .details .buy-print:hover {
  color: #e3bbb0;
}
body.works .gallery-top .details .print-price {
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
}
body.works .gallery-top .details .buy-it-now {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: table-cell;
  border: 0;
  background-color: #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 0.9em 1.4em;
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
body.works .gallery-top .details .buy-it-now:hover {
  padding-left: 1.65em;
  padding-right: 1.65em;
}
body.works .gallery-top .details h3 {
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
body.works .gallery-thumbs {
  height: 15%;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #e3e3e3;
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
body.works .gallery-thumbs img {
  max-height: 100%;
  width: auto;
  cursor: pointer;
}
body.works .gallery-thumbs .swiper-slide-active img {
  -moz-box-shadow: #4f96b1 0px 0px 0px 5px;
  -webkit-box-shadow: #4f96b1 0px 0px 0px 5px;
  box-shadow: #4f96b1 0px 0px 0px 5px;
}
body.works .gallery-thumbs .swiper-slide {
  width: 10%;
  height: 100%;
}
body.works .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
body.works #footer {
  position: static;
}
body.works #content {
  box-sizing: border-box !important;
}

#galleryLargeView {
  background-color: #ededed;
  padding: 3%;
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 14;
  -moz-animation: fade-in 0.2s ease-in-out;
  -webkit-animation: fade-in 0.2s ease-in-out;
  animation: fade-in 0.2s ease-in-out;
}
#galleryLargeView img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
  z-index: 16;
}

/* body.works.work-enlarged {
  #header,#nav {
    @include translateY(-120px);
  }
  .gallery-top {
    height:100%;
  }
  .gallery-top .picture{
    text-align: center;
  }
  .gallery-top .details {
    @include flex(0);

   .summary {
      opacity:0;

    }    
  }

} */
.final-tiles-gallery.caption-top .tile span.title, .final-tiles-gallery.caption-bottom .tile span.title {
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

body.page-contact #hero, body.post-type-archive-exhibitions #hero, body.single-exhibitions #hero, body.single.blog.inner #hero {
  height: 60vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left 33%;
  background-size: cover;
}

body.page-contact #content {
  padding-top: 8em;
}
body.page-contact #content .hero-inner {
  color: #fff;
  text-align: center;
}
body.page-contact #content .hero-inner .page-title {
  padding-top: 0.4em;
}
body.page-contact #content .hero-inner .location {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: normal;
  display: block;
}
body.page-contact #content .hero-inner .location:before {
  font-family: "neil-icon";
  content: "";
  font-size: 1em;
  padding-right: 0.5em;
}

body.post-type-archive-exhibitions #content ul.exhibitions li .details:after, .back-button:before, body.archive.category-blog #content article .page:after {
  font-family: "neil-icon";
  content: "";
  display: block;
  position: absolute;
  top: 2.5em;
  right: 5%;
  background-color: #4f96b1;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  line-height: 3.0;
  -moz-transition: -moz-transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

body.post-type-archive-exhibitions #content ul.exhibitions li a:hover .details:after, .back-button:hover:before, body.archive.category-blog #content article a.entry:hover .page:after {
  background-color: #72abc1;
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

body.post-type-archive-exhibitions #content {
  position: relative;
  z-index: 1;
}
body.post-type-archive-exhibitions #content ul.exhibitions {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  margin-left: -2%;
}
body.post-type-archive-exhibitions #content ul.exhibitions:before, body.post-type-archive-exhibitions #content ul.exhibitions:after {
  content: "";
  display: table;
}
body.post-type-archive-exhibitions #content ul.exhibitions:after {
  clear: both;
}
body.post-type-archive-exhibitions #content ul.exhibitions li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 2%;
}
body.post-type-archive-exhibitions #content ul.exhibitions li .date {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
body.post-type-archive-exhibitions #content ul.exhibitions li .location {
  display: block;
  line-height: 1.5;
}
body.post-type-archive-exhibitions #content ul.exhibitions li .details {
  background-color: rgba(47, 47, 47, 0.8);
  display: block;
  padding: 10%;
  position: relative;
  min-height: 40%;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
body.post-type-archive-exhibitions #content ul.exhibitions li .details h2 {
  margin-top: 0;
  font-family: "mildaregular", "MontserratRegular", Arial, Helvetica, sans-serif;
  padding-right: 20%;
}
body.post-type-archive-exhibitions #content ul.exhibitions li a {
  color: #fff;
  display: block;
  height: 34em;
  background-size: cover;
  background-position: center;
}
body.post-type-archive-exhibitions #content ul.exhibitions li a strong {
  font-weight: normal;
}
body.post-type-archive-exhibitions #content ul.exhibitions li a:hover .details {
  background-color: rgba(47, 47, 47, 0.6);
}

body.inner #content article {
  margin-top: 22vh;
}

body.inner.page-contact #content {
  margin-top: 3vh;
}

body.inner.page-contact #content article {
  margin-top: 0;
}

body.inner #content article .text {
  max-width: 1280px;
  margin: auto;
  font-size: 1em;
  line-height: 2.0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 400, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0px, #ffffff 400px);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0px, #ffffff 400px);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0px, #ffffff 400px);
  padding-top: 1%;
  padding-bottom: 8%;
  margin-top: 5vh;
  margin-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}
body.inner #content article .text h2 {
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.4;
}
body.inner #content article .text h3 {
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: normal;
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  margin-top: 2em;
  margin-bottom: 2em;
}
body.inner #content article .text p {
  margin-top: 1.65em;
  margin-bottom: 1.65em;
}
body.inner #content article .text p.action {
  text-align: center;
}

.back-button-inner {
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

.back-button:before {
  content: "";
  position: static;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-right: 0.8em;
}

body.page-biography {
  background-size: cover;
  background-position: center center;
}
body.page-biography #view {
  background-color: rgba(47, 47, 47, 0.8);
}
body.page-biography #bio-pic img {
  width: 300px;
  height: 300px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;
  border: 20px solid #bbbbba;
  float: left;
  margin-right: 5%;
  margin-bottom: 5%;
}

body.post-type-archive-past-work {
  background-color: #e3e3e3;
}
body.post-type-archive-past-work .final-tiles-gallery .ftg-filters {
  text-align: center;
  padding-bottom: 1.1em;
  margin-bottom: 0;
  font-size: 1.05em;
  margin-top: -10px;
}
body.post-type-archive-past-work .final-tiles-gallery .ftg-filters a {
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1.1em 1.5em;
  background-color: transparent;
  border: 2px solid white;
  margin-top: 10px;
}
body.post-type-archive-past-work .final-tiles-gallery .ftg-filters a:hover {
  background-color: white;
  color: #2f2f2f;
}
body.post-type-archive-past-work .final-tiles-gallery .ftg-filters a.selected {
  background-color: #4f96b1;
  color: #fff;
  border: 2px solid #4f96b1;
}
body.post-type-archive-past-work .page-title {
  padding-top: 4em;
  background-color: #ededed;
  margin: 0;
  padding-bottom: 0.8em;
}
body.post-type-archive-past-work #content {
  background-color: #2f2f2f;
  padding: 2em 3% 8em 3%;
}
body.post-type-archive-past-work .lightboxOverlay {
  background-color: #2f2f2f;
}

body.single.blog.inner .blog-post-header .page-title, body.archive.category-blog #content article h1 {
  text-align: left;
  margin-left: 0.4em;
}
body.single.blog.inner .blog-post-header .page-title .page-title-inner, body.archive.category-blog #content article h1 .page-title-inner {
  padding-top: 0.18em;
  background-color: #2f2f2f;
  color: #fff;
  display: inline;
  -moz-box-shadow: #2f2f2f -0.4em 0px 0px 0px, #2f2f2f 0.3em 0px 0px 0px;
  -webkit-box-shadow: #2f2f2f -0.4em 0px 0px 0px, #2f2f2f 0.3em 0px 0px 0px;
  box-shadow: #2f2f2f -0.4em 0px 0px 0px, #2f2f2f 0.3em 0px 0px 0px;
}

body.single.blog.inner .blog-post-header .post-date, body.archive.category-blog #content article .post-date {
  color: #2f2f2f;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.4em 0.8em;
  background-color: rgba(255, 255, 255, 0.8);
}

body.single.blog.inner #hero {
  color: #fff;
}
body.single.blog.inner #hero .hero-inner {
  height: 100%;
  background-color: rgba(47, 47, 47, 0.45);
}
body.single.blog.inner .blog-post-header.page {
  max-width: 1280px;
  margin: auto;
}
body.single.blog.inner .blog-post-header a {
  color: #fff;
}

body.archive.category-blog .blog-archive-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 2%;
}
body.archive.category-blog .blog-archive-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.archive.category-blog .blog-archive-menu li a {
  display: block;
  background-color: #e3e3e3;
  margin-bottom: 1px;
  padding: 1em;
}
body.archive.category-blog #content {
  margin-top: 6.4em;
}
body.archive.category-blog #content span.page {
  display: block;
  max-width: 1280px;
  margin: auto;
}
body.archive.category-blog #content article {
  margin-top: 0em;
  margin-bottom: 0.5em;
  background-size: cover;
  background-position: center;
}
body.archive.category-blog #content article .page {
  position: relative;
  padding-right: 13%;
}
body.archive.category-blog #content article a.entry {
  background-color: rgba(47, 47, 47, 0.65);
  display: block;
  padding-top: 15vh;
  padding-bottom: 15vh;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
body.archive.category-blog #content article a.entry:hover {
  background-color: rgba(47, 47, 47, 0.45);
}

body.single-exhibitions #content article .text, body.single.blog #content article .text, body.single.blog.inner .blog-post-header.page {
  max-width: 800px;
}

body.page-contact {
  /*  background-color: $lighter-brand-color;
   #content article .text{
    color:#fff;
   } */
}

#contact-form-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-form-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact-form-list li label {
  display: none;
}
#contact-form-list li.contact-name, #contact-form-list li.contact-email {
  float: left;
  width: 50%;
}
#contact-form-list li.contact-name {
  padding-right: 2%;
}
#contact-form-list li.contact-email {
  padding-left: 2%;
}
#contact-form-list li.contact-message {
  padding-top: 2%;
  clear: both;
}
#contact-form-list input, #contact-form-list textarea {
  border: 0;
  background-color: #cacaca;
  color: #2f2f2f;
  text-transform: uppercase;
  padding: 0.9em 1.25em;
  font-family: "OblikClassicW01-Regular", "MontserratRegular", Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 1.1em;
  border: 1px solid #cacaca;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#contact-form-list input:focus, #contact-form-list textarea:focus {
  outline: none !important;
  border: 1px solid #4f96b1;
}
#contact-form-list li.contact-submit {
  padding-top: 2%;
  max-width: 480px;
  margin: auto;
}
#contact-form-list li.contact-submit input {
  color: #fff;
  background-color: #4f96b1;
  cursor: pointer;
  border: none;
}
#contact-form-list li.contact-submit input:hover {
  background-color: #72abc1;
}
#contact-form-list .wpcf7-form-control-wrap {
  display: block;
}

#footer .page {
  overflow: hidden;
}

.inner #footer {
  background-color: #fff;
}

.inner #content .page {
  padding: 0 1.5%;
}

.inner .page-title {
  padding-top: 4em;
  margin-top: 0;
  font-size: 2.2em;
  font-family: "mildaregular", "MontserratRegular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.inner #content .page-title.has-background {
  color: #fff;
  padding-bottom: 2em;
  background-size: cover;
  background-size: cover,cover;
  background-position: center;
}

.single.woocommerce-page .product {
  padding-top: 7em;
}

.inner #content .page-title {
  padding-top: 0;
  margin-top: 1em;
}

.lightboxOverlay {
  background-color: #dddddd;
}

.lb-outerContainer {
  border-radius: 0px;
}

.lightbox .lb-image {
  border-radius: 0px;
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
  background: none;
}
.lb-nav a.lb-next:before, .lb-nav a.lb-prev:before {
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  color: #2f2f2f;
  line-height: 1.8;
  margin-top: -0.5em;
}

#social-nav {
  float: left;
  padding: 2em 2em;
}
#social-nav li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#social-nav li a {
  display: block;
  font-family: 'blank';
  font-size: 1.4em;
  margin-right: 1em;
}
#social-nav li a:before {
  font-family: "neil-icon";
}
#social-nav .social-menu-item-facebook a:before {
  content: "";
}
#social-nav .social-menu-item-pinterest a:before {
  content: "";
}

.lb-nav a.lb-next:before {
  padding-left: 0.1em;
}

.lb-nav a.lb-prev:before {
  right: auto;
  left: 0;
  content: "";
  padding-right: 0.1em;
}

@media (max-width: 1440px) {
  body.inner #content article .text, body.archive.category-blog #content span.page {
    max-width: 90%;
  }

  body.single-exhibitions #content article .text, body.single.blog #content article .text, body.single.blog.inner .blog-post-header.page {
    max-width: 800px;
  }
}
@media (max-width: 1366px) {
  #nav {
    font-size: 0.9em;
    padding-right: 1%;
  }

  #nav ul li {
    padding-top: 2.05em;
  }

  body.works .gallery-top .details {
    -webkit-flex: 3.5;
    flex: 3.5;
  }

  body.works .gallery-top .picture {
    -webkit-flex: 6.5;
    flex: 6.5;
  }

  body.works .gallery-top .details .summary {
    min-width: 80%;
    padding-bottom: 10%;
  }
}
@media (min-width: 1201px) {
  body.scrolled #logo {
    height: 2.5em;
  }
  body.scrolled #logo i {
    top: 0.55em;
  }
  body.scrolled #logo i:before {
    font-size: 1.0em;
  }
  body.scrolled #logo a small {
    opacity: 0;
  }
  body.scrolled #nav ul li {
    padding-top: 1.35em;
  }
}
@media (min-width: 1367px) {
  body.scrolled #nav ul li {
    padding-top: 1.1em;
  }
}
@media (max-width: 1200px) {
  /* line 69, ../sass/partials/_media.scss */
  #logo {
    font-size: 1.85em;
  }

  #logo a strong {
    left: 60px;
  }

  #logo a small {
    left: 60px;
  }

  body.work #header {
    position: static;
  }

  /* line 74, ../sass/partials/_media.scss */
  body.gallery-compact #logo em {
    opacity: 0;
  }

  /* line 80, ../sass/partials/_media.scss */
  #nav {
    background-color: #fff;
    width: 70%;
    font-size: 1em;
    right: -70%;
    height: 100%;
    top: 0;
    z-index: 3;
    padding-right: 0;
    -moz-box-shadow: #2f2f2f 20px 0px 40px 0px inset;
    -webkit-box-shadow: #2f2f2f 20px 0px 40px 0px inset;
    box-shadow: #2f2f2f 20px 0px 40px 0px inset;
    -moz-transition: right 0.4s ease-in-out;
    -o-transition: right 0.4s ease-in-out;
    -webkit-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
  }

  .menu-main-nav-container {
    height: 100%;
  }

  /* line 85, ../sass/partials/_media.scss */
  #nav ul {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  /* line 88, ../sass/partials/_media.scss */
  #nav:before {
    font-family: "neil-icon";
    content: "";
    font-size: 1.6em;
    position: absolute;
    left: -8%;
    display: block;
    padding: 1.4em 0;
    color: #000;
    cursor: pointer;
    -moz-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    transition: padding 0.2s ease-in-out;
  }

  /* line 99, ../sass/partials/_media.scss */
  body.gallery-compact #nav:before {
    padding: 0.75em 0;
  }

  #nav ul {
    display: block;
  }
  #nav ul li {
    display: block;
    padding-top: 0;
  }

  /* line 102, ../sass/partials/_media.scss */
  #nav .menu {
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 1em;
    overflow: hidden;
    display: block;
  }

  /* line 113, ../sass/partials/_media.scss */
  #nav .menu-item {
    width: 100%;
    display: block;
    text-align: left;
  }

  /* line 118, ../sass/partials/_media.scss */
  #nav .menu-item > a {
    padding-top: 1em;
    padding-bottom: 1em;
    display: block;
    border-bottom: 1px solid rgba(47, 47, 47, 0.07);
  }

  /* line 126, ../sass/partials/_media.scss */
  body #view {
    position: relative;
    left: 0%;
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out;
  }

  /* line 131, ../sass/partials/_media.scss */
  body.nav-open #nav ul, body.nav-close #nav ul {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  /* line 134, ../sass/partials/_media.scss */
  body.nav-open #view {
    position: relative;
    left: -70%;
  }

  body.nav-open #nav {
    right: 0%;
  }

  /* line 138, ../sass/partials/_media.scss */
  body.work section#content {
    padding-top: 0;
  }

  /* line 141, ../sass/partials/_media.scss */
  body.work #large-images .card {
    width: 90%;
  }
}
@media (max-width: 1158px) {
  body.post-type-archive-exhibitions #content ul.exhibitions li {
    width: 48%;
  }
  body.post-type-archive-exhibitions #content ul.exhibitions li a {
    height: 15em;
  }
  body.post-type-archive-exhibitions #content ul.exhibitions li a .details {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  body.inner.page-biography #main article {
    margin-top: 5em;
  }

  body.inner.page-biography #main #content article .text {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #ededed;
  }

  body.page-biography #view {
    background-color: #ededed;
  }
}
@media (max-width: 960px) {
  body.inner.page-contact #content {
    margin-top: 0;
  }

  #logo {
    height: 2.7em;
  }

  #nav:before {
    padding: 0.9em 0;
  }

  #logo a strong {
    top: 0.6em;
    left: 59px;
  }

  #logo a small {
    top: 1.83em;
    left: 59px;
  }

  #logo a i {
    top: 0.48em;
  }

  body.archive.category-blog #content {
    margin-top: 5.0em;
  }

  body.post-type-archive-past-work .page-title {
    padding-top: 4.1em;
  }

  .inner #content .page-title {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  body.inner #content article .text {
    max-width: 95%;
  }

  body.works .gallery-top .card {
    position: relative;
    padding: 0;
    display: block;
  }

  body.works .gallery-top .details {
    -webkit-flex: none;
    flex: none;
  }
  body.works .gallery-top .details .summary {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    padding: 3%;
    top: 0;
    left: 0;
    position: absolute;
  }
  body.works .gallery-top .details .description {
    display: none;
  }
  body.works .gallery-top .details h3 {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    margin-right: 1.5em;
  }
  body.works .gallery-top .details .top {
    width: 100%;
  }
  body.works .gallery-top .details .top .detail {
    float: left;
    font-family: "mildaregular", "MontserratRegular", Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    padding-top: 0.6em;
    margin-top: 0;
  }
  body.works .gallery-top .details .p-buy-it-now, body.works .gallery-top .details .p-sold {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.9em;
  }
  body.works .gallery-top .details .p-print-price {
    float: right;
    clear: right;
    margin-top: 0.2em;
  }

  body.works .gallery-top .picture {
    -webkit-flex: none;
    flex: none;
    height: 100%;
    width: 90%;
    padding-bottom: 5%;
    text-align: center;
  }
}
@media (max-width: 800px) {
  #logo a i {
    left: 0.06em;
  }

  body.single.blog.inner .blog-post-header.page {
    max-width: 90%;
    padding: 0;
  }

  body.post-type-archive-exhibitions #content ul.exhibitions {
    margin-left: 0;
  }

  body.post-type-archive-exhibitions #content ul.exhibitions li {
    width: 100%;
    margin-left: 0;
  }

  .inner #content .page-title, body.post-type-archive-past-work .page-title {
    font-size: 1.6em;
    margin-bottom: 0.2em;
  }

  body.works .gallery-thumbs .swiper-slide {
    width: 12.5%;
  }

  #nav:before {
    left: -10%;
  }

  #nav:before {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .home #hero-captions {
    margin: 0.8em;
    height: 39px;
    overflow: hidden;
  }

  .home #hero-captions .caption {
    margin: auto;
    width: 80%;
    position: static;
    display: none;
  }
  .home #hero-captions .caption.active {
    position: static;
    display: table;
  }
  .home #hero-captions .caption .more {
    text-align: center;
  }

  .home #footer {
    bottom: -4em;
  }

  #footer-nav {
    float: none;
  }
  body.home #footer-nav {
    background-color: #fff;
  }
  #footer-nav ul {
    margin-left: 1.5%;
  }
  #footer-nav a {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }

  /*   #footer .copyright {
    @include padding-v(1.8em);
  } */
  .swiper-button-next, .swiper-button-prev {
    width: 18.9px;
    height: 30.8px;
  }
}
@media (max-width: 768px) {
  body.inner #content article .text p {
    margin-top: 1em;
  }

  body.inner #content article .text {
    padding-left: 10%;
    padding-right: 10%;
  }

  body.page-biography #bio-pic {
    text-align: center;
    margin-bottom: 0;
  }
  body.page-biography #bio-pic img {
    float: none;
    margin: 0;
    max-width: 90%;
    height: auto;
  }
}
@media (max-width: 600px) {
  #logo {
    margin-left: 3%;
  }

  body.inner #content article .text {
    max-width: 100%;
  }

  body.post-type-archive-past-work #content {
    padding-top: 0.9em;
  }

  body.post-type-archive-past-work .final-tiles-gallery .ftg-filters a {
    padding: 0.7em 1.0em;
    margin-right: 6px;
  }

  #nav:before {
    left: -13%;
  }

  .home #hero-captions {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }

  .home #hero-captions .caption {
    width: auto;
    padding: 0;
    zoom: 1;
  }
  .home #hero-captions .caption:before, .home #hero-captions .caption:after {
    content: "";
    display: table;
  }
  .home #hero-captions .caption:after {
    clear: both;
  }
  .home #hero-captions .caption.active {
    display: block;
  }

  .home #hero-captions .caption .info {
    display: block;
    float: left;
    padding: 0.8em 0;
    color: #a7a09e;
  }
  .home #hero-captions .caption .info .above {
    display: none;
  }

  .home #hero-captions .caption .more {
    display: block;
    float: right;
  }

  #contact-form-list li.contact-email, #contact-form-list li.contact-name {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
  }

  body.works .gallery-top .details .p-buy-it-now {
    display: block;
  }
  body.works .gallery-top .details .p-buy-it-now .price {
    display: block;
    text-align: right;
    border: none;
    margin-top: 0;
    padding-right: 0;
  }
  body.works .gallery-top .details .p-buy-it-now .buy-it-now {
    display: block;
    padding: 0.7em 1.2em;
    font-size: 0.9em;
  }

  /*   #logo {
    margin-left: 50%;
    @include translateX(-55%);
  }
   */
}
@media (max-width: 480px) {
  #logo {
    font-size: 1.60em;
  }

  #logo a strong {
    left: 54px;
  }

  #nav:before {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }

  body.inner #content article .text {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 200, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0px, #ffffff 200px);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0px, #ffffff 200px);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0px, #ffffff 200px);
  }

  body.post-type-archive-exhibitions #content ul.exhibitions li .details:after, body.archive.category-blog #content article .page:after {
    height: 35px;
    width: 35px;
    font-size: 1em;
    line-height: 2.3;
  }

  .swiper-button-next, .swiper-button-prev {
    font-size: 0.8em;
  }

  .home #hero .slide .caption {
    font-size: 0.8em;
    bottom: 10%;
  }

  .home #hero-captions .caption .info {
    float: none;
    text-align: center;
    padding: 1.5em;
  }

  body.works .gallery-thumbs .swiper-slide {
    width: 16.66%;
  }

  body.works .gallery-top .details {
    font-size: 0.72em;
  }

  body.works .gallery-top .details .sold {
    font-size: 1.2em;
  }

  .home #hero-captions .caption .more {
    float: none;
  }

  .home #footer {
    bottom: -7em;
  }

  .home #hero-captions {
    padding: 0;
    margin: 0;
    height: 90px;
  }
}
@media (max-width: 380px) {
  body.works .gallery-thumbs .swiper-slide {
    width: 25%;
  }

  #nav:before {
    left: -15%;
  }

  #social-nav {
    padding-right: 0;
  }

  #footer .copyright {
    padding-left: 0;
    /*  float: none;
    text-align: center;
    @include padding-v(0.8em);
    padding-right: 1.5em;
    background-color: $brand-color; */
  }

  #footer-nav ul {
    margin: auto;
    font-size: 0.9em;
  }

  .home #footer {
    bottom: -8.9em;
  }
}
