.page-header-text {
	padding: 25px 35px;
}

/*Filter*/
.nav-pills {
	position: relative;
	display: flex;
	margin: 88px 0 140px;
	list-style: none;
	justify-content: center;
}

.data-hover {
	position: absolute;
	background: #BC8E4E;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	margin-left: -4px;
	bottom: -25px;
	left: 0;
	transition: left ease-in-out 0.2s;
}

.filter {
	padding: 0px 30px;
	line-height: 1;
	cursor: pointer;
}

.filter:not(:last-child) {
	border-right: 2px solid #23252B;
}

/*Post list*/
.post-list {
	margin: auto;
	width: 1260px;
	max-width: calc(100% - 50px);
}

.post-link {
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 4px 70px -5px rgba(0, 0, 0, 0.1);
	border-radius: 14px;
	margin-bottom: 35px;
	text-decoration: none;
}

.past .post-link {
	background-color: #F8FAFB;
}

.entry-subtitle {
	margin: 16px 0 0;
    max-width: 436px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.1rem;
}

.past .meta-events-display-date {
	color: #ABBAC8;
}

/*seemore*/
.misha_loadmore {
	display: block;
	margin: 100px auto; 
	height: 208px;
	width: 208px;
	border-radius: 210px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 300;
	transition: background ease-in-out 0.2s;
	background: url('../svg/down.svg') no-repeat center 80%;
	background-size: 20px auto;
	cursor: pointer;
}

.misha_loadmore:hover {
	background: url('../svg/down.svg') #E0E6EF no-repeat center 82%;
	background-size: 20px auto;
}

.attachment-post-thumbnail {
	display: block;
}

@media (min-width: 1024px) {
	.page-header {
		padding-top: 130px;
		display: flex;
		align-items: center;
	}
	.page-header-image {
		flex-basis: 60%;
	}
	.page-header-text {
		flex-basis: 40%;
		padding-left: 76px;
	}
	.post-link {
		display: flex;
		padding: 0 54px;
		margin-bottom: 115px;
	}
	.entry-text,
	.entry-image {
		flex-basis: 50%
	}
	.entry-text {
		display: flex;
		flex-direction: column;
	}
	.meta-events {
		margin-top: 33px;
		margin-bottom: 80px;
	}
	.entry-content {
		margin-top: 40px;
		margin-right: 100px;
		padding-bottom: 55px;
		margin-bottom: auto;
	}
	.entry-title {
		margin: 0;
		max-width: 436px;
		font-size: 4.2rem;
		line-height: 1.2;
	}

}

@media (min-width: 768px) {
	.attachment-post-thumbnail {
		height: 500px;
		object-fit: cover;
		width: 100%;
	}
}

@media (min-width: 1024px) {
	.attachment-post-thumbnail {
		height: 600px;
	}
}

@media (min-width: 1300px) {
	.attachment-post-thumbnail {
		height: 685px;
	}
}

@media (max-width: 1023px) {
	.page-header {
		position: relative;
	}
	.page-header-image img {
		height: 100vh;
		width: 100%;
		object-fit: cover;
	}
	.page-title {
		position: absolute;
		bottom: 65px;
		width: 200px;
		left: 30px;
		color: #fff;

	}
	.archive-description {
		display: none;
	}
	.nav-pills {
		margin-top: 25px;
		margin-bottom: 45px;
	}
	.filter {
		margin-bottom: 12px;
	}
	.archive-subtitle {
		margin: 30px;
		text-align: left;
	}
	.site-header:not(.scrolled) .menu-toggle span {
		background-color: #fff;
	}
	.site-header:not(.scrolled) #searchNav path {
		stroke: #fff;
	}
	.data-hover {
		bottom: -10px;
	}
	.post-link {
		display: flex;
		flex-direction: column-reverse;
		overflow: hidden;
	}
	.entry-text {
		padding: 20px 33px;
	}
	.entry-content,
	.entry-subtitle {
		display: none;
	}
	.entry-image {
		position: relative;
		height: 0;
		width: 100%;
		padding-bottom: 100%;
	}
	.entry-image img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.misha_loadmore {
		margin: 0 auto;
		height: 130px;
		width: 130px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.post-list {
		max-width: 75%;
	}
	.attachment-post-thumbnail {
		height: 550px
	}
	.entry-title {
		font-size: 2.5vw
	}
	.meta-events {
		margin-bottom: 45px
	}
	#footer p,
	#footer a {
		font-size: 1.2vw !important;
	}
}