/*
	Description: This is the Stylesheet for the Speaker Plugin
	Version: 0.0.1
	Author: Martin Neitz
	Author URI: http://www.neitz.at
	License: Martin Neitz
*/

/*----------------------------------------------------------------------------*\
    Gallery [spk_gallery] -  Customize
\*----------------------------------------------------------------------------*/

/* --- this is the overlay effect and can be modifid -------------------------*/
/* --- advanced settings check the CSS in the gallery internal section -------*/


/*--- first disable all elements which are not needed for the design ---*/
.kosu_spk_img {
  width: 70px;
  height: 70px;
}

.kosu_img-wrapper {
    width: 70px;
    height: 70px;
    display: inline-block;
    float: left;
}

.kosu_caption-wrapper {
    margin-left: 90px;
    display: block;
}

.kosu_cap-spk-name {
    margin-top: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #003a79;
    display: block;
}

a.kosu_cap-spk-name {
  text-decoration: underline;
}

.kosu_cap-spk-tagline {
    display: block;
}

.kosu_mobile_gallery {
    display: block;
    margin-left: 1em;
    margin-right: 1em;
}

.kosu_spk_is_committed,
.kosu_spk_is_requested,
.kosu_spk_is_online,
.mshp_speaker_text {
  position: relative !important;
  top: initial;
  right: initial;
}

.kosu_txt_label[data-label]:not([data-label=""]):after,
.kosu_txt_status[data-label]:not([data-label=""]):after {
    content: attr(data-label);
    font-size: 0.7em;
/*    color: #fff;
    border-radius: 3px;
    padding: 3px 10px 3px 10px;
    margin-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
*/
  }
/*
.kosu_txt_label:after { background-color: #e15c21; }
.kosu_txt_status:after { background-color: #e15c21; }
*/

.kosu_spk-seperator-trigger {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #eaeebf;
  align-items: center;
  justify-content: flex-end;
  line-height: .7em;
  font-size: .7em;
  cursor: pointer;
  padding-bottom: .5em;
}

.kosu_spk-seperator-trigger::before {
  content: 'mehr';
  float: right;
  padding-right: .5em;
}

.kosu_spk_gallery_add_info {
  background-color: #eaeebf;
  padding: 1em;
  position: relative;
  margin-top: 32px;
  margin-bottom: 1em;
}

.kosu_spk_gallery_add_info::after {
  content: '';
  position: absolute;
  border-color: white transparent;
  border-width: 0 13px 12px 13px;
  top: -12px;
  left: 45%;
}

.kosu_spk_gallery_add_info:before {
  content: '';
  position: absolute;
  border: 1px solid #333;
  border-color: #eaeebf transparent;
  border-width: 0 23px 21px 23px;
  top: -20px;
  left: 34px;
}

.kosu_spk_gallery_close {
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
}

.kosu_spk_gallery_add_info_name {
  font-weight: 500;
}

.kosu_spk_gallery_link,
.kosu_spk_gallery_add_info_text {
  font-size: .8em;
  line-height: 1.4em;
  margin-top: .5em;
}
.kosu_spk_gallery_link {
  margin-top: .5em;
  font-weight: 500;
  display: block;
  cursor: pointer;
  text-decoration: underline;
}
.kosu_spk_gallery_link i {
  font-size: .8em;
}

.kosu_gallery_popup_trigger { cursor: pointer; }

.kosu_status_list li:before {
  font-size: .8em;
  content: '|';
  margin-left: 0.2em;
  margin-right: 0.2em;
}
.kosu_status_list li:first-child:before {
  content: '';
  margin-left: 0px;
  margin-right: 0px;
}


.kosu_status_list {
  display: flex;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  line-height: 1em;
  font-weight: bold;
}

.kosu_status_list li {
  display: contents;
}

.kosu_status_list li[data-label=""] {
  display: none;
}

.kosu_txt_status.online::before {
  content: '';
  width: 0.8em;
  height: 0.8em;
  font-size: .5em;
  display: inline-block;
  vertical-align: middle;
  background: green;
  border-radius: 50%;
  margin-right: 0.3em;
}
