/*SCHEDULE.HTML*/

div.evtr-logo {
	margin-bottom: 30px;
}
/*lecture.HTML*/
h2.evtr-lecture-name {
	color: #3B588B  ;
    font-size: 30px;
   font-family: Oswald, Helvetica, Arial, sans-serif;
    font-weight: 600!important;
    line-height: 120%!important;	
	text-align: center !important;
	
}
em {
	
	color: #666;
}
div.evtr-widget {

    margin: auto;
}


ul.evtr-speakers {list-style-type: none;

text-align: center !important;
}

p.evtr-description {
	color: #777777;
text-align: justify;
font-family: "Lato", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 150%;
margin-left: 20px;
	
	grid-column: 2 / 3;
grid-row: 3 / 5;
	white-space: pre-line;
}

ul.evtr-tracks {list-style-type: none;
	
	background: url("https://plnog.pl/css/../img/dash.gif");
    background-position: bottom;
    background-repeat: no-repeat;
	display: block;
	
	
	
	
}

li.evtr-track {
	color: #909090!important;
	/* margin-left: -35px; */
	    padding-bottom: 40px;
    margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center !important;
}


li.evtr-track:before {
		content: "TRACK: ";
		font-weight: 700;

}
.evtr-logo {
	width: 120px !important;
	text-align: center !important;
	margin: auto;
}
h3.evtr-speakers-hdr {
	  border-top: 0px solid #eaeaea !important;
    padding-top: 40px;
	 font-size: 30px;
     font-family: "Lato", sans-serif;
    font-weight: 400!important;
    line-height: 100%!important;	
    text-transform: none;
    color: #666;
	margin-top: 30px;
	background: url("https://plnog.pl/css/../img/dash.gif");
    background-position: top;
    background-repeat: no-repeat;
	text-align: center !important;
}

/*BIO.HTML*/

div.evtr-bio {
	margin-left: 10px!important;
    margin-right: 10px!important;
}


p.evtr-bio   {
	color: #2E038C;
    text-align: justify;
    font-family: europa, sans-serif !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
	margin-left: 0px;
	
}
h3.evtr-talks-hdr {

    border-top: 0px solid #eaeaea !important;
    padding-top: 40px;
	    
    line-height: 100%!important;	
    text-transform: none;
    color: #454545;
	margin-top: 30px;
	background: url("https://plnog.pl/css/../img/dash.gif");
    background-position: top;
    background-repeat: no-repeat;
	color: #2E038C;
font-size: 40px;
font-family: paralucent, sans-serif !important;
font-weight: 600;
text-align: left !important;
}

h3.evtr-company-pos {
	
    padding-bottom: 20px;
   	margin-bottom: 0px;
	margin-top: 5px!important;
	background: url("https://plnog.pl/css/../img/dash.gif");
    background-position:bottom;
    background-repeat: no-repeat;
	padding-bottom: 40px;
	

	
}

h2.evtr-name {
	color: #2E038C;
font-size: 40px;
font-family: paralucent, sans-serif !important;
font-weight: 900;
font-style: normal;
line-height: 100% !important;
text-transform: uppercase;
letter-spacing: 3.5px;
}

span.evtr-last-name {
	color: #58d346 !important;
	display: block;
}

img.evtr-photo{
    display: block;
    max-width: 100%;
    height: auto;
	
	border: 0px solid #ccc !important;
}

ul.evtr-talks{
 
    font-weight: 300;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    padding-bottom: 20px;
	list-style-type: none;
	color: #9d425a;
	margin-left: 0px;
	
}


div.evtr-bio {
  display: grid!important;
  grid-template-columns:250px auto;
  grid-gap: 15px 25px;
	align-items: start;
margin-top: 0px;
	}

h2.evtr-name {
	grid-column: 2/3;
grid-row: 3/5;
	margin-bottom: 0px;	
	text-align: left;
}

h3.evtr-company-pos{
	grid-column: 2/3;
grid-row: 3/5;
	font-size: 19px;
	
	    font-weight: 200 !important;
   
	text-align: left;
	margin-top: 80px !important;
	
	color: #2E038C;
font-size: 22px;
font-family: paralucent, sans-serif !important;
}
img.evtr-photo{
	grid-column: 1;
  	grid-row: 3;	
}

p.evtr-bio{
	grid-column: 1 / 3;
grid-row: 4 / 5;
margin-top: 40px;
}
h3.evtr-talks-hdr{
	grid-column: 1/3;
 	grid-row: 5;	
	text-align: center;
	border-top: 1px solid #ccc !important;
}
ul.evtr-talks{
  grid-column: 1/3;
  grid-row: 6;
	text-align: center;
}

a {
	text-decoration: none !important;
}



@media(max-width:767px){
	a.evtr-talk-name {
 
  line-height: normal;
}
	
div.evtr-bio {
  display: grid!important;
  grid-template-columns:auto;
  grid-gap: 5px 15px;
	align-items: start;
	}

h2.evtr-name {
	grid-column: 1;
  	grid-row: 1;
	margin-bottom: 0px;	
}

h3.evtr-company-pos{
	grid-column: 1;
  	grid-row: 1;
	margin-bottom: 0px;
	margin-top: 0px;	
}
img.evtr-photo{
	grid-column: 1;
  	grid-row: 3;	
	margin: auto;
    margin-bottom: 30px;
}

p.evtr-bio{
	grid-column: 1;
  	grid-row: 4;
	margin-left: 10px;
	margin-right: 10px;
	    max-width: 500px;
    margin: auto;
}
h3.evtr-talks-hdr{
	grid-column: 1;
 	grid-row: 5;	
}
ul.evtr-talks{
  grid-column: 1;
  grid-row: 6;
}
	
	
}
	

div.evtr-time {
	text-align: left !important;
margin-top: 20px;
color: #2E038C;
text-align: justify;
font-family: europa, sans-serif !important;
font-size: 18px;
}

div.evtr-logo {
	margin-top: 30px;
}

a.evtr-talk-name{
    color: #31A02A  !important;
	font-family: europa, sans-serif !important;
font-weight: 700;
font-size: 25px;
color: #2E038C !important;
text-align: left;
display: block;
}