/*
	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_url,
.kosu_spk_online,
.kosu_cap-spk-name,
.kosu_cap-spk-tagline,
.kosu_cap-spk-thumb-txt { display: none;}


/*----------------------------------------------------------------------------*/
/*--- Image styling                                                        ---*/
/*----------------------------------------------------------------------------*/

.kosu_img-wrapper { padding: 3%; background: #ffffff;}   /* to create the border of the Image */
img.kosu_spk_img  { border: 1px solid black; }           /* the Image needs an black border */


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

div.kosu_spk_txt_overlay { background: rgba(219,127,8,.7); color: white; }

.kosu_spk_name {
    background-color: black;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 10%;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
}

.kosu_spk_thumb_txt {
    text-align: center;
    font-style: italic;
    font-size: 12px;
    line-height: 1.42857em;
    color: #ffffff;
    padding: 5px;
}

.kosu_spk_url,
.kosu_spk_url:hover {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding: 5px;
}



/*----------------------------------------------------------------------------*/
/*--- VCARD styling                                                        ---*/
/*----------------------------------------------------------------------------*/
.kosu_spk_vcard {
  background-image: url("bkg_vcard.jpg");
  color: white;
  margin-left:  3%;
  margin-right: 3%;
  width: 94%;
  padding-top: 3px;
  padding-bottom: 3px;
}

.kosu_spk_vcard_name    { text-align: center; font-size: 15px; line-height: 25px; }
.kosu_spk_vcard_tagline { text-align: center; font-size: 13px; line-height: 15px; }

/*----------------------------------------------------------------------------*/
/*--- Caption styling                                                      ---*/
/*----------------------------------------------------------------------------*/
.kosu_caption-wrapper { text-align: center; margin-top: -3px;}

.kosu_cap-spk-url {
  font-size: 15px;
  font-weight: bold;
  color: #5a99af;
}


/*----------------------------------------------------------------------------*/
/*--- HOVER effects                                                        ---*/
/*----------------------------------------------------------------------------*/
.kosu_img-wrapper:hover .kosu_spk_vcard { margin-bottom:  0%; }

.kosu_img-wrapper:hover img.kosu_spk_img,
.kosu_img-wrapper:hover img.kosu_spk_img_overlay,
.kosu_img-wrapper:hover .kosu_spk_vcard {
    -webkit-transform:scale(1.10); /* Safari and Chrome */
    -moz-transform:scale(1.10); /* Firefox */
    -ms-transform:scale(1.10); /* IE 9 */
    -o-transform:scale(1.10); /* Opera */
     transform:scale(1.10);
}

img.kosu_spk_img,
img.kosu_spk_img_overlay,
.kosu_spk_vcard {
    -webkit-transition: all .5s ease; /* Safari and Chrome */
  	-moz-transition: all .5s ease; /* Firefox */
  	-o-transition: all .5s ease; /* IE 9 */
  	-ms-transition: all .5s ease; /* Opera */
  	transition: all .5s ease;
}
