/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
body.light .view-images {
  background-color: #e9ecef; }

.view-images article {
  display: flex;
  flex-direction: column;
  height: 100%; }

.view-images .slick-slide > div {
  height: 100%; }

.view-images .slick-dots:before {
  content: '';
  width: 240px;
  height: 40px;
  position: absolute;
  top: -19px; }

.view-images .slick-dots li button {
  color: #fff !important; }

.view-images .slick-dots .last--item-number {
  color: #fff !important; }

body.light .view-images .slick-dots {
  background-color: #e9ecef; }
  body.light .view-images .slick-dots:before {
    background: #e9ecef; }
  body.light .view-images .slick-dots li button {
    color: #000 !important; }
  body.light .view-images .slick-dots .last--item-number {
    color: #000 !important; }

.view-images .views-row {
  height: 100%; }

.view-images .field--name-field-file {
  display: flex;
  align-items: center;
  justify-content: center; }

.view-images .field--name-field-photographer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  padding: 0.6125rem 1rem;
  font-size: 0.875rem; }
  @media (max-width: 768px) {
    .view-images .field--name-field-photographer {
      padding-bottom: 3rem; } }
  .view-images .field--name-field-photographer .field__label {
    font-weight: 700;
    margin-right: 4px; }

.view-search .view-header {
  margin-top: 2.25rem;
  font-size: 1.25rem; }

.view-news .view-content,
.view-news .views-infinite-scroll-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.view-news .views-row {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding: 0 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .view-news .views-row {
      flex: 0 0 50%;
      max-width: 50%; } }
  .view-news .views-row .field--name-title a {
    color: #fff; }

.view-image-archive form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.view-image-archive article .contextual {
  display: none !important; }

.view-image-archive .form-check-input {
  right: 6px;
  width: 20px;
  height: 20px;
  z-index: 0; }

.view-image-archive #edit-header {
  display: none; }

.view-image-archive #download-counter-wrap {
  background-color: #000;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 9;
  font-size: 1.25rem; }

.view-image-archive .form-submit {
  display: none; }

.view-image-archive .views-row {
  font-size: 0.875rem; }
  .view-image-archive .views-row:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    right: 21px;
    top: 5px;
    border: solid 1px #767676;
    border-radius: 2px; }
  .view-image-archive .views-row.is-selected:after {
    background-color: #0275ff;
    border-color: #0275ff;
    background-image: url("/themes/custom/halogaland_teater/assets/icons/icon-check.svg");
    width: 20px;
    height: 20px;
    background-position: center; }

.view-image-archive .field--name-field-production {
  margin-top: 0.625rem; }

.view-ht-productions:not(.slideshow-production-front-banner) .view-content {
  margin-right: -15px;
  margin-left: -15px;
  position: relative; }
  @media (min-width: 768px) {
    .view-ht-productions:not(.slideshow-production-front-banner) .view-content {
      display: flex;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; } }
  .view-ht-productions:not(.slideshow-production-front-banner) .view-content .slick-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: static;
    width: 100%; }
  .view-ht-productions:not(.slideshow-production-front-banner) .view-content .views-row {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .view-ht-productions:not(.slideshow-production-front-banner) .view-content .views-row {
        display: flex;
        justify-content: center; } }
    @media (min-width: 768px) {
      .view-ht-productions:not(.slideshow-production-front-banner) .view-content .views-row {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .view-ht-productions:not(.slideshow-production-front-banner) .view-content .views-row {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }

.view-ht-productions:not(.slideshow-production-front-banner) .slick-initialized .views-row {
  height: 100%; }

.view-ht-productions .title--card {
  margin-top: 1rem;
  margin-bottom: 2.625rem; }

.view-ht-productions.production-page .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.view-ht-productions .slick-slide > div {
  height: 100%; }

.view-ht-productions .slick-arrow {
  width: 5vw; }
  .view-ht-productions .slick-arrow:not(.slick-next) {
    height: 30px;
    width: 30px;
    background-image: url("/themes/custom/halogaland_teater/assets/icons/icon-arrow-right.svg");
    background-size: contain;
    transform: rotate(180deg);
    top: -11%;
    left: unset;
    right: 40px; }
    @media (min-width: 768px) {
      .view-ht-productions .slick-arrow:not(.slick-next) {
        right: 90px; } }
  .view-ht-productions .slick-arrow.slick-next {
    height: 30px;
    width: 30px;
    background-image: url("/themes/custom/halogaland_teater/assets/icons/icon-arrow-right.svg");
    background-size: contain;
    top: -11%;
    right: 0; }
    @media (min-width: 768px) {
      .view-ht-productions .slick-arrow.slick-next {
        right: 40px; } }

.view-ht-productions .slick-slider {
  overflow: visible; }

.view-ht-actor-productions .view-header {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem; }
  @media (max-width: 1200px) {
    .view-ht-actor-productions .view-header {
      font-size: calc(1.2625rem + 0.15vw) ; } }

@media (min-width: 768px) {
  .view-ht-employees .view-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; } }

.view-ht-employees .view-content .views-row {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .view-ht-employees .view-content .views-row {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .view-ht-employees .view-content .views-row {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }

.view-ht-people .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.view-ht-people .views-row {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .view-ht-people .views-row {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .view-ht-people .views-row {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .view-ht-people .views-row .field--name-title a {
    color: #fff; }

.view-ht-locations .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.view-ht-locations .views-row {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .view-ht-locations .views-row {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1200px) {
    .view-ht-locations .views-row {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  .view-ht-locations .views-row .field--name-title a {
    color: #fff; }

.productions-page-archive .playing-now {
  display: none; }

.read-more--archive,
.more-link a {
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: inline-flex;
  padding: 0.5rem 0;
  font-size: 1.375rem;
  font-weight: 700;
  color: white;
  border-bottom: 1px solid white;
  transition: all 0.3s ease; }
  .read-more--archive:hover,
  .more-link a:hover {
    color: #EC934A;
    border-bottom-color: #EC934A; }
