@-webkit-keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.am_ajax_post_grid_wrap {
	box-sizing: border-box
}

.asr-filter-div .asr_texonomy {
	display: inline-block;
	cursor: pointer;
	background: 0 0;
	padding: 5px 10px;
	margin: 1px;
	border: 1px solid rgba(0, 0, 0, .1)
}

.asr-filter-div ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.asr_texonomy.active,
.asr_texonomy:hover {
	background: rgba(0, 0, 0, .1)
}

.asr-ajax-container {
	position: relative
}

.asr-ajax-container .asr-loader {
	display: none
}

.asr-filter-div {
	margin-bottom: 30px
}

.am_grid_col {
	padding: 0 15px
}

.am_post_grid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.asr-loader,
.lds-dual-ring {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto
}

.asr-loader {
	text-align: center;
	z-index: 9;
	height: 100%;
	background: rgba(255, 255, 255, .7)
}

.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
	top: 50%;
	transform: translateY(-50%)
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 1px solid #333;
	border-color: #333 transparent;
	-webkit-animation: lds-dual-ring 1.2s linear infinite;
	animation: lds-dual-ring 1.2s linear infinite
}

.am__col-3 .am_grid_col {
	-ms-flex: 0 0 33.333333%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	margin-bottom: 30px
}

.am_single_grid {
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .2);
	height: 100%;
	display: block
}

.am_thumb {
	height: 200px;
	overflow: hidden
}

.am_thumb img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
	margin: 0!important;
	border-radius: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out
}

.am_cont {
	padding: 20px
}

.am_single_grid:hover .am_thumb img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

#am_posts_navigation_init {
	margin: 30px 0;
	text-align: center
}

#am_posts_navigation_init .page-numbers {
	width: 30px;
	display: inline-block;
	height: 30px;
	text-align: center;
	line-height: 1.2;
	border: 1px solid #c6c6c6;
	padding: 4px;
	text-decoration: none
}

#am_posts_navigation_init .page-numbers.current,
#am_posts_navigation_init .page-numbers:hover {
	background: #f0f0f0
}

li.asr_texonomy.nav-item {
    background: none !important;
    border: 0 !important;
}