/* STANDARD PAGE LIST */

section.std-page-list{
	padding:5rem 0 ;
}

section.std-page-list .container-fluid {
	
}

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:31.333%;
	margin:1%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
section.std-page-list .page-list-item .image{
	height:0;
	padding-bottom:100%;
	transition: all 0.3s;
}

section.std-page-list .page-list-item:hover .image{
	transform: scale(1.02);
	transition: all 0.3s;
}

section.std-page-list .page-list-item .image:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: transparent;
	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;
	text-align:center;
	padding:0.875em 1.5rem;
	width:fit-content;
	z-index:20;
	background: rgba(138, 91, 2, 0.3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	bottom: 0;
	transform: translate(0,-50%);
	transition: all 0.3s;
}


section.std-page-list .page-list-item:hover .info {
	background: rgba(232, 176, 70, 0.3);
	transition: all 0.3s;
}

section.std-page-list .page-list-item .info h4{
	font-family: var(--title-font);
	font-weight: 400;
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0;
	
}
section.std-page-list .page-list-item .info p{
	color: #fff;
	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;
}


@media screen and (max-width:960px){
	section.std-page-list .page-list-item{
		width:48%;
	}
}
@media screen and (max-width:670px){
	section.std-page-list .page-list-item{
		width:98%;
		margin: 0 0 2rem 0;
	}
	
	section.std-page-list .page-list-item .image{
		width: 100%;
		padding-bottom:0;
		min-height: 350px;
		overflow:hidden;
	}
	
	section.std-page-list .page-list-item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	section.std-page-list .page-list-item .info p{
		display:none;
	}
}
/* BLOG PAGE LIST */



section.blog-page-list{
	padding:0;

}
section.blog-page-list .max-width{
	max-width:@max-width;
	margin:0 auto;
	
}
section.blog-page-list .wrapper{
	display:flex;
	flex-wrap:wrap;
	margin: 0 -2%;
}

section.blog-page-list .container-fluid {
	display: flex;
	flex-direction: column;
}

section.blog-page-list .blog-page-list-item{
	position:relative;
	width:29.333%;
	margin:2%;
}

.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 0 30px 0;
}

.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;
}

.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;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 3px 8px;
	background: #000;
}

.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.u-avatar, 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:#fff;
}

.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%);
}

.more-news.aurora-btn {
	margin: 0 auto;
}

.pagination-buttons {
	margin: 0 0 5rem 0;
}

ul.pagination {
	justify-content: center;
}
.pagination-buttons .active > .page-link, .pagination-buttons .page-link.active {
	background-color: var(--second-color)!important;
	border-color: var(--second-color)!important;
}

.pagination-buttons  .page-link {
	background-color: var(--third-color);
	color: var(--body-color);
	border-color: #22466f;
}

.pagination-buttons  .page-link:hover {
	background-color: #22466f;
	border-color: #22466f;
	color: var(--body-color);
}

.pagination-buttons .disabled .page-link {
	background-color: #f0e7de;
  border-color: #f0e7de;
}

.page-item.prev span:before,
.page-item.prev a:before {
	content:'\f053';
	font-family: 'Font Awesome 5 Pro';
	font-size: 0.875em;
	position: relative;
}

.page-item.next span:before,
.page-item.next a:before {
	content:'\f054';
	font-family: 'Font Awesome 5 Pro';
	font-size: 0.875em;
	position: relative;
}


@media screen and (max-width:760px){
	section.blog-page-list .blog-page-list-item{
		width:46%;
	}
	
	section.blog-page-list .container-fluid {
		align-items: flex-start;
	}
	
	.more-news.aurora-btn {
		margin: 0;
	}
}
@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:3px;
}
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{
}

.home.blog-page-list.standard-padding  {
	padding: 5rem 0;
	margin: 0;
}

section.home.blog-page-list .wrapper {
}

.home.blog-page-list .blog-page-list-item {
	width: 23%;
	margin: 1%;
}

.home.blog-page-list h2 {
	font-weight: 900;
	text-align: center;
	color: var(--third-color);
	margin: 0 0 0 0 ;
	font-size: 2.25em;
}

.blog-page-list .page-list-description {
	margin: 0 auto 2rem ;
	max-width: 950px;
	padding: 0 2rem;
	text-align: center;
}

@media screen and (max-width: 1100px){
	.home.blog-page-list .blog-page-list-item {
		width: 48%;
	}
}

@media screen and (max-width: 600px) {
	.home.blog-page-list h2 {
		text-align: left;
		padding: 0 2rem;
	}
	.blog-page-list .page-list-description {
		text-align: left;
	}
}

@media screen and (max-width: 550px){
	.home.blog-page-list .blog-page-list-item {
		width: 98%;
	}
}