body, html {
  height: 100%;
  margin: 0;
  background-color: #252320;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8f8f8;
}

p, h1, h3, a, address, textarea, input {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-size: 16px;
}

address,
p {
  line-height: 23px;
}

button, .button, label {
  font-weight: bold;
  font-size: 12px;
}

button,
[type=submit] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px;
  border: 0;
  border-top: 1px solid #252320;
  background-color: #4A4A4A;
  color: #1ec9c1;
  cursor: pointer;
}

button:disabled,
[type=submit]:disabled {
  cursor: not-allowed;
}

button:disabled {
  color: #f8f8f8;
  font-weight: normal;
}

[type=submit]:disabled {
  color: #c6c6c6;
}

input[type=text],
input[type=submit],
input[type=date] {
  -webkit-appearance: none;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 12px;
  color: #252320;
}

textarea {
  min-height: 46px;
  margin-bottom: 7px;
}

label {
  display: block;
  padding-top: 14px;
  padding-bottom: 7px;
}

.map {
  width: 100%;
  height: 250px;
  margin-top: 14px;
  border: 0;
  frameborder: 0;
}

h1,
a.production {
  padding-top: 12px;
  font-weight: bold;
  font-size: 20px;
}

.contact h1{
  padding: 0;
}

.list h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

/* p styles */

.role {
  padding-top: 14px;
}

.response,
.error {
  display: block;
  min-height: 2px;
  text-align: center;
  font-size: 12px;
  margin-top: 14px;
}

.error {
  color: #e22934;
}

/* p styles */

.productions img,
.avatar {
  display: inline-block;
  vertical-align: middle;
}

.productions img {
  width: 75px;
  height: 53px;
  object-fit: cover;
}

.avatar,
.icon {
  width: 33px;
  height: 33px;
  border-radius: 40px;
  overflow: hidden;
  background: #f8f8f8;
}

.icon {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.contact .avatar {
  width: 63px;
  height: 63px;
}

.avatar img,
.icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rangeSelect {
  padding: 14px;
  border-bottom: 1px solid #4A4A4A;
}

.rangeSelect div {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}

.rangeSelect label {
  padding:0;
  background-color: #f8f8f8;
}

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #1ec9c1;
}

ul, li {
  padding: 0;
  margin: 0;
}

li {
  display: inline-block;
  margin-right: 14px;
  cursor: pointer;
}

.images {
  overflow-y: hidden;
  white-space: nowrap;
}

.images img {
  height: 74px;
}

.sort {
  padding: 10px;
}

.sort .tabs {
  display: inline-block;
  width: 200px;
}

.tabs a {
  display: inline-block;
  width: 50%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #1ec9c1;
}

.tabs a.active {
  background-color: #1ec9c1;
  color: #252320;
  border-radius: 14px;
}

.sort a {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.sort .tabs a{
  padding: 6px 0;
  border-radius: 10px;
  float: left;
}

.sort svg {
  display: inline-block;
  height: 28px;
  fill: #1ec9c1;
}

.link-list a {
  padding-bottom: 14px;
}

.link-list a:last-child {
  padding-bottom: 0;
  border: 0;
}

.filters a,
.list a {
  color: #f8f8f8;
  font-weight: bold;
}

.list-header label {
  padding-bottom: 0;
}

.dates {
  background-color: #f8f8f8;
}

.dates label {
  padding: 0 0 7px;
  margin: 0;
  color: #252320;
}

.rangeSelect {
  padding: 14px;
}

.rangeSelect input[type=date] {
  -webkit-appearance: textarea;
  min-height: 40px;
  padding: 0;
  color: #252320;
}

.filters a {
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}

.list a,
.list.productions a {
  vertical-align: middle;
  padding: 7px 14px;
}

.list.productions a {
  padding: 7px 14px;
}

.list a:first-child {
  margin-top: 7px;
}

.list.productions a:first-child {
  vertical-align: middle;
  margin-top: 0;
}

.list span,
.contact span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 14px;
}

.list-header,
.section {
  display: block;
  padding: 0px 14px 14px;
}

.list-header label {
  padding-bottom: 0;
}

.section {
  border-top: 1px solid #4A4A4A;
}

.section.primary {
  background-color: #4A4A4A;
  border-top: none;
}

.section:empty {
   display: none;
}

.contact {
  background-color: #4A4A4A;
  padding: 14px;
}

span.title {
  margin-top: 7px;
  padding: 0;
}

header svg {
  fill: #1ec9c1;
}

header a.back svg,
header a.close svg {
  fill: #f8f8f8;
}

.sign-out {
  text-align:center;
  margin: 0 auto;
  padding: 50px 0;
}

.productionImg {
  height: 275px;
  background-color: #fff;
  background-image: url("/image.svg");
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.productionImg img{
  width: 100%;
  min-height: 275px;
  object-fit: cover;
}

.searchForm svg {
  position: absolute;
  right: 10px;
  width: 28px;
  height: 44px;
  fill: #252320;
  cursor: pointer;
}

.modalOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modalContent {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: none;
  background: #252320;
  overflow: auto;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.modalBodyOpen {
  overflow: hidden;
  position: relative;
  height: 100%;
}

/* mobile styles */
@media only screen and (min-width: 600px) {
  .filters a {
    width: 33%;
  }
}

@media only screen and (min-width: 850px) {
  .filters a {
    width: 25%;
  }
}

/* noun project credits
production icon: Dilon Choudhury
location icon: alvianwijaya
studio icon: Nikita Kozin
contact icon: Rachel Harris
back icon: Setyo Ari Wibowo
close icon: Setyo Ari Wibowo
sort icon: Setyo Ari Wibowo
image icon: Dilon Choudhury
pdf icon: Nono Martínez Alonso */

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #1ec9c1;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

