/*
	Description: This is the Stylesheet for the Kongress-Suite
	Version: 2.0.0
	Author: Martin Neitz
	Author URI: https://www.kongress-suite.com/kontakt/
	License: Martin Neitz
*/

/*------------------------------------*\
    ELEMENTOR specifics
\*------------------------------------*/

.elementor-widget-spk_video,
.elementor-widget-kosu_videoplayer,
.elementor-widget-spk_trailer_image_video {
	width: 100%;
}
.elementor-widget-container .kosu_spk_image { display: inline-block; }

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.hidden,
.delay_hidden { display: none !important; }
.kosu-popup-content { display: none  }

.bewhite { color: #fff; }

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}


/*----------------------------------------------------------------------------*\
    Speaker Image [spk_image]
\*----------------------------------------------------------------------------*/

.kosu_spk_image img {
  width: 100%;
  height: auto;
}

.hide_speaker_url {
  display: none !important;
}

/*------------------------------------*\
    Index [spk_index]
\*------------------------------------*/

ul.kosu_spk_index,
ul.kosu_spk_index ul {
    display: block;
    list-style-type: none;
    padding-left: 0px;
}

li.kosu_spk_ind_day       {font-weight: bold;}
li.kosu_spk_ind_is_online {background-color: yellow;}

.kosu_index_speaker_img {
  width: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 2px;
  margin-right: 5px;
  border-radius: 3px;
}

.kosu_index_speaker_img_used {
  line-height: 48px;
}



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

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

div.kosu_fade { background: rgba(0,58,121,0.5); color: white; }


/* --- Style for the TextOverlay  mhsp-spk-txt-overlay -----------------------*/
.kosu_spk_name {
    box-sizing: border-box;
    background-color: black;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 20%;
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kosu_spk_thumb_txt {
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    padding: 5px;
}

.kosu_spk_url,
.kosu_spk_url:hover {
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    padding: 5px;
}

.kosu_spk_vcard { background-color: rgba(0,58,121,0.5); color: white; }
.kosu_spk_vcard_name    { text-align: center; }
.kosu_spk_vcard_tagline { text-align: center; }

.kosu_spk_online {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: yellow;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #000000;
    display: none;
}

.kosu_spk_online:after { content: "Online"; }

.kosu-gallery-read-more {
  margin-top: 2em;
}

/* --- Style for the caption area  -------------------------------------------*/

.kosu_cap-spk-name {}
.kosu_cap-spk-url {}



@media screen and (max-width: 750px) {
  .kosu_layout-column,
  .kosu_column-last  {
      clear: both;
      width: 80% !important;
      margin-left: 10% !important;
      margin-right: 10% !important;
  }
}



/*----------------------------------------------------------------------------*\
    Video [spk_video] - Intern
\*----------------------------------------------------------------------------*/


.kosu_video_image_before img,
.kosu_video_image_after img      { width: 100%; }

.kosu_video_image_before,
.kosu_video_image_after {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    height: auto !important;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-bottom: 53.25%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*----------------------------------------------------------------------------*\
    Member Index [spk_mbr_index] - Intern
\*----------------------------------------------------------------------------*/
.kosu_mbr_index_element { display: inline-block; width: 100%; }
.kosu_mbr_index_wrapper { overflow: hidden; }



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

.kosu_gallery_wrapper { overflow: hidden; }
.kosu_spk-wrapper     {}
.kosu_img-wrapper     { /* position: relative; overflow: hidden; */}

.kosu_spk_img,
.kosu_spk_img_overlay         {
    width: 100%;
    height: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

img.kosu_spk_img_overlay {
  background-size: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

.kosu_spk_img:target  {border: 1px solid red;}

.kosu_spk_txt_overlay {
    overflow: hidden;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.kosu_spk_name,
.kosu_spk_thumb_txt,
.kosu_spk_url  {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.kosu_spk_name {
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.isOnline {
  display: inline-block;
}

.kosu_spk_vcard {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: inline-block;
}

.kosu_img-wrapper:hover div.kosu_fade {
  z-index: 1;
  opacity: 1;
}

.kosu_spk_is_committed,
.kosu_spk_is_requested,
.kosu_spk_is_online,
.mshp_speaker_text {
  position: absolute;
  top: 0;
  right: 0;
}



/* --- Column Layouts styles and controls ------------------------------------*/

.kosu_layout-column {
  position: relative;
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  margin-top:0px;
}

.kosu_one-sixth   { width: 13.3333%; }
.kosu_one-fifth   { width: 16.8%; }
.kosu_one-fourth  { width: 22%; }
.kosu_one-third   { width: 30.6666%; }
.kosu_one-half    { width: 48%; }
.kosu_one-one     { width: 100%; }

.kosu_two-third { width: 65.3333%; }

.kosu_three-fourth { width: 60%; }

.kosu_column-last { margin-left: 0; margin-right: 0; }
.kosu_spacing-no  { margin: 0; }
.kosu_clearfix    { clear: both; zoom: 1; }

/* --------------------- Gallery Effects -------------------------------------*/
div.kosu_fade {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

/*----------------------------------------------------------------------------*/

.wrapper_exp_speaker_video {

}

.spk_speaker_video {
  width: 100%;
  height: 100%;
}


.mshp_speaker_text {
  display: none;
}


/*----------------------------------------------------------------------------*/
/*  KOSU - Kongress Suite                                                     */
/*  CounterBox                                                                */
/*----------------------------------------------------------------------------*/

.kosu_counter-box  {
  padding: 0 7px;
  margin-bottom: 7px;
  text-align: center;
}

.kosu_counter-box-container {
  padding: 20px 20px;
  box-sizing: border-box;
}

.kosu_content-box-counter {
  color: #a0ce4e;
  font-size: 50px;
  line-height: 50px;
}

/*----------------------------------------------------------------------------*/
/*  KOSU - Kongress Suite                                                     */
/*  Countdown                                                                 */
/*----------------------------------------------------------------------------*/
.kosu_timer_header { text-align: center; }
.kosu_timer_outer  { position: relative; left:  50%; float: left; }
.kosu_timer_inner  { position: relative; left: -50%; float: left; }

.kosu_timer { display: inline-block; }

.kosu_tmr_year,
.kosu_tmr_month,
.kosu_tmr_week,
.kosu_tmr_day,
.kosu_tmr_hour,
.kosu_tmr_minute,
.kosu_tmr_second {
    display: inline-block;
    border: 1px solid red;
    float: left;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
}

/*----------------------------------------------------------------------------*/
/*  KOSU - Kongress Suite                                                     */
/*  Promotion Generator                                                       */
/*----------------------------------------------------------------------------*/


.kosu_promo_gen_wrapper {
    margin-top: 15px;
    display: block;
    overflow: hidden;
}


.kosu_field {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
}

.kosu_field-type {
    color: #888;
    float: left;
    width: 34%;
}

.kosu_field-value {
    color: #888;
    float: left;
    width: 66%;
}

input.kosu_input{
    background: #fff;
    color: #444;
    border: 1px solid #ccc;
    vertical-align: baseline;
    padding: 6px !important;
    width: 100%;
}

/*----------------------------------------------------------------------------*/
/*  KOSU - Kongress Suite                                                     */
/*  Subscription Form                                                         */
/*----------------------------------------------------------------------------*/


.kosu_sf-form-element input,
.kosu_sf-fb-text,
.kosu_sf-fb-logo {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #D4D0D0;
  padding-left: 15px;
  color:#6e6e6e;
}


.kosu_sf-form-element-input { height: 46px; line-height: 46px; }

.kosu_sf-fb-logo span   {    font-size: 35px; margin-right: 10px;  margin-top: 6px;}

.kosu_sf-form-element .kosu_sf-submit-element,
.kosu_sf-fb-text,
.kosu_sf-fb-logo {
  background-color: #c00418;
  font-weight: bold;
  color: #ffffff;
  border: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kosu_sf-submit-element,
.kosu_sf-submit-element-facebook {
  cursor: pointer;
}

/* Facebook button general style */
.kosu_sf-submit-element-facebook { position: relative; display: inline-block; width: 100%;}
.kosu_sf-fb-text { text-align: center; }

.kosu_sf-fb-logo {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 10%;
  min-width: 50px;
  text-align: center;
  padding-left: 0px;
  background-color: #3b5998;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.kosu_sf-form-element input, .kosu_sf-fb-text, .kosu_sf-fb-logo, .kosu_sf-fb-logo span {
    height: 46px;
}
.kosu_sf-fb-text { line-height: 46px; }

/*  TODO: if the browser jumps to responsive  padding: 0 5% 0 5%; */
.form-sf-v1-wrapper,
.form-sf-v2-wrapper,
.form-sf-v3-wrapper { width: 100%; overflow: hidden; padding-bottom: 1px;}

.form-sf-v1-wrapper .kosu_sf-form-element { width: 100%; margin-bottom: 10px;}


/*--- VERSION 2 ---*/
.form-sf-v2-wrapper.kosu_num-total_5 div.kosu_sf-form-element  {width: 19.2%;   margin-right: 1%; float:left;}
.form-sf-v2-wrapper.kosu_num-total_4 div.kosu_sf-form-element  {width: 24.25%;  margin-right: 1%; float:left;}
.form-sf-v2-wrapper.kosu_num-total_3 div.kosu_sf-form-element  {width: 32.66%;  margin-right: 1%; float:left;}
.form-sf-v2-wrapper.kosu_num-total_2 div.kosu_sf-form-element  {width: 49.5%;   margin-right: 1%; float:left;}



.form-sf-v2-wrapper.kosu_num-total_5 div.kosu_sf-form-element:last-child,
.form-sf-v2-wrapper.kosu_num-total_4 div.kosu_sf-form-element:last-child,
.form-sf-v2-wrapper.kosu_num-total_3 div.kosu_sf-form-element:last-child,
.form-sf-v2-wrapper.kosu_num-total_2 div.kosu_sf-form-element:last-child   {margin-right: 0%;}

/*--- VERSION 3 ---*/
.form-sf-v3-wrapper.kosu_num-inp_3 div.kosu_sf-form-element-input  {width: 32.66%;  margin-right: 1%; float:left;}
.form-sf-v3-wrapper.kosu_num-inp_2 div.kosu_sf-form-element-input  {width: 49.5%;   margin-right: 1%; float:left;}
.form-sf-v3-wrapper.kosu_num-inp_1 div.kosu_sf-form-element-input  {width: 100%;}

.form-sf-v3-wrapper.kosu_num-inp_3 div.kosu_sf-form-element-input:nth-of-type(3),
.form-sf-v3-wrapper.kosu_num-inp_2 div.kosu_sf-form-element-input:nth-of-type(2),
.form-sf-v3-wrapper.kosu_num-inp_1 div.kosu_sf-form-element-input:nth-of-type(1)  {margin-right: 0%;}

.form-sf-v3-wrapper .kosu_sf-form-element { margin-bottom: 10px;}

@media screen and (max-width: 950px) {
  .form-sf-v2-wrapper.kosu_num-total_5 div.kosu_sf-form-element { width: 100%; margin-bottom: 10px; }
}

@media screen and (max-width: 850px) {
  .form-sf-v2-wrapper.kosu_num-total_4 div.kosu_sf-form-element { width: 100%; margin-bottom: 10px; }
}

@media screen and (max-width: 700px) {
  .form-sf-v2-wrapper.kosu_num-total_3 div.kosu_sf-form-element { width: 100%; margin-bottom: 10px; }
  .form-sf-v3-wrapper.kosu_num-inp_3  div.kosu_sf-form-element  { width: 100%; margin-bottom: 10px; }

}

@media screen and (max-width: 500px) {
  .form-sf-v2-wrapper.kosu_num-total_2 div.kosu_sf-form-element { width: 100%; margin-bottom: 10px; }
  .form-sf-v3-wrapper.kosu_num-inp_2  div.kosu_sf-form-element  { width: 100%; margin-bottom: 10px; }
}


/*----------------------------------------------------------------------------*/
/*  KOSU - Kongress Suite                                                     */
/*  Catalog                                                                   */
/*----------------------------------------------------------------------------*/

.kosu_cat_tbl       { display: table; width: 100%;}
.kosu_cat_tbl_row   { display: table-row; }
.kosu_cat_tbl_cell  { display: table-cell; vertical-align: middle; }

.kosu_cat_tbl_hdr .kosu_cat_tbl_cell {font-size: 1.5em;}


.kosu_cat_tbl_cell.kosu_cat_spk_img img { height: 50px; width: 50px; }
.kosu_cat_tbl_cell.kosu_cat_spk_name,
.kosu_cat_tbl_cell.kosu_cat_spk_online  { font-size: 1.5em; }

.kosu_cat_bereich-a.kosu_cat_active {background-color: red;  background-clip: padding-box;}
.kosu_cat_bereich-b.kosu_cat_active {background-color: blue; background-clip: padding-box;}


/*----------------------------------------------------------------------------*/
/*  KOSU - Kongress Suite                                                     */
/*  Speaker Image                                                             */
/*----------------------------------------------------------------------------*/


.kosu_spk_image img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------------------------*/
/*  KOSU - Kongress Suite                                                     */
/*  Speaker Schedule                                                          */
/*----------------------------------------------------------------------------*/

table.kosu_congress_schedule {
    table-layout: auto;
    border-collapse: collapse;
    width: 100%;
}

table.kosu_congress_schedule tr td.kosu_congress_schedule_name {
  width: 100%;
  padding-left: 25px;
}

/*----------------------------------------------------------------------------*/
/*  KOSU - Video Index                                                        */
/*----------------------------------------------------------------------------*/

.kosu_video_timeline {
  list-style-type: none;
}

.kosu_onAir,
.kosu_onAir .fa-li {background-color: #a9ba04; color: #ffffff;}

.kosu_onAir .fa-li {
  height: 100%;
  top: initial;
  padding-top: .22em;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}


.kosu_video_jump_mark {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  cursor: pointer;
}

/*----------------------------------------------------------------------------*/
/*  KOSU - Icalendar                                                          */
/*----------------------------------------------------------------------------*/

a.kosu-single-ical:before {
  content: "\f073";
  font-family: FontAwesome;
}


/*----------------------------------------------------------------------------*/
/*  KOSU - Member                                                             */
/*----------------------------------------------------------------------------*/

.kosu_member_ajax_marker {
  display: block;
  height: 30vh;
}

.videoproxy {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  background-color: #a3c6d9;
  background-image: url(../img/play_button.png);
  background-repeat:no-repeat;
  background-position: center center;
}

.videoproxy_link   {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
}

/*----------------------------------------------------------------------------*/
/*  KOSU - Sozial Links                                                       */
/*----------------------------------------------------------------------------*/

.kosu_sozial_links { list-style: none; padding-left: 0px; font-size: 1.3em; }
ul.kosu_sozial_links_horizontal li { float: left;}

.kosu_sozial_website_icon,
.kosu_sozial_facebook_icon,
.kosu_sozial_youtube_icon,
.kosu_sozial_instagram_icon,
.kosu_sozial_pinterest_icon,
.kosu_sozial_linkedin_icon,
.kosu_sozial_telegram_icon,
.kosu_sozial_twitter_icon,
.kosu_sozial_email_icon   {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1.28571429em;
    text-align: center;
}

.kosu_sozial_website_icon::before   {content: "\f0ac";}
.kosu_sozial_facebook_icon::before  {content: "\f09a";}
.kosu_sozial_youtube_icon::before   {content: "\f167";}
.kosu_sozial_instagram_icon::before {content: "\f16d";}
.kosu_sozial_linkedin_icon::before  {content: "\f08c";}
.kosu_sozial_twitter_icon::before   {content: "\f099";}
.kosu_sozial_pinterest_icon::before {content: "\f231";}
.kosu_sozial_telegram_icon::before  {content: "\f2c6";}
.kosu_sozial_email_icon::before     {content: "\f0e0";}

.kosu_sozial_button a {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.kosu_sozial_button i {
  width: 1.3em;
  text-align: left;
}

.kosu_sozial_button .kosu_sozial_link_label { text-overflow: ellipsis; }
.kosu_sozial_button  {
background: #93cc05;
padding: 0.3em;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: .5em;
}

.kosu_sozial_links_horizontal .kosu_sozial_button {
  margin-right: .5em;
}



/*----------------------------------------------------------------------------*/
/*  KOSU - Popup window                                                       */
/*----------------------------------------------------------------------------*/

.kosu-popup-content,
.kosu_gallery_popup {
  background-color: #ffffff;
}

.kosu-popup-button-close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  z-index: 5;
}

.kosu-popup-button-close:after {
  content: '✖'; /* UTF-8 symbol */
}

/*----------------------------------------------------------------------------*/
/*  KOSU - Download                                                           */
/*----------------------------------------------------------------------------*/


.kosu_download_button {
  border: 0px;
  border-radius: 5px 5px 5px 5px;
  color: #ffffff ;
  float: left;
  font-size: 19px;
  line-height: 40px;
  margin-bottom: 10px;
  background-color: #d16d36;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
}

.kosu_dl_progress {
  display: none;
  border-radius: 0px 0px 5px 5px;
  background-color: #a9ba04;
  padding: 10px 15px;
}
.kosu_dl-title { padding: 10px 15px; }

.kosu_dl-title:before {
  content: "\f025";
  font-family: FontAwesome;
  float:left;
  margin-right: 10px;
}


/*----------------------------------------------------------------------------*/
/*  KOSU - Download                                                           */
/*----------------------------------------------------------------------------*/


.kosu_collage span:hover {
    position: relative;
}

.kosu_collage_speaker img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

td.kosu_collage_speaker { position: relative; }
.kosu_collage_speaker .kosu_collage_hover { display: none; }

.kosu_collage_speaker:hover .kosu_collage_hover {
  display: initial;
  padding: 4px 8px;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 10%;
  top: 75%;
  white-space: nowrap;
  z-index: 2;
  border-radius: 5px;
  background: rgba(171, 186, 5, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

._kosu_collage span[data]:hover:after {
    content: attr(data);
    padding: 4px 8px;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 10%;
    top: 56%;
    white-space: nowrap;
    z-index: 2;
    border-radius: 5px;
    background: rgba(171, 186, 5, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.kosu_collage_tagline {
  float: left;
  font-size: .7em;
  line-height: 1em;
  margin-bottom: 2px;
  width: 100%;
}

/*----------------------------------------------------------------------------*/
/*  Image Credits                                                             */
/*----------------------------------------------------------------------------*/
.kosu-image-credit { width: 100%; }
.kosu-image-credit tr td { border-bottom: 1px solid; padding: 10px;}
.kosu-image-credit .kosu-image-credit-img { width: 70px; display: block; }

/*----------------------------------------------------------------------------*/
/*  KOSU - Accordion                                                          */
/*----------------------------------------------------------------------------*/

#kosu-accordium-advertising .vivo-accordion {
  line-height: 2.5em;
  padding: 4px;
  font-size: 1em;
  font-weight: 500;
  background-color: #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

#kosu-accordium-advertising .vivo-accordion:hover {
  background-color: #f1f1f1;
}

#kosu-accordium-advertising .vivo-accordion img {
  margin-right: 10px; width: 2.5em;
  border-radius: 3px;
}

#kosu-accordium-advertising .vivo-panel {
  font-size: .8em;
  background-color: #fdfdfd;
}

#kosu-accordium-advertising .mesu-dl-wrapper { display: inline-block; }
#kosu-accordium-advertising .mesu-dl-link-wrapper { text-align: left; }

#kosu-accordium-advertising .kosu-indicator-wrapper {
  line-height: 1.5em;
}

#kosu-accordium-advertising .kosu-exist {
  font-size: .8em;
  width: 1.5em;
  height: 1.5em;
  background-color: #444444;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  top: 10px;
  position: relative;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: calc((1.5em - 1em)/2);
}


.kosu-speaker-accordion { width: 100%; }
.kosu-speaker-accordion-img {
  display: table-cell;
  width: 150px;
}

.kosu-speaker-accordion-txt {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}


table.kosu-doc-shortcode {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.kosu-doc-shortcode th {
    background-color: rgba(87, 136, 156, .3);
    vertical-align: middle;
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
    height: 2em;
}

.kosu-doc-shortcode input.kosu-t-plain {
    border: 0 none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    margin-right: 30px;
}

.kosu-doc-shortcode tbody tr:hover {
    background-color: rgba(87, 136, 156, .3);
}
.kosu-doc-shortcode tr:nth-child(even) {
    background: #f9f9f9;
}


.kosu_playlist_wrapper { width: 100%; display: flex; background-color: #0000000d;}
.kosu_playlist_element_wrapper { float: left; cursor: pointer; display: flex; }
.kosu_playlist_element_title   {
  width: 100%;
  text-align: center;
  font-size: 0.5em;
  font-weight: bold;
}

.kosu_playlist_elements_1 .kosu_playlist_element_wrapper,
.kosu_playlist_elements_2 .kosu_playlist_element_wrapper,
.kosu_playlist_elements_3 .kosu_playlist_element_wrapper,
.kosu_playlist_elements_4 .kosu_playlist_element_wrapper { width: 25%; }

.kosu_playlist_elements_5 .kosu_playlist_element_wrapper { width: 20%; }
.kosu_playlist_elements_6 .kosu_playlist_element_wrapper { width: 16%; }
.kosu_playlist_elements_7 .kosu_playlist_element_wrapper { width: 14%; }

.kosu_playlist_element {
  border: 6px solid #ff000000;
  border-radius: 2px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}


.kosu_playlist_element.active,
.kosu_playlist_element:hover { border: 6px solid #00000021; }

.kosu_playlist_element_download {
  text-align: center;
  color: #00000021;
  font-size: .7em;
}

.kosu_playlist_element_download a {
  text-decoration: none;
  color: #00000021;
}

.kosu_playlist_element_download i { margin-right: 5px; }

.kosu_playlist_element_download:hover a,
.kosu_playlist_element_download:hover  { /* background-color: #00000021; */ color: initial; }

/*  Dropdown  */


.kosu-index-options {
    border: solid 1px #ccc;
    border-top: none;
    list-style: none;
    box-shadow: 0px 1px 5px #ddd;
    display: none;
/*    position: absolute;
    left: 0;
    right: 0;  */
    z-index: 2000;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
    width: 100%;
}

.kosu-show-index-options {
    display: block;
}


.kosu-index-selected,
.kosu-index-option {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.kosu-index-selected {
  position: relative;
  border: solid 1px #ccc;
  background: rgb(238, 238, 238);
  cursor: pointer;
  padding-right: calc(2em + 10px);
}

.kosu-index-option:hover {
    background: #f3f3f3;
    color: #000;
}

.kosu-index-dd-image  {
    vertical-align: middle;
    float: left;
    margin-right: 15px;
    max-width: 2.5em;
}

.kosu-index-dd-description,
.kosu-index-dd-text {
  display: block;
  overflow: hidden;
}

.kosu-index-search {
    box-sizing: border-box;
    padding: 14px 20px 12px 14px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}
.kosu-index-search:focus {outline: 3px solid #ddd; }

.kosu-index-search:before {
/*    font-family: FontAwesome; */
    color: #d3d3d3;
    font-size: 20px;
    left: 10px;
    line-height: 1;
    margin-top: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
    z-index: 2;
}

.kosu-index-search:focus {
    outline: 0px solid #ddd;
}

.kosu-index-dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -3px;
}

.kosu-index-dd-pointer-up {
    border: solid .5em transparent !important;
    border-bottom: solid .5em #000 !important;
    margin-top: -.8em;
}

.kosu-index-dd-pointer-down {
    border: solid .5em transparent;
    border-top: solid .5em #000;
}


/*--- Ranking table definition -------------------------------------------------
*/

table.kosu_t_ranking {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.kosu_t_ranking th {
  background-color: rgba(87, 136, 156, .3);
  vertical-align: middle;
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;

}

.kosu_t_ranking td {
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding-right: 5px;
  padding-left: 5px;
}

.kosu_t_ranking tr:nth-child(even) {
  background: #f9f9f9;
}

.kosu_t_ranking tr:hover {
  background-color: rgba(87, 136, 156, .3);
}
.kosu_t_ranking .visits,
.kosu_t_ranking .subscirptions,
.kosu_t_ranking .confirmed_subscriptions { text-align: center;}


/*
 BUTTONS -----------------------------------------------------------------------
*/

.kbtn-secondary.kbtn-hover:hover, .kbtn-secondary.kbtn-hover:hover a {
  background-color: #a9ba04;
  color: #fff;
  border-color: #a9ba04;
}

.kbtn-secondary.kbtn-hover:hover:hover, .kbtn-secondary.kbtn-hover:hover a:hover {
  color: #fff;
}

.kbtn-primary.kbtn-hover:hover, .kbtn-primary.kbtn-hover:hover a {
  background-color: #fff;
  color: #a9ba04;
  border-color: #a9ba04;
}

.kbtn-primary.kbtn-hover:hover:hover, .kbtn-primary.kbtn-hover:hover a:hover {
  color: #a9ba04;
}

.kbtn {
  border: 1px solid transparent;
  background-image: none;
  background-color: transparent;
  text-transform: none;
  font-weight: 700;
  display: inline-block;
  line-height: 1.25em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  padding: 8px 16px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kbtn a {
  text-decoration: none;
}

.kbtn-shaddow {
  box-shadow: 0 3px 10px rgba(191, 191, 191, 0.7);
}

.kbtn-block {
  width: 100%;
}

.kbtn-lg {
  font-size: 1.5em;
}

.kbtn-sm {
  font-size: 1em;
  padding: 4px 8px;
}

.kbtn-xs {
  font-size: .8em;
  padding: 1px 7px;
}

.kbtn {
  color: #fff;
  background-color: #531d3d;
  border-color: #531d3d;
}

.kbtn-primary, .kbtn-primary a {
  background-color: #a9ba04;
  color: #fff;
  border-color: #a9ba04;
}

.kbtn-primary:hover, .kbtn-primary a:hover {
  color: #fff;
}

.kbtn-secondary, .kbtn-secondary a {
  background-color: #fff;
  color: #a9ba04;
  border-color: #a9ba04;
}

.kbtn-secondary:hover, .kbtn-secondary a:hover {
  color: #a9ba04;
}

.kbtn-neutral, .kbtn-neutral a {
  background-color: #e4e4e4;
  color: #00000099;
  border-color: #e4e4e4;
}

.kbtn-neutral:hover, .kbtn-neutral a:hover {
  color: #00000099;
}

.kbtn-negative, .kbtn-negative a {
  background-color: #cf5c36;
  color: #fff;
  border-color: #cf5c36;
}

.kbtn-negative:hover, .kbtn-negative a:hover {
  color: #fff;
}

.kbtn-icon i {
  padding: 0px .5em 0px 0em;
}

.kbtn-icon-left i {
  float: left;
}


/*------------------------------------*\
    Icon Button
\*------------------------------------*/

.kbtn_wrapper {
	display: table;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.kbtn_wrapper .kbtn_link { text-decoration: none !important; }

a.kbtn_link {
	  color: #fff;
    background-color: #e15c21;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    overflow: hidden;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
		border-radius: 8px;
}

a.kbtn_link:hover {
	background-color: #00a1b1;
}

.kbtn-text {
	color: inherit;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex: 1;
	position: relative;
  padding: 12px 15px;
}

.kbtn-icon {
	margin: 0;
	display: block;
	font-size: 2em;
  line-height: 0;
  position: relative;
  color: inherit;
  width: 2em;
  height: 2em;
  background-color: rgba(0, 0, 0, 0.2) !important;
  padding: .5em !important;
}

.kbtn_full_width { width: 100%; }

.fa-rotate-45 {
    -webkit-transform: rotate( -45deg );
    -ms-transform: rotate( -45deg );
    transform: rotate( -45deg );
}

/*
  Calendar
*/

.kosu_calendar_tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kosu_calendar_tags li,
.kosu_calendar_tags a {
    font-size: 1em;
    float: left;
    height: 2em;
    line-height: 2em;
    position: relative;
}

.kosu_calendar_tags a {
    background: #afb0b1;
    color: #fff;
}

.kosu_calendar_tags a:before {
    border-color: transparent #afb0b1 transparent transparent;
}

.kosu_calendar_tags a {
    margin-left: 20px;
    padding: 0 .5em 0 1em;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.kosu_calendar_tags a i {
  margin-left: 0.5em;
  visibility: hidden;
}

.kosu_calendar_tags a:hover {
    background: #555;
}

.kosu_calendar_tags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -1em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 1em 1em 0;
}

.kosu_calendar_tags a:after {
    content: "";
    position: absolute;
    top: calc( 1em - 0.2em );
    left: 0;
    float: left;
    width: 0.4em;
    height: 0.4em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.kosu_calendar_tags li[data-calendarentry_category=''] { display: none; }

.kosu_calendar_tags a:hover:before { border-color: transparent #555 transparent transparent; }
.kosu_calendar_tags a:hover { background: #555; }
.kosu_calendar_tags a:hover i {
  visibility: initial;
}

.kosu_full_height .vc_column-inner .wpb_wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
}

