/* Extra CSS */

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

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

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

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

.sp-pcp-section img {
  max-width: 100%;
  vertical-align: middle;
}

.sp-pcp-section * {
  box-sizing: border-box;
}
.sp-pcp-section .swiper-container {
  position: initial;
}
.sp-pcp-section .swiper-container.sp-pcp-carousel.top_right{
  position: relative;
}

/* Single post */

.sp-pcp-post .sp-pcp-thumb:focus,
.sp-pcp-post .sp-pcp-thumb img:focus,
.sp-pcp-post .sp-pcp-thumb:hover,
.sp-pcp-post .sp-pcp-thumb img:hover {
  outline: none;
  text-decoration: none;
  outline-offset: 0;
  color: transparent;
  border: none;
}
.sp-pcp-post {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sp-pcp-post a {
  text-decoration: none;
}
.sp-pcp-post .pcp-post-thumb-wrapper {
  overflow: hidden;
  display: block;
  margin-bottom: 11px;
}

/* .sp-pcp-post .sp-pcp-post:hover .sp-pcp-post-thumb-area img {
	transform: scale(1.2);
} */
.sp-pcp-post .sp-pcp-post-thumb-area {
  position: relative;
  /* margin-bottom: 15px;
	order: 1; */
}

.sp-pcp-post .sp-pcp-post-thumb-area img {
  max-width: 100%;
  transition: ease all 0.3s;
  height: 100%;
}

.sp-pcp-post .sp-pcp-title {
  margin: 0;
  font-size: 15px;
}
.sp-pcp-post .sp-pcp-title {
  margin: 0 0 9px 0;
}
.sp-pcp-post .sp-pcp-title a,
.sp-pcp-post .sp-pcp-title {
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  color: #111;
  font-weight: 400;
}
.sp-pcp-post .sp-pcp-post-meta {
  margin: 0px 0px 9px 0px;
  text-align: left;
}
.sp-pcp-post .sp-pcp-post-meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

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

.sp-pcp-post .sp-pcp-post-meta ul li .fa,
.sp-pcp-post .sp_pcp_cf_list .fa {
  margin-right: 3px;
}

.sp-pcp-post .sp-pcp-post-meta ul li a {
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
}
.sp-pcp-post .sp-pcp-post-meta li,
.sp-pcp-post .sp-pcp-post-meta ul,
.sp-pcp-post .sp-pcp-post-meta li a {
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #888;
}

.sp-pcp-post .sp-pcp-post-content {
  text-transform: none;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0px 0px 17px 0px;
  color: #444;
}

.sp-pcp-post .sp-pcp-post-content p:first-of-type {
  margin-top: 0;
}

.sp-pcp-post .sp-pcp-post-content p:last-of-type {
  margin-bottom: 0;
}

.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore {
  margin-top: 15px;
}

.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore a {
  display: inline-block;
  border: 1px solid #888;
  padding: 7px 12px;
  box-shadow: 0 0 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  background: transparent;
  color: #111;
  border-color: #888;
  border-radius: 0;
}

/* Carousel */
.pcp-carousel-wrapper .sp-pcp-carousel {
  padding-bottom: 60px;
  padding-top: 60px;
}

.pcp-carousel-wrapper .bottom_center.sp-pcp-carousel {
  padding-bottom: 72px;
}
.pcp-carousel-wrapper {
  position: relative;
}

.pcp-carousel-wrapper .pcp-button-prev,
.pcp-carousel-wrapper .pcp-button-next {
  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;
}

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

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

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

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

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

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

.pcp-carousel-wrapper .swiper-button-prev::after,
.pcp-carousel-wrapper .swiper-button-next::after {
  display: none;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #888;
}
.pcp-carousel-wrapper.center .swiper-slide .sp-pcp-post {
  transform: scale(0.9);
  opacity: 0.8;
  transition: 0.22s all;
}
.pcp-carousel-wrapper.center .swiper-slide.swiper-slide-active .sp-pcp-post {
  transform: scale(1.1);
  opacity: 1;
}

/* Bottom Position */
.pcp-carousel-wrapper .pcp-button-prev.bottom_right,
.pcp-carousel-wrapper .pcp-button-next.bottom_right {
  bottom: 0;
  right: 0;
  top: auto;
}

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

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

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

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

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

/* Center outer */
/*
.pcp-carousel-wrapper .pcp-button-next.vertically_center_outer,
.pcp-carousel-wrapper .pcp-button-prev.vertically_center_outer {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
}

.pcp-carousel-wrapper .pcp-button-next.vertically_center_outer,
.pcp-carousel-wrapper .pcp-button-next.vertical_center_inner_hover {
  right: -35px;
  left: auto;
}
.pcp-carousel-wrapper .pcp-button-prev.vertical_center_inner_hover {
  right: auto;
  left: -35px;
}
.pcp-carousel-wrapper:hover .pcp-button-next.vertical_center_inner_hover {
  right: 10px;
}
.pcp-carousel-wrapper:hover .pcp-button-prev.vertical_center_inner_hover {
  left: 10px;
}

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

.pcp-carousel-wrapper .pcp-button-prev.swiper-button-prev:hover,
.pcp-carousel-wrapper .pcp-button-next.swiper-button-next:hover {
  background: #444444;
  color: #fff;
}
 */
/* Bullet pagination */

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

/* Grid CSS */

.sp-pcp-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.sp-pcp-row.no-gutters > [class*="sp-pcp-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.sp-pcp-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.sp-pcp-row [class*="sp-pcp-col-"] {
  /* position: relative; */
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .sp-pcp-row .sp-pcp-col-xl-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-xl-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-xl-3 {
    flex: 0 0 33.22222222%;
    max-width: 33.22222222%;
  }
  .sp-pcp-row .sp-pcp-col-xl-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-xl-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-xl-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-xl-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-xl-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (max-width: 1200px) {
  .sp-pcp-row .sp-pcp-col-lg-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-lg-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-lg-3 {
    flex: 0 0 33.22222222%;
    max-width: 33.22222222%;
  }
  .sp-pcp-row .sp-pcp-col-lg-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-lg-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-lg-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-lg-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (max-width: 992px) {
  .sp-pcp-row .sp-pcp-col-md-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-md-2-5 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sp-pcp-row .sp-pcp-col-md-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .sp-pcp-row .sp-pcp-col-md-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-md-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-md-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-md-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-md-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media (max-width: 768px) {
  .sp-pcp-row .sp-pcp-col-sm-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-sm-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-sm-2-5 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sp-pcp-row .sp-pcp-col-sm-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .sp-pcp-row .sp-pcp-col-sm-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-sm-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-sm-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-sm-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-sm-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.pcp-post-pagination.pcp-on-mobile {
  display: none;
}
@media (max-width: 420px) {
  .sp-pcp-row .sp-pcp-col-xs-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sp-pcp-row .sp-pcp-col-xs-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sp-pcp-row .sp-pcp-col-xs-3 {
    flex: 0 0 33.22222222%;
    max-width: 33.22222222%;
  }
  .sp-pcp-row .sp-pcp-col-xs-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sp-pcp-row .sp-pcp-col-xs-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sp-pcp-row .sp-pcp-col-xs-6 {
    flex: 0 0 16.66666666666667%;
    max-width: 16.66666666666667%;
  }
  .sp-pcp-row .sp-pcp-col-xs-7 {
    flex: 0 0 14.28571428%;
    max-width: 14.28571428%;
  }
  .sp-pcp-row .sp-pcp-col-xs-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .pcp-post-pagination.pcp-on-mobile:not(.pcp-hide) {
    display: block;
  }
  .pcp-post-pagination:not(.pcp-on-mobile) {
    display: none;
  }
}

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


/**
 * Ajax Preloader.
 */
.pcp-ajax-preloader {
  text-align: center;
}
/* Preloader */
.pcp-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;
}
