.postify__item__btn {
  padding: 6px 20px;
}
/* Extra CSS */

.pop-demo-section {
  max-width: 1200px;
  margin: 0 auto;
}

.pop-section-padding {
  padding: 80px 0;
}

/* Common CSS */
.pop-align-left {
  text-align: left;
}
.pop-align-center {
  text-align: center;
}
.pop-align-right {
  text-align: right;
}
.ta-pop-section {
  color: #444;
}

.entry .entry-content .ta-pop-section a,
.ta-pop-section a {
  text-decoration: none;
  transition: all 0.33s;
}

.ta-pop-section img {
  max-width: 100%;
  vertical-align: middle;
}

.ta-pop-section * {
  box-sizing: border-box;
}

.ta-pop-section .swiper-container {
  position: initial;
  overflow: hidden;
}

.postify__item .postify__item--thumbnail {
  position: relative;
  /* margin-bottom: 15px;
    order: 1; */
}

.postify__item .postify__item--thumbnail img {
  max-width: 100%;
  transition: ease all 0.3s;
  height: auto;
}


.postify__item .postify__item--archive li {
  list-style: none;
  color: #fff;
  text-decoration: none;
  background-color: #02AAB0;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 14px;
}
.postify__item .postify__item--archive a {
  color: #fff;
}

.postify__item .postify__item--archive {
  position: absolute;
  top: 15px;
  left: 12px;
}

.postify__item .postify__item--archive.top_right {
  top: 15px;
  right: 12px;
  left: auto;
}
.postify__item .postify__item--archive.top_center {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.postify__item .postify__item--archive.bottom_left {
  top: auto;
  bottom: 15px;
  left: 12px;
}

.postify__item .postify__item--archive.bottom_right {
  top: auto;
  bottom: 15px;
  right: 12px;
  left: auto;
}
.postify__item .postify__item--archive.bottom_center {
  top: auto;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.postify__item .postify__item--title {
  margin: 0;
  font-size: 15px;
}

.postify__item .postify__item--title a,
.postify__item .postify__item--title {
  font-size: 20px;
  margin-top: 0;
  color: #111;
  font-weight: 400;
  word-break: break-word;
  text-decoration: none;
}

.postify__item .postify__item--meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.postify__item .postify__item--meta ul li {
  display: inline-block;
  margin: 0 5px 5px 0;
}

.postify__item .postify__item--meta ul li img,
.postify__item .postify__item--meta ul li .fa {
  margin-right: 3px;
  float: left;
}

.postify__item .postify__item--meta ul li img {
  margin-bottom: -4px;
}

.postify__item .postify__item--meta ul li a {
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
}

.postify__item .postify__item__content {
  margin-bottom: 16px;
}

.postify__item .postify__item__content p:first-of-type {
  margin-top: 0;
}

.postify__item .postify__item__content p:last-of-type {
  margin-bottom: 0;
}

.postify__item .postify__item__content .postify__item__content__readmore {
  margin-top: 15px;
}

.postify__item .postify__item__content .read-more {
  display: none;
}

.postify__item .postify__item__content .postify__item__content__readmore a {
  display: inline-block;
  border: 1px solid;
  padding: 7px 12px;
  box-shadow: 0 0 0;
  text-decoration: none;
}

/* Social Color */

.postify .postify__item__socail-share a.pop-twitter .fa {
  background-color: #55acee;
}

.postify .postify__item__socail-share a.pop-facebook .fa {
  background-color: #3b5999;
}

.postify .postify__item__socail-share a.pop-linkedin .fa {
  background-color: #0077b5;
}

.postify .postify__item__socail-share a.pop-xing .fa {
  background: #1a7576;
}

.postify .postify__item__socail-share a.pop-pocket .fa {
  background: #ef4056;
}

.postify .postify__item__socail-share a.pop-digg .fa {
  background: #262626;
}

.postify .postify__item__socail-share a.pop-envelope .fa {
  background: #7d7d7d;
}

.postify .postify__item__socail-share a.pop-instagram .fa {
  background: #e4405f;
}

.postify .postify__item__socail-share a.pop-vk .fa {
  background-color: #4c75a3;
}

.postify .postify__item__socail-share a.pop-tumblr .fa {
  background-color: #34465d;
}

.postify .postify__item__socail-share a.pop-pinterest .fa {
  background-color: #bd081c;
}

.postify .postify__item__socail-share a.pop-reddit .fa {
  background-color: #ff5700;
}

.postify .postify__item__socail-share a.pop-blogger .fa {
  background-color: #f57d00;
}

.postify .postify__item__socail-share a.pop-whatsapp .fa {
  background-color: #25d366;
}

/* Social Share css */

.postify .postify__item__socail-share {
  margin-bottom: 10px;
}

.postify .postify__item__socail-share a {
  display: inline-block;
  text-align: center;
  margin-right: 1px;
  color: #fff;
  margin-bottom: 5px;
}

.postify .postify__item__socail-share a .fa {
  height: 30px;
  width: 30px;
  font-size: 16px;
  line-height: 30px;
  background-color: #55acee;
  border-radius: 50%;
}

.postify .postify__item__socail-share a.pop_circle .fa {
  border-radius: 50%;
}

.postify .postify__item__socail-share a.icon_only .fa {
  border-radius: 0%;
  background-color: transparent;
  border: none;
  color: #666;
}

.postify .postify__item__socail-share a.pop_square .fa {
  border-radius: 0%;
}

.postify .postify__item__socail-share a.pop_rounded .fa {
  border-radius: 3px;
}


/* Carousel */

.pop_same_height .item,
.pop-carousel-wrapper.pop_same_height .swiper-slide {
	height: auto;
}

.pop_same_height .postify__item,
.pop-carousel-wrapper.pop_same_height .swiper-slide .postify__item {
	height: 100%;
}

.pop-carousel-wrapper .bottom_center.ta-pop-carousel {
	padding-bottom: 72px;
}

.pop-carousel-wrapper {
	position: relative;
}

.pop-carousel-wrapper .pop-button-prev,
.pop-carousel-wrapper .pop-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none;
	background-size: auto;
	font-size: 25px;
	height: 33px;
	width: 33px;
	margin-top: 16px;
	/* border: 2px solid #444; */
	text-align: center;
	/* color: #444; */
	line-height: 31px;
	-webkit-transition: 0.3s;
}

.pop-carousel-wrapper .pop-button-prev.top_right,
.pop-carousel-wrapper .pop-button-next.top_right {
	top: 0;
	right: 0;
}

.pop-carousel-wrapper .pop-button-prev.top_right {
	right: 42px;
	left: auto;
}

.pop-carousel-wrapper .pop-button-prev.top_center,
.pop-carousel-wrapper .pop-button-next.top_center {
	top: 0;
	left: calc(50% + 5px);
	text-align: center;
}

.pop-carousel-wrapper .pop-button-prev.top_center {
	right: auto;
	left: calc(50% - 40px);
}

.pop-carousel-wrapper .pop-button-prev.top_left,
.pop-carousel-wrapper .pop-button-next.top_left {
	top: 0;
	left: 0;
	text-align: center;
}

.pop-carousel-wrapper .pop-button-next.top_left {
	right: auto;
	left: 40px;
}

.pop-carousel-wrapper .swiper-button-prev::after,
.pop-carousel-wrapper .swiper-button-next::after {
	display: none;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #888;
}

.pop-carousel-wrapper.center .swiper-slide .postify__item {
	transform: scale(0.9);
	opacity: 0.8;
	transition: 0.22s all;
}

.pop-carousel-wrapper.center .swiper-slide.swiper-slide-active .postify__item {
	transform: scale(1.1);
	opacity: 1;
}

.pop-carousel-wrapper .swiper-container-fade .swiper-slide, .pop-carousel-wrapper .swiper-container-cube .swiper-slide, .pop-carousel-wrapper .swiper-container-flip .swiper-slide {
	display: flex;
}

/* Bottom Position */

.pop-carousel-wrapper .pop-button-prev.bottom_right,
.pop-carousel-wrapper .pop-button-next.bottom_right {
	bottom: 0;
	right: 0;
	top: auto;
}

.pop-carousel-wrapper .pop-button-prev.bottom_right {
	right: 44px;
	left: auto;
}

.pop-carousel-wrapper .pop-button-prev.bottom_center,
.pop-carousel-wrapper .pop-button-next.bottom_center {
	top: auto;
	bottom: 33px;
	left: calc(50% + 5px);
	text-align: center;
}

.pop-carousel-wrapper .pop-button-prev.bottom_center {
	right: auto;
	left: calc(50% - 40px);
}

.pop-carousel-wrapper .pop-button-prev.bottom_left,
.pop-carousel-wrapper .pop-button-next.bottom_left {
	top: auto;
	bottom: 0;
	left: 0;
}

.pop-carousel-wrapper .pop-button-next.bottom_left {
	right: auto;
	left: 40px;
}


/* Center outer */

.pop-carousel-wrapper .pop-button-next.vertically_center_outer,
.pop-carousel-wrapper .pop-button-prev.vertically_center_outer {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -40px;
}

.pop-carousel-wrapper .pop-button-next.vertically_center_outer,
.pop-carousel-wrapper .pop-button-next.vertical_center_inner_hover {
	right: -40px;
	left: auto;
}

.pop-carousel-wrapper .pop-button-prev.vertical_center_inner_hover,
.pop-carousel-wrapper .pop-button-next.vertical_center_inner_hover {
	opacity: 0;
}

.pop-carousel-wrapper .pop-button-prev.vertical_center_inner_hover {
	right: auto;
	left: -35px;
}

.pop-carousel-wrapper:hover .pop-button-next.vertical_center_inner_hover {
	right: 10px;
	opacity: 1;
}

.pop-carousel-wrapper:hover .pop-button-prev.vertical_center_inner_hover {
	left: 10px;
	opacity: 1;
}

.pop-carousel-wrapper .pop-button-prev.swiper-button-prev .fa,
.pop-carousel-wrapper .pop-button-next.swiper-button-next .fa {
	line-height: 31px;
}

.pop-carousel-wrapper .pop-button-prev.swiper-button-prev:hover,
.pop-carousel-wrapper .pop-button-next.swiper-button-next:hover {
	background: #444444;
	color: #fff;
}


/* Bullet pagination */

.pop-carousel-wrapper .swiper-pagination-bullets.dots .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	opacity: 1;
}

.pop-carousel-wrapper .swiper-pagination-bullets.number .swiper-pagination-bullet {
	margin: 0 4px;
	background: #444;
	padding: 5px 10px;
	border-radius: 0;
	opacity: 1;
	height: 34px;
	color: #fff;
	width: auto;
	min-width: 34px;
	margin: 3px 3px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
}

.pop-carousel-wrapper .swiper-pagination-bullets.number.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	width: 34px;
}


/* post pagination */
.pop-post-pagination {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pop-post-pagination a,
.pop-post-pagination .page-numbers {
  background: #fff;
  color: #5e5e5e;
  border: 2px solid #02aab0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}
.pop-post-pagination a.pop_next.active,
.pop-post-pagination a.pop_prev.active {
  display: none;
}
.pop-post-pagination .page-numbers.current,
.pop-post-pagination a.active {
  cursor: auto;
  color: #fff;
  background: #02aab0;
  border-color: #02aab0;
}
.pop-load-more button {
  margin-top: 20px;
  box-shadow: none;
  border: none;
  border-radius: 2px;
  padding: 10px 18px;
  background: #02aab0;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.pop-hide {
  display: none;
}
.pop-post-pagination a.pop-hide,
.pop-post-pagination .page-numbers.pop-hide {
  display: none;
}
.pop-infinite-scroll-loader svg {
  stroke: #02aab0;
}
.pop-post-pagination .page-numbers i {
  font-size: 18px;
}

/**
  * Ajax Preloader.
  */
.pop-ajax-preloader {
  text-align: center;
}
/* Preloader */
.pop-preloader {
  background-color: #fff;
  background-image: url(../img/preloader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  visibility: visible;
}

.ta-container .bx-wrapper {
  box-shadow: none;
  margin-bottom: 0;
  /* direction: rtl; */
}
.bx-wrapper {
  background-color: inherit;
  border: none;
}

.ta-container .bx-wrapper .bx-loading {
  display: none;
}

/* Filter Bar */
.pop-filter-bar .pop-order button:hover {
  background: #e1624b;
  color: #fff;
}

.pop-filter-bar .pop-order button {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 5px;
  height: 50px;
  padding: 0;
  width: 100px;
  line-height: 1;
  background: #e1624b;
  color: #fff;
  border: none;
}

.pop-filter-bar {
  overflow: hidden;
}

.pop-filter-bar .pop-bar {
  margin-right: 10px;
  vertical-align: top;
}

.pop-filter-bar label,
.taf .pop-filter-bar label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-right: 6px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.pop-filter-bar .pop-bar button,
.pop-filter-bar .pop-bar select {
  min-width: 180px;
  height: 40px;
  border: 2px solid #bbb;
  padding: 0 9px;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
}

.pop_ex_filter_bar .pop-order.pop-bar.fl-btn p,
.pop-filter-bar .pop-bar p {
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 21px;
  text-transform: capitalize;
  line-height: 22px;
}

.pop-filter-bar .pop-bar {
  margin-bottom: 30px;
}

/* Filter button */
.pop-bar {
  padding-bottom: 20px;
}

.pop-slider {
  width: 50%;
  display: inline-block;
  margin-top: 15px;
}

.pop-order.pop-bar.fl-btn input:checked ~ div,
.pop-order-by.pop-bar.fl-btn input:checked ~ div,
.pop-author-filter.pop-bar.fl_button input:checked ~ div,
.pop-custom-field-filter.pop-bar.fl_button input:checked ~ div,
.pop-filter-bar .pop-filter-by.pop-bar.fl_button input:checked ~ div {
  background: #e1624b;
  border-color: #e1624b;
  color: #fff;
  cursor: default;
}

.pop-order.pop-bar.fl-btn input ~ div,
.pop-order-by.pop-bar.fl-btn input ~ div,
.pop-author-filter.pop-bar.fl_button input ~ div,
.pop-custom-field-filter.pop-bar.fl_button input ~ div,
.pop-filter-bar .pop-filter-by.pop-bar.fl_button input ~ div {
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #bbb;
  text-transform: uppercase;
  text-align: center;
}

.pop-order.pop-bar.fl-btn input,
.pop-order-by.pop-bar.fl-btn input,
.pop-author-filter.pop-bar.fl_button input,
.pop-custom-field-filter.pop-bar.fl_button input,
.pop-filter-bar .pop-filter-by.pop-bar.fl_button input {
  display: none;
}

.fl_checkbox input {
  margin-right: 5px;
}

.pop-order.pop-bar.fl-btn,
.pop-order-by.pop-bar.fl-btn,
.pop-author-filter.pop-bar.fl_button,
.pop-custom-field-filter.pop-bar.fl_button,
.pop-filter-bar .pop-filter-by.pop-bar.fl_button {
  display: block;
  margin: 0;
}

.pop-order.pop-bar.fl-btn .fl_radio,
.pop-order-by.pop-bar.fl-btn .fl_radio,
.pop-author-filter.pop-bar.fl_button .fl_radio,
.pop-custom-field-filter.pop-bar.fl_button .fl_radio,
.pop-filter-bar .pop-filter-by.pop-bar.fl_button .fl_radio {
  display: inline-block;
}

.pop-filter-bar .pop-filter-by.pop-bar.fl_checkbox label {
  display: block;
}

.pop_ex_filter_bar .pop-order.pop-bar.fl-btn .fl_radio {
  margin: 0px 8px 8px 0px;
}

.pop_ex_filter_bar .pop-order.pop-bar.fl-btn p {
  margin-bottom: 10px;
}

.pop-ajax-search.pop-bar input {
  background: #fff;
  background: #ffffff;
  color: #5e5e5e;
  border-color: #bbbbbb;
  height: 40px;
  font-size: 14px;
  border: 2px solid #bbbbbb;
  margin-left: 5px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* Content Over Post Thumb */
.postify__item.ta-overlay {
  position: relative;
  overflow: hidden;
}

.postify__item.ta-overlay .pop-post-thumb-wrapper {
  margin-bottom: 0;
}

.postify__item.ta-overlay .postify__item__details {
  position: absolute;
  height: auto;
  width: auto;
  bottom: 0;
  left: 0;
  top: auto;
  right: 0;
  background-color: rgba(40, 34, 34, 0.28);
  backdrop-filter: blur(10px);
  margin: 10px;
  padding: 15px;
  border-radius: 5px;
}
.postify__item.ta-overlay .postify__item__details .postify__item--title {
  color: #fff;
}
.postify__item.ta-overlay .postify__item__details .postify__item__content p {
  color: #fff;
  margin-bottom: 10px;
}
