@property --rotate {
  syntax: "<angle>";
  initial-value: 132deg;
  inherits: false;
}
.info-article{
	width: 100%;
	height: 85vh;

	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	color:#FFF;
	margin-top: -2em;
	text-shadow: 4px 4px 6px rgba(66, 68, 90, 1), 4px 4px 6px rgba(66, 68, 90, 1);
	overflow: hidden;
}
.content-header{
	width: 50vw;
	position: relative;
	top: 50vh;
	left: 25vw;
}
.content-box2{
	width: 50%;
	margin:auto;
}
.content-box2 a{
	border:none;
	display: inline-block;
}
.content-box2 a::after{
	width: 100%;
	margin-top: 1px;
}
article{
	margin-top: 3em!important;
	margin-bottom: 10em!important;
}
.likely__widget{
	transition-duration: .3s;
}
.likely__widget::after{
	display: none;
	
}
nav a, nav span:first-child{
	color:#fff;
}
nav .submenu ul a{
	color:#000;
}
nav .current{
	color:#000!important;
}
.nav-scrolled a, .nav-scrolled span{
	color:#000!important;
}
.short-info, .content-box2{
	line-height: 1.6em;
}
.short-info{
	height: 40vh;
	background: rgba(255,255,255,.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0,0,0,.1);
    backdrop-filter: blur(5px);
    color: #000;
    padding: 1em;
    margin-left: -1em;
    margin-right: -1em;
    font-weight: bold;
    text-shadow: none;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
    margin-top: 3.5vh;
}
.short-info *{
	text-shadow: none;
}
article p a{
	display: inline-block;
}
.share{
	display: flex;
}
.share *{
	box-sizing: border-box;
	transition-duration: .3s;
  transition-timing-function: ease-in;
}
.share a{
	border:solid #333 .15em;
	padding: .5em;
	font-size: .9em;
	border-radius: .5em;
    display: flex;
    flex-direction: row; /* ustawia kierunek flex na pionowy */
    justify-content: center;
    margin-right: .5em;
    cursor: pointer;
    background: #FFF;
    transition-delay: 0s;
}

.share a i {
	font-size: 1.8em;
	margin-left: .25em;
}
.share a::after{
	display: none;
}
.share .facebook{
	border-color: #1877F2;
	color: #1877F2;
}
.share .facebook:hover{
	background: #1877F2;
}
.share .facebook:hover i, .share .facebook:hover span{
	color:#FFF;
}
.share .linkedin{
	border-color:#0A66C2;
	color:#0A66C2;
}
.share .linkedin:hover{
	background: #0A66C2;;
}
.share .linkedin:hover i, .linkedin:hover span{
	color:#FFF;
}
.share .twitter{
	border-color:#000000;
	color:#000000;	
}
.share .twitter svg{
	width: 2.5em;
}
.share .twitter:hover{
	background: #000000;
}
.share .twitter:hover i, .share .twitter:hover span{
	color:#FFF;
}
.share .twitter svg{
	transition-duration: .1s;
}
.share .twitter:hover svg{
	 fill: #FFF;
}
.share a span{
	color:#000;
	padding-top: .15em;
}
.posts-list{
  display: flex;
  width: 100%;

  margin-top: 2em;
}
.posts-list .item-list{
  width: 20%;
  display: flex;
  flex-direction: column;
  padding: 1em;
  margin: 1em;
}
.posts-list .item-list h3{
  margin-bottom: .15em;
}
.posts-list .item-list .read-more{
  color:#FFF;
  transition-duration: .3s;
  background-image: linear-gradient(
    var(--rotate)
    , #5ddcff, #3c67e3 43%, #4e00c2);
    opacity: 1;
  display: inline-block;
  padding: .5em;
  width: 6em;
  border-radius: .2em;
}
.posts-list .item-list .read-more::after{
  display: none;
}
.posts-list .item-list img{
  width: 100%;
  border-radius: 1em;
}
.similar-header{
	padding-left: .5em;
}
@media (max-width: 1024px){

}

@media (max-width: 767px){
	.content-header{
		width: 90vw;
		left: 5vw;
		top: 27.5vh;
	}
	 .content-box2{
		width: 90%;
	}
	.short-info{
		width: 100%;
		margin-top: .5em;
	}
	nav a, nav span:first-child{
		color:#000;
	}
	.info-article{
		background-position: center;
	}
	.share{
		flex-wrap: wrap;
	}
	.share a{
		margin-bottom: .5em;
	}
	.posts-list{
		flex-direction: column;
	}
	.posts-list *{
		box-sizing: border-box;
	}
	.posts-list .item-list{
    	width: 90%;
	}
	.posts-list .item-list .read-more{
		width: 7em;
	}
}