.cat-chip-post {
  border-radius: 50px;
  padding:3px 16px;
  color: #413e68;
  border: 1px solid #413e68;
  display: inline-block;
}
.pinned-post .cat-chip-post {
  color: #fff;
  border: 1px solid #fff;
}
.cat-chip {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  margin: 3px;
  border-radius: 50px;
  padding:10px 22px;
  font-weight: 600;
  color: #000;
  font-size: 16px;
  border: 1px solid #1a6c9d;
}

.cat-chip img {
  float: none;
  padding: 0;
  margin: 0;
  padding-right: 8px;
  max-height: 20px;
}
.highlight{
  background-image: linear-gradient(114deg, #2b5876 1%, #4e4376 97%); 
  color: #fff;
}

#searchform .form-input{
  display: flex;
  justify-content: center;
}
#searchsubmit{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
    font-size: 16px;
}

.form-input input.searchfield {
  background: transparent;
  color: #707070;
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: solid 1px #ccc;
  max-width: 100%;
  width: 360px;
  background: #fff;
	padding: 12px;
}
.form-input input.searchfield:focus-visible {
  outline: 0;
  border: 1px solid #1a6c9d;
}

.position-relative{
  position: relative;
  z-index: 2;
}

.post-meta p{
  font-size: 12px;
}
.pinned-bg img{
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  max-width: 200px;
  opacity: .7;
}
.pinned-bg img:nth-child(2){
  top: unset;
  bottom:0;
  right: 0;
  max-width: 160px;
}
.post-title{
  font-weight: 700;
}

.page-numbers {
    margin: 0 6px;
    padding: 1px 10px;
    border-radius: 3px;
    font-size: 16px;
}
.next.page-numbers, .prev.page-numbers{
  border:1px solid #4e4376;
}
.page-numbers:not(.dots):hover {
  background-color: #ededed;
}
span.page-numbers.current {
  color: #fff;
  background-image: linear-gradient(114deg, #2b5876 1%, #4e4376 97%);
}

.play-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  transition: .3s ease all;
  border-radius: 100%;
  box-shadow: 0 0px 20px 8px #00000040;
  background: #363464;
}
.ra_video a:hover .play-icon{
  width: 55px;
  transition: .3s ease all;
}


@media (max-width: 991px){
  .blogs-banner{
    background-size: 370% !important;
    background-position: top !important;
  }
}

@media (max-width: 767px){
  .page-numbers {
    margin: 0 3px;
    padding: 2px 4px;
    font-size: 14px;
	display: inline-block !important;
  }
  .post_type_title{
    font-size: 12px;
  }
}