/*
	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_vcard,
.kosu_cap-spk-url,
.kosu_spk_url,
.kosu_spk_name,
.kosu_cap-spk-thumb-txt { display: none !important;}

/*----------------------------------------------------------------------------*/
/*--- Text overlay styling                                                 ---*/
/*----------------------------------------------------------------------------*/

div.kosu_spk_txt_overlay { background: #97b996; }

.kosu_spk_name {
    background-color: initial;
    font-size: 18px;
    font-weight: bold;
    margin-top: 12%;
    margin-bottom: 13%;
}
.kosu_spk_thumb_txt {
    font-style: initial;
    padding: 15px;
    font-size: 14px;
    line-height: 1.42857em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*----------------------------------------------------------------------------*/
/*--- Caption styling                                                      ---*/
/*----------------------------------------------------------------------------*/
.kosu_cap-spk-name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #003a79;
    display: block;
    text-align: center;
}
.kosu_cap-spk-tagline,
.kosu_cap-spk-url  {
    display: block;
    text-align: center;
}

.kosu_cap-spk-tagline {font-size: 16px; line-height: 20px;}



.kosu_spk_online {
    bottom: 3%;
    left: 15%;
    width: 80%;
    background-color: #e2007a;
    height: 30px;
    text-align: left;
    color: #ffffff;
    padding-left: 1.6em;
    border-radius: 3px;
}

.kosu_spk_online::before {
  content: "";
  background: #3BDB71;
  background-image: none;
  border-radius: 50%;
  width: .6em;
  height: .6em;
  display: inline-block;
  position: absolute;
  left: 8px;
  margin-top: .5em;
}
