/*
	Theme Name: Iara Kremer
	Theme URI: http://www.iarakremer.com/
	Description: Iara Kremer template
	Version: 2.8
	Author: LLOS&
	Author URI: http://llos.co
	Text Domain: llos
	Domain Path: /lang
  GitLab Theme URI: https://gitlab.com/llos/clients/iara-kremer
  Primary Branch: main
*/

/*	Typography
	---------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Vollkorn:ital@0;1&display=swap');

@font-face {
  font-family: 'SoftieSoftie';
  src: url('fonts/SoftieSoftie-regular.otf') format('opentype'),
    url('fonts/SoftieSoftie-regular.woff2') format('woff2');
}

/*	Misc
	---- */

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'SoftieSoftie', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
}

body.thumb-open {
  overflow: scroll !important;
}
a {
  color: #000; /* transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; */
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
input[type='text'],
input[type='email'],
input[type='number'],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input,
textarea {
  -webkit-font-smoothing: antialiased;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  outline: none;
}
textarea {
  resize: none;
}
input:focus {
  outline: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus {
  outline: none;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  color: black;
}
:-moz-placeholder {
  color: black;
  opacity: 1;
}
::-moz-placeholder {
  color: black;
  opacity: 1;
}
:-ms-input-placeholder {
  color: black;
}

::-moz-selection {
  color: black;
  background: #99ccff;
}
::selection {
  color: black;
  background: #99ccff;
}

:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.3;
}

.container-fluid {
  max-width: 1280px;
  margin: 0 auto;
}
.img-responsive {
  width: 100%;
}

.fullscreen {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}
.cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slick-slide,
.slick-slide img {
  outline: none;
}

.fluid-embed {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  z-index: 2;
}
.fluid-embed video,
.fluid-embed iframe,
.fluid-embed object,
.fluid-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.transition,
.no-touch .home-load .sidebar,
.categories .work img {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.v-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.bg-fixed {
  background-attachment: fixed;
  backface-visibility: inherit !important;
}
.bg-parallaxed {
  background-position: 50% 0;
}

body.search,
body.search .sidebar.commissioned,
body.home,
body.home .sidebar.commissioned,
.sidebar.commissioned {
  background-color: #dfdad1;
}
/*  .sidebar.commissioned.active{background:transparent;} */

#background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: white;
  z-index: 1;
}

#content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0px 86px;
  margin: 0px 86px 0px 86px;
}

/*	Header
	------ */
body {
  position: relative;
  min-height: 100vh;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 19px;
  font-size: 22px;
  line-height: 24px;
  z-index: 10;

  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

header a.playground {
  width: auto;
}

/* .about,
header .playground,
.side-search,
.single-close {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 9;
}
header .playground,
.side-search {
  top: 16px;
} */
.about span {
  opacity: 1;
  position: relative;
  left: -1px;
}
/* header .search input,
.side-search input {
  opacity: 0;
  padding: 0;
}
header .search:hover input,
header .search input:focus,
.side-search:hover,
.side-search input:focus {
  opacity: 1;
}
header .search:hover span,
header .search input:focus + span {
  opacity: 0;
  position: absolute;
} */

#menu-top-right {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about:hover span {
  opacity: 1;
}
/* header .playground,
.single-close,
.side-search {
  right: 30px;
  left: initial;
} */
.single-close {
  top: 24px;
  cursor: pointer;
  position: fixed;
}
.logo {
  width: 100%;
  text-align: center;
  display: none;
}

body.home .logo,
body.page-template-page-about .logo,
body.page-template-page-playground .logo {
  display: block;
}

.sub-cat-menu {
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  width: auto;
  display: flex;
}
.sub-cat-menu li {
  display: inline-block;
  margin: 0px 25px;
}
.sub-cat-menu li:hover {
  border-bottom: 2px solid black;
}
.sub-cat-menu li.current-menu-item {
  border-bottom: 2px solid black;
}

.sub-cat-menu ul {
  padding-left: 0;
  /* padding-right: 86px; */
}

body.home .sub-cat-menu,
body.page-template-page-about .sub-cat-menu,
body.category-proyectos .sub-cat-menu:not(.proyectos),
body.archive.proyectos .sub-cat-menu:not(.proyectos),
body.proyectos .sub-cat-menu:not(.proyectos),
body.category-encargos .sub-cat-menu:not(.encargos),
body.archive.encargos .sub-cat-menu:not(.encargos),
body.encargos .sub-cat-menu:not(.encargos),
body.page-template-docencia .sub-cat-menu:not(.taller),
body.page-template-statement .sub-cat-menu:not(.taller),
body.post-type-archive-taller .sub-cat-menu:not(.taller),
body.post-type-archive-residencia .sub-cat-menu:not(.taller),
body.archive.taller .sub-cat-menu:not(.taller),
body.taller .sub-cat-menu:not(.taller),
body.taller .sub-cat-menu:not(.taller) {
  display: none;
}

.current-cat {
  text-decoration: underline;
}
header .search input,
.side-search input {
  background: transparent;
  border: 0px;
}
header .search input:focus,
.side-search input:focus {
  border-bottom: 2px solid black;
}
.no-search {
  padding: 20px 19px;
  font-size: 24px;
  line-height: 28px;
}

.sidebar .ajax_container .ajax_container-wrapp {
  opacity: 0;
}
.sidebar .ajax_container.loaded .ajax_container-wrapp {
  opacity: 1;
}

.sidebar {
  background: white;
  position: fixed;
  top: 0;
  background: white;
  width: 60px;
  display: none;
  height: auto;
  z-index: 9;
  font-size: 24px;
  line-height: 28px;
}
.archive.category .sidebar {
  height: 100%;
}
.sidebar > .v-middle {
  position: fixed;
  width: 48px;
  z-index: 17;
}

body.post-type-archive-taller:not(.single) .sidebar:not(.taller),
body.post-type-archive-residencia:not(.single) .sidebar:not(.taller),
body.page-template-docencia:not(.single) .sidebar:not(.taller),
body.page-template-statement:not(.single) .sidebar:not(.taller),
body.proyectos:not(.single) .sidebar:not(.proyectos),
body.encargos:not(.single) .sidebar:not(.encargos) {
  display: block;
}

body.post-type-archive-taller:not(.single) .sidebar.proyectos,
body.post-type-archive-residencia:not(.single) .sidebar.proyectos,
body.page-template-docencia:not(.single) .sidebar.proyectos,
body.page-template-statement:not(.single) .sidebar.proyectos,
body.encargos:not(.single) .sidebar.proyectos {
  top: 0;
}

body.proyectos:not(.single) .sidebar.encargos {
  right: 0;
}

body.proyectos:not(.single) .sidebar.taller {
  right: 60px;
}

body.encargos:not(.single) .sidebar.taller {
  left: 60px;
}

body.page-template-docencia:not(.single) .sidebar.encargos,
body.page-template-statement:not(.single) .sidebar.encargos,
body.post-type-archive-taller:not(.single) .sidebar.encargos,
body.post-type-archive-residencia:not(.single) .sidebar.encargos {
  right: 0;
}

/* .sidebar.venga > .v-middle {
  opacity: 0;
} */

.sidebar-wrapper {
  /* -webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform: rotate(-90deg);-ms-transform:rotate(-90deg);transform: rotate(-90deg); */
  white-space: nowrap;
  display: block;
  bottom: 0;
  width: auto;
  height: auto;
  text-align: center;
}
body:not(.home-load) .sidebar.commissioned .sidebar-wrapper {
  /* -webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform: rotate(90deg);-ms-transform:rotate(90deg);transform: rotate(90deg); */
  width: 97px; /*  margin-left:-7px */ /* margin-top: -25px;margin-left: 30px; */
}
/* 	.sidebar.personal .sidebar-wrapper span{	    margin-top: -5px;margin-right: 30px;} */
.sidebar-wrapper span {
  display: block;
  text-align: center;
}
.sidebar-wrapper span p {
  font-size: 22px;
  margin-bottom: 0;
  display: inline-block;
}
.home-load .sidebar-wrapper span p {
  padding: 4rem 8rem;
}

.search.search-results .sidebar {
  height: 100%;
}

.sidebar-wrapper span {
  display: block;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  width: 300px;
  left: -118px;
}
body:not(.home-load) .sidebar.personal .sidebar-wrapper span {
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sidebar.personal .sidebar-wrapper img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: 10px;
}
.sidebar.commissioned .sidebar-wrapper img {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 10px;
}
.sidebar {
  transition: background-color 0.25s,
    width 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: background-color 0.25s,
    width 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background-color 0.25s,
    width 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background-color 0.25s,
    width 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/*.sidebar-wrapper span { display:none; }
	.sidebar.ready .sidebar-wrapper span { display:block; }*/

body:not(.home-load) .sidebar .ajax_container {
  opacity: 0;
}
body:not(.home-load) .sidebar.ready .ajax_container {
  opacity: 1;
}

.ajax_container-wrapp,
.sidebar-wrapper span {
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.ajax_container.ajax_container_load {
  min-height: 100vh;
}

/* .home .sidebar {
  display: block;
} */
.home .sidebar .sidebar-wrapper img {
  display: none;
}

.close {
  cursor: pointer;
}

.sidebar.active {
  width: calc(100% - 170px);
  display: block;
}

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

body .categories .work .thumbnail {
  border: 2px solid transparent;
  transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
}

/* body .categories .work.active {
  border: 2px solid black;
} */
body .categories .work .v-middle {
  position: relative;
  top: 18px;
  padding: 0 18px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  text-align: left;
}
body .categories .work .work-title {
  font-size: 24px;
  line-height: 28px;
  font-family: 'SoftieSoftie', sans-serif;
}
@media (max-width: 768px) {
  body .categories .work .work-title {
    font-size: 18px;
  }
}

body .categories .work .subtitle {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
}

.work img {
  backface-visibility: hidden;
}
.work-for {
  font-style: italic;
}

/* 	.search.search-results .sidebar, */
.home .sidebar/* , .search.search-no-results .sidebar */ {
  display: block;
  z-index: 9;
}

/* IS_DOCENCIA */
body[is_docencia] .sidebar.taller {
  display: none;
}

body[is_docencia].home-load .sidebar,
body[is_docencia].home-load .sidebar.title-hovered,
body[is_docencia].home-load .sidebar.title-not-hovered {
  width: 50% !important;
}

/*	Homepage
	-------- */
body.home-load {
  opacity: 0;
}
.slider {
  position: relative;
}
.slick-slide {
  text-align: center;
  position: relative;
  height: 100vh;
}
.slide .v-middle {
  position: absolute;
  width: 100%; /* top:45% */
}
.slick-arrow {
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: 9;
}
.slick-prev {
  left: 0;
  cursor: url(img/prev.svg), auto;
}
.slick-next {
  right: 0;
  cursor: url(img/next.svg), auto;
}

.element {
  float: none;
  display: inline-block;
  margin: 0 auto;
}
.element img {
  max-height: 75vh;
  width: auto;
  margin: 0 auto;
}
.espacio-count {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 18px;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 570px;
  height: auto;
  padding: 4rem;
  z-index: 999;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
}

#popup.show {
  opacity: 1;
  pointer-events: auto;
}

#popup .close {
  position: absolute;
  right: 8px;
  top: 8px;
}

#popup .button {
  display: block;
  background-color: #000;
  color: #FFF;
  border-radius: 4px;
  padding: 8px 16px;
  transition: all 300ms ease;
}

#popup .button:hover {
  background-color: #333;
}

.categories {
  padding-top: 170px;
  float: none;
  text-align: center;
  min-height: 100vh;
  font-size: 0;
}
.sidebar.active .categories,
.wrapper.real .categories {
  padding: 170px 71px 0;
}
.archive .wrapper.real .categories {
  padding: 170px 71px 170px 142px;
}
.archive.category-personal .wrapper.real .categories {
  padding: 170px 157px 170px 71px;
}

.categories .work {
  display: inline-block;
  float: none;
  vertical-align: middle;
  position: relative;
  margin-bottom: calc(6.5% + 22px);
}
.categories .work img {
  aspect-ratio: 1;
  opacity: 1;
}
.categories .work img.show {
  opacity: 1;
}
.titles-tags {
  font-size: 11px;
  line-height: 11px;
  margin-top: 12px;
  position: absolute;
  width: 100%;
}
.titles-tags strong {
  font-weight: normal;
}

.categories .work.col-3 {
  max-width: 333px;
}
.categories .work.col-4 {
  max-width: 362px;
}
.categories .work.col-5 {
  max-width: 444px;
}
.categories .work.col-6 {
  max-width: 498px;
}
.categories .work.col-7 {
  max-width: 597px;
}
.categories .work.col-8 {
  max-width: 730px;
}

.categories .work.col-offset-1 {
  margin-left: 93px;
  margin-left: 46px;
  margin-right: 46px;
}
.categories .work.col-offset-2 {
  margin-left: 186px;
  margin-left: 93px;
  margin-right: 93px;
}
.categories .work.col-offset-3 {
  margin-left: 279px;
  margin-left: 139px;
  margin-right: 139px;
}

/* 	body.personal .info-wrapper{color:white;} */
.info-wrapper {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 14px;
  line-height: 16px;
  transition: opacity 400ms ease;
}

body .categories .work:hover .thumbnail {
  border: 2px solid #000;
}

body .categories .work:hover .info-wrapper {
  opacity: 1;
}
body .categories .work:hover .subtitle {
  opacity: 0;
}
body .categories .work:hover .thumbnail img,
body .categories .work:hover .thumbnail img.show {
  opacity: 0;
}

body .categories .work .thumbnail-hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 300ms ease;
}

@media (hover: hover) {
  body .categories .work:hover .thumbnail-hover {
    opacity: 1;
  }
}

.no-touch .home-load .sidebar .ajax_container .ajax_container-wrapp {
  opacity: 1;
}
.no-touch .home-load .sidebar > .v-middle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: initial;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
}
.no-touch .home-load .sidebar-wrapper span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.no-touch .home-load .sidebar-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.no-touch .home-load .slick-slide img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 50%;
  margin: 0 auto;
}

.no-touch .home-load .slick-slide img.full-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  margin: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-touch .home-load .sidebar.hovered {
  width: 40%;
}
.no-touch .home-load .sidebar.not-hovered {
  width: 30%;
}
/*
	.no-touch .home-load .sidebar.hovered .home-slider{opacity:1;}
	.no-touch .home-load .sidebar.not-hovered .home-slider{opacity:0;}
*/

.no-touch .home-load .sidebar.title-hovered .sidebar-wrapper span {
  opacity: 0;
}
.no-touch .home-load .sidebar.title-not-hovered .sidebar-wrapper span {
  opacity: 1;
}

.no-touch .home-load .home-slider {
  display: none;
}

/*	Single
	-------- */

body.single > section {
  margin-top: 120px;
}

@media (min-width: 880px) {
  body.single > section {
    margin-top: 0px;
  }
}

.single .logo {
  display: block;
}

.single .logo span {
  display: none;
}
.single-post .logo a span {
  font-style: italic;
}

.single .sub-cat-menu {
  display: none;
}

.fp-viewing-0.single .logo span {
  display: block;
}
.lg-row.custom {
  height: 110vh;
  top: 0;
  bottom: 0;
  text-align: center;
  margin-bottom: 0 !important;
}
.lg-row.custom.commissioned {
  background: rgb(223, 218, 209);
}
/* 	.lg-row.custom .text-wrapper{position: absolute;top: 50%;width: 100%;text-align: center;left: 0;} */

.lg-row.custom p {
  width: 83.33333333%;
  margin: 0 auto;
  float: none;
  font-size: 24px;
  line-height: 28px;
  max-width: 1110px;
}
.lg-row.custom .img-wrapper {
  max-height: 300px;
}
.lg-row.custom .img-wrapper img {
  max-height: 300px;
}
.lg-row.custom .text-wrapper .credits p {
  font-size: 16px;
}
.lg-row.active {
  display: table !important;
}
.lg-row.custom img {
  /*  max-width: 16.66666667%; */
  margin: 0 auto;
  margin-bottom: 54px;
  /*     width: 16.66666667%; */
  max-height: 100%;
  width: auto;
}
.lg-row.custom {
  padding: 0 86px;
}
.about.thumbnails {
  cursor: pointer;
}
.lg-grid {
  background: white;
}
.single-overview {
  padding: 0 86px;
  text-align: center;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 99999;
  top: 0;
  left: 0;
  background: white;
  height: 100vh;
  overflow-y: auto;
  display: none;
}
.single-overview .lg-type-text {
  display: none;
}
.archive a {
  display: block;
  width: 100%;
  height: 100%;
}

.archive a.fancybox {
  cursor: url(img/plus.png), auto;
}

.lg-row.custom .fp-tableCell {
  /* padding-top: 101px;vertical-align: top;display: block; */
}
.lg-placeholder > * {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
.archive img {
  max-height: 100%;
  width: auto;
}
/*
	 .archive.one{width:444px!important;}
	.archive.two{width:362px!important;}
	 .archive.three{width:333px!important;}
	 .archive.four{width:93px!important;}
*/
.single-overview .fullscreen {
  height: auto;
}

/*
	.single-overview .lg-col.one{width:33.33%!important;}
	.single-overview .lg-col.two{width:25%!important;}
	.single-overview .lg-col.three{width:16.66%!important;}
	.single-overview .lg-col.four{width:8.33%!important;}
*/
.single-overview .lg-col,
.archive:not(.category) {
  height: 300px;
  width: auto !important;
}
.single-overview .lg-placeholder {
  padding-bottom: initial !important;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.single-overview .lg-placeholder img {
  position: initial;
  width: initial;
  height: 100%;
  width: auto;
}

.single-overview .lg-col {
  transform: none !important;
}
.arrowDown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  cursor: url(img/down_arrow.svg), auto;
  height: 20%;
}
.arrowTop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7;
  cursor: url(img/up_arrow.svg), auto;
  height: 20%;
}

.single-overview .lg-column-wrap,
.single-overview .lg-row-inner,
.single-overview .lg-row {
  display: inline !important;
}

.prev-next-post-nav {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 30%;
  z-index: 9;
}
.post-nav > div {
  height: 100%;
}
.post-nav > div a {
  height: 100%;
  display: block;
}

.alignright {
  right: 0;
}
.alignleft a {
  cursor: url(img/prev.png), auto;
}
.alignright a {
  cursor: url(img/next.png), auto;
}
.num {
  position: fixed;
  bottom: 13px;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}
html.touch .post-nav > div,
html.touch .arrowTop,
html.touch .arrowDown {
  display: none;
}

/* Single Taller & Residencia */

@media screen and (min-width: 768px) {
  main.docencia {
    background: transparent !important;
  }
}

main.docencia .first {
  min-height: 100vh;
}

main.docencia .gallery.line {
  width: 100%;
  padding-top: 120px;
  overflow: hidden;
}

main.docencia .gallery.line ul {
  display: flex;
  align-items: center;
  gap: 38px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
}

main.docencia .gallery.line ul li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  main.docencia .gallery.line ul {
    flex-wrap: wrap;
    gap: 16px;
    transform: translateX(0);
  }

  main.docencia .gallery.line ul li {
    max-width: 30vw;
  }

  main.docencia .gallery.line ul li:nth-child(n + 4) {
    display: none;
  }

  main.docencia .gallery.line ul li img {
    width: 100%;
    height: auto;
  }
}

main.docencia .gallery.random {
  width: 100%;
  max-width: 1360px;
  height: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

main.docencia .gallery.random ul {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
}

main.docencia .gallery.random ul li {
  list-style: none;
  position: absolute;
}

main.docencia .intro {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 0;
}

main.docencia .intro h2 {
  font-size: 2.25rem;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 8px;
}

main.docencia .intro a {
  border-bottom: 1px solid #000;
}

main.docencia a.button {
  display: block;
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  font-size: 22px;
  text-transform: uppercase;
  border: 2px solid #000;
  padding: 1rem 6rem;
  transform: scale(0.95);
  transition: all 300ms ease;
}

main.docencia a.button:hover {
  transform: scale(1);
  color: #dfdad1;
  background-color: #060606;
}

main.docencia .intro img {
  margin: 0 auto;
}

main.docencia .marquee {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

main.docencia .marquee .marquee_wrapper {
  display: flex;
  overflow: hidden;
}

main.docencia .marquee span {
  font-size: 4.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  flex-shrink: 0;
}

main.docencia .marquee img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;

  width: 0;
  height: auto;
}

main.docencia .sections {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

main.docencia .sections .section {
  position: sticky;
  top: 64px;
  display: grid;
  grid-template-columns: 33% auto;
  min-height: calc(100vh - 64px);

  background-color: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;

  font-size: 1.5rem;
  line-height: 1.3;
}

main.docencia .sections .section .title {
  padding: 0 32px;
}

main.docencia .sections .section h3 {
  font-size: 2rem;
  padding: 16px 0;
}

main.docencia .sections .section.text a.button {
  display: none;
}

main.docencia .sections .section .text {
  padding-top: 48px;
  padding-right: 72px;
  overflow: auto;
}

main.docencia .sections .section .text a {
  border-bottom: 1px solid #000;
}

main.docencia .sections .section .text ul {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  main.docencia .intro {
    padding: 0 16px;
  }

  main.docencia .sections .section {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    min-height: 100vh !important;
    margin: 40px 0;
    position: relative;
    top: unset !important;
    background-color: transparent !important;
  }

  main.docencia .sections .section span,
  main.docencia .sections .section li {
    font-size: 16px !important;
  }

  main.docencia .sections .section.slider {
    padding: 72px 0;
  }

  main.docencia .sections .section .title {
    padding: 0 16px;
  }

  main.docencia .sections .section .text {
    padding: 0 16px;
  }

  main.docencia .sections .section.text a.button {
    display: block;
    margin: 16px 16px 16px 8px;
  }

  main.docencia .gallery.random ul {
    display: none;
  }
}

main.docencia .sections .section.frase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

main.docencia .sections .section.frase .text {
  padding: 0;
}

main.docencia .sections .section.frase .text p {
  font-size: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

main.docencia .sections .section.slider {
  display: flex;
  align-items: center;
}

main.docencia .sections .section.slider-compact {
  display: unset;
}

main.docencia .sections .section.slider-compact .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.docencia .sections .section.slider .title,
main.docencia .sections .section.picture .title,
main.docencia .sections .section.gallery .title {
  position: absolute;
  top: 0;
  left: 0;
}

main.docencia .sections .section.slider .slider,
main.docencia .sections .section.slider-compact .slider {
  width: 100%;
  height: calc(100vh - 64px);
  overflow: hidden;
}

main.docencia .sections .section.slider .slider ul {
  align-items: center;
}

main.docencia .sections .section.slider .slider ul li {
  height: 80%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

main.docencia .sections .section.slider .slider ul li.swiper-slide-active img {
  transform: scale(1);
}

main.docencia .sections .section.slider .slider ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 300ms ease;
  transform: scale(0.9);
}

main.docencia .sections .section.slider .slider .swiper-button-prev,
main.docencia .sections .section.slider .slider .swiper-button-next {
  width: 10%;
  height: 100%;
  top: 0;
  margin-top: 0;
}
main.docencia .sections .section.slider .slider .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='10' viewBox='0 0 28 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.84 10C6.44 9.14667 6.05333 8.4 5.68 7.76C5.28 7.12 4.89333 6.58667 4.52 6.16H27.84V4.48H4.52C4.89333 4.02667 5.28 3.48 5.68 2.84C6.05333 2.2 6.44 1.46667 6.84 0.639999H5.44C3.76 2.58667 2 4.02667 0.159999 4.96V5.68C2 6.58667 3.76 8.02667 5.44 10H6.84Z' fill='black'/%3E%3C/svg%3E%0A");
}

main.docencia .sections .section.slider .slider .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='10' viewBox='0 0 28 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.16 10C21.56 9.14667 21.9467 8.4 22.32 7.76C22.72 7.12 23.1067 6.58667 23.48 6.16H0.160001V4.48H23.48C23.1067 4.02667 22.72 3.48 22.32 2.84C21.9467 2.2 21.56 1.46667 21.16 0.639999H22.56C24.24 2.58667 26 4.02667 27.84 4.96V5.68C26 6.58667 24.24 8.02667 22.56 10H21.16Z' fill='black'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  main.docencia .sections .section.slider .slider ul li {
    height: 100%;
  }
}

main.docencia .sections .section.picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

main.docencia .sections .section.picture img {
  width: auto;
  height: 100%;
  max-height: 66vh;
  object-fit: contain;
  padding: 32px;
}

@media screen and (max-width: 768px) {
  main.docencia .sections .section.picture img {
    max-width: 90%;
    margin: 40px 0;
  }
}

main.docencia .sections .section.gallery {
  display: flex;
}

main.docencia .sections .section.gallery .gallery-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 32px;
  list-style: none;
}

main.docencia .sections .section.gallery .gallery-container .gallery-pic {
  max-width: 300px;
  max-height: 250px;
}

main.docencia .sections .section.gallery .gallery-container .gallery-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  main.docencia .sections .section.gallery .gallery-container {
    padding-top: 80px;
    flex-direction: column;
  }

  main.docencia .sections .section.gallery .gallery-container .gallery-pic {
    transform: translate(0) !important;
  }
}

main.docencia .sections .section .questions {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  overflow: auto;
}

main.docencia .sections .section .questions .question {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}

main.docencia .sections .section .questions .question h3 {
  position: relative;
  cursor: pointer;
  margin: 12px 0 0;
}

main.docencia .sections .section .questions .question h3:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

main.docencia .sections .section .questions .question p {
  max-height: 0;
  height: auto;
  overflow: hidden;
  margin: 0;
  transition: max-height 300ms ease;
}

main.docencia .sections .section .questions .question.open p {
  max-height: 500px;
}

main.docencia .sections .section .questions .question.open h3:after {
  content: '-';
}

main.docencia .sections .section.testimonials .testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 32px 0;
  list-style: none;
}

main.docencia .sections .section.testimonials .testimonials .author {
  font-weight: bold;
}

main.docencia .sections .section.testimonials .testimonials p {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  main.docencia .sections .section.testimonials .testimonials {
    grid-template-columns: 100%;
    padding: 0 16px;
  }
}

main.docencia .final_gallery {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

main.docencia .final_gallery .swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

main.docencia .final_gallery .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

main.docencia .final_gallery .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main.docencia #open-call {
  position: fixed;
  z-index: 99;
  bottom: 16px;
  right: 16px;
  transition: opacity 300ms ease;
  animation: turn 20s alternate infinite linear;
}

@keyframes turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

main.docencia #open-call:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  main.docencia .sections .section .questions {
    padding: 0 16px;
  }

  main.docencia #open-call svg {
    width: 62px;
    height: 62px;
  }
}

/* PLAYGROUND */

.page-template-page-playground .page-about img {
  cursor: grab;
}

.page-template-page-playground .page-about .desktop-sentence {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.25rem;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

.page-template-page-playground .page-about #playground-laygrid {
  display: none;
}

@media (min-width: 768px) {
  .page-template-page-playground .page-about .desktop-sentence {
    display: none;
  }

  .page-template-page-playground .page-about #playground-laygrid {
    display: block;
  }
}

/* FORM ----------------------- */

.page-template-page-form .page-form {
  padding-top: 40px;
}

.page-template-page-form .page-form .intro {
  max-width: 540px;
  margin: 0 auto;
}

.page-template-page-form .subcat-wrapper {
  display: none;
}

.page-template-page-form .page-form .forminator-custom-form {
  border-top: 1px solid #000 !important;
  max-width: 980px;
  margin: 0 auto;
}

.page-template-page-form .page-form .forminator-custom-form .forminator-error {
  display: none;
}

.page-template-page-form .page-form .forminator-custom-form .forminator-row {
  font-size: 1.5rem;
  margin: 0px !important;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-response-message
  ul {
  border-bottom: 1px solid #000;
  list-style: none;
  padding: 16px;
  margin: 0;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row
  .forminator-field {
  position: relative;
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 40px;
}

@media (max-width: 768px) {
  .page-template-page-form .page-form .forminator-custom-form .forminator-row {
    font-size: 1.25rem;
    border-bottom: none;
  }
  .page-template-page-form
    .page-form
    .forminator-custom-form
    .forminator-row
    > div {
    border-bottom: 1px solid #000;
    margin-bottom: 0 !important;
  }

  .page-template-page-form
    .page-form
    .forminator-custom-form
    .forminator-row
    .forminator-field {
    flex-direction: column;
    align-items: baseline;
  }
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row
  .forminator-field:before {
  content: '→';
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  transition: color 300ms ease;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row
  .forminator-field-textarea
  .forminator-field:before {
  top: 16px;
  transform: translateY(0);
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row
  .forminator-field
  label:not(.forminator-checkbox) {
  display: none;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row
  .forminator-field
  .forminator-error-message {
  display: block;
  color: red;
  width: -webkit-fill-available;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row
  .forminator-field
  input[type='text'] {
  width: 100%;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row
  .forminator-field
  input[type='checkbox'] {
  margin-right: 16px;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row
  .forminator-field
  .forminator-checkbox {
  display: flex;
  align-items: center;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-button-submit {
  border: 1px solid #000;
  background: transparent;
  transition: all 300ms ease;
  padding: 20px 32px 20px 40px;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-button-submit:hover {
  background-color: #000;
  color: #dfdad1;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-field:hover:before {
  color: #dfdad1;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row.forminator-row-last {
  border: none;
}

.page-template-page-form
  .page-form
  .forminator-custom-form
  .forminator-row.forminator-row-last
  .forminator-field {
  width: fit-content;
  margin: 0 auto;
  border: none;
  padding: 16px 0;
}

@media (min-width: 783px) {
  .page-template-page-form
    .page-form
    .forminator-custom-form
    .forminator-row
    .forminator-col {
    padding: 0 !important;
  }
}

.page-template-statement .page-statement {
  padding-top: 120px;
  max-width: 80%;
  margin: 0 auto;
}

.page-template-statement .page-statement .the_content p {
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
}

.page-template-statement .page-statement .posts .rows {
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 120px 0 0;
  margin: 0;
}

.page-template-statement .page-statement .posts .rows li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-template-statement .page-statement .posts .rows li h3 {
  font-size: 20px;
  padding: 8px 0;
}

.page-template-statement .page-statement .posts .rows .elements {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  min-height: unset;
}

@media (max-width: 782px) {
  .page-template-statement .page-statement .the_content p {
    font-size: 18px;
    line-height: 1.1;
  }

  .page-template-statement .page-statement .posts .rows .elements {
    flex-direction: column;
  }
}

/*	Page about
	-------- */
.page-template-page-about {
  background: rgba(0, 79, 92, 1);
  padding: 0px 0px 0px;
}
.page-template-page-about .about.inside {
  padding-left: 24px;
  left: 0;
}
.page-about .about-left {
  width: 28%;
  display: inline-block;
  float: left;
  font-size: 16px;
  line-height: 16px;
  padding-top: 100px;
  padding-left: 24px;
  padding-right: 24px;
}

.page-about .about-right {
  width: 72%;
  display: inline-block;
  float: left;
  padding-right: 5%;
  padding-bottom: 0px;
  overflow: auto;
  height: 100vh;
  padding-top: 100px;
}
.page-about .about-right p {
  margin-bottom: 30px;
  font-size: 2rem;
}

.about.thumbnails:hover,
.lg-row.custom .text-wrapper p a:hover,
.page-about .about-right a:hover {
  border-bottom: 2px solid black;
}
.page-about a:hover,
.lg-row.custom .text-wrapper .credits p a:hover {
  border-bottom: 1px solid black;
}

.fullscreen-half-parent .lg-column-wrap,
.fullscreen-half-parent .lg-row-inner,
.fullscreen-half-parent .lg-type-img {
  position: static;
}
.fullright .lg-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  padding-bottom: 0 !important;
}
.fullleft .lg-placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  padding-bottom: 0 !important;
}

.fancybox-outer {
  box-shadow: none;
}
.archives {
  padding-top: 22px;
}
.search .archive {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  position: relative;
}
.search .archive .titles-tags {
  width: calc(100% - 30px);
}
.mobile {
  display: none;
}
.search .archive {
  margin: 30px;
  padding: 0;
}
.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: none;
  background: white;
  opacity: 1;
}
#fancybox-overlay {
  background: white !important;
  opacity: 1 !important;
}
.fancybox-close {
  background-image: url(img/close.svg);
  background-repeat: no-repeat;
  position: fixed;
  top: 20px;
  right: 11px;
}
.fancybox-prev {
  background-image: none;
  background-repeat: no-repeat;
  cursor: url(img/prev.svg), auto;
  position: fixed;
}
.fancybox-next {
  background-image: none;
  background-repeat: no-repeat;
  cursor: url(img/next.svg), auto;
  position: fixed;
}
.fancybox-prev,
.fancybox-next {
  bottom: 0;
  height: 90%;
  top: unset;
  width: 40%;
}
/* 	.fancybox-wrap{height:80vh!important;position: relative;top: 50%!important;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}   */
.fancybox-wrap {
  position: fixed !important;
  height: 100% !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
}
.fancybox-opened .fancybox-outer,
.fancybox-inner {
  height: 100vh !important;
  margin: 0 auto;
  width: auto !important;
}
.fancybox-image {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* 	.fancybox-opened .fancybox-outer, .fancybox-inner{height:100%!important} */
.fancybox-image {
  width: auto;
  margin: 0 auto;
  max-width: 99999999px;
  max-height: 80vh;
  width: auto;
  margin: 0 auto;
  max-width: 80vw;
  max-height: 80vh;
  height: auto;
}

.fancybox-title-float-wrap .child {
  background: transparent;
  color: black;
  font-weight: normal;
  text-shadow: none;
  font-family: 'SoftieSoftie', sans-serif;
  font-size: 24px;
  line-height: 28px;
  white-space: normal;
}
.fancybox-title {
  top: 14px;
  bottom: inherit;
}
.fancybox-title-float-wrap {
  width: auto !important;
  left: 0;
  z-index: 20;
}
.fancybox-title-float-wrap .child {
  width: calc(100vw - 80px);
}

/*	Footer
	------ */

.side-abs {
  position: absolute;
  display: none;
}

.single-overview .lg-grid,
.search.search-results .archives {
  text-align: center;
}

footer .menu {
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
  border-top: 1px solid #22222235;
  margin: 16px 0;
  padding: 16px 0 0;
}

@media (min-width: 640px) {
  .single-overview .lg-grid {
    width: calc(100% + 6vmin);
    margin: calc(-3vmin);
  }
}

@media (min-width: 1440px) {
  .single-overview .lg-grid {
    width: calc(100% + 60px);
    margin: calc(-30px);
  }
}

@media (max-width: 639px) {
  .single-overview .lg-grid .lg-col,
  .search.search-results .archives .archive:not(.category) {
    display: block;
  }
  .single-overview .lg-grid .lg-col + .lg-col,
  .search.search-results
    .archives
    .archive:not(.category)
    + .archive:not(.category) {
    margin-top: 40px;
  }
}

@media (min-width: 640px) {
  .single-overview .lg-grid .lg-col,
  .search.search-results .archives .archive:not(.category) {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 3vmin !important;
    max-height: 360px;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .single-overview .lg-grid .lg-col,
  .search.search-results .archives .archive:not(.category) {
    height: 240px;
    height: calc(20vmin + 5vmax);
    width: auto;
  }
}

@media (min-width: 1440px) {
  .single-overview .lg-grid .lg-col,
  .search.search-results .archives .archive:not(.category) {
    height: 360px;
    width: auto;
    margin: 30px;
  }
}

.single-overview .lg-grid .lg-col img,
.search.search-results .archives .archive:not(.category) img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .single-overview .lg-grid .lg-col img,
  .search.search-results .archives .archive:not(.category) img {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 1740px) {
  /* 	.single-overview .lg-col, .archive:not(.category){height:250px;} */
}

@media (max-width: 1534px) {
  /* 	.single-overview .lg-col, .archive:not(.category){height:200px;} */
}

@media (max-width: 1024px) {
  .categories .work.col-3 {
    max-width: 249px;
  }
  .categories .work.col-4 {
    max-width: 198px;
  }
  .categories .work.col-5 {
    max-width: 286px;
  }
  .categories .work.col-6 {
    max-width: 373px;
  }
  .categories .work.col-7 {
    max-width: 497px;
  }
  .categories .work.col-8 {
    max-width: 530px;
  }

  .fancybox-prev,
  .fancybox-next {
    width: 0%;
  }

  /* 	.categories .work{max-width: 50%!important; margin-left:0!important;margin-right:0!important;padding-left:20px; padding-right:20px;} */

  .categories .work.col-offset-1 {
    margin-left: 69px;
    margin-left: 34px;
    margin-right: 34px;
  }
  .categories .work.col-offset-2 {
    margin-left: 279px;
    margin-left: 69px;
    margin-right: 69px;
  }
  .categories .work.col-offset-3 {
    margin-left: 418px;
    margin-left: 208px;
    margin-right: 103px;
  }

  body:not(.search):not(.single-post):not(.page-template-page-about)
    header
    .search,
  body.custom-search header .search {
    bottom: 16px;
    top: initial;
    position: fixed;
    left: 30px;
    right: initial;
  }
  body:not(.search):not(.single-post) header .search input,
  body.custom-search header .search input {
    text-align: left;
    opacity: 1;
  }
  body:not(.search):not(.single-post) header .search > span,
  body.custom-search header .search > span {
    float: left;
    display: none;
  }
  .lg-row.custom .img-wrapper {
    display: none;
  }
}
@media (min-width: 769px) {
  .home-load .sidebar {
    width: calc(1 / 3 * 100%);
    position: relative;
    display: inline-block;
    float: left;
  }

  .home-load .sidebar .ajax_container .ajax_container-wrapp {
    opacity: 1;
  }

  .home-load .sidebar > .v-middle {
    position: absolute;
    width: 100%;
    height: 100%;
    top: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
  }
  .home-load .sidebar-wrapper span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
    left: 0;
  }
  .home-load .sidebar-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .home-load .home-slider {
    display: none;
  }
}

/* @media(max-width:768px) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait),
  (max-width: 768px) {
  .categories {
    min-height: initial;
    padding-top: 0;
  }

  .home .sidebar.commissioned {
    top: initial;
    bottom: 0;
  }

  .home .logo {
    text-align: right;
    line-height: 1;
  }

  .home header .playground {
    display: none;
  }

  #popup {
    width: 90%;
  }
  /* 	.fp-viewing-0.single .logo span{display: initial;margin-left: 5px;} */
  .slick-arrow {
    height: auto;
  }
  #background {
    width: 100%;
  }
  .archive {
    padding: 0;
  }
  header,
  .sidebar,
  .sidebar-wrapper span p {
    font-size: 18px;
  }

  .home-load header,
  .single-post header,
  .page-template-page-about header,
  body.search header,
  body.search header .search,
  .single-post header .search,
  .home-load header .search,
  .home-load header .about,
  .page-template-page-about header .search {
    display: flex;
  }

  .page-template-page-about .about.inside,
  .page-template-page-about header .about,
  body.search .about,
  header .search {
    display: none;
  }

  .home-load .home-slider {
    display: none;
  }
  .page-template-page-about header .search {
    right: 15px;
    top: 15px;
  }
  .home-load .sidebar {
    width: 100%;
    position: relative;
    display: inline-block;
    float: left;
    height: calc(1 / 3 * 100%);
  }

  .home-load .sidebar .v-middle {
    position: initial;
    display: block;
    height: 100%;
    width: 100%;
    top: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
  }

  .home-load .sidebar .v-middle a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  /* 	.home-load .sidebar .v-middle a span{transform: none;top: 0;display: flex;justify-content: center;align-items: center;height: 100%;} */
  .home-load .sidebar .v-middle a span {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .home-load .sidebar-wrapper span p {
    padding: 0;
  }

  .sidebar.commissioned .sidebar-wrapper span,
  .sidebar.personal .sidebar-wrapper span,
  body:not(.home-load) .sidebar.personal .sidebar-wrapper span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: auto;
    height: auto;
    margin-left: 0;
    left: 0;
    width: 100%;
  }
  body:not(.home-load) .sidebar.commissioned .sidebar-wrapper {
    width: 100%;
  }

  .sidebar {
    position: fixed;
    width: 32px;
    height: 100%;
  }

  .sidebar.active {
    position: initial;
    height: 100%;
    width: 100%;
  }

  .sidebar-wrapper span {
    left: -133px;
  }

  body.proyectos:not(.single) .sidebar.taller {
    right: 32px;
  }

  body.encargos:not(.single) .sidebar.taller {
    left: 32px;
  }

  body.personal .sidebar.commissioned,
  body.search-results-personal .sidebar.commissioned:not(.active) {
    bottom: 0;
    top: initial;
    height: 55px;
  }
  body.commissioned .sidebar.personal,
  body.search-results-commissioned .sidebar.personal:not(.active) {
    top: 0;
    bottom: initial;
    height: 55px;
  }

  body.search-results-personal .subcat-wrapper {
    top: 0;
  }
  body.search-results-personal.commissioned .subcat-wrapper {
    top: 55px;
  }
  body.search.search-results-personal .no-search {
    display: none;
  }

  .sidebar > .v-middle {
    position: initial;
    width: 100%;
    height: 100%;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
  }

  .sidebar > .v-middle a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  sidebar.active .ajax_container-wrapp .categories {
    margin-top: 20px;
  }

  .sidebar.active .categories,
  .wrapper.real .categories,
  .archive.category-personal .wrapper.real .categories,
  .archive .wrapper.real .categories {
    padding: 85px 30px 10px;
  }

  .sidebar.personal.active .categories,
  .archive.category-personal .wrapper.real .categories {
    padding: 85px 30px 65px;
  }
  .sidebar.commissioned.active .categories,
  .archive.category-commissioned .wrapper.real .categories {
    padding: 145px 30px 10px;
  }

  .about,
  .single-close {
    left: 15px;
    top: 15px;
  }

  header .playground,
  .single-close {
    right: 15px;
    top: 15px;
  }
  .single-overview .single-close {
    left: initial;
  }

  body:not(.search):not(.single-post) header .search input {
    text-align: right;
  }
  body:not(.search):not(.single-post):not(.page-template-page-about)
    header
    .search {
    right: 30px;
    left: initial;
    text-align: right;
  }

  .single header {
    height: auto;
    padding: 10px 20px;
  }

  .work {
    padding-left: 0;
    padding-right: 0;
  }

  /* 	.categories .work.col-3{max-width: initial;} */

  /* 	.wrapper.real, .page-template-page-about .sidebar, .page-template-page-about .logo{display:none;} */
  .page-template-page-about {
    padding: 30px 30px 0px;
  }

  .page-about .about-right {
    overflow: inherit;
    height: auto;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 0;
  }
  .page-about .about-left {
    padding-top: 0;
    padding-left: 0px;
  }
  .page-template-page-about header {
    background: transparent;
    padding: 0;
  }
  .page-template-page-about .about.inside {
    padding-left: 0;
  }

  .page-about .about-right {
    font-size: 20px;
    line-height: 24px;
  }
  .page-template-page-about .logo {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .home .logo {
    display: none;
  }
  .mobile,
  .page-template-page-about .logo.mobile {
    display: block;
  }
  #content {
    margin: 0 30px;
  }
  body:not(.single) .fullscreen,
  .slick-slide {
    height: calc(100vh - 80px * 3);
  }
  .element img {
    max-height: 75%;
  }
  .slide .v-middle,
  .element {
    height: 100%;
  }
  section.fullscreen {
    padding-top: 20px;
  }
  /* 	header .search{width:50%;} */
  header .search input {
    width: 100%;
  }
  header .search span {
    display: none;
  }
  header .search input {
    opacity: 1;
  }
  /* 	header .search { display: none; } */

  .close {
    text-align: right;
  }

  .single .logo {
    text-align: center;
    top: 24%;
    position: relative;
  }
  .ajax_container.ajax_container_load {
    min-height: initial;
  }

  /*     .lg-row.custom .fp-tableCell{    padding-top: 0;vertical-align: initial; } */
  .lg-row.custom .img-wrapper {
    height: auto;
  }
  .lg-row.custom .text-wrapper {
    position: initial;
  }
  .lg-row.custom p {
    width: 100%;
  }
  .lg-row.custom .text-wrapper {
    margin-bottom: 5vw;
  }
  .lg-row.custom img {
    margin-bottom: 5vw;
  }

  /* 	body:not(.home) #content { display: none; } */

  /* 	.fp-section, .fp-slide, .fp-tableCell{ height: auto !important; } */
  .fullscreen-parent,
  .fullscreen-parent .fp-section,
  .fullscreen-parent .fp-slide {
    height: 100vh !important;
  }
  .fullscreen-parent .lg-row-inner {
    background: none !important;
  }
  .fullscreen-parent img {
    display: block !important;
  }
  /* 	.fullscreen-parent .lg-row-inner{    margin-bottom: 5vw;} */
  #main-laygrid .lg-col.fullscreen {
    height: auto !important;
  }
  /* 	header{position:initial;} */
  .home-load header {
    z-index: 10;
  }
  header {
    z-index: 9;
  }

  .subcat-wrapper {
    position: relative;
    top: 55px;
  }
  body.personal .subcat-wrapper {
    top: 0;
  }
  .sub-cat-menu.commissioned ul {
    padding-left: 0;
  }
  .sub-cat-menu.personal ul {
    padding-right: 0;
  }

  body.search-results:not(.search-results-commissioned):not(
      .search-results-personal
    )
    .sidebar {
    height: 55px;
  }
  /* 	.search-results.search-results-commissioned .sidebar, .search-results.search-results-personal .sidebar{height:100%;} */

  body.search.search-results-commissioned #content {
    margin: 0px 0px 0px 0px;
  }
  body.search.search-results-personal #content {
    margin: 0px 0px 0px 0px;
  }

  .fancybox-image {
    max-width: calc(100% - 120px);
    height: auto;
  }

  .single .logo {
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 16px;
  }

  .archives {
    padding-top: 50px;
  }

  .search-results.search-results-personal.commissioned #background,
  .search-results.search-results-personal.personal #background {
    display: none;
  }
  .sidebar:not(.active) {
    min-height: initial !important;
  }

  .categories .work {
    width: 50% !important;
    margin: 0px 0px 20px !important;
    max-width: initial !important;
    padding: 0 10px;
  }
  .sidebar.personal.active .categories,
  .archive.category-personal .wrapper.real .categories {
    padding: 85px 10px 65px;
  }

  .home-load .side-abs,
  .sidebar.active .side-abs,
  .side-abs.side-insta,
  .home-load .side-abs.side-insta {
    display: none;
  }
  .side-abs {
    position: absolute;
    display: block;
  }
  .side-search input {
    opacity: 1;
  }
  .side-about {
    display: none;
    left: 30px;
    top: 16px;
    z-index: 10;
  }

  .fp-section.fp-table,
  .fp-tableCell {
    height: auto !important;
  }
  .lg-row.custom {
    display: none;
  }
  #main-laygrid .lg-col {
    margin: 0 !important;
    width: 100% !important;
    transform: none !important;
    -webkit-transform: none !important;
  }
  #main-laygrid .lg-desktop-grid .lg-row {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  header .about.thumbnails {
    display: block;
  }

  #main-laygrid .lg-column-wrap {
    display: block !important;
  }
  #main-laygrid .lg-column-wrap .lg-col:nth-child(2) {
    margin-top: 5% !important;
  }
  .arrowTop {
    top: 40px;
  }
  .lg-grid {
    -webkit-overflow-scrolling: touch !important;
  }
}

@media (max-width: 767px) {
  .sub-cat-menu {
    padding-top: 60px;
    display: none !important;
  }
  .sidebar.personal.active .categories,
  .archive.category-personal .wrapper.real .categories {
    padding: 30px 10px 65px;
  }
  .sidebar.commissioned.active .categories,
  .archive.category-commissioned .wrapper.real .categories {
    padding: 85px 0px 10px;
  }

  .categories .work.col-3 {
    max-width: 166px;
  }
  .categories .work.col-4 {
    max-width: 182px;
  }
  .categories .work.col-5 {
    max-width: 222px;
  }
  .categories .work.col-6 {
    max-width: 249px;
  }

  /* 	.categories .work{max-width: 50%!important; margin-left:0!important;margin-right:0!important;padding-left:20px; padding-right:20px;} */

  .categories .work.col-offset-1 {
    margin-left: 46px;
    margin-left: 23px;
    margin-right: 23px;
  }
  .categories .work.col-offset-2 {
    margin-left: 186px;
    margin-left: 46px;
    margin-right: 46px;
  }
  .categories .work.col-offset-3 {
    margin-left: 279px;
    margin-left: 139px;
    margin-right: 69px;
  }

  .search .archive {
    width: 100% !important;
  }
  .search .archive {
    margin: 0;
  }
  .search .archive img,
  .search.search-results .archives .archive:not(.category) img {
    width: 100%;
    height: auto;
    max-height: initial;
  }
  .archive:not(.category) {
    height: auto;
  }
  .single-overview .lg-grid .lg-col + .lg-col,
  .search.search-results
    .archives
    .archive:not(.category)
    + .archive:not(.category) {
    margin-top: 30px;
  }
  .archives {
    padding-top: 0px;
  }

  .lg-row.custom .img-wrapper {
    display: none;
  }

  .lg-desktop-grid.lg-grid {
    padding-top: 0 !important;
  }

  .categories .work {
    margin-bottom: 10px;
    margin-bottom: 20px;
    padding: 0;
  }

  .side-search {
    display: none;
  }

  .side-abs.side-insta {
    display: none;
    right: 13px;
    top: 16px;
    z-index: 9999;
  }
  .side-insta a {
    width: 40px;
    text-align: center;
  }
  header .about.thumbnails {
    display: none;
  }
  #main-laygrid .lg-column-wrap .lg-col:nth-child(2) {
    margin-top: 4vw !important;
  }
  .lg-100vh,
  .lg-100vh .lg-row-inner,
  .lg-100vh .lg-column-wrap {
    min-height: auto !important;
  }
  #main-laygrid .lg-desktop-grid .lg-row {
    padding-bottom: 4vw;
  }
}

@media (max-width: 680px) {
  .categories .work {
    width: 88% !important;
    margin: 0px 0px 20px !important;
    max-width: initial !important;
  }
  .page-about .about-right {
    /* display: none; */
    padding-left: 0;
  }
  .page-about .about-left,
  .page-about .about-right {
    width: 100%;
  }
}
/*	Print
	----- */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.4cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
