/*
	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;}

.kosu_gallery_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  overflow: hidden;
}

.kosu-grid-element {
  position: relative;
  width: 100% !important;
}


.kosu_img-wrapper {
  border-radius: 5px;
  box-shadow: 0 5px 10px 0px rgb(0 0 0 / 37%);
  position: relative;
}

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

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


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

div.kosu_spk_txt_overlay { background: #00a1b1; }

.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: 18px;
    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_gallery_popup_trigger { cursor: pointer; }


@media (max-width: 900px) {
  .kosu_gallery_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .kosu_gallery_wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
