/* STANDARD PAGE LIST */

section.std-page-list{
	padding:0 5% 40px;
	margin:45px 0;
}

section.std-page-list .max-width{
	
}



section.std-page-list .wrapper{
	display:flex;
	flex-wrap:wrap;
	margin:0 -1%;
	justify-content: center;
}

section.std-page-list .page-list-item{
	position:relative;
	width:48%;
	margin:1%;
	display: flex;
	  justify-content: center;
}
section.std-page-list .page-list-item .image{
	height:0;
	padding-bottom:70%;
}
section.std-page-list .page-list-item .image:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(34, 43, 49, 0.25);
	transition: all 0.3s;
	z-index: 10;
}

section.std-page-list .page-list-item .image img{
	display:block;
	width:100%;
	height:auto;
}

section.std-page-list .page-list-item .info{
		position: absolute;
		bottom: 10%;
		left: 8%;
		text-align: left;
		padding: 20px 25px;
		width: auto;
		z-index: 20;
		background: #ff4e00;
		color: #f2f2f2;
		font-size: 0.9em;
		font-weight: 500;
		text-transform: capitalize;
		transition: all 0.3s;
		margin: 20px 0 0 0;
		border: none;
		overflow: hidden;
		border-radius: 2px;
		clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
	
}

/* section.std-page-list .page-list-item .info:before {
	content:'';
	background: var(--lighter-blue);
	height: 20px;
	width: 20px;
	top: 0;
	left: 0;
	position: absolute;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}*/


section.std-page-list .page-list-item .info h4{
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0;
}

section.std-page-list .page-list-item .info h4:after {
	display: none;
}
section.std-page-list .page-list-item .info p{
	color: #f2f2f2;
	font-size: 0.875em;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-top: 5px;
}

section.std-page-list .page-list-item a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:30;
}

section.std-page-list .page-list-item:hover .image:before{
	 background-color:rgba(0,0,0,0.5); 
}
@media screen and (max-width:960px){
	section.std-page-list .page-list-item{
		width:48%;
	}
}
@media screen and (max-width:@max-width-blog){
	section.std-page-list .page-list-item{
		width:98%;
	}
	
	section.std-page-list .page-list-item .image{
		padding-bottom:50%;
		overflow:hidden;
	}
	
	section.std-page-list .page-list-item .info p{
		display:none;
	}
}

@media screen and (max-width: 650px){
	section.std-page-list  .page-list-item {
		width: 98%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 600px){
	section.std-page-list .page-list-item .info {
		text-align: left;
	}
}
/* BLOG PAGE LIST */

.list-filter {
	margin: 0 0 20px 6px;
	position: relative;
	
}

#section-one.is-blog-list .max-width {
	max-width: 1320px;
}

section.blog-page-list{
	padding:0 ;
	margin:45px 0;
}
section.blog-page-list .max-width{
	margin:0 auto;
	width: 100%;
	
}
section.blog-page-list .wrapper{
	display:flex;
	flex-wrap:wrap;
}

section.blog-page-list .blog-page-list-item{
	position:relative;
	width:29.333%;
	width: 24%;
	  margin: 0.5%;
	background: #f0f1f5;
}

.blog-page-list-item .image{
	position:relative;
}

.blog-page-list-item .image a:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	background:rgb(34, 43, 49);
	transition:all 0.3s;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
}
.blog-page-list-item .image a{
	display:block;
	position:relative;
}

.blog-page-list-item .image a:after{
	content:'\f0c1';
	font-family:'Font Awesome 5 Pro';
	position:absolute;
	top:50%;
	left:50%;
	color:#fff;
	z-index:10;
	font-size:2em;
	transform:translate(-50%,-100px);
	opacity:0;
	transition:all 0.3s;
}



.blog-page-list-item .image img{
	width:100%;
	height:auto;
	display:block;
}

.blog-page-list-item .info{
	padding:20px 20px 40px 20px;
	background:#f0f1f5;
}

.blog-page-list-item .info h4{
	font-weight:700;
	margin:0;
	font-size:1.375em;
	line-height:1em;
}

.blog-page-list-item .info h4 a{
	transition:all 0.3s;
	color: #ff4e00;
	font-weught: 500;
	
}

.blog-page-list-item .info p{
	font-size:0.875em;
}

.blog-page-list-item .info p.author, section.title-block p.author{
	display:flex;
	font-size:11px;
	align-items: center;
	font-weight:500;
	margin: 0 0 15px 0;
	cursor: default;
}
.blog-page-list-item .info p.topic{
	margin: 0;
	  text-transform: uppercase;
	  font-size: 0.75em;
	  color: #fff!important;
	  position: absolute;
	  top: 15px;
	  left: 15px;
	  padding: 7px 20px;
	  background: #ff4e00;
	  font-weight: 700;
	  border-radius: 6px;
}

.blog-page-list-item .info p.author span, section.title-block p.author span{
	font-weight:400;
}

.blog-page-list-item .info p.author img, section.title-block p.author img, p.author img.u-avatar{
	width:24px;
	height:24px;
	display:block;
	border-radius:50%;
	margin-right:8px;
}


.blog-page-list-item:hover .info h4 a{
	color:var(--main-color);
}

.blog-page-list-item:hover .image a:before{
	opacity:0.5;
}

.blog-page-list-item:hover .image a:after{
	opacity:1;
	transform:translate(-50%,-50%);
}

@media screen and (max-width:1200px){
	section.blog-page-list .blog-page-list-item{
		width:32%;
	}
}

@media screen and (max-width:850px){
	section.blog-page-list .blog-page-list-item{
		width:46%;
	}
}
@media screen and (max-width:540px){
	section.blog-page-list .blog-page-list-item{
		width:96%;
	}
}
/* BLOG LIST SHARING */
div.list-sharing{
	display:flex;
	overflow:hidden;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding-bottom:10px;
	padding-right: 20px;
}
div.list-sharing-icon{
	width: 24px;
	height: 24px;
	background: transparent;
	text-align: right;
	line-height: 24px;
	position:relative;
	z-index:10;
	cursor:pointer;
}
div.list-socials{
	display:flex;
	transform: translateX(100%);
	opacity:0;
	transition:all 0.6s;
}
div.list-sharing.viewing div.list-socials{
	transform: translateX(0);
	opacity:1;
}
a.socials-item{
	display:block;
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	transition:all 0.3s;
	font-size:15px;
}

a.socials-item:hover{
}

div.list-sharing a i:before {
	color:#ff4e00 ;
}

.fa-share-alt:before {
	color: #132e54;
}

@media screen and (max-width: 450px) {
	a.socials-item {
		font-size: 1.3em;
		margin: 0 5px;
	}
}

