h1.site-title {
  line-height: 1.0;
}

@media (max-width: 1120px) {
	h1.site-title {
		font-size: 30px;
	}
}

@media (max-width: 600px) {
	h1.site-title {
		font-size: 20px;
	}
}

.header-menu__wrapper {
	min-width: auto;
}

.nav-fixed .header__wrapper {
	border-bottom: none;
}

.main-menu > li .sub-menu {
	background: #fff;
}
.main-menu > li .sub-menu:after, .main-menu > li .sub-menu:before {
	background: #fff;
}

.homepage-list__wrapper .display-posts-listing {
	background: #ffffff;
	box-shadow: 0px 0px 10px #00000080;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.homepage-list__news-container {
	box-shadow: none;
	position: relative;
	width: 100%;
	border-bottom: 4px solid #E6E5E5;
	margin-bottom: 20px;
}

.homepage-list__wrapper .display-posts-listing h4.homepage-list__headline {
	margin: 20px 0 0;
	min-height: 4em;
	padding: 0 30px;
	font-weight: 400;
	color: #000000;
	font-size: 26px;
}

.homepage-list__wrapper .display-posts-listing h4.homepage-list__headline a {
	color: #000000;
}

.homepage-list__wrapper .display-posts-listing .homepage-list__content {
	margin-left: 0;
	margin-right: 0;
	padding: 0 30px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
}

.homepage-list__wrapper .display-posts-listing .homepage-list__read-more {
	display: flex;
	justify-content: flex-end;
	padding: 0 30px;
	color: #000000;
}

.homepage-list__wrapper .display-posts-listing .homepage-list__read-more:after {
	content: "\e90c";
	display: inline-block;
	font-family: "icons";
	margin: 0 0 5px;
	font-size: 20px;
	transform: translateY(-3px);
	text-decoration: none;
}

.homepage-list__wrapper .display-posts-listing .homepage-list__read-more:hover:after {
	text-decoration: none !important;
}

.homepage-list__container--news {
	width: 100%;
	padding-bottom: 0;
}

.content__wrapper--lightblue {
	background-color: transparent;
	padding-top: 0;
}

.content__container.container {
	padding: 0;
}

.homepage-list__wrapper .display-posts-listing {
	box-shadow: none;
}

.header__container {
	justify-content: flex-start;
	padding: 0;
}

h1.site-title {
	font-size: 21px;
	line-height: 25px;
}

.site-title .first-line {
	text-transform: none;
}

.header__wrapper {
	display: flex;
	justify-content: center;
	border-bottom: none;
}

.single-post .breadcrumb__wrapper{
	display: none;
}

.single-post .post-wrapper {
	flex-direction: column;
}

.single-post .post-sidebar {
	max-width: 100%;
}

.single-post .post-wrapper__content {
	padding-right: 0;
}

.single-post .post-list__image-title,
.single-post .section-title,
.single-post .section-content {
	padding: 0 30px;
}

.single-post .post-sidebar .featured-images {
	margin-bottom: 0;
}

.single-post .section-title {
	margin: 0;
	min-height: 4em;
	padding: 0 30px;
	font-weight: 400;
	color: #000000;
	font-size: 26px;
	line-height: 1em;
}

.footer {
	position: relative;
	max-width: 1164px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 0 32px;
	background-color: #E6F5FE;
	height: 50px;
	align-items: center;
}

.footer .footer-link {
	color: black;
	font-size: 14px;
	font-weight: 600;
	position: relative;
}

.footer .footer-link:after {
	content: "\e90c";
	display: inline-block;
	font-family: "icons";
	margin: 0 0 5px;
	font-size: 20px;
	transform: translateY(3px);
}