/**
 * @file
 * Photo gallery view + Colorbox styling.
 *
 * Attached on gallery pages and on events pages (events use Colorbox titles
 * too) via the clubbing411_module/styles.gallery library.
 */

/* Colorbox iframe sizing on event nodes. */
.page-node-type-events #colorbox iframe body div {
  max-height: 394px !important;
}

/* Photo Gallery view exposed form + grid. */
.view-photo-gallery .views-exposed-form .form--inline {
  position: relative;
  text-align: center;
}

.view-photo-gallery .bef-exposed-form .form--inline > .form-item {
  float: none;
}

.view-photo-gallery select[multiple] {
  height: 7rem;
  background: none;
}

.view-photo-gallery .views-exposed-form .form--inline .form-actions {
  padding-left: 10px;
  position: absolute;
  bottom: 0px;
}

.view-photo-gallery .views-field-field-images {
  padding: 10px;
}

.view-photo-gallery button {
  margin: 1px;
}

/* Colorbox title bar (gallery, gallery-single and event pages). */
.path-gallery #colorbox #cboxTitle,
.path-gallery-single #colorbox #cboxTitle,
.page-node-type-events #colorbox #cboxTitle {
  width: 100%;
  float: none !important;
  display: inline-block !important;
  visibility: visible !important;
  padding: 0px !important;
  height: auto !important;
}

.page-node-type-events .events-view-gallery a {
  color: black;
  font-weight: bold;
}

.path-gallery #colorbox #cboxTitle a,
.path-gallery-single #colorbox #cboxTitle a,
#colorbox #cboxTitle a {
  color: black;
  font-weight: bold;
  float: right;
  padding: 5px;
}

.path-gallery #colorbox #cboxTitle a:first-of-type,
.path-gallery-single #colorbox #cboxTitle a:first-of-type,
#colorbox #cboxTitle a:first-of-type {
  float: left;
}
