/*SCHEDULE.HTML*/

div.evtr-logo {
	margin-bottom: 30px;
}
/*lecture.HTML*/
h2.evtr-lecture-name {
	
    font-size: 30px;
   font-family: 'Raleway', sans-serif !important;
    font-weight: 800 !important;
    line-height: 120%!important;	
	text-align: center !important;
	text-transform: uppercase;
color: #fff !important;
background-color: #61358a;
padding-top: 7px;
padding-bottom: 8px;
	
}
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: 'Raleway', sans-serif !important;
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: #fff !important;
    text-align: justify;
    font-family: 'Raleway', sans-serif !important;
	font-size: 17px;
line-height: 28px;
font-weight: 400;
	white-space: break-spaces;
    
	margin-left: 0px;
	
}
h3.evtr-talks-hdr {

    border-top: 0px solid #eaeaea !important;
    padding-top: 40px;
	 font-size: 30px;
   
    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;
}

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: #000;	
    font-size: 40px;
	 font-family: 'Raleway', sans-serif !important;
	font-weight: 600;
	font-style: normal;
	line-height: 100%!important;	
}

span.evtr-last-name {
	color: #fff;
}

img.evtr-photo{
    display: block;
    max-width: 100%;
    height: auto;
	
	border: 1px 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: 70px;
	}

h2.evtr-name {
	grid-column: 2/3;
grid-row: 3/5;
	margin-bottom: 0px;	
	text-align: left;
	 font-size: 30px;
   font-family: 'Raleway', sans-serif !important;
    font-weight: 800 !important;
    line-height: 120%!important;	
	text-align: center !important;
	text-transform: uppercase;
color: #fff !important;
background-color: #e80081;
padding-top: 7px;
padding-bottom: 8px;
}

h3.evtr-company-pos{
	grid-column: 2/3;
grid-row: 3/5;
	font-size: 21px !important;
	color: white !important;
	    font-weight: 300 !important;
   font-family: 'Raleway', sans-serif !important;
	text-align: left;
	margin-top: 50px !important;
	line-height: 130%;
}
img.evtr-photo{
	grid-column: 1;
  	grid-row: 3;	
}

p.evtr-bio{
	grid-column: 2 / 3;
grid-row: 3 / 5;
margin-top: 130px;
}
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){
	
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: 2;
	margin-bottom: 20px;
	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 {
	font-size: 14px;
	color: #fff;
	text-align: center !important;
	margin-top: 10px;
}

div.evtr-logo {
	margin-top: 30px;
}

a.evtr-talk-name{
    color: #fff !important;
	font-family: 'Raleway', sans-serif !important;
	font-size: 23px;
	line-height: 150%;
font-weight: 600;
	
}
.evtr-company {
	grid-column: 2/3;
grid-row: 3/5;
display: grid;
}