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

.no-flexbox .terms__blocks::after, .article::after, .post-navigation .nav-links::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: .75rem;
    margin-bottom: .75rem; }
  .abstract-preview__header {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: .75rem;
    margin-bottom: .75rem; }

.entry__listing--abstract .entry__meta,
.entry__abstract .entry__meta {
  font-size: .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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .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: .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 .75em .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: .375rem .75rem;
          font-size: .85rem;
          line-height: 1.5;
          border-radius: 0;
          -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
          transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
          -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .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;
  -o-text-overflow: ellipsis;
  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: .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: .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: .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; }

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