/*
    Theme Name: Anish Kapoor 2016
    Theme URI: http://anishkapoor.com;
    Description: Intermittent migration choice for Anish Kapoor.
    Version: 0.2.2
    Author: Jim Lundblad (@da_lune)
    Author URI: http://designbyjim.co.uk
    Tags:  translation-ready
    Text Domain: anishkapoor
*/*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  height: 100vh;
}
body {
  height: 100%;
  height: 100vh;
  min-width: 320px;
  font-size: 1.1rem;
  line-height: 1.4em;
  font-family: 'Helvetica', 'Arial', 'Sans-serif';
}
body[data-ajax='loading']::before {
  content: '';
  z-index: 255;
  position: fixed;
  height: 100%;
  width: 100%;
  height: 100vh;
  width: 100vw;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url('img/ajax-loader.gif');
}
#main {
  width: auto;
  padding: 4rem;
  padding-top: 2em;
  padding-bottom: 14rem;
}
.error404 #main {
  padding: 4rem !important;
}
.single #main {
  min-height: -webkit-calc(100vh - 160px);
  min-height: calc(100vh - 160px);
  position: relative;
}
.single #main footer {
  position: absolute;
  bottom: 0;
  left: 4rem;
  width: -webkit-calc(100% - 8rem);
  width: calc(100% - 8rem);
  z-index: 3;
  padding: 4rem;
  padding-top: 0.5em;
}
@media screen and (max-width: 640px) {
  #main {
    padding: 2rem;
    padding-top: 0.5em;
  }
}
a,
#main.empty {
  font-size: 1em;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.8em;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
a:link,
#main.empty:link,
a:visited,
#main.empty:visited {
  color: #a9a9a9;
}
a.about:visited,
#main.empty.about:visited,
a.about:hover,
#main.empty.about:hover {
  color: #212121;
}
a.works:visited,
#main.empty.works:visited,
a.works:hover,
#main.empty.works:hover {
  color: #FF0000;
}
a.thought-experiment:visited,
#main.empty.thought-experiment:visited,
a.thought-experiment:hover,
#main.empty.thought-experiment:hover {
  color: #00CC00;
}
a.links:visited,
#main.empty.links:visited,
a.links:hover,
#main.empty.links:hover {
  color: #0000FF;
}
a:hover,
#main.empty:hover {
  color: #0000FF;
}
a:hover,
#main.empty:hover {
  color: black;
  -webkit-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
}
nav#main a,
nav#main #main.empty {
  line-height: 1.3em;
}
#main.empty {
  font-size: 1.6em;
}
.site-title {
  color: #212121;
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
.site-title a {
  color: inherit;
}
.article-title {
  font-weight: bold;
}
.content {
  margin-bottom: 1em;
}
.content p {
  margin-bottom: 1em;
}
b {
  font-weight: bold;
}
html body {
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 1.33em;
}
html .navigation a,
html #cat-nav a {
  font-weight: 500 !important;
}
html .text_block a,
html .text_block div,
html .text_block p,
html .search-input,
html .next-post a,
html .info,
html a,
html .site-title {
  font-size: 16px;
  line-height: 130%;
}
html .search-input {
  margin-left: -1px;
}
html .small_text p {
  font-size: 14px;
  line-height: 130%;
}
@font-face {
  font-family: "Socialico";
  src: url("libs/socialico/Socialico.eot?") format("eot"), url("libs/socialico/Socialico.woff") format("woff"), url("libs/socialico/Socialico.ttf") format("truetype"), url("libs/socialico/Socialico.svg#Socialico") format("svg");
  font-weight: normal;
  font-style: normal;
}
body.move {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
body.move.moved {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#header {
  top: 0;
  left: 0;
  min-height: 7.5em;
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 4rem;
  -webkit-transition: none;
  transition: none;
}
#header.hide_header {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#header.show_header {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#header .swipe_header {
  position: relative;
  height: 100%;
  min-height: 7.5em;
}
#header .swipe_header::before {
  position: absolute;
  width: 100%;
  display: block;
  content: '';
  height: -webkit-calc(160%);
  height: calc(160%);
  height: 120vh;
  min-height: 13.5em;
  top: 0;
  right: -100%;
  background: #fff;
  margin-right: -3em;
  margin-top: -3em;
  margin-bottom: -3em;
}
.home #header {
  padding-bottom: 0;
}
@media screen and (max-width: 640px) {
  #header {
    padding: 0 2rem;
  }
  #header .next-post {
    padding: 0 2rem;
  }
}
.footer {
  position: relative;
}
.next-post {
  position: absolute;
  top: -1px;
  right: 0;
  padding: 0 0;
}
.next-post a {
  font-weight: normal;
}
[data-cookie="thought-experiment"] .next-post a {
  color: #00CC00;
}
[data-cookie="works"] .next-post a {
  color: #FF0000;
}
[data-cookie="links"] .next-post a {
  color: #0000FF;
}
[data-cookie="about"] .next-post a {
  color: #212121;
}
.next-post a::after {
  content: ' \2192';
  color: inherit;
  font-weight: 700 !important;
  font-size: 20px;
  top: 1px;
  position: relative;
}
.loading #main,
.loading #cat-nav {
  opacity: 0;
  pointer-events: none;
}
#main,
#cat-nav {
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
body {
  overflow: scroll;
}
body#works #main a {
  color: #a9a9a9;
}
body#works:target #main a.works,
body#works nav#main a.works {
  color: #FF0000;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#about #main a {
  color: #a9a9a9;
}
body#about:target #main a.about,
body#about nav#main a.about {
  color: #212121;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#links #main a {
  color: #a9a9a9;
}
body#links:target #main a.links,
body#links nav#main a.links {
  color: #0000FF;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#thought-experiment #main a {
  color: #a9a9a9;
}
body#thought-experiment:target #main a.thought-experiment,
body#thought-experiment nav#main a.thought-experiment {
  color: #00CC00;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
.works.nav:hover,
.works.link:hover,
.works.nav:active,
.works.link:active,
.works.nav .highlighted,
.works.link .highlighted {
  color: #FF0000 !important;
}
.about.nav:hover,
.about.link:hover,
.about.nav:active,
.about.link:active,
.about.nav .highlighted,
.about.link .highlighted {
  color: #212121 !important;
}
.thought-experiment.nav:hover,
.thought-experiment.link:hover,
.thought-experiment.nav:active,
.thought-experiment.link:active,
.thought-experiment.nav .highlighted,
.thought-experiment.link .highlighted {
  color: #00CC00 !important;
}
.links.nav:hover,
.links.link:hover,
.links.nav:active,
.links.link:active,
.links.nav .highlighted,
.links.link .highlighted {
  color: #0000FF !important;
}
.nav:visited,
.link:visited {
  opacity: 0.5;
}
nav#main {
  -webkit-transition: opacity 100ms ease-out;
  transition: opacity 100ms ease-out;
  padding-bottom: 5%;
  padding-bottom: 5vh;
  width: auto;
}
nav#main.empty::before {
  content: 'No Results';
}
nav#main.loading {
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('img/ajax-loader.gif');
  opacity: 0.5;
  height: 100%;
}
nav#main a {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: inline;
  padding-right: 3rem;
}
nav#main a.test_homepage {
  padding-right: 0rem;
}
#cat-nav .current_page_item a,
.navigation ul .current_page_item a {
  color: #212121;
}
#cat-nav div,
.navigation ul div,
#cat-nav li,
.navigation ul li {
  margin-top: 0.2em;
}
#cat-nav a,
.navigation ul a {
  display: inline-block;
}
#cat-nav a.works,
.navigation ul a.works {
  color: #FF0000;
}
#cat-nav a.about,
.navigation ul a.about {
  color: #212121;
}
#cat-nav a.thought-experiment,
.navigation ul a.thought-experiment {
  color: #00CC00;
}
#cat-nav a.links,
.navigation ul a.links {
  color: #0000FF;
}
body#works #cat-nav a {
  color: #a9a9a9;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#works #cat-nav a.works {
  color: #FF0000;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#thought-experiment #cat-nav a {
  color: #a9a9a9;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#thought-experiment #cat-nav a.thought-experiment {
  color: #00CC00;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#about #cat-nav a {
  color: #a9a9a9;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#about #cat-nav a.about {
  color: #212121;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#links #cat-nav a {
  color: #a9a9a9;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
body#links #cat-nav a.links {
  color: #0000FF;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
}
@media screen and (max-width: 480px) {
  #cat-nav div,
  .navigation ul li,
  nav#main a {
    width: auto;
    min-width: auto;
  }
}
.search {
  position: relative;
  max-width: 30em;
}
.search-cancel {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0px inset;
  cursor: pointer;
  font-size: 1.3em;
  color: #a9a9a9;
  z-input: 3;
}
.search-cancel.hidden {
  display: none;
}
.search-submit {
  display: none;
}
.js .search-submit {
  display: none;
}
.search-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: 0px inset;
  -webkit-box-sizing: none;
          box-sizing: none;
  outline: none;
  font-family: 'Arial', 'Helvetica', 'Sans-serif';
  font-size: 1em;
  color: #a9a9a9;
  -webkit-border-radius: 0;
          border-radius: 0;
  text-align: left;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-input: 2;
  position: aboslute;
  top: 0;
  left: 0;
  width: 100%;
}
.search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent!important;
}
input:focus::-moz-placeholder {
  color: transparent!important;
}
input:focus:-moz-placeholder {
  color: transparent!important;
}
.search-input::-webkit-input-placeholder {
  color: #a9a9a9;
}
.search-input::-moz-placeholder {
  color: #a9a9a9;
}
.search-input:-ms-input-placeholder {
  color: #a9a9a9;
}
.search-input:-moz-placeholder {
  color: #a9a9a9;
}
.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
  display: none;
  background-color: transparent;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.search-input::-webkit-search-cancel-button:after {
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  height: 1.0em;
  width: 1.0em;
  content: '';
}
.search-input.active::-webkit-search-cancel-button:after {
  content: '';
}
button {
  font-family: sans-serif;
}
button.search-cancel {
  font-family: 'Zapf Dingbats', sans-serif;
  font-weight: normal;
  padding: 0;
}
.block {
  margin-bottom: 2rem;
}
.block.link {
  margin-bottom: 0;
}
.info.works {
  color: #FF0000;
}
.info.about {
  color: #212121;
}
.info.links {
  color: #0000FF;
}
.info.thought-experiment {
  color: #00CC00;
}
.gallery img {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  max-height: 66vh;
  max-width: 100%;
  width: auto;
  height: auto;
}
.gallery img[data-original] {
  opacity: 0;
}
@media screen and (max-width: 640px) {
}
.gallery::before,
.gallery::after {
  content: '';
  clear: both;
  display: block;
}
.gallery .slide {
  padding-left: 0;
  padding-top: 0;
  position: relative;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('img/ajax-loader.gif');
  min-height: 10vh;
  min-width: 20vh;
}
.gallery .slide img {
  background-size: cover;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.gallery .slide::after,
.gallery .slide:after {
  content: '';
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.gallery .slide::after:active,
.gallery .slide:after:active {
  background: red;
}
.gallery .slide::before,
.gallery .slide:before {
  content: "\00a9 Anish Kapoor";
  bottom: 0;
  right: 0;
  padding-right: 3rem;
  padding-bottom: 2rem;
  font-size: 0.8rem;
  position: absolute;
  text-align: right;
  color: rgba(255, 255, 255, 0.2);
  pointer-events: all;
  z-index: 4;
}
.gallery .slide a {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.pictTopToBottom::before,
.pictTopToBottom:before,
.pictTopToBottom::after,
.pictTopToBottom:after {
  clear: both;
  content: '';
  display: block;
}
.pictTopToBottom .slide {
  float: left;
  clear: left;
  padding-bottom: 1.5rem;
}
.pictTopToBottom .slide:last-child {
  padding-bottom: 0;
}
.pictLeftToRight {
  white-space: nowrap;
  width: auto;
  overflow: visible;
}
.pictLeftToRight .slide {
  display: inline-block;
  padding-right: 1.5rem;
}
.gallery + .gallery .pictDiashow {
  margin-top: 3em;
}
.pictDiashow::after {
  content: "\A";
  white-space: pre;
}
.pictDiashow.slideShow {
  position: relative;
  height: auto;
  max-height: 66vh;
  max-width: 100%;
  -webkit-transition: height 250ms ease-out;
  transition: height 250ms ease-out;
}
.pictDiashow.slideShow .slide {
  top: 10px;
  left: 0;
  z-index: 1;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  cursor: pointer;
}
.pictDiashow.slideShow .slide.active {
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.pictDiashow .slideMenu {
  width: 100%;
  position: absolute;
  top: -1.6em;
  left: 0;
}
.pictDiashow .slideMenu a {
  color: #a9a9a9;
  cursor: text;
  pointer-events: none;
  font-weight: normal;
  display: inline-block;
  margin-right: 0.35em;
  min-width: 0.6rem;
  font-size: 14px;
  line-height: 130%;
}
.pictDiashow .slideMenu a::before {
  padding-bottom: 100%;
  display: block;
}
.slideMenu a.highlighted {
  font-weight: bold;
}
.works .slideMenu a.highlighted {
  color: #FF0000;
}
.about .slideMenu a.highlighted {
  color: #212121;
}
.thought-experiment .slideMenu a.highlighted {
  color: #00CC00;
}
.links .slideMenu a.highlighted {
  color: #0000FF;
}
.slick-list {
  height: 100%;
}
.slick-track {
  height: 100%;
}
.small_text {
  max-width: 40rem;
}
.small_text p {
  font-size: 81%;
  line-height: 1.5em;
}
.works .small_text {
  color: #FF0000;
}
.about .small_text {
  color: #212121;
}
.links .small_text {
  color: #0000FF;
}
.thought-experiment .small_text {
  color: #00CC00;
}
.info.about,
.text_block {
  max-width: 40rem;
}
.block iframe {
  max-width: 95vw;
}
@media screen and (max-width: 410px) {
  .block iframe {
    width: 100%;
    height: auto;
  }
}
a.social_media {
  font-family: 'Socialico';
  font-size: 4.2rem;
  color: #a9a9a9;
  display: inline-block;
  font-weight: initial;
}
a.social_media:hover {
  color: #0000FF;
}

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