@charset "utf-8";
/* CSS Document */

p.evtr-bio {display: none;	}

p.niepoczebne {display: none;}

li.evtr-speaker {
	    width: 23%;
    background-color: rgba(26, 11, 57, 1);
background-image: linear-gradient(180deg, rgba(26, 11, 57, 1) 0%, rgba(9, 31, 54, 1) 100%);
	margin-left: 9px;
	margin-right: 9px;
    min-height: 315px;
	display: inline-grid;
	cursor: pointer;
	margin-bottom: 18px;
	-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
	-webkit-box-shadow: 0px 8px 0px 0px rgba(180, 7, 102, 1);
-moz-box-shadow: 0px 8px 0px 0px rgba(180, 7, 102, 1);
box-shadow: 0px 8px 0px 0px rgba(180, 7, 102, 1);
}

img.evtr-photo{
	
	
	width: auto!important;

    -webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
	height: auto!important;
	
	max-width: 100%!important;
    -webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
	
}

ul {
    padding: 0;
    list-style-type: none;
}

.eventory-speakers {
	margin-left: -70px;
}

img.evtr-photo:hover { 

	-webkit-transition-duration: 400ms;
    -moz-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
	}
.eventory-speakers {
	max-width: 1000px;
	margin: auto;
}

li.evtr-speaker a {
	  text-decoration: none;
	margin-bottom: 14px !important;
	font-size: 18px;
	color: #d91c56;
}
ul.evtr-speakers {
	margin: 0px !important;
}
.nazwisko {
      text-decoration: none;
	text-transform: uppercase;
	padding-top: 15px;
	font-size: 18px;
	color: #fff;
   font-family: "century-gothic", sans-serif;
font-weight: 700;
    padding-bottom: 4px;
    background-position: bottom;
		text-align: center;
	}
p.nazwisko  {
	margin: 0px !important;
}
.evtr-company {
	    font-size: 16px;
	font-weight: 400;
    color: #fff;
	padding-top: 1px;
padding-bottom: 1px;
font-family: "century-gothic", sans-serif;
	
}
.evtr-position {
	
	 font-size: 0.9em;
    color: #8e8e8e;
	display: none;
}


@media (max-width: 992px){
	
	li.evtr-speaker {
	    width: 30%;
		min-height: auto!important;
    
}
	
}
@media (max-width: 586px){
	.name_container {
		margin-bottom: 15px !important;
	}
	
	li.evtr-speaker {
	    width: 80%;
	}
	.content-section a {
  display: contents !important;
	}
}

.speakers-more-btn {
  display: block;
background-color: rgba(180, 7, 102, 1);
background-image: linear-gradient(126deg, rgba(180, 7, 102, 1) 0%, rgba(212, 70, 117, 1) 100%);
border: 0px solid #ff7300;
padding: 15px 40px;
text-decoration: none;
color: #fff;
	text-align: left;
font-size: 30px;
border-radius: 30px;
width: 524px;
position: relative;
margin-top: 0px;
transition: all .3s;
	font-family: "all-round-gothic", sans-serif !important;
font-weight: 700 !important;
font-style: normal !important;
}
.speakers-more-btn:hover {
  color: #fff;
  background-color: #2ebcfc;
  border-color: #2ebcfc
}
.speakers-more-btn img {
  position: absolute;
  right: 25px;
}