* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ebook-filters {
	position: relative;
	display: block;
}
.ebook-filters .container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
	max-width: 1140px;
}

.ebook-filters .row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
}

.isotope-toolbar {
	text-align: center;
  	margin: 10px;
}

/* Buttons */

.isotope-toolbar .isotope-toolbar-btn {
  	display: inline-block;
  	padding: 0 10px!important;
  	background-color: #fff!important;
  	color: #000000!important;
  	font-size: 12px!important;
  	font-weight: 800;
  	letter-spacing: 0.5px;
  	text-transform: uppercase;
  	transition: all 0.5s;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	border-radius: 5px;
}

.isotope-toolbar .isotope-toolbar-btn:hover {
  	outline: none;
  	background-color: #4b52b6;
  	color: #00ADC6!important;
}
.isotope-toolbar .isotope-toolbar-btn.active {
  outline: none;
  background-color: #4b52b6;
  color: #00ADC6!important;
}

.isotope-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    margin: auto;
}

.isotope-toolbar span {
  text-transform: capitalize;
  display: inline-block;
  margin-right: 15px;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transform: ease-in-out 0.5s;
  cursor: pointer;
  flex: 1;
}

.isotope-box {
  position: relative;
  width: 100%;
}

.isotope-item {
  	position: relative;
  	width: 50%;
}
.isotope-item figure {
	margin: 30px 30px 0 30px;
}

.isotope-item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

figure {
  overflow: hidden;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.image-box-img figcaption {
  	position: relative;
	margin-top: 15px;
	min-height: 150px;
}
figure figcaption .box-title {
	font-size: 29px;
}


@media (min-width: 768px) {
	.col-50 {
	    width: 50%;
	}
}

@media (max-width: 767px) {
	.isotope-item {
		width: 100%;
		position: relative;
	}
	.image-box-img figcaption {
		min-height: 80px;
		margin-top: 10px;
	}
	.image-box-img figcaption .box-title {
		font-size: 18px;
    	line-height: 25px;
	}
	.filterSwiper {
		padding-bottom: 60px;
	}
	.filterSwiper .swiper-button-next, 
	.filterSwiper .swiper-button-prev {
		position: absolute;
		top: 50%;
		transform: translate(0,0);
		background-image: none;
	}
	.filterSwiper .swiper-button-next, 
	.filterSwiper .swiper-button-prev {
		transform: translate(-50%,0);
		left: 50%;
		height: 0;
	}
	.filterSwiper .swiper-button-next:after, 
	.filterSwiper .swiper-button-prev:after {
		font-family: "Font Awesome\ 5 Free";
		font-size: 14px;
		font-weight: 900;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		color: #AE2E40;
		position: absolute;
		top: 0;
		background: linear-gradient(110.48deg,#ececec 0%,#f4f4f4 100%);
		box-shadow: 4px 4px 16px rgb(0 0 0 / 15%);
		border-radius: 30px;
	}
	.filterSwiper .swiper-button-prev:after {
		content: "\f060";
		top: 30px;
		left: -25px;
	}
	.filterSwiper .swiper-button-next:after {
		content: "\f061";
		top: 30px;
		right: -25px;
	}
}