/**
 * Theme Name: Project name
 * Author: Client name
 * Version: 1.0
**/
.footer-right-wrapper {
	display: flex;
}

.footer-right-wrapper a {
	font-family: "Didact Gothic", sans-serif;
	    color: #222;
}
.parthner-logo {
max-width: 160px;	
}
.footer a,
.footer-bottom-line a {
	transition: .4s;
}
.footer a:hover,
.footer-bottom-line a:hover {
	color: #222222;
}

.i-trigger circle {
	fill: #222222;
}


.footer-bottom-line .socials img {
	  filter: invert(100%);
		height:18px;
}

.post-media-section .large-3 {
	display: block !important;
}

.post-media-section .large-3 img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	.post-media-section .large-3 img {
		height: 80px;
	}

	.gallery-item {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 30px;
		margin-right: 0;
	}

	.post-media-section .grid-margin-y>.cell {
		height: calc(100% - 0.94rem);
		margin-top: 0.47rem;
		margin-bottom: 0.47rem;
	}

	.post-media-section .grid-x {
		justify-content: center !important;
	}

	.main-content {
		max-width: 100%;
		overflow: hidden;
	}

	.post-media-section .grid-margin-y>.cell.small-4 {
		width: calc(33.33333% - 1.2rem);
		margin-left: .2rem;
		margin-right: .2rem;
	}
}

.pagenation  .current{
	opacity: 1;
	font-weight: 700;
	font-size: 18px;
}
.pagenation {
	margin-top: 30px;
}

.pagenation a {
	font-size: 18px;
	color: #000;
	opacity: .7;
}
.mt-60 {
	margin-top: 40px;
}