.portfolio-block .image img {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
}
.mixitup-gallery .gallery-filters ul li {
	font-family: "Gotham_Bold";
}
.portfolio-block h5 {
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
}

.owl-carousel .owl-nav {
	overflow: hidden;
	position: absolute;
	width: calc(100% - 2rem);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: calc(50% - 40px);
	left: 1rem;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: .5;
	transition: 0.5s;
	font-size: 24px;
	background: var(--thm-body-dark);
	color: var(--thm-base);
}
.owl-carousel .owl-item img {
    transform-style: initial;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.owl-thumb-item img {
	width: 100px !important;
	height: 100px !important;
	border-radius: 50% !important;
}
.owl-thumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	text-align: center;
	padding: 5%;
}

.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
}

.owl-thumb-item.active {
    opacity: 1;
}

.carousel-cell {
    display: flex;
    align-items: stretch;
    min-height: 100%;
}
.carousel .flickity-slider {
	height: 100%;
}
.project-details .text-col .text table,
.project-details .text-col .text table tr th,
.project-details .text-col .text table tr td {
	border: 1px solid rgba(255, 255, 255, 0.10);
}
.project-details .text-col .text table tr th, .project-details .text-col .text table tr td {
	padding: 1rem;
	vertical-align: top;
}
.project-details .upper-content .image-col {
	margin-bottom: 0;
}
.project-details .text-col .text {
	font-size: 18px;
	font-family: 'Cairo', sans-serif;
}
.post-controls {
	border-top: solid 2px var(--thm-primary);
	position: relative;
	text-align: center;
	padding: 0;
	padding-top: 1.5rem;
	background: transparent;
}
.post-controls ul li {
	border: 0;
}
.post-controls ul li a {
	padding: 0;
	padding-bottom: 1rem;
	font-family: 'Cairo', sans-serif;
}
.sidebar__post-image img {
	width: auto;
	border-radius: .5rem;
	height: 100px;
}
.sidebar__post-image.prev {
	text-align: left;
	min-height: 200px;
	width: auto;
}
.sidebar__post-image.next {
	text-align: right;
	min-height: 200px;
	width: auto;
}
.sidebar__post-image h5 {
	margin: 0;
	margin-top: .5rem;
}
.sidebar__post-image h5 a {
	padding: 0 !important;
	font-size: 14px !important;
}
@media only screen and (max-width: 479px) {
	.post-controls ul li {
		width: 50%;
		border: 0;
	}
	.sidebar__post-image img {
		height: 70px;
	}
	.owl-thumb-item img {
		width: 50px !important;
		height: 50px !important;
	}
}
.project-details .upper-content .text-col .inner {
	position: relative;
	display: block;
	overflow-x: auto;
}
