/*
Theme Name: Portfolio Theme
Theme URI: http://aleksandrakolanko.cc/
Description: Custom Theme build for Portfolios
Author: Aleksandra Kolanko
Version: 1.0
Tags: Portfolio
*/
@font-face {
  font-family: "SackersGothicStd-Medium";
  src: url("webfonts/2ACA05_0_0.eot");
  src: url("webfonts/2ACA05_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2ACA05_0_0.woff") format("woff"), url("webfonts/2ACA05_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*---------------- BODY --------------------*/
body {
  font-family: "SackersGothicStd-Medium", "helvetica", Arial, sans-serif;
  text-transform: lowercase;
  line-height: 22px;
  font-size: 15px;
  margin: 0;
  padding: 0;
  position: relative;
}

* {
  box-sizing: border-box;
}

.clearFloat {
  clear: both;
}

@media all and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
/*--------------COLORS--------------*/
/*--------------HEADINGS--------------*/
h1 {
  font-family: "SackersGothicStd-Medium", "helvetica", Arial, sans-serif;
  font-size: 40px;
  text-align: center;
  height: 40px;
  width: 960px;
  margin: 0 auto 40px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  h1#title {
    width: 768px;
    font-size: 35px;
    text-align: left;
    margin: 0 30px 20px 5%;
  }
}
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  h1#title {
    width: 768px;
    font-size: 35px;
    text-align: left;
    margin: 0 30px 20px 5%;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  h1#title {
    width: 300px;
    height: 64px;
    font-size: 24px;
    text-align: left;
    margin: 0 30px 20px 5%;
  }
}
/* Note: Design for a width of 375px */
/* Note: Design for a width of 414px */
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1#title {
    width: 460px;
    height: 32px;
  }
}
/* Note: Design for a width of 568px */
@media only screen and (min-width: 568px) and (max-width: 767px) {
  h1#title {
    margin: 0 30px 20px;
  }
}
/* Note: Design for a width of 667px */
@media only screen and (min-width: 667px) and (max-width: 767px) {
  h1#title {
    margin: 0 30px 20px;
  }
}
/* Note: Design for a width of 736px */
/*--------------HEADER--------------*/
header {
  height: 100px;
  margin: 40px 0;
}

h1#title a:link, h1#title a:visited, h1#title a:hover, h1#title a:active {
  color: #000;
  text-decoration: none;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header {
    height: 70px;
    margin: 40px 0 20px;
  }
}
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  header {
    height: 70px;
    margin: 40px 0 20px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  header {
    height: 70px;
    margin: 20px 0;
  }
}
/* Note: Design for a width of 375px */
/* Note: Design for a width of 414px */
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header {
    height: 38px;
  }
}
/* Note: Design for a width of 568px */
@media only screen and (min-width: 568px) and (max-width: 767px) {
  header {
    height: 38px;
  }
}
/* Note: Design for a width of 667px */
@media only screen and (min-width: 667px) and (max-width: 767px) {
  header {
    height: 38px;
  }
}
/* Note: Design for a width of 736px */
@media only screen and (min-width: 736px) and (max-width: 767px) {
  header {
    height: 38px;
  }
}
/*--------------LAYOUT--------------*/
.container {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.content {
  max-width: 960px;
  margin: 60px auto 0;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }

  .content {
    width: 768px;
    margin: 20px auto 0;
  }
}
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .content {
    margin: 20px auto 0;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0;
  }

  .content {
    width: 300px;
    margin: 20px auto 0;
  }
}
/* Note: Design for a width of 375px */
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .content {
    width: 360px;
  }
}
/* Note: Design for a width of 414px */
@media only screen and (min-width: 414px) and (max-width: 767px) {
  .content {
    width: 380px;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content {
    width: 460px;
    margin-top: 0;
  }
}
/* Note: Design for a width of 568px */
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .content {
    width: 548px;
    margin-top: 0;
  }
}
/* Note: Design for a width of 667px */
@media only screen and (min-width: 667px) and (max-width: 767px) {
  .content {
    width: 600px;
    margin-top: 0;
  }
}
/* Note: Design for a width of 736px */
@media only screen and (min-width: 736px) and (max-width: 767px) {
  .content {
    margin-top: 0;
  }
}
/*--------------LINKS--------------*/
a:link, a:visited {
  color: #cccccc;
  text-decoration: none;
}

a:hover, a:active {
  color: #000000;
}

nav a:link, nav a:visited {
  color: #000000;
}

nav a:hover, nav a:active {
  color: #cccccc;
}

a.alt-link:link, a.alt-link:visited {
  color: #000000;
}

a.alt-link:hover, a.alt-link:active {
  color: #cccccc;
}

/*--------------NAV--------------*/
nav {
  line-height: 24px;
  width: 960px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
}

nav ul {
  text-transform: lowercase;
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
  padding: 0 20px;
}

nav li a, nav li a:hover {
  text-decoration: none;
}

nav li a, nav li a:visited {
  color: #000;
}

nav li a:hover {
  color: #ccc;
  text-decoration: none;
}

nav ul#menu-nav-menu {
  text-align: center;
  text-transform: lowercase;
  list-style: none;
  display: inline-table;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

nav ul#menu-nav-menu li {
  float: left;
  padding-left: 18px;
  padding-right: 18px;
}

nav ul#menu-nav-menu li ul.sub-menu li {
  float: none;
  background-color: #fff;
  font-size: 0.9em;
  padding: 2px 16px;
  display: block;
}

nav ul#menu-nav-menu li ul.sub-menu {
  display: block;
  background-color: #fff;
}

nav ul#menu-nav-menu li ul.sub-menu {
  list-style: none;
  display: none;
  text-align: left;
  position: absolute;
  background-color: #fff;
  padding: 0px;
  z-index: 1000;
}

nav ul#menu-nav-menu li:hover ul.sub-menu {
  display: block;
  background-color: #fff;
}

#phone-menu-icon {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 5%;
  height: 30px;
  width: 30px;
}

#phone-menu-icon:hover {
  cursor: pointer;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 11px solid #000;
  position: absolute;
  right: 7%;
  top: 18px;
  z-index: 80000;
  display: none;
}

.active {
  border-bottom: 11px solid #000;
  border-top: none;
}

.menu-line {
  background-color: #000;
  height: 2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
}

#arrow-tail {
  width: 28px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 12px;
  left: 2px;
}

.arrow-head-left {
  width: 10px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 18px;
  left: 1px;
}

.arrow-head-right {
  width: 10px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 22px;
  left: 5px;
}

.arrow-head-left-active {
  top: 5px;
  left: 22px;
}

.arrow-head-right-active {
  top: 1px;
  left: 18px;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 1024px) {
  /*--------nav------------*/
  nav {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    position: fixed;
    display: none;
    font-size: 16px;
  }

  nav ul#menu-nav-menu {
    width: 105%;
    text-align: left;
    display: block;
    left: -5%;
  }

  nav ul#menu-nav-menu li {
    float: none;
    display: block;
    border-top: 1px solid #000000;
    line-height: 20px;
    padding: 12px 0px 12px 5%;
  }

  nav ul#menu-nav-menu li:last-of-type {
    border-bottom: 1px solid #000000;
  }

  nav ul#menu-nav-menu li a {
    padding-left: 5%;
  }

  nav ul#menu-nav-menu li ul.sub-menu {
    display: block;
    position: relative;
    width: 100%;
  }

  nav ul#menu-nav-menu li ul.sub-menu li {
    padding: 12px 0px 12px 5%;
    float: none;
    display: block;
    position: relative;
  }

  nav ul#menu-nav-menu li ul.sub-menu li:first-of-type {
    margin-top: 12px;
  }

  nav ul#menu-nav-menu li ul.sub-menu li:last-of-type {
    padding-bottom: 0px;
    border-bottom: none;
  }

  #phone-menu-icon {
    display: block;
  }
}
/* Note: Design for a width of 375px */
/* Note: Design for a width of 414px */
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
/* Note: Design for a width of 568px */
/* Note: Design for a width of 667px */
/* Note: Design for a width of 736px */
/*--------------FOOTER--------------*/
footer {
  margin: 40px auto;
  padding: 10px 0 0;
  width: 960px;
}

.left {
  padding-left: 40px;
  float: left;
  width: 60%;
}

.left p {
  text-align: left;
}

.left a:link, .left a:visited {
  color: #000;
  text-decoration: none;
}

.left a:hover, .left a:active {
  color: #ccc;
  text-decoration: none;
}

.right {
  padding-right: 40px;
  float: right;
  width: 40%;
  text-align: right;
}

.menu-footer-container {
  text-align: right;
  display: inline-block;
}

.right ul {
  display: inline-block;
}

.right li {
  display: inline;
  text-align: right;
}

.right a:link, .right a:visited {
  color: #000;
  text-decoration: none;
}

.right a:hover, .right a:active {
  color: #ccc;
  text-decoration: none;
}

.instagram-icon-container {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: middle;
}

.instagram-icon {
  width: 100%;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer {
    width: 768px;
  }

  .left {
    width: 344px;
  }
}
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  footer {
    width: 300px;
  }

  .left {
    width: 300px;
    padding-left: 0;
  }

  p.copyright {
    text-align: center;
  }

  .right {
    text-align: center;
    width: 300px;
    padding-right: 0;
    display: none;
  }

  .right ul {
    width: 300px;
  }

  .instagram-icon-container {
    display: none;
  }
}
/* Note: Design for a width of 375px */
/* Note: Design for a width of 414px */
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer {
    width: 460px;
  }

  .left {
    width: 460px;
  }
}
/* Note: Design for a width of 568px */
/* Note: Design for a width of 667px */
/* Note: Design for a width of 736px */
/*--------------SUB MENU--------------*/
.slides {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: auto;
  height: 100%;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.slide:first-of-type {
  display: inherit;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .slides {
    height: 500px;
  }
}
/* Note: Design for a width of 375px */
/* Note: Design for a width of 414px */
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
/* Note: Design for a width of 568px */
/* Note: Design for a width of 667px */
/* Note: Design for a width of 736px */
h1.page-title {
  font-size: 1.8em;
  display: inline-block;
  margin: 0 0 1em;
  display: none;
  float: left;
}

input {
  font-family: inherit;
  text-transform: lowercase;
  border-radius: 0px;
}

textarea {
  font-family: inherit;
}

.about {
  width: 100%;
  margin: 60px auto;
}

.about p {
  color: #000;
  line-height: 22px;
  margin: 0;
}

.phone-break {
  display: none;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .about {
    width: 700px;
  }
}
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .about {
    width: 900px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .about {
    width: 300px;
    margin: 0px auto;
    padding: 0;
  }

  .phone-break {
    display: inline;
  }
}
/* Note: Design for a width of 375px */
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .about {
    width: 340px;
  }
}
/* Note: Design for a width of 414px */
@media only screen and (min-width: 414px) and (max-width: 767px) {
  .about {
    width: 380px;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .phone-break {
    display: none;
  }

  .about {
    width: 440px;
  }
}
/* Note: Design for a width of 568px */
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .about {
    width: 480px;
    margin: 0 auto;
  }
}
/* Note: Design for a width of 667px */
@media only screen and (min-width: 667px) and (max-width: 767px) {
  .about {
    width: 540px;
  }
}
/* Note: Design for a width of 736px */
div.sbi_header_text h3 {
  font-family: inherit;
  text-transform: lowercase;
}

div.sbi_header_text p.sbi_bio {
  font-family: inherit;
  text-transform: lowercase;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  font-family: inherit;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  text-transform: lowercase;
}

#sb_instagram #sbi_load {
  margin-top: 20px;
}

#sb_instagram .sb_instagram_header {
  display: none;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #sb_instagram {
    width: 300px !important;
    margin: 0 auto !important;
  }
}
/* Note: Design for a width of 375px */
/* Note: Design for a width of 414px */
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #sb_instagram {
    width: 300px !important;
    margin: 0 auto !important;
  }
}
/* Note: Design for a width of 568px */
/* Note: Design for a width of 667px */
/* Note: Design for a width of 736px */
h1.smaller-h1 {
  font-size: 1.2em;
  width: auto;
  text-align: left;
  margin-bottom: 0.5em;
  height: auto;
}

.error-404 {
  margin: 70px auto;
  max-width: 550px;
}

.screen-reader-text {
  display: none;
}

.search-p {
  margin-bottom: 20px;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .error-404 {
    margin: 90px auto 70px;
  }
}
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .error-404 {
    margin: 20px auto 70px;
    max-width: 300px;
  }

  h1.smaller-h1 {
    font-size: 1.1em;
    width: auto;
    text-align: left;
    margin-bottom: 0.5em;
    line-height: 1.3em;
  }

  input[type=text] {
    max-width: 300px;
  }
}
/* Note: Design for a width of 375px */
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .error-404 {
    margin: 40px auto 70px;
    max-width: 310px;
  }

  h1.smaller-h1 {
    font-size: 1.1em;
    width: auto;
    text-align: left;
    margin-bottom: 0.5em;
    line-height: 1.3em;
  }
}
/* Note: Design for a width of 414px */
@media only screen and (min-width: 414px) and (max-width: 767px) {
  .error-404 {
    margin: 40px auto 70px;
    max-width: 310px;
  }

  h1.smaller-h1 {
    font-size: 1.1em;
    width: auto;
    text-align: left;
    margin-bottom: 0.5em;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .error-404 {
    margin: 10px auto 30px;
    max-width: 400px;
  }

  h1.smaller-h1 {
    font-size: 1.07em;
    text-align: left;
    line-height: 1.3em;
    margin: 0.5em 0 1.3em;
  }
}
/* Note: Design for a width of 568px */
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .error-404 {
    margin: 10px auto 30px;
    max-width: 480px;
  }

  h1.smaller-h1 {
    font-size: 1.1em;
    text-align: left;
    line-height: 1.3em;
    margin: 0.5em 0;
  }
}
/* Note: Design for a width of 667px */
@media only screen and (min-width: 667px) and (max-width: 767px) {
  .error-404 {
    margin: 30px auto 50px;
    max-width: 550px;
  }

  h1.smaller-h1 {
    text-align: left;
    margin: 0.5em 0;
  }
}
/* Note: Design for a width of 736px */
@media only screen and (min-width: 736px) and (max-width: 767px) {
  .error-404 {
    margin: 30px auto 50px;
  }

  h1.smaller-h1 {
    text-align: left;
    margin: 0.5em 0;
  }
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #ccc !important;
}

span.wpcf7-not-valid-tip {
  color: #dba09b !important;
}

div.wpcf7-validation-errors {
  border: 2px solid #dba09b !important;
}

.wpcf7 {
  width: 354px !important;
  margin: 0px auto 40px !important;
  font-family: "SackersGothicStd-Medium", "helvetica", Arial, sans-serif;
  text-transform: lowercase;
  line-height: 24px;
  font-size: 14px;
}

.wpcf7 p {
  font-family: "SackersGothicStd-Medium";
  margin-bottom: 10px;
}

.wpcf7-submit, input[type=submit] {
  font-family: "SackersGothicStd-Medium";
  text-transform: lowercase;
  font-size: 14px;
  width: 60px;
  padding: 5px 10px;
  background-color: #fff;
  border: solid 1px #ccc;
}

input[type=submit] {
  width: auto;
}

.wpcf7-submit:hover, input[type=submit]:hover {
  cursor: pointer;
  background-color: #f9f4f4;
}

.wpcf7-textarea {
  font-family: "SackersGothicStd-Medium";
  text-transform: lowercase;
  font-size: 14px;
  color: #000;
  width: 350px;
  height: 150px;
}

.wpcf7-form input[type=text], input[type=text] {
  font-family: "SackersGothicStd-Medium";
  text-transform: lowercase;
  font-size: 14px;
  color: #000;
  width: 350px;
}

input[type=text] {
  width: 300px;
}

.wpcf7-form input[type=email] {
  font-family: "SackersGothicStd-Medium";
  text-transform: lowercase;
  font-size: 14px;
  color: #000;
  width: 350px;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .wpcf7 {
    width: 300px !important;
  }

  .wpcf7-form input[type=email], .wpcf7-form input[type=text], .wpcf7-form textarea {
    width: 300px;
  }
}
/* Note: Design for a width of 375px */
/* Note: Design for a width of 414px */
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
/* Note: Design for a width of 568px */
/* Note: Design for a width of 667px */
/* Note: Design for a width of 736px */
h1.search-page-title {
  font-size: 1.4em;
  line-height: 1.3em;
  width: auto;
  height: auto;
  text-align: left;
  margin: 0 0 1em;
}

.search-block {
  margin: 20px 0;
}

h2.entry-title {
  font-size: 1.2em;
}

.xoxo {
  display: none;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  h1.search-page-title {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 0 0 1em;
  }
}
/* Note: Design for a width of 375px */
/* Note: Design for a width of 414px */
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
/* Note: Design for a width of 568px */
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .search-page-container {
    width: 480px;
    margin: 0 auto;
  }

  h1.search-page-title {
    margin: 0 auto 40px;
    text-align: left;
    font-size: 1.2em;
  }
}
/* Note: Design for a width of 667px */
@media only screen and (min-width: 667px) and (max-width: 767px) {
  .search-page-container {
    width: 540px;
  }

  h1.search-page-title {
    font-size: 1.2em;
    margin: 0 auto 40px;
    text-align: left;
  }
}
/* Note: Design for a width of 736px */
.press-image-container {
  width: 800px;
  margin: 0 auto 40px;
}

.press-image-container:last-of-type {
  margin-bottom: 0;
}

.press-image-container img {
  width: 100%;
  height: auto;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .press-image-container {
    width: 700px;
  }
}
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  .press-image-container {
    width: 300px;
    margin: 0 auto 40px;
  }
}
/* Note: Design for a width of 375px */
@media only screen and (min-width: 375px) and (max-width: 767px) {
  .press-image-container {
    width: 340px;
  }
}
/* Note: Design for a width of 414px */
@media only screen and (min-width: 414px) and (max-width: 767px) {
  .press-image-container {
    width: 380px;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .press-image-container {
    width: 440px;
  }
}
/* Note: Design for a width of 568px */
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .press-image-container {
    width: 550px;
  }
}
/* Note: Design for a width of 667px */
@media only screen and (min-width: 667px) and (max-width: 767px) {
  .press-image-container {
    width: 600px;
  }
}
/* Note: Design for a width of 736px */
@media only screen and (min-width: 736px) and (max-width: 767px) {
  .press-image-container {
    width: 700px;
  }
}
.gallery {
  margin: 0 auto;
}
.gallery .thumb-container .thumb {
  width: 90px;
  height: 90px;
  float: left;
  overflow: hidden;
  width: 90px;
  height: 90px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.gallery .thumb-container .thumb img {
  width: 100%;
  height: auto;
}
.gallery .thumb-container .thumb:hover {
  cursor: pointer;
}

#installation-gallery, #advertisements-gallery, #clothing-2016-2017-gallery, #clothing-2013-2014-gallery, #clothing-2019-gallery, #clothing-2023-gallery, #clothing-2025-gallery {
  width: 540px;
}

#clothing-2015-gallery, #clothing-2012-gallery, #clothing-2021-gallery {
  width: 450px;
}

#sculpture-gallery {
  width:360px;
}

#performances-gallery {
  width: 600px;
}
#performances-gallery .thumb-container .thumb {
  width: 200px;
  height: 200px;
}

.image-container {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 90000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.image-container .background {
  width: 100%;
  height: 100%;
  z-index: 90000;
}
.image-container .background:hover {
  cursor: pointer;
}
.image-container .gallery-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 100000;
}
.image-container .image {
  height: 80%;
  width: auto;
}
.image-container .video {
  width: 1000px;
  height: 563px;
}
.image-container .caption {
  position: absolute;
  top: 90%;
  padding-top: 10px;
  color: #cccccc;
  z-index: 100000;
}
.image-container .prev, .image-container .next {
  position: absolute;
  z-index: 110000;
}
.image-container .prev:hover {
  cursor: w-resize;
}
.image-container .next:hover {
  cursor: e-resize;
}
/* Prevent the page behind the lightbox from scrolling while it is open */
body.lightbox-open, html.lightbox-open {
  overflow: hidden;
}

/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .image-container .video {
    height: 394.1px;
    width: 700px;
  }
}
/* #Tablet (Landscape)
================================================== */
/* Note: Design for a width of 1024px */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
  .image-container .video {
    height: 506.7px;
    width: 900px;
  }
}
/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
  #installation-gallery, #sculpture-gallery, #advertisements-gallery, #clothing-2016-2017-gallery, #clothing-2015-gallery, #clothing-2013-2014-gallery, #clothing-2012-gallery, #clothing-2019-gallery, #clothing-2021-gallery, #clothing-2023-gallery, #clothing-2025-gallery {
    width: 270px;
  }

  .image-container .image {
    height: auto;
    width: 95%;
  }
  .image-container .video {
    width: 300px;
    height: 168.9px;
  }

  #performances-gallery {
    width: 270px;
  }
  #performances-gallery .thumb-container .thumb {
    width: 90px;
    height: 90px;
  }
}
/* Note: Design for a width of 375px */
@media only screen and (min-width: 375px) and (max-width: 767px) {
  #installation-gallery, #sculpture-gallery, #advertisements-gallery, #clothing-2016-2017-gallery, #clothing-2015-gallery, #clothing-2013-2014-gallery, #clothing-2012-gallery, #clothing-2019-gallery, #clothing-2021-gallery, #clothing-2023-gallery, #clothing-2025-gallery {
    width: 360px;
  }

  #performances-gallery {
    width: 360px;
  }
  #performances-gallery .thumb-container .thumb {
    width: 120px;
    height: 120px;
  }
}
/* Note: Design for a width of 414px */
@media only screen and (min-width: 414px) and (max-width: 767px) {
  .image-container .video {
    width: 400px;
    height: 225.2px;
  }
}
/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #installation-gallery, #advertisements-gallery, #clothing-2016-2017-gallery, #clothing-2015-gallery, #clothing-2013-2014-gallery, #clothing-2012-gallery, #clothing-2019-gallery, #clothing-2021-gallery, #clothing-2023-gallery, #clothing-2025-gallery {
    width: 450px;
  }

  #performances-gallery {
    width: 450px;
  }
  #performances-gallery .thumb-container .thumb {
    width: 150px;
    height: 150px;
  }
}
/* Note: Design for a width of 568px */
@media only screen and (min-width: 568px) and (max-width: 767px) {
  #installation-gallery, #advertisements-gallery, #clothing-2016-2017-gallery, #clothing-2013-2014-gallery, #clothing-2019-gallery, #clothing-2023-gallery, #clothing-2025-gallery {
    width: 540px;
  }

  .image-container .video {
    width: 500px;
    height: 281.5px;
  }

  #performances-gallery {
    width: 540px;
  }
  #performances-gallery .thumb-container .thumb {
    width: 180px;
    height: 180px;
  }
}
/* Note: Design for a width of 667px */
@media only screen and (min-width: 667px) and (max-width: 767px) {
  .image-container .video {
    width: 600px;
    height: 337.8px;
  }

  #performances-gallery {
    width: 600px;
  }
  #performances-gallery .thumb-container .thumb {
    width: 200px;
    height: 200px;
  }
}
/* Note: Design for a width of 736px */
@media only screen and (min-width: 736px) and (max-width: 767px) {
  .image-container .video {
    height: 394.1px;
    width: 700px;
  }
}

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