a{
	color: inherit;
}

a:hover {
 text-decoration-line: underline;
}

div.wp-block-columns{
	margin-bottom: 10px;
} 

/* pola na podpisny pod zdjęciami pracowników */
@media  (min-width: 765px){
	.tlp-team .layout1 .single-team-area h3{
		height: 60px !important;
	}
	.tlp-team .layout1 .designation {
    height: 50px !important;
	}
	.tlp-team .layout1 .single-team-area h3 {
    font-size: 19px;
	}
}
/* zdjęcia pracowniów */
	.tlp-team .img-responsive {
    max-width: 100%;
		width: 400px;
}


/* podpisy w galleri obrazków - Research */
.foogallery .fg-caption-title {
    font-size: 14px;
	  /* text-decoration-line: underline; */
  text-decoration-style: dashed;
}

/*formatowanie bibliografii*/
td.tp_pub_number, td.tp_pub_number_simple {
font-size: 0.8em !important;
}

div.tp_abstract_entry{
	font-size: 0.8em !important;
}

div.tp_bibtex_entry{
		font-size: 0.8em !important;
}

a.tp_close{
	font-size: 0.8em !important;
}


/* formatowanie wyróżnionych postów*/
div.highlights{
	/*	background: #000; */
background: #1a2b68; 
	/*background: #006ba1;*/
	color: #ffffff;
	border-top-style: solid;
	border-top-width: 2px; 
	margin-top: 30px;
	padding-top: 0px;
	border-left-width: 2px;
	border-left-style: solid;
	border-bottom-style: solid;border-bottom-width: 2px;border-right-width: 2px;border-right-style: solid;padding-bottom: 30px;padding-left: 20px;padding-right: 20px;
}




div.listing-item{margin-top: 20px;}




a.title{
font-size: 1.75em;
font-family: Tinos,serif;
line-height: 1.5;
		color: inherit;
}

a.more-link{
	color: inherit;
}

/* formatowanie postów */
@media  (min-height: 600px) and (min-width: 600px){
.two_columns_posts {
	  -moz-column-count: 2;
	  -moz-column-gap: 20px;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 20px;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 20px;
	column-rule: none;
	}
	
.post_in_list {
    margin: 0;
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table;                      /* Actually FF 20+ */
}
	
	.post_in_list p{
		padding: 10px;
	}
	
}

h2.news-title {	
	font-size:  1.8em;
}

.post_in_list hr{	
	visibility:  visible;
	height: 3px;
 background-color: #1a2b68;
	/*background-color: #FA009B;*/
  border: none;
}

@media  (max-width: 768px) {
	h2.news-title {
	background: #1a2b68;
/*	background: #006ba1;*/
	color: #ffffff;
	padding: 10px;
  font-family: Rubik,sans-serif;
	font-size:  0.9em;}
	
	.post_in_list hr{
visibility: hidden;
}
}

#mobile-menu-trigger{display:block;position:fixed;top:49px;left:30px;cursor:pointer;z-index:8;margin-top:7px} 

/* ukrywanie logo Wydziału */
.img-head{
  visibility: hidden;
}
@media  (min-height: 600px) and (min-width: 600px){
.img-head{
	visibility: visible;
}

}




            
