/*
Theme Name: fish
Description: Can't get much more minimal than this two-column design and its accents.
Version: 1.0.0
Author: shadobut
Status: active
*/

.card__caption h3 {
  text-shadow: 1px 1px 1px #333;
}

.modal {
  max-height: 93vh;
  width: 500px;
  min-height: 400px;
}

.modal_inner {
  overflow-y: auto;
  max-height: 85vh;
}

@media (max-width: 768px) {
  .modal {
    padding: 45px 40px;
    width: 88vw;
  }

  .modal__title {
    font-size: 25px;
  }

  .collapsableOnMobile .card__image {
    background: none !important;
    padding: 0;
    height: auto;
  }

  .collapsableOnMobile .card__caption {
    background: none !important;
    padding: 0;
    position: static;
  }

  .collapsableOnMobile .card__caption p {
    display: none;
  }

  .collapsableOnMobile .card__caption .title {
    color: #00bfff;
    text-shadow: none;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    font-weight: lighter;
    text-transform: none;
    font-size: 20px;
  }

  .collapsableOnMobile .card__content {
    display: none;
  }

  .collapsableOnMobile .tabs__content-item {
    display: block;
  }
}

.select2 {
  font-family: core, sans-serif !important;
  padding: 7px;
}

.select2-dropdown--below {
  margin-top: -8px !important;
}

.select2-container--default .select2-selection--single {
  background: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  font-weight: 300 !important;
  font-style: italic !important;
}

.select2-selection__rendered {
  color: #fff !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="12.558" width="21.116"><defs><clipPath id="a"><path d="M0 9.419h15.837V0H0z"/></clipPath></defs><g clip-path="url(#a)" transform="matrix(1.33333 0 0 -1.33333 0 12.558)"><path d="M14.337 7.918L7.918 1.5 1.5 7.918" fill="none" stroke="#fff" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10"/></g></svg>');
  background-repeat: no-repeat;
  background-position: right center;
}

.select2-selection__arrow {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}
