/**
 * @Content Views
 * https://docs.contentviewspro.com/change-color-read-more-button/
 * https://docs.contentviewspro.com/enable-pagination/
*/

.home .pt-cv-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 767.98px) {
  .pt-cv-thumb-default img {
    max-width: 300px !important;
  }
}

.pt-cv-title a {
  color: #ffffff !important;
  font-weight: 600;
}

.pt-cv-content {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
}

.pt-cv-readmore {
  background-color: transparent !important;
  border: 1px #ffb400 solid !important;
  box-shadow: none !important;
  text-shadow: none;
}

.pt-cv-readmore:hover {
  background-color: transparent !important;
  border: 1px #ffb400 solid !important;
  box-shadow: none !important;
  text-shadow: none;
}

.pt-cv-wrapper .btn-success {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.page-template-page-plan .panel-heading a {
  background-color: #1f529e !important;
  color: aliceblue !important;
}

/* Content Views - active pagination item */
.pt-cv-pagination li.active a {
  color: #181818 !important;
  background-color: #ffffff !important;
}

/* Content Views - normal pagination item */
.pt-cv-pagination li a {
  color: #ffffff !important;
  background-color: #ffb400 !important;
}
