/* Feat IMG - AUTHORS */
.cig--feat-authors {
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 220px;
  width: auto;
}


/* Feat IMG - SINGLE AUTHOR */
.cig--feat-authorSingle {
  
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  min-height: 220px;
  width: auto;
}
.cig--author-profile-wrapper .cig--author-profile-img-wrapper {
    width: 20%;
    max-width: 100%;
}
.cig--author-profile-wrapper .cig--author-profile-bio-wrapper {
    width: 80%;
}

@media screen and (max-width: 768px){
.cig--author-profile-wrapper .cig--author-profile-img-wrapper,
.cig--author-profile-wrapper .cig--author-profile-bio-wrapper {
    width: 100%;
}
.cig--author-profile-wrapper .cig--author-profile-img-wrapper img.cig--author-profile-img {
    margin: 0 auto;
}
}




/* Author Cards */
ul.cig--author-card-content-list-wrapper,
ul.cig--author-card-centered-icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cig--pagination-right-wrapper ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
}
#cig__pagination_container {
    margin-top: 65px;
    margin-bottom: 65px;
}
.cig--pagination-right-wrapper li {
    display: inline-block;
}
.cig--pagination-right-wrapper {
    justify-content: center !important;
}
.cig--pagination-right-wrapper a, .cig--pagination-right-wrapper span {
    padding: 8px 14px;
    border: 1px solid #ccc;
    color: #333;
    text-decoration: none;
}
.cig--pagination-right-wrapper .current {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
}
ul.cig--author-card-content-list-wrapper {
  padding-top: 20px;
  flex-direction: row;
  justify-content: center;
  gap: 40px 24px;
}
ul.cig--author-card-centered-icon-list {
  width: 100%;
  gap: 20px;
  justify-content: center;
}
li.cig--author-card-content-list-item {
  position: relative;
  border-radius: var(--border-radius-10);
  box-shadow: 0px -26px 20px 0px rgba(0, 0, 0, 0.05);
}
li.cig--author-card-content-list-item::after {
  content: "";
  background: rgb(236, 236, 236);
  background: linear-gradient(
    270deg,
    rgba(245, 237, 232, 0.95) 5%,
    rgba(166, 105, 56, 0.8) 50%,
    rgba(245, 237, 232, 0.95) 95%
  );
  border-radius: inherit;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.cig--author-card-centered-flex-card-wrapper {
  position: relative;
  box-sizing: border-box;
  border-radius: inherit;
  background: var(--color-white);
  padding: 30px;
  width: 370px;
  max-width: 370px;
  margin-top: 3.5px;
  z-index: 1;
}

.cig--author-card-centered-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.cig--author-card-centered-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  border: 1px solid #ececec;
}

.cig--author-card-meta-wrapper {
  text-align: center;
}
h4.cig--author-card-centered-heading {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-blue-dark);
  line-height: 1.3;
}
p.cig--author-card-meta {
  margin: 4px 0 0 0;
  font-size: 14px;
  color: #a1a8c9;
}
.cig--author-card-centered-body {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
p.cig--author-card-centered-paragraph {
  margin: 0;
  color: var(--color-blue-light-text);
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
a.cig--author-card-centered-icon-link {
  display: block;
  text-decoration: none;
  height: 22px;
  width: 22px;
  object-fit: contain;
  transition: var(--transition-main);
}
a.cig--author-card-centered-icon-link:hover {
  transform: scale(1.2);
}
.cig--author-card-icon--twitter {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4793_12899)'%3E%3Cmask id='mask0_4793_12899' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath d='M0 0H20V20H0V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_4793_12899)'%3E%3Cpath d='M15.2734 1.66699H18.085L11.9433 8.72616L19.1693 18.3337H13.5121L9.07808 12.5079L4.01022 18.3337H1.19606L7.76463 10.7806L0.835938 1.66831H6.63713L10.639 6.99223L15.2734 1.66699ZM14.2847 16.6418H15.8431L5.78594 3.27087H4.11499L14.2847 16.6418Z' fill='%23112D51'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4793_12899'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
.cig--author-card-icon--facebook {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2792 18.5716V10.7647H13.8178L14.1951 7.708H11.2792V5.76104C11.2792 4.879 11.5161 4.2751 12.7363 4.2751H14.2824V1.54992C13.5302 1.46561 12.774 1.42523 12.0174 1.42895C9.77355 1.42895 8.23297 2.85012 8.23297 5.45909V7.70229H5.71094V10.7589H8.23848V18.5716H11.2792Z' fill='%23112D51'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
.cig--author-card-icon--linkedin {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.56768 3.77857C4.56744 4.25004 4.37928 4.7021 4.04458 5.03532C3.70987 5.36853 3.25605 5.55559 2.78295 5.55536C2.30984 5.55512 1.85621 5.36761 1.52184 5.03406C1.18748 4.70051 0.999764 4.24826 1 3.77679C1.00024 3.30532 1.1884 2.85325 1.52311 2.52004C1.85781 2.18683 2.31163 1.99976 2.78473 2C3.25784 2.00024 3.71147 2.18775 4.04584 2.5213C4.38021 2.85485 4.56792 3.3071 4.56768 3.77857ZM4.6212 6.87173H1.05352V18H4.6212V6.87173ZM10.2581 6.87173H6.70829V18H10.2225V12.1603C10.2225 8.90717 14.4769 8.60497 14.4769 12.1603V18H18V10.9515C18 5.46736 11.703 5.6718 10.2225 8.36498L10.2581 6.87173Z' fill='%23112D51'/%3E%3C/svg%3E%0A")
    center / contain no-repeat;
}
.cig--author-card-icon--website {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.987 4.18C7.68784 4.92931 7.46374 5.70645 7.318 6.5H12.682C12.5359 5.70641 12.3115 4.92927 12.012 4.18C11.711 3.447 11.364 2.886 11.004 2.517C10.646 2.149 10.307 2 10 2C9.693 2 9.354 2.149 8.996 2.517C8.636 2.887 8.289 3.447 7.987 4.18ZM7.891 2.281C7.577 2.707 7.301 3.222 7.063 3.799C6.743 4.579 6.483 5.493 6.301 6.5H2.804C3.3035 5.47572 4.01556 4.56964 4.89272 3.84215C5.76988 3.11466 6.79201 2.58246 7.891 2.281ZM12.11 2.281C12.423 2.707 12.7 3.222 12.937 3.799C13.257 4.579 13.517 5.493 13.699 6.5H17.196C16.6965 5.47572 15.9845 4.56964 15.1073 3.84215C14.2301 3.11466 13.209 2.58246 12.11 2.281ZM17.602 7.5H13.85C13.948 8.295 14 9.134 14 10C14 10.866 13.948 11.705 13.85 12.5H17.602C17.8665 11.6931 18.0009 10.8492 18 10C18.0009 9.15082 17.8665 8.30693 17.602 7.5ZM17.196 13.5H13.699C13.517 14.507 13.258 15.422 12.937 16.2C12.7234 16.7377 12.4457 17.2477 12.11 17.719C13.2088 17.4174 14.2307 16.8852 15.1077 16.1577C15.9847 15.4302 16.6966 14.5242 17.196 13.5ZM10 18C10.307 18 10.646 17.851 11.004 17.483C11.364 17.113 11.711 16.553 12.012 15.82C12.3115 15.0707 12.5359 14.2936 12.682 13.5H7.318C7.486 14.373 7.715 15.157 7.988 15.82C8.289 16.553 8.636 17.114 8.996 17.483C9.354 17.851 9.693 18 10 18ZM7.89 17.719C6.79138 17.4173 5.76964 16.885 4.89284 16.1575C4.01603 15.43 3.30429 14.5241 2.805 13.5H6.302C6.484 14.507 6.743 15.422 7.064 16.2C7.301 16.778 7.578 17.293 7.892 17.719M2.399 12.5H6.15C6.05031 11.6704 6.00022 10.8356 6 10C6 9.134 6.052 8.295 6.15 7.5H2.398C2.13349 8.30693 1.99915 9.15082 2 10C2 10.873 2.141 11.713 2.399 12.5ZM7 10C7 9.125 7.056 8.285 7.158 7.5H12.842C12.944 8.285 13 9.125 13 10C13 10.875 12.944 11.714 12.842 12.5H7.158C7.0504 11.671 6.99762 10.8359 7 10Z' fill='%23112D51'/%3E%3C/svg%3E%0A")
    center / contain no-repeat; 
}

/* @media only screen and (max-width: 1024px) {
  .cig--author-card-centered-flex-card-wrapper {
    padding: 20px;
    max-width: 280px;
  }
} */

@media only screen and (max-width: 768px) {
  ul.cig--author-card-content-list-wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    padding: 10px 0;
    margin: 10px 0px;
  }
  .cig--author-card-centered-flex-card-wrapper { 
    max-width: 100%;
    width: 100%;
    padding: 30px;
  }
}

.cig--pagination-center-wrapper {
  padding-bottom: 40px;
}

/* ++++++++++++++++++++ */
/* SINGLE AUTHOR STYLES */
/* ++++++++++++++++++++ */
.cig--bg-whitegrey-gradient-wrapper {
  background: #f8f8f8;
  background: linear-gradient(
    0deg,
    rgba(248, 248, 248, 1) 5%,
    rgba(255, 255, 255, 1) 30%
  );
}
.cig--author-profile-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
}
.cig--author-profile-img-wrapper {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
img.cig--author-profile-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}
.cig--author-profile-bio-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cig--author-profile-bio-content {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
  color: #383c44;
}

@media only screen and (max-width: 768px) {
  .cig--author-profile-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 20px 30px;
    border-top: none;
  }
  .cig--author-profile-bio-wrapper {
    border-top: 1px solid #e9e9e9;
    padding: 30px 0 0;
  }
  h2.cig--primary-header-mb-centered {
    text-align: center;
  }
  h2.cig--primary-header-mb-centered::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Blog Cards */
.cig--article-parent-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding-bottom: 50px;
}
.cig--article-parent-heading-wrapper {
  padding: 60px 0;
}
ul.cig--article-primary-3col-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
article.cig--article-card-3col-primary-wrapper {
  border-radius: 10px 10px 0 0;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow-soft);
  max-width: 364px;
}
.cig--pagination-right-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  ul.cig--article-primary-3col-wrapper {
    justify-content: center;
  }
  article.cig--article-card-3col-primary-wrapper {
    max-width: 100%;
  }
  .cig--article-parent-heading-wrapper {
    padding: 50px 0;
  }
}
