/* General styling */
.cpt-posts h2.cpt-posts-title {
  color:#17104D;
  font-size:36px;
  line-height:1.2;
  text-align:center;
  margin-bottom:30px;
}

.cpt-posts .container {
  position:relative;
}

.cpt-posts .cpt-posts-loading {
  display:none;
  position:absolute;
  top:50%;
  left:0;
  right:0;
  z-index:100;
}

.cpt-posts .cpt-posts-loading svg {
  width:150px;
}

/* Category Select */

.cpt-posts .cpt-posts-categories select {
  -webkit-appearance:none;
  -moz-appearance:none;
  background:url("../../../assets/images/select-arrow.svg");
  background-repeat:no-repeat;
  background-position:center right 20px;
  cursor:pointer;
  font-size:23px;
  max-width:95%;
  min-width:310px;
  padding:17px 20px;
}

/* Item normal styling */

.cpt-posts .cpt-posts-item,
.editor-styles-wrapper .row .cpt-posts-item {
  align-items:center;
  display:flex;
  flex-direction:column;
  margin-top:70px;
  position:relative;
}

.cpt-posts .cpt-posts-item .category-tags {
  position:absolute;
  top:20px;
  left:20px;
}

.cpt-posts .cpt-posts-item .category-tag {
  background:#2E1B51;
  border-radius:5px;
  color:#FFFFFF;
  margin-right:10px;
  padding:10px 15px;
}

.cpt-posts .cpt-posts-item .category-tag:nth-of-type(2n) {
  background:#17104D;
}

.cpt-posts .cpt-posts-item .cpt-posts-image-link {
  display:block;
  height:250px;
  width:100%;
}

.cpt-posts .cpt-posts-item img {
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  height:100%;
  object-fit:cover;
  width:100%;
}

.cpt-posts .cpt-posts-item h2 {
  font-size:30px;
  font-weight:300;
  line-height:1.4;
  text-transform:uppercase;
}

.cpt-posts .cpt-posts-item h2 a {
  color:#17104D;
  text-decoration: none !important;
}

.cpt-posts .cpt-posts-item h3 {
  font-size:18px;
  line-height:1.2;
}

.cpt-posts .cpt-posts-item hr {
  margin:0;
}

.cpt-posts .cpt-posts-item p {
  line-height:1.6;
  margin:20px 0;
}

.cpt-posts .cpt-posts-item .button {
  font-size:18px;
  margin-top:5px;
}

.cpt-posts .cpt-posts-item-inner {
  border-radius:5px;
  box-shadow:0px 0px 8px 0px rgb(222 222 222);
  padding:40px 30px 30px 30px;
  width:100%;
}

/* Pagination styling */

.cpt-posts .cpt-posts-pagination {
  font-size:16px;
  float:right;
  margin-top:40px;
  text-align:center;
}

.cpt-posts .page-numbers {
  margin-right:20px;
}

.cpt-posts .page-numbers.prev,
.cpt-posts .page-numbers.next {
  display:inline-block;
  font-family:proxima-soft, sans-serif;
  font-style:normal;
  font-weight:400;
}

.cpt-posts .page-numbers.current {
  color:#17104D;
  font-weight:700;
}

@media only screen and (min-width:1280px) {
  .cpt-posts h2.cpt-posts-title {
    font-size:50px;
    line-height:1.2;
  }

  .cpt-posts .cpt-posts-item h2 {
    margin:0 0 20px 0;
  }
}


.cpt-posts.general-spacing {
  margin-top: 50px !important;
}