.post-detail {
	padding-top: 80px;
}

.post-info {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	padding-bottom: 19px;
	border-bottom: 1px solid #CACACA;
	flex-wrap: wrap;
}

.post-date {
	margin-right: 10px;
}

.post-title {
	margin-top: 59px;
	text-transform: uppercase;
}

.post-images {
	overflow: hidden;
	position: relative;
    padding-bottom: 92px;
	margin-top: 59px;
	margin-bottom: 100px;
}

.swiper-slide img {
	width: 100%;
	height: auto;
}

.slide-title {
	text-align: center;
	margin-top: 41px;
	color: #000;
}

.swiper-pagination {
	text-align: center;
	margin-top: 10px;
	bottom: 0;
	top: auto;
}

.organisation-section {
	margin-bottom: 59px;
}

.organisation-section p {
	color: #000;
}

.organisation-section h3 {
	margin-bottom: 21px;
}

.post-content .entry-content {
	border-bottom: 6px solid #000;
	padding-bottom: 54px;
}

.post-content .entry-content p {
	color: #000;
}

.post-content h3 {
	margin-bottom: 21px;
	text-transform: capitalize;
}

.post-content .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
	padding-left: 0;
	padding-right: 0;
}

.post-content .wp-block-video {
	padding-top: 34px !important;
}

.post-content .entry-content .video {
	width: 100%;
    padding-bottom: 56.222%;
    display: block;
    position: relative;
    overflow: hidden;
}

.post-content .entry-content .video iframe {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.post-images .image-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.3%;
	overflow: hidden;
}

.post-images .image-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.swiper-navigation {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 99;
}

.swiper-navigation .button-navigation {
    position: relative;
	left: 0;
    right: 0;
}

.swiper-navigation .button-navigation svg {
    position: absolute;
	top: 6px;
    bottom: 5px;
    left: 0;
	transform: rotate(180deg);
}

.swiper-navigation .button-navigation.swiper-button-next svg {
    right: 0;
    left: auto;
	transform: rotate(0deg);
}

.swiper-navigation .button-navigation svg path {
	transition: 0.45s cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-navigation .button-navigation:hover svg path {
	stroke: #000;
}

.swiper-navigation .button-navigation::after {
	display: none;
}

.swiper-navigation .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

@media (max-width: 767px) {
    .swiper-navigation {
        padding: 0;
    }
	.post-detail {
		padding-top: 60px;
	}

	.post-info {
		margin-top: 60px;
		padding-bottom: 8px;
	}

	.post-title {
		margin-top: 30px;
	}

	.post-images {
		margin-top: 30px;
        padding-bottom: 62px;
		margin-bottom: 60px;
	}

	.slide-title {
		margin-top: 31px;
        line-height: 26px;
	}
}