@charset "UTF-8";
/**
 * Theme Name:     Divi Child
 * Theme URI:      https://mfprm2025croatia.com
 * Author:         Wink
 * Author URI:     https://wink.hr
 * Description:    Custom WordPress / Divi child theme
 * Version:        1.0.0
 * Template:       Divi
 */
.post-navigation .nav-links:before, .article:before, .no-flexbox .terms__blocks:before, .post-navigation .nav-links:after, .article:after, .no-flexbox .terms__blocks:after {
  content: "";
  display: table;
}
.post-navigation .nav-links::after, .article::after, .no-flexbox .terms__blocks::after {
  clear: both;
}

/*! =Scaffolding
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  color: inherit;
}

.btn--inline {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #e30613;
}

/* =Header
-------------------------------------------------------------- */
/* =Frontpage
-------------------------------------------------------------- */
/* =Footer
-------------------------------------------------------------- */
/*! =Abstracts
-------------------------------------------------------------- */
.abstract-preview {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 4px solid #efa4b7;
}
.abstract-preview__meta {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.abstract-preview__header {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

.entry__listing--abstract .entry__meta,
.entry__abstract .entry__meta {
  font-size: 0.9em;
}

.entry__listing--abstract {
  padding-bottom: 55px;
}
.entry__listing--abstract .entry__title {
  font-size: 62px;
}
.entry__listing--abstract .entry__data {
  border-bottom: 2px solid #e30613;
}
.entry__listing--abstract .entry__header {
  border-bottom: 2px solid #e30613;
}

/*
.abstract-status-badge {
    position: relative;
    border-radius: 0;

    &:after {
        top: 100%;
        left: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #343A40;
        border-width: 5px;
        margin-left: -5px;
    }

    &.badge-default {
        &:after {
            border-top-color: #343A40;
        }
    }
    &.badge-primary {
        &:after {
            border-top-color: #337ab7;
        }
    }
    &.badge-success {
        &:after {
            border-top-color: #5cb85c;
        }
    }
    &.badge-info {
        &:after {
            border-top-color: #5bc0de;
        }
    }
    &.badge-warning {
        &:after {
            border-top-color: #f0ad4e;
        }
    }
    &.badge-danger {
        &:after {
            border-top-color: #d9534f;
        }
    }
}
*/
.abstract_keywords {
  padding-bottom: 15px;
}

.abstract__status {
  margin-bottom: 15px;
}

.abstract__terms {
  margin-bottom: 25px;
}
.entry__abstract .abstract__terms {
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.terms__blocks {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.no-flexbox .terms__blocks {
  display: inline-block;
}
.terms__blocks.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.terms__blocks > div {
  position: relative;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  border-right: 1px solid #ddd;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  min-height: 1px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.terms__blocks > div:last-child {
  border-right: none;
}
.no-flexbox .terms__blocks > div {
  display: inline-block;
  float: left;
  width: auto;
}
.terms__blocks h2, .terms__blocks strong {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  display: block;
}
.terms__blocks span {
  display: block;
  min-height: 20px;
  line-height: 1.2;
  font-size: 13px;
}
.terms__blocks ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.terms__blocks ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 13px;
}

.abstract-section {
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DFE7EB;
}

.abstract-section__title {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1;
  margin: 0 0 15px 0;
  padding: 0;
  color: #e30613;
  position: relative;
}
.abstract-section__title:before {
  content: "•";
  display: inline-block;
  padding-right: 5px;
}

.abstract-section__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  margin: 10px 0 15px 0;
  padding: 0;
  text-transform: uppercase;
  color: #e09900;
  letter-spacing: 0.02em;
  position: relative;
}
.abstract-section__subtitle span {
  display: inline-block;
  background-color: #ffffff;
  padding: 3px 15px 3px 3px;
  position: relative;
}
.abstract-section__subtitle span:after {
  content: "";
  width: 1000px;
  height: 2px;
  left: 100%;
  top: 50%;
  background: #DFE7EB;
  position: absolute;
}

.abstract-subsection {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.abstract-grid > div {
  padding: 5px 15px 0px 15px;
  margin: 0 0 15px;
  border-top: 1px solid #ddd;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}

.abstract-table strong {
  font-size: 14px;
  display: block;
}
.abstract-table span {
  display: block;
  min-height: 20px;
  line-height: 1.2;
  font-size: 13px;
}
.abstract-table tbody tr td {
  width: 33%;
  padding: 10px 8px;
}

.abstract-review-form ul.acf-radio-list.acf-hl li,
.abstract-review-form ul.acf-checkbox-list.acf-hl li {
  margin-right: 10px;
  clear: none;
}
.abstract-review-form .acf-form-submit {
  text-align: center;
}

.abstract__status {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFE7EB;
  overflow: hidden;
}

select option:disabled {
  color: red;
  font-style: italic;
}

#abstract-review-section {
  padding-bottom: 35px;
}

/*! =Article
-------------------------------------------------------------- */
.article {
  display: block;
  position: relative;
  margin-bottom: 1.565rem;
}
.article__share {
  margin-bottom: 0;
}
.article__categories a {
  display: inline-block;
}
.article__categories > a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #e09900;
}
.article__categories > a:first-child {
  border: 1px solid #e30613;
  text-transform: uppercase;
  font-weight: bold;
  color: #e30613;
}
.article__category {
  border: 1px solid #e30613;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
}
.article__header {
  margin-bottom: 0.7825rem;
  padding-bottom: 0.7825rem;
  border-bottom: 4px solid #e09900;
}
.article__image {
  width: 100%;
  position: relative;
  margin-bottom: 1.565rem;
}
@media (min-width: 1380px) {
  .article__image {
    width: calc(100% + 210px);
    margin-left: -210px;
  }
}
.article__image > a {
  display: block;
}
.article__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}
.article__meta {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none !important;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__meta > li {
  min-height: 1px;
  min-width: 0;
  position: relative;
  padding-right: 10px;
  color: #969696;
  font-weight: bold;
}
.article__meta > li i {
  color: #898989;
}
.article__meta > li.article__meta--author a {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  color: #969696;
}
.article__meta > li.article__meta--comments a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #969696;
}
.article__title {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article__title > span {
  text-transform: uppercase;
  font-weight: 300;
  color: #898989;
  font-size: 0.85em;
  display: block;
}
.article__title small {
  display: block;
  font-size: 70%;
  color: #999999;
}
.article__title + .article__meta {
  padding-top: 1em;
}
.article__excerpt {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #898989;
  padding-bottom: 0.7825rem;
  margin-bottom: 0.7825rem;
}
.article__excerpt p {
  margin: 0;
  padding: 0;
}
.article__tags {
  padding-top: 0.7825rem;
  padding-bottom: 0.7825rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.565rem;
}
.article__tags > strong {
  display: block;
  padding-bottom: 0.7825rem;
  text-transform: uppercase;
}
.article__tags > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article__tags > ul > li {
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0;
}
.article__tags > ul > li > a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #898989;
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #e09900;
  background-color: rgba(255, 255, 255, 0.01);
}
.article__tags > ul > li > a:hover, .article__tags > ul > li > a:active {
  border-color: #e30613;
  color: #636363;
  background-color: rgba(255, 255, 255, 0.65);
}
.welcome-letter .article__content p:first-child:first-letter,
.first-letter-style p:first-child:first-letter {
  color: #e09900;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 52px;
  font-size: 3.25rem;
  line-height: 1;
  padding-top: 7px;
  padding-right: 8px;
  padding-left: 0px;
}

.comments-pagination,
.post-navigation {
  clear: both;
}

.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}

.post-navigation .nav-links {
  padding: 1em 0;
}

.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.nav-links .nav-title {
  position: relative;
}

.nav-links .nav-title .nav-title-text-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  left: -2em;
}

.nav-next,
.post-navigation .nav-next {
  margin-top: 0;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  right: -2em;
  margin-left: 0.5em;
}

.nav-title-icon-wrapper {
  position: absolute;
  text-align: center;
  width: 2em;
  top: 0.45em;
  font-size: 22px;
}

.nav-title {
  color: #333;
  font-size: 15px;
  font-size: 0.9375rem;
}

.keynote-speaker {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e09900;
}
.keynote-speaker img {
  margin-top: 6px;
}
.keynote-speaker h4 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
  padding-bottom: 0;
  color: #e30613;
}
.keynote-speaker h4 > span {
  text-transform: uppercase;
  font-weight: 300;
  color: #898989;
  font-size: 0.85em;
  display: block;
}
.keynote-speaker h4 small {
  display: block;
  font-size: 70%;
  color: #999999;
}
.keynote-speaker--small {
  margin-bottom: 1rem;
}
.keynote-speaker--small img {
  border-radius: 50%;
}
.keynote-speaker--small h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.keynote-speaker--small p {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}

@media (max-width: 850px) {
  .article__content .keynote-speaker > img {
    max-width: 150px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .article__content .keynote-speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__content .keynote-speaker > img {
    max-width: 100%;
  }
}
/*! =Article
-------------------------------------------------------------- */
.article-preview {
  position: relative;
  display: block;
  word-wrap: break-word;
}
.article-preview + .article-preview {
  margin-top: 1.565rem;
}
.article-preview__media, .article-preview__body {
  position: relative;
}
.article-preview__media > a,
.article-preview__media > div {
  display: block;
  position: relative;
}
.article-preview__media img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.article-preview__body {
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-preview__date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: #898989;
  margin-bottom: 10px;
}
.article-preview__summary {
  color: #999999;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.article-preview__summary p {
  margin: 0;
  padding: 0;
}
.article-preview__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 300;
  color: #e30613;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.article-preview__title + .article-preview__summary {
  padding-top: 20px;
}
.article-preview__meta {
  padding-bottom: 10px;
}
.article-preview__categories {
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  border-left: 1px solid #EEEEEE;
}
.article-preview__categories a {
  color: #898989;
}

/*! =Forms
-------------------------------------------------------------- */
/*
 * Registration
 */
.modal-title {
  display: inline-block;
}

.modal-body {
  font-size: 13px;
  font-size: 0.8125rem;
}
.modal-body ul {
  padding-left: 1em;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  top: 2px;
}

.form-control,
.input-group-addon,
.btn,
.alert {
  border-radius: 0;
}

.registration-abstracts {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
}
.registration-abstracts h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.table-registration .checkbox,
.table-registration .radio {
  margin-bottom: 0;
  margin-top: 0;
}

label.control-label-inline {
  display: inline-block;
  width: 80px;
  height: 18px;
  padding: 4px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

form.registration-abstracts {
  margin: 0 0 18px;
}

form.registration-abstracts fieldset {
  border: 0 none;
  margin: 0 0 30px;
  padding: 0;
}

form.registration-abstracts legend {
  border: 0;
  border-bottom: 3px solid #e30613;
  color: white;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 25px;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

form.registration-abstracts legend span {
  background-color: #e30613;
  color: white;
  display: inline-block;
  padding: 4px 8px;
}

input.total {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #a6a8aa;
  font-size: 48px;
  height: 54px;
  line-height: 1em;
  margin: 15px 0 20px 0;
  padding: 0 10px;
  width: 100%;
  text-align: right;
}

input.total-main {
  color: #e30613;
}

.hideme {
  display: none;
}

/**
 * Abstracts
 */
.coautor-radios .coautor-radios-wrap {
  display: inline-block;
  width: 50px;
  padding: 2px 5px;
  background-color: #E6F2F8;
  border: 1px solid #bedded;
  margin: 0 5px 9px 0;
  position: relative;
}
.coautor-radios .coautor-radios-wrap > label {
  margin-bottom: 0;
  white-space: nowrap;
}

.coautor,
.abstract-type-wrap {
  display: none;
}

.has-word-counter {
  display: block;
  position: relative;
}

.abstract-word-counter {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

#abstracts-banner {
  position: relative;
  background: #B21748;
  color: #ffffff;
  padding: 15px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#abstracts-banner a {
  color: #ffffff;
  text-decoration: underline;
}

#abstracts-banner p {
  margin: 0;
  padding: 0;
}

/**
 * Symposium
 */
.organizer,
.chair,
.discussant,
.speaker {
  display: none;
}

.disabled-field {
  cursor: not-allowed !important;
  opacity: 0.35;
}

/**
 * CF7
 */
.wpcf7 .checkbox input[type=checkbox],
.wpcf7 .checkbox-inline input[type=checkbox],
.wpcf7 .radio input[type=radio],
.wpcf7 .radio-inline input[type=radio] {
  top: 8px;
}
.wpcf7 .form-horizontal .checkbox,
.wpcf7 .form-horizontal .checkbox-inline,
.wpcf7 .form-horizontal .radio,
.wpcf7 .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 7px;
}

/*! =Workshops form
-------------------------------------------------------------- */
.workshops-form {
  margin: 0 0 18px;
  counter-reset: steps;
}
.workshops-form-wrap {
  position: relative;
  padding: 20px;
}
.workshops-form fieldset {
  border: 0 none;
  margin: 0;
  padding: 0 10px 50px 0;
  position: relative;
  counter-increment: step;
}
@media (min-width: 768px) {
  .workshops-form fieldset {
    padding-left: 50px;
  }
}
.workshops-form fieldset legend {
  border: 0;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 50px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .workshops-form fieldset legend {
    margin-left: -50px;
  }
}
.workshops-form fieldset legend span {
  display: inline-block;
  position: relative;
  padding: 13px 0;
  height: 40px;
  color: #e30613;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 14px;
}
.workshops-form fieldset legend span:after {
  content: "";
  width: 2000px;
  height: 2px;
  background: #e09900;
  position: absolute;
  top: 50%;
  left: 105%;
  margin-top: -1px;
}
.workshops-form fieldset legend:before {
  content: counter(step);
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #636363;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  left: 0;
  letter-spacing: normal;
}
.workshops-form__note {
  border-left: 4px solid #e09900;
  padding-left: 1rem;
  font-size: 0.9rem;
  color: #999999;
  margin-bottom: 2rem;
}
.workshops-form__subtitle {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0;
  color: #999;
}

.workshops {
  margin-bottom: 4rem;
}

.workshop {
  position: relative;
  margin-bottom: 1rem;
}
.workshop.not-available {
  opacity: 0.45;
}
.workshop.not-available .workshop-header small {
  color: red;
}
.workshop-checked {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.1);
  color: white;
  border-radius: 50%;
  padding: 8px;
  text-align: center;
  font-size: 1rem;
  text-indent: -9999em;
}
.workshop-info {
  display: block;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.workshop-info:hover {
  -webkit-box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.05rem 0.05rem rgba(0, 0, 0, 0.1);
  border-color: #b8daff;
}
.workshop-info:hover .workshop-checked {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 183, 234)), to(rgb(0, 158, 195)));
  background: linear-gradient(to bottom, rgb(0, 183, 234) 0%, rgb(0, 158, 195) 100%);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border: 0;
  text-indent: 0;
}
.workshop-info:hover .workshop-name {
  color: #004085;
}
.workshop-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.55rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.workshop-price {
  padding-right: 1rem;
}
.workshop-body {
  padding: 0.55rem 1.75rem 0.55rem 0.55rem;
  min-height: 50px;
}
.workshop-name {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  padding-bottom: 0.45rem;
  color: #000000;
}
.workshop-authors {
  font-size: 90%;
  color: #6c757d;
}
.workshop-authors::before {
  content: "— ";
}
.workshop-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25rem 0.55rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #999999;
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.workshop input {
  position: absolute;
  left: -9999px;
}
.workshop input:checked + label {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.35);
  border-color: #b8daff;
}
.workshop input:checked + label .workshop-checked {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 183, 234)), to(rgb(0, 158, 195)));
  background: linear-gradient(to bottom, rgb(0, 183, 234) 0%, rgb(0, 158, 195) 100%);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border: 0;
  text-indent: 0;
}
.workshop input:checked + label .workshop-header {
  color: #004085;
  background-color: rgba(204, 229, 255, 0.85);
  border-bottom-color: #b8daff;
}
.workshop input:checked + label .workshop-name {
  color: #004085;
}
.workshop input:disabled + label {
  cursor: not-allowed;
  opacity: 0.45;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.workshop input:disabled + label .workshop-checked {
  display: none;
}
.workshop input:disabled + label:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(0, 0, 0, 0.1);
}
.workshop input:disabled + label:hover .workshop-name {
  color: #000000;
}
.workshop-time {
  font-size: 0.8rem;
}
.workshop-time--available {
  color: #28a745;
}
.workshop-time--medium {
  color: #ffc107;
}
.workshop-time--full {
  color: #dc3545;
}

/* =Responsive
-------------------------------------------------------------- */